/* 
* Management System stylesheet
* Version 2023.01 
* Main values:
* core background colour: #20399E, #F9F9F9 (web site also uses cyan 2FABE0)
*/
/*
h3 {
    color: #20399E;
    font-family: "Segoe UI";
    font-size: 18px;
}
*/

@import url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
/*        @import url(https://fonts.googleapis.com/css?family=Titillium+Web:300);
@import url(https://fonts.googleapis.com/css);*/
@font-face {
    /*font-family: 'Titillium Web';*/
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    /*  src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');*/
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: normal;
src: local('Roboto Regular'), url('/css/fonts/Roboto-Regular.woff') format('woff');
}


@font-face {
font-family: 'Roboto Italic';
font-style: normal;
font-weight: normal;
src: local('Roboto Italic'), url('/css/fonts/Roboto-Italic.woff') format('woff');
}


@font-face {
font-family: 'Roboto Bold';
font-style: normal;
font-weight: normal;
src: local('Roboto Bold'), url('/css/fonts/Roboto-Bold.woff') format('woff');
}


@font-face {
font-family: 'Roboto Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Roboto Bold Italic'), url('/css/fonts/Roboto-BoldItalic.woff') format('woff');
}


@font-face {
font-family: 'Roboto Thin';
font-style: normal;
font-weight: normal;
src: local('Roboto Thin'), url('/css/fonts/Roboto-Thin.woff') format('woff');
}


@font-face {
font-family: 'Roboto Thin Italic';
font-style: normal;
font-weight: normal;
src: local('Roboto Thin Italic'), url('/css/fonts/Roboto-ThinItalic.woff') format('woff');
}


@font-face {
font-family: 'Roboto Light';
font-style: normal;
font-weight: normal;
src: local('Roboto Light'), url('/css/fonts/Roboto-Light.woff') format('woff');
}


@font-face {
font-family: 'Roboto Light Italic';
font-style: normal;
font-weight: normal;
src: local('Roboto Light Italic'), url('/css/fonts/Roboto-LightItalic.woff') format('woff');
}


@font-face {
font-family: 'Roboto Medium';
font-style: normal;
font-weight: normal;
src: local('Roboto Medium'), url('/css/fonts/Roboto-Medium.woff') format('woff');
}


@font-face {
font-family: 'Roboto Medium Italic';
font-style: normal;
font-weight: normal;
src: local('Roboto Medium Italic'), url('/css/fonts/Roboto-MediumItalic.woff') format('woff');
}


@font-face {
font-family: 'Roboto Black';
font-style: normal;
font-weight: normal;
src: local('Roboto Black'), url('/css/fonts/Roboto-Black.woff') format('woff');
}


@font-face {
font-family: 'Roboto Black Italic';
font-style: normal;
font-weight: normal;
src: local('Roboto Black Italic'), url('/css/fonts/Roboto-BlackItalic.woff') format('woff');
}
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}


/* <uniquifier>: Use a unique and descriptive class name */
/* <weight>: Use a value from 300 to 800 */

.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

* {
    box-sizing: border-box;
}
body {
    margin:0;
    padding:0;
    float: left;
    height:100%;
    min-width: 100%;
/*  font-family: "Segoe UI",Verdana,Arial,Helvetica,sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    /* line-height: 1.42857143; 
    color: #093954;*/
    color: #20399E;
    background-color: #fff;
    /*
    background: url("../images/bg2.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}
body.mainbody {
/*  background-color: #EFF6FB;*/
}
#wrapper {
    min-height:100%;
    position:relative;
}
img {
    border: 0;
    vertical-align: middle;
}
.actionimg {
    height: 20px;
    width: 20px;
}
#pagewrapper {
    /*background-color: #06794A;*/
    width: 100%;
    min-height: 100%;
}

#loginbox {
    margin: 100px auto 0px;
    /*height: 600px;*/
    width: 350px;
}
#loginpage {
    background-color: #FFFFFF;
    margin-bottom: -40px;
    min-height: 100%;
}

#container {
}
#loginbox h1 {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/

  font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    /*background: url("../images/bg2.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background-color: #06794A;
    padding: 0.3em 4px;
    margin: 10px 2px 0 2px;
}

#loginbox fieldset, .dynamicform fieldset {
    border: 1px solid #20399E;
}

#loginbox label {
    float: left;
    width: 9em;
    color: #20399E;
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;
    */
  	font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#login-container {
  display: flex;
  justify-content: center;
  min-height: 100vh;
  background-color: #20397A;
  color: #FFFFFF;
}
#login-container a {
  color: #FFFFFF;
}
#login-container .card {
  width: 600px;
  margin: auto;
}
#login-container .gl1 {
    width: 100%;
    margin: auto;
  }
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

#login-container .card .card-body {
  padding: 5rem 4rem;
}
.card img,.card svg {
  vertical-align: middle;
}
#login-container .card .form-group {
  margin-bottom: 2rem;
}
#login-container .card .form-control {
  height: 40pt;
}
.card .text-center {
  text-align: center; /*  !important */ 
}
#login-container .register-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  white-space: nowrap;
  background-color: #cde0ec;
  color: #20399E;
}
#login-container .register-button img {
  width: 25px;
  margin-left: 10px;
  display: none;
}
.sign-in {
  padding: 17px 40px !important;
  font-size: 17pt !important;
  font-weight: bold !important;
  text-align: center;
  margin-top: 1.5rem;
  border: none;
  cursor: pointer;
  transition: .15s ease-in-out;
}
.btn-template {
  padding: 0.375rem 0.75rem;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: .15s ease-in-out;
  background-color: #093954;
  color: #fff;
  border-radius: 4px;
}
.card p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.buttright {
    border: 1px solid #999999;
    color: #000000;
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
  font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-decoration: none;
    float: right;
}

.oldheaderlink {
    background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(left, rgba(125,126,125,1) 55%, rgba(14,14,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(55%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(125,126,125,1) 55%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(125,126,125,1) 55%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(125,126,125,1) 55%,rgba(14,14,14,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(125,126,125,1) 55%,rgba(14,14,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 */    
}
.headerlink {
    
    background-color: #06794A;
    /*background: url("../images/bg2.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
/*  font-family: Arial, Helvetica, sans-serif;*/
  font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
    height: 80px;
    margin: 0px auto;
}

.prefooterlink {
/*  font-family: Arial, Helvetica, sans-serif;*/
  font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #20399E;
    text-decoration: none;
    text-align: right;
    background-color: #FFFFFF;
    margin: 0px auto;
}

#confirmbox {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
  font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
}

#confirmbox label {
    color: #20399E;
    float: left;
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
  font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    width: 27.5em;
}

.footerlink {
/*  font-family: Arial, Helvetica, sans-serif;*/
  font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: right;
    /*width: 800px;*/
    margin: 0px auto;
}

.footerlink p {
/*  font-family: Arial, Helvetica, sans-serif;*/
  font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: right;
    background-color: #06794A;
    width: 800px;
    margin: 10px auto;
}

.footerlink a {
    color: #FFFFFF;
    text-decoration: none;
    /*
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
        background-color: #06794A;
        width:800px;
        margin:10px auto;
        */
}

.footerlink a:Hover {
/*  font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #EBEBEB;
    text-decoration: underline;
}

.textright {
    text-align: right;
    padding-right: 8px;
}
.textleft, .brd th.textleft, .nbrd th.textleft  {
	text-align: left;
}
.texttop {
	vertical-align: top;
}
.stickyheader{
    position: sticky !important;
  	top: 0px !important;
  	/*top: 45px !important; -- Removed top bar */
	z-index: 2;
}
.num {
	width: 6em;
	text-align: right;
}
.text {
/*  font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    text-decoration: none;
}
.brd .cellval {
    text-align: center;
    width: 7em;
}
.textcenter {
    text-align: center;
}

.hovertext {
/*  font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

.hovertext:Hover {
/*  font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    color: #000000;
    text-decoration: underline;
}

.itext {
/*  font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

.itext:Hover {
    background-color: #000000;
    color: #ffffff;
}

.whitehdr {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
nav li.logonav img {
    /*width: 60px;*/
    height: 120px;
    padding: 10px;
}
nav li.logonav span.nav-text, nav li.usrinit span.nav-text {
    font-size: 14px;
    width: 180px;
    display: inline-block;
}
nav svg {
	fill: #FFFFFF;
}
span.usricon {
    color: #FFFFFF;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: #0872bc;
    font-size: 16px;
    margin: 13px;
    display: inline-block;
    padding-top: 10px;
}
#maindiv.container {
    width: 98.5%;
}
table {
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    /* 
    border: 1px solid #ddd; */
}
/* tr:nth-child(odd) {
  background-color: #eee8f1;
} */
/* tr:hover td {
  background-color: #eeeeee;
} */

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 4px;
    line-height: 1.42857143;
    /*vertical-align: top;*/
    border-top: 1px solid #ddd;

}
.table-striped > tbody > tr td {
  border-bottom: 1px solid #dddddd;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #e7fcfe;
}
.table-striped > tbody > tr:hover td {
  background-color: #eeeeee;
}
.brdtbl {
    border: 1px solid black;
    border-collapse: collapse;
}
.brdtbl th, .brdtbl td {
    border-left: 1px solid black;
    padding: 8px;
}
.brdtbl th {
    border-bottom: 1px solid black;
  
}

.text_center {
    text-align: center;
}
.text_center .fa {
    display: inline;
}
.text_middle {
    vertical-align: middle;
}
.brd,.nbrd {
    /*border:1px solid #06794A;*/
    margin: 20px auto;
    table-layout: auto;
    border-spacing: 3px;
    width: 100%;
    border-collapse: separate;
    /*font-size: 1.2em;*/
}

.brd td {
    padding: 3px 10px;
    /*text-align: left;
    border: 1.5px solid #20399E;
    vertical-align: top;*/
}
.brd td a,.nbrd td a {
    text-decoration: none;
    color: #20399E;
}
.brd td a:hover,.nbrd td a:hover {
    /*background-color: #F9F9F9;*/
}

.brd th,.nbrd th {
    background-color: #cde0ec;
    border-radius: 5px;
    /*border: 1px solid #20399E;*/
    color: #0064DE;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
}
.brd input,.nbrd input,.brd select,.nbrd select  {
    width: 98%;
}
.brd td.textcenter input,.nbrd td.textcenter input {
    background-color: #ddeedc;
    border: medium none;
    text-align: center;
}
.brd caption,.nbrd caption {
    padding: 5px 0;
    background-color: #F9F9F9;
    border: 1px solid #20399E;
    border-bottom:none;
    color: #20399E;
    text-align: center;
    font-weight: bold;
}
.brd tbody th,.nbrd tbody th {
    white-space: nowrap;
    padding: 3px;
}
tr.hoverrow:hover, .brd tbody > tr:nth-child(2n+1).hoverrow:hover > td {
	background-color: #DBEDFF;
} 
.bluetxt {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #20399E;
    text-decoration: none;
    font-weight: bold;
}

.bluetxt:HOVER {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #20399E;
    /*text-decoration: underline;*/
    font-weight: bold;
}

.RTtitle {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #20399E;/*FF4000*/
    text-decoration: none;
    font-weight: bold;
}

.RTtitle:HOVER {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #20399E;
    text-decoration: underline;
    font-weight: bold;
}

.inputt {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    color: #000000;
    text-decoration: none;
    border: 1px solid #999999;
    background-color: #F9F9F9;
}
a.inputt {
    padding: 1px 10px;
}
.alert,.underpaid,.overpaid {
    background-color: #FFCCCC;
}
.completed,.fullypaid {
    background-color: #ccffaa;
}
a img.actimg {
    height: 20px;
}
a img.actimg:hover {
    outline: 1px solid black;
    /*width: 30px;*/
}
.errormsg {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
}
.sucessmsg {
    /*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
        font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #335000;
        text-decoration: none;
    }

.blacktxt {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
#plus3, #minus3 {
    font-size: 48px;
}
.heading {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #20399E;
    text-decoration: none;
    font-weight: bold;
}

.w12b {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.whitetxt {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.textGreen {
/*  font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #20399E;
    text-decoration: none;
}
/* Submodals */
/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
    position: absolute;
    z-index: 200;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .4;
    filter: alpha(opacity = 40);
    /* this hack is so it works in IE
     * I find setting the color in the css gives me more flexibility
     * than the PNG solution.
     */
    background-color: transparent !important;
    background-color: #333333;
    /* this hack is for opera support
     * you can uncomment the background-image if you don't care about opera.
     * this gives you the flexibility to use any bg color that you want, instead of the png
     */
    background-image: url("/SubModal/maskBG.png") !important;
    /* For browsers Moz, Opera, etc.*/
    background-image: none;
    background-repeat: repeat;
    display: none;
}

#popupContainer {
    position: absolute;
    z-index: 201;
    top: 0px;
    left: 0px;
    display: none;
    padding: 0px;
}

#popupInner {
    border: 2px solid #000000;
    background-color: #ffffff;
}

#popupFrame {
    margin: 0px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 202;
}

#popupTitleBar {
    background-color: #486CAE;
    color: #ffffff;
    font-weight: bold;
    height: 1.3em;
    padding: 5px;
    border-bottom: 2px solid #000000;
    border-top: 1px solid #78A3F2;
    border-left: 1px solid #78A3F2;
    border-right: 1px solid #204095;
    position: relative;
    z-index: 203;
}

#popupTitle {
    float: left;
    font-size: 1.1em;
}

#popupControls {
    float: right;
    cursor: pointer;
    cursor: hand;
}

.sheetbut {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    border: 1px solid #999999;
    cursor: pointer;
    cursor: hand;
    margin: 3px 0;
    background-color: #06794A;
}

.sheetbut:hover {
    color: #ffffff;
    background-color: #666666;
}

.closebut-left {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    border: 1px solid #999999;
    margin-left: 34px;
    cursor: pointer;
    cursor: hand;
    float: left;
}

.closebut-right {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    border: 1px solid #999999;
    float: right;
    margin-right: 34px;
    cursor: pointer;
    cursor: hand;
}

#heading-centre {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #20399E;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.tabtwo {
    border: 1px solid #20399E;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tabtwo th {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    background-color: #06794A;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.tabtwo hr {
    color: #20399E;
    margin: 0;
}

.centme {
    text-align: center;
}

.celltext {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.leftme {
    padding-left: 8px;
    text-align: left;
}

.odd {
    background-color: #F9F9F9;
}

#listtable {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 20px 20px;
    width: 1478px;
}

.inputtxt {
    width: 141px;
}

.textareatxt {
    width: 218px;
}

#sheettablecaption {
    border: 1px solid #20399E;
    margin: 20px auto 20px;
    width: 500px;
    text-align: center;
}

#sheettablecaption thead {
    background-color: #06794A;
    color: #FFFFFF;
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 18px;
}

#sheettablecaption tbody {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
}
/*
#mainnav {
    position: absolute;
    top: 13px;
    float: left;
    width: 11%;
}

#mainnav ul {
    margin: 0;
    padding-left: 10px;
}

#leftnav {
    float: left;
    color: #ffffff;
    width: 14%;
}
#leftnav ul {
    padding-left: 10px;
}

#leftnav li {
    list-style: none;
    font-size: 14px;
    padding: 0 0 5px 5px;
}
#leftnav li a {
    text-decoration: none;
    color: #ffffff;
}
#leftnav li a:hover {
    color: #FFCC00;
}
#leftnav .text {
    color: #ffffff;
}
#horinav {
    background-color: #20399E;
    color: #ffffff;
    margin-top: 0;
    padding: 5px 0;
}
#horinav ul {
    list-style-type: none;
    padding-left: 10px;
    margin: 0;
}

#horinav li {
    background: url("../images/wpipe.gif") no-repeat scroll 0 0.0em rgba(0, 0, 0, 0);
    display: inline;
    font-size: 14px;
    height: 1.5em;
    padding: 2px 10px;
}
#horinav li a {
    text-decoration: none;
    color: #ffffff;
}
#horinav li a:hover {
    color: #ffcc00;
}

#horinav .text {
    color: #ffffff;
}
#horinav .navsection {
    float: left;
    margin-left: 16px;
    width: 161px;
}
*/
   
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #04142e;
    color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin: 8px 0 0 -8px;
}
#clienttabs .dropdown-content a:hover {
    background-color: #ffcc00;
    color: #04142e;
}

#clienttabs .dropdown-content a {
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid white;
}
.dropdown-content a:hover {background-color: #f1f1f1}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #eee;
  box-sizing: content-box;
    height: 0;
}
/* navigation */
#maincontent {
    float: left;
    width: 707px;
}
img.displayed {
    display: block;
    margin-left: auto; 
    margin-right: auto;
    /*background-color: #06794A;*/
    padding: 15em 10px 10px;
    }
    
img.logoimg {
    border: 5px solid white;
    float: left;
    height: 70%;
    margin: 7px;
}
#mainright {
    float: right;
    width: 89%;
}
#content {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    /*font-size: 14px;
    top: 10px;
    width: 100%;
    margin-left: 12%;*/
    height: auto !important;
    /*
    background-color: #FFFFFF;
    min-height: 800px;
    min-width: 70%;
    max-width: 70%;
    */
    /*padding-bottom:40px; *//* Height of the footer element */
    padding: 10px 10px 29px;
}
#content.navmgn_wide {
    margin-left: 250px;
    /*margin-top: 45px;*/
}
#content.navmgn_narr {
    margin-left: 3%;
}
#clientdivcontainer {
      margin: 4px 5px;
      padding: 5px 0;
      border-top: 1px solid #ddd;
      border-radius: 3px;
}
    
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.form-group {
  margin-bottom: 15px;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 500;
	width:140px;
}
.atop {
	vertical-align: top;
}
.abot {
	vertical-align: bottom;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
      float: left;
    }
    .col-md-4 {
      width: 24%;
    }
    .col-md-3 {
      width: 33.33333333%;
    }
    .col-md-12 {
      width: 100%;
    }    
	#content.navmgn_wide {
	    margin-left: 250px;
	    /*margin-top: 45px;*/
	}
}
@media (max-width: 1400px) {
    #content.navmgn_wide {
        margin-left: 16%;
    }
}
@media (max-width: 600px) {
    #content.navmgn_wide {
        margin-left: 14%;
    }
}
/*
form fieldset label {
    float: left;
    width: 180px;
}

form fieldset input[type="text"],select {
    background-color: #F9F9F9;
}
form fieldset input[readonly="readonly"],input[readonly="readonly"] {
    background-color: #ffff80;
    color: #000000;
} 
form fieldset .formlabel {
    font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #20399E;
    text-decoration: none;
}
*/
#content fieldset label.formlabelfull {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #20399E;
    text-decoration: none;
    margin-bottom: 5px;
    width: 100%;
}

form fieldset .formfieldset legend {
    background-color: #eee8f1; color: black;
/*    font-family: "Segoe UI",Verdana,Arial,Helvetica,sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 5px;
}
form .formfieldset legend {
    background-color: #eee8f1; color: black;
/*    font-family: "Segoe UI",Verdana,Arial,Helvetica,sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 5px;
}

#content h1,h2,h3 {
    margin: 0 0 15px 0;
    color: #093954;
    /*padding: 5px 0;
    text-align: center;*/
}
h2 {
    font-size: 30px;
    font-weight: 500;
    /*margin-left: 10px;*/
}
h3 {
    font-size: 1.1em;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.smbtn {
  padding: 4px 6px;
}
.smbtn .fa {
    height: 20px;
    font-size: 20px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.newbtn {
  border-radius: 15px;
  box-shadow: 0px 2px 3px -4px #838383;
  margin: 8px;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn.focus, .btn:focus, .btn:hover {
  color: #333;
}
a {
    text-decoration: none;
}
#content fieldset label {
    float: left;
    width: 180px;
}

#content fieldset input[type="text"],select {
    background-color: #F9F9F9;
}
#content fieldset input[readonly="readonly"] {
    background-color: #000000;
    color: #ffff00;
}
#content form {
    /*margin: 0 auto;
    width: 95%;*/
}


#content fieldset .formlabel {
/*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    text-decoration: none;
    /*font-weight: bold;
    width: 130px;*/
}

#content fieldset .formfieldset legend {
    background-color: #eee8f1; color: black;
/*    font-family: "Segoe UI",Verdana,Arial,Helvetica,sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 5px;
}
#content .formfieldset legend {
    background-color: #eee8f1; color: black;
/*    font-family: "Segoe UI",Verdana,Arial,Helvetica,sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 5px;
}
#content fieldset input[disabled=""],input[disabled=""] {
    background-color: #e5e5e5;
    color: #000000;
} 
.leftal {
    text-align: left;
    width: 600px;
}

#footer {   
    /*background: url("../images/bg2.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background-color: #06794A;
    clear: both;
    width:100%;
    height:40px;
    bottom:0;
    left:0;
}
#formsearch {
    padding-left: 10px;
    display: inline;
}
.action-letter {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 14px;
    padding: 1px 3px;
    text-decoration: none;
    vertical-align: top;
    border: 1px solid #FFFFFF;
}
.action-letter:hover {
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
} 
#invoicedisp {
    width: 50%;
    margin: auto;
}
.nobords {
    border: medium none;
    padding: 0;
}

/* Tabs - start */
#tabs {
    font-size: 90%;
    margin: 20px 0;
}
#tabs ul {
    float: left;
    background: #fff;
    /*width: 500px;*/
    padding-top: 4px;
    margin-bottom: 0;
}
#tabs li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #06794A;
    border-color: #20399E #20399E -moz-use-text-color;
    margin-left: 8px;
    list-style: none;
    color: #FFFFFF;
    border: 1px solid #20399E;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
}
* html #tabs li {
    display: inline;
}
#tabs li, #tabs li a {
    float: left;
}
#tabs ul li.active,#horinav .rightnavhdr li.active {
    /*border-top:2px #FFFF66 solid;
    background-color: #FFFFFF;*/
    color: #20399E;
}
#tabs ul li.active a,#horinav li.active a {
    color: #ffcc00;
}
#tabs div {
    clear: both;
    padding: 15px;
    margin: 0 20px;
    min-height: 200px;
    border: 1px solid #20399E;
    border-radius: 5px 5px 5px 5px;
}
#tabs div h3 {
    margin-bottom: 14px;
}
#tabs div p {
    line-height: 150%;
}
#tabs ul li a {
    text-decoration: none;
    padding: 8px;
    color: #fff;
    font-weight: bold;
}
.thumbs {
    float:left;
    border:#000 solid 1px;
    margin-bottom:20px;
    margin-right:20px;
}
/* Tabs - end */
.searchvalue {
    background-color: #ffffff;
}
#header {
    background-color: #06794A;
    color: #FFFFFF;
/*    font-family: "Segoe UI",Verdana,Arial,Helvetica,sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    padding: 10px;
    height: 3em;
}
#top_nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
/*    font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}
#top_nav li {
    background: url("/images/wpipe.gif") no-repeat scroll 0 0.2em transparent;
    display: inline;
    /*float: left;*/
    padding: 0 10px;
}
#top_nav a {
    color: #ffffff;
    text-decoration: none;
}
#top_nav a:hover,#top_nav a.active {
    color: #FFCC00;
}
.button-like {
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    writing-mode: horizontal-tb !important;
    margin: 0em;
    padding-block: 1px;
    padding-inline: 6px;
    border-width: 2px;
    border-style: outset;
    border: 1px solid grey;
    padding: 5px;
    background: #efefef;
    border-radius: 2px;
    /* border-color: buttonborder;
    border-image: initial; */
  }
  .button-like:hover {
    background-color: #e2e1e1;
}

a.pdf,a.csv {
    color: #454545;
    display: block;
    float: left;
    margin-right: 5px;
    padding: 4px 0 0;
    text-decoration: none;
}

.csv {
    background: url("/images/button-csv.png") no-repeat scroll left top
        transparent;
    cursor: pointer;
    font-size: 11px;
    height: 22px;
    overflow: visible;
    text-align: center;
    text-indent: 10px;
    width: 69px;
}

.pdf {
    background: url("/images/button-pdf.png") no-repeat scroll left top
        transparent;
    cursor: pointer;
    font-size: 11px;
    height: 22px;
    overflow: visible;
    text-align: center;
    text-indent: 10px;
    width: 69px;
}
.clickableRow:hover {
    background-color: #C0E3F6;
    cursor: pointer;
}
.selectableRow:hover {
    background-color: #C0E3F6;
    cursor: pointer;
}

.textval {
    font-size: 14px;
}
.old {
    background-color: #cccccc;
}
#tabtable {
    width: 100%;
}
#tabtable th {
    color: #20399E;
/*    font-family: "Segoe UI",Verdana,Arial,Helvetica,sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 18px;
}
#tabtable td {
    text-align: center;
}
#container #colA1,.container .colA1 {
    width: 50%;
    float: left;
 }
#container #colA2,.container .colA2 {
    width: 50%;
    float: right;
 }

.formfieldset ul {
    list-style-type: none;
    padding-left: 0;
 }
 .formbord {
    margin: 0 10px;
    border: 1px solid #20399E;
 }
 .despatchrow {
    list-style-type: none;
    padding-left: 0;
    margin: 0 auto;
    width: 80%;
}
.despatchrow li {
    display: table-cell;
    padding: 3px 15px;
}
.excluded {
    background-color: #ff0000;
    color: #ffffff;
    padding: 10px;
    animation-duration: 400ms;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes blink {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/*
@keyframes blink {
  0% {
    opacity: 1;
    color: pink;
  }

  25% {
    color: green;
    opacity: 0;
  }

  50% {
    opacity: 1;
    color: blue;
  }

  75% {
   opacity: 0;
   color: orange;
 }

 100% {
   opacity: 1;
   color: pink;
 }
}
*/
.deletebtn {
    float: right;
}
.nw {
    white-space: nowrap;
}
#form1 {
    width: 95%;
    margin: auto;
}
#invhdr {
    float: left;
    width: 50%;
}
#invsmy {
    float: right;
    width: 50%;
}
#invhdr label,#invsmy label {
    float: left;
    width: 150px;
}
.smgrey {
    color: #777777;
    font-size: 66%;
}
tr.grptot td {
    border-top: medium dashed red;
    font-weight: bold;
    padding: 6px 2px;
}
.brd td.blankrow {
    border-left: medium none;
    border-right: medium none;
}
.brd td.autocell,.nbrd td.autocell {
    background-color: #eedede;
}
.brd td.autocell input,.nbrd td.autocell input {
    background-color: inherit;
    border: medium none;
}
.brd tbody > tr:nth-child(2n+1) > td, .brd tbody > tr:nth-child(2n+1) > th {
    background-color: #F5F8FB;
}
.brd1 tfoot tr td,tr.subtot td,.nbrd tfoot tr td,.table > tfoot > tr.subtot > td {
	border-bottom: medium double;
    border-top: medium dashed;
    font-weight: bold;
    padding: 6px 2px;
}
tr.hdrrow td {
    font-weight: bold;
    color: #555555;
}
#filterform {
    text-align: center;
}
#filterform select,#filterform input {
    font-size: 150%;
}
#filterform input[type=button] {
    box-shadow: 4px 4px 5px 2px thistle;
} 
#filterform input[type=button]:hover {
    box-shadow: none;
} 
#leftcol, #midcol {
    float: left;
    width: 32%;
}
#rightcol {
    float: right;
    width: 32%;
}
#container .leftcol {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
#container .rightcol {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.w250 {
    width: 250px;
}
.w3em {
    width:3em;
}
.w4em {
    width:4em;
}
.w6em {
    width:6em;
}
.brd .coltitle {
    width: 17em;
}
.brd .highlight {
    background-color :#ffff3c;
}
.brd .disappt {
    color: #ff0000;
}
#sysstat {
    float: right;
    margin: 5px 2em 0 0;
    padding: 1px 3px;
    border: 1px solid #ffffff;
}
#container fieldset select {
    /*width: 99%;*/
}
#container #col1 {
    width: 30%;
    float: left;
 }
 #container #col2outer {
    float: right;
    margin: 0;
    padding: 0;
    width: 70%;
 }
 #col2outer #col2mid {
    border-left: 1px dashed grey;
    border-right: 1px dashed grey;
    float: left;
    padding-left: 2em;
    padding-right: 2em;
 }
 #col2outer #col2side {
    width: 46%;
    float: right;
 }
 
#container fieldset .widinherit {
    width: inherit;
}
.pad {
    height: 90px;
}
.meas {
    width: 3em;
    text-align: right;
    padding-right: 2px;
}
.price {
    width: 6em;
    text-align: right;
    padding-right: 2px;
}
.schedule {
    border-collapse: collapse;
    font-size: 12px;
}

.schedule td, .schedule th {
    border: 1px solid black;
    padding: 5px;
}

.schedule .staffsched {
    border-width: 3px 1px 3px 3px;
    font-size: 1.5em;
    line-height: 35px;
}
.schedule .topbord {
    border-width: 3px 1px 1px;
}

.schedule .rightbord {
    border-right: 3px solid;
}
.schedule .inputt {
    font-size: 12px;
}
#schbtn {
    margin: auto;
    width: 400px;
}

#prevbtn {
    float: left;
    width: 30px;
}
.navbtn {
    font-size: 2em;
    font-weight: bold;
}
.clear {
    clear: both;
}

.hols,.holsall {
    background-color: #FF0000;
}
.sick,.sickall {
    background-color: #88FF00;
}
.off,.offall {
    background-color: #8888FF;
}
#nextbtn {
    float: right;
    width: 30px;
}
#prevbtn {
    float: left;
    width: 30px;
}
.fw {
    width: 100%;
}
.fw60 {
    width: 60%;
}
.expired {
    color: #a0a0a0;
}
.expired:hover {
    color: #000000;
}
#content fieldset .checkboxlist label {
    float: none;
}
.checkboxlist {
    list-style-type: none;
    padding-left: 0;
    margin: 0 auto;
}
.checkboxlist li {
    float: left;
    width: 33%;
    margin: 5px 0;
}
.checkboxlist li .selected {
    color: #ff0000;
}
.button {
    display: block;
    float: left;
    padding: 4px 10px;
    background: #99cc00;
    color: #FFF !important;
    text-decoration: none;
    margin: 10px 5px;
}
.btnright {
    margin-left: 5em;
}
.admin-table {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}
.admin-table th {
    font-weight: bold;
    text-align: left;
}
.admin-table td, .admin-table th {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    padding: 5px;
}

.dbtable {
    border: 1px solid black;
    text-align: center;
    border-collapse: collapse;
    margin: 0 auto;
/*    font-family: "Segoe UI",Verdana,Arial,Helvetica,sans-serif;*/
    font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.dbtable th {
    background-color: #06794A;
    color: #ffffff;    
    font-weight: bold;
    padding: 3px 5px;
    border: 1px solid #ffffff;
}
.dbtable th:first-child {
    border-left: none;
}

.dbtable th:last-child {
    border-right: none;
}
.dbtable tr td {
    background-color: #fefef1;
    border: 1px solid black;
    padding: 3px 5px;
    /*letter-spacing: 1px;*/
}
.dbtable tr td span,.stale,.exceededatt,.exceededcpl {
    line-height: 2.5em;
    padding: 3px 5px;
    /*letter-spacing: 1px;*/
}
@media print {
    #header,#horinav,#footer {
        display: none;
    }
}
.btn-submit {
    border-radius: 100px;
    padding: 8px 30px !important;
    background-color: #f7f2f9;
    box-shadow: 0px 2px 3px -4px #838383;
    color: #0872bc;
    font-weight: bold;
}

     
        .fa-2x {
        font-size: 2em;
        }
        .fa {
        position: relative;
        display: table-cell;
        width: 60px;
        text-align: center;
        vertical-align: middle;
        font-size:20px;
        color: #FFFFFF;
        }
nav .fa {
        height: 36px;
}

        /*.main-menu:hover,nav.main-menu.expanded {
        width:250px;
        overflow:visible;
        }*/

        .main-menu {
		background-color: #20397A;
        border-right:1px solid #e5e5e5;
        position: fixed;
        top:0;
        bottom:0;
        height:100%;
        left:0;
        /*width:60px;
        overflow:hidden;*/
        -webkit-transition:width .05s linear;
        transition:width .05s linear;
        -webkit-transform:translateZ(0) scale(1,1);
        z-index:1000;
        }

        .main-menu>ul {
        margin:7px 0;
        }

        .main-menu li {
        position:relative;
        display:block;
        width:250px;
        }

        .main-menu li>a {
        position:relative;
        display:table;
        padding-left: 25px;
/*        border-collapse:collapse;*/
        border-spacing:0;
        color:#FFFFFF;
/*         font-family: arial;*/
        font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
        text-decoration:none;
        -webkit-transform:translateZ(0) scale(1,1);
        -webkit-transition:all .1s linear;
        transition:all .1s linear;
          
        }

        .main-menu li>a.active {
			color: #20397A;
            background-color:#cde0ec;
        }
        
        .main-menu .nav-icon {
        position:relative;
        display:table-cell;
        width:60px;
        height:36px;
        text-align:center;
        vertical-align:middle;
        font-size:18px;
        }

        .main-menu .nav-text {
        position:relative;
        display:table-cell;
        vertical-align:middle;
        width:190px;
/*          font-family: 'Titillium Web', sans-serif;*/
        font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
        }
        .main-menu>ul li.navusr {
        position:absolute;
        left:0;
        bottom:30px;
        padding-left: 25px;
        }
        
        .main-menu>ul li.logout {
        left:0;
        bottom:0;
        }

ul.sub-menu {
}
ul.sub-menu li {
	padding-left: 5em;
	line-height: 36px;
} 
        .no-touch .scrollable.hover {
        overflow-y:hidden;
        }

        .no-touch .scrollable.hover:hover {
        overflow-y:auto;
        overflow:visible;
        }

        a:hover,a:focus {
        text-decoration:none;
        }

        nav {
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        -o-user-select:none;
        user-select:none;
        }

        nav ul,nav li {
        outline:0;
        margin:0;
        padding:0;
        }
        .main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
        color:white!important;
        background-color:#20399E;
		fill:white;
/*        border-radius: 50px;*/
        }
		
		.fa-power-off:hover{
			color:white;
		}
		
		.logonav {
			text-align: center;
		}
		
        .area {
/*        float: left;
        background: #fff;*/
/*        width: 100%;
		background-image: linear-gradient(#376092, #FFFFFF);
		background-image: linear-gradient(#f5f5f5, #FFF);*/
        height: 100%;
        margin: 0px 0px 0px 60px;
        }
        /*.main-menu:hover ~ .area {
            height: 100%;
            margin: 0px 0px 0px 250px;
        }*/

        @font-face {
/*          font-family: 'Titillium Web';*/
            font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
          font-style: normal;
          font-weight: 300;
        /*  src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');*/
        }

        /*body {
            font-family: Arial, Helvetica, sans-serif;
        }*/
        .active {
            color: #20397A;
            background-color:#cde0ec;
        }
		
		.icon svg {
			width:18px;
			height:18px;
			fill: #000000;
		}
		
		.icon svg:hover{
			fill:#000000;
		}
		
		.active svg {
			fill:#000000;
		}

        .badge1 {  
          position: fixed;
          left: 221px;
          background-color: #0872bc;
          color: white;
          text-align: center;
          /*border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;*/
          cursor: pointer;
          width: 30px;
          padding: 15px 0px;
          bottom: 0px;
          padding: 10px 0px;
          z-index: 10000;
        }

        /*.badge1:focus {            
          left: 61px;
        }
        .badge1:focus ~ .badge2 {            
          opacity:50;
        }
        .badge1:focus ~ .main-menu {
            width:60px;
            overflow:hidden;
        }*/

        .m1 {
            width:60px;
            overflow:hidden;
        }
        .b1 {
            left: 60px;
        }
        
        .newbtn {
            border-radius: 15px;
            box-shadow: 0px 2px 3px -4px #838383;
            margin: 8px;
        }
        .vio {        
            color: #0872bc;
        }
        .pnkvio {  
            background-color: #093954;      
        }   
        #content {
            font-family: 'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;
        }
        h2 {
            font-weight: bold; font-size: 26px;
        }
        .p25 {
            padding-left: 25px;
        }
        .p0 {
            padding-left: 0px;
        }

        
  .red {
    background-color: #ff8F8F;
  }  
  .header {
    background-color: #eee8f1;
  }
  .bordered {
    border: 1px solid #9e9e9e;
    padding: 10px;
    margin-bottom: 10px;
  }

  #myInput {
    width: 500px;
  }
  
  .blue{
	  background-color:#4fc3f7;
  }
  .pink{
	  background-color:lightpink;
  }
  .headertext {
  	font-size: 1.5em;
  }
  button.smbtn, a.smbtn {
  padding: 4px 6px;
}
button.smbtn .fa, a.smbtn .fa {
  height: 20px;
  font-size: 20px;
}
/*table tr td {
  background: #fff;
}*/

.tile{
	width: calc(50% - 10px);
    display: inline-block;
	margin-bottom:10px;
    
}

.right {
	text-align: right;
}

.search {
	padding: 15px;
    border-radius: 15px;
    border: none;
}

.tab {
	background-color: white;
}

.tab button {
	background-color: #BAD0DE;
	color: #0064DE;
	/* #20399E*/
    /*float: left;*/
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    font-size: 18px;
	border-radius: 5px;
    margin-right: 10px;
    /*border-radius: 15px;*/
}

.tab .tabactive{
	/*background-color: inherit!important;*/
	background-color: #20399E;
	color: #ffffff;
}

.tabcontent {
    background: white;
    padding: 0 10px 0 0;
    font-family: Roboto,'Open Sans',"Segoe UI",Verdana,Arial,Helvetica,sans-serif;    
}

.buttons {
    overflow: hidden;
	padding: 10px 16px;
    background-color: #093954;
    color: white;
	margin-left: 5px;
	box-shadow: 1px 1px 2px 0px #6a40ff;
  	border: none;
	/* box-shadow: 2px 2px 2px 0px #4b4e62;
	#52aee6 */
	border-radius: 5px;
}
.buttons:disabled {
	background-color: #bbc3c8;
}
.border, .border th {
	border: #093954;
    border-style: solid;
    border-width: 2px;
}
/*
.border td {
	text-align:center;
}
*/
.border div {
	margin: 0px 5px;
}

.inputs {
	width:100%;
}

td, th {
	padding: 5px 10px;
}

svg {
	width: 18px;
    height: 18px;
    vertical-align: middle;
	fill: currentColor;
}

.addfield {
	background: #F5F8FB;
    box-shadow: 1px 1px 0px 0px;
    padding: 5px;
    border: none;
}

/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	left: 0%;
	opacity: 0;
	transition: opacity 0.3s;
  top: -200%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
[data-title] {
    position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
ul.tooltips {
	list-style-type: none;
}
ul.tooltips li {
	cursor: pointer;
	display: inline;
	margin-right: 1em;
}
/* Tooltip - end */

/* Button styling */
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn:first-child {
  *margin-left: 0;
}
button.btn, input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/*
input, button, select, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label, input, button, select, textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
  cursor: pointer;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button, input {
  *overflow: visible;
  line-height: normal;
}
button, input, select, textarea {
  margin: 0;
    margin-bottom: 0px;
    margin-left: 0px;
  font-size: 100%;
  vertical-align: middle;
}
*/
.btn-group {
  font-size: 0;
  white-space: nowrap;
}
.btn:hover {
    background-color: #000000;
    color: #ffffff;
}

/* Modals */

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 5%;
  /*position: absolute;*/
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.modal-body p {
  margin: 0 0 10px;
}
.fade {
  /* opacity: 0; */
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.hide {
  display: none;
}
table.cols4 tr td:nth-child(1) {
    width: 20%;
}
table.cols4 tr td:nth-child(2) {
    width: 30%;
}
table.cols4 tr td:nth-child(3) {
    width: 20%;
}
table.cols4 tr td:nth-child(4) {
    width: 30%;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.notlive {
	color: #FF0000;
}

/* The Modal (background) */
.timemodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .timemodal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 88%;
    border-radius: 10px;
  }
  
  /* The Close Button */
  .timemodalclose, .edittimemodalclose{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .timemodalclose:hover,
  .timemodalclose:focus,
  .edittimemodalclose:hover,
  .edittimemodalclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  
  /* The Modal (background) */
  .timemodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .timemodal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 88%;
    border-radius: 10px;
  }
  
  /* The Close Button */
  .timemodalclose {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .timemodalclose:hover,
  .timemodalclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }