@font-face {
   font-family: 'Roboto';
   src:url('fonts/roboto/Roboto-Light.ttf');
}
body{
   font-family: 'Roboto' !important;
}
div.box {
   border-top-color: #FFFFFF !important;
}
.box-title{
   text-transform: uppercase !important;
   font-weight: bold !important;
   color: #495057 !important;
}
h4{
   text-transform: uppercase !important;
   font-weight: bold !important;
}
.form-control{
   border-radius: 4px !important;
}
/**sideBar*/
.main-sidebar{
   background-color: #ffffff !important;
   border-right: 1px solid #d2d6de !important;
}
.skin-black .sidebar-menu>li.header{
   color: #222d32 !important;
   background: #ffffff !important;
   /*border-bottom: 1px solid #c8cdcf;*/
   font-weight: bold;
   text-align: center;
   font-size: 18px;
}
/** hover and open menu*/
.skin-black .sidebar-menu>li:hover>a, .skin-black .sidebar-menu>li.active>a, .skin-black .sidebar-menu>li.menu-open>a{
   background-color: #222d32 !important;
   color: #fff !important;
}
.skin-black .sidebar-menu>li>.treeview-menu{
   background: #ffffff !important;
}
.treeview > a:hover{
   background-color: #a9a7a7 !important;
}
.treeview > a {
   padding-top: 20px !important;
   padding-bottom: 20px !important;
   text-transform: initial;
   font-size: 14px;
   /** White side bar*/
   color: #222d32 !important;
   /*border-bottom: 1px solid #c8cdcf;*/
}
.tree-link > a {
   padding-top: 20px !important;
   padding-bottom: 20px !important;
   text-transform: initial;
   font-size: 14px;
   /** White side bar*/
   color: #222d32 !important;
   /*border-bottom: 1px solid #c8cdcf;*/
}
.treeview-menu li div > div a {
   text-transform: initial !important;
   font-size: 14px !important;
   padding: 10px 5px !important;
   /** White side bar*/
   color: #222d32 !important;
   background-color: #ffffff !important;
   border-radius: 15px;
}
.treeview-menu li div > div a:hover {
   color: #000000 !important;
   font-weight: bold !important;
   background-color: #eeeeee !important;
}
.user-panel div.info > p, .user-panel div.info > a{
   color: #222d32 !important;
}
.sidebar-collapse>.wrapper>.main-sidebar>.sidebar>.user-panel>.image>img{
   margin-left: 0% !important;
}
.user-panel>.image>img {
   width: 100%;
   max-width: 120px;
   height: auto;
   margin-left: 25%;
}
.skin-black .sidebar-form input[type="text"], .skin-black .sidebar-form .btn{
   background-color: #ffffff;
}
/**DataTable*/
td > i{
   font-size: 24px !important;
}
td > i.fa-plus{
   color: #146c43 !important;
}
td > i.fa-plus-square{
   color: #146c43 !important;
}
td > i.fa-check-circle-o{
   color: #146c43 !important;
}
td > i.fa-edit{
   color: #0d6efd !important;
}
td > i.fa-pencil-square-o{
   color: #0d6efd !important;
}
td > i.fa-info-circle{
   color: #4f9dad !important;
}
td > i.fa-print{
   color: #4f9dad !important;
}
td > i.fa-times{
   color: #b02a37 !important;
}
td > i.fa-remove{
   color: #b02a37 !important;
}
td > i.fa-exchange{
   color: #565e64 !important;
}
td > i.fa-share-square-o{
   color: #6c757d !important;
}
td > i.fa-check-square{
   color: #198754 !important;
}
td > i.fa-calendar-o{
   color: #6c757d !important;
}
td > i.fa-credit-card{
   color: #0b5ed7 !important;
}
td > i.fa-upload{
   color: #0d6efd !important;
}
td > i.fa-cloud-upload{
   color: #4f9dad !important;
}
td > i.fa-calendar{
   color: #4f9dad !important;
}
.btn {
   border-radius: 22px !important;
   text-transform: capitalize !important;
}
/**BUTTONS*/
.btn-success{
   color: #fff;
   background-color: #146c43;
   border-color: #13653f;   
}
.btn-primary{
   color: #fff;
   background-color: #0d6efd;
   border-color: #0d6efd;
}
.btn-primary:hover{
   color: #fff;
   background-color: #0b5ed7;
   border-color: #0a58ca;
}
.btn-success:hover{
   color: #fff;
   background-color: #157347 !important;
   border-color: #146c43 !important;
}
/**SWEET ALERT*/
.swal-button.swal-button--confirm{
   color: #fff;
   background-color: #0a58ca;
   border-color: #0a53be;
}
.swal-button.swal-button--confirm:hover{
   color: #fff !important;
   background-color: #0b5ed7 !important;
   border-color: #0a58ca !important;
}
.swal-button.swal-button--cancel{
   color: #fff;
   background-color: #b02a37;
   border-color: #a52834;
}
.swal-button.swal-button--cancel:hover{
   color: #fff !important;
   background-color: #bb2d3b !important;
   border-color: #b02a37 !important;
}
/**TEXT*/
.text-primary{
   color: #0d6efd !important;
}
button {
   margin-left: 10px !important;
}
/**LOGIN*/
.login-page, .register-page {
   background: #fff !important;
}
#login-form > div.form-group input {
   height: 50px !important;
   font-size: 22px !important;
}
#login-form > div.form-group span.glyphicon {
   font-size: 22px !important;
   margin-top: 2% !important;
}
.login-logo, .register-logo{
   margin-bottom: 0 !important;
}
.dt-button-collection > div > button {
   margin-left: 0px !important;
}