/* bleu admin */
[dir="ltr"] .bg-admin {
    background-color: #153760 !important;
}
.border-left-admin {
    border-left-color: #153760 !important;
}

/* sidebar */
[dir="ltr"] .sidebar-dark-pickled-bluewood .sidebar-menu-button {
    color: rgb(243, 243, 250) !important;
}

[dir="ltr"] .sidebar-dark-pickled-bluewood .sidebar-menu-icon {
    color: rgba(243, 243, 250, 0.7) !important;
}

[dir="ltr"] .sidebar-dark-dodger-blue .sidebar-menu-button, [dir="ltr"] .sidebar-dark-dodger-blue .sidebar-menu-toggle-icon {
    color: rgba(243, 243, 250, 0.7) !important;
}

[dir="ltr"] .sidebar-dark-dodger-blue .sidebar-menu-icon {
    color: rgba(236, 238, 239, 0.7) !important;
}

[dir="ltr"] .sidebar-dark-dodger-blue li.divider {
    margin: 5px 5px 5px 40px;
    height: 1px;
    border-left: 1px solid #303956;
    border-bottom: 1px solid #303956;
}

[dir="ltr"] .titleSidebar {
    margin-top: 20px;
    margin-bottom: 0 !important;
    color: #e17009;
    font-size: 2em;
}

/* tabs */
[dir="ltr"] .badge-tab {
    padding: 0.2rem 0.3rem;
    margin-left: 0.4rem !important;
}

/** legend **/
legend.required {
    font-weight: 500 !important;
}

/* jumbotron */
.jumbotron-success {
    background-color: rgb(52, 135, 234) !important;
    padding: 2.6rem 2rem !important;
    border-radius: .5rem;
}

/* timepicker */
.ui-timepicker-table td a {
    width: auto;
}

/* lien */
.clickMe {
    cursor: pointer;
}

[dir="ltr"] a:hover {
    color: rgba(43, 113, 210, 0.7);
    text-decoration: none;
    background-color: transparent;
}

/* image */
.img-b1-black {
    border: solid 1px black !important;
}

.gmap-icon {
    height: 1rem;
    width: 1rem;
    margin-left: 0.5rem;
}

.copy {
    height: 1rem;
    width: 1rem;
    margin-left: 0.5rem;
    padding-bottom: 0.2rem;
    cursor: pointer;
}
.copied {
    margin-left: 0.5rem;
}

/* form */
[dir=ltr] .form-control {
    background-color: #edf0f2;
}

[dir=ltr] .form-check-label {
    padding-top: 0.08rem;
}

/* text */
.small {
    font-weight: 400;
    line-height: 1;
}

.bold {
    font-weight: 700;
}

.error {
    color: crimson;
}

.flip_H{ transform: scale(-1, 1); }
.flip_V{ transform: scale(1, -1); }

/* table */
table td a {
    color: #0a66b7;
}

/* badge */
.badge {
    font-size: .7rem !important;
}

a.badge-rbo, .badge-rbo {
    color: white;
    background-color: #153760 !important;
}

a.badge-rbo:hover {
    color: white;
    background-color: #153760 !important;
}

/* dropdown */
.dropdown-click {
    cursor: pointer;
}

[dir="ltr"] .dropdown-item {
    padding: 0.5rem 1rem;
}

[dir="ltr"] .dropdown-notifications .badge-notifications {
    position: relative;
    display: block;
    margin-left: -0.6rem;
    margin-top: 1em;
    line-height: 1.2;
}

/* form */
[dir="ltr"] label, [dir="ltr"] .col-form-label {
    font-weight: 500;
}

.table thead th {
    color: rgba(39,44,51,.7) !important;
}

.fas-modify {
    font-size: 10px !important;
}

/* table */
[dir="ltr"] .table tbody td, [dir="ltr"] .table thead th {
    vertical-align: top;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    line-height: 1.25;
}

[dir="ltr"] .table td, [dir="ltr"] .table th {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    line-height: 1.25;
}

.icone-modify {
    height: 1.5rem;
    width: 1.5rem;
    font-size: 1rem;
    text-align: center;
}
/*** select2 ***/
.input-easy-address + .select2-container{
    width: 100% !important;
}
.select2-selection, .select2-selection__rendered {
    background-color: #edf0f2 !important;
    height: 2.5rem !important;
}
.select2-container .select2-selection--single {
    height: 2.5rem !important;
}

/*** login form custom rbo ***/
.login-container {
    background-color: #ffffff !important;
}

.login-form .form-control {
    background-color: #c6e3fc !important;
}

.login-form .form-control:invalid {
    background-color: #f1f1f1 !important;
}

.login-form .form-control:valid {
    background-color: #fafaff !important;
}

.login-form .form-control .was-validated {
    background-color: #edf0f2 !important;
}

/* LigthBox zoom */

.lb-image, .lb-dataContainer, .lb-outerContainer {

    height: 90vh !important;
    width: 45vw !important;
    margin-left: auto;
    margin-right: auto;
}

.reading380 {
    max-height: 380px;
    overflow:auto;
    padding-right: 10px;
    text-align:justify;
}
