:root {
    --lightpurple: #A3A0FB;
    --purple: #6639B7;
    --darkpurple: #381971;
    --white: #FFFFFF;
    --grey: #F0F0F7;
    --darkgrey: #4D4F5C;
    --dark: #43425D;
    --red: #FF6565;
    --FirstLineTable: #4D4F5C;
    --MarginLevel: 10px;
    --SizeOfBlock: 100%;
    --Banniere : 19%;
}

.warning {
  color:red;
  animation: clignote 2s linear infinite;
}
.warning1 {
  animation: clignote .8s linear 5;
}
@keyframes clignote {
  50% { opacity: 0; }
}
#btn-customFieldsP.customFilter-wait{
    cursor: wait !important;
    pointer-events: none !important;
}
#btn-customFields.customFilter-wait{
    cursor: wait !important;;
    pointer-events: none !important;
}

#btn-oxoToRainbowHubP.oxoToRainbowHubFilter-wait{
    cursor: wait !important;
    pointer-events: none !important;
}
#btn-oxoToRainbowHub.oxoToRainbowHubFilter-wait{
    cursor: wait !important;
    pointer-events: none !important;
}

/*Size of case (QUERY, STATISTICS, FLEET) */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 992px){
    :root{
       --MarginLevel: 5px!important;
    }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: var(--SizeOfBlock);
  }

/* Style of button */
.button {
  display: inline-block;
  padding: 6px 12px;
  font: normal normal normal 15px/20px "Open Sans", sans-serif;
  line-height: 1.42857143;
  text-align: center;
  color: white;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  background-color: var(--purple);
  border: 1px solid transparent;
}

.button.ale-disabled {
    background:  dimgray !important;
    opacity:0.4;
    color: white;
    pointer-events: painted;
}

.button:hover {
    background-color: var(--darkpurple)!important;
    color: #FFFFFF}

.button.ale-disabled:hover {
    background-color: dimgray !important;
    transition-duration: 0s;
}

/* Style of buttons sidebar*/
.button-sidebar {
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: left;
  width: 225px;
  height: 66px;
  border: 1px solid white;
  font-size: 15px;
  color: white;
  pointer-events: stroke;
  opacity: 0.4; /* Reduced opacity to indicate the button is disabled */
}

.button-sidebar-links {
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  width: 225px;
  height: 66px;
  border: 1px solid white;
  font-size: 15px;
  color: white;
}

.button-sidebar.active {
    background-color: var(--darkpurple);
}

.button-sidebar:active {
    background-color: var(--darkpurple);
}
/* Style of button link in sidebar*/

.button-sidebar.disabled {
  width: 70px !important;}

.button-sidebar-links.disabled {
  width: 70px !important;}

.button-circle{
  border-radius: 6px !important;
  border-color: rgb(255,255,255);
  // border-color: rgb(255,255,255,0.4);
}

#inventory-menu-licenses-item .active{
    background-color: var(--darkpurple);
    width: 230px;
}

.gradient-bar {
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #A3A0FB, #6639B7);
  z-index: 4;
}

#searchFleetButton{
    height: 2.4em;
}
#clearFiltersFleetButton{
    height: 2.4em;
}
a.wait-cursor{
    cursor:wait;
}
.remote-console-shortcut{
    padding-left: 15px;
}
.create-profile-dialog {
    margin: 0 auto;
    overflow-y: scroll;
}

.btn-underline{
    border: white;
}
#terminal {
      overflow: hidden;
      width: 1000px;
      height: 200px; /* <- fixed height */
      font-size: 16px;
      line-height: 17px; /* <- initial line-height */
 }

ul.li.lidisabled {
    pointer-events:none; //This makes it not clickable
    opacity:0.6;         //This grays it out to look disabled
    background: var(--darkpurple);
}
ul.li.lidisabled.a:hover {
    pointer-events:none; //This makes it not clickable
}
.createThpWidth{
    margin: 0 auto;
    width: 400px;
}

#remote-console-text {
   resize: none;
   padding:0px;
    width:100%;
    height:100%;
    margin: 0 0 -8px -1px;
    white-space: nowrap;
    word-wrap:break-word;
}
.largeWidth {
    margin: 0 auto;
    width: 95%;
}
.label-ok {
}
.label-red {
    background-color: #ed6b75;
    color: #fff;
}
.label-orange {
    background-color: orange;
    color: #fff;
}
.charsize {
    font-family: monospace;
}
.myspace{
    content: "-";
    visibility: visible;
}
/* fleet creation dialog */
selectlabel {
    text-align: right;
    clear: both;
    float:left;
    margin-right:15px;
}
/*div.select{*/
    /* padding-left: 10px; */
    /* height: 19px; */
    /* padding-top: 5px; */
/*}*/
div.fleetTitle{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 8px;
}
div.fleetTitle span{
    color: #fdfdfd;
    height: 20px;
}
div.list-actions{
    float: right;
    display: inline-block;
    padding: 6px 0;
}
div.list-actions:after{
    box-sizing: border-box;
}
.charttitle{
    display: table;
    margin: 0 auto;
    font-size: 14px;
    color: #AAB5BC;
    font-weight: 600;
    text-transform: uppercase;
}
.chartHeight{
    height: 22em;
}
.ct-series-a .ct-slice-pie {
    fill: lightskyblue;
    stroke: lightskyblue;
}
.ct-series-e .ct-slice-pie {
    fill: #8775a7;
    stroke: #8775a7;
}
.ct-label {
    font-size: 10px;
    font-family:"Arial";
    font-weight: bold;
}

.ct-legend {
    /* padding: 0; */
    font-family: sans-serif;
    /* height: 7em; */
    /* top: 0; */
    padding-top: 15px;
    padding-left: inherit;
}
.ct-legend>li {
        position: relative;
        padding-left: 1.3em;
        margin-bottom: 0.3em;
        margin-left: 2em;
        list-style-type: none;
        font-size: 11px;
        display: table;
}

.ct-legend>li::before {
        height: 1em;
        width: 1em;
        position: absolute;
        top: 0.1em;
        left: 0;
        content: '';
        //border-radius: 1em;
}

li.ct-series-0::before {
    background-color: lightskyblue;
}
li.ct-series-1::before {
    background-color: #f05b4f;
}
li.ct-series-2::before {
    background-color: #f4c63d;
}
li.ct-series-3::before {
    background-color: #d17905;
}
li.ct-series-4::before {
    background-color: #8775a7;
}
li.ct-series-5::before {
    background-color: #59922b;
}

/* fleets */
p.irwarning{
    border: 1px solid gray;
    padding: 10PX;
    color: gray;
    text-align:center;
}
div.arrowfield span{
     font-size: 25px;
     color: #bfbfbf;
}
.width-44{
    width: 44%;
    margin-top:10px;
}
.arrowfield{
    display: inline-block;
    width: 10%;
    text-align:center;
}
.subfleetfield{
    display: inline-block;
    width: 44%;
}
p.deletewarning{
    border: 1px solid red;
    padding: 10PX;
    color: red;
    text-align:center;
}
.fleetcenter{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.fleetfield{
    display: inline-block;
    width: 49%;
}
.fleetfield:last-child{
    margin-left: 1%;
}
.fleet-a{
    border: none !important;
}

ul.fleet-mlu{
    list-style-type: none;
    padding: 0;
}
ul li.fleet-mli{
    height: 35px;
    text-align: center;
}
ul li.fleet-mli:hover{
    background:#bfbfbf;
}
ul li.fleet-mli:last-child{
     margin-bottom:0px;
}
.fleet-mli a {
    display: list-item;
    height: 100%;
    width: 100%;
    color:#fdfdfd;
    text-decoration: none;
    box-sizing: border-box;
     border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;

}
.fleet-menu{
    height: 22px;
    padding-top: 2px !important;
    padding-bottom: 6px !important;
}
/***
Datatables general customization
***/
  .tab {
    border-collapse: collapse !important;}
tab tr:first-child{
     /* Color for first line */
    height: 50px;}
table tr{
     /* Color for first line */
    height: 50px;}
.tab td,
.tab th {
    background-color: #fff !important;
    height: 51px;
}
.tab-bordered th,
.tab-bordered td {
    border: 1px solid #ddd !important;
}
.tab:hover{
    background-color: purple;
}
tab-striped > tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.tab-checkable tr > th:first-child,
.tab-checkable tr > td:first-child {
  text-align: center;
  max-width: 50px;
  min-width: 40px;
  padding-left: 0;
  padding-right: 0; }

tab.dataTable thead th,
tab.dataTable thead td {
  border-bottom: 2px solid #e7ecf1;
  outline: none !important; }

tab.dataTable.no-footer {
  border-bottom-color: #e7ecf1; }

tab.dataTable tr.heading > th {
  background-color: #fbfcfd; }

tab.dataTable td.sorting_1,
tab.dataTable td.sorting_2,
tab.dataTable td.sorting_3,
tab.dataTable th.sorting_1,
tab.dataTable th.sorting_2,
tab.dataTable th.sorting_3 {
  background: #fbfcfd !important; }

.pull-right .dropdown-menu:after {
    left: auto;
    right: 13px;
}

.nav-link .wait{
    cursor:wait;
    pointer-events: none;
}

.hline {width:100%;height: 1px;/* background: #e43a45; *//* padding: 10px 10px; */margin: 20px 0;}

.yadcf-filter-range-number{
    width: 40px !important;
    max-width: 40px !important;
}
.yadcf-filter-range-date{
    width: 100px !important;
    max-width: 100px !important;
}
#yadcf-filter--level3-to-1.yadcf-filter-range-number{
    width: 40px !important;
    max-width: 40px !important;
}
#yadcf-filter--level2-from-6{
    width: 40px !important;
    max-width: 40px !important;
}
#yadcf-filter--level2-to-6{
    width: 40px !important;
    max-width: 40px !important;
}
#yadcf-filter--level2-from-5{
    width: 40px !important;
    max-width: 40px !important;
}
#yadcf-filter--level2-to-5{
    width: 40px !important;
    max-width: 40px !important;
}
.yadcf-filter{
    width: 100px !important;
}
.yadcf-filter-version{
    width: 150px !important;
    max-width: 150px !important;
    dropdownAutoWidth: true;
}
.yadcf-filter-80{
    width: 80px !important;
}
.yadcf-filter-70{
    width: 70px;
}
.yadcf-filter-60{
    width: 60px;
}
.yadcf-filter-50{
    width: 50px;
}
.yadcf-filter-180{
    width: 180px !important;
}
.yadcf-filter-260{
    width: 260px !important;
}
/*#yadcf-filter--inventory_1-from-8{
    width: 50px;
}
#yadcf-filter--inventory_1-to-8{
    width: 50px;
}
#yadcf-filter--inventory_1-from-9{
    width: 80px;
}
#yadcf-filter--inventory_1-to-9{
    width: 80px;
}
#yadcf-filter--inventory_1-from-date-14{
    width: 80px;
}
#yadcf-filter--inventory_1-to-date-14{
    width: 80px;
}
#yadcf-filter--inventory_1-from-18{
    width: 80px;
}
#yadcf-filter--inventory_1-to-18{
    width: 80px;
}
#yadcf-filter--inventory_1-from-date-20{
    width: 90px;
}
#yadcf-filter--inventory_1-to-date-20{
    width: 90px;
}
#yadcf-filter--inventory_1-from-date-24{
    width: 80px;
}
#yadcf-filter--inventory_1-to-date-24{
    width: 80px;
}*/

.page-header.navbar .page-appname {
    padding: 0;
    float: left;
}
.portlet>.portlet-title>.actions>.btn-group>.btn{
    padding: 6px 12px;
    height: 34px;
}
button.dt-button,div.dt-button,a.dt-button {
    font-size: 14px;
}

ul#inventory1_tools li:hover,
ul#level2_tools li:hover,
ul#level3_tools li:hover { 
     background-color: #aaf2f8;
}

.tooltip-colored {
  color: white; /* Color for title table Fleet */
}

div.dt-button-collection > a.dt-button.active {
    background: #e9e9e9 !important;
}

div.dt-button-collection > a.dt-button.active:hover {
    background: #cad4ea !important;
}

/* Change transparent to white for submenu of profile*/
.dropdown-menu > li > a,
.dropdown-menu > li.active > a,
.dropdown-menu > li:hover > a,
.dropdown-menu > li.active:hover > a {
    background-color: white;
}

.dropdown-menu .divider {
    margin: 0 0;
}

li.btn {
    color: #252526;
}

li.btn.active,
li.btn:hover,
li.btn.active:hover {
    color: white;
    background-color: #6639B7;
}

.contact-email {
    position: absolute;
    right: 10px;
    margin-bottom: 10px;
    margin-right: 25px;
}
/*Color button of the sidebar*/
.menu-boutton{
    background-color: var(--purple);
}
/* Style of the sidebar*/
.page-sidebar {
    position: fixed;
    top: 0;
    z-index:3;
    background-color: var(--purple);
    max-width: 235px;
    display: block !important;
    height: 100%;
    padding-bottom: 0;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.page-sidebar.disabled {
     width: 80px;
}

/* Custom Scrollbar Styles */
.page-sidebar::-webkit-scrollbar {
    width: 1px; /* Width of the scrollbar */
}

/* Style button sidebar toggle */
.sidebar-toggle {
    position: absolute;
    width: 35px;
    top: 0.5%;
    margin-left: 30px;
    background-color: var(--purple);
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
}

/* Remove words of button  */
.page-sidebar-collapsed .page-sidebar {
    width: 60px !important;
}

/* Remove words of button */
.page-sidebar-collapsed .title {
    display: none;
}

.page-content-wrapper .page-content {
    margin-left: 200px;
}
table.dataTable thead th{
    padding: 8px;
}
table.dataTable tbody th,
table.dataTable tbody td {
     /* padding-top:4px; */
     /* padding-bottom:4px; */
     padding: 4px 10px;
     hyphens: nowrap;
     min-width: 100px;
}
table.dataTable tbody th,
table.dataTable tbody td.lenghtCheckbox{
    min-width: -webkit-fill-available;
    /* margin: auto; */
    /* max-width:  11px; */
    text-align: center;
}

td.nowrap-hyphens{
    white-space: nowrap;
}
#system_details_1,
#system_details_2 {
    margin-bottom: 20px;
}

#system_details_1 tbody td,
#system_details_2 tbody td {
    padding-left: 5px;
}

#system_details_1 tbody td:nth-child(2),
#system_details_2 tbody td:nth-child(2) {
    font-weight: bold;
}

#performance_dashboard{
    display:none;
}

#user_number{
    font-weight:bold; 
    font-style:oblique;
    font-family: Verdana; 
    color: #505050; 
    font-size: 40px; 
    background-color: #dddddd; 
    width:50% ; 
    text-align: center; 
    border-radius:8px;
}

.dark-area {
    background-color: #666;
    padding: 40px;
    margin: 0 -40px 20px -40px;
    clear: both;
}

#progress_bar_box > .portlet.light {
    padding: 0 20px;
}

#progress_bar_box > .portlet.light > .portlet-title {
    min-height: inherit;
    margin-bottom: 0;
    border: none;
}

#progress_bar_box > .portlet.light > .portlet-title > .tools {
    margin: 10px 0;
    padding: 0;
}

#progress_bar_box > .portlet.light .progress-info {
    font-size: 0;
}

#progress_bar_box > .portlet.light .progress,
#progress_bar_box > .portlet.light .status{
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}

#progress_bar_box > .portlet.light .status {
    width: 20%;
    margin: 0;
    text-align:  right;
}

.dashboard-stat2 {
    padding: 10px;
}

.dashboard-stat2 .display {
    margin-bottom: 5px;
}

#progress_bar_box .portlet-body {
    padding-top: 0;
}

[contenteditable="true"]:focus {
    border: 3px inset #bfbfbf;
    spellcheck: "false";
    background-color: #FFFFE0;
    vertical-align: text-bottom;
    margin: unset;
}

[contenteditable="true"] {
    background-color: transparent;
    border: none;
    width: 100%;
    /* min-height: 2em; */
}
label.editable {
    display: inline-block;
    cursor: text;
    vertical-align: middle;
}

label.email-editable {
    display: inline-block;
    cursor: text;
    vertical-align: middle;
}

.email-td {
    white-space: nowrap;
}

a.email-alert {
    display: inline-block;
    vertical-align: middle;
    cursor: text;
}

a.email-alert--edited {
    color: #f36a5a;
}

a.applicant-email {
    display: inline-block;
    vertical-align: middle;
    cursor: text;
}

a.applicant-email--edited {
    color: #f36a5a;
}

a.company-email {
    display: inline-block;
    vertical-align: middle;
    cursor: text;
}

a.company-email--edited {
    color: #f36a5a;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

/* Hide default HTML checkbox */
.switch input {
    display:none;
}

/* 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: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2ab4c0;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-user>.dropdown-menu {
    width: auto;
    text-align: right!important;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user>.dropdown-menu :hover {
    background-color: var(--purple);
    color: white!important;
}
.page-wrapper .page-wrapper-bottom, .page-wrapper .page-wrapper-top {
    width: 100%;
    display: flex;
}

.page-prefooter {
    background: #48525e;
    color: #a2abb7;
    padding: 30px 0;
    clear: both;
}

.page-footer {
    position: sticky;
    bottom: 0;
    height: auto;
    width: 97%;
    margin-left: 80px;
    margin-right: 80px;
    background: #3b434c;
    color: #a2abb7;
    font-size: 13px;
    font-weight: 300;
    padding: 17px 0;
}
.page-prefooter h2 {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 12px;
}

.social-icons:after,
.social-icons:before {
    content: " ";
    display: table;
}

.page-prefooter .social-icons {
    padding-top: 9px;
}

.social-icons {
    padding: 0;
    margin: 0;
}

.social-icons li {
    float: left;
    display: inline;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 5px;
    text-indent: -9999px;
}

.page-prefooter .social-icons li {
    opacity: .35;
    filter: alpha(opacity=35);
}

.page-prefooter .social-icons li:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.shepherd-step {
    z-index: 9999;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content {
    width: 400px;
    max-width: 100%; 
}

.tourdisplay {
    display: block;
}
.fleetRefRight {
    float: right;
}
.fleetRefLeft {
    float: left;
}

.browserIncompInfo {
    line-height: 4;
}

.browserIncompImg {
    float: left;
}
td {}

.pushOffertb1{
    margin-left: 40px;
}
.pushOffersize1{
        font-size: 1.3em;
}
.pushOffersize2{
        font-size: 1.1em;
}
.pushOffersize3{
    font-size:14.0pt;
    line-height:115%;
}

/* Dropdown submenu support for Bootsrap 3 */
.submenu {
   position: relative; }
  .submenu > .dropdown-menu {
    top: 5px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    background-color: var(--purple)!important;
  }

  .submenu:hover > .dropdown-menu {
    display: block;
    background-color: #FFFFFF!important;
  }
  .submenu:hover > a:after {
    border-left-color: #ffffff; }
  .submenu.pull-left {
    float: none; }
    .submenu.pull-left > .dropdown-menu {
      left: -100%;
      margin-left: 10px; }
  .dropup .submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px; }