:root {
    --minimal: #f5f5f5;
    --absolute: #282828;
    --plum: #5a2e98;
    --burgundy: #981e32;
    --gold: #c93;
    --dark-gold: #a08040;
    --main: #69f0ff;
    --main_alpha:#69f0ff1f;
    --explore: #8cc63e;
    --second: #353b3b;
    --third: #41494a;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    height: 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-color: var(--minimal);
    color: var(--absolute);
    font-size: 0.75rem;
    line-height: 18px;
    position: relative;
}
/*main wrapper*/
.main-wrapper{
    min-height: calc(100% - 80px);
    display: flex;
    width: 100%;
}
.admin-sidebar {
    width: 300px;
    vertical-align: top;
    z-index: 2;
    background: #303030;
    border-right: 1px solid #181818;
    position: relative;

}
#main-content {
   /* display: flex;
    vertical-align: top;*/
    padding: 0;
    position: relative;
    /*flex-direction: column;
    flex: 6;*/
    /* margin-left: 216px;*/
}
#main-content .card{
    border-radius: 5px;
}
/*main wrapper ends*/

/*navbar styles*/
.navbar-brand span{
    color:#999;
}
.navbar-brand span:first-child{
    color:var(--main);
}
.navbar-brand span+span{
margin-left:10px;
}
.ht-navbar{
    width: 100%;
    min-height: 40px;
    height: 80px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #272727;
   /* background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);*/
    background-repeat: repeat-x;
    border: 1px solid #181818;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}
.ht-navbar img{
    width: auto !important;
    height: auto !important;
    max-height: 60px !important;
    /*padding: 5px 20px 7px 0;*/
}
.ht-navbar .container-fluid{
    padding-right: 0;
    padding-left: 0;
}
.ht-menu{
    font-size: 1rem;
}
.ht-menu a{
    color: #999999;
    border-bottom: 2px solid transparent;
}
.ht-menu a:hover{
    color:var(--main);
    border-bottom: 2px solid var(--main);
}
.ht-menu li+li{
    margin-left:10px;
}
.ht-menu li.nav-item a i{
    margin-right: 5px;
}
.ht-menu li.nav-item span{
    color:#F68E14;
}
.ht-navbar .nav li{
    width:auto;
}
/*navbar styles end*/

/*sidebar styles*/

.sidebar a {
    outline: 0 none;
    text-decoration: none;
}

.sidebar a:hover,
.sidebar a:focus {
    text-decoration: none;
    outline: 0 none;
}

ul.sidebar{
    width: 100%;
    background: #323232 none repeat scroll 0 0;
    display: block;
    margin: 0;
    padding: 0;
    box-shadow: 0px 3px 5px #1b1b1ba8;
}
ul.sidebar li{
    border-bottom: 1px solid #0a0a0a;
    border-top: 1px solid #4f4f4f;
}
ul.sidebar li a{
    color: #c6c6c6;
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 14px 18px 13px 15px;
    /*text-shadow: 1px 1px 0 rgb(0 0 0 / 30%);*/
    white-space: nowrap;
    border-left: 4px solid transparent;
}
ul.sidebar li.parent a:hover {
    background-color: #4f4f4f;
    color: var(--main);
    border-left:4px solid var(--main);
}
ul.sidebar li.parent a i {
    font-size: 14px;
    margin-right: 7px;
    text-align: center;
    width: 20px;
}
ul.sidebar li.parent.active a {
    border-left: 4px solid var(--main);
    color: var(--main);
}

.sidebar-ht-logo-container{
    position: absolute;
    bottom:0;
    z-index: -50;
    width:100%;
    opacity:0.3;
}
.sidebar-ht-logo-container ul{
    list-style: none;
    padding: 0;
}
.sidebar-ht-logo-container ul li{
    text-align: center;
    color:#a5a5a5;
}
.sidebar-ht-logo-container ul li p{
    margin-bottom: 0;
}
.sidebar-ht-logo-container ul li:first-child span{
    text-transform: uppercase;
}
.sidebar-ht-logo-container ul li+li{
    margin-top:10px;
}
.sidebar-ht-logo-container .img-container{
    padding-bottom: 10px;
    border-bottom: 2px solid #999;
    display: inline-block;
}
ul.sidebar li ul {
    list-style: none;
    background-color: var(--third); /*#414a42;*/
    margin: 0;
    padding: 1px 0 0;
}
ul.sidebar .parent ul li {
    background-color: var(--second);/*#323d33;;*/
    list-style: outside none none;
}
ul.sidebar .parent ul.ht-sub-menu{
    background: #0a0a0a;
}
ul.sidebar .parent ul.ht-sub-menu li{
    background-color: #181818;
    border-top: 1px solid #1f1f1f;
    border-bottom: none;
}
ul.sidebar .parent ul.ht-sub-menu li a {
    border: none;
    background-color: #181f1f;
    font-size: 11px;
    padding: 7px 18px 7px 55px;
    color:#fff;
    border-left: 4px solid transparent;
}
ul.sidebar .parent ul.ht-sub-menu li+li{
    margin-top:1px;
}
ul.sidebar .parent ul li a:hover,
ul.sidebar .parent ul li.active a,
ul.sidebar .parent ul li.active a:hover {
    background-color: var(--main_alpha); /*#414a42;*/
    border-left:4px solid var(--main);
    color:var(--main);
}
.ht-sub-menu-text-item{
    color:#fff;
    padding:5px 10px;
}
/*sidebar styles end*/

/*loader*/
.loader-wrapper{
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 50%;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    display: flex;
    text-align: center;
    height: 100vh;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 99999;
    visibility: hidden;
}
.loader-wrapper.show-loader{
    visibility: visible;
}
/*loader end*/
/*main content style*/
.page-head {
    background: #fff;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 5%);
    position: relative;
    border-bottom: 1px solid #cfcfcf;
    padding: 20px 25px;
    margin-bottom: 20px;
}
/*main content style end*/
/*Login page styles*/
.ht-copy{
    color:#1e4a51;
    margin-top:25px;
}
body.login-page{
    background: #021513;
}
body.login-page .container{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-panel{
    width: 400px;
    background: #021513;
    border: 1px solid #0d323d;
    border-radius: 10px;
    box-shadow: 0 0 17px #21b4c3;
    padding: 39px 20px 20px 20px;
}

.login-page .login-header-text{
    color: #66a3ad;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.login-page .login-header-text i{
    font-size: 40px;
    margin-right:10px;
}
.login-page .login-header-text span{
    color: #1f4e5d;
    text-transform: capitalize;
    margin-left: 10px;
}
/*login page styles end*/
/*Tables*/
table {
    max-width: 100%;
    background-color: transparent;
    border-spacing: 0;
}
table.table.table-bordered thead tr {
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
}
.table {
    margin-bottom: 1.125rem;
}

.table-bordered {
    border-collapse: separate;
    border: 0;
}

.table th {
    border-top: 0;
}

.table th,
.table td {
    background-clip: padding-box;
    border-bottom: 0;
    border-right: 0;
    padding: 0.5rem;
}

.table.table-bordered thead th {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 0;
    border-bottom-width: 1px;
}

.table thead:first-child tr:first-child th:first-child {
    border-top-left-radius: .25rem;
}

.table.table-bordered thead:first-child tr:first-child th:last-child {
    border-top-right-radius: .25rem;
    border-right: 1px solid #dddddd;
}

.table thead tr:last-child th,
.table :last-child tr:last-child td {
    border-bottom: 0;
}

.table.table-bordered tr td:last-child,
.table.dataTable tr td:last-child,
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-right: 1px solid #dddddd;
}

.table.dataTable tr:first-child th {
    border-left: 0;
}

.table.dataTable tr th:first-child,
.table.dataTable tr td:first-child {
    border-left: 1px solid #dddddd;
}

.table.table-bordered :last-child tr:last-child td {
    border-bottom: 1px solid #dddddd;
}

.table :last-child tr:last-child td:first-child,
.table thead:last-child tr:last-child th:first-child {
    border-bottom-left-radius: .25rem;
}

.table :last-child tr:last-child td:last-child,
.table thead:last-child tr:last-child th:last-child {
    border-bottom-right-radius: .25rem;
}

.cell-tiny{
    width:15px;
}
#filter-table{
    visibility: hidden;
    display: none;
}
.filters-container{

}
.filters-container ul{
    list-style: none;
    padding:0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.filters-container ul li+li{
    margin-left:10px;
}
.filters-container ul li:first-child label{
    margin-bottom:0.2rem;
}
.filter-complex-inline{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.filter-complex-inline *+*{
    margin-left:10px;
}
.cell-sub-text{
font-weight: 500;
    color:#999;
}
.cell-sub-text label{
    font-weight: 600;
    margin-right: 10px;
}

/*Tables end*/
.sync{
    color:#1c7430;
}
.no-sync{
    color:#9B410E;
}
.footer-button-wrapper{
    width:100%;
    border-top:1px solid #d7d7d7
}
.footer-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-top: 1px solid #fff;
}
.footer-buttons .btn+.btn{
    margin-left:10px;
}
.sub-title-list{
    list-style: none;
    padding:0;
    font-size: 14px;
}
.sub-title-list li{

}
.sub-title-list li label{
    font-weight: 500;
}
.sub-title-list li label:after{
    content: ":";
    margin-right: 5px;
}
.sub-title-list li span{
    color:#999;
}