/*GENERAL STYLE*/
/*.styled-select {
  overflow: hidden;
  height: 50px;
  box-sizing: border-box;
  line-height: 1px !important;
  background: #f2742b url(assets/theme/client/images/icon/arrow.svg) no-repeat right center;
  border: 0;
  border-radius: 10px;
}
.styled-select select {
  background: transparent;
  width: 100%;
  padding: 17px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 55px;
  color: #fff;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  font-size: 18px;
}*/
.styled-select {
  overflow: hidden;
  height: 40px;
  box-sizing: border-box;
  line-height: 1px !important;
  background: #fff url(../../images/icon/arrow2.svg) no-repeat right center;
  border: 1px solid #f2742b;
  border-radius: 0px;
}

.styled-select select {
  background: transparent;
  width: 100%;
  padding: 12px;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none;
  height: auto;
  color: #f2742b;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  font-size: 18px;
}

/*GENERAL STYLE*/

/*DATATABLE SPECIAL*/
.datableSpecial {
  border-bottom: none !important;
}

.datableSpecial tbody {
  background-color: white;
}

.datableSpecial thead {
  visibility: hidden;
  /*display: none;*/
  background-color: transparent;
}

.datableSpecial tr {
  height: 65px;
  border-radius: 10px !important;

}

.datableSpecial td {
  padding: 10px 20px !important;
  vertical-align: middle !important;
  border-collapse: separate !important;
  border-bottom: 12px solid #e5e2de !important;
}

.datableSpecial p {
  display: inline-block;
  margin-left: 30px !important;
}

.datableSpecial p img {
  height: 29px !important;
  cursor: pointer;
}

/*PREMIER TB*/
.datableSpecial td.firstTd {
  padding-left: 102px !important;
  position: relative !important;
}

.datableSpecial td.firstTd div {
  text-align: center;
  width: 62px !important;
  height: 100%;
  padding: 2px !important;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 2px;
  border-right: 1px solid #ddd
}

.datableSpecial td.firstTd div img {
  height: 100%;
  width: 35px;
  object-fit: contain
}

/*PREMIER TB*/
/*SEACH DATATABLE*/
.dataTableMarker input[type=search] {
  width: 400px !important;
  height: 35px !important;
  font-size: 14px;
  border: initial;
  outline: initial !important;
  background: #f8f9fa;
  border: 1px solid #ced4da;
  color: #47404f;
  padding: 10px;
  border-radius: 10px;
  margin-right: 27px;
}

.dataTableMarker input[type=search]:hover {
  border: 2px solid #b69dd5;
  box-shadow: 1px 1px 4px #b69dd5;
  border-radius: 10px;
}

.dataTableMarker input[type=search]::placeholder{
  color: #959397  !important;
} 

.dataTableMarker .dataTables_length {
  position: relative;
  left: 89px;
  top: 4px;
}

.dataTableMarker .dataTables_length select {
  height: 26px !important;
  border: 1px solid #f27429 !important;
  background-color: #f27429;
  color: white !important;
  text-align: center;
}

.dataTableMarker .dataTables_length select ::after {
  height: 20px;
  width: 200px;
  background: red;
  content: "ok goog";
  z-index: 999;
}

div .seacheDatatableSpecial {
  position: absolute !important;
  top: -14px !important;
  left: 0px !important;
}

.dataTableMarker span .paginate_button {
  border-radius: 50% !important;
  width: 30px;
  height: 30px;
  text-align: center !important;
  padding: 5px !important;
  background-color: #ddd !important;
  font-weight: bold !important;

}

.dataTableMarker span .current {
  background: white !important;
  font-weight: bold !important;
}

.dataTablePaginate {
  position: relative;
  top: -46px !important;
  z-index: 1;
}

.dataTableMarker .dataTables_info {
  margin-left: 20px !important;
}

.dataTableMarker {
  z-index: 2;
}

.jirama-default-button{
  background: linear-gradient(#f99a63, #f2742b);
  border-radius: 0px;
  border: solid 1px #f07f3f;
}

.jirama-dark-button{
  background: linear-gradient(#565555, #303030);
  border-radius: 0px;
  border: solid 1px #f07f3f;
}

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

  .dataTableMarker .dataTables_filter {
    display: block;
    margin-top: 11px !important;
    text-align: left !important;
    margin-left: 20px !important;
  }

  div .seacheDatatableSpecial div {
    height: 100px !important;

  }

  .dataTableMarker input[type=search] {
    width: 60% !important;
    min-width: 150px !important;
  }

  .dataTableMarker .dataTables_length {
    position: static;
    text-align: left !important;
    margin-left: 20px !important;
  }

  .hideMobile {
    display: none !important;
  }

  .datableSpecial p {
    display: inline-block;
    margin-left: 3px !important;
    padding: 10px !important;
    text-align: left !important;

  }

  .dataTablePaginate {
    position: relative;
    top: -76px !important;
    z-index: 1;
  }

  .dataTablePaginate div {
    height: 80px !important;
  }

  .datableSpecial td.firstTd {
    padding-left: 71px !important;
    position: relative !important
  }

}

/*DATATABLE SPECIAL*/
/*SIDEBAR*/
.ps__thumb-y {
  display: none !important;
}

.ps__rail-y {
  display: none !important;
}

.ps__rail-x {
  display: none !important;
}

body {
  font-size: 14px;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-text {
  font-size: 15px;
  display: block;
  font-weight: 400;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold {
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #2d2d2d;
}

.breadcrumb h1 {
  font-size: 19pt;
}

.nav-item-hold img {
  width: 52px;
  height: 49px;
}

.nav-item i.comming {
  height: 40px;
  width: 40px;
  position: absolute;
  right: calc(19% - 25px);
  top: calc(57% - 25px);
  color: #f2742b;
}

.nav-item span.comming {
  height: 40px;
  width: 103px;
  position: absolute;
  right: calc(38% - 25px);
  top: calc(60% - 25px);
  color: #f2742b;
}

/*SIDEBAR*/
/*DASHBORD*/
.text-max {

  font-size: 12pt !important;
  font-weight: bold !important;
  color: #777;

}

.card-title {
  font-size: 0.8rem !important;
  margin-bottom: 1.5rem;
}

.text-small {
  font-size: 12pt !important;
  font-weight: lighter;
}

.styled-select select {

  background: transparent;
  padding: 12px !important;
  font-size: 14px !important;
}

.breadcrumb h1 {
  font-size: 14pt !important;
}

.breadcrumb ul li:first-child {

  padding-left: 0;

}

.breadcrumb ul li {

  font-size: 13pt !important;

}

/*DASHBORD*/
/*RECLAMATION*/
.imgUpload {
  margin: 20px 2px;
  display: inline-block;
}

.imgUpload img {
  width: 86px !important;
  height: 45px !important;
  object-fit: cover;
  border-radius: 10px;
}

.imgUpload iframe {
  width: 86px !important;
  height: 45px !important;
  object-fit: cover;
  border-radius: 10px;
}

.imgUpload iframe * {
  display: none;
}

.imgUpload i {
  position: relative;
  top: -23px;
  right: 4px;
  cursor: pointer;
  color: red;

}

.imgAdd i {
  position: relative;
  top: 9px;
  left: -55px;
  cursor: pointer;
  color: green;
  font-size: 1.9rem;

}

.imgAdd img {
  cursor: pointer;
}

button.disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

/*RECLAMATION*/
/*FIELFCHIL*/
legend.scheduler-border {
  width: inherit; /* Or auto */
  padding: 0 10px; /* To give a bit of padding on the left and right */
  border-bottom: none;
}

fieldset {

  margin: 0;
  border: 1px solid #ddd;
  min-height: 454px !important;
  margin-bottom: 50px;

}

fieldset.fieldsetProfil {

  margin: 0;
  border: 1px solid;
  min-height: 474px !important;
  margin-bottom: 50px;

}

fieldset.fieldsetProfil > div {

  margin-bottom: 30px;
  vertical-align: center;

}

/*FIELFCHIL*/


.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff !important;
}

.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  color: #fff !important;
}

ng-select2.form-control {
  background: transparent !important;
  border: none !important;

}

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

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000 !important;
}

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

}



.select2-container--default .select2-results_option--highlighted[aria-selected] {
  background-color: #f2742b;
  color: #000;
}

.select2-container--default .select2-selection--single .select2-selectionclear {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection_rendered {
  color: #000
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #131212 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000 !important;
}
/*telephone*/
.iti {
  display: block !important;
}

/*telephone*/
/*alerte*/
.alert-danger-phco {
  color: red !important;
  font-size: 10px !important;
  display: block;
}

/*alerte*/

/*TABLE*/
th,tr,td,table{
  vertical-align: middle !important;
}
/*TABLE*/
.layout-sidebar-large .main-header .notification-dropdown .dropdown-item {

  background: #fff !important;
}
.layout-sidebar-large .main-header .notification-dropdown {
  overflow-y: scroll;
  max-height: 400px;
}




option:hover{
  background-color: #113CFCD1!important;
  color: white!important;
}