@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

body{
	background-color: #e4e6e9;
	font-family: 'Open Sans', sans-serif;
}
.p0{
	padding: 0;
}
.m0{
	margin: 0;
}
button, input, select{
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    vertical-align: unset !important;
}
.login-box{
	background-color: #fff;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 12%);
    border-bottom: 1px solid rgba(50,50,50,.33);
    padding: 20px;
    width: 400px;
    margin: 75px auto;
}
.login-box input{
	border-radius: 0;
    outline: none !important;
    border-color: #ddd;
    box-shadow: none !important;
    font-size: 15px;
    height: 40px;
}
.login-box button{
	border-radius: 0;
    font-size: 18px;
    width: 100px;
}
.error{
	text-align: center;
    color: #bb2222;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}
.navbar{
	background: #438eb9;
    border-radius: 0;
    margin: 0;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 2px 1px hsl(0deg 0% 43% / 14%);
}
.navbar h3{
	margin: 0;
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
}
.navbar h3 i{
	font-size: 18px;
    margin-right: 10px;
}
.navbar ul{
	margin: 0;
    padding: 0;
    display: inline-block;
    float: right;
}
.navbar ul li{
	font-size: 20px;
    margin: 0 7px;
    color: #438eb9;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.sidebar{
	width: 190px;
    display: inline-block;
    height: 100%;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    position: fixed;
    z-index: 999;
}
.sidebar ul{
    padding: 0;
    margin: 0;
}
.sidebar ul li{
	padding: 10px 14px;
    border-bottom: 1px solid #ccc;
}
.sidebar ul li a{
	color: #545454;
    font-size: 14px;
    font-weight: 600;
}
.sidebar ul li a i{
	margin-right: 7px;
    color: #438eb9;
}
.main-content{
	margin-left: 190px;
}
.main-content .inside-nav{
	background: #f2f2f2;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0;
    text-align: center;
    margin-bottom: 20px;
}
.main-content .inside-nav .form-group{
	display: inline-block;
	margin: 0 10px 0 0;
}
.main-content .inside-nav select{
	width: 240px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    height: 35px;
    display: inline-block;
}
.main-content .inside-nav button{
	border-radius: 0;
    vertical-align: unset;
    width: 100px;
    font-size: 15px;
    background: #438eb9 !important;
    border-color: #438eb9 !important;
}
.box{
	height: 100px;    
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 15px;
    height: 110px;
    cursor: pointer;
    font-family: 'Josefin Sans', sans-serif;
}
.box.blue{
	background-color: #438EB9;
}
.box.green{
	background-color: #077507;
}
.box.red{
	background-color: #bb1717;
}
.box h4{
	font-size: 25px;
}
.box h4 span{
	display: block;
    margin-bottom: 5px;
}
.menu{
	display: none !important;
}

.box a{
    color: #fff;
    text-decoration: none;
}

.filter{
    background: #fff;
    padding: 20px;
    border: 1px solid #bdbdbd;
}
.filter h2{
    margin: 0;
}

.filter h2{
    margin: 0 0 20px 0;
    font-size: 23px;
    font-weight: 600;
}

.filter .form-group, .filter form{
    display: inline-block;
}
.filter .form-group input{
    width: 250px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    height: 35px;
    display: inline-block;
}
.filter .form-group button{
    border-radius: 0;
    vertical-align: unset;
    width: 100px;
    font-size: 15px;
    background: #438eb9 !important;
    border-color: #438eb9 !important;
}

.data-div{
    background: #fff;
    padding: 20px;
    border: 1px solid #bdbdbd;
    margin-top: 25px;
}

table{
    margin: 0 !important;
}

table button{
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}

.more_data, .setCode{
    color: #438eb9;
}
.more_data:hover, .setCode:hover{
    cursor: pointer;
    text-decoration: underline;
}
.modal{
    /*z-index: 999999;*/
}
.modal .modal-content{
    border-radius: 0;
}
.modal h4{
    font-size: 22px;
    color: #438eb9;
}

.pagination form{
    display: inline-block;
}
.pagination input, .pagination button{
    border-radius: 0;
}

.checkbox-div{
    display: inline-block;
    margin-right: 15px;
    margin-top: 10px;
}

.data-div>h2{
    margin: 0 0 20px 0;
    font-size: 23px;
    font-weight: 600;
    color: #438eb9;
}

.summary-box{
    border: 1px solid #ddd;
    padding: 12px;
    margin: 20px 0;
}
.summary-box h4{
    margin: 0 0 15px 0;
    font-size: 22px;
}
.summary-box h4 span{
    float: right;
    font-size: 14px;
    font-weight: 600;
}
.summary-box p{
    margin-bottom: 15px;
}

.dropdown{
    display: inline-block;    
}
.dropdown ul{
    border-radius: 0;
    padding: 10px 0 10px 0;
    border-color: #9c9c9c;
    min-width: 210px;
}
.dropdown ul li{
    padding: 0;
}
.dropdown ul li a{
    padding: 5px 12px;
    cursor: pointer;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.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: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #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%;
}
.checkmark{
  background-color: #b8b8b8;
}

/* The container */
.s-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.s-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.s-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.s-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.s-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.s-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.s-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.s-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sutaibility{
    float: right;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    height: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.4px;
}

.sutaibility span{
    font-size: 11px;
    color: #ffffff;
    display: inline-block;
    margin: 0 5px;
    background: #438eb9;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.navbar button{
    margin-right: 35px;
    background: #fff !important;
    color: #000 !important;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.4px;
    border-color: #666666 !important;
    border-radius: 2px !important;
}

#notification-box li:hover{
    color: #bbbaba !important;
}

.tox-notifications-container{
    display: none !important;
}

@media only screen and (max-width: 600px) {
	
	.sidebar{
		display: none;
	}
	.main-content {
	    margin-left: 0px;
	}
	.box{
		margin: 15px 0;
	}
	.main-content .inside-nav .form-group{
		margin: 0 10px 5px 0;
		display: block;
	}
	.navbar ul li{
		margin: 0 2px;
	}
	.menu{
		display: inline-flex !important;
	}

    .navbar button{
        display: none;
    }

    .filter .form-group{
        margin: 0 !important;
        width: 100% !important;
    }
    .filter .form-group input, .filter .form-group button, .filter .dropdown button, .filter .form-group select{
        margin: 5px 0 !important;
        width: 100% !important;
    }
    .filter .dropdown{
        display: block !important;
        width: 100% !important;
    }
    .main-content {
        padding: 25px 10px !important;
    }

    .data-div table th:nth-child(1), .data-div table th:nth-child(2), 
    .data-div table th:nth-child(5){
        display: none;
    }

    .data-div table td:nth-child(1), .data-div table td:nth-child(2), 
    .data-div table td:nth-child(5){
        display: none;
    }

    .data-div table td .dropdown, .data-div table td .add-summary{
        display: none;
    }

    .sutaibility{
        float: none;
    }

}