body{
    font-family: 'Rubik', sans-serif;
    color: #103036;
}
.clear{
    clear: both;
}
table{
    color: #103036!important;
}
table thead{
    font-weight: bold;
}
.block_center{
    margin: 0 auto;
}
.heading_color{
    color: #103036;
    font-weight: bold;
}
.sub_heading{
    color: #1F606C;
}
.a_design{
    color: #1F606C;
    text-decoration: none;
    font-size: 16px;
}
.a_design:hover{
    color: #000;
    text-decoration: none;
}
.btn_design{
    background-color: #1F606C;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
}
.btn_design:hover{
    background-color: #fff;
    color: #000;
    border-radius: 25px;
    text-decoration: none;
    border: 1px solid #000;
}
.input_design{
    border-radius: 25px;
    border-color: #ccc;
}
.form-check-input{
    border-color: #ccc;
}
.card_radius{
    border-radius: 15px;
}
.login_bg_image{
    background-image: url('../images/map.jpg');
    height: 100vh;
    opacity: 0.1;
    background-position: center;
    background-size: auto;

}
.icon1{
    background: transparent url('../images/icon1.png') 0% 0% no-repeat padding-box;
    height: 39px;
    width: 33px;
    display: block;
}
.icon2{
    background: transparent url('../images/icon2.png') 0% 0% no-repeat padding-box;
    height: 40px;
    width: 28px;
    display: block;
}

.sidebar-dark .nav-item.active .nav-link i,.sidebar-dark .nav-item.active .nav-link,.sidebar-dark #sidebarToggle::after,.sidebar-dark .nav-item .nav-link{
    color: #103036!important;
}
.sidebar-dark #sidebarToggle,.sidebar-dark #sidebarToggle:hover{
    background-color: rgba(0,0,0,0.2);
}
.sidebar-dark{
    box-shadow: 3px 0 5px -2px #000;
    z-index: 1;
    border-radius: 12px;
}
.logout_btn{
    position: fixed!important;
    bottom: 15px;
}
.responsive-map-container {
    position: relative;
    /* padding-bottom: 56.25%; */
    padding-top: 30px;
    height: 100vh;
    overflow: hidden;
}

.responsive-map-container iframe,   
.responsive-map-container object,  
.responsive-map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

/*Right side bar*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    /* transition: 0.5s; */
    padding-top: 15px;
    box-shadow: 3px 0 6px 3px #000;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}
.sidenav .closebtn {
    position: absolute;
    top: -3px;
    right: 12px;
}
.rightsidebar_border{
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}
.map_icon{
    cursor: pointer;
}
.table-responsive{
    width: 100%!important;
}
.page-item.active .page-link{
    background-color: #103036;
    border-color: #103036;
}
.dropdown-toggle{
    color: #103036;
}
.thead_color{
    background-color: #ccc;
}
.thead_color > tr > td{
    border-right: 1px solid #fff;
}
.page-link{
    color: #000;
}
.sidebar_collapsed{
    background-color: #103036;
}
.sidebar_collapsed > a{
    color: #fff!important;
}
.collapse-item:hover{
    background-color: #fff!important;
    color: #000!important;    
}
.alert_btn{
    background-color: #F57100;
    color: #fff;
    padding: 5px 27px;
    border-radius: 31px;
    z-index: 999;
    position:absolute;
    right: 35%;
    left: 35%;
    top: 2%;
    text-align: center;
}
.alert_btn:hover{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.card_radius{
    border-radius: 20px;
    box-shadow: 0PX 0px 8px #ccc;
}
.acc_btn{
    text-align: left;
    background-color: transparent;
    border: none;
}
.accordion_card{
    border: none;
    box-shadow: 0px 0px 8px #ccc;
    border-radius: 15px!important;
    padding: 8px;
    margin-bottom: 18px;
}


.user_list > .card{
    border: 0px;
}
.user_list > .card > .card-header{
    background-color: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
}



.acc_btn_color{
    color: #0F2F36;
    font-weight: bold;
}
.accordion_body{
    padding: 0;
}
.border-secondary{
    /* background-color: #f6c23e; 
    border-color: #f6c23e!important;
    height: 4px;
    border-radius: 5px; */
    height: 4px;
    border-radius: 5px;
    border: 1px solid #d6e0e2!important;
}
.border-warning{
    background-color: #F57100; 
    border-color: #F57100!important;
    height: 4px;
    border-radius: 5px;
}

.icon_down{
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 16px;
}
.icon_down > i{
    font-size: 15px;
    color: #1F606C;
}
.time_picker{
    border-radius: 15px;
    text-align: center;
}
.bootstrap-datetimepicker-widget table td.day{
    padding: 7px;
}
.bootstrap-datetimepicker-widget table thead tr th{
    padding-bottom: 10px;
}
.add_scroll_to_div{
    max-height: calc(100vh - 316px);
    overflow-y: auto;
}
.sidebar_footer_card{
    position:fixed;
    bottom:0; 
    width: -webkit-fill-available;
    height: 250px;
    border:none;
    overflow-y:auto
}
.close_footer_card{
    color: #000;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
}
.select_color{
    color: #baacac;
}
.border-dark{
    border-width: 3px!important;
    border-color: #1F606C!important;
}
@media screen and (max-height: 450px) {
    /* .sidenav {
      padding-top: 15px;
    }
    .sidenav a {
      font-size: 18px;
    } */
}