.pointer{cursor:pointer!important;}
body{
    background-color:#f5f5f5;
}
.pac-container {
    z-index: 99999;
}
.modal-content {
     border-radius: 0px; 
 
}
.business-card{
    background-color: #f5f5f5;
    border-radius: 15px;
    border: 10px solid white;
}
.business-card .ns-bcard{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding-bottom: 20px;
    /* height: 190px; */
    height: 205px;
    background-color:white;
}
.business-card blockquote{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-color: #CC0000;
	font-size: 13px;
	padding-bottom: 15px;
}
.business-card blockquote span{
	display: block
}
.business-card .ns-borderdiv{
   	height: 5px;
    background: #fab832;
    margin-top: 15px;
    margin-bottom: 15px;
}
.business-card .ns-bm{
	margin-top : 7px;
}
.business-card .ns-bc-details p{
	margin: 0px;
	font-size: 13px;
}
.business-card{
        transition: all .2s ease-in-out; 
    }
    .business-card:hover{
        transform: scale(1.05);
    }

/*FICHE CONTACT PAGE*/
.ficheContact .contact-card{
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    /*background-color:white;*/
}
.ficheContact .btn-nav {
    background-color: white;
    border: 1px solid #e0e1db;
    text-align: left !important;
    border-top: 6px solid white;
    border-bottom: 0px;
    /*border-bottom: 6px solid white;*/
    border-left: 0;
    border-right: 0;
    color:#66615b;
    transition : border 500ms ease-out;
}
.ficheContact .btn-nav:focus {
    outline-color: white !important;
    outline: 0px !important;
}
.ficheContact .btn-nav:hover {
    cursor: pointer;
    transition: color 500ms;
    transition : border 500ms ease-out;
    color: #1981c3;/*b56792*/
    border-color: #1981c3;
}
.ficheContact .btn-nav.active {
    color: #1981c3;
    /*color:white;*/
    border-color: #1981c3;
    -webkit-box-shadow: none;
}
.ficheContact .btn-nav.active:hover {
    color: white!important;
}
.ficheContact .btn-nav.active:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 6px 6px 0;
    border-color: #1981c3 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -6px;
    top: 0;
    left: 50%;
    }

/*CR PAGE */
.oneCrCol{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0px;
    margin-bottom : 10px;
}
.oneCrColRight{
    padding: 10px;
}
.ns-red-left-bar{
    background-color: #238fcd;
    height: 3px;
    position: relative;
    top: 8px;
    margin-right: 20px;
}
.ns-red-left-bar-societe{
    background-color: #238fcd;
    height: 3px;
    position: relative;
    top: 19px;
    margin-right: 20px;
}
.nj-titleSociete{
    font-size:2em;
    font-weight: normal;
}
.ns-card{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* TICKET INBOX */
.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.mail-box aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}
.mail-box .sm-side {
    background: none repeat scroll 0 0 #e5e8ef;
    border-radius: 4px 0 0 4px;
    /*width: 25%;*/
}
.mail-box .lg-side {
    /*background: none repeat scroll 0 0 #fff;*/
    border-radius: 0 4px 4px 0;
    width: 75%;
}
.mail-box .sm-side .user-head {
    background: none repeat scroll 0 0 #00a8b3;
    border-radius: 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 10px;
}
.user-head .inbox-avatar {
    float: left;
    width: 65px;
}
.user-head .inbox-avatar img {
    border-radius: 4px;
}
.user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px;
}
.user-head .user-name h5 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 15px;
}
.user-head .user-name h5 a {
    color: #fff;
}
.user-head .user-name span a {
    color: #87e2e7;
    font-size: 12px;
}
a.mail-dropdown {
    background: none repeat scroll 0 0 #80d3d9;
    border-radius: 2px;
    color: #01a7b3;
    font-size: 10px;
    margin-top: 20px;
    padding: 3px 5px;
}
.inbox-body {
    padding: 20px;
    background-color: transparent;
    /*background-color: #f9f9f9;*/
}
.btn-compose {
    background: none repeat scroll 0 0 #ff6c60;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}
.btn-compose:hover {
    background: none repeat scroll 0 0 #f5675c;
    color: #fff;
}
ul.inbox-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}
ul.inbox-nav li {
    /*display: inline-block;
    line-height: 45px;
    width: 100%;*/
}
ul.inbox-nav li a {
    /*color: #6a6a6a;
    display: inline-block;
    line-height: 45px;
    padding: 0 20px;
    width: 100%;*/
    padding-left:10px;
    
}
ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
    /*background: none repeat scroll 0 0 #d5d7de;*/
    /*color: #6a6a6a;*/
}

ul.inbox-nav li a i {
    color: #6a6a6a;
    font-size: 16px;
    padding-right: 10px;
}
ul.inbox-nav li a span.label {
    margin-top: 13px;
}
ul.labels-info li h4 {
    color: #5c5c5e;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    text-transform: uppercase;
}
ul.labels-info li {
    margin: 0;
}
ul.labels-info li a {
    border-radius: 0;
    color: #6a6a6a;
}
ul.labels-info li a:hover, ul.labels-info li a:focus {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
}
ul.labels-info li a i {
    padding-right: 10px;
}
.nav.nav-pills.nav-stacked.labels-info p {
    color: #9d9f9e;
    font-size: 11px;
    margin-bottom: 0;
    padding: 0 22px;
}
.inbox-head {
    background: none repeat scroll 0 0 #2093d1;
    /*border-radius: 0 4px 0 0;*/
    color: #fff;
    min-height: 80px;
    padding: 20px;
}
.inbox-head h3 {
    display: inline-block;
    font-weight: 300;
    margin: 0;
    padding-top: 6px;
}
.inbox-head .sr-input {
    border: medium none;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    color: #8a8a8a;
    float: left;
    height: 40px;
    padding: 0 10px;
}
.inbox-head .sr-btn {
    background: none repeat scroll 0 0 #7bbee2;
    border: medium none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    height: 40px;
    padding: 0 20px;
}
.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}
.table-inbox tr td {
    padding: 12px !important;
}
.table-inbox tr td:hover {
    cursor: pointer;
}
.table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
    color: #f78a09;
}
.table-inbox tr td .fa-star {
    color: #d5d5d5;
}
.table-inbox tr.unread td {
    background: none repeat scroll 0 0 #ffffff;
    font-weight: 600;
}
ul.inbox-pagination {
    float: right;
}
ul.inbox-pagination li {
    float: left;
}
.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
.mail-option .chk-all, .mail-option .btn-group {
    margin-right: 5px;
}
.mail-option .chk-all, .mail-option .btn-group a.btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 10px;
}
.inbox-pagination a.np-btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 15px;
}
.mail-option .chk-all input[type="checkbox"] {
    margin-top: 0;
}
.mail-option .btn-group a.all {
    border: medium none;
    padding: 0;
}
.inbox-pagination a.np-btn {
    margin-left: 5px;
}
.inbox-pagination li span {
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
}
.fileinput-button {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e6e6e6;
}
.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}
.btn-send, .btn-send:hover {
    background: none repeat scroll 0 0 #00a8b3;
    color: #fff;
}
.btn-send:hover {
    background: none repeat scroll 0 0 #009da7;
}
.modal-header h4.modal-title {
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
}
.modal-body label {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
}
.heading-inbox h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 10px;
}
.sender-info {
    margin-bottom: 20px;
}
.sender-info img {
    height: 30px;
    width: 30px;
}
.sender-dropdown {
    background: none repeat scroll 0 0 #eaeaea;
    color: #777;
    font-size: 10px;
    padding: 0 3px;
}
.view-mail a {
    color: #ff6c60;
}
.attachment-mail {
    margin-top: 30px;
}
.attachment-mail ul {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
.attachment-mail ul li {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 150px;
}
.attachment-mail ul li img {
    width: 100%;
}
.attachment-mail ul li span {
    float: right;
}
.attachment-mail .file-name {
    float: left;
}
.attachment-mail .links {
    display: inline-block;
    width: 100%;
}

.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}
.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}
.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}
.files .progress {
    width: 200px;
}
.fileupload-processing .fileupload-loading {
    display: block;
}
* html .fileinput-button {
    line-height: 24px;
    margin: 1px -3px 0 0;
}
* + html .fileinput-button {
    margin: 1px 0 0;
    padding: 2px 15px;
}
@media (max-width: 767px) {
.files .btn span {
    display: none;
}
.files .preview * {
    width: 40px;
}
.files .name * {
    display: inline-block;
    width: 80px;
    word-wrap: break-word;
}
.files .progress {
    width: 20px;
}
.files .delete {
    width: 60px;
}
}
ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
 

/* END Ticket Inbox */

/*SPinner loading request */
/*.fa-circle-o-notch{
	font-size:7em;
	color:#fab832;
	margin-top:127px;
	opacity: 0.7;
}*/
/*SPinner loading request */

/* Dashboard */
.widgets-header .tbl-item .amount {
    font-weight: 600;
    font-size: 1.2rem;
}
header i {
    display: block;
    height: 64px;
    overflow: hidden;
    line-height: 70px;
    font-size: 1.875rem;
    color: #919fa9;
}
.widgets-header .tbl-outer>.tbl-row>.tbl-cell {
    border-left: solid 1px #d8e2e7;
    padding: 15px 20px;
}
.widgets-header .tbl-item .tbl-cell-progress {
    width: 35px;
    padding-left: 10px;
}
.widget-simple-sm .widget-simple-sm-icon {
    height: 46px;
    overflow: hidden;
    line-height: 45px;
    font-size: 1.7rem;
}
.widget {
    margin: 0 0 10px;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 63px;
    background: #fff;
    border-bottom: solid 1px #c5d6de;
    padding: 10px 10px 0 0;
    z-index: 99;
}
.page-content {
    padding: 12px 12px 10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.site-header .site-header-collapsed .site-header-collapsed-in {
        margin-right: 0px; 
    zoom: 1;
}
.site-header .site-header-content {
    float: right;
    height: 40px;
    padding: 5px 0;
    width: 90%;
    margin-left: -210px;
}
@media (min-width:991px){
    .mypull-right{
        float: right !important;
    }
}
@media (max-width:991px){
    .mypull-right{
        float: left;
    }
}
header i {
    display: block;
    height: 64px;
    overflow: hidden;
    line-height: 40px;
    font-size: 1.875rem;
    color: #919fa9;
}
.site-header .site-logo img {
    float: left;
    height: 35px;
    position: relative;
    top: 4px;
}
.dropdown.dropdown-typical a.dropdown-toggle .font-icon {
    /* color: #299ed7; */
}
.circle-progress-bar-typical {
    width: 140px;
}
.widget-tabs-content {
    min-height: 190px;
}
.col1 .widget-simple-sm .widget-simple-sm-bottom {
    padding: 10px 10px;
}
.col1 .widget {
    margin: 0 0 10px;
    cursor: pointer;
}
.widget-pie-chart .tbl-grid .tbl-cell-20{
    width:20%
}
.widget-pie-chart .tbl-grid .tbl-cell-25{
    width:26%
}
/* DASHBOARD */

/* ellipsis */
   .card {
    box-shadow: 0 1px 3px rgba(0,0,0,0.10), 0 1px 2px rgba(0,0,0,0.15);
    /*transition: all 0.3s cubic-bezier(.25,.8,.25,1);*/
    /*padding:30px;*/
    background: white;
}

.card-item {
  box-shadow: 0px -1px 3px rgba(0,0,0,0.10), 0 1px 2px rgba(0,0,0,0.15);
  padding: 16px;
}

.card-item-summary {
  color: gray;
  margin-top: 8px;
}

.card-item-summary:hover {
  box-shadow: -2px -2px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23)
}

.card-item-summary-title {
  color: #333;
}

.card-item-label {
  color: #333;
}

.card-item-details {
  color: grey;
}

.row-label-value {
  margin-top: 2%;
}

.ellipsis {
  text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

/*elipsis */

/* floating action button */
.absolute-center {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.floaty {
  position: fixed;
  /*bottom: 80px;*/
  bottom: 23px;
  right: 23px;
  z-index: 99;
}
.floaty-list {
  margin: 0 0 20px;
  padding: 0 0 0 6px;
  list-style: none;
  opacity: 0;
  transition: opacity .2s ease-out;
}

.floaty-list-item {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 15px 0;
  cursor: pointer;
  background-color: #f0f0f0;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,.25);
}
.floaty-list-item > img {
  border-radius: 50%;
}
.floaty-list-item--purple {
  background-color: #9C27B0;
}
.floaty-list-item--purple > svg {
  fill: #fff;
}

.floaty-list-item--yellow > svg {
  fill: #fff;
}
.floaty-list-item--yellow {
  background-color: #d4a717;
}
.floaty-list-item--blue {
  background-color: #3c80f6;
}
.floaty-list-item--blue > svg {
  fill: #fff;
}
.floaty-list-item-label {
  position: absolute;
  top: 8px;
  right: 120%;
  padding: 4px 8px;
  font-size: 14px;
  color: #fff;
  background-color: #424242;
  border-radius: 2px;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity .2s ease-out;
}
/* .floaty-list-item:hover > .floaty-list-item-label {
  opacity: 1;
} */
.floaty-btn {
  position: relative;
  width: 56px;
  height: 56px;
  float: right;
  margin-right: 15px;
  cursor: pointer;
  background-color: #DB4437;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,.25);
}
/* .floaty-btn:hover .floaty-btn-label {
  opacity: 1;
} */
.floaty-btn-label {
  position: absolute;
  top: 14px;
  right: 115%;
  padding: 4px 8px;
  font-size: 14px;
  color: #fff;
  background-color: #424242;
  border-radius: 2px;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  transition: opacity .2s ease-out;
}
.floaty-btn-icon {
  transition: all .2s;
}
.floaty-btn-icon-plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.floaty.is-active .floaty-btn-icon-plus {
  opacity: 0;
  -webkit-transform: rotate(13deg);
  transform: rotate(130deg);
}
.floaty-btn-icon-create {
  opacity: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.floaty.is-active .floaty-btn-icon-create {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.floaty .fa{
    top: 13px;
    font-size: 1em;
    color: white;
}
 .floaty:hover .floaty-list {
     /* animation: plus-in 0.15s linear; */
  /* animation-fill-mode: forwards; */
  opacity: 1;
} 
@keyframes plus-in{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(180deg);}
}

/* .floaty-btn:hover body {
  opacity: 0;
} */
/* floating action button */

.pageTickets .dropdown-menu {
  margin-left: -126px;
}
.pageTicketSociete .dropdown-menu {
    margin-left: -126px;
}

/* checkbox pour filtre */

.nj-checkbox input[type="checkbox"] {
    display: none;
}

.nj-checkbox input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.nj-checkbox input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.nj-checkbox input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.nj-checkbox input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.nj-checkbox input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}
/* checkbox pour filtre */

/* sidebar document */
 nav.siderbar, .main{
    -webkit-transition: margin 200ms ease-out;
      -moz-transition: margin 200ms ease-out;
      -o-transition: margin 200ms ease-out;
      transition: margin 200ms ease-out;
  }

  .main{
    padding: 10px 10px 0 10px;
  }

 @media (min-width: 765px) {

    .main{
      position: absolute;
      width: calc(100% - 40px); 
      margin-left: 40px;
      float: right;
    }

    nav.siderbar:hover + .main{
      margin-left: 200px;
    }

    nav.siderbar.navbar.siderbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
      margin-left: 0px;
    }

    nav.siderbar .navbar-brand, nav.siderbar .navbar-header{
      text-align: center;
      width: 100%;
      margin-left: 0px;
    }
    
    nav.siderbar a{
      padding-right: 13px;
    }

    nav.siderbar .navbar-nav > li:first-child{
      border-top: 1px #e5e5e5 solid;
    }

    nav.siderbar .navbar-nav > li{
      border-bottom: 1px #e5e5e5 solid;
    }

    nav.siderbar .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    nav.siderbar .navbar-collapse, nav.siderbar .container-fluid{
      padding: 0 0px 0 0px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
      color: #777;
    }

    nav.siderbar{
      width: 200px;
      height: 100%;
      float: left;
      margin-bottom: 0px;
    }

    nav.siderbar li {
      width: 100%;
    }

    nav.siderbar:hover{
      margin-left: 0px;
    }

    .forAnimate{
      opacity: 0;
    }
  }
   
  @media (min-width: 1330px) {

    .main{
      width: calc(100% - 200px);
      margin-left: 200px;
    }

    nav.siderbar{
      margin-left: 0px;
      float: left;
    }

    nav.siderbar .forAnimate{
      opacity: 1;
    }
  }

  nav.siderbar .navbar-nav .open .dropdown-menu>li>a:hover, nav.siderbar .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #CCC;
    background-color: transparent;
  }

  nav:hover .forAnimate{
    opacity: 1;
  }
   nav.siderbar .navbar-collapse, nav.siderbar .container-fluid{
      padding: 0 0px 0 0px;
    }
/* sider bar pour documen */
.ui-select-container .btn-default{
    background-color:white!important;
    color: #9f9f9f!important;
}
.ui-select-toggle:hover .text-muted {
    color: grey;
}
.ui-select-bootstrap .ui-select-match-text span {
    color: #fab832;
}

/* side bar pour ticket */

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    
}

#wrapper.toggled {
    padding-left: 200px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    
    width: 0;
    height: 100%;
    margin-left: -250px;
    /*overflow-y: auto;*/
    background-color:white !important;
   
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 0;
}

#page-content-wrapper {
    /* width: 100%; */
    /* position: absolute; */
    /* padding: 10px; */
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    /*margin-left:-250px;*/
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    /*right:15px;*/
    right:7px;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    /*text-indent: 20px;*/
    line-height: 40px;
        /*margin-left: 27px;*/
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    /*color: #fff;*/
    /*background: #312A25;*/
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 50px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    /*color: #999999;*/
}

.sidebar-nav > .sidebar-brand a:hover {
    /*color: #fff;*/
    /*background: none;*/
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 220px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 230px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 40px;
    }
#wrapper.toggled .hidden-toggle {
        visibility:hidden;
        
    }
       #wrapper.toggled .active {
        /*visibility:hidden;*/
    }
   #wrapper.toggled ul.inbox-nav li.active a {
        background-color: transparent!important;
    }
   #wrapper.toggled  .inbox-nav .active .fa {
        color: #238fcd!important;
}
    #wrapper .hidden-notoggle{
        visibility:hidden;
    }
    #wrapper .hidden-notoggle ul.inbox-nav li :hover{
    background-color:purple!important;
    color:white;
}
    #wrapper.toggled .hidden-notoggle{
        visibility:visible;
    }
    
    #wrapper.toggled span {
        visibility:hidden;    
    }

    /* #wrapper.toggled .label {
    float: right;
    position: absolute;
    font-size: 0.7em;
    right: -19px;
    background-color: transparent;
 }  */
       #wrapper .toggled h3 {
        visibility:hidden;
    }
   .toggled   .sm-side i {
        float:right;
    } 
    #wrapper.toggled   ul.inbox-nav li :hover {
    background-color: transparent!important;
}
#wrapper.toggled  ul.inbox-nav li :hover .fa{
    color:#2093d1!important;
}
   /*#wrapper.toggled   i :hover {
    }*/

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}


@media(max-width:768px) {
body {
    overflow-x: auto;
    overflow-y: auto;
 }
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    /*margin-right:60px;*/
}
      #wrapper.toggled .active {
        visibility:visible;
    }
      #wrapper .active {
        visibility:hidden;
    }
#wrapper.toggled {
    /*padding-right: 60px;*/
}
#wrapper.toggled .hidden-toggle {
        visibility:visible;
    }
    #wrapper .hidden-toggle {
        visibility:hidden;
    }
    
    #wrapper .hidden-notoggle{
        visibility:visible;
    }
    #wrapper.toggled .hidden-notoggle{
        visibility:hidden;
    }
 #wrapper {
        padding-left: 20px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 39px;
        /*width: 50px;*/
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 240px;
        
        
    }
    
    #wrapper.toggled span {
        visibility:visible;
        position:relative;
        left:70px;
        bottom:13px;
    }
 
#wrapper span {
        visibility:hidden;
        
    }
  #wrapper.toggled   i {
 float:right;
 } 

 
  #wrapper   i {
 float:right;
 } 
   #wrapper .label {
    position: absolute;
    font-size: 0.7em;
    right: -19px;
    background-color: transparent;
 } 
 /* #wrapper .toggled .label {
    position: inherit;
    font-size: 1em;
    background-color: blue;
 }  */

    #page-content-wrapper {
        padding: 5px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
.modalAddInter label{
    /*font-weight:bold;*/
    color:grey;
}
/* sidebar pour ticket */

/*.dropdown.dropdown-typical a.dropdown-toggle:after {
    color: #adb7be;
    border-top: 5px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: relative;
    top: -1px;
}
.dropdown.dropdown-typical a.dropdown-toggle .font-icon, .dropdown.dropdown-typical a.dropdown-toggle:after {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}*/
/*.modalAddInter .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}*/
.modalAddInter .btn-circle {
    width: 53px;
    height: 53px;
    padding: 9px 0;
    font-size: 25px;
    line-height: 1.428571;
    border-radius: 31px;
}
.modalAddInter .btn-circle .fa {
    margin-left: -4px;
}
.modalAddInter .stepwizard-step p {
    margin-top: 5px;    
}

.modalAddInter .stepwizard-row { 
    display: table-row;
}

.modalAddInter .stepwizard {
    display: table;     
    width: 100%;
    position: relative;
}

.modalAddInter .stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

/*.modalAddInter .stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    
}*/
.modalAddInter .stepwizard-row:before {
    top: 24px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #fab832;
}

.modalAddInter .stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn.btn-primary-o {
    background-color: white;
    border-color: #437a9c;
    color: #437a9c;
}
.label-primary-o{
    background-color: white;
    border:1px solid #437a9c;
    color: #437a9c;
}
.btn.btn-primary-o:hover {
    background-color: #437a9c;
    border-color: #437a9c;
    color:white!important;
}

.list-group-item{
    -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  transition: all 100ms ease-in; 
}
.list-group-item:hover{
  background-color:#337ab7;
  color:white;
  text-decoration: line-through;
}
.checked-list-box .active .contentCheckList{
  /*text-decoration: line-through;*/
  /*color:black;*/
  }
  .badge-blue {
    background-color: #337ab7;
}
.tache-done{
    float: right;
    font-weight: 800;
    color:white;
}

/* ============================ LOADER ===================================== */
.load-bar {
  position: relative;
  width: 100%;
  height: 4px;
  top: 8.5px;
  /*background-color: #238fcd; */
}
.bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.bar:nth-child(1) {
  background-color: var(--blue-cvti);
  -webkit-animation: loading 3s linear infinite;
          animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
  background-color: var(--green-cvti);
  -webkit-animation: loading 3s linear 1s infinite;
          animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
  background-color: var(--grey-cvti);
  -webkit-animation: loading 3s linear 2s infinite;
          animation: loading 3s linear 2s infinite;
}

@-webkit-keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}
/* ========================= END LOADER ============================= */

/* MATERIAL SWITCH */
.toggle-container {
  padding-top: 10px;
  padding-left: 7%;
  padding-right: 7%;
}
.material-switch > input[type="checkbox"] {
    display: none;
}
.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}
.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
/* MATERIAL SWITCH */

/* Another materiel switch to fix bug checkbox*/
/*.label-switch {
  width:200px;
  height:60px;
  background:#303f9f;
  box-shadow: inset 0 0 0 30px #4a4a4a;
  border-radius:30px;
  display:block;
  top:50px;
  left:50px;
  position:absolute;
  z-index:1;
  transition:all 300ms ease-in 0s;
}*/
.label-switch {
    width: 55px;
    height: 18px;
    background: #303f9f;
    /*box-shadow: inset 0 0 0 30px #4a4a4a;*/
    box-shadow: inset 0 0 0 30px #a9a9a9;
    
    border-radius: 30px;
    display: block;
    top: -3px;
    left: 19px;
    position: absolute;
    z-index: 1;
    transition: all 300ms ease-in 0s;
}
#switch {
    top: -7px;
    position: absolute;
    left: 35px;
}
/*#switch:before {
  content:"";
  position:absolute;
  top:-23px;
  left:-75px;
  height:80px;
  width:80px;
  border-radius:50%;
  display:block;
  background:#303f9f;
  border:none;
  z-index:2;  
  box-shadow:inset 0 0 0 40px #5f5f5f,0 0 5px 0 #000;
  transition:box-shadow 500ms ease-in 0s, left 300ms ease-in 0s;
}
#switch:checked:before {
  left:90px;
  box-shadow:inset 0 0 0 0 #303f9f,0 0 5px 0 #000;
}*/
#switch:checked:before {
    left: 14px;
    box-shadow: inset 0 0 0 0 #303f9f, 0 0 5px 0 #000;
}
#switch:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -22px;
    height: 24px;
    width: 28px;
    border-radius: 50%;
    display: block;
    background: #303f9f;
    border: none;
    border: 12px solid #eaeaea;
    z-index: 2;
    box-shadow: inset 0 0 0 40px white, 0 0 5px 0 white;
    transition: box-shadow 500ms ease-in 0s, left 300ms ease-in 0s;
}
#switch:checked + label {
  box-shadow: inset 0 0 0 0 #4a4a4a;
}
/* End another materiel switch */

.modalAddInter .material-switch{
    margin-top: 15px;
    margin-left: 62px;
}

.bckRose{
    background-color:#fab832!important;
    border-color:#fab832!important;
    color:white!important;
}
.bckRose .picto::before{
    color:white!important;
}
.btn-gris{
    background-color: #e0e0e0;
    color: #fab832;
    border-color: #e0e0e0;
}
.btn-gris:hover {
    background-color:#fab832!important;
    border-color:#fab832!important;
    color:white!important;
}
.no-content{
    font-size: 3em;
    color: #8c8c8c;
    /*opacity: .5;*/
    margin-top: 125px;
    text-align: center;
}
.no-contentLittle{
    font-size: 1.5em!important;
    color: #8c8c8c;
    opacity: .5;
}

.btn-rose-o {
    color: #fab832!important;
    background-image: none;
    background-color: transparent;
    border-color: #fab832!important;
}

.btn-rose-o .fa{
    color: #fab832!important;
}
.btn-rose-o:hover, .btn-rose-o:focus{
    background-color:#fab832!important;
    color:white!important;
}
.badge-rose{
    background-color: #fcda96;
    min-width: 14px;
    padding: 3px 6px;
    font-size: 10px;
}
/*@media (max-width: 768px){
    #wrapper .label .btn-block{
        position: inherit; 
        font-size: 0.7em;
        right: -19px;
        background-color: transparent;
    }
}*/
 .hoverTimeline:hover .tooltipTimeline{
    opacity: 1;
}
.tooltipTimeline {
    position: absolute;
    top: 14px;
    right: 15%;
    padding: 4px 8px;
    font-size: 14px;
    color: #fff;
    background-color: #696969;
    border-radius: 2px;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: opacity .2s ease-out;
    z-index: 1000;
}
.tooltipTicket {
    position: absolute;
    left: 2%;
    padding: 0px;
    top:10%;
    font-size: 14px;
    color: #fff;
    background-color: #595959;
    border-radius: 2px;
    opacity: 0;
    width: 95%;
    padding-bottom: 100px;
    pointer-events: none;
    white-space: nowrap;
    transition: opacity .2s ease-out;
    z-index: 1000;
}
.tooltipTicketTest {
    position: absolute;
    left: 2%;
    font-size: 14px;
    height: 500px;
    color: #fff;
    background-color: #595959!important;
    border-radius: 2px;
    opacity: 0.1;
    width: 95%;
    height: 100%;
    padding-bottom: 100px;
    pointer-events: none;
    white-space: nowrap;
    transition: opacity .2s ease-out;
    z-index: 1000;
}
 .classTrTk:hover .tooltipTicket{
    opacity: 1;
}
.btn-danger-o {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f;
}
.legend1{
    background-color:#d24343!important;
}
.legend2{
    background-color:#f29824!important;
}
.legend3{
    background-color:#7fb782!important;
}
.legend4{
    background-color:#BA55D3!important;
}
.marginTop15{
    margin-top:15px;
}
.marginBottom30{
    margin-bottom:30px;
}
.required .control-label:after {
   content:" (*)";
   color: #CC0000;
}
.padding30{
    padding:30px;
}
.titreDeviceRep{
    font-weight: 100;
    text-transform: capitalize;
}
.nom_societe{
    font-weight: 600;
    color: #646464;
}
.width20{
    width:25%!important;
}
/*______________pageSlide___*/
.ng-pageslide {
    background: #eee;
}
div.ng-pageslide-body-open::before {
    content: '.';
    display: block;
    position: absolute;
    top: 0;
    background-color: rgb(0,0,0);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.5;
    transition: opacity 1s;
    opacity: 0.3;
    pointer-events: all;
}
div.ng-pageslide-body-closed::before {
    transition: opacity 1s;
    content: '.';
    display: block;
    position: absolute;
    top: 0;
    background-color: rgb(0,0,0);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
#container1, #container2 {
    /* width: 100%;
    height: 20rem;
    border: 1px solid lightGrey;
    p {
        font-size: 0.5rem!important;
    } */
}
/*-----------------------------------*/
/* TOOLTIP*/
 .fa-question-circle {
    position: relative;
    top: -10px;
}
.fa-question-circle {
    color: #f2ae25;
    font-size: 1.2em;
}
.tooltip.top .tooltip-inner{
color:white;
background-color:#f2ae25;
}
/* TOOLTIP*/

/* PASSWORD STRENGHT*/
input.ng-pristine + ul#strength {
    display:none;
}
ul#strength {
    display:inline;
    list-style:none;
    margin:0;
    margin-left:15px;
    padding:0;
    vertical-align:2px;
}
.point:last {
    margin:0 !important;
}
.point {
    background:#DDD;
    border-radius:2px;
    display:inline-block;
    height:5px;
    margin-right:1px;
    width:20px;
}
#footer {
    position:fixed;
    bottom:5px;
}

.matos-box-hidden {
    visibility: hidden;
}

.role-category {
    margin-top: 20px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}

.role-title {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #f1f1f1;
}

.roles-container {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
}

.roles-container .role-item {
    width: 32%;
}

.roles-container .role-item input[type="checkbox"] {
    margin: 4px 5px 0px;
}

.table-tickets .popover {
    min-width: 440px;
    max-width: 600px;
}
.table-tickets .popover .popover-content {
    overflow-y: auto;
    max-height: 500px;    
}
.table-tickets .popover .popover-content .popover-echange {
    background-color: #ecf2f5;
    border-radius: 5px;
    padding: 10px 18px;
    margin: 5px 5px;
}
.table-tickets .popover .popover-content .popover-echange ul li:last-child {
    font-style: italic;
    text-align: right;
}