body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    background: white;
    font-size: 14px;
    color: #8a969f;
    word-break: break-word;
}

nav {
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    height: calc(100vh - 50px);
    width: 200px;
    background-color: #dadde4;
    /* box-shadow: rgba(0,0,0,0.5) 0 0 2px; */
    overflow: auto;
}

nav a {
    display: block;
    color: #00517b;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    /* letter-spacing: 0.3px; */
    text-transform: capitalize;
    padding: 15px;
    text-decoration: none;
    transition: background 0.3s ease;
    font-weight: bold;
    margin-bottom: 1px;
}

nav a i {
    padding-right: 30px;
    display: inline-block !important;
    width: 22px;
    font-size: 16px;
    text-align: center !important;
    /* transition: all 0.3s ease; */
    opacity: 0.5;
}

nav a:hover {
    background: rgb(236, 239, 243);
    /* padding-left: 15px; */
    color: #00517b;
    text-decoration: none;
}

nav a.active {
    background: #eceff3;
    color: #dab360;
    /* padding-left: 20px; */
    /* margin-bottom: 1px; */
}

#main {
    position: absolute;
    top: 50px;
    left: 200px;
    width: calc(100% - 200px);
    /* padding: 20px; */
    box-sizing: border-box;
    /* padding-top: 10px; */
}

#main #content {
    background: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /* border-bottom-right-radius: 3px; */
    /* border-bottom-left-radius: 3px; */
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    /* box-shadow: 0 1px 1px rgba(0,0,0,0.1); */
    box-sizing: border-box;
    overflow: auto;
    /* border-top: solid 2px #8aacbb; */
}

header {
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #013652;
    overflow: hidden;
    /* border-bottom: solid 1px #062b3c; */
    z-index: 99;
    /* box-shadow: rgba(0, 0, 0, 0.5) 200px 0 2px; */
    color: white;
}

header img {
    height: 40px;
    width: 40px;
    vertical-align: middle;
    margin: 5px;
}

h2 {
    /* margin: 10px 0 20px 0; */
    font-size: 22px;
    /* text-transform:capitalize; */
    color: #00517b;
    font-family: Open Sans;
    /* font-weight: 600; */
    border-bottom: solid 2px #e1e6eb;
    padding: 20px;
    background: white;
    margin: 0;
    text-align: left;
}

#onglets {
    display: table;
    /* border-bottom:solid 1px #eee; */
    background: #f3f5f7;
    padding-top: 20px;
    width: 100%;
    height: 71px;
    overflow: hidden;
}

#onglets a:hover {
    /* border: none; */
    /* color: white; */
    /* background:#8aacbb; */
    /* border-color: #8aacbb; */
    /* box-shadow: inset 0 -10px 50px -10px #fff6; */
    border-bottom-color: #a1a6af;
}

#onglets i {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
}

#onglets a {
    transition: all ease 0.1s;
    display: table-cell;
    padding: 3px 0;
    margin: 0;
    color: #a1a6af;
    /* border-top: solid 2px #062b3b; */
    text-decoration: none;
    /* border-left:solid 1px white; */
    /* border-right:solid 1px white; */
    font-size: 12px;
    /* box-shadow: inset 0 -10px 20px -10px #aaaaaa38; */
    border-bottom: solid 2px transparent;
    /* color: #717d90; */
    text-transform: uppercase;
    font-weight: bold;
    width: 20%;
    text-align: center;
    display: none;
    /* height: 71px; */
    /* overflow: hidden; */
}

#onglets a.active {
    color: #dab360;
    /* background:white!important; */
    /* border-left:solid 1px #eee; */
    /* border-right:solid 1px #eee; */
    border-bottom-color: #dab360;
    /* position:relative; */
    box-shadow: none !important;
    font-weight: bolder;
}

#onglets a.active:after {
    /* content:""; */
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 2px;
}

.in {
    padding: 10px;
    /* position:relative; */
}

.fc-view-container {
    background: #ffffff;
}

* {

    outline: none !important;

    /* box-shadow: inset 0 -10px 20px -10px #aaa; */
}

.fc-event, .fc-event-dot {
    /* background-color: #dab35f!important; */
}

.fc-event {
    /* border: 1px solid #dab35f!important; */
}

h2 a {
    text-decoration: none;
    color: #dab360;
}

h2 a:hover {
    color: #9e9e9e;
}

.list {
    width: 100%;
    margin: 0;
    padding: 0;
}

.list tbody tr.odd {
    /* background: #f8f8f8; */
}

.list.hover tbody tr:hover {
    background: #8aacbb0f !important;
    /* color:white; */
    cursor: pointer;
}

.paginate_button {
    /* background:white!important; */
    /* border:none!important; */
    /* box-shadow:none!important; */
}

label {
    /* display: inline-block; */
    /* max-width: 100%; */
    /* margin-bottom: 5px; */
    /* font-weight: 700; */
    color: #dab360;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

input[type=text], input[type=time], input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=file], input[type=phone], select, textarea, input[type=datetime-local], form .select2-container--default {
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eceff3;
    background-image: none;
    border: none;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin-bottom: 15px;
    box-sizing: border-box;
    font-family: "Open Sans";
    color: #262e38;
    font-size: 14px;
    font-weight: bold;
    color: #0074b1;
}

textarea {
    min-height: 100px;
    resize: vertical;
}

.row {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10 {

    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    vertical-align: top;
}

.col1 {
    width: 10%;

}

.col2 {
    width: 20%;
}

.col3 {
    width: 30%;
}

.col4 {
    width: 40%;
}

.col5 {
    width: 50%;
    /* border-left: solid 1px #eee; */
}

.col6 {
    width: 60%;
}

.col7 {
    width: 70%;
}

.col8 {
    width: 80%;
}

.col9 {
    width: 90%;
}

.col10 {
    width: 100%;
}

.btn, input[type=submit], button {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1), 0 7px 12px -5px rgba(63, 72, 83, 0.25);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dab360;
    background-color: #dab360;
    color: #444;
    display: inline-block;
    padding: 10px 13px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    /* border-radius: 4px; */
    /* margin-bottom:20px; */
    color: white;
    text-decoration: none;
    margin: 2px;
    border-radius: 0;
}

.pull-right {
    text-align: right;
    /* margin-top: 10px; */
}

.Notification {

    background-color: #dab360;

    color: white;

    border-left: solid 3px #b08c3f;

    padding: 20px;

    /* position: absolute; */

    opacity: 0.9;
}

.Notification.error {
    background: #dd4b39 !important;
    border-left-color: #d33724;
}

.Notification h4 {
    margin: 0;
    font-family: Oswald;
    font-weight: 300;
    font-size: 20px;
}

@media screen and (max-width: 1000px) {

    .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10 {
        width: 100% !important;
    }

    nav {
        left: -200px;
        transition: all 0.2s;
        z-index: 99;
    }

    #main {
        left: 0;
        width: 100%;
    }

    header {
        box-shadow: rgba(0, 0, 0, 0.5) 0 0 2px
    }

    nav.open {
        left: 0px;
    }

    #main {
        padding: 5px;
    }
}

#user {
    position: absolute;
    top: 0;
    padding: 10px;
    line-height: 30px;
    text-decoration: none;
    color: white;
    background: #003c5b;
    right: 0;
    box-sizing: border-box;
}

.list thead tr th {
    height: 40px;
    background: #ffffff;
    border-bottom: solid 2px #eeeeee !important;
    margin: 0;
    color: #dab360;
    text-transform: uppercase;
    font-weight: bolder !important;
    font-size: 14px;
    /* font-family: oswald; */
}

.list tbody tr {
    height: 50px;
}

.list {
    border: none !important;
    /* margin: 10px 0; */
    /* border-radius: 2px; */
    /* background: white; */
    border-spacing: 0 !important;
    border-collapse: collapse !important;
}

.list tr td {
    padding: 20px 10px !important;
    border-bottom: solid 2px #eee;
    margin: 0;
    color: #8a969f;
    font-size: 14px;
}

th {
    border: solid 1px #ffffff2b;
    /* color: white; */
    font-size: 14px;
    /* font-weight: 300!important; */
    padding: 5px !important;
    text-align: left;
    /* font-family: Oswald; */
    /* background: #262e38; */
}

header a {
    text-decoration: none;
    color: #ffffffb8;
}

.float-right {
    float: right;
}

.mt10 {

    margin-top: 10px;
}

.btn.btn-primary {
    background: #dab360;
    border-color: #dab360;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* padding: 0; */
}

input[type=file] {
    height: 46px;
}

nav a:hover i {
    /* padding-right: 35px; */
}

.file, .cle {
    display: inline-block;
    position: relative;
    padding: 5px;
    margin: 3px;
    background: #f3f5f7;
    border-radius: 0px;
    color: #a1a6af;
    padding-left: 80px;
    height: 80px;
    width: 300px;
    overflow: hidden;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    /* font-weight: bold; */
    border-left: solid 2px #f3f5f7;
}

.file input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: white;
}

.file i, .file img, .cle i, .cle img {
    position: absolute;
    font-size: 50px;
    left: 15px;
    top: 15px;
    height: 50px;
    width: 50px;
    text-align: center;
}

.file small {
    display: block;
}

.file:hover, .cle:hover {
    /* background: #dab35f!important; */
    color: #dab360;
    text-decoration: none;
    border-color: #dab360;
    cursor: pointer;
}

.file label {
    font-weight: normal;
    /* margin-top: 11px; */
    padding-top: 22px;
    color: white;
    font-family: 'open sans';
    letter-spacing: 0;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
}

.center {
    text-align: center;
}

.file.add, .cle.add {
    background: #a1a6af !important;
    color: white !important;
}

a:hover {
    color: #FFC107;
    text-decoration: none;
}

table.dataTable thead * {
    background: none !important;
}

nav a.active i {
    opacity: 1;
}

table.dataTable thead .sorting {
    position: relative;
}

table.dataTable thead .sorting_asc {
    /* padding-right: 30Px; */
}

th.sorting_desc {
    position: relative;
    /* padding-right: 30px!important; */
}

th.sorting_desc:after {
    content: "";
    width: 5px;
    height: 5px;
    /* position: absolute; */
    border: solid 5px transparent;
    border-top-color: #8a969f;
    /* margin-top: 19px; */
    margin-left: 5px;
    vertical-align: bottom;
    display: inline-block;
}

th.sorting_asc {
    position: relative;
    /* padding-right: 30px!important; */
}

th.sorting_asc:after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    border: solid 5px transparent;
    border-bottom-color: #8a969f;
    /* top: 17px; */
    margin-left: 5px;
    display: inline-block;
    vertical-align: bottom;
}

div#data_filter {
    display: inline-block;
    margin: 0;
    margin-right: 5px;
    vertical-align: top;
    float: right;
}

#menutop input[type="search"] {
    padding: 10px 8px;
    height: 42px;
    font-weigth: normal;
    margin: 2px;
    border: solid 1px #dadde4;
    box-shadow: none;
    border-radius: 0;
    box-sizing: border-box;
    font-weight: normal;
}

div#data_filter label {
    margin: 0;
}

#menutop select {
    display: inline-block;
    width: 200px;
    color: #062b3b;
    height: 42px;
    margin: 2px;
    vertical-align: top;
}

div#data_paginate {
    display: inline-block;
    /* background: blue; */
    /* float: right; */
    /* width: 100%; */
    /* text-align: right; */
    float: right;
}

div#data_paginate a {
    display: inline-block;
    /* background: #c31a1a; */
    display: inline-block;
    /* width: 100%; */
    height: 42px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 42px;
    color: #646b77;
    background-color: #dadde4;
    background-image: none;
    border: none;
    border-radius: 0;
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    /* margin-bottom: 20px; */
    box-sizing: border-box;
    font-family: "Open Sans";
    color: #a1a6af;
    font-size: 14px;
    font-weight: bold;
    margin: 2px;
    cursor: pointer;
    vertical-align: middle;
    margin-top: 5px;
}

div#data_info {
    display: inline-block;
    vertical-align: middle;
    /* background: red; */
    /* padding-left: 11px; */
    margin-right: 10px;
    /* float: right; */
    /* padding: 15px 0; */
}

div#data_length {
    display: inline;
    margin-left: 5px;
    display: none;
}

#options select {
    margin: 2px;
}

div#options {
    /* margin-bottom: 10px; */
    /* margin-top: 10px; */
    padding: 10px;
    background: #c3c4c44f;
    min-height: 72px;
    display: block;
    color: #607D8B;
    line-height: 50px;
}

div#menutop {
    /* margin-right: 10px; */
    text-align: right;
    float: right;
}

div#data_paginate a.current {
    background: #eceff3;
    color: #262e38;
}

div#data_paginate a:hover {
    background: #eceff3;
}

.btn.btn-secondary {
    background: #eceff3;
    border-color: #eceff3;
    color: #5e6670;
    outline: none !important;
}

.btn.btn-danger:hover {
    background: red !important;
    border-color: red !important;
    color: white !important;
}

a {
}

div#data_paginate a.disabled {
    display: none;
}

table.dataTable thead {
    cursor: pointer;
}

.list img {
    border-radius: 100%;
    width: 64px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    background: #f3f5f7;
    broder: solid 2px #ccc;
}

.list span.circle {
    display: inline-block;
    width: 64px;
    height: 64px;
    background: #f3f5f7;
    vertical-align: middle;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

.file u, .cle u {
    display: table;
    height: 100%;
    width: 100%;
    /* background: blue; */
    text-decoration: none;
}

.file u b, .cle u b {
    display: table-cell;
    height: 100%;
    width: 100%;
    /* background: blue; */
    vertical-align: middle;
    font-weight: normal !important;
    word-break: break-word;
    text-decoration: none;
}

.file .remove {
    position: absolute;
    top: -19px;
    right: -5px;
    padding: 10px;
    font-family: arial;
    font-size: 30px;
    color: #a1a6af;
    opacity: 0.2;
}

.file:hover .remove {
    opacity: 1;
}

.file .remove:hover {
    color: red;
    cursor: pointer;
}

#modalIMG img {
    min-height: 200px;
    background: #ccc;
}

.file img {
    background: #fff;
}

.circle i.fa {
    padding: 16px 16px;
    font-size: 30px;
    /* background: red; */
    width: 64px;
    text-align: center;
}

a {
}

.select2-container--default .select2-selection--single {
    background: transparent !important;
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
}

span.select2-dropdown.select2-dropdown--below {
    background-color: #eceff3;
    border: 1px solid #e1e3e8;
}

a.cle {
    display: inline-block;
    position: relative;
    padding: 5px;
    margin: 3px;
    background: #f3f5f7;
    border-radius: 0px;
    color: #a1a6af;
    padding-left: 80px;
    height: 80px;
    width: 300px;
    overflow: hidden;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    /* font-weight: bold; */
    border-left: solid 2px #f3f5f7;
}

a.delete {
    font-size: 20px;
    color: #ccc;
    font-weight: bolder;
}

a.delete:hover {
    color: red;
}

.btn:hover {
    color: white;
    opacity: 0.9;
}

#content div#options {
    /* float: left; */
    background: transparent;
    /* padding: 10px 0; */
    font-weight: bold;
    /* line-height: 43px; */
    /* padding: 0; */
    color: #a1a6af;
    padding-bottom: 0;
}

.spacer {
    margin-top: 0px;
    border-bottom: solid 4px #e1e6eb;
    margin-bottom: 10Px;
}

table tbody td a {
    color: #262e38;
    font-weight: bold;
}

.in.grey {
    background: #eaeaea !important;
    min-height: 66px;
    overflow: hidden;
    /* float: left; */
    /* box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1); */
    color: #607D8B;
}

.in h3, .in h2 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    /* line-height: 66px; */
    background: transparent;
}

.btn.btn-secondary:hover {
    color: #262e38;
}

h3.popover-header {
    line-height: 100%;
    background: #262e3800;
    color: #262e38;
}

.fc-content {
    font-weight: normal;
}

.in.grey h3, .in.grey h2 {
    padding: 11px 0px;
    color: #00517b;
    /* text-transform: capitalize; */
}

h3 span {
    display: inline-block;
    background: #262e388c;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: white;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 5px;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.detail {
    margin: 10px 0;
    padding: 10px;
    /* background: #f3f5f7; */
    border: solid 2Px #f3f5f7;
    box-sizing: border-box;
    border-radius: 5px;
}

.detail:hover {
    border-color: #262e38;
    color: #262e38;
    cursor: pointer;
}

.infos span {
    display: table-cell;
    vertical-align: top;
    width: 64px;
    text-align: center;
    font-size: 16px;
    line-height: 19Px;
    font-weight: bold;
    margin: 10px;
}

.infos span svg {
    width: 100%;
    height: 50px;
}

.infos span svg * {
    fill: #9fa4ae;
}

.infos {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.list-group-item.element {
    padding-left: 50px;
}

.list-group-item:hover {
    background: #f3f5f7;
    cursor: pointer;
}

.list-group-item.actif {
    border-left-color: #262e38;
    /* color: white; */
    border-left-width: 3px;
    /* font-weight: bold; */
    color: #262e38;
    background: #a1a6af !important;
    color: white;
}

ul#tree {
    border-radius: 0;
}

span.btnl {
    display: block;
    text-align: center;
    border-bottom: solid 1px #e9ecef;
    height: 100%;
    padding: 10px;
    /* height: 111Px; */
    width: 100%;
    text-align: left;
    vertical-align: top;
}

span.btnl svg {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
}

.btnl-table {
    display: table;
    width: 100%;
}

.btnl i {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    font-size: 40px;
    margin-right: 10px;
}

i.fa.fa-question-circle {
    /* display: block; */
    /* width: 100%; */
    /* height: 40px; */
    /* text-align: center; */
    /* font-size: 40Px; */
}

span.btnl:hover {
    background: rgba(161, 166, 175, 0.13);
    cursor: pointer;
    color: #3f4853;
}

.btnl svg path {
    fill: #8a969f;
}

.btnl:hover svg path {
    fill: #3f4853;
}

table.list.marget {
    margin-top: 16px;
}

input[type=checkbox], input[type=radio] {
    float: LEFT;
    vertical-align: top;
    line-height: 200px;
    margin-top: 5px;
    margin-right: 5px;
}

.block {
    margin: 20px;
    background: #ccc;
}

.blok {
    /* padding: 10px; */
    margin: 10px 0;
    background: #ffffff;
    /* border-radius: 5px; */
    /* box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1), 0 7px 12px -5px rgba(63, 72, 83, 0.08); */
    transition: box-shadow 0.5s;
    /* margin-bottom: 0; */
    position: relative;
}

.option > div {
    /* display: inline-block; */
    /* margin-right: 20px; */
}

.btn.full {
    width: 100%;
    overflow: hidden;
}

.option {
    display: table;
    width: 100%;
}

.funkyradio div {
    clear: both;
    overflow: hidden;
    /* width: 20%; */
    /* display: inline-block; */
}

.funkyradio-primary label {
    width: 100%;
    border-radius: 3px;
    /* border: 1px solid #D1D3D7; */
    font-weight: normal;
    background: #eceff3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 42px;
    text-indent: 3.25em;
    margin-top: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #555555;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #dadde4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #dab35f;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}


.blok h3 {
    color: #fff;
    background-color: #7d99b1;
    /* box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 12px -5px rgba(0,188,212,.46); */
    border: 0;
    /* border-radius: 5px 5px 0 0; */
    padding: 10px;
    margin-bottom: 0px;
    /* color: #555; */
    /* background-color: #fff!important; */
    font-size: 20px;
}

.blok:active, .blok:hover, .blok:focus {
    /* box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1), 0 7px 12px -5px rgba(63, 72, 83, 0.25); */
}

.blok.second {
    margin-top: 0;
    border-radius: 0;
}

.blok.second h3 {
    border-radius: 0;
}

.btn.btn-blok {
    background: transparent;
    border: transparent;
}

.fc h2 {
    border: none;
}

.blok input[type="search"] {
    background: transparent;
    color: white;
    border: 0;
    box-shadow: none;
}

.blok .list tr:last-child td {
    border: 0;
}

div#data_info {
}

#content .in.grey div#options {
    color: #607D8B;
    font-weight: normal;
    line-height: 24px;
}

.in.grey #menutop input[type="search"] {
    background: rgb(243, 245, 247);
    box-shadow: none;
    border: 0;
    height: 42px;
    color: #262e38;
    font-weight: normal;
    border-radius: 0;
    text-align: center;
}

.in.grey div#data_paginate {
    margin-top: -12Px;
}

.in.grey #options h3, .in.grey #options h2 {
    margin: 0;
    padding: 0;
}

.in.grey div#options {
    display: inline-block;
    min-height: 0;
}

.blok div#data_paginate {
    float: none;
    border-top: solid 2px #eee;
}

.in.grey h3 a {
    color: white;
}

input#form_Name {
}

.danger {
    color: red;
    font-weight: bolder;
    background: #ff00001a;
}

.danger select#form_Responsable {
    background: #ff000014;
    color: red;
}

.row.grey {
    background: #f3f5f7;
}

.filter {
    display: block;
    padding: 10px;
    background: #f3f5f7;
    font-weight: bold;
    cursor: pointer;
}

.el {
    /* border-bottom: solid 1px #5f5f5f; */
    padding: 5px 10px 5px 20px;
    color: #ccc;
    cursor: pointer;
    box-sizing: border-box;
    display: none;
    position: relative;
    color: #646b77;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    background: #d1d5dd;
}

h2, h3 {
    /* display: inline-block; */
    /* border: none; */
    /* padding: 0; */
    /* margin: 0; */
}

::-webkit-scrollbar {
    width: 8px;
    height: 0
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .25);
    border-radius: 8px;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-corner {
    display: none;
}

.file.add:hover {
    background: #dab35f !important;
}

a.bandeau {
    background: #dab35f;
    display: block;
    padding: 10px;
    color: white !important;
    text-align: center;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open.select2-container--focus {
    width: 100% !important;
}

span.dropdown-wrapper {
}

@media print {
    nav, #options, header, footer, #menuTop {
        display: none;
    }

    #main {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .fc-scroller {
        height: auto !important;
        display:block;
        overflow:visible;
    }

    .visible-print {
        display: inherit !important;
    }

    .hidden-print {
        display: none !important;
    }
}

input#photo {}

span.btn.btn-primary.btn-file input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

span.imgDetailList {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
span.imgDetailList img {
    width:64px;
    height:64px;
    background:#eee;
} 
span.imgDetailList a 
{
    position:relative;
}
span.imgDetailList a span
{
    display:none;
}
span.imgDetailList a:hover span
{
    display:block;
    position:absolute;
    top:0;
    right:0;
    background:white;
    padding:5px;
    font-size:10px;
}