/**
 * Created by Jayendra Matarage on 11/26/2020.
 */
body{
    overflow-x: hidden;
}
.basic_font {
    font-family: ubuntu-light;
}

.basic_input {
    font-family: ubuntu-light;
    font-size: 12px;
    padding: 10px;
    width: 100%;
}

.basic_input_label {
    font-family: ubuntu-light;
    font-size: 12px;
    width: 100%;
    font-weight: bold;
}

.basic_button {
    background-color: #333333;
    color: #FFFFFF;
    font-size: 12px;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: none;
    outline: none;
}

.basic_button_fix {
    background-color: #333333;
    color: #FFFFFF;
    font-size: 12px;
    padding: 10px;
    border: none;
    outline: none;
}

.cus_shadow {
    -webkit-box-shadow: 0px 13px 30px 0px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0px 13px 30px 0px rgb(0 0 0 / 4%);
    box-shadow: 0px 13px 30px 0px rgb(0 0 0 / 4%);
}

.data_div {
    width: 100%;
    background-color: #FFFFFF;
    border-bottom: #353a3e1f solid 2px;
}

.data_div p {
    font-size: 12px;
}

.data_div h1 {
    font-size: 25px;
    font-weight: bold;
}

.ac-div div {
    margin-bottom: 0;
}



/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 255px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #353a3e; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 12px !important;
    color: #FFFFFF;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #FFFFFF;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    margin-left: 255px;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}



.custom_title{
    font-size: 12px !important;
    color: #FFFFFF !important;
}

.custom_pop_up{
    background-color: #00adff !important;
}

#nimithi_content_holder_outer{
    background-color: #FFFFFF;
    border-radius: 0 0 10px  10px;
}


/*
#title_set_row{
    border-radius: 10px  10px 0 0;
border-bottom: #353a3e1f solid 2px;
}

*/

.dropdown{

}

.dropdown button{
    font-size: 12px;
}

.dropdown div a{
    font-size: 12px;
    cursor: pointer;
}




.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 19px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3.5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


#sithalu_data_table_paginate .paginate_button {
    font-size: 12px;
    font-weight: bold;
}

#sithalu_data_table_paginate .current{
    color: #000000 !important;
    border: 1px solid #0781ff;
    background-color: white;
    border-radius: 50px;
}



.paginate_button:hover {
    color: #000000 !important;
    border: 1px solid #0781ff !important;
    background-color: white !important;
    border-radius: 50px !important;
}


 .paginate_button:active {
    color: #000000 !important;
    border: 1px solid #0781ff !important;
    background-color: white !important;
    border-radius: 50px !important;
}