
body{
    font-size: 12px;
}
h4 { font-weight: 600; }

.p-0 { padding: 0px; }
.p-1 { padding: 10px; }
.p-2 { padding: 20px; }
.p-3 { padding: 30px; }
.p-4 { padding: 40px; }
.p-5 { padding: 50px; }

.pl-1 { padding-left: 10px; }
.pl-2 { padding-left: 20px; }
.pl-3 { padding-left: 30px; }
.pl-4 { padding-left: 40px; }
.pl-5 { padding-left: 50px; }

.pr-1 { padding-right: 10px; }
.pr-2 { padding-right: 20px; }
.pr-3 { padding-right: 30px; }
.pr-4 { padding-right: 40px; }
.pr-5 { padding-right: 50px; }

.pt-1 { padding-top: 10px; }
.pt-2 { padding-top: 20px; }
.pt-3 { padding-top: 30px; }
.pt-4 { padding-top: 40px; }
.pt-5 { padding-top: 50px; }

.pb-1 { padding-bottom: 10px; }
.pb-2 { padding-bottom: 20px; }
.pb-3 { padding-bottom: 30px; }
.pb-4 { padding-bottom: 40px; }
.pb-5 { padding-bottom: 50px; }

.mr-5px{margin-right: 5px !important;}
.mr-1{margin-right: 10px !important;}
.mr-2{margin-right: 20px !important;}
.mr-3{margin-right: 30px !important;}
.mr-4{margin-right: 40px !important;}

.ml-1{margin-left: 10px !important;}
.ml-2{margin-left: 20px !important;}
.ml-3{margin-left: 30px !important;}
.ml-4{margin-left: 40px !important;}

.mb-1{margin-bottom: 10px !important;}
.mb-2{margin-bottom: 20px !important;}
.mb-3{margin-bottom: 30px !important;}
.mb-4{margin-bottom: 40px !important;}

.mt-1{margin-top: 10px !important;}
.mt-2{margin-top: 20px !important;}
.mt-3{margin-top: 30px !important;}
.mt-4{margin-top: 40px !important;}

.sidebar-collapse .sidebar-user {
	display: none;
	
}
table tr td{
    padding: 5px 10px;
}

.sidebar-collapse  .login_as {
	font-size: 12px;
}

.ctm-md-overlay {
	visibility: hidden;
    background: #00000091;
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.md-content h4 , .md-content h5 {
    margin: 0;
    padding: 20px 20px;
    text-align: center;
    font-weight: 300;
    opacity: 0.8;
    background: #f7f9fa;
    border-bottom: 1px solid #e1e6ef;
}

.md-content > .n-modal-body {
    overflow: auto;
}
.d-none{
    display: none;
}
.d-flex {
    display: flex;
}
.d-inline-flex {
    display: inline-flex;
}

.justify-space-between{
    justify-content: space-between;
}

.align-items-center{
    align-items: center;

}

.c-pointer {
    cursor: pointer;
}
.model-footer-btns {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    width: 100%;
    padding: 0 10px 0;
}

.model-footer-btns button {
    margin: 5px !important;
}

.loader, .processing-loader{
	display: none;
	background: #00000091;
    z-index: 999999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

div#overlay img {
    max-width: 80px;
    margin: auto;
}

.loader .ld-body, .processing-loader .ld-body {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ctm-popup {
    overflow: auto;
    height: 90% !important;
}

.popup-user-data {
     visibility: hidden; 
    background-color: white;
    position: absolute;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #00000099;
    padding: 10px;
    transition: 0.3s;
    z-index: 9999;
}


a.user-row:hover + .popup-user-data, .popup-user-data:hover{
    visibility: visible;
}

.popup-row-data {
     visibility: hidden; 
    background-color: white;
    position: absolute;
    border-radius: 5px;
    box-shadow: 1px 1px 4px 2px #00000040;
    padding: 10px;
    transition: 0.3s;
    z-index: 9999;
    min-width: 300px;
}


a.consumer-row:hover + .popup-row-data, .popup-row-data:hover{
    visibility: visible;
}

/*.table-overflow {
    overflow-x: scroll;
    width: 100%;
}*/
table#consumerTable {
/*    overflow: scroll;*/
    font-size: 11px;
}


/*
.popup-user-data::before  {
    content: ' ';
    width: 20px;
    height: 20px;
    background: black;
    transform: rotate(45deg);
    top: -10px;
    position: absolute;
    z-index: 99999;
}
.popup-user-data .uparrow {
    width: 20px;
    height: 20px;
    background: black;
    transform: rotate(45deg);
    top: -10px;
    position: absolute;
    z-index: 99999;
}
*/
.popup-row-data table tr td {
    border: 1px solid #e1e1e1;
    padding: 2px 8px;
}
.popup-row-data table tr td:first-child {
    min-width: 125px;
}

.pm-popup {
    position: fixed;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    background-color: #0000009c;

}

.pm-popup .pm-content {
    width: 90%;
    height: 85%;
    margin: auto;
    background-color: white;
   padding: 15px 20px;
       overflow: auto;
       box-shadow: 1px 1px 7px 4px #33333347;
    margin-top: 50px;
    position: relative;
    border-radius: 7px;
}

.close-popup-icon{
    position: absolute;
    top: 2px;
    right: 10px;
/*    background-color: red;*/
    color: red;
    cursor: pointer;
    font-size: 20px;
    /* box-shadow: 0px 0px 2px 2px gray; */
    width: 30px;
    height: 30px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 50%;
}

html.popup-open {
    overflow: hidden;
}
table#previewTable {
    font-size: 12px;
}
table#previewTable td, table#previewTable th {
    padding: 5px;
}
::-webkit-scrollbar {
   width: 10px;
   height: 10px;
}
::-webkit-scrollbar-thumb {
   background-color: #009688;
   border-radius: 10px;
   /* border: 3px solid #f1f1f1; */
}
::-webkit-scrollbar-thumb:hover {
   background-color: #555;
}
::-webkit-scrollbar-thumb:active {
    cursor: grabbing; 
}

@media only screen and (max-width: 1180px){
    .dt-layout-cell.dt-layout-full {
/*        overflow-x: scroll;*/
    }

}

.consumer-details {
    overflow-y: scroll;
    height: 500px;
    box-shadow: 0px 0px 2px 1px #0000001f;
    padding: 0px 20px 20px;
}

.consumer-details table tr td:first-child {
    font-weight: bold;
}

.login_as {
    text-transform: capitalize;
}

.table-basic td, .table-basic th{
    border: 1px solid gray;
    padding: 5px 8px;
}

.required-field{
    color: red;
}
.form-group {
    min-height: 59px;
    margin-bottom: 5px;
    position: relative;
}
.form-control {
    width: 98%;
}
.panel .panel-heading {
    padding: 5px 15px;
    border-radius: 10px 10px 0 0;
}
 .panel {
    border-radius: 10px;
    margin-bottom: 0;
}

.content-wrapper {
    padding-bottom: 30px;
}
label {
    margin-bottom: 3px;
}

.suggestions_div {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background-color: white;
    box-shadow: 0px 2px 3px 1px #dbdbdb;
    display: none;
}



.suggestion-item {
    padding: 6px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
}

table td {
    position: relative;
}


section.filter-section {
    position: fixed;
    right: -400px;
    z-index: 99999;
    display: flex;
    transition: 0.5s;
}

section.filter-section.show-f {
    right: 0px !important;
    transition: 0.5s;
}
section.filter-section .filter-icon {
    background-color: #337CAE;
    font-size: 17px;
    width: 35px;
    /* text-align: center; */
    color: white;
    height: 30px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 5px 0 0 5px;
    box-shadow: 0px 0px 2px 1px #c2c2c2c7;
    cursor: pointer;
    transition: 0.5s;
}

section.filter-section .filter-body {
   background-color: #337CAE;
   width: 400px;
   min-height: 100px;
   color: white;
   padding: 15px;
       border-radius: 0 0 0 5px;
}  
section.filter-section .filter-body input, 
section.filter-section .filter-body button, 
section.filter-section .filter-body select {
   color: black;
   
}
section.filter-section .form-group{
   min-height: unset;
}

.user-profile-img {
    object-fit: cover;
}

.yatra-one-regular {
    font-family: "Yatra One", serif;
    font-weight: 400;
    font-style: normal;
}

.daterangepicker {
    z-index: 99999 !important;
}

.header-boder {
    border-bottom: 1px solid #e8e8e8;
}

.card-shadow {
    box-shadow: 0px 0px 2px 2px #d4d4d4;
    border-radius: 5px;
}

.label.disabled {
    opacity: 0.8;
    cursor: not-allowed;
}

/*=============================*/
.panel-body{
    min-height: 250px;
}
.graph-view{
    transition: 0.3s;
    opacity: 1;

}
.hide-graph{
    position: absolute;
    visibility: hidden;
    transition: 0.3s;
    opacity: 0;
}
.tabular-view {
    position: absolute;
    visibility: hidden;
    transition: 0.3s;
    opacity: 0;

}
.show-tabular {
    display: contents;
    visibility: visible;
    transition: 0.3s;
    opacity: 1;
}
.btn-viewlist{
    padding: 5px;
}

form#FilterForm label {
    min-width: 125px;
    width: 125px;
}


form#FilterForm input, form#FilterForm select {
    width: calc(100% - 182px) !important;
    height: 27px;
    padding: 2px 6px;
}


form#FilterForm input, form#FilterForm select {
    width: calc(100% - 145px) !important;
    height: 27px;
    padding: 2px 6px;
    margin-left: 6px;
}

form#FilterForm .form-group {
    display: flex;
    align-items: center;
}

input.input_select_row {
    cursor: pointer;
    width: 25px;
    height: 16px;
    padding: 10px;
}

@media screen and (max-width: 759px){
    a.digital-clock {
        font-size: 18px;
    }

    .licence_expiry_date{
        width: 100px;
    }
}



.popup-data-view {
    display: none;
     position: absolute; 
    background-color: white;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 3px 10px 10px #9292929e;
}   

div#id_popup-data-view .close-data-model {
    position: absolute;
    right: 8px;
    color: red;
    font-size: 17px;
    cursor: pointer;
        z-index: 9999;
}

div#id_popup-data-view .dt-search{
    display: none;
}

.popup-data-view input[type=checkbox], #assignTo-popup  input[type=checkbox].input_select_row, .staff .input_select_row{
    pointer-events: none;
    opacity: .5;
}

.dt-search {
/*    display: none;*/
}

