.pad_t0 {
    padding-top: 0 !important;
}

.mrg_b15 {
    margin-bottom: 15px !important;
}

.red_txt {
    color: #a94442;
}


.violet {
    background-color: rgb(26,35,126) !important;
}

/* .pink {background-color: rgb(216,27,96);} */

.card-heading {
    padding-top: 15px;
    padding-bottom: 15px;
}

.folded:hover .nav li a .icon, .folded:focus .nav li a .icon, .folded.active .nav li a .icon, .folded:hover .nav li .nav-item .icon, .folded:focus .nav li .nav-item .icon, .folded.active .nav li .nav-item .icon {
    color: #e91e63 !important;
}

nav ul.nav li a > .icon:before, nav ul.nav li .nav-item > .icon:before {
    opacity: initial;
    color: #e91e63 !important;
}


.md-input ~ label {
    color: #E91E63;
    font-size: 14px !important;
    opacity: initial;
}

.md-form-group {
    padding-right: 8px;
}

.txt_pink {
    color: #E91E63 !important;
}

.table > tbody > tr > td, .table > tfoot > tr > td, .table > tbody > tr > th, .table > tfoot > tr > th {
    padding: 8px 15px;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    padding: 8px 15px;
}

.login_as {
    padding: 7px 27px !important;
    font-size: 16px !important;
    margin: 0 -1px;
}

    .login_as .md-input {
        border: 0 !important;
    }

        .login_as .md-input option {
            color: #333;
            font-size: 14px;
        }

.multi_check .md-check {
    margin-bottom: 5px;
}

.multi_check {
    max-height: 100px;
    overflow: auto;
    height: inherit !important;
    padding-top: 10px;
    padding-bottom: 8px;
}

.multi_size .md-check {
    margin-bottom: 5px;
}

.multi_size {
    max-height: 200px;
    overflow: auto;
    height: inherit !important;
    padding-top: 10px;
    padding-bottom: 8px;
}

.multi_Resize1 .md-check {
    margin-bottom: 5px;
}

.multi_Resize1 {
    overflow: auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 8px;
}

.select_req {
    padding: 7px 27px !important;
}


/******* Data Table changes (Responsive and left plus icon)*******/
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 30px !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 9px !important;
    left: 3px;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    color: #888888 !important;
    box-sizing: content-box;
    font-size: 28px;
    text-align: left;
    font-weight: 700;
    font-family: 'Courier New', Courier, monospace;
    text-indent: 4px;
    line-height: 16px;
    background-color: initial !important;
    border: 0 !important;
    box-shadow: initial !important;
}

table.dataTable > tbody > tr.child ul {
    display: initial !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #1A237E !important;
    border-color: #1A237E !important;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #23527c;
}

.pagination > li > a, .pagination > li > span {
    color: #23527c;
}

.widthfull {
    width: 100% !important;
}

.name_label {
    padding: 1px 10px;
    background-color: #efefef;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    border-radius: 100px;
    float: left;
    margin-right: 12px;
    font-size: 12px;
    margin-bottom: 15px;
}

.inner_card {
    background-color: #f7f7f7;
    padding: 5px 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border: 1px solid #ececec;
    margin-bottom: 15px;
}

/********* Loading *********/
.loading_col {
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1000000;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

    .loading_col .loading_cont {
        position: absolute;
        top: 35%;
        left: 0%;
        width: 100%;
        height: 100%;
        text-align: center;
    }

        .loading_col .loading_cont img {
            background-color: rgba(255, 255, 255, 0.9);
            border-radius: 15px;
            padding: 5px;
            border: 3px solid #ccc;
        }

        .loading_col .loading_cont h4 {
            color: #fff;
        }

.connect_line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 76%;
    left: 12%;
    top: 43%;
    z-index: 1;
}

.upload {
    position: relative;
    width: 100%;
    margin: 0 auto 70px;
}

.upload_list {
    position: relative;
    z-index: 1000;
    border-bottom-color: #e0e0e0;
    padding-left: 0;
    list-style: none;
}

    .upload_list li {
        width: 25%;
        float: left;
        margin-bottom: -1px;
        list-style-type: none;
    }

        .upload_list li a {
            text-align: center;
            width: 100%;
            height: 70px;
            margin: 0px auto;
            border-radius: 100%;
            padding: 0;
            display: block;
        }

        .upload_list li .round_tab {
            width: 60px;
            height: 60px;
            line-height: 55px;
            display: inline-block;
            border-radius: 100px;
            background: #fff;
            border: 2px solid #e0e0e0;
            z-index: 2;
            left: 0;
            text-align: center;
            font-size: 25px;
        }

.last_item {
    background-color: rgb(26,35,126) !important;
    color: #fff !important;
}

.list_text {
    margin-top: 5px;
}

.upload_bg {
    background-color: #eaeaea !important;
    border: 1px solid #dfdfdf;
    padding: 4px;
}

.list_text i {
    display: none;
}

.fright {
    float: right;
}


@media only screen and (max-width: 991px) {
    .upload_list li {
        width: 50%;
    }

        .upload_list li .round_tab {
            display: none;
        }

        .upload_list li a {
            text-align: left;
            height: auto !important;
        }

    .upload {
        width: 100%;
    }

    .upload_bg {
        width: 100% !important;
    }

    .connect_line {
        display: none;
    }

    .upload_bg {
        background-color: initial !important;
        border: 0;
        padding: 0;
    }

    .upload_btn {
        width: auto !important;
    }

        .upload_btn a {
            color: #fff !important;
            background-color: #1a237e !important;
            border-radius: 0 !important;
            height: auto !important;
            position: relative;
            display: inline-block;
            padding: 6px !important;
            overflow: hidden;
            font-family: inherit;
            font-size: inherit;
            font-style: inherit;
            font-weight: bold;
            line-height: inherit;
            color: currentColor;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            white-space: nowrap;
            cursor: pointer;
            background: transparent;
            border: 0;
            border-radius: 3px !important;
            outline: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            font-variant: inherit;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
        }

        .upload_btn .list_text {
            margin-top: 0px !important;
        }

    .list_text i {
        display: inline !important;
    }

    .login_page_bg {
        width: auto !important;
    }
}

.app-aside {
    z-index: 10000 !important;
}

.top0 {
    top: 0 !important;
}


.login_page_bg {
    width: 100%;
    height: 100%;
    -webkit-filter: blur(0px);
    position: fixed;
}

.login_bg { /* background: rgba(255, 255, 255, 0.60 ); */
    background: rgba(199, 199, 199, 0.5);
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.95);
    border: 2px Solid #ccc;
    top: 10px;
    margin: 70px auto 20px !important;
    float: none !important; /* position: fixed; */
    padding: 25px !important;
    z-index: 2;
}

    .login_bg select option {
        color: #333 !important;
    }

    .login_bg input[type="text"], .login_bg input[type="password"], .login_bg select {
        background: initial !important;
        color: #fff !important;
        border-color: #fff;
        outline-color: #fff;
    }

    .login_bg .input-group {
        margin-top: 25px;
    }

    .login_bg select:focus, .login_bg input[type="text"] :focus, .login_bg input[type="password"] :focus, .login_bg textarea:focus {
        border: 1px solid #fff !important;
    }

    .login_bg input[type="text"]::-webkit-input-placeholder, .login_bg input[type="password"]::-webkit-input-placeholder {
        color: #fff !important;
    }

    .login_bg input[type="text"]:-moz-placeholder, .login_bg input[type="password"]:-moz-placeholder {
        color: #fff !important;
    }

    .login_bg input[type="text"]::-moz-placeholder, .login_bg input[type="password"]::-moz-placeholder {
        color: #fff !important;
    }

    .login_bg input[type="text"]:-ms-input-placeholder, .login_bg input[type="password"]:-ms-input-placeholder {
        color: #fff !important;
    }

    .login_bg .input-group-addon {
        background: #8e8e8e !important;
        border: 1px solid #fff;
        color: #fff !important;
    }

    .login_bg .input-group .form-control {
        border-radius: 0 4px 4px 0px !important;
    }

    .login_bg .md-check > i:before {
        border: 2px solid rgb(255, 255, 255);
    }

    .login_bg .md-check {
        color: #fff !important;
    }

.error_strip {
    color: #fff;
    background: rgba(255, 0, 0, 0.5);
    border: 1px solid #a90500;
    padding: 2px 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    font-size: 13px;
}

.module_logo {
    margin: 0 auto;
    background-color: #f3f3f3;
    border: 2px solid #ccc;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: 28%;
    position: relative;
    padding: 2%;
    border-radius: 3000px;
    top: -61px;
}

    .module_logo img {
        width: 100%;
        height: 100%;
    }

.login_cont {
    margin-top: -45px;
}

.login_title {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}

.overflow_auto {
    overflow: auto !important;
}

.mrg_b30 {
    margin-bottom: 30px !important;
}

.padd_b0 {
    padding-bottom: 0px !important;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 12px 7px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -12px;
    right: -45px;
    line-height: 0 !important;
    z-index: 1032;
}

.thum_col {
    float: left;
    margin: 0.3%;
}

    .thum_col img {
        height: 80px;
    }

    .thum_col .thumbnail {
        margin-bottom: 0 !important;
    }

@media only screen and (max-width: 500px) {
    .thum_col {
        width: 49%;
    }
}

.fa {
    line-height: inherit;
}
/* Changes Menu */
#aside nav ul.nav li a, #aside nav ul.nav li .nav-item {
    padding: 0 10px !important;
    font-size: 13px !important;
}

    #aside nav ul.nav li a > .icon, nav ul.nav li .nav-item > .icon {
        min-width: 30px !important;
        margin-right: 0;
    }

#aside nav ul.nav li li a {
    padding-left: 40px !important;
}

#aside .folded:hover .nav li a .icon, #aside .folded:focus .nav li a .icon, #aside .folded.active .nav li a .icon, #aside .folded:hover .nav li .nav-item .icon, #aside .folded:focus .nav li .nav-item .icon, #aside .folded.active .nav li .nav-item .icon {
    margin-right: 0px;
}



.safety_logo {
    background: url(../images/logo_bg.jpg) no-repeat;
    height: 64px;
    float: right;
    width: 263px;
}

    .safety_logo img {
        float: right;
        margin-top: 4px;
        height: 55px;
        margin-right: 5px;
    }

@media only screen and (max-width: 700px) {
    .safety_logo {
        background: #fff !important;
        padding: 0 5px;
        width: auto !important;
    }

        .safety_logo img {
            height: 30px !important;
            margin-top: 15px !important;
            margin-right: 0 !important;
        }
}

.xs_btn_group .btn {
    padding: 2px 5px !important;
}

.txtcenter {
    text-align: center;
}

.statusTag {
    width: 12px;
    height: 12px;
    display: block;
    text-align: Center;
    border-radius: 4px;
    padding: 0 !important;
    margin: 0 !important;
}

.redTag {
    background-color: #ff5722;
}

.greenTag {
    background-color: #07d400;
}

.yellowTag {
    background-color: #ffdb00;
}

.labelcolor {
    color: #E91E63;
    font-size: 14px !important;
}

.mrp8 .md-form-group {
    min-height: 82px;
    padding-bottom: 10px !important;
}

.mrp8Table .table tr th, .mrp8Table .table tr td {
    padding: 5px !important;
    font-size: 12px;
    vertical-align: middle !important;
}

.mrp8Table table {
    background-color: #fff;
}

.mrp8Table .md-input {
    border-bottom: 1px solid rgb(26, 35, 126);
}

.trHead td, .trHead th, .trHead {
    background-color: #d4d8ff !important;
    font-weight: 700;
}

.tBgHead {
    background-color: #c7cbef;
}
