@font-face {
    font-family: "Poppins";
    src: url("../../../fonts/poppins/Poppins-Regular.ttf");
}

body {
    font-family: 'Poppins' ,serif, Arial;
    font-size: 13px;
    background-repeat: repeat-y;
    padding: 0!important;
    margin: 0!important;
}
.blueselect a:focus, .blueselect a:hover {
    background-color: #0088CC !important;
    color: #ffffff !important;
}

#accordion .panel-heading, .accordion .panel-heading {
    padding:0;
}

#accordion .panel-heading a, .accordion .panel-heading a {
    display: block;
    padding: 10px 15px;
}

#accordion1 .panel-heading {
    padding:0;
}
#accordion1 .panel-heading a {
    display: block;
    padding: 10px 15px;
}

#accordion2 .panel-heading {
    padding:0;
}
#accordion2 .panel-heading a {
    display: block;
    padding: 10px 15px;
}

label[class~=required]:after {
    content:" *";
    color:#C82829;
}

ul.list-style {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

ul.list-style .dropdown-menu {
    max-height: 102px;
}

ul.list-style li {
    font-size: 14px;
    line-height: 21px;
    padding: 1px 0;
    display: block;
}

.dataTables_empty {
    text-align: center;
}

.btn-perso {
    cursor: pointer;
}

.btn.btn-success.pull-right.adjust, .btn-group.pull-right.adjust {
    margin-top: 20px;
    /*margin-right: 50px;*/
    margin-bottom: -10px;
}

.btn-group.pull-right.adjust {
    margin-top: 10px!important;
    margin-bottom: 10px;
}

.fancybox-button--share {
    display: none!important;
}

.dropdown-header {
    font-weight: bold;
    font-size: 13px!important;
}

.table-borderless td,
.table-borderless th {
    border: 0 !important;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 40%;
    padding: 6px 12px;
}

.padding-radio label {
    padding-right: 10px;
    padding-left: 3px;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #777;
}

/*#projectList_wrapper {
    overflow: auto;
}*/

.fill-color-gray {
    background-color: #EEEEEE;
}

th.nature, .inputTd.nature, #ressourcesPropres th.origin, .inputTd.origin {
    width: 33%;
}

th.calcul, .inputTd.calcul, #ressourcesPropres th.amount, .inputTd.amount {
    width: 30%;
}

th.montant, .inputTd.montant, #ressourcesPropres th.requested, .inputTd.requested {
    width: 20%;
}

th.percent, .inputTd.percent, #ressourcesPropres th.percent, .inputTd.percent {
    width: 10%;
}

th.suppr, .inputTd.suppr, #ressourcesPropres th.suppr, .row-ressourcesPrives > .inputTd.remove, #ressourcesPrives tr td.inputTd.remove, #tbl-depense tr td.inputTd.remove, #depenseValorisationsFr tr td.inputTd.remove {
    width: 7%;
}

.depense th {
    border: 1px solid #d2d6de;
    text-align: center;
}

.depense td {
    border: 1px solid #d2d6de;
}

.depense input {
    border: 1px solid #d2d6de;
}

.btn-ajout-depense {
    /*width: 50%;*/
    /*height: 20px;*/
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 12px;
    width: auto;
    /*padding-bottom: 19px;*/
    /*padding-top: 5px;*/
}

.inputTd {
    height: 25px;
    border: none;
    position: relative;
}

.inputTd input, .inputTd select {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    /*padding: 3px 10px 3px 3px;*/
    text-align: right;
    /*border: 1px solid #000000!important;*/
    background-color: #FAFAF8;
}

.inputTd input {
    padding-right: 3px;
}

.inputTd.remove {
    /*width: 5%;*/
    /*padding:0;*/
    margin:0;
    text-align:center;
    cursor: pointer;
    /*background-color: #FAFAF8;*/
}

.valorisationsDepense th {
    border: 1px solid #d2d6de;
    text-align: center;
}

.valorisationsDepense td {
    border: 1px solid #d2d6de;
}

.ressources th {
    border: 1px solid #d2d6de;
    text-align: center;
}

.ressources td {
    border: 1px solid #d2d6de;
}

.valorisationsRessources th {
    border: 1px solid #d2d6de;
    text-align: center;
}

.valorisationsRessources td {
    border: 1px solid #d2d6de;
}

.ressourcesPrives td {
    border: 1px solid #d2d6de;
}

.ressourcesPrives th {
    border: 1px solid #d2d6de;
    text-align: center;
}

.ressourcesPropres td {
    border: 1px solid #d2d6de;
}

.ressourcesPropres th {
    border: 1px solid #d2d6de;
    text-align: center;
}

.ressourcesPublics td {
    border: 1px solid #d2d6de;
}

.ressourcesPublics th {
    border: 1px solid #d2d6de;
    text-align: center;
}

.no-border {
    border: 1px solid #d2d6de;
    margin-top: 10px;
}

.height-auto {
    height: auto !important;
    min-height: 32px;
}

/*  bhoechie tab */
div.bhoechie-tab-container{
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border:1px solid #ddd;
    margin-top: 20px;
    margin-left: 50px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group{
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a{
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #5A55A3;
}

div.bhoechie-tab-menu div.list-group>a:first-child{
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child{
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
    background-color: #5A55A3;
    color: #ffffff;
}

div.bhoechie-tab-menu div.list-group>a.active:after{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
    display: none;
}

.tabs-left {
    border-bottom: none;
    border-right: 1px solid #ddd;
    background-color: #FFFEFA;
}

.tabs-left>li {
    float: none;
    margin:0px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    background:#3CA4AD;
    color: #ffffff!important;
    border:none;
    border-radius:0px;
    margin:0px;
}

.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
    /*border-radius: 4px 0px 0px 4px!important;*/
}

.tabs-left>li.active>a::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #3CA4AD;
    color: #ffffff;
    display: block;
    width: 0;
}

.text-red.with-bottom-border, .text-blue.with-bottom-border {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.font-12 {
    font-size: 12px!important;
}

.font-13 {
    font-size: 13px!important;
}

a {
    color: #3CA4AD;
}

.select-readonly {
    background: #EEE;
    cursor:no-drop;
}

.select-readonly option{
    display:none;
}

div.dataTables_processing {
    font-size: 1.1em;
    margin-top: -30px;
    color: #999999;
}

table.table.table-striped {
    clear: both;
    margin-bottom: 6px !important;
    max-width: none !important;
    table-layout: fixed;
    word-break: break-all;
}
.new-account a {
    display: block;
    margin: auto;
    padding: 0.5rem 1.5rem;
    font-family: sans-serif;
    font-size: 1.3rem;
    text-decoration: none;
    color: white;
    position: relative;
    transition: all .3s cubic-bezier(.2, 0, 0, 1);
    z-index: 1;
}
.new-account a:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 1.25rem;
    left: 1.25rem;
    background-color: #ffffff;
    transition: all .3s cubic-bezier(.2, 0, 0, 1);
    transform-origin: bottom center;
    z-index: -1;
}
.new-account a:hover {
    color: #2D2D2D;
}
.new-account a:hover:after {
    right: 0;
    left: 0;
    height: 100%;
}
.sign-up-button {
    color: #FFF;
    padding: 15px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    font-size: 15px!important;
}
.sign-up-button:hover{
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}

.well {
    border-radius: 2px;
    background-color: #EBEAE6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
        top: 42px;
    }
}

/*@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse,
    .sidebar-menu>li:hover>a>span:not(.pull-right),
    .sidebar-mini.sidebar-collapse,
    .sidebar-menu>li:hover>.treeview-menu {
        width: 220px;
    }
}*/

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
        left: 220px !important;
    }
    .navbar-nav {
        /*max-width: 970px;*/
        /*position: relative;
        bottom: 8px;
        right: 16px;*/
    }
}

.form-group.has-success .form-control, .form-group.has-success .input-group-addon {
    border-color: #d2d6de;
}

.nav-tabs li.bv-tab-success>a {
    color: #3ca4ad;
}

.nav-tabs li.bv-tab-success>a:hover {
    color: #FFFFFF;
}

.form-group.has-success label {
    color: #333333;
}

.alert-success{
    background-color:#3CA4AD!important;
    border-color:#3CA4C6!important;
    color:#FFFFFF;
}
.alert-success h4{
    color:#3CA4AD!important;
}

.table {
    color: #5F6C7F;/*565656*/
    font-size: 12px;
}

textarea.form-control {
    min-height: 150px;
}

.modal-dialog.modal-800 {
    width: 800px;
    margin: 30px auto;
}

div.dataTables_info {
    color: #5f6c7f;
}

.dropdown-menu>li>a {
    white-space: normal;
}
p.success-depot, p.success-thank{
    font-size: 17px;
    font-style: italic;
    text-align: center;
}
a.btn-back-to-project {
    margin-right: 40%;
}
table.table-session li.nostyle {
    list-style-type: none;
    font-style: italic;
}
span.yes, span.no {
    font-weight: bolder
}
span.yes {
    color: #008000
}
span.no {
    color: #ff0000
}
big-check {
    font-size: 18px;
}

ul.activities li, ul.partners li {
    list-style-type: none;
}

/** translation fields style*/
.tab-content>.active {
    display: block;
}
.a2lix_translations .trans-label {
    margin-bottom: 0px;
    color: #255968;
    padding-top: 15px;
}

.a2lix_translations .tab-content {
    padding: 5px;
    border: 1px solid #ddd;
    border-top: none;
}
.a2lix_translations .nav-tabs>li>a {
    padding: 5px 15px;
}
/*.a2lix_translationsLocales.nav-tabs {*/
/*    border-bottom: none;*/
/*}*/

.setting-project-locale {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 50em;
}

ul.initiative-activities li, ul.bilan-activities li, ul.activities li, ul.decathloniens li {
    list-style-type: none;
}
.well.not-eligible {
    color: #ccc;
}

.local-flag {
    height: 20px;
}
.dropdown-menu {
    min-width: 165px;
}
.dropdown-menu>li>a {
    padding: 3px 15px;
}
.lang-switcher {
    min-width: 130px;
}
.lang-switcher>li>a {
    padding: 3px 15px;
}


ul.ul-langue {
    width: 200px;
}

.login-switch-lang {
    padding: 3px 0;
    padding-left: 1px;
}
.login-switch-lang a.dropdown-toggle {
    padding: 0.3rem 1.5rem;
}
.login-page ul.dropdown-menu.lang-switcher {
    padding: 0px 0px;
    border-radius: 1px;
}
p.bilan-refuse {
    margin: 30px 1px 10px 0;
    font-weight: 700;
    position: relative;
    left: 20px;
}
span.contenu-du-mail {
    display: block;
    overflow-x: scroll;
}
.modal-lg.export-fields {
    width: 60%;
}
.select-field-btn {
    width: 100%;
    padding: 6px;
}
.select-all-initiative-ps {
    margin-top: 4px;
}

.panel-default.activity, .well.activity, .panel-default.decathlonien, .well.decathlonien {
    /*width: 98%;*/
    position: relative;
    left: -16px;
}
ul.decathloniens {
    padding-left: 30px;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.panel-group.activity, .panel-group.decathlonien {
    margin-bottom: 8px;
}
.panel-title.activity, .panel-title.decathlonien {
    font-size: 13px;
    font-weight: 400;
}

legend {
    font-size: 18px;
    color: #255968;
}
#list-attached-accounts ul {
    padding-left: 5px;
}
#list-attached-accounts ul > li {
    list-style: none;
}
#list-attached-accounts .fa.fa-user {
    margin: auto 10px;
}

.messages-menu.user-switch ul.dropdown-menu {
    width: auto;
}
.messages-menu.user-switch ul.dropdown-menu .slimScrollDiv, .navbar-nav>.messages-menu>.dropdown-menu>li .menu
{
    height: auto!important;
    max-height: 200px;
}
li.main-account a{
    font-weight: 600 !important;
}

.button-group a, .button-group button {
    margin-right: 5px;
}

.dropdown.my-account .dropdown-menu .divider {
    margin: 6px 0;
}
.dropdown.my-account .dropdown-menu.user-switcher {
    width: 300px;
}
.dropdown.my-account .dropdown-menu.lang-switcher {
    width: 160px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu.user-switcher {
    top: 0;
    left: -183%;
    margin-top: -11px;
    margin-left: -1px;
}
.dropdown-submenu>.dropdown-menu.lang-switcher {
    top: 0;
    left: -100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.skin-ps .main-header .navbar .dropdown-menu li a {
    color: #333333;
}
.main-sidebar.customed-sidebar{
    padding-top: 90px;
}
table div.grouped-action {
    letter-spacing: 3px;
}

.help-block.with-errors ul li {
    color: #ff0000;
    position: absolute;
    right: 39px;
}
/* BEGIN arab lang */
html[dir="rtl"] .content-header>.breadcrumb {
    float: left;
    left: 10px;
    right: auto;
}
html[dir="rtl"] .sidebar-menu li>a>.pull-right-container,
html[dir="rtl"] .box-header>.box-tools
{
    right: auto;
    left: 10px;
}
html[dir="rtl"] ul.list-style {
    list-style-type: none;
    margin-left: auto;
    padding-left: unset;
    margin-right: 0;
    padding-right: 0;
}
html[dir="rtl"] .dropdown-menu>li>a>.glyphicon, html[dir="rtl"] .dropdown-menu>li>a>.fa, .dropdown-menu>li>a>.ion {
    margin-right: auto;
    margin-left: 10px;
}
html[dir="rtl"] .modal-header .close {
    float: left;
}
html[dir="rtl"] .modal-footer .btn+.btn {
    margin-right: 5px;
    margin-left: auto;
}
html[dir="rtl"] .setting-project-locale {
    align-items: flex-start;
}
html[dir="rtl"] table.dataTable th:not(.text-center) {
    text-align: right;
}

.callout.callout-info label {
    font-weight: 400;
}

html:not([dir="rtl"]) .sidebar-menu .fa-angle-left:before {
    content: "\f105"!important;
}
html:not([dir="rtl"]) .sidebar-menu li.active>a>.fa-angle-left,
html:not([dir="rtl"]) .sidebar-menu li.active>a>.pull-right-container>.fa-angle-left {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.btn {
    margin: 0px 1px;
}
.btn-rounded {
    border-radius:20px;
}
html[dir="rtl"] .navbar-custom-menu .nav.navbar-nav {
    padding-right: 0px;
}

html[dir="rtl"] .lang-switcher img.local-flag, html[dir="rtl"] .dropdown span.caret {
    margin-right: 10px;
}
html:not([dir="rtl"]) .lang-switcher img.local-flag, html:not([dir="rtl"]) .dropdown span.caret {
    margin-left : 10px;
}

.bootstrap-select .dropdown-header.country-label {
    padding: 3px 10px;
    background-color: #e6e6e6;
}
.bootstrap-select li.fake-option + li {
    margin-top:0px;
}
.align-items-bottom {
    display: flex;
    align-items: flex-end;
}
.btn-select-fields {
    padding: 5px;
}

li.opt-hidden, li .opt-hidden, .other-plateforme-hide {
    display: none!important;
}

.input-group-addon>.glyphicon-calendar {
    cursor: pointer;
}

.btn:not(.bs-placeholder),
.btn-default.pull-right,
a.btn,
.btn-default.pull-left {
    border-radius: 20px;
    font-family: 'Poppins' ,serif, Arial;
    font-size:13px;
}

.btn-group .btn:not(:last-child) {
    margin-right: 2px;
}
.form-control .btn.dropdown-toggle,
table a.btn.btn-default.dropdown-toggle {
    border-radius: 3px;
}

.btn.btn-flat {
    border-radius: 0px;
}


.modal-body #consultantList_wrapper .col-sm-6, .modal-body #instructorList_wrapper .col-sm-6 {
    margin-right: 1px;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled {
    background: #f4f4f4;
}
input.large-label-chbx {
    position: relative;
    top: 110px;
}
label.large-label {
    position: relative;
    left: 19px;
}
/* END arab lang */

/* Positionnement menu header */
ul.navbar-nav {
    position: absolute;
    right: 4px;
}