
<!--.gritter-cu .gritter-bottom, .gritter-cu .gritter-item, .gritter-cu .gritter-top {
    background: url(../img/transparent/white-0.98.png) !important;
    background: #00acac !important;
    color: #fff !important;
    font-size: 12px !important;
}-->
.bg-blue-lighter {
    background:  !important;
}

.widget {
    color: ;
}

.widget-stats .stats-desc, .widget-stats .stats-title {
    color: ;
}

.widget-stats .stats-icon { 
    color: ;
}
.bg-success {
    background-color:  !important;
}
.widget .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-color: ;  
}

.btn.btn-success {
    color: ;
    background: ;
    border-color: ;
}

.btn.btn-success.active, .btn.btn-success:active, .btn.btn-success:focus, .btn.btn-success:hover, .open .dropdown-toggle.btn-success {
    color: ;
    background-color: ;
    border-color: ;
}

.panel-success>.panel-heading {
    background: ;
}

.panel-danger>.panel-heading, .panel-info>.panel-heading, .panel-inverse>.panel-heading, .panel-primary>.panel-heading, .panel-success>.panel-heading, .panel-warning>.panel-heading {
    color: ;
}

.bg-success-dark {
    background-color:  !important;
}


.text-white {
    color:  !important;
}

.bwizard-steps .active a {
    color: ;
    cursor: default;
}

.bwizard-steps li.active, .bwizard-steps li.active:focus, .bwizard-steps li.active:hover {
    background:  !important;
}

.bwizard-steps li.active small, .bwizard-steps li.active:focus small, .bwizard-steps li.active:hover small {
    color:  !important;
}

.bwizard-steps li.active .label {
    background: url(../img/transparent/black-0.2.png)!important;
    background: rgb(0 0 0 / 63%)!important;
}

/*span.switchery {
    background-color: rgb(26 34 41) !important;
    border-color: rgb(26 34 41) !important;
    box-shadow: rgb(26 34 41) 0px 0px 0px 16px inset !important;
    transition: border 0.5s ease 0s, box-shadow 0.5s ease 0s, background-color 1.5s ease 0s !important;
}*/

.note.bg-blue-lighter {
    color:  !important;
}

.btn.btn-default {
    color: ;
    background: ;
    border-color: #secondarycolor;
}

.sidebar .nav>li.active>a {
    background: ;
    color: ;
}

.sidebar .nav>li.active>a, .sidebar .nav>li.active>a:focus, .sidebar .nav>li.active>a:hover {
    background: ;
    color: ;
}

.btn.btn-primary {
    background: ;
    border-color: ;
}
.btn.btn-primary {
    color: ;
/*    background: #primarycolor;
    border-color: #primarycolor;*/
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: ;
    background-color: ;
    border-color: ;
}

.widget-stats .stats-progress .progress-bar {
    background: ;
}

.g-recaptcha {
    transform:scale(0.86);
    -webkit-transform:scal(0.86);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

@media screen and (max-width: 575px){ 
    .g-recaptcha {
    transform:scale(0.86);
    -webkit-transform:scale(0.86);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    } 
}