/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

 .custom-td-action
 {
     width: 75px;
 }

 .minifyme
 {
     display: none;
 }

 #header
 {
    /* background: #fff !important;*/
    background: #1a1a1a !important;
 }

 .title-header
 {
    /*color: #000;*/
    color: #fff;
    font-size: 18px;
    padding-left: 10px;
 }

 .smart-style-2 .header-search>input[type=text]
 {
     background: #fff !important;
     border: 0px;
 }

 #ribbon
 {
     /*box-shadow: 1px 0px 1px;*/
     background: #f7f7f7 !important;
    /* display: none; */
 }

 .custom_border_radius
 {
     border-radius: 20px !important;
 }

 .demo
 {
     display: none;
 }

 .btn-bg-new
 {
     background: #6ac899 !important; 
     /*background: #ea7504;*/
     color: #fff;
     border: 1px solid #6ac899 !important;
 }

  .btn-bg-update
 {
    /* background: #ea75049c !important;
     color: #fff;
     border: 0px;*/
    /* background: #fff !important;
     border: 1px solid #ea7504 !important;
     color: #ea7504;*/
     border: 0;
    
 }

  .btn-bg-delete
 {
     background: #ff0000a3 !important;
     border: 0px;
     color: #fff;
 }

 .minus-td
 {
     width: 30px;
     text-align: center;
 }

 .td-action
 {
     width: 30px;
     text-align: center;
 }

 .btn-action
 {
    /* background: orange;
     color: #fff;*/
 }

 .required_champs
 {
     color: red;
 }

 .custom-modal-header
 {
    border-bottom: 2px solid #6ac899;
 }

 .modal-footer-custom
 {
     
 }

 .custom-table-thead
 {
     /*background: #73b973 !important;*/
     background: #1a1a1a !important;
    color: #fff;
    font-weight: bold;
 }

 .custom-tfoot-for-pagination
 {
     background: #fff !important;
 }

  .custom-tfoot-for-pagination :hover
 {
     background: #fff;
 }

 .bg-codefact
{
    background: red;
    color: black;
}

.bg-taux
{
     background: yellow;
     color: black;
}

.form-create
{
    background: #9bf59eeb;
    margin: 0;
    padding-top: 10px;
    box-shadow: 1px 1px 1px 2px #75b19547;
}

.form-update
{
    background: #f5f556e3;
    margin: 0;
    padding-top: 10px;
    box-shadow: 1px 1px 1px 2px #75b19547;
}


.btn-bg-search
{
    border: 2px solid #6ac899;
    color: #6ac899;
}

.fieldset_search
{
    border: 1px dashed #6ac899;
}

.legend_fieldset_search
{
    background: #6ac899;
    color: #fff;
    padding-left: 10px;
}

.modal-custom-reinit
{
    width: 421px;
}

#mobile-profile-img
{
    display: block !important;
}

.smart-style-2 .header-dropdown-list a.dropdown-toggle, .smart-style-2 .header-search>button
{
    color: #fff !important;
}

.btn_print_custom
{
    color: #6ac899;
    /*font-weight: bold;*/
    border: 1px solid #6ac899;
}

.modal-custom-preview
{
    width: 97%;
}


.ngx-datepicker-calendar-container { z-index: 1; }

.ngx-datepicker-container
{
    z-index: 1 !important;
    border-radius: 25px;
    width: 100%;
    position: initial !important;
}

.ngx-datepicker-input
{
    border-radius: 25px;
    width: 100% !important;
}

.custom-td-saisie-middle-prenoms
{
    font-size: 10px;
    background: 0 !important;
    border: 0;
    padding-left: 1px;
    padding-right: 1px;
}

.title-main-page
{
    color: #000;
    backgroundx: #6ac899;
    font-size: 13px;
    padding: 10px;
}

.faedit
{
 color: #6ac899;
}

.fadelete
{
 color: #ff7b0c;
}

.faprint
{
 color: #0db6e0;
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.dropdown-toggle.btn-primary
{
    color: #fff;
}