body.dragging, body.dragging * {
    cursor: move !important;
  }
  
  .dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
  }
  
  table.sorted_table tr.placeholder {
    position: relative;
    background-color: #188eb1;
    color: #fff;
    /** More li styles **/
  }
  table.sorted_table tr.placeholder:before {
    position: absolute;
  
    /** Define arrowhead **/
  }
  /*
  .main-tbl-content-short{
      height: 355px;
      overflow-y: scroll;
      
  }*/
  .main-tbl-content-long,.main-tbl-content-short{
      height: 100%;
      overflow-y: scroll;
  }
  .h-tbl,.main-tbl-content-long table , .main-tbl-content-short table{
    /* width: 100%; */
    /* padding: 8px; */
    /* background-color: rgba(24, 142, 177, 0); */
    /* border: 0px solid #ffa49c !important; */
  }
  .main-tbl-content-long th, .main-tbl-content-long td,.main-tbl-content-short th, .main-tbl-content-short td ,.h-tbl  th, .h-tbl  td{
      border-left: none;
  }
  
  .h-tbl tr,.main-tbl-content-long tr ,.main-tbl-content-short tr{
    height: 40px !important;
  }
  .h-tbl td,.main-tbl-content-long td ,.main-tbl-content-short td{
    border-bottom: 1px solid rgba(255, 127, 116, 0.71);
  }
  
  .main-tbl-content-long tr td:first-child ,.main-tbl-content-short tr td:first-child{
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px;
   } 
  
  .main-tbl-content-long tr td:last-child ,.main-tbl-content-short tr td:last-child{
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
   } 
      
  .main-tbl-content-long table tr>.actionCol ,.main-tbl-content-short table tr>.actionCol{
      font-size: x-large !important;
      text-align: center;
  }
  .wz-link{
      background: #E9E9E9 !important;
      color: #188eb1 !important;
  }
  .nav-pills>.active>a, .nav-pills>.active>a:hover {
      color: #ffffff !important;
      background-color: #188eb1 !important;
  }
  .navbar-inner {
      background: #2e4362 !important;
      border-bottom: 3px solid #ff7f74;
  }
  .table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
      background-color: rgb(46 67 99 / 8%) !important;
  }
  .table-bordered th {
      color: #fff;
      background: #E9E9E9;
      background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9));
      background: -webkit-linear-gradient(top, #2e4363 0%,#2e4363 100%);
      background: -o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
      background: -ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
      background: linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
      font-size: 13px;
      color: #f0f8ff;
      text-transform: uppercase;
  }
  
  .tableselectedRow {
     background: aquamarine!important;
     font-weight: bold;
  }
  .tableselectedRow:hover {
     background: aquamarine!important;
  }
  .table tbody .tableselectedRow:hover td, .table tbody .tableselectedRow:hover th {
      background-color: aquamarine!important;
  }
  
  a{
      color: #2e4363 !important;
  }
  a:hover{
      color: #fff !important;  
  }
  
  .subnavbar .container > ul > li > a:hover ,.btn-list-search :hover{
      color: #FF5722 !important;
      text-decoration: none;
  }
  
  .brand{
      color: #fff !important;
      
  }
  .navbar-search .search-query {
      background: #ffffff;
  }
  .navbar .divider-vertical {
      background-color: #56aac3;
      border-right: 1px solid #56aac3;
  }
  .btn-list-actions {
      background-color: #2e4363;
      color: #fff;
      border: 0px;
  }
  .listDeletebtn {
      text-align: -webkit-center;
      width: 17px;
      /* font-size: x-large; */
      color: #fc9c94;
  }
  .btn-list-search{
      margin-right: 0px;
      font-size: x-large;
  }
  
  .btn-list-actions-del {
      background-color: #E91E63;
      color: #fff;
      border: 0px;
  }
  
  .widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
      color: #188eb1;
      font-size: x-large;
  }
  
  .widget-header [class^="fa-"], .widget-header [class*=" fa-"] {
      color: #2e4363;
      font-size: x-large;
  }
  
  .widget-header {  
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f6f1), color-stop(100%,#f2efea));
      background: -webkit-linear-gradient(top, #fff 0%,#fff 100%);
      background: -o-linear-gradient(top, #fff 0%,#fff 100%);
      background: -ms-linear-gradient(top, #fff 0%,#fff 100%);
      border-bottom: 3px solid #ff7f74;
  }
  .widget-content-green{ 
      background-color: #188eb1!important; 
  }
  .tableloadingclass{
      background: url(../img/facebook.gif) no-repeat center top; 
      display: block;  
  }
  .trloadingclass{
       opacity: 0.2;
       z-index: 0;
  }
  
  .widget-table .table {
      border-bottom: 1px solid #ddd;
  }
  .minHeight{
      min-height: 210px;
  }
  
  .searchBox{
      padding-left: 30px;
      padding-right: 0px;
  }
  .table tr{
      cursor: pointer;
      font-weight: bold;
  }
  
  .news-items >li {
      text-align: -webkit-left;
      display: block !important; */
      padding: 0 0em 0 0.5em;
      /* padding-bottom: 5px!important; */
      /* padding-top: 5px; */
      /* padding-top: 2px; */
      /* padding-left: 5px; */
      /* margin-bottom: 1em; */
      border-bottom: 1px dotted #CCC;
      cursor: pointer;
      padding: 5px!important;
  }
  
  .sub-items li {
      text-align: -webkit-left;
      padding: 0 0em 0 0.5em;
      padding-bottom: 2px;
      padding-top: 2px;
      padding-left: 5px;
      margin-bottom: 1em;
      border-bottom: 1px dotted #CCC;
      cursor: pointer;
  }
  
  .badgeNbrPics {
      padding: 0px 8px 0px;
      font-size: 12.025px;
      color: #ffffff;
      background-color: #0e8694;
      margin-right: 3px;
      -webkit-border-radius: 9px;
      -moz-border-radius: 9px;
      border-radius: 4px;
  }
  .dropdownDocumentAct{
      padding: 0px 0px 0px;
      margin-right: -11px;
      float: right;
  }
  .ListDocumentFiltres{
      margin-bottom: 4px;
      background: #fff;
      /* padding: 8px; */
      border-radius: 1px;
      /* width: 99%; */
      margin-bottom: 4px;2% */
  }   
  .Tbdropdown-menu {
      min-width: 178px;
      margin: -7px 0px 0px 68px !important;
      background-color: rgb(117, 170, 185);
  }
  
  .dropdownDocumentAct ul {
     background-color: #188eb1 !important;
  }
  .dropdownDocumentAct li{
      display: block;
      padding: 0 0em 0 0.5em;
      padding-bottom: 0;
      margin-bottom: 0px;
      border-bottom: 1px dotted #CCC;
      cursor: pointer;
  }
  .dropdownDocumentAct li a{
       padding: 3px 5px 3px 1px;
       word-spacing: 3px;
       color: #212d1d;
  }
  .dropdownDocumentActselected{
  background-color: #e2eefb ;
  }
     
  .subnavbar {
      margin-bottom: 1.2em;
  }
  
  .SearchDesktop{
      display: block;
  }
  .searchMobile{
      display: none;
  }
  
  .accordion-heading {
      padding: 0;
      border-radius: 0;
      color: #212121;
      background-color: #FAFAFA;
      border-color: #EEEEEE;
  }
  .info-box {
      background: #ffffff;
      border: 1px solid #ff7f74;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      margin-bottom: 7px;
  }
  .widget {
      position: relative;
      clear: both;
      width: auto;
      margin-bottom: 10px;
      overflow: overlay;
      /* border-top: 3px solid #ff7f74; */
  }
  .widget-visible {
      position: relative;
      clear: both;
      width: auto;
      margin-bottom: 10px;
      overflow: visible;
  }
  .Codage-Select-Btn {
      margin: 6px;
      width: 100%;
      text-align: left;
  }
  
  .Codage-action-Btn {
      margin-left: 4px;
      width: 95%;
      margin-bottom: 6px;
      text-align: left;
  }
  
  .Actions-block {
      height: auto;
      margin: 4px;
      /* background-color: rgba(255, 127, 116, 0.15); */
  }
  
  .bootstrap-select.btn-group .dropdown-toggle .filter-option {
      width: 96%!important;
   }  
  
  .DiagnosticsActions {
      border: 1px solid #c9c9c9;
      height: 38px;
      /* background-color: #8cc7d8; */
      color: #060404;
   } 
  
  .CodageListItem {
      border-top: 1px #ff7f74 solid;
      border-left: 1px #ff7f74 solid;
      padding: 8px;
      background-color: #fff;
      list-style: none;
      border-right: 1px #ff7f74 solid;
   } 
   .CodageListItem:last-child{
      border-bottom: 1px #ff7f74 solid;
   } 
  
  
  .nav-tabs>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 15px;
      border: 1px solid;
      border-color: #dddddd #dddddd;
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0;
      background: #ff7f74;
      color: #ffffff !important;
      margin-top: 3px;
  }
  
  .nav-tabs>.active>a, .nav-tabs>.active>a:hover {
      color: #555555;
      background-color: #ffffff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default;
      color: #2e4363!important;
  }
  
  .nav-tabs>li>a:hover {
      border-color: #188eb1 #188eb1 #ffffff;
  }
  
  .nav>li>a:hover {
      text-decoration: none;
      background-color: #188eb1;
  }
  
  @media (max-width: 867px){
  .searchBox {
      padding-left: 1px;
      padding-right: 0px;
  }
  .SearchDesktop{
      display: none;
  }
  .searchMobile{
      display: block;
  }
  }
  
  @media (max-width: 480px){
  .modal.fade.in {
      top: 0px;
  }
  .bs-example-modal-lg {
      width: 98%;
  }
  .bs-codage-modal-lg {
      width: 97%!important;
      left: 1%!important;
  }
  }
  
  .navbar .dropdown-menu {
      background-color: #ffffff !important;
  }
  
  @media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ 
  
  
  
  }
  @media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
  
  
  }
  @media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  
   }
  @media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
  
  .bs-example-modal-lg {
      width: 50%;
  }
  
  .bs-codage-modal-lg {
      width: 90%!important;
      left: 25%!important;
  }
  
  }
  @media (min-width:1024px) { /* big landscape tablets, laptops, and desktops */ 
  
  .bs-example-modal-lg {
      width: 50%;
  }
  
  .bs-codage-modal-lg {
      width: 90%!important;
      left: 25%!important;
  }
  
  .container {
      /* margin-left: 102px !important; */
      /* width:89%!important; */
      }   
  
  }
  @media (min-width:1281px) { /* hi-res laptops and desktops */ 
  
  .bs-example-modal-lg {
      width: 50%;
  }
  
  .bs-codage-modal-lg {
      width: 90%!important;
      left: 25%!important;
  }
  .container {
      /* margin-left: 102px !important; */
  }   width: 92%;
  
  }
  
  
  .DocumentsLegend{
      border-bottom: 1px solid #ff7f74 !important;
      margin-bottom: 3px !important;
      line-height: 32px !important;  
  }
  .Documentsinput{
      border: 1px solid #8cc7d8!important;
      background-color: rgba(255, 127, 116, 0.05)!important;
      width: 99% !important;
  }
  .dropdown.open .dropdown-toggle {
      color: #ffffff;
      background: rgba(255, 127, 116, 0.25);
      /* background: rgba(0, 0, 0, 0.3); */
  }
  .subnavbar .dropdown .dropdown-menu a:hover {
      color: #fff !important;
  }
  .widget-header h3 {
      margin-right: 10px!important;
  }
  .orangeHeader{
      border-top: 3px solid #ff7f74;
  }
  .indentificationBlock{
      /* background: rgb(24, 142, 177); */
      border-bottom: 1px solid #ff7f74;
  }
  .InputListAction{
      width: 100%;
      margin-bottom: 0px;
      margin-top: 3px;
      margin-left: 3px;
  }
  
  label{
  
      font-size: 14px;
      color: #8e8d8d;
  }
  .field{
       padding: 9px;
  }
  
  .Actions-block li a {
      background-color: #ffe7e4!important;
      color: #ff7f74!important;
      border: 1px solid rgb(247, 242, 242)!important;
      /* margin-right: 0px; */
      font-size: x-large;
      margin: 4px;
  }
  ::-webkit-scrollbar {
      width: 6px;
  } 
  ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgb(46 67 99);
  } 
  ::-webkit-scrollbar-thumb {
      -webkit-box-shadow: inset 0 0 21px rgb(46 67 99);
  }
  
  input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
      background-color: #fff;
  }
  
  .h-tbl .AppointementInfoRows, .main-tbl-content-long .AppointementInfoRows, .main-tbl-content-short .AppointementInfoRows{
      height: 36px!important;
  } 
  
  .table-striped tbody .AppointementInfoRows >.Horaire ,.AppointementInfoRows >.Horaire,.HourEvt,.table-striped tbody .AppointementInfoRows >.Horaire:hover ,.AppointementInfoRows >.Horaire:hover,.HourEvt:hover{
       background-color: rgb(255, 201, 201)!important;
       -webkit-print-color-adjust: exact;
  } 
  
  
  .table-striped tbody .AppointementInfoRows >.Journee ,.AppointementInfoRows >.Journee,.JourneeEvt,.table-striped tbody .AppointementInfoRows >.Journee:hover ,.AppointementInfoRows >.Journee:hover,.JourneeEvt:hover{
      background-color: lemonchiffon ;
       -webkit-print-color-adjust: exact;
  }
  
  .table-striped tbody .AppointementInfoRows >.Titles ,.AppointementInfoRows >.Titles,.TitleEvt,.table-striped tbody .AppointementInfoRows >.Titles:hover ,.AppointementInfoRows >.Titles:hover,.TitleEvt:hover{
     background-color: rgb(243, 111, 111)!important;
       -webkit-print-color-adjust: exact;
  }
  
  .JourneeEvt >.fc-content{
      background-color: lemonchiffon!important;
      color: #188eb1;
       -webkit-print-color-adjust: exact;
  }
  
  .HourEvt >.fc-content{
      background-color: rgb(255, 201, 201)!important;
      color: #E91E63;
       -webkit-print-color-adjust: exact;
  }
  
  .TitleEvt >.fc-content{
      background-color: rgb(255, 116, 116)!important;
      color: #ffffff;
       -webkit-print-color-adjust: exact;
  }
  
  
  .evtSepar >.fc-content{
      background-color: #2196f3!important;
      color: #ffffff;
       -webkit-print-color-adjust: exact;
  }
  .CevtSepar .fc-widget-content>a, .CevtSepar .fc-widget-content>a:hover, .CevtSepar .printRemove {
      -webkit-print-color-adjust: exact;
      background-color: #c3d8ff!important;
      color: #558796!important;
  }
  
  .HourEvt >td:first-child, .JourneeEvt >td:first-child, .TitleEvt >td:first-child{
      color: rgba(255, 255, 255, 0)!important;
       -webkit-print-color-adjust: exact;
  }
  
  .JourneeEvt .fc-widget-content >a ,.JourneeEvt .fc-widget-content >a:hover {
     
  }
  .JourneeEvt .fc-widget-content,.JourneeEvt .fc-widget-content:hover{
     
  text-align: center;
  }
  
  
  .HourEvt .fc-widget-content>a,.HourEvt .fc-widget-content>a:hover {
      color: #E91E63 !important;
  }
  
  .HourEvt .fc-widget-content,.HourEvt .fc-widget-content:hover {
      color: rgb(234, 30, 99) !important;
      text-align: left;
       -webkit-print-color-adjust: exact;
  }
  
  .TitleEvt .fc-widget-content,.TitleEvt .fc-widget-content:hover,.TitleEvt.printRemove  {
     background-color: #ff7474!important;
     color: #fff!important;
     text-align: center;
       -webkit-print-color-adjust: exact;
  }
  .TitleEvt .fc-widget-content>a,.TitleEvt .fc-widget-content>a:hover,.TitleEvt.printRemove  {
     background-color: #ff7474!important;
      color: #fff!important;
       -webkit-print-color-adjust: exact;
  }
  
  
  .evtSepar .fc-widget-content,.evtSepar .fc-widget-content:hover,.evtSepar .printRemove  {
     background-color: #ddf2f9!important;
     color: #188eb1!important;
     -webkit-print-color-adjust: exact;
  }
  
  .evtSepar .fc-widget-content>a,.evtSepar .fc-widget-content>a:hover,.evtSepar .printRemove  {
     background-color: #ddf2f9!important;
     color: #188eb1!important;
     -webkit-print-color-adjust: exact;
  }
  .CevtSepar .fc-widget-content,.CevtSepar .fc-widget-content:hover,.CevtSepar .printRemove  {
     background-color: #c3d8ff!important;
      color: #558796!important;
     -webkit-print-color-adjust: exact;
  }
  
  
  .CevtSepar .fc-widget-content>a,.CevtSepar .fc-widget-content>a:hover,.CevtSepar .printRemove  {
     background-color: #c3d8ff!important;
      color: #558796!important;
     -webkit-print-color-adjust: exact;
  }
  
  
  
  .DisabledEvt .fc-widget-content,.DisabledEvt .fc-widget-content:hover,.DisabledEvt .printRemove {
     background-color: #E91E63!important;
      color: #fff!important;
       -webkit-print-color-adjust: exact;
  }
  .DisabledEvt .fc-widget-content>a,.DisabledEvt .fc-widget-content>a:hover,.DisabledEvt .printRemove  {
     /*! background-color: #E91E63!important; */
      color: #fff!important;
       -webkit-print-color-adjust: exact;
  }
  
  .OutZoneEvt .fc-widget-content,.OutZoneEvt .fc-widget-content:hover,.OutZoneEvt .printRemove  {
     background-color: #938FAD !important;
      color: #fff!important;
       -webkit-print-color-adjust: exact;
  }
  .OutZoneEvt .fc-widget-content>a,.OutZoneEvt .fc-widget-content>a:hover,.OutZoneEvt .printRemove  {
     /*! background-color: #E91E63!important; */
      color: #ffffff !important;
       -webkit-print-color-adjust: exact;
  }
  .OnHoldEvt .fc-widget-content,.OnHoldEvt .fc-widget-content:hover,.OnHoldEvt.printRemove  {
        /* background-color: rgba(0, 150, 136, 0.26)!important; */
        color: #ffa082!important;
        -webkit-print-color-adjust: exact;
  }
  .OnHoldEvt .fc-widget-content>a,.OnHoldEvt .fc-widget-content>a:hover,.OnHoldEvt.printRemove  {
        /* background-color: rgba(0, 150, 136, 0.26)!important; */
        color: #FF5722!important;
       -webkit-print-color-adjust: exact;
  }
  
   .fc-Dflt-button{
      background-color: #e1f0f5!important;
      color: #E91E63 !important;
      background-image: linear-gradient(to bottom, #e1f0f5, #e1f0f5)!important;
      border: 1px #E91E63 solid!important;
      padding: 6px 13px 2px!important;
      border-top-left-radius: 0px!important;
      border-top-right-radius: 0px!important;
      border-bottom-left-radius: 0px!important;
      border-bottom-right-radius: 0px!important;
  }
  .fc-cevtPH-button{
      background-color: rgb(255, 201, 201)!important;
      color: #E91E63 !important;
      background-image: linear-gradient(to bottom, #ffc9c9, #ffc9c9)!important;
      border: 1px #E91E63 solid;
      padding: 6px 13px 2px!important;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  
  .fc-cevtH-button{
      background-color: rgb(255, 201, 201)!important;
      color: #E91E63 !important;
      background-image: linear-gradient(to bottom, #ffc9c9, #ffc9c9)!important;
      border: 1px #E91E63 solid;
      padding: 6px 13px 2px!important;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .fc-cevtJ-button{
       background-color: lemonchiffon!important;
       color: #E91E63 !important;
       background-image: linear-gradient(to bottom, lemonchiffon, lemonchiffon)!important;
       /* border-color: rgb(240, 248, 255) rgb(240, 248, 255) rgb(240, 248, 255)!important; */
       border: 1px #E91E63 solid!important;
       padding: 6px 13px 2px;
          border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  
  }
  .fc-evtTitle-button{
       background-color: #ff7474!important;
       color: #fff !important;
       background-image: linear-gradient(to bottom, #ff7474, #ff7474)!important;
       /* border-color: rgb(240, 248, 255) rgb(240, 248, 255) rgb(240, 248, 255)!important; */
       border: 1px #E91E63 solid!important;
       padding: 6px 13px 2px;
          border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  
  }
  .fc-evtSepar-button{
       background-color: #ddf2f9!important;
       color: #188eb1 !important;
       background-image: linear-gradient(to bottom, #ddf2f9, #ddf2f9)!important;
       /* border-color: rgb(240, 248, 255) rgb(240, 248, 255) rgb(240, 248, 255)!important; */
       border: 1px #e91e63 solid!important;
       padding: 6px 13px 2px;
       border-top-left-radius: 0px;
       border-top-right-radius: 0px;
       border-bottom-left-radius: 0px;
       border-bottom-right-radius: 0px;
  }
  .fc-cevtH-button:hover,.fc-cevtJ-button:hover{
      background-color: #fff!important;
      color: #E91E63 !important;
      background-image: linear-gradient(to bottom, #fff, #fff)!important;
  }
  .fc-cevtH-button:hover,.fc-cevtJ-button:hover,.fc-evtTitle-button:hover{
      background-color: #fff!important;
      color: #E91E63 !important;
      background-image: linear-gradient(to bottom, #fff, #fff)!important;
      
  }
  
  .fc-event, .fc-event-dot {
      background-color: rgba(58, 135, 173, 0)!important;
       -webkit-print-color-adjust: exact;
  }
  .fc-event-action {
     padding: 8px 11px!important;
     width: 2px!important;
     background: #cee7ef!important;
       -webkit-print-color-adjust: exact;
  }
      
   .fc-scroller{
      overflow-x: visible!important;
      overflow-y: visible!important;
      height: fit-content!important;
  }
  
  .daterangepicker{
      z-index: 100009!important;
  }
  
  .checkboxBtn .active {
      background-color: #188eb1!important;
      color: #fff ;
  }
  
  .uploadFileInput {
      display: block;
      position: relative;
      width: 150px!important;
      /* margin: auto; */
      cursor: pointer;
      border: 0;
      height: 60px;
      border-radius: 5px;
      /* outline: 0; */
  }
  .uploadFileInput:hover:after {
      color:#ff7f74;
  }
  .uploadFileInput:after {
      transition: 202ms all ease;
      border-bottom: 3px solid rgb(255, 127, 116);
      background: #188eb1;
      text-shadow: 0 2px 0 rgba(0,0,0,.2);
      color: #fff;
      font-size: 19px;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: inline-table;
      content: 'Ins\00E9rer image';
      line-height: 28px;
      border-radius: 5px;
  }
  .uploadFileInputAllTypes:after {
    transition: 202ms all ease;
    border-bottom: 3px solid rgb(255, 127, 116);
    background: #188eb1;
    text-shadow: 0 2px 0 rgba(0,0,0,.2);
    color: #fff;
    font-size: 15px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-table;
    content: 'Ins\00E9rer  (PDF, Word, VId\00E9o)';
    line-height: 17px;
    border-radius: 5px;
}
  .badge-notify{
      background: #ff5f51;
      position: relative;
      top: -5px;
      left: -19px;
      font-size: large;
  }
  .Actions-barre{
      position: fixed;
      z-index: 10000;
      width: 93%;
      min-height: 52px;
      box-shadow: 0px 0px 14px 1px #2e4363;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      color: #ff7f74;
      border-bottom: 1px solid #2e4363;
      border-left: 1px solid #2e4363;
      border-right: 1px solid #2e4363;
  }
  .tbd-container .Actions-barre{
      width: 93%;
  }
  
  .Actions-barre i:first-child,.Actions-barre h3{
      margin: 6px;
      font-size: x-large;
  }
  .Contentforbarre{
      position: relative;
      top: 59px;
      width: 97.4%;
      padding: 7px 10px 10px;
      background: #FFF;
      border: 1px solid #ff7f74;
      -moz-border-radius: 5px;
      overflow-x: hidden !important;
      /* max-height: 697px; */
  }
  
  
  .Contentforbarre .tbl-header {
      border: 1px solid #188eb1 !important;
  }
  .Contentforbarre .tbl-header th:first-child {
      border-left: 1px solid #188eb1!important;
  }
  .Contentforbarre .table {
      margin-bottom: 0;
      border: none;
  }
  
  .Contentforbarre .table:nth-child(1) {
      border: 1px solid #ff7f74;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
  }
  
  
  .searchdiv{
      margin:0px;
      margin-bottom: 7px;
  }
  .container .row:first-child {
     margin-left: 0px!important;
  }
  .modal{
      display: block;
      z-index: 1000014!important;
  }
  .modal-backdrop{
      z-index: 1000013!important;
  }
     
  .cd-side-nav{
      position:fixed!important;
      left:0px!important;
      top:55px!important;
       z-index: 1!important;
  }
  
  
  .mainCont{
    position:fixed!important;
    left:74px!important;
    top:57px!important;
       z-index: 0!important;
  
  }
  
  @media screen and (min-width: 980px) /* Desktop */ {
    
  }
  
  @media screen (min-width: 501px) and (max-width: 979px) /* Tablet */ {
      .tbd-container{
        width: 97.4%!important;
      }
      .Actions-barre{
      width: 98.8%!important;
      }
      .Contentforbarre{
          width: 95%!important;
      }
      
      .tbd-container .Contentforbarre{
        width: 80.1%!important;
      }
  }
  
  @media screen and (max-width: 500px) /* Mobile */ {
      .tbd-container{
        width: 52%;
      }
      .Actions-barre{
      width: 99%;
      }
      .Contentforbarre{
          width: 91%;
      }
      .tbd-container .Actions-barre {
        width: 98%;
      }
      .mainCont{
        position:fixed!important;
        left:3px!important;
        top:57px!important;
           z-index: 0!important;
  
      }
  }
  
  .aside{
      z-index: 1000013!important;
      top: 58px!important;
      right: 4px!important;
       transition: 0.5s!important;
      }
  
  .bs-fas li {
      width: 12.5%;
      font-size: 12px;
  }
  
  .bs-fas li {
      width: 96%;
      height: 16px;
      padding: 10px;
      font-size: 14px;
      /* line-height: 1.4; */
      text-align: left;
      background-color: #f9f9f9;
      border: 1px solid #fff;
      margin-bottom: 2px;
  }
  .bs-fas-list {
      padding-left: 0;
      list-style: none;
  }
  .bs-fas li:hover {
      background-color: #ff7f74;
      color: #f1f1f1;
  }
  
   .tags span{border:1px solid #DDD;display:inline-block;color:#717171;background:#FFF;-webkit-box-shadow:0 1px 1px 0 rgba(180,180,180,0.1);box-shadow:0 1px 1px 0 rgba(180,180,180,0.1);-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;transition:all .1s ease-in-out;border-radius:2px;padding:10px 10px;    margin-right: 1px;cursor: pointer}
      .tags span i{position: relative;
      left: -8px;
      visibility: hidden; 
      bottom: 12px;}
      
  .tags span:hover i{visibility: visible;}
  .tags span.primary{color:#FFF;background-color:#428BCA;border-color:#357EBD}
  .tags span.success{color:#FFF;background-color:#5CB85C;border-color:#4CAE4C}
  .tags span.info{color:#FFF;background-color:#5BC0DE;border-color:#46B8DA;margin-bottom: 2px;}
  .tags span.warning{color:#FFF;background-color:#F0AD4E;border-color:#EEA236}
  .tags span.danger{color:#FFF;background-color:#D9534F;border-color:#D43F3A}
  
  .ngdialog.ngdialog-theme-default .ngdialog-content {
      background: #ffffff!important;
  }
  .EnumVCodageContainer {
          margin: 1px 0px 2px 3px;
      color: #408dae;
      border-bottom: 1px solid #f3eaea;
      padding-bottom: 9px;
      padding-top: 4px;
  }
  .textwarning {
      color : #ff6969!important
  }
  
  .textgreen {
      color : #188eb1!important
  }
  
  .withoutCodage{
      background-color: #6c8297!important;
  }
  
  .table-striped tbody tr:nth-child(odd) .withoutCodage, .table-striped tbody tr:nth-child(odd) .withoutCodage {
      background-color: #6c8297!important;
  }
  .withCodage {
      background-color: #E91E63!important;;
      color: #fff;
      border: 0px;
  }
  .table-striped tbody tr:nth-child(odd) .withCodage, .table-striped tbody tr:nth-child(odd) .withCodage {
      background-color: #E91E63!important;
  }
  .fc-list-table td {
      border-width: 1px 0 0!important;
      padding: 8px 6px!important;
  }
  
  .adm-btn{
      height: 81px;
      width: 113px;
      /* height: min-content; */
      text-align: center;
      vertical-align: middle;
      background-color: #eefaff;
      border: 0px #fff solid;
      box-shadow: inset #ffffff 0 1px 0, rgba(255, 255, 255, 0.1) 0 1px 2px;
      color: #ff7f74!important;
  }
  
  /* CHECKBOX STYLE */
  /* The switch - the box around the slider */
  .switchbtn {
      position: relative;
      display: flex;
      width: 60px;
      height: 28px;
  }
  
  /* Hide default HTML checkbox */
  .switchbtn input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #188eb1;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #188eb1;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
  
  /* Post-it */
  .postIt{
      z-index: 10009;
      position: fixed;
      top: 113px;
      right: 22px;
  }
  .topBar{
      z-index: 1;
      /* position: absolute; */
      width: 280px;
      height: 30px;
      /* background-color: #ffc; */
      text-align: -webkit-center;
      padding-top: 4px;
  }
  .Sform{
    margin-top:0px;
    position:absolute;
    width:271px;
    height:160px;
    /* background-color:#ffc; */
    overflow-y: scroll;
  }
  .textAria{
    position:absolute;
    border-color:red;
    width:260px;
    height:140px;
    position:absolute;
    margin:10px;
    font-family: 'Lato', sans-serif;
    overflow:hide;
  }
  .textAria:focus{
    outline: 0;
  }
  
  /* End Post-it */
  
  .fa-e:before {
     
      font-weight: bolder;
      content: 'E';
  }
  
  .editable-wrap .editable-controls > input, .editable-wrap .editable-controls > select, .editable-wrap .editable-controls > textarea {
      margin-top: 2px;
  }
  /* temporary workaround for display editable-bstime in bs3 - up/down symbols not shown */
  .editable-bstime .editable-input i.icon-chevron-up:before {
    content: '\e113';
  }
  .editable-bstime .editable-input i.icon-chevron-down:before {
    content: '\e114';
  }
  .editable-bstime .editable-input i.icon-chevron-up,
  .editable-bstime .editable-input i.icon-chevron-down {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
  }
  .enumValueForValidation{
    background-color:#ffe6e2;
  }

  .dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu .dropdown-menu {
    display: none!important;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block!important;
}

.dropdown-submenu>a:after {
    display: block!important;
    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!important;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.radio-input{
    display: none;
  }
  .radio-input + label span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: transparent;
    vertical-align: middle;
    border: 2px solid #f56;
    border-radius: 50%;
    padding: 2px;
    margin:0 5px;
  }
  .radio-input:checked + label span {
    width: 10px;
    height: 10px;
    background: #f56;
    background-clip: content-box;
  }  