*, *::before, *::after {
    box-sizing: border-box;
}

a:hover{
    color: #000;
    text-decoration: none;
}

body, a{
    font-family: 'Lato', sans-serif;
}

.sidebar {
    background-color: #fff;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 280px;
    z-index: 1000;
}

.sidebar-inner {
    position: relative;
    height: 100%;
}

.sidebar-logo {
    border-bottom: 1px solid rgba(0,0,0,.0625);
    border-right: 1px solid rgba(0,0,0,.0625);
    line-height: 0;
    padding: 0 20px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    padding: 32px 25px;
}

.logo-inner a {
    display: inline-block;
    width: 100%;
    font-size: 36px;
    color: #000;
    text-align: center;
}

.logo-inner a:hover{
    color: #000;
    text-decoration: none;
}

.sidebar-menu {
    border-right: 1px solid rgba(0,0,0,.0625);
    height: calc(100vh - 65px);
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative!important;
    list-style-type: none;
    overflow: hidden!important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}


.sidebar ul {
    list-style-type: none;
}

.sidebar-menu li {
    position: relative;
}

.sidebar-menu li:first-child{
    margin-top: 30px;
}

.sidebar-menu li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    position: relative;
    white-space: nowrap;
    color: #72777a;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: 'Lato', sans-serif;
}

.sidebar-menu li a i{
    margin-right: 25px;
    font-size: 20px;
}

.c-blue-500, .cH-blue-500:hover {
    color: #2196f3!important;
}

.c-deep-purple-500, .cH-deep-purple-500:hover {
    color: #971EC9!important;
}

.c-orange-500, .cH-orange-500:hover {
    color: #FFD326!important;
}

.c-red {
    color: #ff0000!important;
}

.c-green {
    color: #009688!important;
}

.c-drakblue{
    color: grey
}

.sidebar-menu li a:hover{
    color: #000;
    text-decoration: none;
}

.page-container {
    min-height: 100vh;
    padding-left: 280px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.0625);
    display: block;
    height: 65px;
    margin-bottom: 0;
    padding: 0;
    position: fixed;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: calc(100% - 280px);
    z-index: 800;
}

.main-content {
    padding: 85px 20px 20px;
    min-height: calc(100vh - 61px);
    background-color: #f9fafb!important;
}

.header{
    padding: 0 30px;
}

.dropdown button{
    background-color: transparent;
    border:none;
    padding: 12px 5px;
}

.dropdown button p{
    margin: 0;
    text-align: left;
}

.dropdown button p.smail{
    font-size: 12px;
    margin-bottom: 2px;
}

.dropdown button:active,
.dropdown button:focus{
    border: none;
    outline: transparent;
}

footer {
    z-index: 1;
    position: relative;
    padding: 30px!important;
    text-align: center!important;
    font-size: 12px;
    line-height: 0!important;
    border-top: 1px solid rgba(0,0,0,.0625)!important;
    color: #7c8695!important;
}

footer p{
    margin: 0;
}

footer span{
    color: #0f9aee;
}

.page-title{
    padding: 30px;
    position: relative;
}

.page-title .title-inner {
    position: relative;
    display: flex;
    align-items: center;
}

.page-title .page-title-heading {
    font-size: 1.25rem;
    font-weight: 400;
    display: flex;
    align-content: center;
    align-items: center;
    color: #495057;
}

.page-title .page-title-icon {
    font-size: 18px;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 0.83333333rem;
    margin: 0 30px 0 0;
    background: #fff;
    box-shadow: 0 0.46875rem 2.1875rem rgba(0, 0, 0, 0.03), 0 0.9375rem 1.40625rem rgba(0, 0, 0, 0.03), 0 0.25rem 0.53125rem rgba(0, 0, 0, 0.05), 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.03);
    border-radius: 0.25rem;
    width: 50px;
    height: 50px;
    
}

.page-title .page-title-icon i,
.page-title .page-title-icon span {
    margin: auto;
}

.page-title-text h3{
    margin: 10px 0;
}

.page-title .page-title-subheading {
    padding: 3px 0 0;
    font-size: 0.88rem;
    opacity: .6;
}

.content{
    padding: 20px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.0625)!important;
    margin: 0 30px;
}

table.dataTable tbody th, table.dataTable tbody td{
    vertical-align: middle;
}

input.error {
    border: 1px solid red;
}
select.error {
    border: 1px solid red;
}

textarea.error {
    border: 1px solid red;
}

label.error {
    font-weight: normal;
    color: red;
}

ul.search-page{
    margin-top: 95px !important;
    padding: 0 20px !important;
    background-color: #fff;
}

.sidebar-wrapper {
    width: 280px !important;
}

.sidebar-dropdown span{
    margin-bottom: 5px;
    font-size: 14px;
    display: inline-block;
}

.form-control{
    margin-bottom: 10px;
}

.btn-search {
    text-align: center;
}

.map-description {
    background-color: #fff;
    padding: 25px;
    margin: 0 30px 15px 30px;
    border: 1px solid rgba(0,0,0,.0625)!important;
}

.color-icon ul{
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
}

.color-icon li{
    display: inline-block;
    font-size: 14px;
    margin-right: 25px;
}

.color-icon li span i{
    margin-right: 5px;
}