﻿.nopadding {
  padding: 0 !important;
  margin: 5px 0px 5px 0px !important;
}

.th {
  text-align: center;
}

.GridHiddenField {
  display: none;
}

.lbutton:focus {
  border: solid 2px black !important;
  padding: 2px;
}

.CheckboxSurvey {
  display: block;
}

.SubCheckboxSurvey {
  display: block;
  margin-left: 20px;
}

.TabButtonDown {
  background: url(../../images/tabBtn_dwn.jpg) repeat-x bottom right #fefefe;
  color: #000000;
  cursor: pointer;
  font-family: Arial;
  font-weight: bold;
  font-size: 8pt;
  border: solid 1px #b3b3b3;
  margin: 0px;
}

.TabButtonUp {
  background: url(../../images/tabBtn_up.jpg) repeat-x bottom right #fefefe;
  color: #000000;
  cursor: pointer;
  font-family: Arial;
  font-weight: normal;
  font-size: 8pt;
  border: solid 1px #b3b3b3;
  margin: 0px;
}

  .TabButtonUp:hover {
    background: url(../../images/tabBtn_over.jpg) repeat-x bottom right #fefefe;
  }

hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid black;
}

.buttons {
  /*border-radius: 5px;*/
  background-color: #007c91;
  border-style: none;
  cursor: pointer;
  margin: 2px !important;
  min-height: 0px !important;
  border-radius: 3px;
}

.stdlbl {
  font-family: Poppins, sans-serif !important;
  font-weight: 300 !important;
  font-size: 1rem !important;
}

.proglbl {
  font-family: Poppins, sans-serif !important;
  font-weight: 200 !important;
  font-size: .87rem;
}

.proglblbold {
  font-family: Poppins, sans-serif !important;
  font-weight: bold;
  font-size: .87rem;
}

.btn-verydarkcyan {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  border: 1px solid transparent !important;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

  .btn-verydarkcyan:hover {
    color: #fff;
    background-color: #006b7d;
  }

.btn-orange {
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

  .btn-orange:hover {
    color: #fff;
    background-color: #e74b12;
    border-color: #cf4310;
  }

.btn-verydarkblue {
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  margin-left: 20px;
}

  .btn-verydarkblue:focus, .btn-verydarkblue.focus {
    box-shadow: 0px 0px 0px 0.2rem rgba(31,23,116,0.5);
  }

.btn-darkgrey {
  margin-left: 20px;
  background-color: #3d3d3d;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  color: white;
}

  .btn-darkgrey:hover {
    background-color: black;
  }

  .btn-darkgrey:focus {
    box-shadow: 0px 0px 0px 0.2rem rgba(31,23,116,0.5);
  }

.btn-grey {
  background-color: lightgrey;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  color: black;
  font-weight: bold;
}

  .btn-grey:hover {
    background-color: grey;
  }

  .btn-grey:focus {
    box-shadow: 0px 0px 0px 0.2rem rgba(31,23,116,0.5);
  }


.btn-pink {
  background-color: #b71540;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  color: white;
}

  .btn-pink:hover {
    background-color: #680e26;
  }

  .btn-pink:focus {
    box-shadow: 0px 0px 0px 0.2rem #f2527d;
  }


.no_Data {
  margin-top: 20px;
  color: #0b5ad0;
  border: none !important;
  font-family: "Microsoft Sans Serif";
  font-size: 8pt;
}

.MyCalendar .ajax__calendar_container {
  position: relative;
  font-family: Poppins, sans-serif;
  border-radius: 4px;
  border: .5px solid;
  border-color: lightgray;
  background-color: White;
  color: black;
  padding: 1px;
  display: block;
  font-size: 15px;
  width: 250px;
  height: 250px;
  z-index: 1000;
}

.MyCalendar .ajax__calendar_dayname {
  color: black;
  text-decoration: dashed;
  cursor: pointer;
  font-weight: 400;
}

.MyCalendar .ajax__calendar_days {
  color: limegreen;
  text-decoration: dashed;
  cursor: pointer;
  font-size: 12px;
}
.MyCalendar .ajax__calendar_invalid .ajax__calendar_day {
  color: gray;
  text-decoration: dashed;
  cursor: pointer;  
}

.ajax__combobox_itemlist {
  left: auto !important;
  top: auto !important;
  width: 499px !important;
}

.btn-rounded {
  /*box-shadow: 0px 0px 0px 0.2rem rgba(3,169,243,0.5);*/
  background-color: #007c91;
  min-height: 38px;
  margin: 3px;
  border-color: rgb(0, 124, 145) !important;
  padding: 3px;
  border: 1px solid transparent;
  font-family: poppins, sans-serif !important;
  font-size: 15px !important;
  font-weight: normal !important;
  color: white;
}

  .focus.btn-rounded, .btn-rounded:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(3, 169, 243, 0.5);
    box-shadow: 0px 0px 0px 0.2rem rgba(3,169,243,0.5);
  }

  .btn-rounded:hover {
    background-color: #006b7d;
  }

.nav-item {
  border: none !important;
}

.nav-link {
  padding-left: 0px !important;
  padding-right: 0px !important;
  line-height: 30px !important;
}

#main-wrapper {
  overflow: visible !important;
}

.dropdown {
  border: 1px solid #c8c8c8;
  box-shadow: transparent;
  min-height: 38px;
  border-radius: .25rem;
  font-size: .87rem !important;
  line-height: 1.5;
  font-family: poppins, sans-serif !important;
}

input[type="text"], textarea, input[type="password"] {
  border: 1px solid #c8c8c8;
  box-shadow: transparent;
  min-height: 38px;
  border-radius: .25rem;
  font-size: .87rem !important;
  line-height: 1.5;
  font-family: poppins, sans-serif !important;
}

.ajax__calendar_body {
  height: 200px !important;
  width: 248px !important;
}

.ajax__calendar_dayname {
  width: 25px !important;
}

.ajax__calendar_days table, .ajax__calendar_months table, .ajax__calendar_years table {
  height: 210px !important;
  width: 210px !important;
  font-family: poppins, sans-serif !important;
  font-size: 15px !important;
}

.ajax__calendar_months, .ajax__calendar_years, .ajax__calendar_days {
  background-color: white; 
  height: 215px !important;
  width: 248px !important;
}

.PanelPadding {
  margin-left: 20px !important;
}

.modalPopup {
  background-color: #ffffdd;
  border-width: 3px;
  border-style: solid;
  border-color: DarkRed;
  padding: 3px;
}

.modalPopupGreen {
  background-color: #ffffdd;
  border-width: 3px;
  border-style: solid;
  border-color: Green;
  padding: 3px;
  /*position: relative !important;*/
  z-index: 5000 !important;
}

.modalPopupBlue {
  background-color: #ffffdd;
  border-width: 3px;
  border-style: solid;
  border-color: DarkBlue;
  padding: 3px;
}

.StandardNonBold {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  color: #333333;
}

.hlink_no_decoration {
  cursor: pointer;
  text-decoration: none;
}

  .hlink_no_decoration:focus {
    cursor: pointer;
    text-decoration: none;
    border: solid 2px black !important;
  }

.hlink_no_decoration2 {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-justify: auto;
}

  .hlink_no_decoration2:focus {
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    text-justify: auto;
    border: solid 2px black !important;
  }

.Checkbox input[type="checkbox"] {
  margin-right: 5px;
}

.SubTrackHeader {
  text-align: center;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 12pt;
  margin-right: 5px;
}
.ContentAreaHeader {
  text-align: center;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 11pt;
  margin-right: 5px;
}

h4 {
  font-family: poppins, sans-serif !important;
  /*background-color: #007C91;*/
  background-color: transparent;
  color: black;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  /*font-size: 16pt;*/
}

.container {
  max-width: 1980px !important;
}

.col-10 {
  -ms-flex: 0 0 70% !important;
  flex: 0 0 70% !important;
  max-width: 70% !important;
}

.col-2 {
  -ms-flex: 0 0 30% !important;
  flex: 0 0 30% !important;
  max-width: 30% !important;
}

.col-md-6 {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.Lastlogin {
  color: rgb(0,0,0);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin-top: 14px;
  line-height: 1.2;
}

.LoginName {
  color: rgb(0,0,0);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-top: 14px;
  white-space: nowrap;
  line-height: 1.2;
}

.RadioButtonLabel input[type="radio"] .label {
  margin-right: 50px; /* Or any other value */
}

nav ul li:hover {
  color: black !important;
  transition: all 0.5s ease !important;
}


  nav ul li:hover a {
    color: black !important;
    transition: all 0.5s ease !important;
  }

  /*nav ul li:hover i {
    color: deepskyblue !important;
  }*/

nav ul li ul li:hover {
  /*background-color: deepskyblue !important;*/
  transition: all 0.5s ease !important;
}

dropdown-item {
  font-size: 14px !important;
}

ul li a div span {
  vertical-align: -.5em;
  font-size: 14px;
  font-family: poppins, sans-serif !important;
  padding-left: 5px;
  color: black;
}

#contactnav {
  font-family: poppins, sans-serif !important;
  width: 520px;
  position: fixed;
  top: 0;
  /*right: -300px;*/
  height: auto;
  z-index: 999;
  color: black;
  background-color: white;
  /*transition: all 0.3s;*/
  /*overflow-y: scroll;*/
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  border-radius: 4px;
  overflow: auto;
}

.contact-header {
  border-bottom-color: lightgrey;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 18px !important;
  font-weight: 200;
  line-height: 27px;
  padding: 16px;
}

.close {
  font-size: 21px;
  float: right;
  cursor: pointer;
  padding: 16px;
}

.contact-body {
  font-size: 14px;
  margin-left: 5%;
  margin-top: 10px;
}

.form-control {
  margin: 3px;
  font-size: 14px;
}

.form-group {
  padding-bottom: 5px;
}

.validators {
  float: left;
}

.contact-footer {
  border-top: solid;
  border-top-width: 1px;
  border-top-color: lightgrey;
  padding: 16px;
  -ms-flex-pack: end;
  display: flex;
}

.btncon {
  margin-left: 4px;
  margin-right: 4px;
}

#contactnav.active {
  top: 5%;
  left: 35%;
  visibility: visible;
}

#sidebar {
  width: 300px;
  position: fixed;
  top: 0;
  right: -300px;
  height: 100vh;
  z-index: 999;
  color: #fff;
  transition: all 0.3s;
  /*overflow-y: scroll;*/
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  visibility: hidden;
}

  #sidebar.active {
    right: 0;
    visibility: visible;
  }


.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

  .overlay.active {
    display: block;
    opacity: 1;
    top: -1px;
  }

#sidebar .sidebar-header {
  padding: 20px;
  background: #1b1464;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
  background: #fff;
}

#sidebar ul p {
  color: #fff;
  /*padding: 10px;*/
  background: #fff;
}

#sidebar ul li {
  padding: 5px;
}

  #sidebar ul li a {
    /*padding: 10px;*/
    font-size: 14px;
    display: block;
    background: #fff;
    color: black !important;
    font-family: poppins, sans-serif !important;
    /*padding-left: 5px;*/
    padding-top: 10px;
  }

  #sidebar ul li i {
    /*padding: 10px;*/
    font-size: 1.1em;
    display: block;
    background: #fff;
    color: #1b1464;
  }

    #sidebar ul li i:hover {
      color: #7386D5;
      background: #fff;
    }

  #sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
  }

  #sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
  }

  #sidebar ul li.active > a {
    color: #fff;
    background: #6d7fcc;
  }

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  /*right: 20px;*/
  transform: translateY(-50%);
}


ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386D5;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

.btn-info {
  line-height: 1 !important;
}

.bg-light {
  background: #fff !important;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}

menu-link {
  color: black !important;
  font-size: 14px;
  font-family: Poppins, sans-serif !important;
}

.btn-info {
  background: #1b1464;
  border-color: darkblue;
}

  .btn-info:hover {
    background: darkblue;
    border-color: darkblue;
  }

  .btn-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 255, 0.5);
    box-shadow: 0px 0px 0px 0.2rem rgba(0, 0, 255, 0.5);
  }

  .btn-info:active {
    background-color: midnightblue !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 255, 0.5) !important;
    box-shadow: 0px 0px 0px 0.2rem rgba(0, 0, 255, 0.5) !important;
  }


.hideGridColumn {
  display: none;
}

form label {
  font-weight: 400;
  margin: 5px;
}


#advancedsearch {
  width: 500px;
  position: fixed;
  top: 0;
  right: -500px;
  height: 550px;
  z-index: 1000;
  background-color: #fff;
  color: black;
  transition: all 0.3s;
  /*overflow-y: scroll;*/
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  border-style: none;
  border-radius: 3px;
}

  #advancedsearch.active {
    right: 0;
  }

  #advancedsearch .sidebar-header {
    padding: 20px;
    background: #1b1464;
    color: white;
  }

  #advancedsearch td {
    padding-left: 20px;
    line-height: .5 !important;
  }

  #advancedsearch .ajax__combobox_textboxcontainer {
    padding-left: 0px !important;
  }

  #advancedsearch .ajax__combobox_buttoncontainer {
    padding-left: 0px !important;
  }

    #advancedsearch .ajax__combobox_buttoncontainer button {
      margin-top: 5px !important;
      width: 20px !important;
    }

.multiselect {
  background-color: white !important;
  color: black !important;
  font-family: Poppins, sans-serif !important;
  border-color: darkgrey !important;
  font-size: 13px !important;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
  position: absolute !important;
  left: 90% !important;
  top: 45% !important;
}

.panel_HDUsers {
  border-radius: 10px;
  border-style: none;
  padding-left: 15px;
}

.searchtable {
  /*border: solid 2px;
    border-collapse: separate;
    border-radius: 14px;
    border-color: darkgrey !important;*/
  border-collapse: separate;
  padding-left: 120px;
}

.multiselect-clear-filter {
  height: 38px;
  z-index: 20;
}

.input-group-btn {
  float: left;
}

input[type="text"].multiselect-search {
  width: 500px !important;
  font-size: 14px !important;
  z-index: 10;
}

.multiselect-container {
  width: 600px;
}

.h2 {
  margin-top: 0px !important;
}

#h2 {
  margin-top: 0px !important;
}

.modalBackground {
  background-color: Gray;
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.modalPopupBlue-White {
  background-color: white;
  border-width: 3px;
  border-style: solid;
  border-color: white;
  padding: 15px;
}

.ShowText {
  visibility: visible;
}

.ShowSubTextbox {
  visibility: visible;
  margin-left: 30px;
}

.HideText {
  visibility: hidden;
}

​.left-sidebar {
  height: 75px;
  /*top:-18px !important;*/
}

.page-wrapper {
  position: absolute;
  top: 150px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow-y: scroll;
}

.pageTitle {
  border-radius: 3px;
  padding: 7px 13px;
  margin-bottom: 10px;
  margin-top: -25px;
}
.GridView_CCL Caption {
  color: blue;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
}
