html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p, a,span {
  color: #000;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
 }

p {
 font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em; }


body {
  background-color: #F8F8F8; 
   }

header{
  background: #003366;
  padding: 10px 0px;
 
}
.header-top{
  text-align: left;
}
.header-top i{
   color: #FFCC66;
}
.card{
  margin-top: 8px;
  height: 100vh;
}
.card{
  height: 100%;
      position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    
    background-clip: border-box;
    border: 1px solid rgb(0, 51, 102);
    border-radius: 0.25rem;
}
ul { list-style-type: none; }

a {
  color: #b63b4d;
  text-decoration: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/


h1 {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 80px;
}

h1 a {
  color: #c12c42;
  font-size: 16px;
}

.accordion {
  width: 100%;
  max-width: 360px;
  margin: 8px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 10px 10px 12px 19px;
  background: #003366;
  color: #929090;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 18px;
  color: #929090;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #ffc107; }

.accordion li.open i { color: #ffc107; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
  background: #444359;
  font-size: 14px;
}

.submenu li { border-bottom: 1px solid #4b4a5e; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 19px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #ffc107;
  color: #FFF;
}
.card-header{
  color: #ffc107;
    font-size: 16px;
    font-weight: 700;
    background-color: rgb(0, 51, 102);
    
}
.support_traite .card-header{
  margin-bottom: 20px;
}
.card-img img {
  /* width: 100%;
  position: relative;
  height: 145px;
  height: 100%; */
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: none;
}
.owl-carousel .card-img img {
  position: relative;
  height: 155px;
}
.card-img {
  /* width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
    border: 2px solid #d39e00; */
  width: 100%;
  height: 180px;
  position: relative;
  border-radius: 5px;
  border: 2px solid #d39e00;
  overflow: hidden;
}
.card-marg{
  margin-bottom: 10px;
  padding-right: 3px;
}
.card-ao img {
  max-width: 100%;
  height: 180px;
  position: relative;
}
.traitement {
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  top:91%;
  left:50%;
  width: 100%;
  /* top: 50%;
  left: 50%; */
  display: inline-block;
  margin: auto;
  background-color: #6c757d87;
}
.traitement li {
  display: inline-block;
}
.traitement li a {
    display: block;
    border-radius: 66%;
    width: 37px;
    height: 34px;
    background: #003366;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    padding: 10px 0;
  /* display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #00818A;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  padding: 10px 0; */
}
.traitement .non-traite a {
  background: #f8b32d;
}
.card-img-overlay {
  background: #0033664d;
  right: 12px;
  bottom: 10px;
  left: 10px;
}
.date{
  margin-bottom: 10px;
}
form a{
  text-decoration: none;
}
.button {
  background: #003366;
  border: 1px solid #003366;
  border-radius: 3px;
  width: 30%;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 6px;
  cursor: pointer;
}
.form{
  text-align: center;
}


 .valide{
  background: #e0aa06;
  border: 1px solid #e0aa06;
}
.valide:hover{
  background: #ecb50b !important;
  border: 1px solid #e0aa06;
}
a:hover{
  color:#FFF;
  text-decoration: none;
}
.button:hover{
  background: #033f7b;
  color:#FFF;

}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block;
}
.owl-carousel .owl-next span {
  display: block;
  width: 16px;
  height: 33px;
  line-height: 30px;
  text-align: center;
  background: #ffc107;
  font-size: 35px;
  position: absolute;
  right: -1px;
  top: 40%;
 
  z-index: 999;
  color: #036;
  cursor: pointer;
  transform: translateY(-40%);
}
.owl-carousel .owl-prev span {
  display: block;
  width: 16px;
  height: 33px;
  line-height: 30px;
  text-align: center;
  background: #ffc107;
  font-size: 35px;
  position: absolute; 
  left: -2px;
  top: 40%;
  z-index: 999;
  color: #036;
  cursor: pointer;
  transform: translateY(-40%);
}
.support_traite img {
  max-width: 100%;
}
.support_traite h2{
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  color: #b2bece;
    background: #003366;
    margin-bottom: 30px;
}
.card-body label{
font-size: 14px;
}
label span {
  color: #ffc107;
  margin-left: 3px;
}
.saisie{
  background: #dee2e6;
}
.card-header span i{
  /* float: right; */
  color: #ffc107;
  font-size: 19px;
}
.icon_delete{
    /* float: right; */
    color: #ffc107;
    font-size: 19px;
}
.card-header .name_support{
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
.icon-zoom{
  display: inline-block;
  float:right;
}
.icon-plus{
  padding-right: 10px;
    padding-left: 10px;
}
.card-choix{
  margin-bottom: 40px;
}
.card-choix  li{
  font-family: "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.card-choix .form-check-input{
  right: 14px;
}
 .color-1{
 background: #193c6c;
}
 .color-2{
  background:#32527c;
}
 .color-3{
  background: #4c678c;
}
 .color-4{
background: #667d9d;
}
 .color-5{
  background: #7f93ad;
}
 .color-6{
  background: #99a8bd;
}
 .color-7{
  background: #99adca;
 }
  .color-8{
    background:#b6c8e6;
}
.color-9{
  background:#b4ccf5;
}
.color-10{
  background:#5c687e;
}



.card-ctn{
  padding: 5px 10px;
  margin-bottom: 3px;
}
.card-ctn label{
  color:#fff;
}
#info
{
	font-size: 18px;
	color: #555;
	text-align: center;
	margin-bottom: 25px;
}

a{
	color: #074E8C;
}

.scrollbar
{
	margin-left: 30px;
	height: 1000px; 
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}
.scrollbar_ann{
  margin-left: 30px;
	height: 700px; 
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;

}
.force-overflow
{
	min-height: 450px;
}

#wrapper
{
	text-align: center;
	width: 500px;
	margin: auto;
}


/*
 *  STYLE 1
 */

 #style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #033f7b;
}
.form-group:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: 0;
}
.support-bd{
padding: 10px;
}
.support-bd label{
  font-weight: 500;
  font-size: 17px;
}
.sup-mtn {
  margin-bottom: 7px;
}
/**po up**/
.modal-dialog{
  max-width: 70%;;
}
.dataTables_filter{
  margin-bottom: 20px;
}
table td{
font-weight: bold;
}
.formulaire {
  padding: 15px;
  margin-bottom: 10px;
  background: #e2ecf9a6;
}
/* .formulaire .form-control{
  width: 80%; 
}*/
.formulaire input{
  display: inline-block;
}
.formulaire select{
  display: inline-block;
}
.formulaire label{
  font-size: 16px;
    font-weight: bold;
}
.dataTables_wrapper{
  margin-bottom: 20px;
}
.form-control {
  border: 2px solid #E3EBEF;
  border-radius: 0 !important;
  box-shadow: none;
  line-height:1.4; 
  font-size:14px;
}
.modal-saisie{
  padding: 10px 10px 0px 10px;
}
.modal-saisie .modal-footer .btn{
border-radius: 0;
padding: 4px 12px;
font-weight: bold;
}
.btn-secondary {
  color: #fff;
  background-color: #f1b503;
  border-color: #f1b503;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #f7bd10;
  border-color: #f7bd10;
}

.btn-primary {
  color: #fff;
  background-color: rgb(0, 51, 102);
  border-color: rgb(0, 51, 102);
}
.btn-primary:hover {
  color: #fff;
  background-color:rgb(3, 65, 128);
  border-color: rgb(3, 65, 128);
}
.modal-footer{
  padding: 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.dataTables_wrapper label{
font-weight: bold;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
  background-color: #ffffff;
}
.table th, .table td{
  vertical-align: inherit;
}
table.dataTable thead th, table.dataTable thead td{
  border-bottom: 1px solid #d7dcde;
}
.btsactions .fa,.btsactions .fas{
  font-weight: 500;
  color:white;
}
.btsactions .btn{
  padding: 0 4px;
}
.table thead tr{
  background-color:#003366 ;
}
.table thead th{
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  font-family: revert;
  text-align: center;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #d7dcde;
}
.modal-saisie .fa-trash-alt{
  color: red;
}
.modal-saisie .fa-edit{
  color: #ffc107;
}.dataTables_wrapper .dataTables_filter input{
  border-radius: 19px;
}
.header-page{
  background: #003366;

}
.header-page h5{
  color: #ffc107;
  font-weight: bold;
}
.card-img p{
font-weight: 600;
text-align: center;
}
.item{
  padding-right: 4px;
  padding-left: 4px;
}
.list-group-item{
  padding: 10px 8px;
}
textarea{
  width: 100%;
  border: 2px solid #E3EBEF;
  border-radius: 0 !important;
}
/*Panel tabs*/
.panel-tabs {
  position: relative;
  bottom: 0px;
  clear:both;
  border-bottom: 1px solid transparent;
}

.panel-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.panel-tabs > li > a {
  padding: 11px 15px;
  font-size: 15px;
  font-weight: 600;
  margin-right: 2px;
  margin-top: 4px;
  line-height: 2.9;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #ffffff;
  
}

.panel-tabs > li > a:hover {
  border-color: transparent;
  color: #003366;
  background-color: #f2f7fb;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
  color: #003366;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color:#f2f7fb;
  border-bottom-color: transparent;
}
.tab-content{
  padding: 20px;
    /* background: #f2f7fb; */
}
.panel-heading{
  background: #003366;
    padding: 12px 5px 0 5px;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn button{
  z-index: 2;
  margin-top: -37px;
  float: right;
  padding: 5px 10px;
}
.form-entreprise input{
position: relative;
}
.form-entreprise i{
font-size: 12px;
}
.form-check-input {
  position: absolute;
  margin-top: 0.2rem;
  margin-left: 0.75rem;
}
form label{
  font-family: "Open Sans Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.form-text label{
  font-weight: 600;
}
.question-wrapper label{
  font-weight: 500;
}
.titres{
  background: #e5eef6;
  padding: 5px;
  margin-bottom: 30px;
}
.input-group-text{
  background: #17a2b8;
  color: #fff;
  border: none;
}
.form-control:focus{
  box-shadow:none;
}
.search-entr{
  background: #fff;
  padding: 4px;
  margin-top: -16px;
  margin: 4px;
}
.search-entr p{
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 6px;
  margin-bottom: 0px;
  color: #383636;
  font-weight: 600;
  font-size: 13px;
}
.result{
  cursor: pointer;
    padding: 5px 8px;
}
.result:hover{
  background: #e8e7e7;
  cursor: pointer;
 
}
.col-form-label{
font-weight: 600;
color: #003366;
font-size: 14px;
}
.ps-card{
  background: #f2f7fb;
  min-height: 100vh;
}
.view{
  padding-left: 15px;
}
.list {
  background: #c9dcefeb;
  padding: 4px 6px 0px 5px;
  border-bottom: 1px solid #f2f7fb;
}
.list span i
{
  float: right;
  color: #da0404;
  font-size: 16px;
}
.table{
  margin-bottom: -12px;
}
.R-title {
  float: left;
}
.search-entr{
  overflow: scroll;
  height: 200px;
}
/* return icon  */
/* .iconreturn i{
  position: fixed;
  top: 68px;
  right: 30px;
  z-index: 999999;
  color: #fff;


} */
.iconreturn {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-top: 6px;
  color: #ffc107;

}
.iconsearch{
  display: inline-block;
  float: right;
  color: #ffc107;

}
#previous i{
  float: right;
  padding: 5px;
  color: #ffc107;
  font-size: 20px;
}
#updat_appOffre i{
  float: right;
    padding: 7px;
    color: #17a2b8;
    font-size: 15px;
}
.panel-heading .pull-right{
  display: inline-block;
}
/***interface View**/
.form-group{
  margin-bottom: 0px;
}
.form{
  margin-top: 20px;
}
.card-view{
  padding: 50px 20px;
}
/* .table.dataTable tbody tr{
  background-color: #f5dfb5;
} */
table.dataTable.display tbody tr.even>.sorting_1{
  background-color: #f5dfb5 !important;
}
table.dataTable tbody th, table.dataTable tbody td{
  padding: 2px 8px;
}
.dataTables_info{
  font-weight:bold;
}
/*** new style affichage ***/
/**nv style**/
.question-wrapper{
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);

}
.dataTables_wrapper .dataTables_paginate .paginate_button{
  margin-left: 5px;
    margin-right: 5px;
    border: none !important;
    border-radius: 25px !important;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e640;
}
.dataTables_wrapper .dataTables_filter input{
  border-radius: 19px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem
}
.dataTables_length select{
  padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.search_appelOffre{
  padding: 10px;
}
.search_annonce{
  padding: 10px;
}
.page_numero{
    background-color: white;
    border-radius: 50%; 
    padding: 7px 13px;
    margin-left: 15px;

}
.champ_vide{
  border: 1px solid red;
}
.click_scan{
  border: 3px solid #4e965e;
}
table.dataTable tbody tr {
  font-size: 13px;
}
.signOut{
  float: right;
}
.refresh{
  float: right;
  padding-right: 10px;
  
}
.cursur{
  cursor: pointer;
}
/* .data_global .fa-edit{
  color : #003366;
} */
.data_global .fa-trash-alt{
  color :#de1212 ;
}
.marg{
  margin-top: 10px;
}
.row-marg{
  margin-left: 0px;;
}
.data_appele .fa-plus-circle{
  float: right;
    padding: 9px;
    font-size: 20px;
    color: #ffc107;
}
.data_appele table{
  background-color: #d6d5d5;
}
#data_activites{
  padding-top: 10px;
}
#style{
  background-color: #003366;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
}
#style span{
  color:white;
}
#style label{
  color:#ffc107;
}
.info-standard{
  background-color: #0033663b;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
}
.info-standard label span{
  color: white;}

#style table tbody tr td{
    color: white;}

    .from-rdp{
      margin-bottom: 10px;
    }
    .from-rdp .form-control{
      border: 2px solid #ffc107;
      border-top-right-radius: 15px !important;
        border-bottom-right-radius: 15px !important;
    }
    .from-rdp .input-group-text{
      border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        background: #ffc107;
        color: #fff;
    }
    .input-group.md-form.form-sm.form-2 input {
      border: 1px solid #bdbdbd;
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
    }
    .card-rdp span .fa-plus-circle{
      float: right;
      margin-bottom:8px;
      font-size: 18px;
      color: #00818A;
      display: block;
    }
    .card-rdp span .fa-minus-circle{
      float: right;
      margin-bottom:8px;
      font-size: 18px;
      color: #00818A;
      display: block;
    }
    .card-rdp .list-group span .fa-trash-alt{
    color: RED;
    float: right;
    cursor: pointer;
    }
    .card-rdp  .list-group-item{
      border:0;
    background-color: #c3d7f5;
    color:#003366; ;
    }
    .card-rdp .list-group-item-action:hover{
      color: #003366;
      background-color: #5573af73;
    }
    .card-rdp .list-group-item:first-child {
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
    }
    .card-rdp .list-group-item:last-child {
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
    }
    .card-rdp .add{
    background-color: #6061636e;
     padding: 6px 9px;
     display:none;
     margin-bottom: 10px;
     border-radius: 15px;
    }
    
    .button-tag {
      background: #c3d7f5;
      border: 1px solid #022782;
      padding: 7px 10px;
      text-align: center;
      color: #022782;
      font-size: 14px;
      display: inline-block;
      border-radius: 15px;
      margin-bottom: 10px;
    }
    .row-rdp span{
      margin-left: 10px;
    }
    .row-rdp span i{
      color: #d80707;
    }
    .add .btn{
      padding: 2px 10px;
      background: #ffc107;
      color: #454648;
      float: right;
    }
    .card-rdp .add .form-group{
      margin-bottom: 5px;
    }
    
    .clearfix{
      clear: both;
    }

    
  
/* ----------- */
.spinner {
  width: 20px;
  height: 20px;
  background-color: #333;

  /* margin: 100px auto; */
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
