body, html {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    min-height: 100vh;
}

a, a:hover{
    color: #003DA6;
}

.mb-5{
    margin-bottom: 2rem;
}

.page-title {
    font-size: 24px;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}

.container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}

.body-content{
    position: relative;
    min-height: 100vh;
}

.main-content{
    padding-top: 50px;
    padding-bottom: 50px;
}

.navbar-default{
    background-color: white;
    box-shadow: 0px 1px 23px -3px rgb(25 25 25 / 25%);
}

.navbar-default .navbar-nav.navbar-left li a{
    border-top: 3px solid transparent;
}

.navbar-default .navbar-nav.navbar-left>.active>a, 
.navbar-default .navbar-nav.navbar-left>.active>a:hover, 
.navbar-default .navbar-nav.navbar-left>.active>a:focus{
    background-color: transparent;
    border-color: #003DA6;
    color: #003DA6;
    font-weight: 500;
}

.navbar-default .navbar-nav.navbar-left>li>a:hover, 
.navbar-default .navbar-nav.navbar-left>li>a:focus {
    color: #003DA6;
    font-weight: 500;

    /* background-color: transparent; */
}

.btn-clean{
    height: calc(1.5em + 1.65rem + 2px);
    width: calc(1.5em + 1.65rem + 2px);
    border-radius: 50%;
    background-color: #003DA6;
    color: #fff !important;
    margin-top: 6px;
    line-height: 9px !important;
    font-weight: 800;
}
.btn-clean:hover, .btn-clean:focus{
    background-color: #003DA6 !important;
    color: #fff !important;
}

.dropdown-menu-customized{
    min-width: 300px;
    padding: 0;
}

.navbar-brand{
    padding: 6px 15px;
    margin-right: 30px;
}

.progress-container {
    position: relative;
}

.progress-custom {
    margin: 0;
    height: 5px;
}

.progress-bar{
    background-color: #003DA6;
}

.pager li>a, .pager li>span {
    padding: 8px 16px;
    border-radius: 5px;
}
.pager .previous a,
.pager >span{
    color: #003DA6;
    border-color: #003DA6;
}

.pager .previous>a:hover, 
.pager .previous>a:focus{
    color: #fff;
    background-color: #003DA6;
    border-color: #003DA6;
}

.pager .previous.disabled>a, 
.pager .previous.disabled>a:hover, 
.pager .previous.disabled>a:focus, 
.pager .disabled>span{
    color: #777;
    border-color: #777;
    background-color: transparent;
}

.pager .finish a{
    color: #fff;
    background-color: #003DA6;
    border-color: #003DA6;
    float: right;
}

.pager .finish>a:hover, 
.pager .finish>a:focus{
    color: #fff;
    background-color: #002e7d;
}

.btn.btn-primary,
.btn-primary.disabled, 
.btn-primary[disabled],
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover{
    color: #fff;
    background-color: #003DA6;
    border-color: #003DA6;
}

.btn-primary.disabled, 
.btn-primary[disabled]{
    pointer-events: auto;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary.active, 
.open>.dropdown-toggle.btn-primary{
    color: #fff;
    background-color: #002e7d;
    border-color: #002e7d;
}

.btn-secondary {
    color: #fff;
    background-color: #6F6F6F;
    border-color: #6F6F6F;
}

.btn-secondary:hover, 
.btn-secondary:focus, 
.btn-secondary.focus, 
.btn-secondary:active, 
.btn-secondary.active, 
.open>.dropdown-toggle.btn-secondary{
    color: #fff;
    background-color: #5b5b5b;
    border-color: #5b5b5b;
}

.multiselect.dropdown-toggle{
    padding: 6px 5px;
    font-size: 13px;
}

#selectedReports{
    margin: 0;
}

.pager .next a,
.pager >span{
    color: #fff;
    background-color: #003DA6;
}

.pager .next>a:hover, 
.pager .next>a:focus{
    color: #fff;
    background-color: #002e7d;
}

.pager .next.disabled>a, 
.pager .next.disabled>a:hover, 
.pager .next.disabled>a:focus, 
.pager .disabled>span{
    color: #fff;
    background-color: #003DA6;
    opacity: 0.7;
}

.dataTables_wrapper .dataTables_paginate .paginate_button, 
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: #203da6 !important;
    /* border: 1px solid #979797 !important; */
    background-color: #F2F2F2 !important;
    background-image: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color: #fff !important;
    /* border: 1px solid #979797 !important; */
    background-color: #203da6 !important;
    background-image: none !important;
}

table.dataTable tbody th, 
table.dataTable tbody td{
    padding: 10px 18px !important;
}

.nav-pills>li>a {
    border-radius: 0;
    color: #7A8680;
}
.nav-tabs>li>a {
    border: 0;
    border-radius: 0;
}

.nav-pills>li.active>a, 
.nav-pills>li.active>a:hover, 
.nav-pills>li.active>a:focus{
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid #203da6;
    color: #203da6;
    font-weight: 600;
}

.nav-pills>li>a:hover, .nav-pills>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid #203da6;
}

.table.table.sticky-header {
    border-collapse: separate; /* Don't collapse */
    border-spacing: 0;
}

.table.sticky-header thead tr th, 
.table.sticky-header tbody tr th{
    text-align: center;
    position: sticky;
    position: -webkit-sticky;
    top: 58px;
    z-index: 999;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
}

.tokenizationSelect2{
    width: 300px;
  }


/* .table.sticky-header tbody tr td{
    text-align: center;
} */

input[type=radio].form-control, 
input[type=checkbox].form-control{
    width: 18px;
    height: 18px;
    margin: 0 auto;
}

.form-control-xs{
    padding: 6px 5px;
    font-size: 13px;
}

.customized-drop{
    text-align: center;
}

.rounded-text{
    width: 60px;
    height: 60px;
    font-weight: 900;
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
    border-radius: 50%;
    background: #203da6;
    font-size: 20px;
    color: #fff !important;
    line-height: 60px;
    margin-top: 20px;
}

.profile-details p{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
}

.logout-section{
    margin-top: 20px;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}

.m-0{
    margin: 0;
}

.mt-3 {
    margin-top: 1.2rem;
}

.mt-1 {
    margin-top: .5rem;
}
.mt-2 {
    margin-top: .75rem;
}

.mb-3 {
    margin-bottom: 1.2rem;
}

.v-align-middle {
    vertical-align: middle;
}

.d-flex{
    display: flex;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text-center {
    text-align: center;
}

.align-items-center{
    align-items: center;
}

.align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}


.mt-20 {
    margin-top: 20px;
}

.mr-1 {
    margin-right: 5px !important;
}

.d-inline-block {
    display: inline-block;
}

input[type=file]:focus, 
input[type=radio]:focus, 
input[type=checkbox]:focus, 
input[type=search]:focus, 
select:focus {
    outline: 0 !important;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
    outline: 0 !important;
}

span.note {
    font-size: 14px;
    font-weight: normal;
}

.checkbox.select, .check_box {
    width: auto !important;
    height: auto !important;
    /* margin-left: 10px; */
}
 

.modal-backdrop{
    z-index: 1040;
}

.modal{
    z-index: 1041;
}

.modal-title{
    font-size: 16px;
    /* font-weight: 600; */
}
.modal-title span{
    font-size: 13px;
    display: block;
    /* margin-top: 5px; */
    font-weight: normal;
}

.modal-header, .modal-footer{
    background: #F0F0F0;
    border: 0;
}

.modal-content{
    border-radius: 0;
}


#selected_report_list {
    list-style: none;
    counter-reset: steps;
    padding-left: 0;
}
#selected_report_list li {
    counter-increment: steps;
    margin-bottom: 5px;
    clear: both;
    line-height: 18px;
}
#selected_report_list li::before {
    content: counter(steps);
    margin-right: 0.75rem;
    margin-bottom: 5px;
    background: #203da6;
    color: white;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    font-size: 13px;
    display: inline-grid;
    place-items: center;
    line-height: 1.5em;
    float: left;
}

.modal-header .close,
.modal-header .close:active,
.modal-header .close:focus,
.modal-header .close:hover {
    opacity: 1;
    outline: 0 !important;
}

/* .modal-header .close{
    position: absolute;
    right: -14px;
    top: -14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #003DA6;
    color: #fff;
    border-radius: 50%;
    opacity: 1;
} */
/* .modal-header .close:active,
.modal-header .close:focus,
.modal-header .close:hover {
    opacity: 1;
    outline: 0 !important;
} */

.border-0{
    border: 0 !important;
}

.fa.fa-trash{
    color: #F41B35;
}

input[type=radio], 
input[type=checkbox]{
    width: 18px;
    height: 18px;
}

.progress-container{
    position: relative;
    width: 100%;
}
.progress-container .progress.progress-custom{
    position: fixed;
    /* width: 100%; */
    top: 54px;
    left: -25px;
    right: -25px;
    z-index: 1029;
}

.tab-content{
    padding: 25px 0 0 0;
}

.CodeMirror{
    border: 1px solid #ccc;
    border-radius: 4px;
}

.CodeMirror-gutters{
    /* border-color: #ccc; */
}

#reportListTable_filter label{
    visibility: hidden;
}

#reportListTable_filter label input{
    visibility: visible !important;
    position: relative !important;
    font-weight: normal;
    font-size: 12px;
}

.pager {
    margin: 30px 0;
}

.link_caption{
    color: #6F6F6F;
    font-style: italic;
    font-size: 12px;
}

.modal {
    text-align: center;
    padding: 0!important;
}
  
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
  
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.scroller{
    overflow-y: auto;
    max-height: 385px;
}

.scroller::-webkit-scrollbar { width: 6px; height: 6px; background-color: #e3e3e3; }
.scroller::-webkit-scrollbar-thumb { background: #6F6F6F; border-radius: 0; }

.alert{
    /* display: flex !important;
    align-items: flex-start; */
    /* width: 100%; */
    /* padding: 0; */
    padding: 0;
    vertical-align: middle;
    height: 55px;
    padding-bottom: 0;
    border-radius: 0;
    border: 0;
    /* box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25); */
    display: table !important;
}

.alert-danger{
    background: #f0f0f0;
    border-color: #f0f0f0;
    color: #010101;
}

.alert-danger [data-notify="icon"]{
    background: #A51500;
    color: white
}

.alert-danger [data-notify="dismiss"],
.alert-danger [data-notify="dismiss"]:hover{
    color: #010101;
}

.alert-success{
    background: #f0f0f0;
    border-color: #f0f0f0;
    color: #010101;
}

.alert-success [data-notify="icon"]{
    background: #1D7944;
    color: white
}

.alert-success [data-notify="dismiss"],
.alert-success [data-notify="dismiss"]:hover{
    color: #010101;
}

[data-notify="icon"]{
    /* float: left; */
    font-size: 18px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    margin-right: 8px;
    display: table-cell; 
    vertical-align: middle; 
}

[data-notify="message"]{
    line-height: 16px;
    display: table-cell; 
    vertical-align: middle; 
    text-align: left;
    padding-right: 16px;
    border-left: 8px solid transparent;
}

[data-notify="dismiss"],
[data-notify="dismiss"]:hover{
    /* position: static !important; */
    opacity: 1;
    top: 15px !important;
    margin-left: 5px;
}

ul.nav.nav-pills li.disabled {
    cursor: not-allowed;
}

ul.nav.nav-pills li.disabled a{
    pointer-events: none;
}

li.next.disabled{
    pointer-events: none;   
    cursor: not-allowed;
}

.footer{
    font-size: 11px;
    color: #BDBDBD;
    background: #fff;
    /* box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 10%); */
    padding-top: 8px;
    padding-bottom: 8px;
    clear: both;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;  
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.1);
}

.footer a{
    text-decoration: underline;
    color: #BDBDBD;
}

/* multi select dropdowns */

.multiselect.dropdown-toggle.btn.btn-default .multiselect-selected-text{
    display: inline-block;
    float: left;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    width: 90%;
}

.multiselect-container.dropdown-menu>.active>a, 
.multiselect-container.dropdown-menu>.active>a:hover, 
.multiselect-container.dropdown-menu>.active>a:focus{
    background-color: transparent;
}

.multiselect-container .checkbox input[type=checkbox]{
    margin-left: -33px;
    margin-top: -1px;
}

.multiselect-native-select .btn-group, .multiselect-native-select .btn-group .btn{
    width: 100%;
}

#columnsResultView tbody tr td:last-child .multiselect-container.dropdown-menu{
    right: 0;
    left: auto;
}

.sticky-header tbody tr td{
    vertical-align: middle;
}


/* configuration part css starts here */
.p-25{
    padding: 25px;
}
.logo-container{
    background: url(./images/splash_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-container img{
    height: auto;
    margin: auto;
}

.configuation-splash{
    height: 100vh;
}

.config-container{
    min-height: 100vh;
}

.config-bg{
    background: url(./images/config_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.config-aside-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; */
    flex-basis: 22%;
    width: 22%;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.config-left-content{
    max-width: 70%;
    text-align: center;
}

.account-wall{
    margin-top: 20px;
    /* padding: 40px 0px 20px 0px; */
    padding: 20px 30px 20px 30px;
}

.italic{
    font-style: italic;
}

.config-aside-wrap{
    width: 100%;
    /* max-width: 330px; */
    /* margin-top: 20px; */
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-self: center;
}

.config-aside-right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
    flex: 2;
}

.info-initial{
    width: 110px;
    height: 110px;
    float: none;
    margin: 0 auto;
    text-align: center;
    line-height: 100px;
    font-weight: 900;
    font-size: 3em;
    border-radius: 50%;
    background-color: #003DA6;
    color: #fff;
    border: 5px solid #fff;
}
.form-config{
    margin-top: 20px;
}

.form-container{
    width: 100%;
    position: relative;
    padding: 20px 25px;
    margin-bottom: 25px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

.form-heading{
    font-size: 15px;
    color: #343434;
    background-color: #fff;
    position: absolute;
    padding: 5px 8px;
    top: -15px;
    left: 20px;
    margin: 0;
}

label{
    color: #5d5d5d;
    font-size: 13px;
}

label span{
    color: #F52626;
}

.form-inline span{
    color: #333;
    display: inline-block;
    margin-top: 5px;
}

.radio-inline{
    padding-left: 25px;
}

.radio-inline input[type=radio]{
    margin-left: -25px;
}

.radio-inline+.radio-inline{
    margin-left: 25px;
}

.switch {
    position: relative; 
    width: 65px;
    -webkit-user-select:none; 
    -moz-user-select:none; 
    -ms-user-select: none;
}

.switch input[type=checkbox]{
    visibility: hidden;
}

.cmn-toggle 
{
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label 
{
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.cmn-toggle-round-flat + label 
{
  padding: 2px;
  width: 75px;
  height: 30px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after 
{
  display: block;
  position: absolute;
  content: "";
}

input.cmn-toggle-round-flat + label:before 
{
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  /* background-color: #fff; */
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:after 
{
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 22px;
  background-color: #fefefe;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}

input.cmn-toggle-round-flat:checked + label 
{
  background-color: #003DA6;
}

input.cmn-toggle-round-flat:checked + label:after 
{
  margin-left: 35px;
  background-color: #fff;
}
/* custom theme dropdown */

.bst-adv-dropdown .dropdown-menu {
    position: absolute;
    max-height: 220px; 
    min-width: 215px;
    bottom: 100%;
    margin-bottom: 2px;
    top: auto;
    border-radius: 5px;
    overflow-y: scroll; 
    background: #ffffff; 
    border: 1px solid #ced4da;
    z-index: 999999999;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.bst-adv-dropdown .dropdown-menu::-webkit-scrollbar { 
    width: 5px; 
    background-color: #f1f1f1;
}
.bst-adv-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #dedede; 
}

.bst-adv-dropdown .dropdown-menu.open-top{
    box-shadow: -4px ​-2px 12px 0px rgb(0,0,0,.175);
}
.bst-adv-dropdown .dropdown-menu li {
    cursor: pointer;
    padding: 5px;
    text-overflow: visible;
    white-space: normal;
    word-break: break-all;
}
.bst-adv-dropdown .dropdown-menu li:last-child {
    padding-bottom: 5px;
}
.bst-adv-dropdown .dropdown-menu li > ul {
    margin: 0; 
    padding: 0; 
}
.bst-adv-dropdown .dropdown-menu li > ul > li { 
    list-style: none; 
    
}
.bst-adv-dropdown .dropdown-menu li > ul > li > .item-list-wrapper > p { 
    margin: 0; 
    width: 100%; 
    display: block; 
    color: #dddddd; 
    font-size: 85%; 
    line-height: 18px; 
}
.bst-adv-dropdown .dropdown-menu li > .item-list-wrapper:hover { 
    background: rgba(255, 255, 255, 0.2); 
    transition-duration: 500ms; 
    transition-property: all; 
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); 
}

.bst-adv-dropdown .dropdown-menu { 
    display: none;
    overflow-y: auto;
}

.bst-adv-dropdown .dropdown-menu.open { 
    display: block;
}

/*status dropdowns with color codes*/
.bst-adv-dropdown .dropdown-menu li .item-color{ 
  width: 22px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.bst-adv-dropdown .dropdown-menu li:nth-child(1) .item-color {
    background: #5077A1;
}
.bst-adv-dropdown .dropdown-menu li:nth-child(2) .item-color {
    background: #6FCF97;
}

.bst-adv-dropdown .dropdown-menu li:nth-child(3) .item-color {
    background: #7E998D;
}

.bst-adv-dropdown .dropdown-menu li:nth-child(4) .item-color {
    background: #00218C;
}

.bst-adv-dropdown .dropdown-menu li:nth-child(5) .item-color {
    background: #2A3F56;
}

.bst-adv-dropdown .dropdown-menu li:nth-child(6) .item-color {
    background: #404040;
}

button.btn.btn-primary.show-chart-btn {
    margin-top: 25px;
}


@media (min-width: 1600px) and (max-width: 2800px){
    .configuation-splash{
        width: 890px;
        margin: 0 auto;
    }

    .configuation-splash .full-wt{
        width: 100%;
    }

    .config-text{
        font-size: 16px;
    }

    .page-title {
        font-size: 32px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .configuation-splash{
        width: 750px;
        margin: 0 auto;
    }

    .configuation-splash .full-wt{
        width: 100%;
    }
}

@media (max-width: 1199.98px){
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table.sticky-header thead tr th, 
    .table.sticky-header tbody tr th{
        top: 0;
    }
}
