html, body {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
   font-size: 14px;
   font-family: sans-serif;
   line-height: 18px;
   color: #444;
  /*-webkit-text-size-adjust: 100%;*/
   background-color: #f5f7fa;
}

.modal
{
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.center
{
    z-index: 1001;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    /*background-color: White;*/
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.center img
{
    height: 128px;
    width: 128px;
}

.msgModal
{
    display: none;
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.msgModal-content
{
    position: relative;
    z-index: 1001;
    margin: 0 auto 0 auto;
    /*padding: 20px;*/
    width: 320px;
    background-color: #006E73;
    color: #fff;
    border: 0px solid #fff;

}
.msgModalClose {
    position: absolute;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    right: 2px;
    top: 2px;
    cursor: pointer;
}

.shadow {
  -moz-box-shadow: 0 0 8px #aaa;
  -webkit-box-shadow: 0 0 8px #aaa;
  box-shadow: 0px 0px 8px #aaa
}

img { 
  border: 0;
  max-width: 100%;
  height: auto;
}

input[type='text'], input[type='password'], textarea, select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select {
  background-image: url('/Images/arrow-down-3.png');
  background-repeat: no-repeat;
  background-position: right center;
}

textarea { resize: none; font: 14px sans-serif;}

hr.Sep {
  border: none;
  height: 1px;
  /* Set the hr color */
  color: #ccc; /* old IE */
  background-color: #ccc; /* Modern Browsers */
  margin: 20px 0;
}

.LoginImage {
  max-width: 300px; 
  width: 100%; 
  display: block;
  margin: 15px auto;
}

.LoginTitle {
  display: block;
  text-align: center;
  margin: 0 auto 15px auto;
  color: #006E73;
  font-weight: bold;
  font-size: 1.2em;
}

.aspNetDisabled {
  background-color: #eee !important;
}

.border {
  border: 0px solid red;
}


.OuterContainer {
   border: 0px solid red;
   max-width: 1260px;
   margin: 0 auto 15px auto;
}

.InnerContainer {
  border: 0px solid blue;
  margin: 0 15px;
}

.AlertError {
  display: block;
  border: 1px solid #eee;
  background-color: #ffcdcc;
  color: #c81221;
  padding: 8px 20px 8px 35px;
  background-image: url('/Images/alert-error.png');
  background-repeat: no-repeat;
  background-position: 8px 8px;
  margin-bottom: 5px;
}
.AlertSuccess {
  display: block;
  border: 1px solid #eee;
  background-color: #eaf9c0;
  color: #779124;
  padding: 8px 20px 8px 35px;
  background-image: url('/Images/alert-success.png');
  background-repeat: no-repeat;
  background-position: 8px 8px;
  margin-bottom: 5px;
}
.AlertCaution {
  display: block;
  border: 1px solid #eee;
  background-color: #feebb0;
  color: #b9921b;
  padding: 8px 20px 8px 35px;
  background-image: url('/Images/alert-caution.png');
  background-repeat: no-repeat;
  background-position: 8px 8px;
  margin-bottom: 5px;
}
.AlertGeneral {
  display: block;
  border: 1px solid #eee;
  background-color: #bce6fe;
  color: #2e79ba;
  padding: 8px 20px 8px 35px;
  background-image: url('/Images/alert-general.png');
  background-repeat: no-repeat;
  background-position: 8px 8px;
  margin-bottom: 5px;
}
a.AlertLink, a:visited.AlertLink, a:hover.AlertLink {
  color: #000;
  text-decoration: underline;
}

.Header {
  width:100%;
  background-color: #fff;
  position:fixed;
  top:0px;
  z-index: 999;
  box-shadow: 0 4px 4px -2px #bbb;
  -moz-box-shadow: 0 4px 4px -2px #bbb;
  -webkit-box-shadow: 0 4px 4px -2px #bbb;
}

.Sticky {
  padding-top: 90px;
}



.HeaderTextLink {
  color: #2c2e2f;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border: 0px solid red;
}

.HeaderLeft {
  margin-top: 13px;
  text-align: left;
}

.HeaderRight {
  margin-top: 13px;
  text-align: right;
}

.btnLogOut {
  display: inline-block;
  border: 1px solid #006E73;
  color: #006E73;
  border-radius: 10px;
  padding: 8px 16px;
  text-decoration: none;
  font-weight: bold;

}

.btnLogOut:hover {
  background-color: #006E73;
  color: #fff;
}


a.TileButton {
  text-align: center;
  display: block;
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
  text-decoration: none;
  color: #444;
  margin-bottom: 15px;
  -moz-box-shadow: 0 0 3px #ddd;
  -webkit-box-shadow: 0 0 3px #ddd;
  box-shadow: 0 0 3px #ddd;
  border: 1px solid #ddd;
}



a:hover.TileButton {
  background-color: #fafdff;
}

a.TileButton .Title {
  font-weight: bold;
  color: #006E73;
  margin: 7px 0;
  font-size: 14px;
  line-height: 18px;
}

a.TileButton .Copy {
  font-size: 13px;
  line-height: 17px;
}


a.TxtLink1, a:visited.TxtLink1 {
  font-size: 1.1em;
  color: #006E73;
  font-weight: bold;
}

.SectionContainer {
  background-color: #fff;
  border-radius: 5px;
  padding: 25px 25px 25px 25px;
  -moz-box-shadow: 0 0 3px #ddd;
  -webkit-box-shadow: 0 0 3px #ddd;
  box-shadow: 0 0 3px #ddd;
  border: 1px solid #ddd;
}

.InfoContainer {
  border: 1px solid #006E73;
  padding: 20px 20px 5px 20px;
  border-radius: 5px;
}

.LoginForm {
  border: 0px solid red;
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
}

.Input_1_Full {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #999;
  font-size: 14px;
  padding: 13px 8px;
  margin: 6px 0 6px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Input_2_Full {
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #999;
  font-size: 14px;
  padding: 8px 8px;
  /*margin: 6px 0 6px 0;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Input_3_Full {
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #999;
  font-size: 14px;
  padding: 3px 3px;
  /*margin: 6px 0 6px 0;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Label_4 {
  display: inline-block;
  font-size: 14px;
  padding: 8px 0px;
}

.Input_4 {
  background-color: #fff;
  /*width: 100%;*/
  border-radius: 5px;
  border: 1px solid #999;
  font-size: 14px;
  padding: 8px 8px;
  /*margin: 6px 0 6px 0;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.DDL_4 {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #999;
  font-size: 14px;
  padding:8px 30px 8px 8px;
  /*margin: 6px 0 6px 0;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Btn4 {
  display: inline-block;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  padding:8px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.DDL_Year {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #999;
  font-size: 18px;
  padding: 10px 30px 10px 10px;
  /*margin: 6px 0 6px 0;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Label_2 {
  display: inline-block;
  font-size: 14px;
  padding: 8px 0;
}

.Label_3 {
  display: inline-block;
  font-size: 14px;
  padding: 0 0 2px 0;
}

.bold {
  font-weight: bold;
}

.bg_pink {
  background-color: pink;
}
.bg_yellow {
  background-color: yellow;
}

.Btn {
  display: inline-block;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  padding: 13px 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.FullWidth {
  display: block !important;
  width: 100%;
  margin: 12px 0 12px 0;
}
.Colour1 { background-color: #006E73; color: #fff; } /* BLUE */
.Colour2 { background-color: #e1e7eb; color: #333; } /* LIGHT GREY */
.Colour3 { background-color: #cc3333; color: #fff; } /* RED */
.Colour4 { background-color: #228B22; color: #fff; } /* GREEN */

.Btn_Small {
  display: inline-block;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  font-size: 12px;
  padding: 2px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}



.Title_1 {
  text-align:left;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

.Title_2 {
  text-align:left;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #006E73;
}

.Copy_1 {
  text-align:left;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}


.PopUp_Container {
  /*width: 100%;*/
  max-width: 440px;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  margin: 50px auto 0 auto;
  height: auto;
  text-align: left;
  height: auto;
}


.PopUp_Container table td {
  padding: 4px 0 4px 0;
}


.pnlPopUp_Show {
   position: fixed;
   z-index: 999;
   width: 100%;
   height: 100%;
   text-align: center;
   top: 0;
   left: 0;
   background: rgba(0,0,0,0.8);
   overflow-y:scroll;
}        
.pnlPopUp_Hide {
  display: none;
}



.Form_Style_1 .section {
  border: 0px solid red;
  margin-bottom: 15px;
}


.marbot_25 {
  margin-bottom: 25px;
}



.InputCheck_1 {
  cursor: pointer;
}

.InputCheck_1 label {
  margin-left: 5px;
}

.lvPanel {
   margin-bottom: 25px;
}

.lv_header {
  color: #000;
  background-color: #ccc;
  font-weight: bold;
  padding: 15px !important;
}
.lv_header b {
  display: block;
  /*border-right: 1px solid black !important;*/
}

.lv_header_a {
  color: #fff;
  background-color: #006E73;
  font-weight: bold;
  padding: 15px !important;
}
.lv_header_b {
  color: #000;
  background-color: #ccc;
  font-weight: bold;
  padding: 5px 15px !important;
}

.lv_item {
   padding: 5px 15px !important;
}

.lv_item2 {
  border: 0px solid blue;
  margin: 5px 0 !important;
}

.lv_row_color1 { background-color: #f5f5f5; }
.lv_row_color2 { background-color: #fff; }


.lv_pager {
  /*border: 1px solid red;*/
  margin-top: 10px;
}
.lv_pager a, .lv_pager span {
  display: inline-block;
  margin: 0 2px;
}
.lv_pager a {
  /*color: red;*/
  text-decoration: none;
}
.lv_pager .lv_pager span {
  color: black;
}
.lv_pager .aspNetDisabled {
  background-color: #fff !important;
  color: black;
}


.Header_cName {
  color: #006E73;
  font-weight: bold;
}
.Header_Company_Line {
  background-color: #f5f5f5;
  padding: 10px 15px !important;
}
.Header_Possible_Conflict {
  display: block;
  background-color: #cc0000;
  color: #fff;
  padding: 5px 15px;
}
.Header_Waiting_Response {
  display: block;
  background-color: #0000cc;
  color: #fff;
  padding: 5px 15px;
}
.Header_uName {
  padding: 3px 30px;
}


.EngageYesNo label {
  border: 0px solid red;
  padding: 0 15px 0 2px;
}

.mb10 {
  margin-bottom: 10px !important;
}

.CalcSummary {
  display: block;
  font-size: 12px;
}


/* MOBILE HEADER */
@media only screen and (max-width: 380px) {
     .Sticky {
         padding-top: 140px;
      }

     .HeaderLeft,
     .HeaderRight {
       text-align: center;
     }
}

/* DESKTOP 769px and more */
@media only screen and (min-width: 769px) {
     .mobile {
       display: none;
     }
     .desktop {
       display: block;
     }
     .mobile_i {
       display: none;
     }
     .desktop_i {
       display: inline;
     }
     .deskR_mobL {
       text-align: right;
     }
}

/* MOBILE 768px and less */
@media only screen and (max-width: 768px) {
     .mobile {
          display: block;
     }
     .desktop {
          display: none;
     }
     .mobile_i {
          display: inline;
     }
     .desktop_i {
          display: none;
     }
     .deskR_mobL {
       text-align: left;
     }
}
