@CHARSET "utf-8";

/* Common
*************************************************/
.center { text-align: center !important; }
.left   { text-align: left !important; }
.right  { text-align: right !important; }
.u { text-decoration: underline !important; }
.b { font-weight: bold; }
.valign-middle { vertical-align: middle !important; }
.valign-top { vertical-align: top !important; }
.inline-block { display: inline-block !important; }
hr {border:0px;border-top:1px dotted #cacaca;margin:15px 0;}
.mt-md { margin-top: 30px; }

.checkbox.checked:before, .chbox.checked:before {
    color: #1a9ca2;
}
.checkbox:before, .chbox:before {
    font-family: Font Awesome;
    content: "\f00c";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius:3px;
    border: 1px solid #4c8543;
    color:transparent;
    background: #fdfbfb;
    line-height: 18px;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    font-style: normal;
    cursor: default;
}
.mr5 { margin-right: 5px; }
.em { color: #f55853 !important; }
.has-error input[type=text],
.has-error input[type=date],
.has-error textarea {
    background-color: #fbe6f2;
    border-color: #a94442; /*#d893a1*/
}
.has-error select {
    border-color: #a94442 ;
}
a:focus:not(.btn-blue) { text-decoration: none; color: #148d93; }
#tbl-admin {
    margin-bottom: 30px;
}
#box-add {
    margin-bottom: 20px;
}
.ui-datepicker {
    width: 17em;
    font-size: 14px;
}
.ui-datepicker * {
    font-family: Verdana,Arial,sans-serif;
}
.ui-datepicker table tr th { padding: 0.7em 0em; height: auto; background-color: #fff; color:#222; text-transform: none; }
.ui-datepicker table tr td { height: auto; }
.ui-datepicker select.ui-datepicker-year { width: 42%; }
.btn-blue:focus { text-decoration: none; }
.select-box { margin-top: 0; }
header .select-box { margin-top: 15px; }
header .input-txt { margin-top: 15px; }
.breadcrumb a:focus, .breadcrumb a:active { text-decoration: none; }
#team-box, #agents-box { display: none; margin-top: 5px;}
#team-box select,
#agents-box select {
    width: 250px;
    height: 100px;
    border: 1px solid #d4d4d4;
}
.hint {
    font-size: 90%;
    font-style: italic;
    color: #777;
    margin: 3px 0;
}
.mceEditor td { height: auto; }
textarea.content { height: 300px; width: 650px; }
input.date { width: 130px; position: relative; z-index:10;}
#box-euro, #box-point, #box-manual { display: none; }
#box-euro label:before, #box-point label:before { top: -2px; }
#box-euro > div, #box-point > div { margin-bottom: 5px; }
label.marked  {
    color:#148d93;
}
.cbx {margin: 10px 0 5px 0;}
.cbx input[type=checkbox] + label:before { top: -2px; }
.modal .btn-blue { padding: 12px 30px; }
.modal .btn-default {
    height: 43px;
}
.tools {
    font-size: 1.6rem;
    margin-bottom:20px;
}
.user span a:hover {
    color: #4ddae1;
}
.btn-light.alt.alt2 {
    vertical-align: bottom;
}
.agent-box { margin-top: 5px; }
.agent-box:first-child { margin-top: 0px; }
.i-close { font-size: 24px; padding: 0 2px; color: #f55853; }
.enroll.alt .end-enroll > div {
    width: calc(33% - 125px);
}
table .select-box select { color: #555; }

.tbl-participants td {
    border-bottom: 1px dashed #868686;
}
label.alt { line-height: 30px; }
input[type="checkbox"] + label.alt::before {
    top: 0;
    vertical-align: middle;
}
.table-filleul .td-show.found td { display: table-cell; }
.table-filleul tr.found .btn-show { visibility: hidden; }

.item:only-child:before { display: none; }
.item:only-child:after { border-radius: 0; margin: -7px 0 0 -2px; width: 50px; }
.root { cursor: default; }

.btn-red {
    background: #f23434;
    border-color: #c91414;
}
.btn-red:hover, .btn-red:active {
    background: #cc0d0d;
    color: #ffd2d2;
}
.w100 { width: 100px !important; }
.label-doc {
    margin-bottom: 0;
}
.label-doc:before {
    top: -1px !important;
}
input.loading {
    background-image: url("../img/loading.gif");
    background-size: 20px 20px;
    background-position:right center;
    background-repeat: no-repeat;
}
#tbl-production th { padding: 5px 3px; }
#tbl-production td { padding: 5px 5px; }
#tbl-production .input-btn { min-width: 60px; }
#tbl-production .select-box { min-width: 65px; }
#tbl-production .select-box select { padding-left: 2px; }
.modal-loading {
    width: 30px;
    display: block;
    margin: 10px auto;
}
.modal .message {
    margin: 20px 0 10px;
}
.no-notifications {
    text-align: center;
    border-bottom: 1px solid #e2e4e4;
    margin: 0;
    padding: 10px 0;
}
.fa-times.delete {
    padding: 4px 5px;
    color: #fff;
    background: #ef5858;
    border-radius: 4px;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
}
.fa-times.delete:hover {
    background: #bf4646;
    color: #f9bfbf;
}

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 3px 5px; white-space: nowrap; overflow: hidden; color: #555; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.backup {
    background-color: #fcf8e3;
    border-radius: 2px;
    border: 1px solid #f5e79e;
    padding: 10px 10px;
    margin-top: 5px;
    width: 100%;
    max-width: 250px;
    font-size: 13px;
}

.success {
    color: #3c763d;
}

.chart-title {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 35px;
    max-width: 210px;
    text-transform: uppercase;
}
input.date-graph {
    max-width: 85px;
}
.btn-style.btn-alt {
    padding:13px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.mr-md {
    margin-right: 10px;
}
#tbl-production .row2 td {
    background: #fffacd;
}
#tbl-production tr.row2:nth-child(2n)  td {
    background: #fffcea;
}
.block-div > div.big-box > div {
    font-size: 2.2rem;
    line-height: 31px;
}
.nlp {margin: 0px 0 5px 0;}
.nlp input[type=checkbox] + label:before { top: -2px; }
.fa-exclamation-triangle {
    font-size: 20px;
}
.content ul li.not-checked:before{
  font-family: "Font Awesome";
  content:"\f10c";
}
#location_seul_value {
    margin-top: 5px;
    display: none;
    line-height: 35px;
}
#loading {
    width: 22px;
    height: 22px;
    margin-left: 3px;
    vertical-align: middle;
}

/* Cotisations
*************************************************/
.progress{
  background:#f8fbfb;
  border:1px solid #e5e5e5;
  border-radius:3px;
  height:30px;
}
.progress>div{
  background:#aed23b;
}
.qcm{
  margin-top:40px;
}
.qcm>div{
  margin:20px 0 20px 30px;
}

.qcm>div label::before{
  top:-1px;
  border-color:#cccec6
}
.qcm>div label.valid::before{
  border-color:#599826;
  font-family: Font Awesome;
  content: "\f00c";
  color:#599826
}
.qcm>div label.error::before{
  border-color:#f31212;
  font-family: Font Awesome;
  content: "\f00c";
  color:#f31212
}

.donutchart{
  width:100%;
  height:400px;
  color:#fff;
}
.donutchart tspan{
  fill:#fff;
  font-size:20px;
  font-weight:400;
}
.legendChart{
  padding:20px 0 20px;
  max-width:300px;
  border-bottom:1px solid #d8d8d8
}
.legendChart>span{
  display: inline-block;
  width:20px;
  height:20px;
  border-radius:100%;
  position: relative;
  top:5px;
}
.legendChart>span.valid{
  background:#aed23b
}
.legendChart>span.error{
  background:#ef4141
}
.resultQCM>div{
  font-size:2rem;
  display: inline-block;
  margin:20px 30px 20px 0;
  font-weight:400
}
.resultQCM>div>span{
  font-size:4rem;
  display: block;
  font-weight:400
}
.valid-alert{
  max-width:300px;
  padding:10px 0;
  text-align: center;
  background:#d9eaa4;
  color:#6d8520;
  font-size:1.6rem;
  border-radius:3px;
  margin:5px 0 20px;
}
.false-alert{
  max-width:300px;
  padding:10px 0;
  text-align: center;
  background:#f9c5c5;
  color:#953434;
  font-size:1.6rem;
  border-radius:3px;
  margin:5px 0 20px;
}

.table-cotisation td.green{
  background:#a1cc3c;
  color:#fff;
  padding: 5px 10px;
  border-radius:0;
  text-align: center;
  border:1px solid #fff;
}
.table-cotisation td.blue{
  background:#2fa3a8;
  color:#fff;
  padding: 5px 10px;
  border-radius:0;
  text-align: center;
  border:1px solid #fff;
  background-clip: padding-box;
}
.table-cotisation td.grey{
  background:#7f8c8d;
  color:#fff;
  padding: 5px;
  border-radius:0;
  text-align: center;
  border:1px solid #fff;
  background-clip: padding-box;
}
.table-cotisation td.light-blue{
  background:#5cace2;
  color:#fff;
  padding: 5px;
  border-radius:0;
  text-align: center;
  border:1px solid #fff;
  background-clip: padding-box;
}
.table-cotisation td.light-grey{
  background:#bdc3c7;
  color:#fff;
  padding: 5px;
  border-radius:0;
  text-align: center;
  border:1px solid #fff;
  background-clip: padding-box;
}
.table-cotisation td.red{
  /*background:#e84c3d;*/
  background:#f26154;
  color:#fff;
  padding: 5px 10px;
  border-radius:0;
  text-align: center;
  border:1px solid #fff;
  background-clip: padding-box;
}
.table-cotisation td.ico{
  position: relative;
}
.table-cotisation td.ico div{
  font-size:9px;
  color:#fff;
  padding:3px;
  font-weight: 400;
  position: absolute;
  top:0;
  right:0;
  background:#000;
}
.table-cotisation td.ico div.red{
  background:#f33939
}
.table-cotisation td.ico div i.fa-envelope{
  position: relative;
  top:-1px;
  left:0px;
}
/* Cotisations End
*************************************************/
.table-cotisation tr { height: 1px;}
.context-menu {
    text-align: center;
    padding: 5px 5px;
    position: relative;
    height: 100%;
    border:1px solid #fff;
    background-clip: padding-box !important;
}
.table-cotisation td.not_completed {
    background-color: #ffff00 !important;
    background-clip: padding-box;
    border:1px solid #fff;
    color: #555;
}
.modal h3 {
    text-align: center;
}
.month-year {
    position: absolute;
    right: 20px;
    color: #808080;
    font-weight: 400;
}
.table-cotisation div.red {
    font-size:9px;
    color:#fff;
    padding:3px;
    font-weight: 400;
    position: absolute;
    top:0;
    right:0;
    background:#000;
    background:#f33939
}
.table-cotisation div i.fa-envelope {
    position: relative;
    top:-1px;
    left:0px;
}
.table-cotisation td.text-yellow:not(.not_completed) div.txt {
    color: #ffff00;
}
.alert-success{
  padding-left:55px;
  position: relative;
}
.alert-success::before{
  font-family: "Font Awesome";
  content:"\f058";
  font-size:22px;
  position: absolute;
  top:calc(50% - 13px);
  left:20px;
  color:#1a9ca2;
}
.table-filleul .facture {
    font-size: 14px;
}
#edit-answers .modal-dialog {
    width: 800px;
}
#edit-answers input[type=text] {
    max-width: none;
}
.mcq-answer {
    margin: 20px 0 20px 40px;
}
.mcq-answer .checkbox {
    display: inline-block;
    margin-right: 10px;
}
.mcq-answer .valid i.checkbox::before {
    color: #599826;
    border-color: #599826;
}
.mcq-answer .error i.checkbox::before {
    color: #f31212;;
    border-color: #f31212;;
}
div.big-box div.mt-small {
    margin-top: 4px;
}
.block-aside .agentname {
    display: inline-block;
    width: 170px;
    vertical-align: middle;
    margin-top: 0 !important;
}
/* ======== multiselect */
.ms-container {
    background: transparent url('../img/switch.png') no-repeat 50% 50%;
    width: 650px;
}
.ms-container:after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    min-height: 0;
    visibility: hidden;
}
.ms-container .ms-selectable {
    background: #fff;
    float: left;
    width: 45%;
}
.ms-container .ms-selection {
    background: #fff;
    float: right;
    width: 45%;
}
.ms-container ul {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    height: 200px;
    padding: 0;
    overflow-y: auto;
    margin: 0;
}
.ms-container ul li {
    margin: 0;
    border-bottom: 1px #eee solid;
    padding: 2px 10px;
    font-size: 14px;
}
.ms-container ul li:before {
    content: none;
}
.ms-container ul li.ms-hover{
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c;
}
.deselect {
    margin: 5px 0 5px 365px;
    font-size: 13px;
}
.deselect a {
    font-weight: 500;
    border-bottom: 1px dashed;
}
.databox {
    margin: 5px 0;
    border: 1px dashed #555;
    padding: 5px;
    
}
.del-in-box {
    float: right;
    font-size: 25px;
    color: #f55853 !important;
    line-height: 15px;
}
.content ul li.next-level-info {
    padding-left: 5px;
}
.content ul li.next-level-info:before{
    content: none;
}
#old-parents {
    margin: 8px 0;
}
#old-parents table tr th {
    background-color: #888;
    padding: 5px;
    height: auto;
    text-align: center;
    text-transform: none;
}
#old-parents table tr td {
    padding: 5px;
    text-align: center;
    height: auto;
}
.btn-style.btn-alt2 {
    padding: 8px 17px;
    font-weight:400;
    text-transform:none;
}
.ired {
    color: #f23434;
    font-size: 16px;
}
.tooltip-inner {
    min-width: 180px;
}