@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

img {
  max-width: 100%;
}

.epbmain a {
  color: #1C5157;
  outline: none;
}

  .epbmain a:focus, .epbmain a:hover {
    color: #f99132; /*1a8cd8*/
    text-decoration: none;
    outline: none;
  }

  .epbmain a.btn:focus, .epbmain a.btn:hover {
    color: #fff;
  }

.btn i {
  margin-right: 5px;
}

.epbmain a:hover {
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}

.epbmain {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 15px;
  letter-spacing: 0.25px;
  padding: 25px 0 35px !important;
}

  .epbmain .navbar-default {
    background: #e6e6e6;
  }

  .epbmain h1 {
    font-size: 28px;
    font-weight: 600;
    border-bottom: 1px solid #dadada;
    padding: 0 0 8px;
    margin-top: 0;
    margin-bottom: 24px;
    letter-spacing: 0;
    color: #333;
  }

  .epbmain h2 {
    color: #333;
    letter-spacing: 0;
    font-size: 24px;
  }

  .epbmain h3 {
    color: #1C5157;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 600;
  }

    .epbmain h3.greentitle {
      color: #fff;
      background: #1C5157;
      padding: 10px 16px 12px;
      font-size: 16px;
    }

  .epbmain h4 {
    color: #1C5157;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
  }

  .epbmain .ehs_textrow h4 {
    margin-top: 0;
  }

  .epbmain p {
    font-size: 15px;
    margin-bottom: 13px;
  }

  .epbmain .navbar {
    border: 0;
  }

  .epbmain .navbar-nav {
    margin: 0;
  }

    .epbmain .navbar-nav > li > a {
      padding-left: 15px;
      padding-right: 15px;
      border-right: 1px solid #ccc;
      color: #333;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background: #1C5157;
  color: #fff;
  font-weight: 600;
}

.ehspadbott {
  padding-bottom: 15px;
}

.ehs_textbox {
  padding: 0 0 5px;
}

  .ehs_textbox label {
    display: block;
    padding-top: 5px;
    font-weight: 600;
  }

  .ehs_textbox input, .ehstextbox {
    border: 1px solid #dfdfdf;
    color: #666;
    width: 95%;
    padding: 5px 8px 6px;
  }

.ehs_listbox {
  background: #f8f8f8;
  padding: 1px 20px 18px;
  margin-bottom: 10px;
}

.ehs_addlist {
  margin: 0;
  padding: 8px 0 0 0;
  list-style: none;
}

.ehslistli {
  margin-bottom: 7px;
  background: #fff;
  padding: 7px 12px 7px 34px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

  .ehslistli:after {
    border-bottom: 4px solid #ffa0a0;
    content: " ";
    height: 15px;
    left: 12px;
    overflow: hidden;
    position: absolute;
    top: 6px;
    width: 12px;
  }

.ehs_add {
  color: #1C5157;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding-top: 8px;
}

  .ehs_add i {
    background: #1C5157;
    display: inline-block;
    color: #fff;
    height: 26px;
    width: 26px;
    border-radius: 30px;
    color: #fff;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center;
    line-height: 26px;
    font-size: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-left: 5px;
  }

.ehs_textrows .ehs_textrow {
  padding: 15px 16px;
  border-bottom: 1px solid #ddd;
  background: #f8f8f8;
}

.ehs_textrows > div:nth-child(2n+1) {
  background: #fff;
}

.ehs_textrows select, .ehsselect {
  padding: 4px 6px;
  color: #666;
  border: 1px solid #dfdfdf;
  min-width: 200px;
  vertical-align: middle;
  width: 200px;
}

.ehs_btns {
  text-align: center;
  padding-top: 25px;
}

  .ehs_btns button {
    margin: 0 5px;
  }

.epbmain .btn {
  padding: 6px 16px;
  font-weight: 600;
  letter-spacing: 0;
  vertical-align: middle;
}

.epbmain .btn-success {
  background: #1C5157;
  border: 1px solid #487a6e;
  color: #fff;
}

  .epbmain .btn-success:hover {
    background: #487a6e;
    color: #fff;
  }

.epbmain .btn-primary {
  background: #f99132;
  border: 1px solid #df8122;
}

  .epbmain .btn-primary:hover {
    background: #df8122;
  }

.radiobar label {
  font-weight: normal;
  padding-right: 20px;
}

.selectbar1 {
  padding: 20px 0;
}

.ehslabelscoll label {
  display: block;
  padding-bottom: 5px;
  font-weight: normal;
}

.ehslabelscoll input {
  margin-right: 3px;
}

.ehsdash11 {
  padding-right: 25px;
}

  .ehsdash11 a {
    background: #1C5157;
    display: block;
    margin: 0 0 5px;
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
  }

    .ehsdash11 a:hover {
      color: #fff;
      opacity: 0.8;
    }

    .ehsdash11 a strong {
      background: #fff;
      padding: 0;
      color: #333;
      display: inline-block;
      border-radius: 30px;
      height: 30px;
      line-height: 30px;
      width: 40px;
      text-align: center;
      margin-right: 10px;
      vertical-align: middle;
    }

.ehsdash12 {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 25px;
  min-height: 195px;
}

  .ehsdash12 div {
    padding-bottom: 15px;
  }

.ehsdash13 {
  padding-left: 25px;
}

  .ehsdash13 ul {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
  }

    .ehsdash13 ul li {
      padding-bottom: 4px;
    }

.greencolor_ehs {
  font-weight: bold;
  color: #1C5157;
}

.yellowcolor_ehs {
  font-weight: bold;
  color: #f59114;
}

.ehsdash22 {
  text-align: center;
}

.graytext_ehs {
  color: #333;
  display: block;
  background: #f9f9f9;
  text-align: center;
  padding: 3px 0 5px;
  font-weight: normal;
  border-radius: 4px;
  margin-top: 10px;
}

.orgbtn {
  background: #f99132;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 5px;
  display: inline-block;
}

  .orgbtn:hover {
    background: #df8122;
    text-decoration: none;
  }

.ehsdash22 .orgbtn {
  margin-top: -5px;
  position: relative;
  z-index: 9;
}

.epbmain .form-control {
  display: inline-block;
}

.ehs_title1 {
  float: left;
  width: 100%;
  padding: 30px 0 20px;
}

  .ehs_title1 h3 {
    float: left;
    margin: 6px 0 0 0;
  }

  .ehs_title1 .btn {
    float: right;
  }

.ehs_table {
  clear: both;
  padding: 10px;
  background: #f9f9f9;
}

  .ehs_table .ehs_tablescroll {
    height: 215px;
    overflow: auto;
  }

  .ehs_table .ehs_tablescroll2 {
    height: 335px;
    overflow: auto;
  }

  .ehs_table .ehs_tablescroll3 {
    height: 432px;
    overflow: auto;
  }

  .ehs_table table {
    width: 100%;
    margin-bottom: 0;
  }

    .ehs_table table tr:nth-child(2n+1) td {
      background: #f9f9f9;
    }

  .ehs_table th {
    background: #1C5157;
    color: #fff;
    border-right: 0 solid #487a6e;
    padding: 8px 15px;
    font-size: 14px;
  }

  .ehs_table td {
    background: #fff;
    border-right: 0 solid #ececec;
    padding: 8px 15px;
    font-size: 14px;
    vertical-align: top;
  }

  .ehs_table th {
    padding: 8px 8px;
    font-size: 13px;
    line-height: 1.15em;
  }

  .ehs_table td {
    padding: 8px 8px;
    font-size: 13px;
  }

    .ehs_table td a {
      text-decoration: underline;
    }

      .ehs_table td a:hover {
        text-decoration: none;
      }

    .ehs_table td .dropdown-menu a {
      font-size: 12px;
      padding: 3px 0 3px 10px;
      text-decoration: none;
    }

.ehs_tablescroll3 {
  overflow: auto;
}

  .ehs_tablescroll3 table {
    min-width: 1083px;
  }

.dropdown-menu {
  min-width: 100px;
}

.ehs_moredots {
  background: url(../images/moredots.png) no-repeat center;
  display: inline-block;
  width: 12px;
  height: 20px;
  cursor: pointer;
}

.ehs_morebox {
  position: relative;
}

  .ehs_morebox .dropdown-menu {
    right: 0;
    left: auto;
  }

.steps {
  padding-bottom: 15px;
  padding-top: 15px;
  float: left;
  width: 100%;
}

.fclear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.steps a {
  width: 19%;
  float: left;
}

.ehswi100 {
  width: 100%;
}

.ehscheckall {
  padding: 15px 30px 0;
  background: #f9f9f9;
  display: block;
  margin: 0 !important;
}

  .ehscheckall input {
    margin-right: 6px;
  }

.ehscheckbox {
  padding: 15px;
  background: #f9f9f9;
}

.ehscheckbox_sub {
  padding: 5px 15px;
  background: #fff;
}

  .ehscheckbox_sub label {
    display: inline-block;
    width: 212px;
    margin: 0;
    padding: 5px 10px 5px 0;
    font-weight: normal;
  }

  .ehscheckbox_sub input {
    vertical-align: middle;
    margin: 0 6px 0 0;
  }

h2.pagetitleehs {
  font-size: 26px;
  font-weight: 600;
  color: #1C5157;
  margin: 0 0 5px;
}

.colorehsgry {
  color: #333 !important;
}

p.radiobar {
  margin-bottom: 0px;
}

.ehsfiller {
  color: #ccc;
  padding-top: 7px;
  padding-right: 0;
  width: auto;
}

  .ehsfiller span {
    color: #333;
    font-weight: bold;
    margin-right: 5px;
  }

  .ehsfiller,
  .ehsfiller a {
    font-size: 13px;
    letter-spacing: -0.6px;
  }

.ehsfiller_right1 {
  text-align: right;
  font-size: 13px;
  width: auto;
  padding-left: 0;
  float: right;
}

  .ehsfiller_right1 input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
  }

.staric {
  background: url(../images/stars.png) no-repeat;
  background-size: 20px;
  width: 20px;
  display: inline-block;
}

.wism1 {
  min-width: 50px;
  width: 66px;
  font-size: 14px;
  margin-left: 10px;
}

.wism2 {
  min-width: 50px;
  width: 94px;
  font-size: 14px;
}

.wism3 {
  min-width: 110px;
  width: 140px;
  font-size: 14px;
  margin-right: 10px;
}

.topmarehs {
  margin-top: 10px;
}

.ehs_btn1 {
  padding-top: 10px;
  padding-bottom: 15px;
}

.ehs_btn2 {
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: right;
}

.ehs_btn3 {
  text-align: center;
  padding-top: 20px;
}

.headertemp {
  background: url(../images/temp-1bg.png) repeat-x;
  text-align: center;
}

.footertemp {
  background: #2b2b2b;
  text-align: center;
}

.headertemp2 {
  display: none;
}

.epbmain .modal-dialog {
  margin: 30px auto;
  max-width: 700px;
  width: 100%;
}

.epbmain .modal-footer {
  text-align: center;
}

.box3 {
  text-align: center;
}

  .box3 .ehstextbox, .box3 .ehsselect {
    width: 158px;
    min-width: 150px;
  }

.box3_1 {
  display: inline-block;
  padding-bottom: 10px;
  vertical-align: middle;
  margin-right: 14px;
}

  .box3_1 > label {
    display: inline-block;
    vertical-align: middle;
  }

.list-group-sortable-handles {
  margin: 0;
  padding: 0;
  list-style: none;
}

  .list-group-sortable-handles li {
    background: #f3f3f3;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 10px 55px 10px 15px;
    position: relative;
  }

    .list-group-sortable-handles li > span.glyphicon {
      background: url(../images/cursor-move.png) no-repeat center;
      width: 44px;
      background-size: 21px;
      height: 43px;
      display: block;
      cursor: move;
      position: absolute;
      right: 0;
      padding: 0;
      margin: 0;
      top: 0;
    }

.glyphicon-move::before,
.glyphicon-move:before {
  content: " ";
}

.btns_left select {
  margin-right: 5px;
}

.btns_right {
  text-align: right;
}

.borderbox {
  border: 1px solid #ccc;
  padding: 20px;
}

.leftpanel_ehs {
  float: left;
  width: 260px;
  margin-right: 20px;
}

.rightpanel_ehs {
  overflow: hidden;
  border-left: 1px solid #ccc;
  padding-left: 20px;
}

.rightpanel_ehsbx1 h3 {
  margin-top: 0;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 13px;
  margin-bottom: 16px;
}

.leftpanel_ehs .ehstextbox,
.rightpanel_ehsbx2 .ehstextbox {
  width: 100%;
  margin: 0;
}

.leftpanel_ehs ul {
  max-height: 530px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
  background: #f6f6f6;
  padding-bottom: 10px;
}

  .leftpanel_ehs ul li {
    display: block;
    background: #fff;
    margin: 8px 8px 0 8px;
  }

    .leftpanel_ehs ul li a {
      display: block;
      padding: 7px 15px;
      position: relative;
    }

      .leftpanel_ehs ul li a .ehsspan_org {
        display: inline-block;
        background: #f99132;
        color: #fff;
        padding: 0 6px;
        margin-left: 6px;
      }

.rightpanel_ehs .ehs_btn3 {
  text-align: right;
  padding-bottom: 0px;
  padding-top: 15px;
}

.rightpanel_ehsbx1_sub {
  padding: 10px 15px 1px;
  background: #fff;
  height: 513px;
  overflow-y: scroll;
  border: 1px solid #ccc;
}

.rightpanel_ehsbx2 {
  background: #fff;
  padding: 15px 12px;
}

  .rightpanel_ehsbx2 textarea {
    height: 170px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
  }

.leftpanel_ehs .ehstextbox {
  background: #1C5157;
  padding: 15px;
  color: #FFF;
  border: 0;
}

.epbmain a.redcol {
  color: #cc0000;
}

  .epbmain a.redcol:hover {
    color: #f99132;
  }

.ehstop {
  padding-top: 10px;
}

.ehsnotop {
  margin-top: 15px;
}

.btns_left01 > div > input {
  width: 83% !important;
}

.btns_left01 > div {
  padding-bottom: 4px;
}

.btns_left01 > label {
  font-weight: normal;
  font-size: 13px;
  padding-right: 6px;
  padding-top: 4px;
  display: inline-block;
}

  .btns_left01 > label input {
    vertical-align: top;
  }

.btns_right01 {
  padding-left: 0;
}

.btns_right01s {
  float: left;
  width: 33.3%;
  padding-right: 1.3%;
}

  .btns_right01s > input {
    float: left;
    width: 98%;
    font-size: 14px;
    padding: 5px 6px 5px;
  }

.meptoprow .btns_left {
  width: 296px;
  float: left;
  padding-left: 15px;
}

.meptoprow .btns_right {
  overflow: hidden;
  padding-right: 15px;
}

.meptoprow2mn .ehsnotop {
  width: 318px;
  float: left;
}

.meptoprow2 {
  overflow: hidden;
  padding: 5px 5px 5px 5px;
  background: #f6f6f6;
  position: relative;
  margin: 8px 0 9px;
  color: #cc0000;
}

  .meptoprow2 a {
    color: #cc0000;
    text-decoration: underline;
  }

    .meptoprow2 a:hover {
      color: #cc0000;
      text-decoration: none;
    }

.ehsspan_red {
  background: #cc0000;
  color: #fff;
  display: inline-block;
  margin-right: 4px;
  padding: 0;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
}

.textright {
  text-align: right;
}

.ehstop {
  padding-bottom: 12px;
}

.ehsdoc1 {
  padding: 15px 0 5px;
}

  .ehsdoc1 .btns_left01 {
    width: 47.5%;
    float: left;
  }

    .ehsdoc1 .btns_left01 input {
      width: 100%;
    }

  .ehsdoc1 .btns_right01 {
    float: right;
    width: auto;
  }

  .ehsdoc1 .btns_right02s {
    width: auto;
    float: right;
  }

    .ehsdoc1 .btns_right02s label {
      float: left;
      padding: 4px 10px 0 0;
    }

    .ehsdoc1 .btns_right02s input {
      float: right;
      font-size: 13px;
      padding: 6px 6px;
      width: 110px;
    }

  .ehsdoc1 .btns_right03s {
    width: auto;
    float: right;
  }

.ehsdoc2 .ehsfiller {
  float: left;
  width: auto;
}

.ehsdoc2 .ehsfiller_right1 {
  float: right;
  width: auto;
  padding-top: 6px;
}

  .ehsdoc2 .ehsfiller_right1 label {
    font-weight: normal;
  }

.ehspoprow1 {
  padding-top: 15px;
}

.ehspoprow1_lt .ehstextbox {
  width: 100%;
  height: 90px;
  margin-bottom: 8px;
}

.ehspoprow1_rt .btn {
  margin-left: 3px;
}

.modal-header {
  text-align: left;
  color: #fff;
  background: #1C5157;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0;
  padding: 13px 18px;
}

.modal-body .meptoprow2 {
  text-align: left;
  font-size: 14px;
  margin-top: 0;
  overflow: inherit;
}

.ehspoprow2 {
  text-align: left;
  padding-bottom: 10px;
  padding-left: 5px;
}

  .ehspoprow2 input {
    margin-left: 3px;
  }

.modal-footer {
  background: #f7f7f7;
}

.tooltipmn {
  position: relative;
  display: inline-block;
}

a.tooltipmn {
  color: #f99132;
}

.tooltipmn span {
  position: absolute;
  top: 24px;
  width: 110px;
  color: #fff;
  padding: 6px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
  left: 50%;
  line-height: 1.25em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin-left: -65px;
  display: none;
  z-index: 999;
}

.tooltipmn:hover span {
  display: block;
}

.tooltipmn span i {
  position: absolute;
  top: -9px;
  width: 12px;
  height: 9px;
  overflow: hidden;
  background: url(../images/tooltip-arrow.png) no-repeat;
  left: 50%;
  margin-left: -6px;
}

#accordion {
  margin-top: 20px;
}

.panel-heading a.collapsed {
  display: block;
  background: url(../images/uparrow.png) no-repeat right;
}

.panel-heading a {
  display: block;
  background: url(../images/downarrow.png) no-repeat right;
  color: #1C5157 !important;
}

.preftxt1 .ehstextbox, .preftxt2 .ehstextbox {
  width: 100%;
}

.preftxt2 {
  padding-top: 15px;
}

.ehs_listbox2 {
  padding: 0;
  background: none;
}

  .ehs_listbox2 .ehslistli {
    background: #f8f8f8;
    width: 33%;
    display: inline-block;
    vertical-align: top;
  }

.panel-group {
  margin-bottom: 10px;
}

  .panel-group .selectbar1 {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 15px;
  }

    .panel-group .selectbar1 .col-sm-9 {
      padding-top: 6px;
    }

.btns_left2mn label {
  display: block;
}

.btns_right2mn {
  float: right;
  width: auto;
  padding-top: 25px;
}

.btns_right2 {
  background: #e6e6e6;
  padding: 10px 10px 10px 15px;
}

.btns_left2 {
  background: #e6e6e6;
  padding: 10px 0 10px 10px;
}

  .btns_left2 select {
    width: 62% !important;
    min-width: inherit;
  }

  .btns_left2 .btn {
    width: 30%;
    padding-left: 0;
    padding-right: 0;
  }

.btns_left3 {
  float: left;
  width: auto;
  padding-top: 26px;
}

.input-group-addon.dragdrop-handle.ui-sortable-handle {
  background: none;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 35px;
  padding: 0;
  cursor: pointer;
}
/*.sort-item {
    background: #f3f3f3 url(../images/cursor-move.png) no-repeat right; background-size:auto 20px; cursor:move;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 10px 55px 10px 15px;
    position: relative;
}*/
.sort-item {
  cursor: move;
  padding: 0;
  position: relative;
}

.ui-state-highlight {
  padding: 0;
  height: 35px;
  background: #fffeb4 !important;
}

.editor_txt {
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  height: 340px;
  overflow-y: scroll;
  padding: 3px 10px;
  background: #fff;
}

.bot01 {
  padding-bottom: 15px
}

.temptop {
  margin-top: -60px;
  position: relative;
}

.duehsbox > div {
  border-bottom: 1px solid #ccc;
  padding: 15px 15px 20px;
  background: #f8f8f8;
}

  .duehsbox > div:nth-child(2n+1) {
    background: #fff;
  }

  .duehsbox > div a {
    text-decoration: underline;
  }

  .duehsbox > div p {
    margin: 10px 0;
  }

  .duehsbox > div span, .duehsbox > div em {
    color: #868686;
    font-size: 13.5px;
  }

  .duehsbox > div a:hover {
    text-decoration: none;
  }

.tempbg {
  background: url(../images/temp-bg.jpg) no-repeat center top;
  min-height: 600px;
}


.tabsmn {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.tabs {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

  .tabs div {
    width: 25%;
    text-align: center;
    background: #f7f7f7;
    color: #333;
    float: left;
    font-weight: 700;
  }

    .tabs div label {
      border-right: 1px solid #ccc;
      display: block;
      padding: 10px 0 11px;
      margin-bottom: 0;
    }

    .tabs div:last-child label {
      border-right: 0;
    }

    .tabs div.active {
      background: #1C5157;
      color: #fff;
    }

    .tabs div span {
      background: #b1b1b1;
      display: inline-block;
      font-size: 18px;
      color: #fff;
      height: 30px;
      width: 30px;
      line-height: 30px;
      border-radius: 30px;
      margin-right: 5px;
    }

    .tabs div.active span {
      background: #fff;
      color: #1C5157;
    }

.padmore {
  padding: 25px 40px;
  min-height: 150px;
}

  .padmore label {
    display: block;
    padding-bottom: 5px;
    position: relative;
    padding-left: 22px;
    font-weight: normal;
  }

    .padmore label input {
      position: absolute;
      left: 0;
      top: 2px;
    }

.btn-center {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #ccc;
}

  .btn-center .bluebtn {
    min-width: 100px;
    padding: 6px 0;
    font-weight: 400;
    letter-spacing: 0.5px;
  }

.fadebg {
  background: url(../images/bottline.png) repeat-x bottom;
  height: 100px;
  margin-top: -100px;
  position: relative;
  float: left;
  width: 100%;
}

.tab_con .btn {
  padding: 10px 18px;
}

.frms {
  position: relative;
  width: 100%;
  padding: 25px 0 25px;
  background: url(../images/downarrow.jpg) no-repeat right;
  vertical-align: middle;
  margin: 0 auto;
}

  .frms select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid #e6e6e6;
    height: 44px;
    width: 100%;
    margin: 0;
    padding: 0 0 0 10px;
    cursor: pointer;
    background: none;
    font-size: 15px;
    color: #333333;
    font-size: 16px;
  }

    .frms select::-ms-expand {
      display: none;
    }

.new_topic_search {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  float: left;
  margin: 0 0 15px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
}

.new_topic_search_lt {
  float: left;
}

  .new_topic_search_lt p {
    margin-bottom: 0;
  }

.new_topic_search_rt {
  float: right;
  padding-top: 12px;
}

.epbmain .container {
  position: relative;
}
/*.ehsmsgtxt
{	position:absolute; top:0; right:0; width:56%; padding:5px 10px; background:#FFC; border:1px solid #FC9; font-size:13px;
}*/
.ehsmsgtxt a {
  text-decoration: underline;
  color: #0000FF; /* #1a8cd8 */
}

.ehslabelscoll h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.topic_icons_mn {
  clear: both;
}

  .topic_icons_mn > span {
    float: left;
  }

  .topic_icons_mn > div {
    overflow: hidden;
  }

  .topic_icons_mn p {
    padding: 0px 5px 8px 0px;
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
  }

    .topic_icons_mn p a {
      font-size: 13px;
      color: #000;
    }

      .topic_icons_mn p a span {
        display: inline-block;
        border: 1px #d9d9d9 solid;
        border-right: 0;
        padding: 3px 7px;
      }

  .topic_icons_mn img {
    vertical-align: top;
  }

.white_btn {
  background: #fff;
  border: 1px #d8d8d8 solid;
  color: #333
}

.green_btn {
  background: #5cb85c;
  border: 1px #5cb85c solid;
  color: #fff
}

  .green_btn:hover {
    background: #c9302c;
    color: #fff;
    border: 1px #c9302c solid;
  }

.review_box_mn {
  background: #f5f5f5;
  padding: 10px 15px;
  float: left;
  width: 100%;
  margin: 0 0 30px 0
}

  .review_box_mn h3 {
    margin: 0;
    font-size: 18px;
    color: #333
  }

    .review_box_mn h3 a {
      float: right
    }

  .review_box_mn p {
    margin: 10px 0;
    font-size: 14px;
    color: #333
  }

    .review_box_mn p:last-child {
      margin: 0
    }

.review_box {
  width: 100%;
  float: left;
  background: #fff;
  border: 1px #cecece solid;
  padding: 10px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
}

.review_box_arrow {
  width: 300px;
  display: inline-block;
  float: left;
  margin: 0 20px 0 0;
}

.drop_arrow {
  margin: -7px 0 0 35px;
  float: left;
}

.bot_icon {
  float: left;
  width: 100%;
  margin: 15px 0 10px 20px;
  position: relative;
}

  .bot_icon img {
    background: url(../images/check-box.png) no-repeat center center #acd9e6;
    padding: 25px;
    border-radius: 50px;
    z-index: 999;
    border: 5px #fff solid;
  }

    .bot_icon img:hover, .bot_icon img.active {
      background: url(../images/check-box.png) no-repeat center center #5bc0de;
      padding: 25px;
      border-radius: 50px
    }

.bot_bdr_min {
  margin: -44px 0 0 25px !important
}

.bot_bdr {
  float: left;
  width: 100%;
  border-top: 1px #e0e0e0 solid;
  margin: -44px 0 0 0;
  z-index: 9
}

.popup_mn {
  max-width: 900px;
  margin: 0 auto;
}

.input_box {
  margin-bottom: 10px
}

  .input_box label {
    color: #777777;
    font-size: 13px;
  }

.epbmain .text-right {
  text-align: right !important
}

.headertext_mn {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-bottom: 15px #1C5157 solid;
  margin: 0 0 20px 0
}

.logo {
  float: left;
  width: auto;
  margin: 0 50px 0 15px
}

.header_text {
  float: left;
  width: auto;
  margin: 10px 0 0 0
}

  .header_text h1 {
    font-weight: bold;
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #1C5157
  }

  .header_text p {
    font-weight: bold;
    margin: 0 0 0 0;
    font-size: 14px;
    color: #252525;
    margin: 0
  }

.no_bg {
  background: none;
}

.creat_page_table {
  margin: 0 0 30px 0
}

  .creat_page_table td {
    font-size: 16px;
    font-weight: bold;
    color: #727272
  }

    .creat_page_table td small {
      font-size: 14px;
      font-weight: normal;
      color: #333333
    }

.finalize_page p:first-child {
  margin: 50px 0 30px 0
}

.btns_center {
  text-align: center
}

.finalize_plan_page p:first-child {
  margin: 50px 0 30px 0;
  text-align: center
}

.creat_a .btns_left01 {
  margin-top: 30px;
}

  .creat_a .btns_left01 > div > input {
    width: 100% !important;
  }

.creat_a .title {
  margin-top: 30px;
  margin-bottom: 15px;
}

.html-editor {
  margin: 30px 0 10px 0
}

  .html-editor img {
    width: 100%;
  }

.creat_a .ehsfiller a.active {
  color: #f99132
}

.pre_defined .top_mar {
  margin: 30px 0 0 0;
  clear: both;
}

.pagination a {
  padding: 10px 12px;
  border-right: 0;
  border: 1px #ccc solid;
}

  .pagination a:hover,
  .pagination a.active {
    background: #1C5157;
    color: #ffffff;
  }

@media screen and (max-width: 767px) {
  .ehsmsgtxt {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    padding: 5px 10px;
    background: #FFC;
    border: 1px solid #FC9;
    font-size: 13px;
  }

  .tabsmn {
    margin-top: 20px;
  }

  .header_banner_txt {
    position: relative;
  }

  .header_banner_title {
    margin: 0;
    text-align: center;
    background: #333;
    padding: 20px 10px;
  }

    .header_banner_title div {
      max-width: 100%;
    }

  .tabs div {
    width: 100%;
  }

    .tabs div label {
      text-align: left;
      border: 0
    }

    .tabs div span {
      text-align: center;
      margin: 0 15px
    }

  .padmore {
    padding: 20px
  }
}

@media screen and (min-width: 1150px) {
  .epbmain .container {
    width: 1150px;
  }

  .epbmain #CreateNew .modal-dialog {
    top: 50%;
    margin-top: -270px;
  }
}

@media screen and (max-width: 1149px) {
  .meptoprow2mn .ehsnotop {
    width: auto;
    margin-right: 15px;
  }

  .meptoprow .btns_left {
    width: 246px;
  }

  .ehsdoc1 .btns_left01 {
    width: 45.5%;
  }
}

@media screen and (max-width:1199px) {
  .ehsfiller_right1 {
    text-align: center;
    padding-top: 10px;
  }
}

@media screen and (max-width:999px) {
  .headertemp {
    background: url(../images/temp-2bg.png) repeat-x;
  }

  .headertemp1 {
    display: none;
  }

  .headertemp2 {
    display: block;
    margin: 0 auto;
    width: auto;
  }

  .ehs_table .ehs_tablescroll2 table {
    min-width: 1040px;
  }

  .ehs_listbox2 .ehslistli {
    width: 49%;
  }
}

@media screen and (max-width:991px) {
  .temptop {
    margin-top: 0px;
  }

  .btns_right01s {
    padding-top: 10px;
  }

  .btns_right01 {
    padding-left: 15px;
  }

  .meptoprow2mn .ehsnotop {
    width: auto;
    margin-right: 0;
    float: none;
  }

  .meptoprow2 {
    overflow: inherit;
  }

  .meptoprow .btns_left {
    width: 246px;
  }

  .meptoprow .btns_left {
    width: auto;
    float: none;
    padding-right: 15px;
    padding-bottom: 10px;
  }

  .meptoprow .btns_right {
    overflow: inherit;
    text-align: center;
    padding-left: 15px;
  }

  .btns_right .btn {
    margin: 3px 0;
  }

  .ehsdoc2 .ehsfiller_right1, .ehsdoc1 .btns_left01 {
    width: 100%;
  }

  .ehsdoc2 .ehsfiller {
    width: 100%;
    text-align: center;
  }

  .ehsdoc1 .btns_right01 {
    padding-top: 10px;
  }

  .ehsdoc2 .ehsfiller_right1 label {
    display: inline-block !important;
    margin-bottom: 0;
  }

  .btns_right2mn {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .btns_right01s {
    width: 100%;
    padding-right: 0;
  }

    .btns_right01s label {
      display: block;
    }

  .ehs_btn1 {
    float: left;
    width: auto;
  }

  .ehs_btn2 {
    float: right;
    width: auto;
  }

  .ehsdash11 {
    padding-right: 15px;
  }

  .ehsdash12 {
    padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 25px;
    border: 0;
  }

  .ehsdash13 {
    padding-left: 15px;
  }

  .steps a {
    overflow: hidden;
  }

    .steps a img {
      width: 180%;
      margin-left: -40%;
      max-width: 180%;
    }

  .wism3 {
    margin-right: 0;
  }

  .ehsfiller_right1 > label {
    text-align: center;
    display: block;
    padding: 5px 0;
  }

  .wism1 {
    margin-left: 0;
  }

  .btns_right input {
    margin-top: 8px;
  }

  .epbmain .btn {
    padding: 6px 12px;
  }

  .leftpanel_ehs {
    float: none;
    margin: 0;
    padding: 0 0 30px;
    width: auto;
  }

    .leftpanel_ehs ul {
      height: 300px;
    }

  .borderbox {
    padding: 10px;
  }

  .rightpanel_ehs {
    overflow: inherit;
    padding-left: 0;
    border: 0;
  }

  .btns_left, .btns_right {
    text-align: center;
  }

  .ehsfiller_right1 {
    width: 100%;
  }
}

@media screen and (max-width: 519px) {
  .steps a img {
    width: 220%;
    margin-left: -60%;
    max-width: 220%;
  }

  .ehsdoc1 .btns_right03s {
    padding-bottom: 10px;
  }
}

/*27-08-2018*/
.no_ic {
  width: 20px;
  display: inline-block;
}

.ehsspan_green {
  background: #7dc251;
  color: #000;
  display: inline-block;
  margin-right: 4px;
  padding: 0;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
}

.ehsspan_red, .ehsspan_org, .ehsspan_green {
  border-radius: 3px;
}



#side-panel-fixed {
  position: fixed;
  right: 0;
  top: 0;
  width: 329px;
  z-index: 999;
  margin-top: 0;
  height: 100%;
}

  #side-panel-fixed.active1 {
    margin-right: -329px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }

  #side-panel-fixed.none {
    margin-right: 0;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }

.link-open {
  cursor: pointer;
}

#side-panel-fixed .link-open {
  position: absolute;
  left: 0;
  width: 38px;
  margin-left: -38px;
  top: 50%;
  margin-top: -65px;
}

.slidePanel2 .link-open {
  top: 352px;
}

.slidePanel2.color4 .link-open {
  top: 389px;
}

.wrap-slide {
  height: 100%;
}

.sidebar1 {
  padding: 7px;
  margin-top: 8px;
  background: #01518c;
  height: 98%;
}

.slidePanel2 .sidebar1 {
  background: #e06b01;
}

.color3 .sidebar1 {
  background: #d80e0e;
}

.color4 .sidebar1 {
  background: #01518c;
}

.sidebar1_sub {
  background: #FFF;
  height: 100%;
  overflow: auto;
  padding: 0 11px;
}

  .sidebar1_sub img {
    vertical-align: middle;
  }

.forh2 h2 {
  font-weight: normal;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
}

.sidebar1_sub ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

.sidebar1_sub li {
  padding: 9px 0;
  border-bottom: 1px solid #d9d9d9;
}

  .sidebar1_sub li:last-child {
    border: 0;
  }

  .sidebar1_sub li a {
    font-size: 15px;
    color: #2b8dc9;
    text-decoration: underline;
    display: block;
    background: url(../images/arrow.png) no-repeat 0 8px;
    padding-left: 15px;
  }

    .sidebar1_sub li a:hover {
      color: #e06b01;
      text-decoration: none;
    }

.sidebar1_sub h2 {
  color: #000;
  font-size: 16px;
  margin: 10px 0 0;
  font-weight: normal;
}

  .sidebar1_sub h2 p {
    font-size: 14px;
    color: #666;
    padding: 3px 0 0 29px;
    margin: 0;
  }

.smbox {
  background: #cc0000;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 19px;
  padding-top: 4px;
  text-align: center;
  vertical-align: middle;
  width: 21px;
  padding-right: 1px;
  border-radius: 3px;
  font-family: Arial, Helvetica, sans-serif;
}

.greenc {
  background: #7dc251;
  color: #000;
}

.sidebar1_sub h2 span {
  margin-right: 4px;
}

.slidePanel2 .sidebar1_sub ul {
  padding: 0 0 0 10px;
}

.slidePanel4 .sidebar1_sub ul {
  padding: 0 0 0 10px;
}

.slidePanel2 .sidebar1_sub li {
  padding: 7px 0;
}

.slidePanel4 .sidebar1_sub li {
  padding: 7px 0;
}

.padbot {
  padding-bottom: 5px;
}

.labt2 {
  padding-bottom: 10px;
}

  .labt2 label {
    font-size: 15px;
    color: #333;
    display: inline-block;
    width: 260px;
  }

  .labt2 input {
    margin-right: 20px;
  }




.add_provision2-inner h1 {
  background: #1C5157;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 5px 0 7px;
  text-align: center;
  text-transform: none;
}

.twoboxtop {
  border-bottom: 1px solid #ccc;
  margin-bottom: 13px;
  padding: 10px;
  position: relative;
}

.button-blue, .button-gray, .button-creame, .buton-orange {
  font-family: Tahoma, Geneva, sans-serif;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 5px 20px;
  margin-bottom: 10px; /*new*/
  text-decoration: none !important;
  background: #1C5157;
  border: none;
  font-weight: 600;
  margin-right: 5px; /*new*/
  margin-left: 10px; /*new*/
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}

.fclear {
  clear: both;
  float: none;
}

.subtitle {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.popuppage {
  margin: 10px;
  padding: 10px 10px 20px;
  border: 1px solid #CCC;
}

  .popuppage .add_provision2-inner h1 {
    padding: 5px 0 7px;
  }

  .popuppage p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
  }

  .popuppage .re-order_btn_save {
    width: 100%;
  }

  .popuppage .sqAdd, .popuppage .sqRemove {
    vertical-align: middle;
  }

  .popuppage .profile_input_box_lt {
    margin-bottom: 0;
  }

  .popuppage .profile_input_boxmn {
    float: none;
    width: auto;
    padding: 12px 10px 0;
  }

  .popuppage .re-order_btn_save {
    margin-top: 0px;
  }

  .popuppage .borderbox /*15102018*/ {
    width: 100%;
    margin-top: 15px;
    padding: 12px 0 4px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px !important;
  }

  .popuppage select {
    color: #666;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #CCC;
    padding: 5px;
  }

.ffright {
  float: right;
  width: 130px;
}

.twoboxtop {
  border-bottom: 1px solid #ccc;
  margin-bottom: 13px;
  padding: 10px;
  position: relative;
}

.titles {
  float: left;
}

.closebtn {
  position: absolute;
  right: 0;
  top: 5px; /* top: 10px; */
}

.titlemidbox {
  width: 65%;
  float: right;
  padding-top: 14px;
}

.twobox {
  margin: 0 10px;
}

.twobox_lt {
  float: left;
  width: 49%;
  margin-right: 2%;
}

  .twobox_lt h2 {
    font-size: 18px;
    color: #333;
    margin: 0 0 5px;
  }

.sboxright {
  float: right;
}

.overflowbox {
  padding: 10px;
  border: 1px solid #CCC;
  height: 380px;
  overflow: auto;
  clear: both;
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

.sboxright label {
  margin-left: 10px;
}

.sboxright {
  float: right;
}

.popuppage .sqAdd,
.popuppage .sqRemove {
  vertical-align: middle;
}

.sqAdd {
  height: 15px;
  width: 15px;
  /* border: 1px solid #999; */
  background-color: #00FF00;
  display: inline-block;
}

.sqRemove {
  height: 15px;
  width: 15px;
  /* border: 1px solid #999; */
  background-color: #FEC8C8;
  display: inline-block;
}

.sqAddAuto {
  /* border: 1px solid #999; */
  background-color: #00FF00;
  display: inline-block;
}

.sqRemoveAuto {
  /* border: 1px solid #999; */
  background-color: #FEC8C8;
  display: inline-block;
}

.button-maroon {
  font-family: Tahoma, Geneva, sans-serif;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 5px 20px;
  text-decoration: none !important;
  background: #77051f;
  border: none;
  font-weight: 600;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}

.button-gray:hover {
  background: #104e7d;
}

.button-maroon:hover {
  background: #868686;
}

.h2inline {
  display: inline-block;
  margin: 0 0 9px !important;
}

.twobox_lt {
  margin-bottom: 10px;
}

.p {
  font-size: 13px;
  color: #000;
  line-height: 18px;
}

@media screen and (max-width: 768px) {
  .twobox_lt, .twobox_rt {
    width: 100%;
  }
}

/*Added by Hiren*/
.ehslocationli {
  margin-bottom: 7px;
  background: #fff;
  padding: 7px 12px 7px 0px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.ehs_listbox2 .ehslocationli {
  background: #f8f8f8;
  width: 33%;
  display: inline-block;
  vertical-align: top;
}

.screencenter {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.openmultiselect .cuppa-dropdown .selected-list {
  display: none !important;
}

.openmultiselect .cuppa-dropdown .dropdown-list {
  display: block !important;
}

  .openmultiselect .cuppa-dropdown .dropdown-list .arrow-up {
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
  }

.pagingnomargin .pagination {
  margin: 0px;
}

.leftpanel_ehs ul li.active {
  background: #1C5157;
  border: 1px solid #487a6e;
}

  .leftpanel_ehs ul li.active a {
    color: #fff !important;
  }

.epbmain a.active {
  color: #f99132; /*1a8cd8*/
  text-decoration: none;
  outline: none;
  font-weight: bold;
  font-size: 18px;
}

.pure-checkbox input[type="checkbox"]:checked + label:before {
  background: #1C5157 !important;
  color: #1C5157 !important;
  border: 0 !important;
}
.pure-checkbox input[type=checkbox]+label:before{
  background-color: #dee2e6;
    content: "";
    display: block;
    height: 1rem;
    left: 0;
    pointer-events: none;
    position: absolute;    
    width: 1rem;
    border-radius: 0.25rem;
}
.pure-checkbox input[type=checkbox]+label:after{
  left: 4px;
    width: 6px;
    height: 4px;
    background-color: transparent !important;
}
.pure-checkbox input[type="checkbox"] + label:before {
  border: 0 !important;
}

.selected-list .c-list .c-token {
  background: #1C5157 !important;
}

/*.rightpanel_ehs {
  padding-right: 20px;
}*/

.custom-checkbox .custom-control-input:checked ~ #lblchkall:before {
  background-color: #f99132;
}

.ui-progressbar.ui-progressbar-indeterminate {
  background: #b4d7b4 !important;
}

  .ui-progressbar.ui-progressbar-indeterminate .ui-progressbar-value {
    background-color: #449d44 !important;
  }

.tooltipmnPlan span {
  width: 160px !important;
  margin-left: -100px !important;
}

.ehs_textrows a.btn:focus, .ehs_textrows a.btn:hover {
  color: #f99132;
}


/*.green_btn:hover {
    background: #c9302c;
    color: #fff;
    border: 1px #c9302c solid;
  }*/
.red_btn {
  background: #c9302c;
  border: 1px #c9302c solid;
  color: #fff
}

  .red_btn:hover {
    background: #c9302c;
    border: 1px #c9302c solid;
    color: #fff
  }

.orange_btn {
  background: #f99132;
  border: 1px #f99132 solid;
  color: #fff
}

  .orange_btn:hover {
    background: #f99132;
    border: 1px #f99132 solid;
    color: #fff
  }

.bot_icon_green img {
  background: url(../images/check-box.png) no-repeat center center #008000;
}

  .bot_icon_green img:hover, .bot_icon_green img.active {
    background: url(../images/check-box.png) no-repeat center center #008000;
    padding: 25px;
    border-radius: 50px
  }

.bot_icon_red img {
  background: url(../images/check-box.png) no-repeat center center #FF0000;
}

  .bot_icon_red img:hover, .bot_icon_red img.active {
    background: url(../images/check-box.png) no-repeat center center #FF0000;
    padding: 25px;
    border-radius: 50px
  }

.ui-progress-spinner-circle {
  stroke: red;
  stroke-dasharray: 89, 200;
  stroke-dashoffset: -35px;
}

.ehscheckbox_sub label.custom-control-label {
  width: auto;
}

.epbmain .btnsmaller {
  padding: 0px 5px;
  margin-left: 5px;
  vertical-align: bottom;
}

.removepadding {
  padding-left: 0px;
  margin-left: -12px;
}

.btn_popup {
  margin-left: 28px;
}

.fr-box.fr-basic .fr-element {
  min-height: auto !important;
  overflow-x: initial !important;
}

.newtooltip {
  position: relative;
  display: inline-block;
}

  .newtooltip span {
    position: absolute;
    bottom: 25px;
    background: #000;
    padding: 4px 10px 5px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    left: 0;
    text-align: center;
    display: none;
  }

  .newtooltip:hover span {
    display: block;
  }

  .newtooltip span i {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    bottom: -8px;
    display: inline-block;
    height: 0;
    position: absolute;
    text-align: center;
    width: 0;
    left: 50%;
    margin-left: -4px;
  }

.rightpanel_ehsbx1_sub.ehsbxid01 table {
  width: 100%
}

.mainDivHeight {
  min-height: 600px;
}

.mainContainer1 {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  margin: -13px;
  box-shadow: 0px 1px 5px #959595;
  padding: 11px 10px 10px 10px;
  width: 341px;
  margin-left: 1px;
}

.container1 {
  display: block;
  position: relative;
  padding-left: 30px;
  /* margin-bottom: 12px; */
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  /* Hide the browser's default checkbox */
  .container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .container1 label {
    font-weight: normal;
  }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  background-color: #eee;
  border: 0 !important;
  border-radius: 0.25rem;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
  /* background-color: #ccc; */
}

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
  background-color: #1C5157;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
  display: block;
    left: 4px;
    width: 8px;
    height: 6px;
    top: 28%;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg) scale(1);
}

/* Style the checkmark/indicator */
.container1 .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mybtn {
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}

  .mybtn:hover {
    background-color: #2a6d2a !important;
    border-color: #2a6d2a !important;
  }

input::-ms-clear {
  display: none;
}

html {
  -ms-overflow-style: scrollbar !important;
}

/* html {
  overflow: -moz-scrollbars-vertical; 
  overflow-y: scroll;
}

body{
  background-color: yellow;
} */


ins.diffmod {
  background-color: #00FF00;
}

ins.diffins {
  background-color: #00FF00;
}

del.diffins {
  background-color: #FEC8C8;
}

del.diffmod {
  background-color: #FEC8C8;
}

del.diffdel {
  background-color: #FEC8C8;
}

mark {
  color: #000;
  background: #ff0 !important;
  padding: 0;
}

.sqMyCust {
  height: 15px;
  width: 15px;
  background-color: #ff0;
  display: inline-block;
}

.smallboxright {
  float: right;
  /*width: 50%;*/
  font-size: 14px;
  text-align: right;
}

  .smallboxright label {
    margin-left: 7px;
  }


.diffinsownchange {
  background: lightgray;
  text-decoration: underline;
  text-decoration-color: red;
}

.customheight {
  height: 40px;
}

.openmultiselect .dropdown-list {
  z-index: auto !important;
}

.ehs_textrows > li:nth-child(even) {
  background: #FFF
}

.ehs_textrows > li:nth-child(odd) .ehslistli {
  background: #FFF;
}

.requirederror {
  border: 1px solid #FF0000;
}

a.load-more-btn {
  width: 200px;
  line-height: 20px;
  border-radius: 2px;
  margin: 0 auto;
  display: block;
  background: #f99132;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.loadmoresec {
  background: #f6f6f6;
  padding-top: 5px;
}

  .loadmoresec a:hover {
    color: #fff;
  }
  
