@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

img {
    max-width: 100%;
}

.epbmain a {
    color: #588a7e;
    outline: none;
}

    .epbmain a:focus, .epbmain a:hover {
        color: #f99132; /*1a8cd8*/
        text-decoration: none;
        outline: none;
    }

    .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;
}

    .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: #588a7e;
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 600;
    }

        .epbmain h3.greentitle {
            color: #fff;
            background: #588a7e;
            padding: 10px 16px 12px;
            font-size: 16px;
        }

    .epbmain h4 {
        color: #588a7e;
        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: 25px;
            padding-right: 25px;
            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: #588a7e;
    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: #588a7e;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding-top: 8px;
}

    .ehs_add i {
        background: #588a7e;
        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: #588a7e;
    border: 1px solid #487a6e;
}

    .epbmain .btn-success:hover {
        background: #487a6e;
    }

.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: #588a7e;
        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: #588a7e;
}

.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: #588a7e;
        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: 33.33%;
    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: #588a7e;
    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 {
    height: 530px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
    background: #f6f6f6;
}

    .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: #588a7e;
    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: 50%;
        font-size: 13px;
        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 6px;
}

.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: #588a7e;
    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: #588a7e !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;
}

.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;
    }

.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;
    }

@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;
        }

        .btns_right01s > input {
            width: 47%;
            margin-right: 3%;
        }

    .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;
    }
}


/*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;
}