footer.footer.ftr-cstm.footer-block {
    padding-top: 55px;
}
body .footer-content .footer {
    margin: 0px auto;
}
.small, small {
    font-size: 100%;
    font-weight: 400;
    line-height: initial;
}
.navbar .navbar-left {
    background-color: #00041c;
	padding: 5px;
}
.sidebar {
    background-color: #00041c;
}
body .footer-content .footer {
    max-width: 100% !important;

}
.btn-primary {
background: #1d79d8;
    color: #fff;

    text-transform: uppercase;
    text-align: center;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 1px !important;
border-radius: 0 !important;
    display: inline-block;
    padding: 13px 36px 13px 36px;
    color: #ffffff;
    line-height: 24px;
    /* font-size: 20px; */
    font-weight: 700;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    background: rgb(37,180,238);
    background: -moz-linear-gradient(top, rgba(37,180,238,1) 0%, rgba(48,234,251,1) 100%);
    background: -webkit-linear-gradient(top, rgba(37,180,238,1) 0%,rgba(48,234,251,1) 100%);
    background: linear-gradient(to bottom, rgba(37,180,238,1) 0%,rgba(48,234,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25b4ee', endColorstr='#30eafb',GradientType=0 );
}  
.btn-primary:hover {
	    background: #56aaff;
}
.sidebar .nav-item>.nav-link.active , .nav-pills .nav-link.active, .nav-pills .show>.nav-link, .sidebar .nav-item>.nav-link:hover:not(.active){
    color: #fff;
    background-color: #2dd8f7;
	    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	border-radius: 0;
    display: inline-block;
    padding: 13px 36px 13px 36px;
    color: #ffffff;
    line-height: 24px;
    /* font-size: 20px; */
    font-weight: 700;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    background: rgb(37,180,238);
    background: -moz-linear-gradient(top, rgba(37,180,238,1) 0%, rgba(48,234,251,1) 100%);
    background: -webkit-linear-gradient(top, rgba(37,180,238,1) 0%,rgba(48,234,251,1) 100%);
    background: linear-gradient(to bottom, rgba(37,180,238,1) 0%,rgba(48,234,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25b4ee', endColorstr='#30eafb',GradientType=0 );
}
.text-primary {
    color: #2dd8f7!important;
}
a:hover, a {
    color: #7d8b91;
}
.root-boxes .root-box:hover{   border-color: #2dd8f7 !important;}
.ui-pnotify .brighttheme.brighttheme-info{
	background-color: #2dd8f7!important;
    border-color: #2dd8f7!important;
}
.brighttheme-info {
    background-color: #ff9161;
    border: 0 solid #2dd8f7;
    color: #012831;
}
.table-responsive.table-borders {
    border: 0.07rem solid #8ebcec;
    background: beige;
}
.table thead th {
    background: #edeeef;
    font-size: 16px;
    color: #031934;
	    font-weight: 700;
	border-bottom: 0.07rem solid #8ebcec;
}
.table thead th a{
    color: #031934;
}
.table {
    background-color: white;
}
@media (min-width: 994px) {
body .body-content .section-main {

    padding: 20px 40px;
}
}

.btn-group-sm>.btn, .btn.btn-sm, .btn.btn-xs {
    color: #fff;
    display: inline-block;
    border-radius: 1px;
    font-weight: 700;
    text-decoration: none;
}
.ui-pnotify .brighttheme.brighttheme-error {
    background-color: #1d79d8!important;
    border-color: #1d79d8!important;
}