/** --------------------------------------
----- PROJECT- CRUSA  --------------
------ Style.css (21-7-2020) ----------- **/

@import url("../fonts/fonts_stylesheet.css");

/*
 * Core: General Layout Style
 * -------------------------
 */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  width: 100%;
    height: 100%;
}
body {
    margin:0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: #595959;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
a{outline: none;}
a:focus, a:hover {
    color: #F46526;
    text-decoration: none;
    outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Poppins';
}

.m0 {margin: 0 !important;}
.m5 {margin: 5px !important;}
.m10 {margin: 10px !important;}
.m15 {margin: 15px !important;}
.mt3 { margin-top: 3px !important;}
.m20 {margin: 20px !important;}
.m25 {margin: 25px !important;}
.m30 {margin: 30px !important;}
.mt0 {margin-top: 0 !important;}
.mt5 { margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mr0 {  margin-right: 0 !important;}
.mr5 {  margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mb0 {    margin-bottom: 0 !important;}
.mb5 {  margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb50 { margin-bottom: 50px !important;}
.ml0 { margin-left: 0 !important;}
.ml5 { margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml90 { margin-left: 90px !important;}
.mtm5 { margin-top: -5px !important;}
.p0 {  padding: 0 !important;}
.pt0 {  padding-top: 0 !important;}
.p5 {  padding: 5px !important;}
.p10 {  padding: 10px !important;}
.p15 {  padding: 15px !important;}
.p20 {  padding: 20px !important;}
.pt30 {  padding-top: 30px !important;}
.clr { clear: both;}
.width30{width: 30% !important}
.width40{width: 40% !important}
.width50{width: 50% !important}
.width60{width: 60% !important}
.width100{width: 100% !important}
/*Distorting PDF page change in PDF Css:START*/
.div {
    float: left;
    width: 100%;
}
/*Distorting PDF page change in PDF Css:END*/
.formDesign {
    float: left;
    width: 100%;
}
/*==========================================================================
  CONTENT START
==========================================================================*/
main.py-4 {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}
.bgGradient {
    /*background: linear-gradient(90deg, rgba(204,25,18,1) 0%, rgba(106,13,8,1) 100%);*/
    padding: 30px 0;
    box-sizing: border-box;
    float: left;
    width: 100%;

}
div#app {
    background: #1b2e40;
    min-height: 100vh;
}
.loginPage .card .card-header .navbar-brand {
    margin: 0 0 30px;
}
.loginPage .card {
    box-shadow: none;
    border: none;
    background: transparent;
    max-width: 385px;
    float: none;
    margin: 0 auto;
}
.loginPage .card .card-header {
    background: transparent;
}
.loginPage .card .card-body {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25), 0 3px 11px rgb(0 0 0 / 14%);
        padding: 30px;
}
.loginPage .card-header h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
        font-size: 19px;
        display: none;
}
.loginPage a.btn.btn-link {
    color: #000000;
    text-decoration: underline;
    outline: none;
    padding: 0;
    font-size: 13px;
}
/** THEME DeSIGN  **/
[class*='sidebar-dark-'] {background-color: #1B2E40;}
.main-sidebar .brand-link {
    float: left;
    width: 100%;
    text-align: center;
}
.main-sidebar .brand-link .brand-image {
    float: none;
    display: inline-block;
}
.nav-sidebar .nav-item > .nav-link {
    padding-top: 9px;
    padding-bottom: 11px;
    box-sizing: border-box;
    float: left;
    width: 100%;
    /*margin: 0;*/
        border-radius: 0;
    box-shadow: none !important;
}
.nav-sidebar > .nav-item .nav-icon{
    margin-right: 0;
}
.nav-sidebar > .nav-item .nav-icon img {
    max-width: 15px;
}
.sidebar .nav-link p {
  margin-left:10px !important;
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 25px;
    font-weight: 500;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active{
  background: linear-gradient(90deg, rgba(204,25,18,1) 0%, rgba(106,13,8,1) 100%);
}
.main-header ul.navbar-nav.ml-auto>li {
    margin-left: 30px;
}
li.dropdown.profileDropdownSec {
    margin-right: 30px;
}
.profileDropdownSec .dropdown-menu {
    border: none;
    /*margin-top: 20px !important;*/
    left: auto !important;
    right: 0 !important;
    min-width: 135px;
}
.profileDropdownSec .dropdown-toggle{
    font-size: 14px;
    color: #1b2e40;
    letter-spacing: 0.2px;
    line-height: 20px;
    padding: 5px;
    display: block;
}
.profileDropdownSec .dropdown-menu>li>a {
    font-size: 13px;
    color: #4d4f5c;
    letter-spacing: 0.2px;
    line-height: 20px;
    transition: 0.3s linear;
    font-weight: 500;
    padding: 6px 20px;
    text-transform: uppercase;
}
.profileDropdownSec .dropdown-menu>li>a:hover {
    background: #1b2e40db;
    color: #ffffff;
}


.btn.btn-primary {
    background: rgb(204,25,18);
    background: linear-gradient(90deg, rgba(204,25,18,1) 0%, rgba(106,13,8,1) 100%);
    border: transparent;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 13px;
    height: 40px;
    line-height: 29px;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-radius: 4px;
}
.btn_primary{
    background: rgb(204,25,18);
    background: linear-gradient(90deg, rgba(204,25,18,1) 0%, rgba(106,13,8,1) 100%);
    border: transparent;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 13px;
    height: 40px;line-height: 29px;
    letter-spacing: 0.5px;
    /*float: left;*/
    display: inline-block;
    color: #ffffff;
    border-radius: 4px;
    padding: 5px 17px;
    transition: 0.5s linear;
    border: 1px solid transparent;
    cursor: pointer;
}
.btn_secondary{
    background:#1B2E40;
    border: transparent;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 13px;
    height: 40px;line-height: 29px;
    letter-spacing: 0.5px;
    /*float: left;*/
    display: inline-block;
    color: #ffffff;
    border-radius: 4px;
    padding: 5px 17px;
    transition: 0.5s linear;
    border: 1px solid transparent;
    cursor: pointer;
    outline: none;
}
.btn_primary:hover, .btn_secondary:hover{
   /* border:1px solid rgb(204,25,18);
    background: transparent;*/
    color: #ffffff;

}
.btn_primary:focus, .btn_secondary:focus{
   outline: none;
}
.btn_block{width: 100%;}
.alert {
    float: left;
    width: 100%;
    padding: 14px 15px 15px;
    z-index: 99999;
    position: fixed;
    bottom: 0;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 21px;
    font-weight: 600;
    box-sizing: border-box;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.4);
    border-radius: 0;
    margin-bottom: 0;
    left: 0;
    /*text-transform: uppercase;*/
}
label.control-label {
    font-weight: normal !important;
    font-size: 14px;
}
.form-control {
    height: 40px;
    border: 1px solid #E5E5E5;
    font-size: 13px;
    border-radius: 6px;
    outline: none;
    background: #ffffff;
    box-sizing: border-box;
    padding: 5px 20px;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #E5E5E5;
}
input.form-control.searchInput {
    background-image: url(../img/icon_search.svg);
    background-repeat: no-repeat;
    background-position: left 10px center;
    padding-left: 40px;
}

footer.main-footer {
    font-size: 11px;
    font-weight: normal;
}
footer.main-footer a {
    color: #1b2e40;
}

/** TableDesign CSS **/
.filter_sec{
  float: left;  width: 100%;
  margin-top: 10px;
}
.tableDesign{
    float: left;
    width: 100%;
    font-family: Poppins;
        background: #ffffff;
}
.tableDesign .table {
    margin: 0;
}
.tableDesign .table>thead>tr>th{
    border-bottom: none;
}
.tableDesign .table>tbody>tr>td, .tableDesign .table>tbody>tr>th, .tableDesign .table>tfoot>tr>td, .tableDesign .table>tfoot>tr>th, .tableDesign .table>thead>tr>td, .tableDesign .table>thead>tr>th{
    border-top: 1px solid #F0F0F0;
        vertical-align: middle;
}
.tableDesign thead tr {
    background: #1b2e40;
}
.tableDesign thead tr th{
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height:17px;
    text-transform: uppercase;
    padding-top: 17px;
    padding-right: 15px;
    padding-bottom: 16px;
    padding-left: 15px;
}
.tableDesign tbody tr td{
    color: #7A7C82;
     font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height:17px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.tableDesign table.dataTable{
    margin: 0 !important;
}

.table_btmDetails {
  background: #ffffff;
    float: left;
    width: 100%;
    padding: 5px 0;
    border-top: 1px solid #E9E9F0;
    border-bottom: 1px solid #E9E9F0;
    overflow: hidden;
}
.dataTables_length {
    float: left;
    padding: 10px;
    color: #4D4F5C;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.4px;
    line-height: 29px;
    width: 100%;
}
div.dataTables_length label {
    font-weight: normal !important;
    text-align: left;
    white-space: nowrap;
    float: left;
    margin-bottom: 0;
}
.dataTables_length select.form-control {
    float: left;
    font-size: 12px;
    padding: 0px 2px 0px 3px;
    border: 1px solid #A6A7AD;
    border-radius: 4px;
    color: #4D4F5C;min-width: 50px;
    height: 30px;
    width: auto;
    line-height: 30px;
    margin-left: 15px;
}
.dataTables_paginate {
    float: right;
}
.tableDesign ul.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 0;
    background: transparent;
    height: auto;
    padding:13px 10px;
    float: right;
}
.pagination>li {
    float: left;
    margin:0 3.5px;
}
.pagination>li>a, .pagination>li>span{
font-size: 12px;
    color: #42494D;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 15px;
    text-transform: uppercase;
    min-width: 18px;
    height: 18px;
    background: transparent;
    border: none;
    display: inline-block;
    padding: 2px 2px;
    text-align: center;
    outline: none;
}
.pagination .paginate_button.previous a {
    background-image: url(../images/previous_pagination.png);
    padding: 0;
    color: transparent !important;
    width: 18px;
    height: 18px;
    margin: 0;
        background-repeat: no-repeat;
    background-position:  center center;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #ffffff;
    cursor: default;
    background-color: #055989;
    font-weight: bold
}
.pagination .paginate_button.next a {
    background-image: url(../images/next_pagination.png);
    padding: 0;
    color: transparent !important;
   width: 18px;
    height: 18px;
    margin: 0;
    background-repeat: no-repeat;
    background-position:  center center;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #42494D;
    cursor: not-allowed;
    background-color: transparent;
    border-color: transparent;
}

.action_btn {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.edit_icn{ background-image: url(../img/editIcn.png);}
.delete_icn{ background-image: url(../img/icon_Delete.png);}
.view_icn{ background-image: url(../img/eyeIcn.png);}
.book_icn{ background-image: url(../img/icon_documents.svg);}




/** toggleBtnDesign CSS **/
.toggleBtnDesign {
    display: inline-block;
    position: relative;
}
.toggleBtnDesign label{
    margin:0;
    float: left;
}
.toggleBtnDesign input[type="checkbox"] {
    position: absolute;
    opacity: 0;
        margin: 0;
}
.toggleBtnDesign input[type="checkbox"].ios-switch + div {
    vertical-align: middle;
    width: 38px;
    height: 20px;
    border: none;
    border-radius: 999px;
     background-color:#ECECEC;
    -webkit-transition-duration: .4s;
    margin: 0;
    cursor: pointer;
}
.toggleBtnDesign input[type="checkbox"].ios-switch + div > div {
    float: left;
    width: 18px;
    height: 18px;
    border-radius: inherit;
    background: #ffffff;
    -webkit-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: transform, background-color, box-shadow;
    -moz-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
    -moz-transition-duration: 0.4s;
    -moz-transition-property: transform, background-color;
    box-shadow: -2px 1px 2px 1px #00000030;
    pointer-events: none;
    margin-top: 0.5px;
    margin-left: 1px;
    padding: 0;
    border: none;
}

.toggleBtnDesign input[type="checkbox"].ios-switch:checked + div > div {
    -webkit-transform: translate3d(18px, 0, 0);
    -moz-transform: translate3d(18px, 0, 0);
    background-color:#ffffff;
    box-shadow: -2px 1px 2px 1px #00000030;
}
.toggleBtnDesign input[type="checkbox"].ios-switch:checked + div{
   background: #1A73E8;
}



/**  modalDesign**/
.modalDesign {
    text-align: center;
}
.modalDesign .modal-dialog {
    max-width: 422px;
    width: 90%;
    margin: 80px auto 50px;
    display: inline-block;
}
.modalDesign .modal-header {
    padding: 19px 30px 20px;
    border-bottom: none;
    float: left;width: 100%;
}
.modalDesign .modal-header h4 {
    color: #4D4F5C;
    font-size: 18px;
    letter-spacing: 0.2px;
    margin: 10px 0 0;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}
.modalDesign .modal-body p{
    color: #727272;
    font-size: 16px;
    text-align: center;
    float: left;
    width: 100%;
    letter-spacing: 0.2px;
    line-height: 24px;
    font-weight: normal;
}
.modalDesign .modal-content {
    /*border-radius: 0;*/
    border: none;
    /*-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.22);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.22);*/
    float: left;
    width: 100%;
}
.modal-backdrop.in {
    opacity: .75;
}
.modalDesign .modal-header .modal-title {
    font-size: 17px;
    font-weight: 400;
}
.modalDesign .modal-footer {
    border: none;
}
.modalDesign .modal-header .close {
    margin-top: 0;
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
    outline: none;
}
.modalDesign .modal-body {
    position: relative;
    padding: 14px 30px 30px;
    float: left;width: 100%;
}
.modal_frt_btns {
    float: left;
    width: 100%;
    margin: 15px 0 0;
}
.modal_frt_btns .btn_primary {width: 100%; text-transform: uppercase;}

/*Distorting PDF page change in PDF Css:START*/
.contentBox {
    float: left;
    width: 100%;
    box-sizing: border-box;
        background: #ffffff;
    padding-top: 20px;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25), 0 3px 11px rgb(0 0 0 / 14%);
}
/*Distorting PDF page change in PDF Css:END*/

.page_titleBar {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 50px;
}
.page_titleBar h2 {
    float: left;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 21px;
    margin: 5px 0;
}

.tagsName{
    float: left;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 21px;
    margin: 5px 0;
    width: 100%;
}

/** SELECT2 Design **/
.select2.select2-container.select2-container--default{
    float: left;
    width: 100% !important;
    height: 40px;
    font-size: 13px;
    border-radius: 6px;
    line-height: 25px;
    color: #000000;
    letter-spacing: 0.2px;
    border: 1px solid #E5E5E5;
    box-shadow: none;
    outline: none;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 6px 15px;
    transition: 0.3s linear;
}
.select2.select2-container.select2-container--default.select2-container--open{
    /*border-color: transparent;*/
    outline: 0;
    /*-webkit-box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.12);*/
}
.select2.select2-container--default .select2-selection{
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: auto;
    outline: none;
}
.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 30px;
    padding: 0;
    outline: none;
}
.select2.select2-container--default .select2-selection--single .select2-selection__rendered[title=""]{
    color: #D1D1D1;
    font-size: 13px;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 35px;
    background-image: url(../img/select_Drop.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{
    transform: rotateX(180deg);
    top: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    opacity: 0;
}
.select2-dropdown {
    -webkit-box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.14);

    border: 1px solid #E5E5E5;
}
.select2-dropdown .select2-results__option {
    font-weight: 300;
}
.select2-dropdown .select2-results__option {
    font-size: 13px;
}
.multichooseSelect2 .select2.select2-container.select2-container--default {
    height: auto;
    background-image: url(../img/select_Drop.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    min-height: 40px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e3e3e3;
    border: 1px solid #cccccc;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 5px 10px;
    color: #1b2e40;
    line-height: normal;
    font-size: 12px;
    word-break: break-all;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: none;
}
.actionBtns {
    display: inline-block;
    min-width: 120px;
}
/*NEW ADD*/
.actionBtns form {
    display: inline-block;
}
.value_show {
    font-size: 15px;
}

/** PREVIEW IMG **/
.preview_box {
    /* float: left; */
    /* width: 100%; */
    background: #1b2e4014;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}
/* .preview_box img {
    max-height: 135px;
} */
.preview_box img {
    max-height: 135px;
    max-width: 100%;
}

.preview_box .download_Btn {
    position: absolute;
    bottom: -30px;
    background: #1b2e40;
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding: 9px;
    font-size: 13px;
    border-radius: 0 0 10px 10px;
}
.label_titlebar {
    background: #cccccc;
    padding: 5px 20px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 2px;
    font-weight: bold;
}

.noti-box {float: left; width:100%; max-height: 200px; overflow-x:hidden}
.noti-al .dropdown-menu {left:inherit !important; right:0 !important; width:310px; border: none;}
.noti-text-box {float: left; width: 100%; position: relative;}
.noti-text {float: left; width: 100%; font-size:14px; padding:5px 70px 5px 15px}
.noti-text span {display: block; font-size: 12px; color: #868686;}
.noti-text-box a {position: absolute; right: 14px; top: 7px;font-size: 13px; background: #1b2e40; color: #C2C7D0; border-radius: 3px; padding: 3px 10px;}
.noti-text-box a:hover {color:#fff;}

#dropdownMenuLink1:after {display: none !important;}
.show-all-noti {float:left; width:100%; margin:10px 0 0 0; padding:10px 0 0 0; text-align: center; border-top:1px solid #ccc;}
.show-all-noti a {background: rgb(204,25,18);
    background: linear-gradient(90deg, rgba(204,25,18,1) 0%, rgba(106,13,8,1) 100%);
    border: transparent;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    line-height: 29px;
    color:#fff;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-radius: 4px;}



/*custom css*/
.dropdown-menu{
    background-color: #1a2e3f;
    color: white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {    display: inline-block;
    text-indent: -9999px;
    background: url(../img/pver-arrow.png) center no-repeat !important;
    background-size: 4px !important;
    vertical-align: top;
    width: 18px;
    height: 18px; margin-right: 5px !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.next  {    display: inline-block;
    text-indent: -9999px;
    background: url(../img/next-arrow.png) center no-repeat !important;
    background-size: 4px !important;
    vertical-align: top;
    width: 18px;
    height: 18px; margin-left: 5px !important; }


 .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
 .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover    {
    background-color: #e9ecef !important;
 }
 .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
 .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
    opacity: 0.5;
 }
 .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover,
 .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover    {
    background-color: transparent !important;
 }
body .dataTables_wrapper .dataTables_paginate .paginate_button {font-size: 12px;
    color: #42494D !important;
    font-weight: 300 !important;
    letter-spacing: 0.2px;
    line-height: 15px;
    text-transform: uppercase;
    min-width: 18px;
    height: 18px;
    background: transparent !important;
    border: none !important;
    display: inline-block;
    padding: 2px 2px;
    text-align: center;
    outline: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    line-height: 19px;
    font-weight: 600;
}
body .dataTables_length {float: left; width: auto;}
.dataTables_wrapper .dataTables_paginate {margin-top: 12px;}
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #e9ecef !important;
    color: #42494D !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    background-color: #007bff !important;
    font-weight: 600 !important;
}
.label-smooth {
    font-weight: 300!important;
    font-size: small;
}

.legend-blueprint-list{
    list-style: none;
    padding: 0;
    margin-left: 35%;
}
.legend-blueprint-list li{
    margin-bottom: 5px;
}
.legend-blueprint-list li img{
    margin-right: 5px;
}





/*Building Report Custom CSS:START*/
.row-box {
    margin: 0 -10px;
}
.col-box {
    float: left;
    width: 100%;
    padding: 0 10px;
}
.col-4 {
    width: 25%;
}

.col-box-2{
    width: 50%;
}
.col-box-3{
    width: 33.33%;
}
.clr {
    clear: both;
}
/*Building Report Custom CSS:END*/
.full-width {
    float: left;
    width: 100%;
}

#section_EMERGENCY_CONTACT .input-div span{
	word-break: break-all;
}
