/* Text color */
/*Couleur du bloc recherche*/
/*Couleur du bloc recherche*/
/*Couleur des blocs titre*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bangers);
@import url(https://fonts.googleapis.com/css?family=Roboto);
label {
  margin-top: 5px; }

.hidden {
  display: none; }

.material-icons.mi-54 {
  font-size: 54px; }

.material-icons.mi-42 {
  font-size: 42px; }

.material-icons.mi-30 {
  font-size: 30px; }

iframe {
  width: 100% !important; }

.main-panel {
  position: relative;
  float: right;
  width: calc(100% - 260px);
  -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1); }
  .main-panel .content {
    margin-top: 70px;
    padding: 30px 15px;
    min-height: calc(100% - 123px); }
  .main-panel .footer {
    border-top: 1px solid #e7e7e7; }
  .main-panel .navbar {
    margin-bottom: 0; }
  .main-panel.full {
    width: calc(100% - 30px); }

/*
----------------------------------
PAGE TITLE
----------------------------------
*/
.page-info {
  background-color: #2F373A;
  padding: 0px 20px 0px 20px; }
  .page-info .page-title {
    display: inline-block;
    margin-top: 10px;
    margin-right: 40px; }
    .page-info .page-title a {
      color: #FAFAFA;
      font-size: 22px;
      font-weight: 400; }

/*
----------------------------------
BUTTON STANDARD
----------------------------------
*/
.btn .material-icons {
  font-size: 23px; }

.btn-tall {
  height: 80px; }

.btn-search {
  margin-top: 0px !important;
  padding: 9px !important; }

.btn {
  border-radius: 0px;
  margin: 2px 0px 10px 0px; }

.btn-group {
  margin: 2px 0px 10px 0px; }

.btn-default {
  background-color: #4A555C !important;
  border-radius: 0px;
  padding: 12px; }
  .btn-default:hover {
    background-color: #2F373A !important; }

.btn-primary {
  background-color: #FAAA0A !important;
  border-color: tranparent !important;
  padding: 12px;
  font-size: 16px; }
  .btn-primary:hover {
    background-color: #f0960a !important; }

.btn-primary-date {
  background-color: #fafafa !important;
  box-shadow: none;
  border: 1px solid #c8c8c8 !important;
  border-radius: 0;
  padding: 12px 0 8px 0;
  font-size: 16px;
  color: #2f373a; }
  .btn-primary-date:hover {
    background-color: #c8c8c8 !important;
    box-shadow: none;
    color: #2f373a; }
  .btn-primary-date:focus {
    color: #2f373a; }

.btn-success {
  background-color: #48CFAD !important;
  border-color: transparent !important;
  padding: 12px; }
  .btn-success:hover {
    background-color: #37bc9b !important; }

.btn-danger {
  background-color: #ED5565 !important;
  border-color: tranparent !important;
  padding: 12px; }
  .btn-danger:hover {
    background-color: #da4453 !important; }

.btn-info {
  background-color: #4FC1E9 !important;
  border-color: tranparent !important;
  padding: 12px; }
  .btn-info:hover {
    background-color: #3BAFDA !important; }

.btn-action {
  width: 100%; }
  .btn-action text::before {
    content: "\A";
    white-space: pre; }

.bootstrap-select .btn-default {
  background-color: transparent !important;
  color: #2F373A !important;
  border: 1px solid #CCC; }

.dropdown-menu li a {
  cursor: pointer; }

.dropdown-menu li a:hover {
  background-color: #FAAA0A !important; }

.bootstrap-select select {
  display: none; }
.bootstrap-select .btn-default {
  background-color: transparent !important;
  color: #2F373A !important;
  border: 1px solid #CCC; }

.my-check {
  padding: 5px; }

.tooltip-inner {
  margin-top: -50px; }

.input-group .input-group-btn {
  /*padding-top:4px !important;*/ }
  .input-group .input-group-btn .btn {
    margin-right: 5px; }
  .input-group .input-group-btn .btn {
    font-size: 11px;
    padding: 10px; }

.columns.btn-group .btn {
  padding: 9px 15px 9px 15px; }

/*
----------------------------------
BUTTON SPECIFIC
----------------------------------
*/
#btnPDFExport {
  background-color: #FFFFFF !important;
  color: #ED5565 !important;
  box-shadow: 0 2px 2px 0 rgba(100, 100, 100, 0.14), 0 3px 1px -2px rgba(100, 100, 100, 0.2), 0 1px 5px 0 rgba(100, 100, 100, 0.12) !important; }
  #btnPDFExport:hover {
    background-color: #FAFAFA !important;
    color: #DA4453; }

#btnExcelExport {
  background-color: #FFFFFF !important;
  color: #48CFAD !important;
  box-shadow: 0 2px 2px 0 rgba(100, 100, 100, 0.14), 0 3px 1px -2px rgba(100, 100, 100, 0.2), 0 1px 5px 0 rgba(100, 100, 100, 0.12) !important; }
  #btnExcelExport:hover {
    background-color: #FAFAFA !important;
    color: #37BC9B; }

#btnMailExport {
  background-color: #FFFFFF !important;
  color: #4FC1E9 !important;
  box-shadow: 0 2px 2px 0 rgba(100, 100, 100, 0.14), 0 3px 1px -2px rgba(100, 100, 100, 0.2), 0 1px 5px 0 rgba(100, 100, 100, 0.12) !important; }
  #btnMailExport:hover {
    background-color: #FAFAFA !important;
    color: #3BAFDA; }

/*
----------------------------------
LABEL STANDARD
----------------------------------
*/
.label {
  border-radius: 0px;
  padding: 6px 4px 6px 4px; }

.label,
.label.label-default {
  background-color: #2F373A; }

.label.label-inverse {
  background-color: #C8C8C8; }

.label.label-primary {
  background-color: #FAAA0A; }

.label.label-success {
  background-color: #48CFAD; }

.label.label-info {
  background-color: #4FC1E9; }

.label.label-warning {
  background-color: #FC6E51; }

.label.label-danger {
  background-color: #ED5565; }

.checkbox label, .radio label, label {
  font-size: 14px;
  color: #2F373A;
  margin-left: 0;
  font-weight: 600; }

/*
----------------------------------
INPUT STANDARD
----------------------------------
*/
.form-control {
  padding-left: 10px;
  /*padding-top:10px;*/ }

.checkbox input[type="checkbox"]:checked + .checkbox-material .check {
  background: #FAAA0A; }

.slider {
  background-color: transparent;
  width: 100% !important; }
  .slider .slider-track .slider-handle {
    background: #ED5565; }
  .slider .slider-track .slider-selection {
    background: #ED5565; }

.input-group {
  margin: 5px 0px 10px 0px; }
  .input-group .input-group-addon {
    border: 0px solid #ccc !important;
    border-radius: 0px !important;
    margin-top: 4px;
    background-color: transparent; }

.file-input-visual img {
  max-height: 100px;
  width: auto; }

.input-group.input-group-tva span {
  background-color: #C8C8C8;
  border: 1px solid #2F373A; }

.inputpicker-div.has-success {
  border-color: #48CFAD; }
.inputpicker-div.has-error {
  border-color: #ED5565; }

select {
  border: 1px solid #C8C8C8 !important; }

/*
----------------------------------
BOX
----------------------------------
*/
.box .box-header .box-title {
  font-size: 18px; }
.box .box-header .btn-box-tool {
  margin-top: -60px;
  background-color: tranparent;
  border-radius: 0px;
  color: #2F373A;
  padding: 2px 5px 2px 5px;
  font-size: 10px; }

/*
----------------------------------
TABLE
----------------------------------
*/
.fixed-table-loading {
  display: none; }

/*
----------------------------------
NAV
----------------------------------
*/
.nav .nav-item a {
  cursor: pointer; }

.nav-tabs li a {
  border-top: 4px solid #C8C8C8 !important;
  border-radius: 0px;
  font-size: 14px; }
  .nav-tabs li a:hover {
    color: #FAAA0A !important;
    border-top: 4px solid #FAAA0A !important;
    border-radius: 0px; }
.nav-tabs .nav-tab-danger a {
  background-color: #ED5565; }
  .nav-tabs .nav-tab-danger a:hover {
    background-color: #da4453; }
.nav-tabs li.active a, .nav-tabs .nav-tabs li.active a:hover, .nav-tabs .nav-tabs li.active a:focus {
  background-color: #4A555C;
  border-top: 4px solid #FAAA0A !important;
  border-radius: 0px; }

.nav-tabs-vertical {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  /*margin-top:20px;*/
  background-color: white; }
  .nav-tabs-vertical li a {
    border-top: 2px solid #C8C8C8;
    border-radius: 0px;
    font-size: 14px;
    color: #2F373A; }
    .nav-tabs-vertical li a:hover {
      color: #FAAA0A !important;
      font-weight: 400;
      border-radius: 0px; }
  .nav-tabs-vertical li.active a, .nav-tabs-vertical .nav-tabs li.active a:hover, .nav-tabs-vertical .nav-tabs li.active a:focus {
    border-top: 2px solid #FAAA0A !important;
    border-radius: 0px;
    color: #FAAA0A; }

.nav-item-create a {
  margin: 0px 0px 5px 0px; }

/*
----------------------------------
FILE INPUT
----------------------------------
*/
.file-preview {
  border-radius: 0px !important; }
  .file-preview .file-drop-zone {
    border-radius: 0px !important; }

.file-caption {
  display: none !important; }

/*
----------------------------------
LOADING PAGE
----------------------------------
*/
.loading {
  margin-top: 40px; }

.progress-bar-warning {
  /*background-color:$warning-color;*/ }

/*
----------------------------------
CARD
----------------------------------
*/
.card-header {
  box-shadow: 0 12px 5px -10px rgba(100, 100, 100, 0.28), 0 4px 5px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(100, 100, 100, 0.2) !important; }
  .card-header[data-background-color="grey"] {
    background: #4A555C; }
  .card-header[data-background-color="blue"] {
    background: #4FC1E9; }
  .card-header[data-background-color="orange"] {
    background: #FC6E51; }
  .card-header[data-background-color="green"] {
    background: #48CFAD; }
  .card-header[data-background-color="red"] {
    background: #ED5565; }

.card.card-nav-tabs .card-header {
  box-shadow: none !important; }
.card.card-nav-tabs .nav.nav-tabs.nav-tabs-action li.active a {
  background-color: transparent;
  color: #FAAA0A; }
.card.card-nav-tabs .nav.nav-tabs.nav-tabs-action li a {
  color: #2F373A; }

.card.card-classic .nav-tabs-wrapper .nav-tabs-classic {
  background-color: transparent; }
  .card.card-classic .nav-tabs-wrapper .nav-tabs-classic li {
    border-radius: 0px;
    margin-right: 5px; }
    .card.card-classic .nav-tabs-wrapper .nav-tabs-classic li.active a {
      background-color: transparent; }
    .card.card-classic .nav-tabs-wrapper .nav-tabs-classic li a {
      border: none !important; }

.pull-right {
  margin-top: 20px; }

/*
----------------------------------
GALERY
----------------------------------
*/
.img-galery-container {
  height: 150px;
  /*position: relative;
  width: 50%;*/ }
  .img-galery-container .img-galery {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    max-height: 150px;
    transition: .5s ease;
    backface-visibility: hidden; }
  .img-galery-container .zoom {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center; }
  .img-galery-container .text {
    color: white;
    padding: 16px 32px; }
  .img-galery-container:hover .img-galery {
    opacity: 0.4; }
  .img-galery-container:hover .zoom {
    opacity: 1; }

.img-fluid-container {
  /*position: relative;
  width: 50%;*/ }
  .img-fluid-container .img-fluid {
    opacity: 1;
    display: block;
    width: auto !important;
    height: 100% !important;
    max-height: 150px !important;
    transition: .5s ease;
    backface-visibility: hidden; }
  .img-fluid-container .zoom {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 25%;
    text-align: center;
    cursor: pointer; }
  .img-fluid-container .text {
    color: white;
    padding: 16px 32px; }
  .img-fluid-container:hover .img-fluid {
    opacity: 0.4;
    cursor: pointer; }
  .img-fluid-container:hover .zoom {
    opacity: 1; }

/*
----------------------------------
ARIANE
----------------------------------
*/
.ariane {
  width: 100%;
  background-color: #2F373A;
  margin-top: 1px !important;
  list-style-type: none;
  padding: 10px; }
  .ariane .ariane-item {
    display: inline; }
    .ariane .ariane-item a {
      color: #FAFAFA;
      padding: 10px; }
    .ariane .ariane-item a:hover {
      color: #FAAA0A;
      font-weight: 400; }
  .ariane .ariane-sep {
    display: inline;
    color: #FAFAFA; }

.bootstrap-table .fixed-table-toolbar .columns.btn-group {
  margin-top: 12px !important; }

.table-div-item {
  color: black; }
  .table-div-item:hover {
    color: black;
    font-weight: 400; }

/*
----------------------------------
EXPORT
----------------------------------
*/
.export-mail-table {
  overflow-y: auto; }

/*
----------------------------------
EXPLORER
----------------------------------
*/
.explorer {
  display: inline-flex;
  border: 1px solid #CCC;
  width: 100%;
  height: 540px; }
  .explorer .explorer-list {
    padding: 20px 5px 5px 5px;
    border-right: 1px solid #CCC; }
    .explorer .explorer-list .explorer-list-item {
      padding: 5px 8px 5px 8px; }
      .explorer .explorer-list .explorer-list-item text {
        margin-right: 50px; }
      .explorer .explorer-list .explorer-list-item:hover {
        background-color: #C8C8C8;
        cursor: pointer; }
      .explorer .explorer-list .explorer-list-item.active {
        background-color: #C8C8C8; }
    .explorer .explorer-list .empty-folder-msg {
      color: rgba(47, 55, 58, 0.7);
      margin-top: 40px; }

/* CARD */
.card-dashboard .card-content .card-tools {
  margin-left: calc(100% - 110px);
  margin-top: -30px; }
.card-dashboard .card-content .content {
  margin-top: 10px; }

.table-scheduler thead tr td {
  border: 1px solid #CCC;
  font-size: 12px;
  padding-left: 2px; }
.table-scheduler tbody .scheduler-row {
  border: 1px solid #CCC; }
  .table-scheduler tbody .scheduler-row td {
    width: 5px; }
  .table-scheduler tbody .scheduler-row td.in {
    background-color: #48CFAD; }
  .table-scheduler tbody .scheduler-row td.in-temp {
    background-color: #DDD; }
  .table-scheduler tbody .scheduler-row td.scheduler-td-first {
    border-left: 1px solid #CCC; }
  .table-scheduler tbody .scheduler-row td.scheduler-td-last {
    border-right: 1px solid #CCC; }
  .table-scheduler tbody .scheduler-row td.scheduler-td-label {
    padding: 4px; }

/* LIST */
.list-image {
  height: 60px;
  width: 60px;
  background-color: #DDD;
  padding: 0px !important; }

.list-image img {
  height: 60px; }

.list-title {
  font-weight: bold;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px; }

.list-content {
  font-size: 12px;
  margin-bottom: 0px; }

.table-list tbody tr {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD; }

.table-list tbody tr td {
  border-top: none;
  border-bottom: none; }

.card-dashboard .card-content .title {
  font-weight: 400; }

.card-dashboard .card-content .content {
  max-height: 400px;
  overflow-y: auto; }

.chart-dashboard .ct-series-a line {
  stroke: #FAAA0A !important; }
.chart-dashboard .ct-series-b line {
  stroke: #181C1E !important; }
.chart-dashboard .ct-series-c line {
  stroke: #090C0D !important; }
.chart-dashboard .ct-series-d line {
  stroke: #2F373A !important; }
.chart-dashboard .ct-series-e line {
  stroke: #C8C8C8 !important; }
.chart-dashboard .ct-series-f line {
  stroke: #FAFAFA !important; }
.chart-dashboard .ct-series-g line {
  stroke: #ED5565 !important; }
.chart-dashboard .ct-series-h line {
  stroke: #AE1624 !important; }
.chart-dashboard .ct-series-i line {
  stroke: #FC6E51 !important; }
.chart-dashboard .ct-series-j line {
  stroke: #FFCE54 !important; }
.chart-dashboard .ct-series-k line {
  stroke: #48CFAD !important; }
.chart-dashboard .ct-series-l line {
  stroke: #05AA81 !important; }

.waiting {
  background-image: url(../images/waiting.gif);
  background-repeat: no-repeat;
  height: 30px;
  width: 35px; }

.waiting-msg {
  color: #FC6E51;
  margin-top: 15px; }

#main-content {
  padding-top: 0px !important; }

.floating-search .filter-list-item label {
  font-size: 10px; }

a {
  color: #4FC1E9; }
  a:hover {
    color: #3BAFDA;
    font-weight: 400 !important; }

.success {
  color: #48CFAD; }

.danger {
  color: #ED5565; }

.warning {
  color: #FC6E51; }

.light {
  color: #FAFAFA; }

.card-view .title {
  font-weight: bold;
  margin-right: 10px; }

.card-views {
  padding: 5px; }

.form-control {
  padding-left: 7px; }

.inputpicker-div {
  margin-top: 0px; }

.search {
  margin-top: 12px;
  margin-right: 10px; }

.pagination-detail {
  margin-top: 10px; }

.material-icons.sm {
  font-size: 12px; }

.nav-item {
  cursor: pointer; }

.nav-item.active {
  cursor: context-menu; }

.doc-element {
  margin-bottom: 8px;
  height: 60px; }

.checkbox {
  margin-top: 0px; }

.checkbox .checkbox-material .check {
  border-radius: 0; }

[hidden] {
  display: none !important; }

.thumbnail img {
  max-height: 150px !important;
  width: auto !important; }

.thumbnail {
  margin-bottom: 0px !important; }

.camera-btn-div {
  padding: 2px; }

.bootstrap-select {
  margin-top: 0px !important; }

.bootstrap-select .btn {
  padding-top: 9px !important;
  padding-bottom: 10px !important;
  padding-left: 10px;
  padding-right: 10px; }

.dropzone {
  height: 500px;
  width: 100%;
  border: 1px dashed #CCC;
  resize: none; }

legend {
  margin-top: 25px;
  margin-bottom: 5px; }

legend hr {
  margin-top: 8px;
  margin-bottom: 0px; }

#panel-search-form {
  margin-bottom: 10px; }

.ala-typ-event {
  cursor: pointer;
  background-color: #C8C8C8;
  color: #FFFFFF; }

.ala-typ-event.active {
  background-color: #2F373A; }

.ala-typ-event:hover {
  box-shadow: 0 14px 26px -12px rgba(47, 55, 58, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(47, 55, 58, 0.2); }

#relativePath a:hover {
  cursor: pointer;
  font-weight: bold; }

.grabber {
  cursor: move; }

.remove {
  font-size: 18px !important;
  margin-left: 5px; }

.remove:hover {
  cursor: pointer;
  font-weight: bold; }

.start:hover {
  cursor: pointer;
  font-weight: bold;
  color: #2F373A; }

.start.active {
  font-weight: bold;
  color: #2F373A; }

.stop:hover {
  cursor: pointer;
  font-weight: bold;
  color: #2F373A; }

.stop.active {
  font-weight: bold;
  color: #2F373A; }

.circle-loader, .only-circle-loader {
  margin: 0 0 30px 10px;
  border: 6px solid rgba(0, 0, 0, 0.4);
  border-left-color: #CCC;
  animation-name: loader-spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
  display: inline-block;
  vertical-align: top; }

.circle-loader, .only-circle-loader,
.circle-loader:after {
  border-radius: 50%;
  width: 150px;
  height: 150px; }

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #CCC;
  transition: border 500ms ease-out; }

.checkmark {
  display: none; }

.checkmark-error {
  display: none; }

.draw {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg); }

.draw {
  opacity: 1;
  height: 60px;
  width: 45px;
  transform-origin: left top;
  border-right: 6px solid rgba(0, 0, 0, 0.4);
  border-top: 6px solid rgba(0, 0, 0, 0.4);
  margin-top: 63px;
  margin-left: -22px;
  content: ''; }

.draw-error {
  width: 100px;
  height: 100px;
  position: relative; }

.draw-error:before, .draw-error:after {
  content: "";
  position: absolute;
  z-index: 1;
  background: #dd3939;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg); }

.draw-error:before {
  left: 50%;
  width: 5%;
  margin-left: -2px;
  margin-top: 17px;
  height: 100%; }

.span-route-action i {
  font-size: 18px;
  margin-left: 5px; }

.span-route-action i:hover {
  cursor: pointer;
  color: grey; }

.span-route-action.active i {
  color: grey; }

.draw-error:after {
  top: 50%;
  height: 5%;
  margin-top: 14px;
  margin-left: -50px;
  width: 100%; }

a:hover {
  cursor: pointer;
  font-weight: bold; }

@keyframes loader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1; }
  100% {
    height: 60px;
    width: 10px;
    opacity: 1; } }
input[readonly] {
  background-color: #C8C8C8; }

.btn-invisible {
  background-color: rgba(0, 0, 0, 0);
  border: 0px solid #ccc; }

.general-map {
  width: 100%;
  border: 1px solid #c8c8c8; }

.table.table-no-border tbody tr td {
  border: none; }

.btn.btn-select {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

li.nav-danger {
  background-color: #ED5565;
  border-radius: 3px;
  margin: 0px 2px 0px 2px; }

li.nav-success {
  background-color: #48CFAD;
  border-radius: 3px;
  margin: 0px 2px 0px 2px; }

table.table-hover tbody tr:hover {
  background-color: #EEEEEE;
  cursor: pointer; }

table.table-hover tbody tr.active td {
  background-color: #EEEEEE; }

.btn-switch {
  background-color: transparent;
  border: 1px solid #ED5565;
  color: #ED5565;
  font-weight: 550; }

.btn-switch:hover {
  background-color: #ED5565;
  color: white; }

.btn-switch:focus {
  background-color: transparent;
  border: 1px solid #ED5565;
  color: #ED5565; }

.btn-switch.btn-switch-on {
  border: 1px solid #48CFAD;
  color: #48CFAD;
  font-weight: 550; }

.btn-switch.btn-switch-on:hover {
  background-color: #48CFAD;
  color: white; }

/* DASHBOARD MANAGEMENT */
.box {
  margin: 25px;
  width: 250px;
  background: #fff;
  border: solid black;
  border-color: black;
  float: left; }

.box1 {
  border-width: 2px 1px 2px 1px;
  border-color: #ACACAC;
  border-radius: 0;
  font-family: 'Bangers', cursive; }

.box2 {
  width: 350px;
  border-width: 3px 3px 5px 5px;
  border-radius: 4% 95% 6% 95%/95% 4% 92% 5%;
  transform: rotate(-2deg); }

.box3 {
  border-width: 5px 3px 3px 5px;
  border-radius: 95% 4% 97% 5%/4% 94% 3% 95%;
  transform: rotate(2deg); }

.oddboxinner {
  margin: 15px; }

.evenboxinner {
  margin: 15px;
  padding: 0 5px;
  float: right;
  background: #ddd;
  border: 1px solid #222;
  box-shadow: 3px 3px 0 #222; }

.table-mini {
  font-size: 10px !important; }

.img-mini {
  height: 25px !important;
  width: 25px !important; }

.card-mini {
  font-size: 10px !important; }

.sidebar-wrapper .nav:last-child {
  margin-bottom: 40px; }

/* LOGIN PAGE */
/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo,
.register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300; }

.login-logo a,
.register-logo a {
  color: #444; }

.login-page,
.register-page {
  background: #d2d6de; }

.login-box,
.register-box {
  width: 360px;
  margin: 7% auto; }

@media (max-width: 768px) {
  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px; } }
.login-box-body,
.register-box-body {
  background: #fff;
  padding: 20px;
  color: #444;
  border-top: 0;
  color: #666; }

.login-box-body .form-group {
  margin-top: 0px !important; }

.login-box-body .form-control {
  background-color: transparent;
  color: white;
  border: 1px solid #FAFAFA; }

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #FAFAFA;
  opacity: 1;
  margin-top: 10px;
  font-size: 16px; }

.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px; }

.social-auth-links {
  margin: 10px 0; }

.login-page, .login-box-body {
  background: #2f373a !important; }

.form-control-login {
  background: #2f373a !important; }

.selectlogin {
  margin-right: 3px; }

/*Le logo login*/
.login-logo {
  width: 100%;
  padding: 0px 40px 0px 40px; }

.login-box-body .checkbox label .checkbox-material .check {
  border-color: white;
  border-radius: 0px; }

.checkbox input[type="checkbox"]:checked + .checkbox-material .check {
  background-color: #2f373a;
  border-radius: 0; }

.login-box-body .checkbox label text {
  color: white; }

.invalid-field {
  border-color: #ED5565 !important; }

#div-ala-edit label {
  margin-top: 5px; }

/* 
----------------------------------
BUTTON STANDARD
----------------------------------

.btn .material-icons{
	font-size:18px;
}
.btn-default{
	background-color:$second-color-hover !important;
	border-radius:0px;
	&:hover{
		background-color:$second-color !important;
	}
}
.btn-primary{
	background-color:$primary-color !important;
	border-radius:0px;
}
.btn-primary:hover{
	background-color:$primary-color-hover !important;
}
.dropdown-menu li a{
	cursor:pointer;
}
.dropdown-menu li a:hover{
	background-color:$primary-color !important;
}
.bootstrap-select .btn-default{
	background-color:transparent !important;
	color:$second-color !important;
	border:1px solid #CCC;
} */
/*
----------------------------------
ALERT MESSAGE
----------------------------------
*/
.alert.alert-danger {
  background-color: #ED5565; }

/*
----------------------------------
MAIN COURANTE
----------------------------------
*/
.timeline-body a:hover {
  cursor: pointer; }

.timeline tr.unactive {
  opacity: 0.4; }

.timeline tr.active td {
  background-color: rgba(250, 170, 10, 0.2) !important; }

.timeline-badge {
  background-color: #EEE;
  border: 1px solid #999; }

.timeline-item.active .timeline-heading {
  background-color: #EEE; }

#search-panel {
  transition: width 1s ease-out;
  webkit-transition: width 1s ease-out; }

.pin {
  padding: 5px 15px 5px 15px;
  background-color: #2F373A;
  color: white;
  font-size: 1.20em; }

.pin.pin-default {
  background-color: #EEE;
  color: #2F373A; }

.pin.pin-warning {
  background-color: #FC6E51; }

.pin.pin-info {
  background-color: #4FC1E9; }

.pin.pin-danger {
  background-color: #ED5565; }

.chart-mc {
  padding: 5px 8px 5px 8px;
  color: #2F373A;
  border: 1px solid #2F373A;
  height: 250px;
  overflow-y: auto; }
  .chart-mc .chart .ct-label {
    color: white; }
  .chart-mc .chart .ct-grid {
    stroke: rgba(255, 255, 255, 0.4); }
  .chart-mc .chart .ct-bar {
    stroke: white; }

.chart-mc.chart-danger {
  background: linear-gradient(60deg, #ef5350, #e53935);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4); }

.chart-mc.chart-success {
  background: linear-gradient(60deg, #66bb6a, #43a047);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(102, 187, 108, 0.4); }

.chart-mc.chart-info {
  background: linear-gradient(60deg, #4FC1E9, #2BB1DE);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(79, 195, 233, 0.4); }

#result-panel {
  overflow-x: auto; }

#search-panel .card {
  /*height:575px;*/ }

/*
----------------------------------
TABLE
----------------------------------
*/
.page-number.active a {
  background-color: #FAAA0A;
  box-shadow: 0 4px 5px 0 rgba(250, 170, 10, 0.14), 0 1px 10px 0 rgba(250, 170, 10, 0.12), 0 2px 4px -1px rgba(250, 170, 10, 0.2); }

/*
----------------------------------
GALERY
----------------------------------
*/
.item-galery {
  background-color: #fafafa;
  border-width: 2px;
  border: 1px solid #c8c8c8;
  cursor: pointer;
  margin: 10px 0;
  padding: 15px; }
  .item-galery:hover {
    border: 1px solid #999999;
    background-color: #ffffff; }

.item-galery p {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif; }

.img-galery {
  height: 200px; }

.item-galery.active {
  border: 1px solid #FAAA0A;
  background-color: #ffffff; }

.item-galery h4 .btn {
  padding: 12px !important; }

/*
----------------------------------
NAVBAR
----------------------------------
*/
.navbar .notification {
  background: #FAAA0A; }

.navbar li {
  color: #2F373A !important; }
  .navbar li:hover {
    color: #FAAA0A !important; }

/*
----------------------------------
SIDEBAR
----------------------------------
*/
.sidebar {
  background-color: #2F373A; }
  .sidebar .logo::after {
    background-color: #4A555C; }
  .sidebar .nav i, .sidebar .off-canvas-sidebar .nav i {
    color: #FAFAFA; }
  .sidebar .nav li a, .sidebar .off-canvas-sidebar .nav li {
    color: #FAFAFA; }
  .sidebar .nav-item.active a {
    background-color: #FAAA0A !important;
    box-shadow: none !important;
    border-radius: 0px; }
  .sidebar .nav li a:focus, .sidebar .nav li a:hover {
    background-color: #FAAA0A;
    border-radius: 0px; }
  .sidebar .nav li .collapse.in ul.nav {
    background-color: #4A555C;
    padding: 10px 0 10px 0; }
  .sidebar .nav p {
    font-size: 15px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500; }

/*
----------------------------------
NAV PILL
----------------------------------
*/
.nav-pills li.active a {
  background-color: #4A555C;
  border-radius: 0px !important;
  border-left: 15px solid #FAAA0A;
  pointer-events: none; }
  .nav-pills li.active a:hover {
    background-color: #4A555C !important; }
  .nav-pills li.active a:focus {
    background-color: #4A555C !important; }

.nav-pills li a {
  background-color: #EEEEEE;
  border-radius: 0px !important; }
  .nav-pills li a:focus {
    background-color: #4A555C !important; }

/*
----------------------------------
FOOTER
----------------------------------
*/
.footer .copyright {
  font-size: 13px; }
  .footer .copyright a {
    color: #FAAA0A; }

/*
----------------------------------
Statistiques.php
----------------------------------
*/
.col-400 {
  height: 400px; }

body {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif; }

/*body
{
    font-family: 'Open Sans', sans-serif;
}*/
.popup-box {
  background-color: #ffffff;
  border: 1px solid #b0b0b0;
  bottom: 0;
  display: none;
  height: 415px;
  position: fixed;
  right: 70px;
  width: 300px;
  font-family: 'Open Sans', sans-serif; }

.round.hollow {
  margin: 40px 0 0; }

.round.hollow a {
  border: 2px solid #ff6701;
  border-radius: 35px;
  color: red;
  color: #ff6701;
  font-size: 23px;
  padding: 10px 21px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif; }

.round.hollow a:hover {
  border: 2px solid #000;
  border-radius: 35px;
  color: red;
  color: #000;
  font-size: 23px;
  padding: 10px 21px;
  text-decoration: none; }

.popup-box-on {
  display: block !important; }

.popup-box .popup-head {
  background-color: #fff;
  clear: both;
  color: #2F373A;
  display: inline-table;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 10px;
  width: 100%;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif; }

.bg_none i {
  border: 1px solid #888888;
  border-radius: 25px;
  color: #888888;
  font-size: 17px;
  height: 33px;
  line-height: 30px;
  width: 33px; }

.bg_none:hover i {
  border: 1px solid #FAAA0A;
  border-radius: 25px;
  color: #FAAA0A;
  font-size: 17px;
  height: 33px;
  line-height: 30px;
  width: 33px; }

.bg_none {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none; }

.popup-box .popup-head .popup-head-right {
  margin: 11px 7px 0; }

.popup-box .popup-messages {
  background: #FAFAFA !important; }

.popup-head-left img {
  border: 1px solid #7b7b7b;
  border-radius: 50%;
  width: 44px; }

.popup-messages-footer > textarea {
  border-bottom: 1px solid #b2b2b2 !important;
  height: 34px !important;
  margin: 7px;
  padding: 5px !important;
  border: medium none;
  width: 95% !important; }

.popup-messages-footer {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  position: absolute;
  width: 100%; }

.popup-messages-footer .btn-footer {
  overflow: hidden;
  padding: 2px 5px 10px 6px;
  width: 100%; }

.simple_round {
  background: #d1d1d1 none repeat scroll 0 0;
  border-radius: 50%;
  color: #4b4b4b !important;
  height: 21px;
  padding: 0 0 0 1px;
  width: 21px; }

.popup-box .popup-messages {
  background: #3f9684 none repeat scroll 0 0;
  height: 275px;
  overflow: auto; }

.direct-chat-messages {
  overflow: auto;
  padding: 10px;
  transform: translate(0px, 0px); }

.popup-messages .chat-box-single-line {
  border-bottom: 0px solid #FAAA0A;
  height: 12px;
  margin: 7px 0 20px;
  position: relative;
  text-align: center; }

.popup-messages abbr.timestamp {
  background: none;
  color: #777777;
  padding: 0 11px;
  font-size: 13px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif; }

.popup-head-right .btn-group {
  display: inline-flex;
  margin: 0 8px 0 0;
  vertical-align: top !important; }

.chat-header-button {
  background: none !important;
  border: 0px !important;
  border-radius: 50%;
  font-size: 14px;
  height: 30px;
  width: 30px;
  padding: 0 0px 4px 0px;
  color: #4A555C; }
  .chat-header-button:hover {
    color: #2F373A; }

.popup-head-right .btn-group .dropdown-menu {
  border: medium none;
  min-width: 122px;
  padding: 0; }

.popup-head-right .btn-group .dropdown-menu li a {
  font-size: 12px;
  padding: 3px 10px;
  color: #303030; }

.popup-messages .direct-chat-messages {
  height: auto; }

.popup-messages .direct-chat-timestamp {
  color: #fff;
  opacity: 0.6; }

.popup-messages .direct-chat-name {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 0 49px !important;
  color: #fff;
  opacity: 0.9; }

.popup-messages .direct-chat-info {
  display: block;
  font-size: 12px;
  margin-bottom: 0; }

.popup-messages .big-round {
  margin: -9px 0 0 !important; }

.popup-messages .direct-chat-img {
  border: 1px solid #fff;
  background: #3f9684  none repeat scroll 0 0;
  border-radius: 0%;
  float: left;
  max-height: 40px;
  margin: 0px 0 0;
  max-width: 40px; }

/* REPLY */
.direct-chat-msg.reply .direct-chat-text {
  margin: 5px 10px 0 30px;
  background-color: #FAAA0A; }

.direct-chat-msg.reply .direct-chat-text::before, .direct-chat-msg.reply .direct-chat-text::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent transparent #d2d6de;
  border-image: none;
  border-style: solid;
  border-width: medium;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 15px;
  width: 0; }

.direct-chat-msg.reply .direct-chat-text::after {
  border-width: 5px;
  margin-top: -5px; }

.direct-chat-reply-name {
  color: #fff;
  font-size: 15px;
  margin: 0 0 0 10px;
  opacity: 0.9; }

.direct-chat-img-reply-small {
  border: 1px solid #fff;
  border-radius: 50%;
  float: left;
  height: 20px;
  margin: 0 8px;
  width: 20px;
  background: #3f9684; }

.popup-messages .direct-chat-msg {
  margin-bottom: 10px;
  position: relative; }

.popup-messages .doted-border::after {
  background: transparent none repeat scroll 0 0 !important;
  border-right: 2px dotted #fff !important;
  bottom: 0;
  content: "";
  left: 17px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 2px;
  display: inline;
  z-index: -2; }

.direct-chat-text::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #d2d6de transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: medium;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 15px;
  width: 0; }

.direct-chat-text::after {
  border-width: 5px;
  margin-top: -5px; }

.popup-messages .direct-chat-text {
  background: #dfece7 none repeat scroll 0 0;
  border: 1px solid #dfece7;
  border-radius: 8px;
  color: #FFFFFF; }

.direct-chat-text {
  background: #d2d6de none repeat scroll 0 0;
  border: 1px solid #d2d6de;
  border-radius: 5px;
  color: #FFFFFF;
  margin: 5px 0 0 50px;
  padding: 5px 10px;
  position: relative; }

.popup-head-left {
  margin-top: 12px; }

.contact-img {
  border: 1px solid #000;
  background: #3f9684  none repeat scroll 0 0;
  border-radius: 0%;
  float: left;
  margin: 0 10px 0 0;
  width: 50px; }

.contact-lib {
  margin-top: 0px;
  margin-bottom: 5px;
  color: black;
  font-size: 14px; }

.contact-item a p {
  color: #FAAA0A;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif; }

.main-panel {
  min-height: calc(100% - 70px); }

.sidebar-left .span-collapse {
  margin-right: 20px; }

.sidebar-left .span-collapse:hover {
  cursor: pointer; }

.explorer .explorer-list .pull-right {
  margin-top: 0; }

#btn-table-actions .btn {
  background-color: #FFFFFF;
  box-shadow: 0 2px 2px 0 rgba(100, 100, 100, 0.14), 0 3px 1px -2px rgba(100, 100, 100, 0.2), 0 1px 5px 0 rgba(100, 100, 100, 0.12);
  color: #000;
  height: 42px;
  width: 40px;
  padding: 0;
  font-size: 20px; }

.page-list {
  margin-left: 10px; }

#devToolbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 30px;
  display: flex;
  background-color: #fff;
  border-bottom: solid #2F373A 1px;
  z-index: 1000;
  transition: width ease-out 0.5s; }
  #devToolbar.reduced {
    width: 60px;
    border-right: solid #2F373A 1px; }
    #devToolbar.reduced .showHide {
      background-color: #fff; }
      #devToolbar.reduced .showHide:before {
        content: '\f054'; }
    #devToolbar.reduced .actions .action {
      display: none; }
  #devToolbar .actions {
    margin-top: 0;
    display: flex; }
  #devToolbar .action {
    height: 29px;
    width: 30px;
    display: flex; }
    #devToolbar .action i {
      margin: auto; }
    #devToolbar .action:hover {
      background-color: #ccc;
      cursor: pointer; }
  #devToolbar .ico {
    font-size: 18px;
    color: #48cfad; }
    #devToolbar .ico:hover {
      background-color: #fff;
      cursor: default; }
  #devToolbar .showHide {
    position: absolute;
    right: 0;
    height: 29px;
    width: 30px; }
    #devToolbar .showHide i {
      margin-left: 10px;
      margin-top: 5px;
      color: #48cfad; }
    #devToolbar .showHide:hover {
      cursor: pointer;
      background-color: #ccc; }
    #devToolbar .showHide:before {
      position: absolute;
      top: 3px;
      right: 10px;
      font-family: "Font Awesome 5 Pro";
      content: '\f053';
      font-weight: 900;
      font-size: 14px; }

/*# sourceMappingURL=theme-aurora.css.map */
