/*============== Load Fonts =============*/

@font-face {
    font-family: lato;
    src: url('../fonts/lato/Lato-Regular.ttf');
}

@font-face {
    font-family: oswald;
    src: url('../fonts/oswald/Oswald-Regular.ttf');
}

.lato {
    font-family: lato !important;
}

body,
html {
    padding: 0;
    font-family: lato;
    height: 100%;
    background: white;
}

i {
    cursor: pointer;
}

.bold {
    font-weight: bold;
    ;
}

.mobile-version {
    display: none;
}

.mobile-version .btn {
    font-size: 14px;
}

.mobile-version .btn-large {
    width: 75%;
}

.w-10 {
    width: 10% !important;
}

.w-25 {
    width: 25% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.w-85 {
    width: 85% !important;
}

.w-px-50 {
    width: 50px;
}

.w-px-70 {
    width: 70px;
}

.w-px-150 {
    width: 150px;
}

.w-px-200 {
    width: 200px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: oswald;
}

.row.row-large.padding-top-small .h3,
.row.row-large.padding-top-small h3 {
    font-size: 1.40rem;
    display: inline-block;
}

a {
    color: #045686;
    transition: all .2s ease-in-out;
}

.w-px-200 {
    width: 200px;
}

.assetnumber {
    margin-right: 5px;
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    margin-bottom: 1px;
    position: relative;
    color: white;
    border-radius: 5px;
}

.assetnumber .fa {
    position: absolute;
    top: 5px;
    right: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: oswald;
}

.ui-tabs-nav a,
.ui-table a {
    color: #045686 !important;
    transition: all .2s ease-in-out;
    font-size: 16px;
}

.incident_tool .ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active {
    background-color: #356579;
    border-bottom: none !important;
}

.incident_tool .ui-state-default.ui-corner-top {
    border: 1px solid white !important;
    margin-top: 10px !important;
}

.incident_tool .ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active:hover {
    background-color: #356579;
}

.incident_tool .ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active .fa {
    color: white !important;
}

.incident_tool .ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active a {
    cursor: pointer;
}

.table-bordered a:hover {
    color: #04304a !important;
}

.ui-table a.text-white {
    color: white !important;
}

.text-tiny {
    font-size: 10px;
}

.text-small {
    font-size: 14px;
}

.container-fluid {
    max-width: 1920px;
    margin: 0 auto !important;
    background: white;
    margin-right: 0;
    display: flex;
    /*overflow: hidden;*/
    min-height: 92%;
    height: auto !important;
    position: relative;
}

.sticky-container {
    animation: fadeIn .5s ease, margin-top .5s ease, margin-bottom .5s ease;
    transition: margin 700ms;
}

.tool,
.container-fluid.default,
.incident,
.safety_shop,
.multisite,
.incident_tool,
.loto,
.policies,
.sds_tool,
.jsa_tool,
.sanitation_tool,
.policies,
.data_entry,
.hr_tool,
.incentive_tool,
.create,
.permission,
.help_tools,
.audit_tool,
.action,
.moc,
.permit_tool,
.risk_assessment,
.confined_space,
.covid_screener {
    width: auto;
    font-size: inherit;
    margin: 0;
    padding: 0;
    align-content: flex-start;
}

.font-16 {
    font-size: 16px;
}

#sflogo {
    overflow: hidden;
    transition: 0.2s linear all;
}

.site-actions {
    transition: 0.2s linear all;
}

.bs-site-info {
    font-size: 14px;
    transition: 0.2s linear all;
}

.nav-mobile {
    display: none;
}

.nav-mobile .dropdown-menu li a,
.nav-mobile .dropdown-menu .dropdown a {
    color: black !important;
}

.nav-mobile .link-heading {
    width: 80%;
    display: inline-block;
}

.nav-mobile .link-icon {
    width: 20%;
    display: inline-block;
    text-align: right;
}

.nav-mobile .child-dropdown a::after,
.wrap-mobile-nav #navbarDropdown::after {
    content: none;
}

.child-dropdown .nth-child-dropdown .dropdown-menu {
    display: none;
}

.wrap-mobile-nav {
    position: absolute;
    left: -5%;
    width: 100%;
    background: #d9e0f8;
    display: none;
    z-index: 100;
    top: 50px;
}

.wrap-mobile-nav ul {
    list-style: none;
}

.wrap-mobile-nav ul li:nth-child( even) {
    background: #e0e3f0;
}

.wrap-mobile-nav ul li a,
.wrap-mobile-nav ul li span {
    color: black !important;
}

.wrap-mobile-nav ul li a:hover {
    color: snow;
}

.nav-mobile .trigger {
    margin-left: 0.5em !important;
}

.nav-mobile .trigger a {
    color: white;
    font-size: 1.5em;
    cursor: pointer;
}

.wrap-mobile-nav ul li .dropdown-menu {
    /*display: none;*/
    background: inherit;
    border: none;
    border-left: 3px solid #045686;
}

.navbar {
    background-color: #045686 !important;
    border-bottom: 3px solid #bfbebe;
    height: 50px;
}

.navbar .nav-item {
    margin: 0 0.5em;
}

.navbar .nav-item a {
    color: white;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.dropdown-menu {
    min-width: 15rem;
    padding-left: 1em;
    border-radius: 0;
    background-color: white;
    margin-top: -2px;
    border-left: 5px solid #045686;
    z-index: 200;
}

.dropdown-menu li a,
.dropdown-menu .dropdown a {
    color: gray !important;
}

#navbarDropdown {
    cursor: pointer;
    color: white;
    margin-top: -7px;
}

.cursor-pointer {
    cursor: pointer;
    color: #045686;
}

.nav-item.dropdown ul li,
.nav-item.dropdown ul li a {
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-decoration: none;
}

.dropdown-menu ul li a:hover {
    color: black !important;
}

.dropdown-menu .dropdown-toggle::after {
    content: "\25BA";
    border-top: 0;
    position: absolute;
    top: 0.5em;
}

.active-dropdown {
    position: absolute;
    display: block;
    left: 103%;
    top: -33%;
    width: auto !important;
    z-index: 5000;
}

.navbar-nav {
    margin: 0;
}

#right_nav {
    display: block;
}

#right_nav li {
    margin: 0;
    background: #356579;
    float: left;
    height: 100%;
}

#right_nav li a {
    width: 45px;
    text-align: center;
    display: inline-block;
    height: 100%;
}

#right_nav li:first-child {
    background: #253461;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

.row-large {
    padding: 0 5% !important;
}

.w-100 {
    /*bootstrap*/
    margin: 0;
}

div {
    padding: 0;
}

.breadCrumb {
    margin-top: 10px !important;
    width: 100% !important;
    padding-top: 5px !important;
    margin-bottom: 10px !important;
}

.breadCrumb ul {
    border-bottom: 1px solid silver;
}

.breadCrumb>div {
    width: 100% !important;
}

.padding-small {
    padding: 0.5em !important;
}

.padding-medium {
    padding: 1em !important;
}

.padding-large {
    padding: 1.5em !important;
}

.padding-top-tiny {
    padding-top: 0.1em !important;
}

.padding-top-small {
    padding-top: 0.5em !important;
}

.padding-top-medium {
    padding-top: 1em !important;
}

.padding-bottom-tiny {
    padding-bottom: 0.1em !important;
}

.padding-bottom-small {
    padding-bottom: 0.5em !important;
}

.margin-tiny {
    margin: 10px;
}

.margin-small {
    margin: 0.5em;
}

.margin-top-small {
    margin-top: 0.5em !important;
}

.margin-top-large {
    margin-top: 1.5em !important;
}

.margin-bottom-small {
    margin-bottom: 0.5em;
}

.table {
    width: 100% !important;
    margin-top: 0.5em;
}

.table-small {
    width: 98% !important;
    margin-top: 0.5em;
}

.table-small td,
.table-small th {
    padding: 0.5em;
}

tr.altcolor {
    background: white;
}

.btn {
    padding: 0.175rem 0.75rem;
}

.btn-large {
    width: 100%;
}

.btn-medium {
    width: 60% !important;
}

.btn-primary {
    background-color: #253461 !important;
    border-color: #253461 !important;
}

.btn-primary:hover {
    background-color: #384e92 !important;
    border-color: #384e92 !important;
}

.btn-secondary {
    background-color: #24AAA4;
    border-color: #24AAA4;
}

.btn-secondary:hover {
    background-color: #2ac6bf;
    border-color: #2ac6bf;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.5);
}

.shrink {
    transition: all .2s ease-in-out;
}

.shrink:hover {
    transform: scale(0.7);
}

.wrap-download-csv {
    display: none;
}

.hidden {
    display: none;
}

#footer {
    background-color: #dee2e6;
    height: 5%;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

#footer ul li {
    display: inline-block;
}

.minHeight {
    min-height: 10%;
}

.divider {
    padding: 0 0.5em;
    color: #045686;
}

.table td,
.table th {
    vertical-align: middle;
    position: relative;
}

.blockUI.blockMsg {
    border-top: none !important;
    padding: 1.5em 0.5em !important;
    box-shadow: 1px 1px 20px black;
    border-radius: 5px;
    border-left: 10px solid #253461 !important;
    border-bottom: none !important;
    min-width: 30%;
    max-width: 70%;
    width: auto !important;
    top: 10px !important;
    bottom: 10px !important;
}

#add_msds_display tr.selected,
#add_policies_display tr.selected {
    color: #dc3545;
}

.blockUI b {
    font-size: 14px;
    margin-bottom: 5px !important;
    display: block;
}

.blockUI h1 {
    padding-bottom: 10px;
    margin-bottom: 1.5em;
}

.borderless td,
.borderless th {
    border: none;
}

.close,
.close:hover {
    opacity: 1;
}

.divider-small,
.divider-tiny {
    width: 100%;
    height: 40px;
    display: block;
}

.border-bottom {
    border-bottom: 1px solid black;
}

.divider-tiny {
    height: 10px;
}

.divider-tiny-s {
    height: 5px;
}

.editcatnameicon {
    position: relative;
    top: -2px;
    left: 15px;
    display: inline-block;
    float: none !important;
}

table a:hover {
    text-decoration: none;
}

#editcatnameform {
    display: inline-block;
    margin-top: 10px;
}

.seperator-small {
    display: inline-block;
    width: 25px;
    height: 10px;
}

#daily_interval,
#weekly_interval,
#monthly_specificdayofmonth_interval,
#yearly_interval {
    display: inline-block;
    width: 65px !important;
    text-align: center;
    padding: .155rem .1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.moduleediticon,
.edit_comment {
    position: absolute;
    top: 10px;
    right: 25px;
}

.top-right-tiny {
    position: absolute;
    top: 5px;
    right: 5px;
}

.form-control.inline {
    display: inline-block;
}

.form-control-mini {
    width: 25%;
}

.alphasearch {
    margin-right: 5px;
}

.msds_searchbuttons,
.policies_searchbuttons,
.integrate_employee_searchbuttons,
.modules_searchbuttons,
.equipment_searchbuttons,
.integrate_loto_searchbuttons {
    margin-bottom: 5px;
}

.cursor {
    cursor: pointer;
}

.menu-divider {
    float: left;
    padding: 0.2em 5em;
}

.menu-divider ul li {
    list-style: none;
    font-size: 14px;
}

.accordion .accordion-data {
    display: none;
    margin-top: 30px;
}

.accordion .accordion-action {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.blockUI.blockMsg.element-90 {
    width: 90% !important;
}

.table-grid tr td {
    /*float: left;*/
    width: 100%;
}

#employeevalidatedisplay .empvalcontainer {
    padding: 0.5em;
}

#trainingcategoryediticon,
#traininggroupediticon {
    display: block;
    position: relative;
    text-align: right;
    margin-bottom: 20px;
    right: 1em;
}

#attachmaterialdiv .btn {
    width: 90% !important;
}

#frm_emp_management select {
    width: 100%;
}

#frm_emp_management .row.col-md-12 {
    margin-top: 10px;
}

#frm_emp_management .checkbox {
    float: left;
    margin-right: 10px;
}

.btn-pagging {
    border: 1px solid silver;
}

tr.selected {
    background-color: #17a2b8 !important;
    color: white !important;
    font-weight: bold;
}

.quiz-actions {
    text-align: right;
}

.quiz-actions a {
    margin: 0 5px;
}

.downarrow,
.uparrow {
    padding: 0 2px;
}

.margin-auto {
    margin: 0 auto;
}

.mobile-divider-small {
    display: none;
}

.multisite .navbar {
    height: 0px;
}

table.input {
    border: 1px solid silver;
    box-shadow: 2px 2px 15px silver;
}

div.input,
table.datatable td,
table.input th {
    letter-spacing: 2px;
    background: #045686;
    color: white !important;
    border: none;
    border-bottom: 1px solid silver;
    padding-bottom: 0.5em;
}

hr {
    color: silver;
    background-color: silver;
}

.page-login td {
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.page-login .btn {
    font-size: 0.8em;
}

.page-login {
    padding-top: 3%;
}

.page-login table {
    width: 350px;
}

.login-page .navbar {
    height: 0px;
}

.login-table th {
    background-color: #045686;
    color: white !important;
}

.login-page b {
    font-size: 14px;
    font-weight: normal;
}

.login-page b a {
    font-weight: bold;
}

.login-page table.input {
    border: none;
}

.wrap-login-header .img-fluid {
    width: 70%;
    margin: 1em 0;
}

.wrap-login-header h1 {
    border: none;
    margin: 0.4em 0;
    font-size: 2.5em;
    font-family: 'lato';
}

.login-page .container-fluid {
    min-height: auto;
}

.login-page .jumbotron {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.login-page #content {
    min-height: auto;
}

.login-page #footer {
    position: relative;
    bottom: 0;
}

.page-login .login-left,
.page-login .login-right {
    width: 50%;
    display: inline-block;
    position: relative;
}

.page-login .login-left {
    border-right: 1px solid silver;
}

.info-seperator {
    position: absolute;
    right: -6%;
    top: 30%;
    font-size: 2em;
    background: white;
    color: #045686;
    padding: 0.5em;
    border-radius: 100%;
    box-shadow: 1px 1px 15px silver;
    font-family: lato;
}

.td-padding-small td {
    padding: 0.5em !important;
}

.multisite .navbar {
    height: 0px;
}

table.input.login-table {
    display: block;
}

table.input {
    border: 1px solid silver;
    -webkit-box-shadow: 2px 2px 15px silver;
    -moz-box-shadow: 2px 2px 15px silver;
    box-shadow: 2px 2px 15px silver;
}

div.input,
table.datatable td,
table.input th {
    letter-spacing: 2px;
    background: #045686;
    color: white !important;
    border: none;
    border-bottom: 1px solid silver;
    padding-bottom: 0.5em;
}

hr {
    color: silver;
    background-color: silver;
}

.page-login td {
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.page-login .btn {
    font-size: 0.8em;
}

.page-login {
    padding-top: 3%;
}

.page-login table {
    width: 350px;
}

.login-page .navbar {
    height: 0px;
}

.login-table th {
    background-color: #045686;
    color: white !important;
}

.login-page b {
    font-size: 14px;
    font-weight: normal;
}

.login-page b a {
    font-weight: bold;
}

.login-page table.input {
    border: none;
}

.wrap-login-header .img-fluid {
    width: 70%;
    margin: 1em 0;
}

.wrap-login-header h1 {
    border: none;
    margin: 0.4em 0;
    font-size: 2.5em;
    font-family: 'lato';
}

.login-page .container-fluid {
    min-height: auto;
}

.login-page .jumbotron {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.login-page #content {
    min-height: auto;
}

.login-page #footer {
    position: relative;
    bottom: 0;
}

.page-login .login-left,
.page-login .login-right {
    width: 50%;
    display: inline-block;
    position: relative;
}

.page-login .login-left {
    border-right: 1px solid silver;
}

.info-seperator {
    position: absolute;
    right: -6%;
    top: 30%;
    font-size: 2em;
    background: white;
    color: #045686;
    padding: 0.5em;
    border-radius: 100%;
    box-shadow: 1px 1px 15px silver;
    font-family: lato;
}

.safety_shop {
    font-size: inherit;
}

.wrap-home-action {
    width: 25%;
    height: 150px;
    float: left;
}

.wrap-home-action img {
    width: 80px;
    height: 90px;
}

.multisite table.input.login-table {
    display: table;
}

.block {
    display: block;
}

#finalizeform {
    position: absolute;
    right: 0;
    background: #033b5b;
    bottom: 0;
    top: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 4px;
}

#loto_point_finish,
#finalizeform .btn-danger {
    padding: 0.2em;
}

#finalizeform li {
    display: inline-block;
    color: white;
}

.loto-grid td {
    min-width: 250px;
}

.loto-grid td,
.loto-grid th {
    vertical-align: top;
}

.loto-grid>tbody,
.loto-grid>thead {
    display: block;
}

.loto-grid>tbody {
    overflow-x: scroll;
}

.ui-widget-overlay {
    z-index: 100;
    background: none;
}

.ui-dialog {
    z-index: 200;
}

.ui-button-icon-only .ui-icon {
    left: 0;
    top: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: none;
    border: none;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
    background: none;
    border: none;
}

.modal-backdrop .show {
    z-index: -5;
}

.incident_tool img.tcalIcon {
    cursor: pointer;
    margin-left: 1px;
    vertical-align: middle;
    height: 16px;
}

.incident_tool .ui-widget {
    /* font-size: 0.91em !important;*/
    font-size: inherit !important;
}


/*.incident_tool .ui-tabs-nav a,
.incident_tool .ui-table a {
color: #FFF !important;
transition: all .2s ease-in-out;
font-size: 16px;
}*/

.incident_tool .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    color: #FFF !important;
}

.incident_tool .ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
    color: #045686 !important
}

.incident_tool .ui-tabs .ui-tabs-nav li {
    margin: 1px 1px 0 0 !important;
}

.incident_tool .table {
    width: 100% !important;
}

.incident_tool .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

#spinner_gif {
    background: url("/images/bigrotation2.gif") no-repeat scroll center center #FFF;
    position: absolute;
    height: 100%;
    width: 100%;
}

tr.select:nth-child( odd) {
    background-color: silver !important;
    color: black;
}

tr.select:nth-child( even) {
    color: black !important;
}

td b,
td span,
th,
th b,
th span {
    font-size: 14px !important;
}

.block-table th,
.block-table td {
    display: block;
}


/*.incident_tool .ui-tabs-nav a,
.incident_tool .ui-table a {
color: #FFF !important;
transition: all .2s ease-in-out;
font-size: 16px;
}*/

.incident_tool .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    color: #FFF !important;
}

.incident_tool .ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
    color: #045686 !important
}

.incident_tool .ui-tabs .ui-tabs-nav li {
    margin: 3px 3px 0 0 !important;
}

.flex {
    display: flex;
}

.incident_tool .ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em .5em;
    text-decoration: none;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: -100%;
    margin-top: -6px;
}

.stat.box-content {
    box-shadow: 0px 0px 2px #526e7d;
    margin-bottom: 10px;
    border-radius: 5px;
}

.stat.box-content .icon-featured {
    padding: 1.5em;
    border: 1px solid #526e7d;
    border-radius: 1em;
    background: #526e7d;
    color: white;
    transition: all .2s ease-in-out;
    margin-top: 10px;
    margin-bottom: 15px;
}

.stat.box-content .icon-featured:hover {
    transform: scale(1.2);
}

.loto td b,
.loto td span,
.loto th {
    font-size: 14px !important;
}

.incident_tool,
.sds_tool,
.sanitation_tool .table {
    width: 100% !important;
}

.scrollable,
.scrollables {
    text-align: left;
    overflow-y: scroll;
    height: 400px;
    padding: 0;
}

.incident_tool,
.sds_tool .table {
    width: 100% !important;
}

.underline {
    text-decoration: underline;
}

.w-15 {
    width: 15%;
}

.c-pointer {
    cursor: pointer;
}

.table .btn:hover {
    color: white !important;
}

.source_color .source_text,
.source_color .source_text_secondary {
    padding: 5px 10px;
    color: white;
    display: block;
    text-shadow: 1px 1px 2px black, 1px 1px 2px black, 1px 0px 0px black;
}

.source_text_blank {
    padding: 5px 10px;
    color: black;
    display: block;
}

.source_text_blank {
    display: table-cell;
}

.source_color .source_text_secondary {
    display: table-cell;
}

.max-ht-400 {
    max-height: 400px;
}

.text-primary-blue {
    color: #045686;
}

.color-primary-info {
    color: #045686 !important;
}

.text-orange {
    color: #F55937 !important;
}

.tab_delete {
    position: absolute !important;
    top: 35px !important;
    right: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.tab_text {
    white-space: pre-wrap !important;
    text-align: left !important;
}

.tab_edit {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.min-ht-400 {
    min-height: 400px;
}

.inline {
    display: inline-block;
}

.card-fallback {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.96);
    display: none;
}

.card-fallback p {
    text-align: center;
    margin-top: 150px;
    font-size: 2em;
    text-shadow: 1px 1px 1px silver;
    color: #b5afaf;
}

.relative {
    position: relative;
}

.lotopoint tr td {
    /* word-break: break-all !important; */
    overflow-wrap: break-word !important;
    /* display: inline-block !important; */
    -ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
} 

/*================== media queries ==================*/

@media (max-width: 768px) {
    .incident_tool .ui-tabs-nav .ui-state-default {
        width: 100%;
    }
    .incident_tool .w-25 {
        width: 25% !important;
    }
    .incident_tool table td select.w-50,
    input.w-50 {
        width: 100% !important;
    }
    .incident_tool table td select.w-25,
    input.w-25 {
        width: 50% !important;
    }
    .incident_tool table td>.w-50 {
        width: 100% !important;
    }
    #wc_password_button {
        margin-top: 2%;
    }
    .incident_tool .ui-tabs-nav .ui-state-default .edit_tab,
    .ui-tabs-nav .ui-state-default .remove_tab {
        float: right;
    }
    .responsive-block-table th,
    .responsive-block-table td {
        display: block;
        width: 100%;
    }
    .grid-table td,
    .grid-table th,
    .grid-table tr {
        display: block;
    }
    .mobile-grid tr,
    .mobile-grid tr td {
        display: block;
        width: 100%;
    }
    .wrap-home-action {
        width: 50%;
    }
    .page-login .login-left,
    .page-login .login-right {
        display: block;
        width: 100%;
    }
    .page-login .info-seperator {
        bottom: -90px;
        right: auto;
        left: 40%;
        top: auto;
    }
    .page-login .login-right {
        margin-top: 100px;
    }
    .login-page #footer {
        position: relative;
    }
    .login-page #sflogo {
        width: 100%;
    }
    .login-page #sflogo .nopadding,
    .login-page #sflogo .bs-site-info {
        width: 48% !important;
        float: left;
    }
    .login-page #sflogo .bs-site-info h1 {
        font-size: 1.9em;
    }
    .login-page #content {
        min-height: 400px;
    }
    .login-page .jumbotron {
        width: auto !important;
    }
    .wrap-header.padding-top-small {
        padding-top: 10px !important;
    }
    #frm_emp_management .checkbox:nth-child( 2) {
        float: left;
    }
    .wrap-header.padding-bottom-small {
        padding-bottom: 10px !important;
    }
    #sflogo {
        width: 40%;
        font-size: 12px;
    }
    .bs-site-info {
        width: 60%;
        font-size: 12px;
    }
    .row-large {
        padding: 0 3% !important;
        width: 96%;
        margin: 0 auto;
    }
    .row-large.mobile-ui {
        padding: 0.5em 3% !important;
    }
    .nav-desktop,
    .desktop-version {
        display: none;
    }
    .nav-mobile,
    .mobile-version {
        display: block;
    }
    #footer ul {
        font-size: 12px;
        text-align: center;
        width: 100%;
    }
    #footer .wrap-logo {
        text-align: center !important;
        margin-top: 10px;
    }
    #footer .wrap-logo img {
        width: 30% !important;
    }
    .row.row-large.padding-top-small .h3,
    .row.row-large.padding-top-small h3 {
        font-size: 16px;
    }
    #ctc_module_info {
        flex-basis: auto;
        text-align: center;
        padding-bottom: 5px;
    }
    .w-25 {
        width: 100% !important;
    }
    #signoff,
    #mobile-signoff {
        float: none !important;
        display: block;
        margin-top: 5px;
    }
    .res-float-none {
        float: none !important;
    }
    .res-margin-t-small {
        margin-top: 5px;
    }
    .dual-ui input[type="button"] {
        width: 34% !important;
        margin-top: 7px;
        float: none !important;
    }
    .dual-ui.w-100 input[type="button"] {
        width: 250px !important;
    }
    .dual-ui input[type="button"].element-35 {
        width: 35px !important;
    }
    .mobile-ui #nav>li a {
        padding-bottom: 0 !important;
        padding-top: 6px;
    }
    .grid-responsive>tbody,
    .grid-responsive>thead {
        display: block;
    }
    .grid-responsive>tbody {
        overflow-x: scroll;
    }
    .responsive-row,
    .responsive-row .row {
        margin: 0;
        padding: 0;
    }
    .responsive-row .col-md-6,
    .responsive-row .col-md-12,
    .responsive-row .col {
        padding-right: 0;
    }
    .responsive-row.keep-padding-right .col-md-6,
    .responsive-row.keep-padding-right .col-md-12,
    .responsive-row.keep-padding-right .col {
        padding-right: 5px;
    }
    .mobile-divider-small {
        width: 100%;
        height: 10px;
        display: block;
    }
    .downarrow,
    .uparrow {
        display: block;
        width: 100%;
        margin: 9px auto;
        text-align: center;
    }
    .page-login .login-left,
    .page-login .login-right {
        display: block;
        width: 100%;
    }
    .page-login .info-seperator {
        bottom: -90px;
        right: auto;
        left: 40%;
        top: auto;
    }
    .page-login .login-right {
        margin-top: 100px;
    }
    .login-page #footer {
        position: relative;
    }
    .login-page #sflogo {
        width: 100%;
    }
    .login-page #sflogo .nopadding,
    .login-page #sflogo .bs-site-info {
        width: 48% !important;
        float: left;
    }
    .login-page #sflogo .bs-site-info h1 {
        font-size: 1.9em;
    }
    .login-page #content {
        min-height: 400px;
    }
    .login-page .jumbotron {
        width: auto !important;
    }
    .wrap-header.padding-top-small {
        padding-top: 10px !important;
    }
    #frm_emp_management .checkbox:nth-child( 2) {
        float: left;
    }
    .wrap-header.padding-bottom-small {
        padding-bottom: 10px !important;
    }
    #sflogo {
        width: 40%;
        font-size: 12px;
    }
    .bs-site-info {
        width: 60%;
        font-size: 12px;
    }
    .row-large {
        padding: 0 3% !important;
        width: 96%;
        margin: 0 auto;
    }
    .row-large.mobile-ui {
        padding: 0.5em 3% !important;
    }
    .nav-desktop,
    .desktop-version {
        display: none;
    }
    .nav-mobile,
    .mobile-version {
        display: block;
    }
    #footer ul {
        font-size: 12px;
        text-align: center;
        width: 100%;
    }
    #footer .wrap-logo {
        text-align: center !important;
        margin-top: 10px;
    }
    #footer .wrap-logo img {
        width: 30% !important;
    }
    .row.row-large.padding-top-small .h3,
    .row.row-large.padding-top-small h3 {
        font-size: 16px;
    }
    #ctc_module_info {
        flex-basis: auto;
        text-align: center;
        padding-bottom: 5px;
    }
    .w-25 {
        width: 100% !important;
    }
    #signoff,
    #mobile-signoff {
        float: none !important;
        display: block;
        margin-top: 5px;
    }
    .dual-ui input[type="button"] {
        width: 34% !important;
        margin-top: 7px;
        float: none !important;
    }
    .dual-ui.w-100 input[type="button"] {
        width: 250px !important;
    }
    .dual-ui input[type="button"].element-35 {
        width: 35px !important;
    }
    .mobile-ui #nav>li a {
        padding-bottom: 0 !important;
        padding-top: 6px;
    }
    .grid-responsive>tbody,
    .grid-responsive>thead {
        display: block;
    }
    .grid-responsive>tbody {
        overflow-x: scroll;
    }
    .responsive-row,
    .responsive-row .row {
        margin: 0;
        padding: 0;
    }
    .responsive-row .col-md-6,
    .responsive-row .col-md-12,
    .responsive-row .col {
        padding-right: 0;
    }
    .responsive-row.keep-padding-right .col-md-6,
    .responsive-row.keep-padding-right .col-md-12,
    .responsive-row.keep-padding-right .col {
        padding-right: 5px;
    }
    .mobile-divider-small {
        width: 100%;
        height: 10px;
        display: block;
    }
    .downarrow,
    .uparrow {
        display: block;
        width: 100%;
        margin: 9px auto;
        text-align: center;
    }
    .copy {
        width: 100%;
        left: 0 !important;
    }
    .responsive {
        width: 100% !important;
        display: block;
    }
    .policy_and_procedures .ui-tabs-nav .ui-state-default {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .container-fluid {
        overflow: hidden;
        min-height: 87%;
        height: auto !important;
        position: relative;
    }
    .incident_tool {
        overflow-y: auto !important;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .container-fluid {
        overflow: hidden;
        min-height: 92%;
        height: auto !important;
        position: relative;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .container-fluid {
        overflow: hidden;
        min-height: 92%;
        height: auto !important;
        position: relative;
    }
}

.printable {
    display: none;
}

@media print {
    .printable {
        display: block;
    }
}

.word-break {
    word-break: break-word;
}

.projectColumn {
    width: 14px;
}

.equipmentAssetWordBreak {
    word-break: break-all;
}

.mx-auto {
    margin: auto;
}

.tableMin {
    min-height: 200px;
}

.announcement-scrollable {
    max-height: 550px;
    overflow-y: auto;
}

.min-h-400 {
	 min-height: 400px;
}
.h-65 {
	height: 65%;
}

.h-60 {
	height: 60%;
}