/* Menu bar */
.dropbtn {
  color: white;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.gt_msg {
  width: 1105px;
  margin-left: 0.3rem;
  position: fixed;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 230px;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 5px;
  /* right: 0; */
}

  .dropdown-content a {
    color: #5a5a5a;
    padding: 3px 15px;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    display: inline-flex;
  }

    .dropdown-content a:hover {
      color: var(--ebs-header-primary)
    }

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  color: var(--ebs-header-primary);
}
/* End ------- Menu bar -------- */

.ebs_breadCrumb_icon {
  margin-top: 2px !important;
  float: left;
}



/* header options modal  */
.header-modal-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 230px;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 5px;
  /* right: 0; */
}

.dropdown-modal-content a {
  color: #5a5a5a;
  padding: 8px 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.dropdown:hover .dropdown-modal-content {
  display: block;
}
/* end ------- header options modal----------  */




/* search bar */



.form-search input[type='radio'] {
  -webkit-appearance: none !important;
  width: 15px !important;
  height: 15px !important;
  border: 1px solid darkgray !important;
  border-radius: 50% !important;
  outline: none !important;
  box-shadow: 0 0 2px 0px gray inset !important;
  margin-right: 5px;
}

  .form-search input[type='radio']:hover {
    box-shadow: 0 0 2px 0px --ebs-header-primary inset !important;
  }

  .form-search input[type='radio']:before {
    content: '' !important;
    display: block !important;
    width: 60% !important;
    height: 60% !important;
    margin: 20% auto !important;
    border-radius: 50% !important;
  }

  .form-search input[type='radio']:checked:before {
    background: #555555;
  }



.advanced-search-link {
  font-size: 12px;
  display: none;
}

.advanced-search-checkbox {
  margin-right: 0.5rem !important;
}

.form-group-advanced-search {
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.form-advanced-search {
  font-weight: 600px;
}


.right-header-box {
  display: flex;
  align-items: center;
  /*float: right;*/
}

#popover_Advanced_Search {
  display: none;
}

.searchbox {
  position: relative !important;
  min-width: 25px !important;
  max-width: 250px !important;
  width: 0% !important;
  height: 25px !important;
  float: right !important;
  overflow: hidden !important;
  border-radius: 25px !important;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.searchbox-input-login {
  top: 0 !important;
  right: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: #E3E3E3 !important;
  width: 75% !important;
  height: 25px !important;
  margin: 0 !important;
  padding: 0px 55px 0px 20px !important;
  font-size: 16px !important;
  font-family: inherit !important;
  color: black !important;
  border-radius: 25px !important;
  box-sizing: inherit !important;
}

.searchbox-input::-webkit-input-placeholder {
  color: black;
}

.searchbox-input:-moz-placeholder {
  color: black;
}

.searchbox-input::-moz-placeholder {
  color: black;
}

.searchbox-input:-ms-input-placeholder {
  color: black;
}


.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: white;
  width: 100%;
  height: 25px;
  margin: 0;
  padding: 0px 55px 0px 20px;
  color: black;
  border-radius: 25px;
}

  .searchbox-input::-webkit-input-placeholder {
    color: black;
  }

  .searchbox-input:-moz-placeholder {
    color: black;
  }

  .searchbox-input::-moz-placeholder {
    color: black;
  }

  .searchbox-input:-ms-input-placeholder {
    color: black;
  }

.searchbox-icon,
.searchbox-submit {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  color: #FFFFFF;
  background: var(--ebs-header-primary);
}

.searchbox-open {
  width: 100%;
}


/* end --------- search bar ------------------ */



/* --------- custom checkbox ------------------ */





/* end --------- custom checkbox ------------------ */



/*  --------- datepicker ------------------ */

.datePicker {
  top: 0 !important;
  right: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: var(--ebs-sidebar-secondary) !important;
  width: 100% !important;
  height: 25px !important;
  margin: 0 !important;
  padding: 0px 0px 0px 10px !important;
  color: black !important;
  border-radius: 25px !important;
  display: block !important;
  font-family: inherit !important;
}

.datePickerGroup {
  margin-right: 1rem;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: var(--ebs-header-primary) !important;
  border-color: var(--ebs-header-primary) !important;
}
/* end --------- datepicker------------------ */




.header-btn {
  background: none;
  border: 1px solid;
  border-radius: 1rem;
  display: inline-block;
  margin: 0 .5rem;
  padding: 2px 20px;
  min-height: 24px;
  max-height: 24px;
  line-height: 18px;
  cursor: pointer;
  font-family: Lato Bold;
  font-size: 12px;
}

  .header-btn i {
    line-height: 21px;
  }

.header-profile-btn {
  background: none;
  border: 1px solid !important;
  border-radius: 1rem;
  display: inline-block;
  margin: 0 .5rem;
  padding: 2px 20px;
  min-height: 24px;
  max-height: 24px;
  line-height: 18px;
  cursor: pointer !important;
  text-decoration: none !important;
  font-family: Lato Bold !important;
  font-size: 12px !important;
  max-width: 10rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

  .header-profile-btn .ebs-profile-spn {
    vertical-align: text-bottom;
    display: inline;
    height: 13px;
  }




/* login */
.spn-login-icon {
  width: 30px;
  display: inline-block;
  text-align: center;
}

.ebs-login-icons {
  color: var(--ebs-header-primary) !important;
  margin-right: 10px;
}

.form-control-login {
  display: block;
  width: 100%;
  /* height: calc(2.25rem + 2px); */
  padding: 0.375rem 0.75rem;
  line-height: 1;
  color: #495057;
  background-color: #ededed;
  background-clip: padding-box;
  border: 1px solid #ededed;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 25px;
  box-sizing: border-box;
}

.btn-login {
  display: inline-block !important;
  font-weight: 400 !important;
  color: white !important;
  background-image: none !important;
  text-shadow: none !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  border: 1px solid transparent !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem !important;
  line-height: 1 !important;
  border-radius: 25px !important;
  width: 100px !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  text-decoration: none !important;
  background: #555555 !important;
}

.forgot-password {
  color: #555555;
  margin: 10px;
  margin-left: 20px;
  font-size: 12px;
  text-decoration: underline;
}

.advanced-search-form-link {
  margin-left: 50%;
  color: var(--ebs-header-primary);
  margin: 10px;
  margin-left: 50%;
  font-size: 12px;
  text-decoration: underline;
}



/*.login-close {
  margin-left: 82% !important;
}*/

.advanced-search-close {
  margin-left: 88.5%;
}

#popover-login-content-before {
  display: none;
}


#popover-login-content-after {
  display: none;
}

.form-login-1 {
  padding: 0.5rem 0.5rem 1.5rem 0.5rem;
}


.form-login-2 {
  padding: 0.5rem 0 0 0;
  font-weight: 500;
}

.ebs-profile-pic {
  vertical-align: text-bottom !important;
}

#mySearch legend {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 0.5rem;
  margin-right: 0.7rem;
  border: 0px;
  color: #000000;
}

@media only screen and (max-width:1134px) {
  .popover {
    position: fixed !important;
    left: 250px !important;
    top: 0 !important;
    right: 20px !important;
    will-change: unset !important;
    transform: none !important;
  }

  .container_16, .container_16 .grid_16 {
    width: 100% !important;
  }
}

/*
      CSS Class For Login Popup
  */
/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  top: 40px;
  right: 15px;
  z-index: 90010;
  background-color: rgb(255,255,255);
  width: 23rem;
  padding: 13px 20px 20px 20px;
  border-radius: 5px;
  /*border: solid 2px #25232366;*/
  border: 0;
  box-shadow: 0px 0px 10px #ccc;
}

.input-group {
  margin-top: 10px;
}

input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d
}

/*.arrow:after {
  content: "";
  position: absolute;
  top: 24px;
  width: 0;
  height: 0;
  margin-left: -1px;
  border-style: solid;
  border-width: 0 17px 17px 17px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 9998;
  display: grid;
}*/

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b
}

.lbltxt {
  float: left;
  margin-left: .8rem;
  font-size: 16px;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

  /* Full-width input fields */
  .form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
  }

    /* When the inputs get focus, do something */
    .form-container input[type=text]:focus, .form-container input[type=password]:focus {
      background-color: #ddd;
      outline: none;
    }

  /* Set a style for the submit/login button */
  .form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
  }

  /* Add a red background color to the cancel button */
  .form-container .cancel {
    background-color: red;
  }

  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
  }

* {
  box-sizing: border-box;
}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* end --------- logim ------------------ */








/* upload background button */
#hidden_upload {
  display: none;
}

.img-upload-div {
  padding-top: 0;
}

#upload_img {
  margin-top: 5px;
}
/* end upload background button */




/* upload logo  */
#hidden-pri-logo-upload {
  display: none;
}

.logo-upload-div {
  padding-left: 4px;
}

#upload-pri-logo {
  /* margin-top: 10px; */
}

#spn-upload-pri-logo {
  padding-left: 6px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
  border: 1px solid gainsboro;
  width: 120px;
}

#logo-upload-modify-div {
  display: none;
}

.logo-small-preview-div {
  margin-left: 4px;
  /*display: none;*/
  background-image: url('');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 90px !important;
  height: 45px !important;
}



.logo-text-preview-div {
  display: none;
  /* border: double; */
  width: 270px !important;
  height: 70px !important;
  overflow: hidden;
  text-overflow: clip;
  /* margin-left: 20%; */
}

/* end upload logo  */





/* single note */

.note_span {
  font-size: 13px;
  margin-top: 10px;
}

/* end single note */




/* ebs checkbox */

.ebs-checkbox {
  font-size: 12px;
  margin-top: 15px;
  margin-left: 1px;
}
/* end single note */



/* navbar */





/* ebs menubar  */
.ebs-menubar {
  margin-top: 2.3rem;
  margin-bottom: 0px !important;
  height: 5rem;
  z-index: inherit;
  background-color: white;
  /* border-bottom: 1px solid rgb(179, 177, 177); */
  width: 100%;
  padding-left: 5px !important;
  padding-right: 5px !important;
  transition: 0.5s;
}

.header-background {
  background-image: url('');
  background-size: cover;
  background-position: left;
  height: 120px;
  position: fixed;
  z-index: 9999;
  width: 100%;
  /*margin-top: 0.1rem;*/
  transition: 0.5s;
}

.header_height {
  margin-top: 2.3rem;
  height: 91px;
}

.ebs-menubar-left {
  width: 17%;
  height: 80px;
  align-content: center;
  margin-left: 9%;
}
/*#contentNew {
  margin-top: 157px;
  line-height:1;
  margin-left: 8px !important;
  width: 1105px !important;
}*/
.ebs-menubar-right {
  width: 70%;
  display: table-cell;
}

.ebs-fixed-breadcrumb {
  width: 100%;
  /* padding-left:25%;  */
  display: table-cell;
  /*background-color: white;*/
  margin-top: 1rem !important;
}

.ebs-breadcrumb-left {
  width: 100%;
  display: table-cell;
  font-size: 16 px;
  padding: 10px;
  padding-left: 65px
}


.ebs-breadcrumb {
  float: right;
  width: auto;
  height: 100%;
  display: inline-block;
}

.breadcrumb-secondary-link {
  font-size: 13px;
  font-weight: 700;
  color: #5a5a5a;
}

.hr-breadcrumb {
  margin-top: 0px !important;
}

.ebs-main-content-padding {
  padding-top: 8rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.ebs-navbar-header {
  width: 100%;
  margin-left: 2%;
  margin-right: 2%;
}



/* nav-content*/


.ebs-nav-content-left {
  width: 20%;
  float: left;
  margin-left: 110px;
}

.ebs-nav-content-right {
  width: 35%;
  float: right;
  margin-right: 110px;
}


.ebs-header-icons {
  padding-left: 4px;
  padding-right: 4px;
  color: white;
  font-size: 1.3em !important;
  margin: 0 2px 0 2px !important;
}



.ebs-header-social-icons {
  color: white;
  white-space: nowrap;
  font-size: 1.667em !important;
}


/* end nav-content*/


.btn_on_true {
  background-color: #006DA6 !important;
  color: white !important;
}

.btn_off_true {
  color: #5a5a5a !important;
  background-color: #f6f6f6 !important;
}

.btn_on_false {
  color: #5a5a5a !important;
  background-color: #f6f6f6 !important;
}

.btn_off_false {
  color: white !important;
  background-color: #8a8a8a !important;
}


.ebs-control-heading {
  display: block !important;
}



.ebs-primary-font-color {
  color: var(--ebs-header-primary) !important;
}


.ebs-right-arrow {
  color: var(--ebs-header-primary) !important;
  margin-right: 3px;
}

.breadcrumb-link {
  font-size: 12px;
  /*font-weight: 700;*/
  font-family: 'Lato Bold';
  color: #5a5a5a;
  text-decoration: none !important;
}
/* end ebs menubar changes */





/* custom-form control */

.custom-form-control {
  display: inline-flex;
  width: 80%;
  height: 22px;
  padding: 1px;
  font-size: 11px;
  line-height: 12px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.textarea-form-control {
  display: block;
  width: 88%;
  height: calc(2.25rem + 2px);
  padding: 3px !important;
  font-size: 11px !important;
  line-height: 1 !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.weight-700 {
  font-weight: 700 !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-400 {
  font-weight: 400 !important;
}

.weight-300 {
  font-weight: 300 !important;
}

.margin-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* end custom-form controll */


/* ebs */

.ebs-sidebar {
  height: 100%;
  width: 251px;
  min-width: 220px;
  background-color: #ededed;
  position: fixed !important;
  z-index: 1;
  overflow: auto;
  display: none;
}

.ebs-bar-block .ebs-dropdown-hover,
.ebs-bar-block .ebs-dropdown-click {
  width: 100%
}

  .ebs-bar-block .ebs-dropdown-hover .ebs-dropdown-content,
  .ebs-bar-block .ebs-dropdown-click .ebs-dropdown-content {
    min-width: 100%
  }

  .ebs-bar-block .ebs-dropdown-hover .ebs-button,
  .ebs-bar-block .ebs-dropdown-click .ebs-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px
  }

.ebs-animate-left {
  position: relative;
  animation: animateleft 0.4s
}

.ebs-bar .ebs-bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0
}

.ebs-bar-block .ebs-bar-item {
  width: 50%;
  display: inline-flex;
  padding: 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0
}

.ebs-bar-block.ebs-center .ebs-bar-item {
  text-align: center
}

.ebs-btn,
.ebs-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap
}

  .ebs-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
  }

.ebs-btn,
.ebs-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}


.ebs-toggle-icon {
  /*margin:0.5rem;*/
  font-size: 1rem !important;
}

.ebs-logo-btn {
  border: none;
  display: inline-block;
  /*padding: 8px 16px!important;*/
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.7rem !important;
  width: 37%;
  border-radius: 0 !important;
}




.ebs-dropdown-hover:hover > .ebs-button:first-child,
.ebs-dropdown-click:hover > .ebs-button:first-child {
  background-color: #ccc;
  color: #000
}



.ebs-main,
#main {
  transition: margin-left .4s
}

.ebs-content,
.ebs-hover-teal:hover {
  color: #fff !important;
  background-color: var(--ebs-header-primary) !important;
  /* line-height: 1.2!important; */
}


.ebs-container-header,
.ebs-panel {
  padding: 0;
}


.ebs-container {
  /*margin-top: 9rem;*/
  padding-left: 10px;
}

.ebs-panel {
  margin-top: 16px;
  margin-bottom: 16px
}

  .ebs-container-header:after,
  .ebs-container-header:before,
  .ebs-panel:after,
  .ebs-panel:before,
  .ebs-row:after,
  .ebs-row:before,
  .ebs-row-padding:after,
  .ebs-row-padding:before,
  .ebs-cell-row:before,
  .ebs-cell-row:after,
  .ebs-clear:after,
  .ebs-clear:before,
  .ebs-bar:before,
  .ebs-bar:after {
    content: "";
    display: table;
    clear: both
  }





.topbar-adi-link span {
  height: 21px;
  line-height: 23px;
}

#popover_login_link {
  height: 23px;
}

#popover_login_link {
  line-height: 18px;
}

.pswdf, .pswdls {
  position: relative;
}

.pswdf button, .pswdls button{
    position: absolute;
    z-index: 10;
    bottom: 7px;
    right: 10px;
    cursor: pointer;
    padding: 0px;
    border: 0px;
    line-height: 10px;
}

input[type=password]::-ms-reveal {
  display: none !important;
}

/* media queries */

@media (min-width:993px) {

  .topbar-adi-link {
    display: inline-flex !important;
  }

  .ebs-hide-large {
    display: none !important
  }

  .ebs-sidebar {
    display: none;
  }

  .ebs-collapse {
    display: none;
  }

  .sidebar-margin {
    margin-left: 19.5% !important;
  }
}


@media (min-width: 1401px) {

  .ebs-menubar-right {
    width: 51% !important;
    margin-right: 5% !important;
  }

  .sidebar-margin {
    margin-left: 21% !important;
  }

  #Menu1_oh_Menu_div {
    margin-left: auto !important;
  }

  #wrapper #menuContainer div.rmScrollWrap ul.rmRootScrollGroup {
    left: 18% !important;
  }

  .ebs-nav-content-left {
    margin-left: 100px !important;
  }

  .ebs-nav-content-right {
    margin-right: 90px !important;
  }
}

@media (max-width:992px) and (min-width:601px) {
  .ebs-hide-medium {
    display: none !important
  }
}

@media (max-width:992px) and (min-width:601px) {
  .ebs-hide-medium {
    display: none !important
  }
}






@media (max-width:992px) {

  .topbar-adi-link {
    display: none !important;
  }

  .ebs-sidebar.ebs-collapse {
    display: none
  }

  .ebs-main {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  #footer, #footer .grid_16, #footer .grid_8 {
    width: 100% !important;
  }
}




@media (max-width:600px) {
  .popover {
    left: -135px !important;
    top: 15px !important;
  }

  .ebs-fixed-breadcrumb {
    /* padding-left: 1.4rem; */
  }

  .popover > .arrow {
    left: 290px !important;
  }

  .ebs-nav-content-left {
    width: 40% !important;
    float: left;
    margin-left: 0px !important;
  }

  .ebs-nav-content-right {
    width: 30% !important;
    float: right;
    margin-right: 0px !important;
    display: inline-flex !important;
  }

  .user-welcome {
    /* display: block!important; */
  }

  .ebs-dropdown-hover.ebs-mobile .ebs-dropdown-content,
  .ebs-dropdown-click.ebs-mobile .ebs-dropdown-content {
    position: relative
  }

  .ebs-mobile {
    display: block;
    width: 100% !important
  }

  .ebs-bar-item.ebs-mobile,
  .ebs-dropdown-hover.ebs-mobile,
  .ebs-dropdown-click.ebs-mobile {
    text-align: center
  }

    .ebs-dropdown-hover.ebs-mobile,
    .ebs-dropdown-hover.ebs-mobile .ebs-btn,
    .ebs-dropdown-hover.ebs-mobile .ebs-button,
    .ebs-dropdown-click.ebs-mobile,
    .ebs-dropdown-click.ebs-mobile .ebs-btn,
    .ebs-dropdown-click.ebs-mobile .ebs-button {
      width: 100%
    }
}


@media (min-width:993px) {
  .top-bar-left {
    line-height: 1rem;
  }

  .ebs-navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ebs-hide-large {
    display: none !important
  }

  .ebs-sidebar {
    display: none;
  }

  .ebs-collapse {
    display: block;
    height: auto !important;
  }

  .ebs-menubar {
    display: inline-flex !important;
  }

  .user-welcome {
    /* display: inline-flex; */
  }

  /*.ebs-header-icons {
    padding-left: 4px;
    padding-right: 4px;
  }*/

  .ebs-header-icons.ebs-menu-open-link {
    padding-left: 4px;
    padding-right: 0;
  }

  .ebs-user-name {
    padding-left: 5px;
  }

  .ebs-blue {
    margin-left: 66% !important;
  }

  .ebs-container {
    /*margin-top: 9rem;*/
  }
}

@media (max-width:992px) and (min-width:601px) {
}

@media (max-width:992px) {
  .ebs-sidebar.ebs-collapse {
    display: none
  }

  .ebs-main {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}



/*custom css */

.ebs-header-primary {
  background-color: var(--ebs-header-primary);
}

.ebs-header-primary_menu {
  margin-top: 5px;
  font-size: 15px !important;
}

.ebs_search_button {
}

.ebs-sidebar-secondary {
  background-color: #EDEDED;
}

.ebs-blue {
  background-color: #028ec2;
  color: #fff;
  margin-left: 66%;
  border-radius: 3px !important;
}

.ebs-off {
  background-color: #F4F4F4;
  /* border:1px solid rgb(209, 209, 209)!important; */
  font-weight: 700 !important;
  color: #5a5a5a;
}

.ebs-on {
  background-color: #006DA6;
  color: white;
  font-weight: 700 !important;
  /* border:1px solid rgb(209, 209, 209)!important;   */
}

.ebs-logo-img-on {
  color: gray;
  font-weight: 700 !important;
}

.ebs-logo-img-off {
  background-color: #ededed;
  font-weight: 700 !important;
  color: gray;
}

.btn_logo_on_true {
}

.btn_logo_off_true {
  color: gray !important;
  background-color: #ededed !important;
}

.btn_logo_on_false {
  color: gray !important;
  background-color: #ededed !important;
}

.btn_logo_off_false {
  color: gray !important;
  /*background-color: white !important;*/
  /* box-shadow: 0 2px 10px rgba(0,0,0,0.5); */
}

#ebs-logo-text-section {
  display: none;
}

#ebs-logo-upload-section {
  display: none;
}







/* eps buttons  */
.eps-btn {
  display: inline-block;
  font-weight: 700;
  /* text-align: center; */
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  color: #5a5a5a !important;
  line-height: 1.1;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.eps-btn-collapse {
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EBEBEB;
  background-color: white;
  height: 2.1rem;
}

.eps-btn:hover, .eps-btn:focus {
  text-decoration: none;
}

.sidebar-content {
  margin-top: 5px;
  border-right: 1px solid #EDEDED;
}

/* end eps bottons */


/* end of custom css */



@media (max-width:575.98px) {
  .form-popup {
    width: 367px;
  }

  .search_arrow:after {
    margin-left: 7px;
  }

  .arrow:after {
    margin-left: -13px;
  }

  #popoverAdvancedSearch, #ggTransLnk {
    /*padding: 0px;
    height: 20px;
    line-height: 16px;*/
  }

  .header-btn {
    margin: 0 .2rem;
    padding: 2px 10px;
  }
}

@media (max-width:400px) {
  .form-popup {
    width: 90%;
    padding: 1rem 1.5rem;
  }

  .btnForgotPass {
    font-weight: normal;
    color: #08a900;
    display: block;
    line-height: 30px;
    font-size: 15px;
  }
}

.ebs-header-icons:hover {
  background-color: transparent !important;
  /*color: initial !important;*/
}


.ebs-header-links {
  text-decoration: none !important;
}



#sticky-sidebar {
  min-height: 100vh;
}

.right-content {
  padding-left: 0px;
  padding-right: 0px;
}

.main-content {
  padding: 10px;
}

.ebs-company-name {
  padding: .3rem 0;
  background-color: white;
  border-bottom: 10px #e1e1e1;
  text-align: center;
}

  .ebs-company-name h4 {
    margin-bottom: 0;
  }

.eps-icon {
  padding: 0px;
  float: right;
}

.ebs-sidebar-icons {
  color: #8f9399;
}

.sidebar-name {
  float: left;
  vertical-align: middle;
  margin-top: 3px;
  padding: 0px;
}

.ebs-sidebar-sub-tittle {
  font-size: 15px;
  font-weight: 700;
  padding-left: 5px;
}

.sub-tittle-section {
  padding: 5px 0;
  /*padding-left: 20px;*/
  word-break: break-word;
}

#sidebar-home-page-settings .sub-tittle-section {
  padding-left: 20px;
}


/*.sidebar-btn-section {
  padding: 5px;
}*/
.sidebar-btn {
  display: inline-block;
  box-shadow: 1px 1px #edededb4;
  font-weight: 400 !important;
  /* text-align: center; */
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid rgb(209, 209, 209);
  padding: 5px 5px;
  font-size: 11px;
  line-height: 1;
  border-radius: 3px;
  background-color: white;
  color: black;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

  .sidebar-btn:active {
    border: 2px solid #028ec2;
  }

  .sidebar-btn:focus {
    border: 2px solid #028ec2;
  }

  .sidebar-btn:hover {
    font-size: 11px !important;
    font-weight: 400 !important;
  }



.ebs-sidebar-sub-section {
  font-size: 13px;
  font-weight: 400;
  /*padding-left: 5px;*/
  padding-right: 3px;
}

.sidebar-txtbox {
  width: 70px !important;
  height: 23px !important;
  font-size: 11px !important;
  line-height: 1rem !important;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding-left: 10px;
}

.sidebar-txtbox-links {
  /*width: 200px !important;*/
  width: 100% !important;
  height: 20px !important;
  font-size: 11px !important;
  line-height: 1rem !important;
  color: #000;
  background-color: #ededed;
  border: 1px solid #ced4da;
  padding-left: 5px;
}

.sidebar-section {
  padding-left: 5px;
  padding-right: 5px;
}


.ebs-ckeditor {
  margin-left: 1rem;
  margin-top: .5rem;
}


.btn-sidebar {
  display: inline-block !important;
  background-color: #f6f6f6 !important;
  padding: 0.3rem !important;
  font-weight: 400 !important;
  text-align: center !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  vertical-align: middle !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  border: 1px solid #D3D3D3 !important;
  color: #808080 !important;
  font-size: 0.7rem !important;
  line-height: 0.7rem !important;
  border-radius: 0.25rem !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#btn_Cancel {
  margin-left: 0rem;
}

.ebs-link {
  color: var(--ebs-font-black) !important;
  text-decoration: none !important;
}

.logo-text-preview-div > p {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}

.ebs-sidebar-label {
  font-size: 12px;
}

.ebs-sidebar-num-select {
  height: 22px !important;
  font-size: 10px !important;
  padding-left: 5px !important;
  padding-bottom: 1px !important;
  padding-top: 1px !important;
  padding-right: 1px !important;
  width: 77% !important;
}

.ebs-margin-top {
  margin-top: 2rem !important;
}

#breadcrumb_nav {
  /* padding-top: .5rem; */
  transition: 0.5s;
  z-index: -999;
  border-bottom: 2px solid #fff;
}

#ebs-login-error {
  margin-left: 4%;
}

#btn_close_sidebar_m_view {
  padding: 0px;
  margin-left: 5px;
}


.ebs-topbar-login-btn:hover {
  background-color: transparent !important;
  /*color: var(--ebs-header-primary) !important;*/
}

.ebs-topbar-profile-btn {
  padding-left: 0px !important;
  padding-right: 0.4rem !important;
  background-color: transparent !important;
  color: var(--login-bar-font-color) !important;
  border-radius: 1rem !important;
  margin: 0 -11px 0 5px !important;
  width: 8rem !important;
  text-align: left;
}

.ebs-topbar-icon-txt {
  margin-left: 0.3rem !important;
}



@media (min-width:993px) {
  .ebs-right-icons {
    font-size: .8rem !important;
  }

  .ebs-font-size-icon {
    font-size: 1em !important;
  }
}

@media (max-width:992px) {
  .ebs-menubar {
    /* margin-top:4rem; */
  }
}

.ebs-social-dropdown-icons {
  color: var(--ebs-header-primary) !important;
  font-size: 1.5rem !important;
}

#ebs-social-share {
  display: none;
}


.ebs-dropdown {
  z-index: 999999 !important;
  display: none;
  float: left !important;
  /* min-width: 4rem!important; */
  padding: 0 0 !important;
  margin: 0 0 0 !important;
  font-size: 1.2rem !important;
  color: var(--ebs-header-primary) !important;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box !important;
  /* border: 1px solid rgba(0, 0, 0, 0.15)!important; */
  border-radius: 0.25rem !important;
  box-shadow: 0px 4px 5px #808080cc, -5px 4px 7px #80808080, 5px 4px 15px #9b878799;
}

.ebs-font-dropdown {
  z-index: 999999 !important;
  display: none;
  float: left !important;
  min-width: 2rem !important;
  padding: 0 0 !important;
  margin: 0 0 0 !important;
  font-size: 1.2rem !important;
  color: var(--ebs-header-primary) !important;
  list-style: none;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 0.25rem !important;
  box-shadow: 0px 4px 5px #808080cc, -5px 4px 7px #80808080, 5px 4px 15px #9b878799 !important;
}

.ebs-socialDropdown-btn {
  color: white !important;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0 0.7rem 0 0.7rem !important;
  margin: 0px !important;
  font-size: 1.4rem !important;
  ;
  background-color: transparent !important;
  line-height: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.ebs-font-size-icons {
  margin: .5rem !important;
  color: var(--ebs-header-primary) !important;
}

.ebs-font-size-icon:hover {
  color: white !important;
}

@media (min-width: 768px) {

  .ebs-user-name {
    border-left: 0px !important;
    padding-left: 2px !important;
  }

  .ebs-topbar-rightIcons {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .ebs-breadCrumb-rightIcons {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .ebs-topbar-profile-btn {
    font-size: 12px !important;
    height: 1.3rem !important;
    white-space: nowrap;
    padding: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ebs-user-name {
    /*font-size: .8rem !important;*/
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    /*font-weight: 700 !important;*/
  }

  .ebs-profile-icon {
    display: inline-flex !important;
    margin-top: 3px !important;
  }

  #home_link_desktop {
    display: inline-block;
    border: 0px !important;
  }

  #home_link {
    display: none;
  }

  .ebs-font-dropdown {
    left: 1.3rem !important;
  }

  .container {
    max-width: 720px;
  }

  .ebs-topbar-icon-txt {
    margin-left: 0.3rem !important;
    font-size: 12px !important;
    font-weight: 700;
  }

  .ebs-socialDropdown-btn {
    display: none !important;
  }

  .logo-big-preview-div {
    display: block;
    background-image: url('');
    background-size: contain;
    margin: 0px !important;
    background-position: left;
    background-repeat: no-repeat;
    /* border: double; */
    width: 270px !important;
    height: 70px !important;
  }

  .ebs-navbar {
    height: 4.6rem;
    transition: 0.5s;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width:770px) {
  .top-bar-left {
    display: block !important;
  }
}

@media (max-width:769px) {
  .top-bar-left {
    display: none !important;
  }
}

@media (min-width:490px) and (max-width:767px) {

  .top-bar-right {
    text-align: center;
    line-height: 1rem;
  }
}

@media (max-width:767px) {
  .ebs-topbar-profile-btn {
    font-size: 12px !important;
    /*height: 1.2rem !important;*/
    width: auto !important;
    white-space: nowrap;
    margin: 0 0 0 2px !important;
    overflow: hidden;
  }

  .ebs-font-dropdown {
    left: .4rem !important;
  }

  .ebs-user-name {
    font-size: 12px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin-left: 0;
  }

  .ebs-profile-icon {
    display: inline-flex !important;
    margin-top: 3px !important;
  }

  .ebs-topbar-icon-txt {
    margin-left: 0.3rem !important;
    font-size: 12px !important;
  }

  #home_link_desktop {
    display: none;
  }

  #home_link {
    display: block;
    font-size: 1.1rem !important;
    border: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    margin-top: 0 !important;
  }

  .logo-big-preview-div {
    margin: 10px 10px 10px 10px;
  }

  .logo-text-preview-div {
    margin: 10px 10px 10px 10px;
    width: 220px !important;
  }

  .ebs-navbar {
    height: 2.3rem;
    transition: 0.5s;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px !important;
  }




  .ebs-socialDropdown-btn {
    display: inline-block !important;
  }

  #ebs-social-share {
    display: inline-block !important;
  }

  .logo-big-preview-div {
    display: block;
    background-image: url('');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    /* border: double; */
    width: 220px !important;
    height: 70px !important;
    margin-left: 1.1rem;
  }

  .top-bar-left {
    text-align: center;
    padding: 5px;
  }

  .right-header-box {
    display: inline-flex;
    float: initial;
  }


  .ebs-menubar {
    margin-top: 2.3rem;
    margin-bottom: 0px !important;
  }

  .ebs-menubar {
    /* display: none!important */
  }

  .ebs-nav-content-left {
    width: 50%;
    float: left;
  }

  .ebs-nav-content-right {
    width: 50%;
    float: right;
  }

  .ebs-navbar {
    padding: 0 !important;
    position: relative;
  }

  .user-welcome {
    display: inline;
  }

  .ebs-header-icons {
    padding-left: 2px;
    padding-right: 2px;
  }

  .ebs-user-name {
    padding-left: 1px;
  }

  .ebs-blue {
    margin-left: 14% !important;
  }

  .ebs-container {
    /*margin-top: 9rem;*/
  }
}



@media (min-width:430px) and (max-width: 575.98px) {
  .ebs-header-icons, .ebs-header-icons:hover {
    font-size: 11px !important;
  }

  .ebs-right-icons {
    font-size: 12px !important;
  }

  .ebs-topbar-fontsize {
    padding-right: .4rem !important;
    padding-left: .4rem !important;
    font-size: 13px !important;
    padding-bottom: 2px !important;
  }

  .ebs-topbar-icon-txt {
    margin-left: 0.5rem !important;
    font-size: 11px !important;
  }

  .ebs-socialDropdown-btn {
    font-size: 1rem !important;
    margin-left: .7rem !important;
  }

  .ebs-social-dropdown-icons {
    font-size: 1.2rem !important;
  }

  .ebs-topbar-rightIcons {
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
    margin: 0 4px 0 4px !important;
    font-size: 12px !important;
  }

  .ebs-topbar-login-btn {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    background-color: transparent !important;
    /*color: var(--ebs-header-primary) !important;*/
    border-radius: 1rem !important;
    margin: 0 0 0 0 !important;
    height: 1.1rem !important;
    vertical-align: middle;
  }

  .ebs-topbar-profile-btn {
    font-size: 12px !important;
    height: 1.2rem !important;
    width: 5.5rem !important;
    white-space: nowrap;
    padding: .1rem !important;
  }

  .ebs-user-name {
    font-size: 12px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1rem !important;
  }

  .ebs-profile-icon {
    display: inline-flex !important;
    margin-top: 3px !important;
  }

  .login-icon {
    font-size: 12px !important;
  }

  .ebs-topbar-fontsize {
    padding-bottom: 2px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .ebs-right-icons {
    font-size: .7rem !important;
  }

  .ebs-font-size-icon {
    font-size: 1em !important;
  }

  .ebs-topbar-rightIcons {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border: 1px solid !important;
    /*border-color:#CD7700;*/
    text-decoration: none !important;
    color: white;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.2rem;
    border-radius: 1rem !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .ebs-breadCrumb-rightIcons {
    padding-right: 22px;
    border: 1px solid #CD7700 !important;
    text-decoration: none !important;
    color: #291717 !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.2rem;
    border-radius: 1rem !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .ebs-topbar-login-btn {
    background-color: transparent !important;
    margin: 0 0 0 5px !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding-left: 1.5rem !important;
    padding-right: 1.6rem !important;
    font-size: 1rem;
    line-height: 1.25rem;
    border-radius: 1rem !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
}


@media (min-width: 430px) {

  .login-icon {
    font-size: 13px !important;
    margin: auto .17rem .17rem .17rem !important;
  }

  /*.ebs-profile-spn {
    padding: .1rem !important;
  }*/

  .ebs-user-name {
    padding-left: .1rem !important;
  }

  .ebs-profile-pic {
    width: 13px;
    height: 13px;
    border-radius: 1rem;
  }
}

@media (max-width: 430px) {
  .ebs-topbar-profile-btn {
    font-size: 11px !important;
    height: 1.1rem !important;
    width: 4.6rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ebs-user-name {
    padding-left: 0px !important;
  }

  .ebs-topbar-fontsize {
    padding-right: .3rem !important;
    padding-left: .3rem !important;
    font-size: 11px !important;
  }

  .ebs-topbar-rightIcons {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
    margin: 0 3px 0 3px !important;
    font-size: 12px !important;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .ebs-topbar-profile-btn {
    padding-left: 0px !important;
    padding-right: 0.2rem !important;
    background-color: transparent !important;
    color: var(--login-bar-font-color) !important;
    border-radius: 1rem !important;
    margin: 0 0 0 2px !important;
  }

  .ebs-topbar-fontsize, .ebs-topbar-fontsize:hover {
    font-size: 11px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .ebs-socialDropdown-btn {
    font-size: 1.1rem !important;
    margin-left: 1rem !important;
  }

  .ebs-header-icons, .ebs-header-icons:hover {
    font-size: 10px !important;
  }



  .ebs-topbar-login-btn {
    padding-left: 1.5rem !important;
    padding-right: 1.0rem !important;
    background-color: transparent !important;
    /*color: var(--ebs-header-primary) !important;*/
    border-radius: 1rem !important;
    margin: .02rem 0 0 .2rem !important;
    height: 1.15rem;
    line-height: 1.15rem;
  }

  .ebs-topbar-profile-btn {
    font-size: 10px !important;
  }

  .ebs-user-name {
    font-size: 12px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.15rem !important;
    font-weight: 700;
  }

  .primaryRightBar {
    right: 0;
  }
}

.login-icon {
  font-size: 11px !important;
}

.ebs-topbar-icon-txt {
  margin-left: 0.15rem !important;
}


.ebs-topbar-home, .ebs-topbar-home:hover {
  border: none !important;
  vertical-align: middle !important;
  font-size: 1.4em !important;
}
/*<!-- -Advanced_Search Start -->*/
.form-search {
  display: none;
  position: fixed;
  top: 40px !important;
  right: 444px;
  z-index: 90010;
  background-color: rgb(255,255,255);
  padding: 10px 5px 20px 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #cccccc;
  width: 510px;
  height: auto;
  text-align: left;
}

.search_arrow:after {
  content: "";
  position: absolute;
  top: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 17px 17px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 9998;
  display: grid;
  margin-left: 37px;
}

.searchbtn {
  margin: 0px;
}

.advSearch {
  float: left;
}

.fontcolorclose {
}

@media (max-width:769px) {
  .ebs-menubar {
    height: 6rem !important;
  }

  .loginfont {
    /*margin-left: -7px;*/
  }

  .RadMenu_EBSBreadcrumb > .rmHorizontal > .rmLast > .rmRootLink {
    padding-top: .16rem !important;
    padding-bottom: .2rem !important;
    margin-left: .2rem !important;
  }
}

@media (min-width:490px) and (max-width:767px) {
  .form-group-close {
    display: ruby;
  }

  .labelmob {
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-right: 0.7rem;
    float: left;
  }

  .right-header-box {
    display: inline-flex;
    float: initial;
    justify-content: center;
  }

  .form-search {
    width: 300px;
    right: unset;
    left: 105px;
  }

  .advanced-search-close {
    margin-left: 83%;
  }

  .searchbtn {
    display: inline-block;
    margin: 0px;
  }

  .advSearch {
    padding: 0px 10px;
  }
}

@media (max-width:490px) {
  .form-group-close {
    display: ruby;
  }

  .form-group-font {
    font-size: small;
  }

  .datePicker {
    padding: 0px 0px 0px 20px !important;
  }

  .secondDatepicker {
    margin-left: 6px;
  }

  .labelmob {
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-right: 0.7rem;
    float: left;
  }

  .right-header-box {
    display: inline-flex;
    float: initial;
    justify-content: center;
  }

  .form-search {
    width: 300px;
    right: unset;
    left: 7px;
    padding: 9px 4px 15px 16px;
  }

  .advanced-search-close {
    margin-left: 79%;
    font-size: small !important;
  }

  .btn-advSearch {
    font-size: small !important;
  }

  .searchbtn {
    display: inline-block;
    margin: 0px;
  }

  .advSearch {
    padding: 0px 35px;
    font-size: small !important;
  }
}




/*<!-- -Advanced_Search end -->*/
/*<!-- -Font-icon PopUp Start -->*/
.form-groupfont {
  margin-left: -1.5rem;
  position: absolute;
}

.form-Font {
  content: "";
  display: none;
  position: absolute;
  /*border: 3px solid #f1f1f1;*/
  z-index: 90010;
  background-color: rgb(255,255,255);
  width: 3px !important;
  padding: 8px 8px 21px 27px !important;
  /*border-radius: 1rem;*/
  /*border: 1px solid rgba(0, 0, 0, 0.2);*/
  height: 110px;
  font-size: 0.875rem;
  letter-spacing: initial;
  background-clip: padding-box;
  margin-right: auto;
  margin-left: 20px;
  /* margin-top: 0px; */
  text-align: center;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 5px;
}

.Fontarrow:after {
  content: "";
  position: absolute;
  top: 24px;
  width: 0;
  height: 0;
  /*border-style: solid;*/
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-color: transparent transparent #ffffff transparent;
  z-index: 9998;
  display: grid;
  margin-left: 20px;
  margin-right: auto;
}

.font-link {
  text-decoration: none !important;
  margin: -7px;
  letter-spacing: -54px;
}


.alert-downtm {
  background: #f17e19;
  color: #fff;
  line-height: 18px;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  width: 100%;
  padding: 5px;
}


/*<!-- -mediaqueryfor----fonr -->*/
@media (max-width:766px) and (min-width:576px) {
  .form-Font {
    margin-left: 1px;
  }

  .Fontarrow:after {
    margin-left: 18px;
    top: 24px;
  }
}

@media (max-width:576px) {
  .form-Font {
    margin-left: -4px;
    margin-top: 7px;
  }

  .Fontarrow:after {
    margin-left: 12px;
    top: 19px;
  }
}

@media(max-width:430px) {
  .form-Font {
    padding: 1px 14px 0px 20px !important;
  }

  .ebs-topbar-fontsize {
    line-height: 1.2rem !important;
  }

  .Fontarrow:after {
    margin-left: 4px;
    top: 17px;
  }

  .ebs-breadCrumb-rightIcons {
    padding-right: 22px !important;
    /*border: 1px solid #CD7700 !important;*/
    text-decoration: none !important;
    color: #291717 !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.2rem;
    border-radius: 1rem !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
}

@media(min-width:770px) {

  .Fontarrow:after {
    top: -8px;
  }
}


@media(min-width:910px) {


  .Fontarrow:after {
    top: -6px;
  }
}

@media (min-width:912px) {


  .Fontarrow:after {
    top: 20px;
  }
}


@media(min-width:911px) {

  .Fontarrow:after {
    top: 20px;
  }
}





@media (max-width:431px) {
  .ebs-profile-pic {
    width: 13px;
    height: 13px;
    border-radius: 1rem;
    vertical-align: text-top;
  }
}
/*<!-- -Font-icon PopUp end -->*/
/* google translate */
#google_translate_element {
  visibility: hidden;
  margin-top: 4px !important;
  width: 0px !important;
}

@media (max-width: 900px) {
  #google_translate_element {
    display: none !important
  }
}


/* profile cssClass */
.form-profileOption {
  display: none;
  position: absolute;
  top: 40px;
  right: 27px;
  z-index: 90010;
  background-color: rgb(255,255,255);
  padding: 10px 10px 0 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #cccccc;
  width: auto;
  height: auto;
  text-align: left;
}

.arrow_profileOption:after {
  content: "";
  position: absolute;
  top: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 17px 17px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 9998;
  display: grid;
  margin-left: 37px;
}

@media (min-width:414px) and (max-width:769px) {
  .form-profileOption {
    top: 38px;
    right: 16px;
  }

  .ebslogouticon {
    margin-right: 50px;
    margin-top: 13px;
  }
}

@media (max-width:414px) {
  .form-profileOption {
    top: 38px;
    right: 10px;
  }

  .labelProfile {
    /*display: inline-block;
    margin-bottom: 0.5rem;
    margin-right: 0.7rem;
    float: left;*/
  }

  .arrow_profileOption {
    margin-left: -17px;
    top: 21px;
  }
}
/* profile cssClass */



.ebs-topbar-rightIcons {
  border-radius: 1rem !important;
  border: 1px solid !important;
  /*border-color:white;*/
  text-decoration: none !important;
  color: white !important;
}

.homelink {
  width: 36px;
  height: 36px;
}

.globelink {
  width: 25px;
  height: 25px;
}

@media (max-width:450px) {
  .ebs-topbar-icon-txt {
    /*width: 12px;
    height: 12px;
    margin-top: -1px;*/
  }

  .ebsHome {
    width: 23px;
    height: 21px;
    margin-top: -1px;
    margin-right: -4px;
  }

  .ebsfontcss {
    padding-left: 4px;
    padding-right: 4px;
  }

  .ebsfontnew {
    height: 20px;
  }

  .globelink {
    width: 12px;
    height: 12px
  }


  /*.ebshelp_css {
    padding-left: 6rem !important;
    padding-top: 0.5rem !important;
    margin-bottom: -25% !important;
  }*/
  .navbar-toggler {
    padding: .25rem 0;
  }
}


@media screen and (max-width: 770px) {
  .homelink {
    margin-top: 1px;
    width: 23px;
    height: 21px;
  }

  .globelink {
    width: 12px;
    height: 12px
  }
}

.globenewlink {
  width: 25px;
  height: 25px;
}

.homenewlink {
  width: 36px;
  height: 23px;
}


.ebs-font-size-close {
  padding: .5rem;
  color: #ed8b00 !important;
  font-weight: 300 !important;
}

.ebs-topbar-fontSize-txt {
  margin: 0 .5rem 0 .5rem !important;
}

.dropdownwidth {
  margin-left: 1px;
  margin-right: 20px;
}


.RadMenu_EBSBreadcrumb > .rmHorizontal > .rmLast > .rmRootLink {
  /* padding-top: .16rem !important; */
  /* padding-bottom: .2rem !important; */
  margin-left: .2rem !important;
}

.RadMenu_EBSBreadcrumb > .rmHorizontal > .rmFirst > .rmRootLink {
  /*padding-bottom: .2rem !important;
  padding: 0 .2rem .2rem .2rem !important;
  margin-left: .2rem !important;*/
}

@media (min-width:520px) and (max-width:991px) {
  .newmenu {
    margin-left: 194px;
  }
}

#Menu1_oh_Menu_div > ul > li > a {
  font-family: 'Lato Bold', sans-serif !important;
}

.ebs-header-logo-link {
  text-decoration: none !important;
}

@media (min-width:1190px) {
  .social-icons {
    display: inline-block !important;
  }
  /*#hamburgermenu {
        display: none !important;
    }*/

  #helpicon {
    display: none !important;
  }

  /*#popoverHelp {
    display: none !important;
  }*/
}

@media (max-width:1024px) {
  .social-icons, .helpIconTxtIndent {
    display: none !important;
  }

  #wrapper {
    float: left;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 18.5px;
  margin-bottom: 0;
}

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 18px;
    /*left: -2px;*/
    top: -1px;
    background-color: gray;
    -webkit-transition: .4s;
    transition: .4s;
  }


input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #73a91f;
  bottom: 1px;
  left: -12px;
}


/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  border: solid 2px gray;
  min-width: 36px;
}

  .slider.round:before {
    border-radius: 68%;
  }

.ebsnavbar {
  text-decoration: none !important;
}

.ebssidebar_tittle {
  margin-left: 45px;
  margin-top: -9px;
  font-size: 14px;
  font-weight: 400;
}


.ebsbtn-group {
  margin-top: -13px;
  margin-left: 20px;
}

.ebssection {
  margin-bottom: -11px;
  margin-top: 4px;
}

.ebs-font-dropdown > li > a {
  background-color: white !important;
}

.ebs-top-icons-size {
  font-size: 1.667em !important;
}

tr > td > b > #ContentPlaceHolder1_rd_list > label {
  display: initial !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: .3rem !important;
}

#ebs_nav_system_alert {
  background-color: red;
  max-height: 3.7rem;
  overflow: auto;
}

.top-bar-right {
  padding: 5px 5px 5px 5px;
}

.ebs-navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*<!-- -Help Icon Start -->*/
.form-Help {
  display: none;
  position: absolute;
  top: 112px;
  right: -10px;
  z-index: 90010;
  background-color: #ffff;
  /*padding: 19px 30px 29px 30px;*/
  border-radius: 30px;
  box-shadow: 0px 2px 2px rgb(128 128 128), 0px 2px 2px rgb(128 128 128), 0px 4px 10px rgb(155 135 135);
  /*height: 22.2rem;*/
  width: 530px;
  text-align: left;
  overflow: hidden;
}

.ebsright_option {
  width: 46.9%;
  /*margin-left: -3%;
  margin-top: 28px;*/
  background-color: #f5f4f4;
  border-radius: 0px 0px 0px 17px !important;
  height: 18.1rem;
  float: left;
  /*padding-bottom: 47px;*/
}

.ebsleft_option {
  width: 100%;
  background-color: #f5f4f4;
  border-radius: 0px 0px 17px 0px !important;
  float: left;
  height: 18.1rem;
}

.newebs_help {
  /*margin-top: -46px;*/
  background-color: white;
}

.vl {
  border-left: 1px solid gray;
}

.ebs-menubar-helpicon, .ebs-menubar-helpicon:hover {
  border-radius: 1rem !important;
  border: 1px solid white !important;
  text-decoration: none !important;
  color: white !important;
}

.ebs-menu-helpicon {
  padding-left: 4px;
  padding-right: 4px;
  color: white;
  margin: 0 2px 0 2px !important;
  text-decoration: none !important;
}

.logo_border {
  border-bottom: 0px solid #bbbbbb !important;
  border-radius: 17px 17px 0px 0px !important;
  /*margin-top: -2.5rem !important;*/
  width: 100%;
  height: 65px;
  padding-right: 30px;
  padding-top: 12px;
}

.vl1 {
  border-left: 1px solid #bbbbbb;
  height: 18.1rem;
  float: left;
  width: 0.1%;
}

.ebshelp_css {
  margin-left: 46.50rem;
  padding-top: 0.5rem;
}

@media (min-width:320px) and (max-width:1024px) {
  /*#ebsHelpIcon, #popoverHelp1 {
    display: none !important;
  }*/
  /*#ebshelpicon_new {
        display: block !important;
    }*/
  /*#popoverHelp {
    display: block !important;
  }*/
}

@media (min-width:1025px) {
  #ebshelpicon_new {
    display: none;
  }

  #popoverHelp {
    display: none !important;
  }
}
/*.help_div{
  height:3rem!important;
}*/
.formnew_Help {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  background-color: #ffff;
  box-shadow: 0px 8px 10px #808080cc, -10px 8px 15px #80808080, 10px 8px 15px #9b878799;
  height: 100%;
  width: 100%;
  font-size: 11px !important;
}

.logo_ebs {
  text-align: center;
  background: #fff;
  padding: 5px 0;
}


@media(min-width:320px) and (max-width:370px) {
  .ebs_hamburger {
    width: 4px;
  }

  .help_div {
    width: 100%;
    display: flex;
  }
}

@media(min-width:320px) and (max-width:416px) {
  /*.formnew_Help {
    top: 129px;
    right: 4px !important;
  }*/

  .headerLogo {
    width: 211px;
  }
}

.ebs-menu-toggler {
  padding-top: 0.2rem !important;
}

@media(min-width:440px) and (max-width:1189px) {

  .help_div {
    left: 297px;
  }

  .new_helpicon {
    position: inherit;
  }
}

.menuheaderScroll {
  margin-top: 0px !important;
}

@media (min-width:1025px) {
  #hamburgermenu {
    display: none !important;
  }
}

@media (min-width:1100px) and (max-width:1176px) {
  .form-Help {
    right: 27px;
  }
}

@media (min-width:1177px) and (max-width:1228px) {
  .form-Help {
    right: 40px;
  }
}

@media (min-width:1025px) {
  #navbarCollapse {
    height: 70px !important;
  }
}

.systemAlertPopup {
  top: 74px !important;
}

.systemAlertPopupLogin {
  top: 73px !important;
}

.systemAlertPopupUser {
  top: 79px !important;
}

@media (min-width:320px) and (max-width:768px) {
  /*.primaryRightBarwithoutlogin {
    width: 96%;
  }*/
}

@media (min-width:337px) and (max-width:768px) {
  .loginName {
    width: 100%;
  }
}

/*Search Popup Daterange Styling*/
.searchdate {
  margin-left: -6px;
  margin-top: -3px;
}

.daterange {
  margin-top: -10px !important;
}

.searchControlsRadio {
  display: ruby;
  margin-right: -54px;
}

.avaSearch {
  margin-right: 4px;
}

@media (min-width:320px) and (max-width:417px) {
  .searchdate {
    margin-left: 164px !important;
    margin-top: -24px !important;
  }

  .avaSearch {
    margin-right: 95px;
  }

  .daterange {
    margin-top: -2px !important;
    margin-right: 88px;
  }
}

@media (min-width:490px) and (max-width:767px) {
  .searchdate {
    margin-left: -150px !important;
    margin-top: 42px !important;
  }

  .keyword_all {
    margin-left: -40px;
  }

  .daterange {
    margin-top: 9px !important;
    margin-right: 158px !important;
  }

  .searchControlsRadio {
    margin-right: 0px !important;
  }

  .avaSearch {
    margin-right: -41px !important;
    margin-top: 44px !important;
  }

  .radiobutton {
    margin-right: 1.5rem !important;
  }

  .form-search {
    left: 144px !important;
  }
}

@media (min-width:417px) and (max-width:489px) {
  .avaSearch {
    margin-right: 97px !important;
  }

  .searchdate {
    margin-left: 143px !important;
    margin-top: -21px !important;
  }

  .daterange {
    margin-top: 15px !important;
    margin-right: 79px;
  }
}

@media (min-width:767px) and (max-width:1298px) {
  .form-search {
    right: 114px;
  }
}

@media (min-width:320px) and (max-width:489px) {
  .searchControlsRadio {
    display: flow-root !important;
  }
}

@media (min-width:994px) and (max-width:1022px) {
  .form-search {
    right: 336px !important;
  }
}
/*Search Popup Daterange Styling*/
/*Popup font and mobile view Styling*/
@media (min-width:324px) and (max-width:329px) {
  .primaryRightBarwithoutlogin {
    width: 101.1% !important;
  }

  .ebsHome {
    margin-top: 19px !important;
  }

  .right-header-box {
    margin-top: 15px !important;
  }
}

@media (min-width:430px) and (max-width:576px) {
  .ebsfontcss {
    display: -webkit-box;
  }
}

@media (min-width:320px) and (max-width:429px) {
  .ebs-topbar-fontSize-txt {
    margin: -2px 0.5rem 0 .5rem !important;
  }

  .ebsfontcss {
    display: flex;
  }

  .ebs-topbar-icon-txt {
    /*height: 15px;*/
  }
}

@media (min-width:320px) and (max-width:324px) {
  .primaryRightBarwithoutlogin {
    width: 101.1% !important;
  }

  .ebsHome {
    margin-top: 2px !important;
  }

  .right-header-box {
    margin-top: -21px !important;
    width: 102%;
    padding-left: 1rem !important;
  }
}
/*Popup font and mobile view Styling*/
/*Hamburger mediaquery*/
@media (min-width:320px) and (max-width:1125px) {
  .hamburgerButton {
    outline: none !important;
  }
}

@media (min-width:320px) and (max-width:415px) {
  .login-close {
    margin-left: 76% !important;
  }
}

@media (min-width:320px) and (max-width:328px) {
  .newrightheader {
    margin-top: -21px !important;
    margin-right: -15px !important;
  }

  .newheader {
    margin-top: -21px !important;
    margin-right: 3px !important;
  }
}

@media (min-width:333px) and (max-width:340px) {
  .right-header-box {
    margin-top: 1px;
    margin-right: -8px;
  }
}

@media (max-width:333px) {
  .right-header-box {
    margin-top: -19px;
    margin-right: -8px;
  }
}

.Form_Systemalert {
  display: none;
  position: fixed;
  top: 72px !important;
  right: 444px;
  z-index: 9;
  background-color: #ffff;
  padding: 19px 30px 29px 30px;
  border-radius: 18px;
  box-shadow: 0px 8px 10px #808080cc, -10px 8px 15px #80808080, 10px 8px 15px #9b878799;
  width: auto;
  height: auto;
}

@media (min-width:320px) and (max-width:767px) {
  .advSwitch_css {
    margin-right: 98px !important;
  }

  .switch_css {
    margin-left: 162px !important;
    margin-top: -21px !important;
  }
}

.switch_css {
  margin-left: 257px;
}

.advSwitch_css {
}

.switchForget_css {
  margin-right: 6rem !important;
  margin: 0px 0px 0px 0px !important;
}

.switchlogin_css {
  margin-left: 12rem !important;
  position: absolute !important;
}

@media (min-width:490px) and (max-width:767px) {
  .switchlogin_css {
    margin-left: 4rem !important;
    position: absolute !important;
  }

  .switchForget_css {
    /* margin-right: -5rem !important; */
    margin: 0px 0px 0px -135px !important;
  }
}

@media (min-width:320px) and (max-width:367px) {
  .btn-login {
    width: 69px !important;
  }
}



@media (min-width:490px) and (max-width:766px) {
  .closeicon {
    margin-left: 139px;
    margin-top: -16px;
  }
}

@media (min-width:1700px) and (max-width:2158px) {
  .ebs-sidebar {
    width: 279px !important;
  }
}
/*.container_16 .push_1 {
    left: 34px !important;
  }*/
.container_16 .grid_7 {
  width: 442px;
}

}

.colorpicker.colorpicker-with-alpha {
  position: fixed !important;
}

.pnl_Outer_css {
  box-sizing: content-box !important;
}


@media (max-width:1400px) {
  /*.ebs-company-name {
    padding: .5rem 0rem .5rem 1rem;
  }*/

  .ebs-sidebar-header {
    margin: .2rem 0rem .2rem 0rem !important;
  }

  #btn_Save_close {
    width: 47% !important;
  }
}

@media (max-width:1150px) {
  .hideFaIcons {
    display: none !important;
  }
}


/*Header Release*/
.zIndex999 {
  z-index: 999 !important;
}

.zIndex0 {
  z-index: 0 !important;
}

.fontImp, .fontImp input, .fontImp * {
  font-family: Lato, Verdana !important;
}

.latoBlack {
  font-family: 'Lato Black', Lato, Verdana !important;
}

.headerLogo {
  max-width: 100%;
  max-height: 70px;
}
/*Header Release*/




/* Fix Header Css Start */
#dvHeaderContainer {
  background-position: right;
  background-size: cover;
  transition: background 1s ease-in;
  -moz-transition: background 1s ease-in;
  -ms-transition: background 1s ease-in;
  -o-transition: background 1s ease-in;
  -webkit-transition: background 1s ease-in;
}

.breadCrumbClass {
  background: #f4f4f4;
  border-bottom: 10px solid #fff;
  display: table;
  width: 100%;
  min-height: 25px;
}

.breadCrumbClass caption {
    color: #000000 !important;
}
.RadMenu_EBSBreadcrumb {
  line-height: 20px !important;
}

.fixHeader {
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 0;
}

.hideLoginBar {
  position: absolute;
  top: -38px;
}

/*.social-icons a {
  display: inline !important;
}*/

.siteName {
  text-decoration: none !important;
  box-sizing: border-box;
  /*padding-left: 5px;*/
  font-weight: bold !important;
  display: table;
  height: 70px;
  width: 100%;
}

.disTableCell {
  display: table-cell;
  vertical-align: bottom;
}

#topBar_Right .disTableCell, #topBar_Right .dropdown.ebs-topbar-profile-div.wlLabel {
  float: left;
}

/*.popover_login_welcomeLink {
  text-overflow: ellipsis;
  overflow: hidden;
}*/
.mandatory {
  border: 2px solid #ff0000;
}

.err-msg {
  display: none;
}

  .err-msg.mandatory {
    display: block;
    color: red;
    font-weight: bold;
    text-align: left;
    width: 100%;
    float: left;
    border: none !important;
  }

.SocialIconTxtIndent, .homeIconTxtIndent {
  width: 30px;
  overflow: hidden;
}

.helpIconTxtIndent {
  width: 40px;
  overflow: hidden;
  white-space: nowrap;
}



@media screen and (min-width : 320px) and (max-width : 736px) {
  .fixHeader {
    width: 95%;
  }
}


@media (min-width:767px) and (max-width:1024px) {
  .fixHeader {
    width: 81.35%;
  }
}


@media screen and (max-width:1150px) and (min-width:1020px) {
  .fixHeader {
    width: 962px;
  }
}

@media screen and (max-width:1699px) and (min-width:1151px) {
  .fixHeader {
    width: 1100px;
  }
}

@media screen and (max-width:2200px) and (min-width:1680px) {
  .fixHeader {
    width: 1500px;
  }
}
/* Fix Header Css Start */


/*.topbar-adi-link-mbl {
  display: none;
}*/


@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
  /* Advance Search Form Responsive CSS Start */
  .form-search {
    width: 100%;
    right: unset;
    left: 0;
    padding: 15px;
    top: 0 !important;
    border-radius: 0;
    height: 100%;
  }

  .form-group-close {
    text-align: right;
    margin-bottom: 20px;
  }

  #myFont .form-group-close {
    margin-bottom: 0;
  }

  .form-Font {
    margin-left: 7px;
  }

  .searchbox-input-login {
    width: 100% !important;
    height: 31px !important;
    font-size: 15px !important;
  }

  .form-group {
    clear: both;
  }

  .daterange {
    margin-bottom: 10px;
    margin-top: 11px !important;
  }

  .labelmob {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .mobileASHeading {
    margin-top: 0px;
    width: 100%;
    float: left;
  }

    .mobileASHeading .labelmob:first-child {
      margin-bottom: 11px;
      width: 100%;
    }

  .advanced-search-checkbox {
    margin-right: 0.2rem !important;
  }

  .keyword_all {
    margin-bottom: 1.3rem;
  }

  .searchbtn {
    float: left;
    width: 100%;
    padding: 5px 0;
  }

    .searchbtn .advSearch {
      float: left;
      padding: 0;
      margin: 0;
    }

    .searchbtn button {
      float: right;
    }

  .searchControlsRadio {
    font-size: small;
  }

  .advanced-search-close {
    margin-bottom: 20px;
    margin-left: 0 !important;
    float: right;
  }

  .vert-mid-align {
    vertical-align: middle;
  }
  /* Advance Search Form Responsive CSS End */
  .mobilA {
    vertical-align: middle !important;
  }

  .lgnBtnPT {
    padding-top: 3px;
  }

  #closeHamburger {
    padding-right: 8px;
    padding-top: 3px;
  }
  /*.topbar-adi-link-mbl {
    display: block;
    margin: 4px 0 0 3px !important;
    padding: 0 5px 0 1px !important;
    line-height:1rem;
  }*/
}

/*.wlLabel {
  margin-top: 3px;
}*/

#close_popover {
  position: relative;
  right: 14px;
}

.pwdBreadcrumb {
  margin-right: 7px;
  margin-bottom: 3px;
  margin-top: 3px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) { /* Mobile */
  .ebs-topbar-login-btn {
    margin: 0 0 0 .2rem !important;
    height: 1.18rem;
    line-height: 1.18rem;
  }

  .wlLabel {
    margin-top: 5px;
  }

  .mobilA {
    vertical-align: bottom;
    height: 26px;
    padding-top: 1px !important;
  }

  .disTableCell {
    vertical-align: middle;
  }

  #home_link {
    margin-top: 5px !important;
  }
  /*.fontPanelMbl {
    margin-top: 0px !important;
  }*/
  .fontPanelMbl li:last-child {
    padding-top: 4px;
  }

  #close_popover {
    position: relative;
    right: 7px;
    top: 4px;
  }
}


/* Help Popup Css Start */
#sdA7Bh {
  padding-left: 34px !important;
}

.fontPanelMbl li {
  line-height: normal !important;
}

@media (max-width:1023px) {
  .formnew_Help {
    top: 0;
    right: auto !important;
    left: 0;
    z-index: 99999999;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    height: 100%;
    padding-bottom: 50px;
  }

  #close_popover {
    top: 0;
    right: 10px;
  }

  .helpMblClose {
    margin-left: 0;
    display: block;
    text-align: right;
  }

  .logo_ebs {
    margin-bottom: 20px;
  }

  .mblBG {
    background: #fafafa;
    padding: 10px 10px 20px 15px;
    font-size: 16px;
  }

    .mblBG .mblfont16, .mblBG .link-orange, .mblfont16 {
      font-size: 16px !important;
    }

  .mblFont18 {
    font-size: 18px !important;
    font-family: Lato Black;
  }

  .mblHMH {
    margin-left: 0 !important;
    text-align: center;
  }

    .mblHMH .head-h-s {
      margin-left: 0 !important;
      padding-left: 0;
      text-align: center;
      margin-top: 0 !important;
      font-family: Lato Black;
    }

      .mblHMH .head-h-s .text-orange {
        margin-left: 0 !important;
        font-size: 18px !important;
      }

    .mblHMH .link-orange {
      margin-left: 0 !important;
    }

  .mblImgHead {
    padding-left: 0;
    text-align: center;
    font-size: 18px;
    margin-top: 0 !important;
    font-family: Lato Black;
  }

    .mblImgHead img {
      margin-left: 0 !important;
    }

  .mblMT0 {
    margin-top: 0 !important;
  }

  .mblPT10 {
    padding-top: 10px;
  }

  .mblPT0 {
    padding-top: 0 !important;
  }

  .mblMB20 {
    margin-bottom: 20px !important;
  }

  .mblData, .mblData .link-orange {
    text-align: center;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .for170007 span, .for170007 div {
    margin: 0 !important;
    padding: 0 !important;
  }

  #sdA7Bh {
    padding-left: 0 !important;
  }

  .chatDiv .link-orange {
    margin-left: 0 !important;
  }

  /* Menu CSS Start */
  .dropdownwidth {
    margin-right: 0;
  }

  #navbarCollapse .navbar-nav .nav-item .moremenu li.ebs-dropdown-item a.ebs-sub-item-link[href*="AdminPages/NewSiteAdmin.aspx"] {
    display: none;
  }

  li > ul > li > .breadcrumb-link {
    word-break: break-word;
    white-space: normal;
  }

  .form-group-close {
    margin-bottom: 0;
  }
  /* Menu CSS End */
  .pwdBreadcrumb {
    display: none;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { /* iPad Landscape */
  .formnew_Help {
    top: 0;
    right: auto !important;
    left: 0;
    z-index: 99999999;
    width: 100%;
    padding: 0 15px 0 10px;
    margin: 0;
    overflow-y: auto;
    height: 100%;
  }

  .helpMblClose {
    margin-left: 0;
    display: block;
    text-align: right;
  }

  .mblHMH {
    margin-left: 0;
    text-align: center;
  }

    .mblHMH .head-h-s {
      margin-left: 0 !important;
      padding-left: 0;
      text-align: center;
    }

      .mblHMH .head-h-s .text-orange {
        margin-left: 0 !important;
      }

    .mblHMH .link-orange {
      margin-left: 0 !important;
    }

  .mblImgHead {
    padding-left: 0;
    text-align: center;
  }

    .mblImgHead img {
      margin-left: 0 !important;
    }

  .mblData {
    text-align: center;
    padding-left: 0 !important;
  }

  .for170007 span, .for170007 div {
    margin: 0 !important;
    padding: 0 !important;
  }

  #sdA7Bh {
    padding-left: 0 !important;
  }

  .chatDiv .link-orange {
    margin-left: 0 !important;
  }

  .mblData, .mblData .link-orange {
    text-align: center;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  /* Menu CSS Start */
  .dropdownwidth {
    margin-right: 0;
  }

  li > ul > li > .breadcrumb-link {
    word-break: break-word;
    white-space: normal;
  }

  #navbarCollapse .navbar-nav .nav-item .moremenu li.ebs-dropdown-item a.ebs-sub-item-link[href*="AdminPages/NewSiteAdmin.aspx"] {
    display: none;
  }

  .form-group-close {
    margin-bottom: 0;
  }
  /* Menu CSS End */

}
/* Help Popup Css End */

.greyed-out-div {
  display: none;
  background: rgba(137,137,137,0.8);
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 9000;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { /* iPad Portrait */
  #navbarCollapse .navbar-nav .nav-item .moremenu li.ebs-dropdown-item a.ebs-sub-item-link[href*="AdminPages/NewSiteAdmin.aspx"] {
    display: none;
  }

  .form-group-close {
    margin-bottom: 0;
  }

  .ebs-header-icons.ebs-menu-open-link {
    padding-left: 4px !important;
    padding-right: 0 !important;
  }
}


@media (max-width:1024px) {
  .menuBgMobile {
    background-color: var(--ebs-sub-menu-color) !important;
  }

  .container_16 {
    width: 100% !important;
  }
}


@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
  /* iPhone 6, 7, & 8 in portrait & landscape */
  .disTableCell {
    vertical-align: middle;
  }

  .mobilA {
    vertical-align: bottom;
    height: 27px;
    padding-top: 2px !important;
  }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {
  /* iPhone X in portrait & landscape */
  .disTableCell {
    vertical-align: middle;
  }

  .mobilA {
    vertical-align: bottom;
    height: 27px;
    padding-top: 2px !important;
  }
}


.ebsProfileBubble {
  border-radius: 1rem !important;
  border: 1px solid !important;
}

.defaultTxtColor {
  color: #555555 !important;
  text-decoration: none !important;
}

.defaultBGColor {
  background: #555555;
}

.noZIndex {
  z-index: 0 !important;
}


@media only screen and (min-device-width : 411px) and (max-device-width : 823px) {
  .wlLabel {
    margin-top: 4px;
  }

  .ebs-topbar-profile-btn {
    height: 20px !important;
    vertical-align: bottom;
  }

  .ebs-profile-spn {
    vertical-align: text-top;
  }
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-bottom-color: #fff;
}


@media (max-width: 1024px) and (min-width: 767px) {
  .ebs-topbar-profile-btn {
    height: 23px !important;
  }
}




@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { /* iPad Portrait */
  .dropdown.ebs-topbar-profile-div.wlLabel {
    display: table-cell;
    vertical-align: top !important;
    padding-top: 1px;
  }

  .ebs-topbar-profile-btn {
    height: 25px !important;
  }

  #rightHeader .disTableCell {
    vertical-align: top !important;
    padding-top: 1px;
  }

    #rightHeader .disTableCell .ebs-header-icons {
      height: 25px !important;
      line-height: 24px;
    }

  .login-icon {
    margin: 0 !important;
  }

  #ebs_profile_btn_img {
    /*margin-left: 4px !important;*/
  }
}



@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  /* iPad Landscape */
  .dropdown.ebs-topbar-profile-div.wlLabel {
    display: table-cell;
    vertical-align: top !important;
    padding-top: 1px;
  }

  .ebs-topbar-profile-btn {
    height: 25px !important;
  }

  #rightHeader .disTableCell {
    vertical-align: top !important;
    padding-top: 1px;
  }

    #rightHeader .disTableCell .ebs-header-icons {
      height: 25px !important;
      line-height: 24px;
    }

  .login-icon {
    margin: 0 !important;
  }

  #ebs_profile_btn_img {
    /*margin-left: 4px !important;*/
  }
}

/* Css for vertical screen for Demo - Code Start */
@media (min-width : 900px) and (max-width : 950px) {
  .ebs-topbar-profile-btn {
    font-size: 12px !important;
    /*height: 1.2rem !important;*/
    width: 80px !important;
    white-space: nowrap;
    margin: 0 0 0 2px !important;
    overflow: hidden;
  }

  .ebs-breadCrumb-rightIcons {
    padding-right: 22px;
  }
}
/* Css for vertical screen for Demo - Code End */

.tUnderline, .breadCrumbClass * .rmText:hover {
  text-decoration: underline !important;
}


@media only screen and (max-device-width : 1024px) and (orientation : landscape) { /* iPad landscape layouts only */
  .fixHeader {
    width: 100% !important;
  }
}

@media only screen and (max-device-width : 1024px) and (orientation : portrait) { /* iPad Portrait */
  .fixHeader {
    width: 100% !important;
  }
}


@media screen and ( max-width: 480px ) {
  .mobile-button {
    display: none;
  }
}






/* Print Notification Section Css Start */
.notification-btn {
  background: none;
  border: 0;
  position: relative;
  min-height: 24px;
  cursor: pointer;
}

  .notification-btn i.fa-bell {
    line-height: 23px;
    font-size: 16px !important;
  }

#NotificationsPanel[aria-expanded="true"]::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 9998;
  display: grid;
}

#NotificationsPanel[aria-expanded="false"]::after {
  display: none;
}

.notification-btn .unread-count {
  position: absolute;
  z-index: 1;
  background: #fff;
  top: -5px;
  border-radius: 50px;
  height: auto;
  color: #000;
  font-size: 11px;
  width: auto;
  padding: 0 2px;
  line-height: normal;
  box-shadow: 0 1px 3px #c5c4c4;
  left: 14px;
  min-width: 15px;
  text-align: center;
}

.notification-panel {
  position: absolute;
  background: #fff;
  padding: 0;
  border-radius: 10px;
  top: 37px;
  right: 42px;
  z-index: 10;
  box-sizing: border-box;
  text-align: left;
  width: 560px;
  box-shadow: 0 0px 8px #b7b6b6;
  overflow: hidden;
}

  .notification-panel .np-heading {
    font-size: 15px;
    padding: 9px 5px 9px 10px;
    border-bottom: 1px solid #c8c8c8;
    position: relative;
  }

  .notification-panel button {
    background: transparent;
    border: 0;
    font-family: Lato Bold;
  }

  .notification-panel .np-list-wrap {
    overflow: auto;
    max-height: calc(100vh - 130px);
    width: 100%;
  }

    .notification-panel .np-list-wrap .np-list {
      background: #fff;
      border-bottom: 1px dashed #c8c8c8;
      box-sizing: border-box;
      padding: 9px 10px 5px 10px;
      float: left;
      width: 100%;
    }

      .notification-panel .np-list-wrap .np-list:last-child {
        border-bottom: 0;
      }

      .notification-panel .np-list-wrap .np-list.unread {
        background: #fcecda;
      }

      .notification-panel .np-list-wrap .np-list > p {
        width: calc(100% - 25px);
      }

        .notification-panel .np-list-wrap .np-list > p > a {
          color: #000;
        }

      .notification-panel .np-list-wrap .np-list > button[accesskey="remove"] {
        cursor: pointer;
        height: 23px;
      }

        .notification-panel .np-list-wrap .np-list > button[accesskey="remove"] > i {
          vertical-align: text-top;
          padding: 1px 0;
          font-size: 15px;
          color: #555;
        }

      .notification-panel .np-list-wrap .np-list .spn-ur {
        /*background: #e5851b;*/
        background: #555;
        color: #fff;
        font-size: 11px;
        padding: 1px 5px;
        border-radius: 10px;
        float: right;
        margin-top: 10px;
      }

      .notification-panel .np-list-wrap .np-list .spn-grey-txt {
        font-size: 12px;
        color: #555;
      }

      .notification-panel .np-list-wrap .np-list.read > div.w-100.float-left {
        margin-top: 15px;
      }

      .notification-panel .np-list-wrap .np-list.read.expired > p, .notification-panel .np-list-wrap .np-list.read.expired > div .spn-grey-txt, .notification-panel .np-list-wrap .np-list.unread.expired > p, .notification-panel .np-list-wrap .np-list.unread.expired > div .spn-grey-txt {
        color: #555;
        opacity: .7;
      }

      .notification-panel .np-list-wrap .np-list.unread.expired .spn-ur {
        opacity: .4;
      }

  .notification-panel button:focus, .notification-panel .np-list a:focus {
    outline: 2px solid #4f91d5 !important;
    outline-offset: 0px !important;
    box-shadow: none !important;
  }


@media screen and (max-width:760px) {
  .notification-panel {
    right: 1%;
    width: 98%;
  }

  #NotificationsPanel[aria-expanded="true"]::after, #NotificationsPanel[aria-expanded="false"]::after {
    display: none;
  }

  .notification-panel .np-list-wrap {
    max-height: calc(100vh - 160px);
  }
}
/* Print Notification Section Css End */



/* ----------- iPad Pro Landscape CSS Start ----------- */
.ipad-menu.navbar-expand-md .navbar-toggler {
  display: block;
}

.ipad-menu #navbarCollapse {
  left: auto;
  z-index: 1;
  right: 10px;
  margin-top: 43px;
}

.ipad-menu #Menu1_oh_Menu_div {
  width: 100%;
}

.ipad-menu .ebs-collapse {
  position: absolute !important;
  width: 12rem;
  padding-left: .3rem;
  background-color: white !important;
  box-shadow: 0px 8px 10px #808080cc, -10px 8px 15px #80808080, 10px 8px 15px #9b878799 !important;
  height: auto !important;
  border-radius: 10px;
}

.ipad-menu .ebs-closebutton {
  display: block !important;
}

.ipad-menu .font-close-btn {
  font-size: 22px !important;
}

.ipad-menu .collapse:not(.show) {
  display: none !important;
}

.ipad-menu #closeHamburger {
  padding-right: 8px;
}

.ipad-menu .form-group-close {
  text-align: right;
}

.ipad-menu .menuBgMobile {
  background-color: var(--ebs-sub-menu-color) !important;
}

.ipad-menu #navbarCollapse.ebs-collapse {
  height: auto !important;
  display: inline-block;
}

.ipad-menu .ebs-nav-item {
  padding: 0px !important;
  margin-left: .2rem !important;
  margin-right: .5rem !important;
  border-bottom: 1px solid #cacaca !important;
  line-height: 1.2rem;
  min-width: 165px;
}

.ipad-menu .ebs-menu-chevron {
  margin-right: .6rem;
  display: none !important;
  float: left;
}

.ipad-menu.navbar-expand-md .navbar-nav {
  display: block !important;
}

.ipad-menu .ebs-top-node-link {
  width: 82% !important;
  display: inline-flex;
}

.ipad-menu.navbar-expand-md .navbar-nav .dropdown-menu {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  position: static !important;
}

/*.ipad-menu li > ul > li > .breadcrumb-link {
    font-size: 12px !important;
    line-height: 1.1rem !important;
  }*/

.ipad-menu .ebs-main-dropdown {
  min-width: 100% !important;
}

.ipad-menu .divHamButton {
  text-align: right;
  width: 100%;
}

.ipad-menu .helpIconTxtIndent {
  display: none !important;
}

#dvMenu.ipad-menu #popoverHelp {
  position: absolute;
  z-index: 2;
  right: 59px;
  top: 23px;
}

#dvMenu.ipad-menu #popoverHelp {
  display: block !important;
}

.ipad-menu #Menu1_oh_Menu_div .ebs-menu-open-link {
  display: inline-block !important;
}

.ipad-menu #Menu1_oh_Menu_div .dropdown-menu li > a {
  white-space: initial;
}
/* ----------- iPad Pro Landscape CSS End ----------- */
