.right-side-panel{
    display : none;}
#page-wrapper {
    margin-right: 0 ;}
.jq-toast-single{
    display: none;}
.fileinput-new .input-group-addon {
    padding: 9px;
    position: absolute;
    right: 0;
    top: 0;  }
.bootstrap-switch{
    top: 17px;
    width: 75px;}
.back-btn{
    color: white !important;
    margin-right: 5px;}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: block !important;}
.btn-file , .fileinput-remove-button{
    color: black;
    padding: 9px !important;}
.dt-buttons{
    display : none;}
small.error {
    background: red !important;
    color: white !important;
    display: flex ;
    padding: 0.375rem 0.5625rem 0.5625rem !important;
    margin-bottom: 1.6rem !important;
    font-size: 1.1rem !important;
    font-weight: normal !important;
    font-style: italic !important;}
.refresh-block{
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    -webkit-transition: all .05s ease;
    transition: all .05s ease;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 1000;
    border-radius: 2px;}
.refresh-block .refresh-loader{
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;}
.refresh-block .refresh-loader i{
    display: inline-block;
    line-height: 32px;
    color: #000;
    font-size: 16px;}
/*.switchery{
    width: 44px !important;
    height: 26px !important;}
.small span small{
    width: 26px !important;
    height: 26px !important;}*/
.slimScrollDiv ul li{
    height: 48px !important;}
.side-mini-panel ul.mini-nav > li > a{
    padding: 13px 0 10px !important;
    border-top: none !important;}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #111;
    padding: 10px 10px !important;}
table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid #111;
    padding: 10px 10px 6px !important;}
thead.forfilter th{
    background: white !important;}
.navbar-header{
    background: #04acbc !important;}
.fix-sidebar .top-left-part{
    background: #09a6b5 !important;}
.list-overlay ul li a,
.label-info,
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover,
.btn-info, .btn-info.disabled{
    background: #04acbc !important;}
.btn-info, .btn-info.disabled{
    border: 1px solid #04acbc !important;}
#side-menu > li > a.active i{
    color: #04acbc !important;}

.radio-info input[type=radio]:checked+label::before{
    border-color:#04acbc !Important;}
.radio-info input[type=radio]:checked+label::after{
    background-color: #04acbc !Important;}
.btn-inverse, .btn-inverse.active, 
.btn-inverse.focus, .btn-inverse:active, 
.btn-inverse:focus, .btn-inverse:hover, 
.open>.dropdown-toggle.btn-inverse{
    background-color: #073855;
    border: 1px solid #073855;}
.text-info{
    color: #04acbc !important;}
/*profile view*/
.user-profilepic{
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 50%;
    border: 2px solid #ccc;
    overflow: hidden;
    display: inline-flex;}
.user-profilepic img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;}
.user-details p{
    display: inline-block;
    border-right: 1px solid #eee;
    padding-left: 15px;
    padding-right: 15px;}
.user-details p:last-child{
    padding-right: 0;
    border-right: 0;}
/*ribbons*/
.subscribed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -8px;
    left: 8px;
    overflow: hidden;
    pointer-events: none;}
.subscribed:before, .subscribed:after {
    content: ""; 
    position: absolute;}
.subscribed:before {
    width: 40px;
    height: 8px;
    right: 100px;
    background: #4D6530;
    border-radius: 8px 8px 0px 0px;}
.subscribed:after {
    width: 8px;
    height: 40px;
    right: 0px;
    top: 100px;
    background: #4D6530;
    border-radius: 0px 8px 8px 0px;}
.subscribed-ribbon {
    color: #fff;
    width: 200px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 30px;
    right: -50px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px dashed;
    box-shadow:0 0 0 3px #12a9de,  0px 21px 5px -18px rgba(0,0,0,0.6);
    background: #12a9de;
    text-align: center;}
.subscribed-item{
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    
    background-color: #f2faff !important;
}