﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    font-size: 10pt;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

tr.tableHead td
{
    border-bottom:1px solid grey;
    border-top:1px solid grey;
    font-weight:bold;
    font-size:1em;
    padding-top:2px;
    padding-bottom:2px;
    white-space:nowrap;
}
tr.rowOdd td 
{
    
}

tr.rowEven td 
{
    background-color:#FFFFD4;
}

.failureNotification
{
    font-size: 1.2em;
    font-weight: bold;
    color: #C3281C;
}
.successNotification
{
    font-size: 1.2em;
    font-weight: bold;
    color: #669966;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    font-size:10pt;
}

.textBox
{
    font-size:8pt;
    color:#505050;
}

tr.clickable:hover
{
    background-color:#485C87;
    padding:4px;
    color:White;
    cursor:pointer;
}

input.textEntry 
{
    width: 250px;
    border: 1px solid #ccc;
    font-size: 1em;
    font-family: Verdana,Arial,sans-serif;
    color: #333333;
}

input.textEntryMed 
{
    width: 175px;
    border: 1px solid #ccc;
    font-size: 1em;
    font-family: Verdana,Arial,sans-serif;
    color: #333333;
}

input.textEntrySmall 
{
    width: 55px;
    border: 1px solid #ccc;
    font-size: 1em;
    font-family: Verdana,Arial,sans-serif;
    color: #333333;
}

input.textEntryLarge 
{
    width: 400px;
    border: 1px solid #ccc;
    font-size: 1em;
    font-family: Verdana,Arial,sans-serif;
    color: #333333;
}

input.radioButton
{
    height:2em;
    width:2em;
}

.progressIndicator
{
    background-image:url('../images/ajax-loader.gif');
    background-position:center center;
    width:100%;
    height:30px;
    background-repeat:no-repeat;
    background-color:#EEEEEE;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    position:relative;
    width: 980px;
    margin: 0px auto 0px auto;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #b19cd9;
    width: 100%;
    height: 94px;
    border: solid 1px #3E5277;
    border-top: 0px;
    margin-bottom: 15px;
}

.menu
{
    width:100%;
    text-align:left;
    background-color: #3E5277;
    color: White;
    position:absolute;
    bottom:0px;
    
}

.menuItem
{
    color: White;
    text-decoration:none;
    padding-left:6px;
    /*padding-right: 6px;*/
}

.dropdown > .ui-button
{
    border: none;
}

.dropdown > .ui-button-text-only .ui-button-text
{
    background-color: #3E5277;
    color: white;
    font-size:13px;
    padding: unset;
    padding-left: 5px;
}

.dropdown
{
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
}

.dropdown-content
{
    display: none;
    position: absolute;
    background-color: #3E5277;
    min-width: 160px;
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover 
{
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.main
{
    padding: 0px;
    margin: 0px;
    min-height: 550px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 8px 0px;
    margin: 8px 0px 8px 0px;
    height:20px;
}
.footerLink
{
    color: #4e5766;
    text-decoration:none;
}
.footerLink:hover
{
    color: #4e5766;
    text-decoration:underline;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    display: block;
    float:right;
    height:40px;
    text-align: right;
    padding: 10px;
    color: #686868;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.statusBar
{
    position: absolute;
    bottom:0px;
    height: 40px;
    width:978px;
    border:1px solid grey;
    background-color: Silver;
}
.callList
{
    overflow:scroll;
    height:417px;
}
.mapList
{
    height:417px;
}
.comment
{
    font-size:0.75em;
}
.commentTitle
{
    font-style:italic;
}
.address
{
    font-size:1.1em;
}
.errorMessage
{
    color: #A20000;
    font-size:0.9em;
    font-style:italic;
    padding:2px;
}
.statusMessage
{
    color: #3E5277;
    font-size:0.9em;
    font-style:italic;
    padding:2px;
}
.addressLabel
{
    color: #3E5277;
    font-size:0.9em;
    font-style:oblique;
    padding:4px;
    border-bottom:1px solid #3E5277;
}
.disabledLabel
{
    color:Silver;
}

.project-title{
    margin-top:0px;
    margin-bottom:10px;
}

.version {
    color: red;
    background-color: #ffcaca;
    border-radius: 5px 5px 5px;
    border: 1px solid red;
    padding-left:4px;
    padding-right:4px;
}

/*------------- Buttons ---------------------*/
div.btnAdd {
    margin: 2px;
    display: inline-block;
    background: url("../images/btnAdd.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #3E5277;
    border: 1px solid #2B4370;
    height: 16px;
    width: 16px;
    cursor: pointer;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.btnAdd:hover
{
    background:url("../images/btnAdd_hover.png");
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#cfcfcf;
}

div.btnDelete
{
    margin:2px;
    display:inline-block;
    background:url("../images/btnDelete.png");
    background-repeat:no-repeat;
    background-position:center center;
    background-color:#3E5277;
    border:1px solid #2B4370;
    height:16px;
    width:16px;
    cursor:pointer;
    -moz-border-radius:4px;
    border-radius:4px;
}

div.btnDelete:hover
{
    background:url("../images/btnDelete_hover.png");
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#cfcfcf;
}

div.btnEdit
{
    margin:2px;
    display:inline-block;
    background:url("../images/btnEdit.png");
    background-repeat:no-repeat;
    background-position:center center;
    background-color:#3E5277;
    border:1px solid #2B4370;
    height:16px;
    width:16px;
    cursor:pointer;
    -moz-border-radius:4px;
    border-radius:4px;
}

div.btnEdit:hover
{
    background:url("../images/btnEdit_hover.png");
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#cfcfcf;
}



/******GPS DEVICE SCREEN***********/
#gpsManagementScreen {
    border: 2px solid;
    border-collapse: collapse;
}

    #gpsManagementScreen td, #gpsManagementScreen th {
        border: 1px solid #ddd;
    }


#lblName, #lblAge {
    text-align: right;
    clear: both;
    float: left;
   
    padding-top: 2px;
}

    #lblAge{
        padding-left:15px;
    }

    .personName, .personAge {
        margin-bottom: 12px;
        float: left;
        width: 110px !important;
    }

#lblGpsConsent {
    color:blue;
}


table.gpsInformation {
   
    border: 1px solid black;
}


    table.gpsInformation th, table.gpsInformation td {
        border: 1px solid black;
    }


table.doorStepGpsInformation {
    border: 1px solid black;
}


    table.doorStepGpsInformation th, table.doorStepGpsInformation td {
        border: 1px solid black;
    }



.removeOutline {
  border:  2px solid #FFF;
}

    .removeOutline:focus {
        border: 2px solid #FFF;
    }


