@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Oxygen+Mono:400,600,800);
@import url(https://fonts.googleapis.com/css?family=Dosis:400,600,800);
@import 'https://fonts.googleapis.com/css?family=Inconsolata';
@import 'https://fonts.googleapis.com/css?family=Droid+Sans+Mono';


body {
    background: #fff;
    margin: 0;
    padding: 0;
	font-family: 'Dosis', sans-serif;
	color: #555;
}

pre.readOnlyAssessment {
    font-family: 'Dosis', sans-serif;
    color: #555;
    float: left;
    margin: 0.5em 0.75em 0 0;
    white-space: pre-wrap; !important;       /* css-3 */
    white-space: -moz-pre-wrap; !important;  /* Mozilla, since 1999 */
    white-space: -o-pre-wrap;  !important;   /* Opera 7 */
    word-wrap: break-word; !important;
}

#wrapper {
    margin: 25px auto;
    width: 900px;
    color: #4f4f4f;
}

#container {
    background: #fff;
    padding-bottom: 20px;
    margin: 0;
    border-bottom: 1px solid #EAEAEA;
}

div#unexpectedErrorDiv {
    font-size: 1.2em;
}

#leftcol {
    width: 200px;
    background: transparent url(../images/bkg_leftcol_top.png) no-repeat top left;
    float: left;
	height: auto;
    text-align: center;
    overflow: scroll;
}

#photo {
    background: transparent url(../images/bkg_photo.gif) no-repeat top center;
    padding-bottom: 15px;
}

#photo p {
    width: 200px;
}

#photo img {
    margin: 20px 0;
}

#spacer {
    background: #EAEAEA;
    padding: 35px 10px 5px 0;
    text-align: right;
    color: #737373;
}

#maincol {
    margin: 0;
    background: transparent url(../images/bkg_maincol_crnrshade.gif) no-repeat top left;
    width: 700px;
    float: right;
    font-family: 'Dosis', sans-serif;
    font-size: 1em;
	border-radius: 0px 6px 0px 0px;
}

#home-content {
    padding: 10px 10px;
}

#admin-content {
    padding: 0px 20px 10px;
}

#main-content {
    padding: 10px 40px;
}

#main-content a, #leftcol a, #admin-content a {
    color: #5a96c0;
    text-decoration: none;
}

#main-content a:hover, #leftcol a:hover,#admin-content a:hover {
    color: #5a96c0;
    font-weight: 600;
}

#main-content td a:hover, #admin-content td a:hover {
    color: #176992;
    font-weight: 400;
}

#introcol td {
    font-family: 'Dosis', sans-serif;
    padding-right: 15px;
    width: 105px;
}

/* Show only to IE PC \*/
* html #introcol td {
    width: 120px;
}

/* For IE 5 PC */
#footer {
    background: #fff;
    padding: 8px 20px 10px;
    font-family: 'Dosis', sans-serif;
    color: #a0a0a0;
	font-size: .8em;
}

#referral {
    text-align: right;
    margin-bottom: 10px;
    color: #6b6b6b;
}

#logout {
    float: right;
}

/* headers */


p {
	font-family: 'Dosis', sans-serif;
    margin: .2em auto;
	color: #555;
}



#footer a:link, #footer a:visited {
    text-decoration: none;
    color: #a0a0a0;
}

#footer a:hover {
    font-weight: 600;
}

/* navigation */

#navcontainer {
    /*background: #EAEAEA;*/
    height: 54px;
    margin: 10px 0 20px;
}

ul#nav {
    margin: 0 0 0 20px;
    padding: 0;
}

ul#nav li {
    list-style-type: none;
    margin: 0;
    display: block;
    float: left;
    font-family: 'Dosis', sans-serif;
    text-align: center;
    padding: 0 12px 0 12px;
    line-height:54px;
}

ul#nav li.contact {
    text-align: right;
}

ul#nav a {
    color: #4f4f4f;
    text-decoration: none;
    display: block;
	font-size: 1.25em;
}

ul#nav a:hover {
    color: #5a96c0;
	font-weight: 800;
}

ul#nav li:first-child {
     padding: 0px 8px 0px 0px;
}

ul#nav li:last-child {
     padding: 0px 0px 0px 8px;
}

/* classes */
.logo {
}

.clear {
    clear: both;
}

.phone {
    font-size: 15px;
}

.cutline {
    font-family: 'Dosis', sans-serif;
}

.error {
    color: #E02C2F;
    font-weight: 700;

}

.errortop {
    color: #E02C2F;
    font-weight: 700;
    font-size: 14px;
}


.req {
    margin-left:190px;
}

.errorjs {
    color: #E02C2F;
    font-weight: 700;
    clear:both;
}


h3.purple {
    color: #737373;
}

h3.purple a {
    color: #5a96c0;
    background: url(../images/plus_purple.gif) no-repeat 0 1px;
    padding-left: 13px;
}

h3.sunflower a {
    color: #5a96c0;
    background: url(../images/plus_sunflower.gif) no-repeat 0 1px;
    padding-left: 13px;
}

h3.green a {
    color: #5a96c0;
    background: url(../images/plus_green.gif) no-repeat 0 1px;
    padding-left: 13px;
}

.form-field {
    margin-top:0.5em;
}

.subfield {
    padding-left: 140px;
}

.form-field label {
    float: left;
    font-family: 'Dosis', sans-serif;
    /*margin: 0.5em 0.75em 0 0;*/
    margin-left: 0px;
    margin-top: 8px;
    margin-right: 10px;
    margin-bottom: 6px;
    text-align: right;
    vertical-align: top;
    width: 180px;
}

.form-field label.bold {
    font-family: 'Dosis', sans-serif;
    font-weight:bold;
    margin: 0.5em 0.75em 0 0;
    text-align: right;
    vertical-align: top;
    width: 180px;
}

.label-for-text {
    float: left;
    font-family: 'Dosis', sans-serif;
    margin: 0px 10px 0 0;
    text-align: right;
    vertical-align: top;
    width: 180px;
}

.form-field-client {
    margin-top:15px;
}

.form-field-client label {
    float:left;
    width:80px;
    font-family: 'Dosis', sans-serif;
    text-align: right;
    margin: 6px 10px 0 0;
    vertical-align: top;
}

.form-field-extract {
    margin-top:0px;
}

.form-field-extract label {
    float:left;
    width:80px;
    font-family: 'Dosis', sans-serif;
    text-align: right;
    margin: 6px 10px 0 0;
    vertical-align: top;
}

.errorjs-2col {
    margin-top:15px;
}

.form-readonly-text {
    float:left;
    font-family: 'Dosis', sans-serif;
    vertical-align: top;
    margin: 0.5em 0.75em 0 0;
    text-align: left;
}

.form-readonly-text-padded {
    float:left;
    font-family: 'Dosis', sans-serif;
    vertical-align: top;
    margin: 0.5em 0.75em 0 0;
    text-align: left;
    margin-left: 190px;
}

.form-readonly-group {
    font-family: 'Dosis', sans-serif;
    vertical-align: top;
    margin: 0.5em 0.75em 0 0;
    text-align: left;
}

.defaultText { width: 300px; }
.defaultTextActive { color: #a1a1a1; font-style: italic; }

.errorjs label {
    float:none;
    width:120px;
    margin-left: 190px;
}


.errordd label {
    float:none;
    width:120px;
}


.button {
    margin-top: 5px;
}

div.ui-datepicker {
    font-size:14px;
}

/*message dialog*/
.message {
    display: block;
    text-align: left;
    padding: 5px 45px 5px 45px;
    border: 2px solid #53a625;
    border-radius: 7px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #5a96c0;
}




caption {
    font-weight: normal;
    text-align: left;
}




.sidenav {
    text-align: left;
    padding: 30px 20px 30px 20px;
}

#sidenav div a {
	background: url(../images/plus-icon.svg) no-repeat 0 10px;
    background-size: 10px 10px;
    padding-left: 16px;

}

.buttons a {
    color: #565656;
    cursor: pointer;
    display: block;
    font-family: 'Dosis', sans-serif;
    font-size: 95%;
    line-height: 130%;
    margin: 0 7px 0 0;
    padding: 5px 10px 6px 7px;
    text-decoration: underline;
}

input.button {
    font-family: 'Dosis', sans-serif;
    width: auto;
    padding: 9px 15px;
    margin-top:10px;
    margin-right:5px;
    background: #5a96c0;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
    left: 190px;
    /*float:right;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input.buttonleft {
    font-family: 'Dosis', sans-serif;
    width: auto;
    padding: 9px 15px;
    margin-top:10px;
    margin-right:10px;
    background: #5a96c0 !important;
    border: 0;
    font-size: 14px;
    color: #FFFFFF !important;;
    position: relative;
    left: 0px;
    /*float:right;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input.tablebutton {
    font-family: 'Dosis', sans-serif;
    width: auto;
    padding: 6px 10px;
    margin-top:10px;
    margin-right:5px;
    background: #5a96c0;
    border: 0;
    font-size: 12px;
    color: #FFFFFF;
    position: relative;
    /*float:right;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


input.changesubmit  {
    font-family: 'Dosis', sans-serif;
    width: auto;
    padding: 9px 15px;
    margin-top:2px;
    margin-right:5px;
    background: #EAEAEA;
    border: 0;
    font-size: 14px;
    color: #272727;
    position: relative;
    left: 20px;
    /*float:right;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 2.0s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

input.submit  {
    font-family: 'Dosis', sans-serif;
    width: auto;
    padding: 9px 15px;
    margin-top:10px;
    margin-right:5px;
    background: #EAEAEA;
    border: 0;
    font-size: 14px;
    color: #272727;
    position: relative;
    left: 190px;
    /*float:right;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 2.0s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

input.submit:hover {
	background: #555;
	color: #fff;
}

input.submitleft:hover {
    background: #555;
    color: #fff;
}

input.submitright:hover {
    background: #555;
    color: #fff;
}

input.submitbutton  {
    font-family: 'Dosis', sans-serif;
    width: auto;
    padding: 9px 15px;
    margin-top:10px;
    margin-right:5px;
    background: #5a96c0;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
    left: 190px;
    /*float:right;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

a.right{
    float:right;
    padding-right:225px;
}

input.submitright  {
    font-family: 'Dosis', sans-serif;
    width: auto;
    /*padding: 9px 15px;*/
    /*margin-top:10px;*/
    /*margin-right:5px;*/
    background: #5a96c0;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    /*position: relative;*/
    /*left: 190px;*/
    float:right;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input.submitleft {
    font-family: 'Dosis', sans-serif;
    width: auto;
    padding: 9px 15px;
    margin:10px;
    /*margin-right:5px;*/
    background: #5a96c0;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    /*position: relative;*/
    /*left: 190px;*/
    float:left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input, textarea, select {
    font-family: Dosis, sans-serif;
    font-size: 1em;
    color: #737373;
    background-color: #fff;
    padding: 0.5em;
    line-height: 1.2em;
    /*border: solid 1px #E5E5E5;*/
    outline: 0;
    outline: none;
    border: 1px solid #A5A5A5;
    border-radius: 4px;
    /*appearance: none;*/
    /*-webkit-appearance: none;*/
    -moz-appearance: none;
}

select {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}


select {
    padding: .50em .75em .50em 0.75em;
    margin-left: 0px;
    margin-top: 6px;
    margin-right: 10px;
    margin-bottom: 6px;
}


input:focus, textarea:focus, select:focus {
    border: 1px solid #5a96c0;
}

/* HTML 5/CSS3 selectors */

/* webkit browsers add a 2px margin outside the chrome of form elements */
/*button, input, select, textarea { margin: 0; }*/
input[type="radio"] { vertical-align: text-bottom;
    -moz-appearance: radio;
}
.ie7 input[type="checkbox"] { vertical-align: baseline; }
input[type="checkbox"] {
    vertical-align: bottom;
    margin: 8px 0 0 0;
    -moz-appearance: checkbox;
}

.ie6 input { vertical-align: text-bottom; }


/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

button.badd {
    font-family: 'Dosis', sans-serif;
    width: auto;
    padding: 9px 15px 9px 25px;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
    background: #5a96c0 url(../images/plus_14.png) no-repeat 10px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input.badd {
    font-family: 'Dosis', sans-serif;
    width: auto;
    padding: 9px 15px 9px 25px;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
    background: #5a96c0 url(../images/plus_14.png) no-repeat 10px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

button.bedit {
    font-family: 'Dosis', sans-serif;
    width: auto;
    padding: 9px 15px;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
    background-color: #5a96c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

button.btableadd {
    font-family: 'Dosis', sans-serif;
    width: auto;
    padding: 9px 15px;
    margin-top: 5px;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
    background-color: #5a96c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

button.b {
    font-family: 'Dosis', sans-serif;
    width: auto;
    padding: 9px 15px;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
    background-color: #5a96c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


button.badd a, button.badd a:hover,button.bedit a, button.bedit a:hover {
    color: #FFFFFF;
}



.resourced {
    margin-left:190px;
}

p.resourcep, span.sskil {
    color: #5a96c0;
    background: url(../images/plus_purple.gif) no-repeat 0 3px;
    padding-left: 13px;
}


table {
    display: table;
    font-family: 'Droid Sans Mono', monospace;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    border-spacing: 0;
    border-radius: 10px;
    background: #fff;
    page-break-inside: avoid;
	border: 1px solid #5a96c0;
}

.scrolltbl {
    width: 670px ;
    overflow: scroll;
    overflow: auto ;
}

/*jquery override  */
.ui-datepicker table {
    border: none;
    box-shadow: #000 0 0 0;
    -moz-box-shadow: #000 0 0 0;
    -webkit-box-shadow: #000 0 0 0;
}


th {
    color: #FFF;
    font-size:14px;
    background-color:#5a96c0;
    padding:7px 5px;
}

thead tr {
    color: #FFFFFF;
    font-size:14px;
    background-color:#5a96c0;
    padding:7px 5px;
}


th.search {
    color: #FFFFFF;
    font-size:12px;
    background-color:#5a96c0;
    padding:7px 5px;
}

td {
   padding:7px 5px;
}

tr:nth-child(odd) {
    background: #EDECE9;
}

tr:nth-child(even) {
    color: #555;
}

tr.loop {
    background: #d1564d;
}

th:first-of-type,
td:first-of-type {
    padding-left: 1em;
}

th:first-child {
    border-top-left-radius:6px;
    -webkit-top-left-border-radius: 6px;
    -moz-border-radius-topleft:6px;
}

th:last-child {
    border-top-right-radius:6px;
    -webkit-top-right-border-radius: 6px;
    -moz-border-radius-topright: 6px;
}

th:last-of-type,
td:last-of-type {
    padding-right: 1em;
}

tr:last-child td:first-child {
    -moz-border-radius-bottomleft:8px;
    -webkit-border-bottom-left-radius:8px;
    border-bottom-left-radius:8px
}

tr:last-child td:last-child {
    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-right-radius:8px;
    border-bottom-right-radius:8px
}


td.tbl_action {
    border:none;
    background:none;
}

td.search {
    font-size:13px;
}

 /*jquery overrides  */
.ui-datepicker th {
    font-size:14px;
}

.ui-datepicker-calendar {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ui-datepicker-calendar th:first-of-type,
.ui-datepicker-calendar td:first-of-type {
    padding-left: 0 ;
}

.ui-datepicker-calendar th:last-of-type,
.ui-datepicker-calendar td:last-of-type {
    padding-right: 0 ;
}

.ui-datepicker-calendar tr:nth-child(odd), .ui-datepicker-calendar tr:nth-child(even) {
    background: #fff;
}
 /*end jquery overrides  */

body.popup {
    padding: 20px 30px;
}

body.popup div.resp {
    width: 100%;
}

body.popup .right {
    float:right;
}

body.popup .left {
    float:left;
}

body.popup input.submit {
    left: 250px;
}

body.popup input.submit resource {
    left: 430px;
}

body.popup .presp {
   font-family: 'Dosis', sans-serif;
   width:50%;
}


.floatright {
    float:right;
    margin: 0 5px;
}



.grey {
    background: #EDECE9;
}


.ui-widget.calendar-dialog {
    font-family: 'Dosis', sans-serif;
    font-size: .8em;
}

.ui-widget-content.calendar-dialog {
    background: #F9F9F9;
    border: 1px solid #5a96c0;
    color: #222222;
}

.ui-dialog.calendar-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}

.ui-dialog.calendar-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 0 !important;
    margin: 0;
}

.ui-dialog.calendar-dialog .ui-widget-header {
    background: #5a96c0;
    border: 0;
    color: #fff;
    font-weight: normal;
}

.ui-dialog.calendar-dialog .ui-dialog-titlebar {
    padding: 0.1em .5em;
    position: relative;
    font-size: 1em;
}

.ui-dialog-buttonset button.calendar-dialog{
    background:#5a96c0;
    color: #ffffff;
}



#bar { background:#252823; padding:5px 10px; border-bottom:4px solid #C3D3DA }
#bar h1 { margin:0; padding:0; color:#fff; font-size:40px; letter-spacing:-1px; text-shadow:0 0 4px #000000 }
#bar h1 span { color:#C3D3DA }
#bar div { float:right; margin-top:-50px; padding:20px 20px 0 0 }
#bar a { color:#fff; text-decoration:none }
#bar div a:hover { text-decoration:underline }

@media print
{
    .noprint {
        display:none;
    }
    .data-entry {
        overflow: visible !important;
        float: none !important;
        position: absolute !important;
        color: #000000;
        font-size: 24px;
    }

    a {
        visibility: visible !important;
        display: inline !important;
    }
}


h1 { margin: .8em 0 .2em 0; font-size: 1.8em; font-weight: 400; color: #737373; font-family: Dosis, sans-serif; }
h2 { margin: 0 0 .5em 0; font-size: 1.4em; font-weight: 400; color: #737373; font-family: Dosis, sans-serif; }
h3 { margin: 0 0 .5em 0; font-size: .9em; font-weight: 600; color: #555; font-family: Dosis, sans-serif; }
h4 { margin: 0 0 .5em 0; font-size: 3em; font-weight: 600; color: #5a96c0; font-family: Dosis, sans-serif; }
h5 { margin: 0 0 .5em 0; font-size: 2em; font-weight: 400; color: #fff; font-family: Dosis, sans-serif; }

p { margin: 0 0 1em 0; color: #555; font-family: Dosis, sans-serif; }


a {
    color: #5a96c0;
	font-size: .8em;text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/** {*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/

.top {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}


.rightColumn {
    /*padding: 1em 1em 0 1em;*/
    background-color: #EAEAEA;
    height: 100%;
    overflow: scroll;
    z-index: 3;
}

.leftColumn {
    padding: 1em 1em 3em 3em;
    z-index: 0;
    height: 100%;
    overflow: scroll;
	margin-right: 1em;
}

header {
    height: 3.5em;
    padding: 0 .5em 0 .5em;
}

header:after {
    display: block;
    clear: both;
    content: " ";
    height: 0;
    overflow: hidden;
}

.columnsContainer {
    position: relative;
    height: 100vh;
    padding: 2em 0;
}




/*Header content*/

.wrap {
    position: relative;
}

.pushed {
    left: 19.5em;
}

.menu-link {
    position: relative;
    font-size: 1.3em;
    float: left;
    margin-top: 10px;
    z-index: 1;
}

.menu-link:link,
.menu-link:visited {
    color: #fff;
    background: rgba(0, 0, 0, .4);
    border-radius: 0 4px 4px 0;
    padding: .1em .3em;
    margin-top: 10px;
	text-decoration: none;
}

.menu-link:hover,
.menu-link:active {
    color: #5a96c0;
    background: rgba(0, 0, 0, .6);
    font-weight: 400;
	text-decoration: none;
}



.logo {
    /*background: url(../images/logo.svg) no-repeat bottom center;*/
    background-size: contain;
    width: 100px;
    height: 50px;
    float: left;
    margin-left: 1em;
    padding-top: 4px;
}

.logo-container {
    float: right;
    /*width: 500px;*/
    padding-right: .5em;
}



.companylogo {
    /*background: url(../images/logo-accend.svg) no-repeat center;*/
    background-size: contain;
    width: 135px;
    height: 50px;
    float: right;
    margin-right: 1em;
    position: relative;
    padding-top: 8px;
}

.user {
    width: 250px;
    float: right;
    text-align: right;
    right: 20px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}



.clientname {
    position: absolute;
    width: 100%;
    height: 3em;
    background: #5a96c0;
    padding: .5em 1em 0 3.3em;
    margin-right: 20em;
    z-index: 50
}

.clientname h1 {
     margin: 0;
     padding-right: 1em;
     color: white;
     float: left;
}

.clientname h2 {
    margin: 0;
    padding-right: 1em;
    color: white;
    float: left;
}

.clientname-search {
    position: absolute;
    width: 100%;
    height: 3em;
    background: #5a96c0;
    padding: .5em 0em 0 0em;
    margin-right: 20em;
    z-index: 1
}



.clientname:after {
    display: block;
    clear: both;
    content: " ";
    height: 0;
    overflow: hidden;
}





.search-bar {
    position: absolute;
    width: 100%;
    height: 3em;
    background: #5a96c0;
    padding: .5em 3em 0px 3.3em;
    margin-right: 20em;
    z-index: 1
}

.search-bar:after {
    display: block;
    clear: both;
    content: " ";
    height: 0;
    overflow: hidden;
}

.search-wrapper {
    padding: 5px 1em;
    font-family: Dosis, sans-serif;
}

.search-contain {
    /*min-width: 175px;*/
    display: block;
    float: left;
	padding-right: 20px;
}


.search-wrapper span {
    color: #fff;
    float: left;
    padding-bottom: .5em;
}

/* Form text input */

.search-wrapper input {
    padding-top: .5em;
    width: 150px;
    height: 20px;
    float: left;
    padding: .5em;
    margin-left: 10px;
    padding-left: 6px;
    font-family: Dosis, sans-serif;
    font-size: 1em;
    color: #737373;
    border: 0;
    background: #fff;
    border-radius: 4px 0 0 4px;
}

.selectedSessionData {
    width: 150px;
    height: 30px;
    float: left;
    margin-top: -4px;
    margin-right: 0px;
    margin-left: 10px;
    padding-left: 6px;
    font-family: Dosis, sans-serif;
    font-size: 0.8em;
    color: #737373;
    border: 0;
    background: #fff;
    border-radius: 4px 0px 0px 4px;
    margin-bottom: 9px;
}

.selectedFilter {
	width: 100px;
    height: 30px;
	float: left;
    margin-top: -4px;
    margin-right: 0px;
    margin-left: 10px;
    padding-left: 6px;
    font-family: Dosis, sans-serif;
    font-size: 0.8em;
    color: #737373;
    border: 0;
    background: #fff;
    border-radius: 4px 0px 0px 4px;
}


.search-wrapper input:hover + .search-wrapper button {
    background: #EAEAEA;
}

.search-wrapper input:focus {
    outline: 0;
    background: #fff;

}

/* Form submit button */
.search-wrapper a {
	text-decoration: none;
	color: #fff;
	font-size: 1em;
}

.search-wrapper button {
	color: #737373;
    cursor: pointer;
    height: 30px;
    width: auto;
    float: left;
    margin-right: 10px;
    margin-top: -4px;
    padding: .25em 1em;
    background: white;
    border-radius: 4px;
    border: 0;
    transition: all 2.0s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.search-wrapper button:hover {
    background: #555;
    color: white;
    transition: all 2.0s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}





/*All panel stylings */
.panel {
    font-family: Dosis, sans-serif;
    position: fixed;
    z-index: 98;
    left: -19.5em; /*left or right and the width of your navigation panel*/
    width: 20em; /*should match the above value*/
    background-color: #fff;
}

.extended {
    left:0;
}

#tabs svg {
    padding: 7px;
    height: 48px;
    width: 48px;
}


.svg:hover path{
    fill: #5a96c0;
}

.active path{
    fill: white;
}

.tabs-container {
    width: 20em;
    margin: 0 0;
}


#tabs {
    float: right;
    padding-top: 28px;
    height: 100vh;
    padding-right: .5em;
    background-color: #fff;
    -webkit-box-shadow: 1px 0 5px 0 #999;
    box-shadow: 1px 0 5px 0 #999;
}

#tabs li {
    background-color: #F1F1F1;
    height: 48px;
    width: 48px;
    margin-bottom: 10px;
    list-style-type: none;
    border-radius: 0 6px 6px 0;
    z-index: 0;
    position: relative;
}

#tabs li:hover {
    background-color: #F1F1F1;
    /*z-index: 100;*/
}

#tabs li.active {
    background-color: #5a96c0;
    z-index: 100;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#tabs li.active .svg:hover path {
    fill: white;
}

#tabs-content {
    background-color: #5a96c0;
    width: 16.5em;
    height: 100vh;
    z-index: 99;
    position: absolute;
    -webkit-box-shadow: 1px 0 5px 0 #999;
    box-shadow: 1px 0 5px 0 #999;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#aspireInternal {
    color: red;
    text-decoration: underline;
    font-size: 1.1em;
}

.footer {
    padding-left: 12px;
    padding-bottom: 30px;
    position: absolute;
    bottom: 0;
}


.accordion-nav a {
    color: #0C657F;
	text-decoration: none;
	font-size: 1em;
}

.accordion-nav a:hover {
    text-decoration: underline;
}

.accordion-nav a.show {
    color: #5a96c0;
    text-decoration: underline; }

.accordion-nav ul li.show a {
    color: #5a96c0;
}

.accordion-nav ul.inner li.show {
    background-color: #5a96c0;
    border: solid;
    border-color: #F1F1F1;
}

.accordion-nav ul.inner li.show a {
    color: #ffffff;
}

.accordion-nav ul {
    list-style: none;
}

.tab-content {
    display: none;
}

/* class to represent the inner most items in the accordion which cannot expand further */
.accordion-nav .inner {
    padding-left: 2em;
    overflow: hidden;
    display: none;
}

.accordion-nav .inner a {
    color: #6F6F6F;
}

.accordion-nav .inner a:hover {
    color: #6F6F6F;
}

.accordion-nav .inner a.show {
    color: #5a96c0;
    text-decoration: none;
}

.show {
    display: block;
    background-color: #F1F1F1;
    font-weight: 600;
}

a.show {
    color: #5a96c0;
}



.active {
    display: block;
}



/* class to represent any accordion item that can expand or collapse */
a.toggle {
    width: 100%;
    display: block;
    color: #fff;
    padding: 10px 0 10px 25px;

}




.data-entry {
    font-family: Dosis, sans-serif;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4em;
	margin-right: 5em;
}


.data-entry input[type="text"] {
    height: 25px;
    width: 250px;
    margin-left: 0px;
    margin-top: 6px;
    margin-right: 10px;
    margin-bottom: 6px;
    color: #737373;
    font-family: Dosis, sans-serif;
    font-size: 1em;
    padding: 5px;
    outline: none;
    border: 1px solid #A5A5A5;
    border-radius: 4px;
    box-shadow: none;
    -webkit-appearance: none;
}

.data-entry input[type="password"] {
    height: 25px;
    width: 250px;
    margin-left: 0px;
    margin-top: 6px;
    margin-right: 10px;
    margin-bottom: 6px;
    color: #5a96c0;
    font-family: Dosis, sans-serif;
    font-size: 1em;
    padding: 5px;
    outline: none;
    border: 1px solid #A5A5A5;
    border-radius: 4px;
    box-shadow: none;
    -webkit-appearance: none;
}

.data-entry input[type=text]:focus {
    border: 1px solid #ABDEF3;
}

.data-entry input[type=password]:focus {
    border: 1px solid #ABDEF3;
}

.dateTimeField {
    width: 100px !important;
}

.hasDatepicker {
    width: 100px !important;
}

.number3Field {
    width: 33px !important;
}

.number4Field {
    width: 40px !important;
}


.selectionBar {
    position: fixed;
    width: 100%;
    height: 5em;
    bottom: 0;
    background-color: #5a96c0;
    padding-left: 3.7em;
    padding-top: .5em;
    z-index: 3;
}

.selectionBar input[type="button"] {
    background-color: #fff;
    color: #555;
    padding: 7px 20px;
    border: none;
    border-radius: 5px 5px 5px 5px;
    font-family: Dosis, sans-serif;
    font-size: .8em;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}




.selectionBar input[type="button"]:hover {
    color: #fff;
    background-color: #555;
}



.selectionBar input[type="button"]:disabled {
    color: #5a96c0;
    background-color: hsla(0,0%,94%,0.73);
}

input[type="button"].disabled {
    cursor: default !important;
    background-color: grey !important;
    border-color: rgba(118, 118, 118, 0.3) !important;
}



.general-search {
    width: 100%;
    height: 2em;
    background: #fff;
    right: 0;
    z-index: 91;
    color: #fff;
    border: 0;
    border-radius: 6px;
}

.general-search input {
    width: 100%;
    height: 2em;
    float: left;
    padding-left: 20px;
    text-indent: 32px;
    font-family: Dosis, sans-serif;
    font-size: 1em;
    color: #5a96c0;
    background: url(../images/search-grey.svg) no-repeat 20px 5px;
    background-size: 20px;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
}

.general-search input:focus {
    outline: 0;
    border: 1px solid #5a96c0;
    background: url(../images/search-blue.svg) no-repeat 20px 5px #fff;
    background-size: 20px;
}

.general-search input:hover + .search-wrapper button {
    background: none;
}


.glance {
    height: auto;
    width: 100%;
    padding: 4em 0;
}



ul.glancetabs li{
    background: #C4C4C4;
    color: #555;
    display: inline-block;
    padding: 7px 7px;
    cursor: pointer;
    border-radius: 6px 6px 0 0;
    font-family: Dosis, sans-serif;
}

ul.glancetabs li.current{
    background: #fff;
    color: #5a96c0;
}

.glancetab-content{
    display: none;
    background: #ededed;
    padding: 15px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 10em;
    font-family: Dosis, sans-serif;
}

.glancetab-content.current{
    display: inherit;
    background-color: #fff;
}


.admitdate {
	padding-bottom: .5em;
	color: #5a96c0;
}


.maintabs {
    height: auto;
    width: 100%;
}

ul.maintabslist li {
    background: #EAEAEA;
    color: #555;
    display: inline-block;
    padding: 7px 10px;
    cursor: pointer;
    font-family: Dosis, sans-serif;
    border-radius: 5px 5px 0px 0px;
}

ul.maintabslist li.current {
    background: #5a96c0;
    color: #fff;
}

.maintab-content {
    display: none;
    background: #EAEAEA;
    padding: 15px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    font-family: Dosis, sans-serif;
}

.maintab-content.current {
    display: inherit;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #EAEAEA;
}

textarea.clipboard {
    height: 20em;
    width: 100%;
    outline: none;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #555;
    font-family: Dosis, sans-serif;
    font-size: 1em;
    padding: 1em;
    -webkit-appearance: none;
}

textarea:focus {
    border: 1px solid #ABDEF3;
}


footer {
    padding-left: 1.6em;
    font-size: .9em;
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid #555;
    color: white;
}

footer p {
    font-size: .9em;
}

footer span {
    color: #A5A5A5;}

.sysMessage {
    float: left;
    width: 50vw;
    padding-top: 12px;
    padding-left: 5em;
}

li.no-link a.toggle{
    color: red;
}

.rightContainer {
    height:100%;
    overflow: scroll;
    padding-bottom: 1em;
    padding-left: 1em;
}

.buttonbar {
    position: fixed;
    Width: 100%;
    bottom: 0;
    left: 0;
    background-color: hsla(194,82%,49%,0.67);
    height: 5em;
    z-index: 2;
}


.data-entry div ::-webkit-scrollbar {
    /*width: 0px;*/
    /*height: 0px;*/
    display: block;
}

ul.maintabslist {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}

ul.glancetabs {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}

.tableFixHead {
    overflow-y: scroll;
    height: 500px;
}
.tableFixHead thead th {
    position: sticky;
    top: 0;
}


/* MEDIA QUERIES */




@media screen and (min-width: 64em ) {
    .leftColumn {
        margin-right: 18.9em;
        padding-top: 2.5em;
    }

    .rightColumn {
        position: absolute;
        top: 0;
        right: 0;
        overflow: auto;
        width: 23em;
        padding-right: 1em;
    }
}

.mobileDashboard {
    display: none;
    width: 100%;
}

#dueItemsSession {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}
#dueItemsSession tr {
    color: black;
}


@media screen and (max-width: 70em ) {
	h1 { margin: .8em 0 .2em 0; font-size: 2em;}
	h2 { margin: 0 0 .5em 0; font-size: 1.6em;}
	h3 { margin: 0 0 .5em 0; font-size: 1.1em;}
	h4 { margin: 0 0 .5em 0; font-size: 3.2em;}
	h5 { margin: 0 0 .5em 0; font-size: 2.2em;}

	p { margin: 0 0 1.2em 0; font-size: 1em;}
	a { font-size: 1em;}

    #hideDash {padding-bottom: 5px}

    .mobileDashboard {
        display: block;
        background: #5a96c0;
        color: white;
        overflow: scroll;
        max-height: 70vh;
    }
    .mobileDashboard p a {
        color: white;
    }

    .mobileDashboard p {
        margin: .5em 0em;
    }

    .mobileDashboardExpand {
        text-align: center;
        display: none;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        max-height: 60vh;
    }

    .mobileDashboardExpand th {
        background-color: #555555;
    }

    .wrap {
        position: fixed;
        width: 100%;
    }

	.accordion-nav a { font-size: 1.2em;}

	.menu-link {
        font-size: 1.7em;
        cursor: pointer;
    }

	#tabs { width: 4.5em;}
	#tabs-content { width: 15.5em}
	#tabs li { height: 55px; width: 55px;}
	#tabs svg { height: 55px; width: 55px;}
    #tabs ul {padding-left: 0px;}

    .companylogo {
        display: none;
    }

    body {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .logo-container {
        float: right;
        width: 150px;
    }

    .rightColumn {
        display: none;
    }

    .clientname {
        height: auto;
        padding: 0.5em 0em 0.25em 0em;
        left: 0;
    }

    .leftColumn {
        padding-top: 2em;
        margin-right: 0;
        width: 100%;
    }

    .glancetabs {
        font-size: .9em;}

	 ul.glancetabs li {
        padding: 7px 15px;
    }

	.clientname-search {
		display: none;
    }

    .data-entry {
        width: 100%;
    }
}


@media screen and (max-width: 30em ) {
    .leftColumn {
        width: 100%;    }
    .data-entry {
        width: 100%;
    }
}

.nodes {
    border-collapse: collapse;
    border: 1px solid #333333;
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
    text-align: left;
    padding-left: -10em;
}

.nodes td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    align-content: left;
    align-items: left;
    text-align: left;
}

.nodes .rowAdd {
    border-bottom-width: 3px;
}

.nodes tr {
    border: 1px solid #333333;
    border-left-width: 3px;
    border-right-width: 3px;
}

.rowID {
    width: 30%;
}

.rowName {
    width: 50%;
}

.rowEdit {
    width: 10%;
}

.rowDelete {
    width: 10%;
}

.showInactive {
    margin-top:4px !important;
    margin-bottom:4px !important;
}

.leftcolumn-box {
    display: inline-block;
    width: 500px;
}
.rightcolumn-box {
    display: inline-block;
    width: 500px;
    vertical-align: top;
}

.fontRed {
    color: red !important;
}

.fontRedBold {
    color: red !important;
    font-weight: bold !important;
}

.clientSelect {
    width: 250px;
}

select.clientSelect option{
    width: 140%;
}