/*!
 * Custom css styles 
 * This file allow to implement our own css styes without afecting the upgrade of smartadmin 
 *  
 */
@import 'custom_church_manager_style/modal.css';

@import 'custom_church_manager_style/panel.css';

@import 'custom_church_manager_style/ribbon-breadcrumb.css';

@import 'custom_church_manager_style/login.css';

@import 'custom_church_manager_style/FileInput.css';

@import 'custom_church_manager_style/select2.css';

@media print  { .noprint  { display: none!important; } }
@media screen { .noscreen { display: none; } }

.panel-header-detail-view{
    background-color: #22262E!important;
    color: #FFF!important;
}
.panel-header-detail-view :hover{
    color: #000;
}
.panel-heading{
    background-color: #22262E!important;
}

.kv-action-btn{
    color: #FFF!important;
}  
h3, .panel-title{
    color: #FFF!important;
}

.form-container-backgroud-white{
    background-color: #ffffff;
}

.control-label{
    margin-bottom: 10px;
    margin-top: 3px;
}
/* end override Select2 styles*/

/* BEGIN FORM OVERRIDES */
button.btn{
    margin-right: 3px;
}
/* END FORM OVERRIDE */