.col-push-3{
    margin-left: 25%;
}
.text-demande-validation {
    color: #fff;
}

.text-demande-accordee {
    color: #6f0;
}

.text-demande-refusee {
    color: #f00;
}

.text-demande-suspend {
    color: #ff0;
}

.text-document-archive {
    color: #09f;
}

.text-demande-validation .fa,
.text-demande-accordee .fa,
.text-demande-refusee .fa,
.text-demande-suspend .fa,
.text-document-archive .fa
{
    border: 1px solid black;
}

.form-check.inline{
    display: inline !important;
}

/* .border-demande-validation {

} */

.border-demande-accordee {
    border: 2px solid #6f0 !important;
}

.border-demande-refusee {
    border: 2px solid #f00 !important;
}

.border-demande-suspend {
    border: 2px solid #ff0 !important;
}

.border-document-archive {
    border: 2px solid #09f !important;
}

.bg-demande-validation {
    background-color: #fff !important;
}

.form-border-demande-accordee {
    border-bottom: 5px solid #6f0 !important;
}

.form-border-demande-refusee {
    border-bottom: 5px solid #f00 !important;
}

.form-border-demande-suspend {
    border-bottom: 5px solid #ff0 !important;
}

.form-border-document-archive {
    border-bottom: 5px solid #09f !important;
}

.bg-demande-accordee {
    background-color: #6f0 !important;
}

.bg-demande-refusee {
    background-color: #f00 !important;
}

.bg-demande-suspend {
    background-color: #ff0 !important;
}

.bg-document-archive {
    background-color: #09f !important;
}


/* Form components style */

fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    min-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 10px!important;
}

legend {
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 0px;
    width: 40%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}

.form-control {
    height: 30px;
    margin-bottom: 7px;
}

.custom-control-label-ml {
    margin-left: 40px;
}

.required {
    color: red;
}

.btn-inline {
    display: inline!important;
}

label {
    margin-bottom: 0px;
}

.no-bold{
	font-weight: normal!important;
}

.dst-form-thead {
    background: #ccc;
}

.m-t-small {
    margin-top: 10px !important;
}

.m-b-none {
    margin-bottom: 0px !important;
}

.bootstrap-table .fixed-table-container .table td,
.bootstrap-table .fixed-table-container .table th {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.form-control {
    padding: .0rem .75rem;
}

label.error {
    color: red;
    font-size: 12px;
}

.search .form-control {
    height: 38px;
    margin-bottom: 7px;
    font-size: 1.1rem;
}

.modal-footer-theme {
    padding-top: 15px;
    padding-bottom: 0px;
}

.modal-hr-theme {
    padding-bottom: 20px;
}

.a2s-font-small {
    /* font-size: 10px; */
}

#iframe, #iframe_recu, #iframe_sygmanif_entete_facture, #iframe_sygmanif_pied_facture, #iframe_sygmanif_condition_facture {
    border:1px solid #CCC !important;
    padding: none;
    margin: none;
}

div.sidebar{
    padding: 0;
}

#lateral>li.active,
#lateral a#outils.active {
    background-color: rgba(23, 162, 184, 58%);
}

#lateral .nav-treeview#sous-lateral li.nav-item {
    padding: 0;
}

#lateral .nav-item,
#lateral .has-treeview .nav-link,
#lateral .nav-treeview#sous-lateral li.nav-item ,
#lateral .nav-treeview#sous-lateral li.nav-item>a.nav-link {
    border-radius: 0;
}

#lateral #sous-lateral li.nav-item>a.active {
    background-color: rgba(23, 162, 184, 28%);
}

#horizontal {
    padding: 0 .5rem;
}

#menu-horizontal > li {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

#menu-horizontal > .active,
#menu-horizontal .has-treeview.active.menu-open > .nav-treeview {
    background-color: rgba(0, 139, 139, 58%);
}

#menu-horizontal > .dropdown > .dropdown-menu > .dropdown-item.active {
    background-color: rgba(0, 139, 139, 38%);
}

#menu-horizontal .has-treeview>.nav-treeview {
    display: none;
}

#menu-horizontal .has-treeview.active.menu-open > .nav-treeview {
    display: flex;
    position: absolute;
    margin: .5rem 0;
    right: 0; left: 0;
    z-index: 1033;
}

.content-header {
    position: relative;
    top: 1.5rem;
}

#menu-horizontal > .has-treeview.menu-open > .nav-treeview > .nav-item > .nav-link.active {
    background-color: rgba(0, 139, 139, 78%);
}

#menu-horizontal > .dropdown > .dropdown-menu > .dropdown-item.active,
.list-group-item.active {
    border-color: rgba(0, 139, 139, 88%);
}

.raccourci-suivi {
    align-self: center;
    font-size: x-large;
}


/* rechercher */
/*
.support-query-builder {
    background: #faefd2 !important;
} */

.loader-contenair {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    right: 0;
    /* background: black; */
    /* opacity: .5; */
    display: none;
    justify-content: center;
    align-items: center;
}
.loader {
    width: 100px;
    height: 100px;
}
.loader-backdrop{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: .4;
}
.loader i {
    font-size: 150px;
}

.loader-contenair.is-busy {
    display: flex;
}
.detail-table tr:hover {
    background: white!important;
}
.detail-table tr {
    background: white!important;
}
.page-jump-to .form-control{
    width: auto !important;
}

.dst-fixed-header{
    position: fixed;
    background: whitesmoke;
    top: 0px;
    left: 265px;
    right: 15px;
    z-index: 10;
    /* border-bottom: 5px solid;
    border: 5px solid; */
}

.sidebar-collapse .dst-fixed-header{
    left: 90px;
}

.dst_table tr{
    cursor: pointer;
}

.dst_table .table.detail-table tr{
    cursor: copy;
}
