/* 
* Management System stylesheet
* Version 2023.01 
* Main values:
* core background colour: #252a04, #F3FFD8 (web site also uses cyan 2FABE0)
*/
/*
h3 {
    color: #252a04;
    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: "Inter";
  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');*/
}

* {
  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: "Inter";
  font-size: 14px;
  /* line-height: 1.42857143; */
  /* color: #093954; */
  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: inherit;
}

.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: "Inter";
  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 #252a04;
}

#loginbox label {
  float: left;
  width: 9em;
  color: #252a04;
  /*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
  font-family: "Inter";
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.buttright {
  border: 1px solid #999999;
  color: #000000;
  /*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
  font-family: "Inter";
  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: "Inter";
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
  height: 80px;
  margin: 0px auto;
}

.prefooterlink {
  /*  font-family: Arial, Helvetica, sans-serif;*/
  font-family: "Inter";
  font-size: 10px;
  color: #252a04;
  text-decoration: none;
  text-align: right;
  background-color: #ffffff;
  margin: 0px auto;
}

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


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

.footerlink {
  /*  font-family: Arial, Helvetica, sans-serif;*/
  font-family: "Inter";
  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: "Inter";
  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: "Inter";
  font-size: 10px;
  color: #ebebeb;
  text-decoration: underline;
}

.textright {
  text-align: right;
  padding-right: 8px;
}

.textleft {
  text-align: left;
}

.num {
  width: 6em;
  text-align: right;
}

.text {
  /*  font-family: Arial, Helvetica, sans-serif;*/
  font-family: "Inter";
  font-size: 14px;
  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: "Inter";
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

.hovertext:hover {
  /*  font-family: Arial, Helvetica, sans-serif;*/
  font-family: "Inter";
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  text-decoration: underline;
}

.itext {
  /*  font-family: Arial, Helvetica, sans-serif;*/
  font-family: "Inter";
  font-size: 14px;
  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: "Inter";
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

nav li.logonav img {
  /*width: 60px;*/
  height: 100px;
  padding: 10px;
}

nav li.logonav span.nav-text,
nav li.usrinit span.nav-text {
  font-size: 14px;
  width: 180px;
  display: inline-block;
}

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;
  font-size: 14px;
  /* 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: #fdeaea;
}

.table-striped > tbody > tr:hover td {
  background-color: #eeeeee;
}

.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: 1px;
  width: 99%;
  /*font-size: 1.2em;
    border-collapse: collapse;*/
}

.brd td {
  padding: 5px;
  /*text-align: left;
    border: 1.5px solid #252a04;
    vertical-align: top;*/
}

.brd td a,
.nbrd td a {
  text-decoration: none;
  color: #000000;
}

.brd td a:hover,
.nbrd td a:hover {
  /*background-color: #F3FFD8;*/
}

.brd th,
.nbrd th {
  background-color: #f3ffd8;
  border: 1px solid #252a04;
  color: #252a04;
  text-align: center;
}

.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: #f3ffd8;
  border: 1px solid #252a04;
  border-bottom: none;
  color: #252a04;
  text-align: center;
  font-weight: bold;
}

.brd tbody th,
.nbrd tbody th {
  white-space: nowrap;
  padding: 3px;
}

.bluetxt {
  /*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
  font-family: "Inter";
  font-size: 14px;
  color: #252a04;
  text-decoration: none;
  font-weight: bold;
}

.bluetxt:hover {
  /*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
  font-family: "Inter";
  font-size: 14px;
  color: #252a04;
  /*text-decoration: underline;*/
  font-weight: bold;
}

.RTtitle {
  /*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
  font-family: "Inter";
  font-size: 16px;
  color: #252a04;
  /*FF4000*/
  text-decoration: none;
  font-weight: bold;
}

.RTtitle:hover {
  /*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
  font-family: "Inter";
  font-size: 16px;
  color: #252a04;
  text-decoration: underline;
  font-weight: bold;
}

.inputt {
  /*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
  font-family: "Inter";
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  border: 1px solid #999999;
  background-color: #f3ffd8;
}

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: "Inter";
  font-size: 10px;
  font-weight: bold;
  color: #ff0000;
  text-decoration: none;
}

.blacktxt {
  /*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
  font-family: "Inter";
  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: "Inter";
  font-size: 18px;
  color: #252a04;
  text-decoration: none;
  font-weight: bold;
}

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

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

.textGreen {
  /*  font-family: Arial, Helvetica, sans-serif;*/
  font-family: "Inter";
  font-size: 10px;
  font-weight: bold;
  color: #252a04;
  text-decoration: none;
}

/* Submodals */
/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
  position: absolute;
  z-index: 200;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.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: "Inter";
  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: "Inter";
  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: "Inter";
  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: "Inter";
  font-size: 18px;
  color: #252a04;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

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

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

.tabtwo hr {
  color: #252a04;
  margin: 0;
}

.centme {
  text-align: center;
}

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

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

.odd {
  background-color: #f3ffd8;
}

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

.inputtxt {
  width: 141px;
}

.textareatxt {
  width: 218px;
}

#sheettablecaption {
  border: 1px solid #252a04;
  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: "Inter";
  font-weight: bold;
  font-size: 18px;
}

#sheettablecaption tbody {
  /*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
  font-family: "Inter";
  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: #252a04;
    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: "Inter";
  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: 12.5%;
  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: 700;
  width: 140px;
}

.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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.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;
  }
}

@media (min-width: 992px) {
  .col-md-4 {
    width: 24%;
  }

  .col-md-3 {
    width: 33.33333333%;
  }

  .col-md-12 {
    width: 100%;
  }
}

@media (max-width: 1400px) {
  #content.navmgn_wide {
    margin-left: 16%;
  }
}

/*
form fieldset label {
    float: left;
    width: 180px;
}

form fieldset input[type="text"],select {
    background-color: #F3FFD8;
}
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: #252a04;
    text-decoration: none;
}
*/
#content fieldset label.formlabelfull {
  /*  font-family: "Segoe UI",Verdana, Arial, Helvetica, sans-serif;*/
  font-family: "Inter";
  font-size: 14px;
  line-height: 18px;
  color: #252a04;
  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: "Inter";
  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: "Inter";
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 5px;
}

#content h1,
h2,
h3 {
  margin: 0 0 15px 0;
  color: #2db9e8;
  /*padding: 5px 0;
    text-align: center;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2db9e8;
}

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: #f3ffd8;
}

#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: "Inter";
  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: "Inter";
  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: "Inter";
  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: #252a04 #252a04 -moz-use-text-color;
  margin-left: 8px;
  list-style: none;
  color: #ffffff;
  border: 1px solid #252a04;
  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: #252a04;
}

#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 #252a04;
  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: "Inter";
  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: "Inter";
  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;
}

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: #252a04;
  /*    font-family: "Segoe UI",Verdana,Arial,Helvetica,sans-serif;*/
  font-family: "Inter";
  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 #252a04;
}

.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: #f5fff3;
}

.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;
}

.buttons {
  overflow: hidden;
}

.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: "Inter";
  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;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  color: #ffffff;
}

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

.main-menu {
  background: #2db9e8;
  border-right: 1px solid #2db9e8;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  /*width:60px;
        overflow:hidden;*/
  -webkit-transition: width 0.05s linear;
  transition: width 0.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;
  margin-bottom: 7px;
}

.main-menu li > a {
  position: relative;
  display: table;
  padding-left: 25px;
  /*        border-collapse:collapse;*/
  border-spacing: 0;
  color: #e5e5e5;
  /*         font-family: arial;*/
  font-family: "Inter";
  font-size: 14px;
  text-decoration: none;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.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: "Inter";
}

.main-menu > ul li.navusr {
  position: absolute;
  left: 0;
  bottom: 30px;
  padding-left: 25px;
}

.main-menu > ul li.logout {
  position: absolute;
  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: #e66b6b;
  fill: white;
  /* margin: 0px 50px 0 50px;
    border-radius: 8px; */
}

.fa-power-off:hover {
  color: white;
}

.logonav {
  text-align: center;
}

.area {
  /*        float: left;
        background: #fff;*/
  /*        width: 100%;*/
  /* background-image: linear-gradient(#9CCAD5, #FFFFFF); */
  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: "Inter";
  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: white !important;
  background-color: #e66b6b;
}

.icon svg {
  width: 25px;
  height: 25px;
}

.icon svg:hover {
  fill: white;
}

.active svg {
  fill: white;
}

.badge1 {
  position: fixed;
  left: 250px;
  background-color: #2db9e8;
  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;
}

/*.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: "Inter";
}

h2 {
  font-weight: bold;
  font-size: 22px;
}

.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;
}

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: transparent;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border-radius: 15px;
}

.tab .tabactive {
  background-color: inherit !important;
}

.tabcontent {
  margin-top: 36px;
  background: white;
}

.buttons {
  padding: 6px 30px;
  border-radius: 14px;
  background-color: #2db9e8;
  color: white;
  margin-left: 5px;
  border: 1px #2db9e8;
}

.border,
.border th {
  border: #2db9e8;
  border-style: solid;
  border-width: 2px;
}

.border td {
  text-align: center;
}

.border div {
  margin: 0px 5px;
}

.inputs {
  width: 90%;
  border: none;
  background-color: #eae9e9;
  border-radius: 5px;
}

td,
th {
  padding: 5px;
}

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

.addfield {
  background: #f0f0f0;
  border-radius: 5px;
  padding: 5px;
  border: none;
}
