body {
    font-family: "Lato", sans-serif;
    transition: background-color .5s;
    background: #f1f1f1;
}

.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}


.sidenav a.active{
	color: #fff;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 13px;
    color: #818181;
    display: block;
    transition: 0.3s;

}

.sidenav a.active,.sidenav a:hover {
    color: #f1f1f1;
    text-decoration: none;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


.sidenav img{
    width: 100px;

}

#main table{
    max-width: 100%;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
    margin-left: 250px;
    padding: 20px;
    overflow: hidden;
    min-width: 640px;
}

.border{
    border: 1px solid #e7e7e7;
    width: 100%;
    margin: 10px 0;
}
.alert-success label{
	color: #222;
}
.id_num{
	color: #111111;
    font-size: 12px !important;
}
.hide{
	display: none;
}
.table>thead>tr>th{
    padding-left: 20px;
    border-bottom: 0 !important;
}

.box{
    border:1px solid #d8dcde;
    padding: 10px 20px;
    border-right: 10px;
}

#main .modal-content{
    border-radius: 0;
}

input.form-control,.form-control{
    border-radius: 10px !important;
    height: 39px !important;
}
label{
    font-size: 12px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
img.img-rounded{
    border-radius: 100px;
    border: 1px solid #ccc;
    background-color: #e3e3e3;
    cursor: pointer;
    max-width: 150px;
    width: 150px;
    max-height: 150px;
    min-height: 150px;
    transition: background-color .5s;

}

img.img-rounded:hover{
    background-color: #e1e1e1;
}

#files{
    display: none;
}
.displaynone{
    display: none !important;
}

.overlays {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 9999999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;/* Add a pointer on hover */
}

.indent{
    padding: 5px;
}
.form-bg{
    opacity: .1;
    width: 700px;
    top: 0px;
    position: absolute;
    height: auto;
    z-index: -1;
    display: none;
}

div .form-control:focus {
    border-color: #8a8d90;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(91, 94, 97, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73, 77, 80, 0.6);

}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #222 !important;
    border-color: #222 !important;

}

.alert{
	padding: 14px 20px !important;
	border-radius: 10px !important;

}

.table.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e5e7e8;
}

.daterangepicker .ranges li.active {
 	background: #222 !important;
  color: #fff;
}
h1.main{
	color: #111;

}
.alert.alert-success{
	    background-color: #d8dcde;
    border-color: #d8dcde;
}
html,body{
    width: 100% ;
    height: 100%;
    padding: 0;
    margin: 0;
}
.body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
 
}

.body .panel{
    max-width: 500px;
    padding: 30px;
     box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.panel-footer,.panel-body{
    padding: 5px 0;

}

.body img{
    height: 120px;
}





div button.btn {
    width: auto;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    height: 38px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    min-width: 100px;
}



div button.btn:not(.btn-default).:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

div button.btn:focus {
    outline: none;
}


button.btn-default{
	color: #fff;
	background: #111;
}

button.btn-default.btn:hover{
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 1);
   background: #111;
   color: white;
}

button.btn-success.btn {
    background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}

div button.btn-success.update{
    box-shadow: none;
	background: #fff;
	border: 1px solid #959c99;
	color: #959c99;
	height: 30px;
	font-size: 12px;

}

header.flex{
	display: flex;
	align-items: center;
}

header.flex div{
	margin-left: 10px;
}

.table tr th,
.table  tr td{
	text-transform: uppercase;
	font-size: 12px;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.table tr th{
	font-size: 13px !important;
	padding: 10px;
}
