.v6-label {
  background: #004a8d;
  color: white !important;
  z-index: 100;
  border-radius: 1em;
  padding: 0.5em 1em;
  font-weight: bold;
}
.btn-center {
  position:relative;
  top:-6px;
  margin-bottom:0px !important;
}
.retour:hover {
  background: rgb(250,250,250);
  -ms-transform: scale(1.02,1.02); /* IE 9 */
  -webkit-transform: scale(1.02,1.02); /* Safari */
  transform: scale(1.02,1.02); /* Standard syntax */
}
.widget.down-bg {
  background: rgb(150,150,150);
  color:white;
}
.widget.down-bg:hover {
  background: rgb(110,110,110);
  -ms-transform: scale(1.05,1.05); /* IE 9 */
  -webkit-transform: scale(1.05,1.05); /* Safari */
  transform: scale(1.05,1.05); /* Standard syntax */
  color:white;
}
.widget.red-bg:hover {
  background: rgb(237,67,81);
  -ms-transform: scale(1.05,1.05); /* IE 9 */
  -webkit-transform: scale(1.05,1.05); /* Safari */
  transform: scale(1.05,1.05); /* Standard syntax */
}
.widget.yellow-bg:hover {
  background: rgb(238,162,69);
  -ms-transform: scale(1.05,1.05); /* IE 9 */
  -webkit-transform: scale(1.05,1.05); /* Safari */
  transform: scale(1.05,1.05); /* Standard syntax */
}
.widget.newcolor-bg:hover {
  background: rgb(204, 180, 25);
  -ms-transform: scale(1.05,1.05); /* IE 9 */
  -webkit-transform: scale(1.05,1.05); /* Safari */
  transform: scale(1.05,1.05); /* Standard syntax */
}
.widget.white-bg {
  background: #f9f9f9;
  border: 1px solid #dfdfdf;
  color: #676a6c;
}
.widget.white-bg:hover {
  background: #e7e7e7;
  border: 1px solid #dfdfdf;
  -ms-transform: scale(1.05,1.05); /* IE 9 */
  -webkit-transform: scale(1.05,1.05); /* Safari */
  transform: scale(1.05,1.05); /* Standard syntax */
  color: #676a6c;
}
.btn-newcolor{
  background: #e5cc29;
  border-color: #e5cc29;
  color: #FFFFFF;
}
.text-newcolor{
  color:#e5cc29;
}
.text-darkgray{
    color:#6f6f6f;
}
.btn-grey {
  background-color: gainsboro;
  border-color: #d0d0d0;
  color: #4e4e4e;
}
.widget.lazur-bg:hover {
  background: rgb(25,178,180);
  -ms-transform: scale(1.05,1.05); /* IE 9 */
  -webkit-transform: scale(1.05,1.05); /* Safari */
  transform: scale(1.05,1.05); /* Standard syntax */
}
.widget.navy-bg:hover {
  background: rgb(6,159,128);
  -ms-transform: scale(1.05,1.05); /* IE 9 */
  -webkit-transform: scale(1.05,1.05); /* Safari */
  transform: scale(1.05,1.05); /* Standard syntax */
}
.widget.grey-bg {
  background: rgb(220,220,220);
  color:white;
}
.widget.vib-bg {
  background: #60D1BB;
  color:white;
}
.widget.oil-bg {
  background: #17B394;
  color:white;
}
.widget.thermo-bg {
  background: #B0F147;
  color:white;
}
.widget.us-bg {
  background: #8ADF00;
  color:white;
}
.portfolio-box .portfolio-box-caption {
  transition:all .35s;
  -webkit-transition:all .35s;
  -moz-transition:all .35s;
}
.portfolio-box {
  position:relative;
  display:block;
  max-width:650px;
  margin:0 auto;
}
.portfolio-box .portfolio-box-caption {
  color:#fff;
  opacity:0;
  display:block;
  background:rgba(25,25,25,.8);
  position:absolute;
  bottom:0;
  text-align:center;
  width:100%;
  height:100%;
  transition:all .35s;
  border-radius: 5px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content{
  width:100%;
  text-align:center;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
}
.portfolio-box:hover .portfolio-box-caption{
  opacity:1;
}
.portfolio-box:focus{
  outline:0;
}
.panel-heading:hover {
  background: rgb(230,230,230);
}
.list-group.panel > .list-group-item {
  border-radius: 4px;
  margin-bottom: 2px;
  padding:2px 0px 7px 12px;
}
.list-group-submenu {
  border-radius: 4px;
  margin-bottom: 2px;
  padding:2px 0px 7px 12px;
  margin-left:20px;
}
.plant {
  border-radius: 4px;
  margin-bottom: 2px;
  padding:6px 0px 11px 12px;
  background: rgb(250,250,250);
}
.area {
  border-radius: 4px;
  margin-bottom: 2px;
  padding:5px 0px 5px 12px;
  background: rgb(250,250,250);
font-size: 90%;
}
.asset {
  border-radius: 4px;
  margin-bottom: 2px;
  padding:5px 0px 5px 12px;
  background: rgb(250,250,250);
font-size: 90%;
}
.component {
  border-radius: 4px;
  margin-bottom: 2px;
  padding:5px 0px 5px 12px;
  background: rgb(250,250,250);
font-size: 90%;
}
.pdm {
  border-radius: 4px;
  margin-bottom: 2px;
  padding:5px 0px 5px 12px;
  background: rgb(255,255,255);
  margin-left:15px;
font-size: 90%;
}
.history {
  border-radius: 4px;
  margin-bottom: 2px;
  padding:5px 0px 5px 12px;
  background: rgb(255,255,255);
  margin-left:30px;
font-size: 90%;
}
.tree {
  position:absolute;
  right:25px;
  top:8px;
}
.selected {
  background: rgb(230,230,230) !important;
}
.pastalert {
  color: rgb(150,150,150);
}
.label-grey {
  color: white;
  background: rgb(220,220,220);
}
.darkorange-bg {
  color: white;
  background: rgba(255, 74, 46, 1);
}
.teal-bg {
  color: white;
  background: rgba(0, 204, 153, 1);
}
.bluefc-bg {
  color: white;
  background: rgba(33, 96, 156, 1);
}
.greenkaki-bg {
  color: white;
  background: rgba(106, 174, 61, 1);
}
.maroon-bg {
  color: white;
  background: rgba(179,58,134, 1);
}
.bar {
    display:inline-block;
    width:15%;
    text-align:center;
    margin-right:1%;
	vertical-align: text-bottom;
}
.bar_valves {
    display:inline-block;
    width:15%;
    text-align:center;
    vertical-align: text-bottom;
    white-space: initial;
}

a >.widget:hover {
    -ms-transform: scale(1.02,1.02); /* IE 9 */
	-webkit-transform: scale(1.02,1.02); /* Safari */
	transform: scale(1.02,1.02); /* Standard syntax */
}

.tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: rgb(100,100,100);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
	  top: 25%;
    left: 70%;
    margin-left: -80px;
}
.label-newcolor, .badge-newcolor {
  background-color: #e5cc29;
  color: #FFFFFF;
}
.qc-bg {
    background-color: rgb(138,197,19) ;
    color:white;
}
.newcolor-bg {
    background-color: #e5cc29;
    color: #ffffff;
}
	.cv-bg {
		background-color: rgb(13,139,101) ;
		color:white;
	}

/*Only used in OilAnalysis.php*/
.groupparameter {
  font-size: 16px;
  background-color: rgba(220,220,220,0.3);
}
.OilViewTable {
  display: block;
  width: auto !important;
}
.OilViewTable thead {
  display: block;
}
.OilViewTable thead tr {
  display: block;
  float: left;
}
.OilViewTable tbody {
  display: block;
  width: auto;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.Emptyth {
  border-right: none !important;
  border-left: none !important;
  background-color: white !important;
}
.Emptytd {
  border-right: none !important;
  border-left: none !important;
  background-color: white !important;
}
.OilViewTable thead tr {
  display: block;
  border: none;
}
.cell-reference {
  background-color: rgb(220,240,240);
}
.OilViewTable thead th,
.OilViewTable tbody td {
  display: block;
  border: 1px solid #dddddd;
  border-left-width: 0px;
}
.OilViewTable tbody td:empty:before {
  content: "\00a0";
}
.OilViewTable tbody tr {
  display: inline-block;
  vertical-align: top;
}
.OilViewTable thead th {
  width: auto !important;
  border-left: 1px solid #dddddd;
}
.OilViewTable thead tr th:not(:last-child) {
  border-bottom-width: 0px;
}
.OilViewTable thead tr:last-child th {
  border-left-width: 0px;
}
.OilViewTable tbody tr td:not(:last-child) {
  border-bottom-width: 0px;
}
.rouge {
  background:rgba(237,85,101,1);
  color:white;
}
.orange {
  background:rgba(248,172,89,1);
  color:white;
}
.jaune {
  background:rgba(229,204,41,1);
  color:white;
}
.bleu {
  background:rgba(35,198,200,1);
  color:white;
}
.vert {
  background:rgba(26,179,148,1);
  color:white;
}
td,th {
  height:23px;
  padding:2px 4px;
}
.newoil {
  background: inherit;
  filter: brightness(90%);
}
.odd {
  background-color: #f9f9f9;
}
.even {
  background-color: #ffffff;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
    background-color: #eee !important;
    cursor: not-allowed !important;
}

.form-control, .single-line {
    border-radius: 4px !important;
}
.chosen-container-multi .chosen-choices.error,
.chosen-container-single .chosen-single.error,
.form-control.error {
    border: 1px solid #cc5965 !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    margin: 6px 0 0 5px !important;
}

.just-padding {
  padding: 15px;
}

.list-group.list-group-root {
  padding: 0;
  overflow: hidden;
}

.list-group.list-group-root .list-group {
  margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
  border-radius: 0;
  border-width: 1px 0 0 0;
  padding-left: 30px;
}

.list-group.list-group-root > .list-group-item:first-child {
  border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
  padding-left: 10px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
  padding-left: 20px;
}

.list-group-item .glyphicon {
  margin-right: 5px;
}
#btn_ahm{ /* à modifier selon vos besoins */
  margin-right: 10px;
  text-overflow: ellipsis; 
}
#btn_top_ahm{
  background-color: rgba(221, 221, 221, 0.6);
  box-shadow: 1px 1px 12px #555;
  text-shadow: 0px 0px 9px rgb(255, 255, 255);
}
#btn_child_ahm{
  box-shadow: 1px 1px 12px rgb(173, 173, 173);
}
.text-yellow{
  color: #e5cc29;
}
.btn-xxs{
  padding: 1px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.margin-left{
  margin-left: 15px;
}
.form-right{
  width: 50%;
  margin-left: 50%;
}
.mtop{
  margin-top:3px;
}
#affix1.affix {
  bottom: 10px;
  width: auto;
  margin-left: 80%;
  background-color: rgba(255,254,255,0.9);
  padding: 5px 5px 5px 5px;
  border: solid 1px rgba(150,150,150,0.5);
  border-radius: 5px;
  visibility: visible !important;
  z-index: 9 !important;
}
.affix2 {
  bottom: 60px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 5px;
  background-color: white;
  z-index: 9999!important;
}
.affix4 {
  bottom: 20px;
  border-radius: 5px;
  float: right;
  position: sticky;
  padding: 5px;
  z-index: 9999!important;
}
.affix3 {
  bottom: 100px;
  border-radius: 5px;
  padding: 5px;
  z-index: 9999!important;
}
.affix_lg {
  /* bottom: 60px; */
  top: 5px;
  right: 50px;
  width: 300px;
  height: 42.2222px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 5px;
  background-color: white;
  z-index: 9999!important;
}
/* #affix2.affix {
  bottom: 10px;
  width: auto;
  margin-left: 80%;
  background-color: rgba(255,254,255,0.9);
  padding: 5px 5px 5px 5px;
  border: solid 1px rgba(150,150,150,0.5);
  border-radius: 5px;
  visibility: visible !important;
  z-index: 9 !important;
} */
/* #affix3.affix {
  top: 10px;
  width: 100%;
  margin-right: 5%;
  background-color: rgba(255,254,255,0.9);
  padding: 5px 5px 5px 5px;
  border: solid 1px rgba(150,150,150,0.5);
  border-radius: 5px;
  visibility: visible !important;
  z-index: 9 !important;
} */
.ibox.fullscreen .collapse-link {
  display: none;
}
#logout_right{
  margin-left: 1000px;
}
.scroll_content {
  height: '110px';
  overflow: hidden;
  width: auto;
}
.btn_change{
  width: 30px;
  height: 30px;
  border-radius: 3px;
}
.count-f {
  width: 5px;
  height: 5px;
  padding: 2px 5px;
  position: absolute;
  left: 20px;
}
.radius_modal{
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
a.tip {
  text-decoration: none
}
a.tip:hover {
  position: relative
}
a.tip span {
  display: none
}
a.tip:hover span {
  border: #c0c0c0 1px dotted;
  padding: 5px 20px 5px 5px;
  display: block;
  z-index: 100;
  background: #1e4363 no-repeat 100% 5%;
  left: 15px;
  margin: 10px;
  width: 100px;
  position: absolute;
  top: 20px;
  /* text-decoration: none; */
  font-weight: bold;
  color: white;
  border-radius: 5px;
  opacity: 0.8;
}
.btn_del{
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 3px;
}
a.tip_btn {
  text-decoration: none
}
a.tip_btn:hover {
  position: relative
}
a.tip_btn span {
  display: none
}
a.tip_btn:hover span {
  border: #c0c0c0 1px dotted;
  padding: 5px 20px 5px 5px;
  display: block;
  z-index: 100;
  background: #1e4363 no-repeat 100% 5%;
  left: 15px;
  margin: 10px;
  width: 100px;
  position: absolute;
  bottom: 20px;
  /* text-decoration: none; */
  font-weight: bold;
  color: white;
  border-radius: 5px;
  opacity: 0.8;
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.tab2 {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* Style the buttons inside the tab */
.tab2 button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab2 button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab2 button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent2 {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.icon-md-size {
  font-size: 20px;
}
.hr-demi-line-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
  width: 500px;
}
.disable {
	pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
.text-wrap{
  white-space:normal;
}
.width-200{
  width:200px;
}
.no-drop {
  cursor: no-drop;
}
.editor-content{
  padding: 10px;
  outline: none;
  min-height: 80px;
  background: #f9f9f9;
  border-radius: 0px 0px 5px 5px;
}
.editor-content:focus{
  background: #fff;
}
.font90 {
  font-size: 90%;
}
.ScrollStyleVert
{
    max-height: 450px;
    overflow-y: overlay;
    overflow-x: visible;
}
.ScrollStyleVert275
{
    max-height: 275px;
    overflow-y: overlay;
    overflow-x: visible;
}
.ScrollStyleVert250
{
    max-height: 250px;
    overflow-y: overlay;
}
.ScrollStyleVert100
{
    max-height: 100px;
    overflow-y: overlay;
}
.ScrollStyleVert600
{
    max-height: 600px;
    overflow-y: overlay;
    overflow-x: hidden
}
.ScrollStyleHorr
{
    max-width: 300px;
    overflow-x: overlay;
}
.pe-o
{
  pointer-events: none;
}
.pe
{
  pointer-events: none;
  color: #b9b7b7 !important;
}
.pe-v
{
  pointer-events: visible;
  color: white !important;
}
.b-p
{
  border: 1px solid #eae9e9;
}
.b-f
{
  border: 1px solid #e2e2e2;
}
.b-er
{
  border: 1px solid #ed5565;
}
.b-er2px
{
  border: 2px solid #ff001b;
}
.b-er3px
{
  border: 3px solid #ff001b;
}
.bc-p {
  background-color: #fbfbfb;
}
.bc-f {
  background-color:#eee;
}
.bc-ff
{
  background-color:#d2d2d2;
}
.bc-c3
{
  background-color:#c3c3c3;
}
.c-6666
{
  color:#666666;
}
.c-p
{
  color:#d2d2d2;
}
.c-w
{
  color: white !important;
}
.c-r
{
  color: #ed5565 !important;
}
.f-em
{
  font-size:0.9em !important;
}
.m-t-xxl 
{
  margin-top: 70px !important;
}
.size-h
{
  font-size: 18px !important;
}
.text-white {
  color: white !important;
}
.dataTables_scrollBody {
  overflow-y: visible !important;
  overflow-x: initial !important;
}
.label-green {
  background-color: #07d803;
  color: #FFFFFF;
}
.mt100 {
  margin-top: 110px;
}
.rotate {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  width: 1.0em;
  
}
.rotate{
  /* FF3.5+ */
  -moz-transform: rotate(-90.0deg);
  /* Opera 10.5 */
  -o-transform: rotate(-90.0deg);
  /* Saf3.1+, Chrome */
  -webkit-transform: rotate(-90.0deg);
  /* IE6,IE7 */
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  /* Standard */
  transform: rotate(-90.0deg);
}

.img_element {
  border: 1px solid #e4e4e4;
  margin:1%;
  width: 100px;
  height: 100px;
  border-radius: 15px;
  display:inline-block;
  padding:8px;
  text-align:center;
  transition: transform .2s;
  vertical-align: bottom;
  cursor: pointer;
}
.img_element:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
.btn {
  display:inline-block;
  border-radius:4px;
  text-align:center;
  transition: transform .2s;
  vertical-align: bottom;
}
.btn:hover {
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05); 
}
.anim_panel {
  border-radius:4px;
  text-align:center;
  transition: transform .2s;
  vertical-align: bottom;
  cursor: pointer;
}
.anim_panel:hover {
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05); 
}
.border-content {
  border: 1px solid #ededed;
  padding: 10px;
  border-radius: 5px;
}
.border-content_p10 {
  border: 1px solid #ededed;
  padding: 10px;
  border-radius: 5px;
}
/* CSS Created by CSS CHECKBOX */
/**********************************/
/**** www.CSScheckbox.com *********/

/*general styles for all CSS Checkboxes*/
label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }
  
  input[type=checkbox].css-checkbox {
      position: absolute; 
      overflow: hidden; 
      clip: rect(0 0 0 0); 
      height:1px; 
      width:1px; 
      margin:-1px; 
      padding:0;
      border:0;
  }
  
  input[type=checkbox].css-checkbox + label.css-label {
    padding-left:20px;
    height:15px; 
    display:inline-block;
    line-height:15px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:15px;
    vertical-align:middle;
    cursor:pointer;
  }
  
  input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -15px;
  }
  
  .css-label{
    background-image:url(http://csscheckbox.com/checkboxes/dark-check-green.png);
  }
  
  /*specific classes related to Checkbox skins*/
  
  .lite-green-check{background-image:url(http://csscheckbox.com/checkboxes/lite-green-check.png);}
  .lite-blue-check{background-image:url(http://csscheckbox.com/checkboxes/lite-blue-check.png);}
  .lite-gray-check{background-image:url(http://csscheckbox.com/checkboxes/lite-gray-check.png);}
  .lite-cyan-check{background-image:url(http://csscheckbox.com/checkboxes/lite-cyan-check.png);}
  .lite-orange-check{background-image:url(http://csscheckbox.com/checkboxes/lite-orange-check.png);}
  .lite-red-check{background-image:url(http://csscheckbox.com/checkboxes/lite-red-check.png);}
  
  .lite-x-cyan{background-image:url(http://csscheckbox.com/checkboxes/lite-x-cyan.png);}
  .lite-x-gray{background-image:url(http://csscheckbox.com/checkboxes/lite-x-gray.png);}
  .lite-x-blue{background-image:url(http://csscheckbox.com/checkboxes/lite-x-blue.png);}
  .lite-x-orange{background-image:url(http://csscheckbox.com/checkboxes/lite-x-orange.png);}
  .lite-x-red{background-image:url(http://csscheckbox.com/checkboxes/lite-x-red.png);}
  .lite-x-green{background-image:url(http://csscheckbox.com/checkboxes/lite-x-green.png);}
  
  .mac-style{background-image:url(http://csscheckbox.com/checkboxes/mac-style.png);}
  .mario-style{background-image:url(http://csscheckbox.com/checkboxes/mario-style.png);}
  .alert-style{background-image:url(http://csscheckbox.com/checkboxes/alert-style.png);}
  .lite-plus{background-image:url(http://csscheckbox.com/checkboxes/lite-plus.png);}
  .dark-plus{background-image:url(http://csscheckbox.com/checkboxes/dark-plus.png);}
  .dark-plus-cyan{background-image:url(http://csscheckbox.com/checkboxes/dark-plus-cyan.png);}
  .dark-plus-orange{background-image:url(http://csscheckbox.com/checkboxes/dark-plus-orange.png);}
  .dark-check-cyan{background-image:url(http://csscheckbox.com/checkboxes/dark-check-cyan.png);}
  .dark-check-green{background-image:url(http://csscheckbox.com/checkboxes/dark-check-green.png);}
  .dark-check-orange{background-image:url(http://csscheckbox.com/checkboxes/dark-check-orange.png);}
  
  
  .depressed-lite-small{background-image:url(http://csscheckbox.com/checkboxes/depressed-lite-small.png);}
  .elegant{background-image:url(http://csscheckbox.com/checkboxes/elegant.png);}
  .depressed{background-image:url(http://csscheckbox.com/checkboxes/depressed.png);}
  .chrome-style{background-image:url(http://csscheckbox.com/checkboxes/chrome-style.png);}
  .web-two-style{background-image:url(http://csscheckbox.com/checkboxes/web-two-style.png);}
  .vlad{background-image:url(http://csscheckbox.com/checkboxes/vlad.png);}
  .klaus{background-image:url(http://csscheckbox.com/checkboxes/klaus.png);}
  
  input[type=checkbox].css-checkbox.med + label.css-label.med {
    padding-left:22px;
      height:17px; 
    display:inline-block;
    line-height:17px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:15px;
    vertical-align:middle;
      cursor:pointer;
  }
  
  input[type=checkbox].css-checkbox.med:checked + label.css-label.med {
  
      background-position: 0 -17px;
  }
  input[type=checkbox].css-checkbox.sme + label.css-label.sme {
    padding-left:22px;
      height:16px; 
    display:inline-block;
    line-height:16px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:13px;
    vertical-align:middle;
      cursor:pointer;
  }
  
  input[type=checkbox].css-checkbox.sme:checked + label.css-label.sme{
  
      background-position: 0 -16px;
  }
  input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
    padding-left:22px;
      height:20px; 
    display:inline-block;
    line-height:20px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:15px;
    vertical-align:middle;
      cursor:pointer;
  }
  
  input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg{
  
      background-position: 0 -20px;
  }
.last-file {
  display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.w-100 {
  min-width: 100px;
}
.multiselectcbx-container>li>a>label {
  padding: 4px 20px 3px 20px;
  width: 100%;
}
.multiselect-container {
  width: 100% !important;
}
.no-border-radius {
  border-radius: unset;
}
/* for switch */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.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: 17px;
  width: 17px;
  left: 3px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

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

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%;
}
/* for switch */
.custom-title {
  background-color: #1e4363;
  color: white;
  padding: 5px;
}
.bc-spar {
  background-color: #edf7ff;
}
.progress-bar-default {
  background-color: #d1dade;
}
.bold {
  font-weight: bold;
}
.loginscreen.middle-box-L {
  width: 1000px;
}
.middle-box-L {
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px;
}
.rating {
  display: inline-block;
  position: relative;
  height: 50px;
  /* line-height: 50px; */
  font-size: 20px;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #676a6c;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #1ab394;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #09f;
}
.spartakus-color {
  background-color: #1e4363;
  color: white!important; 
}
.spartakus-color:hover {
  background-color: #556f88!important;
  color: white!important; 
}
.spartakuscolor-bg {
  background-color: #1e4363;
  color: white!important; 
}
.turquoise-bg {
  background-color: #00888f;
  color: white!important; 
}
.grayout {
  opacity: 0.6;
}
.table-tbhover > tbody > tr {
  transition: transform .3s;
}
.table-tbhover > tbody > tr:hover {
  background-color: #e2e2e2a9;
  -ms-transform: scale(1.02); /* IE 9 */
  -webkit-transform: scale(1.02); /* Safari 3-8 */
  transform: scale(1.02); 
}
.table-tbtd2hover > tbody > td {
  transition: transform .3s;
}
.table-tbtd2hover > tbody > td:hover {
  background-color: #d18787a9;
  -ms-transform: scale(1.02); /* IE 9 */
  -webkit-transform: scale(1.02); /* Safari 3-8 */
  transform: scale(1.02); 
}
.table-tbtdhover > tbody > tr > .tdhover:hover {
  background-color: #e2e2e2a9;
  color: #1b1b1ba9;
}
.tdhover {
  cursor:pointer;
}
.transform {
  transition: transform .3s;
}
.transform:hover {
  -ms-transform: scale(1.02); /* IE 9 */
  -webkit-transform: scale(1.02); /* Safari 3-8 */
  transform: scale(1.02); 
}
/* Style the tab content */
.tabcontent2 {
  display: none;
  padding: 6px 12px;
  border: 1px solid #e7e7e7;
  border-top: none;
}

.border-content-4px {
  border: 4px solid #f5f5f5;
  border-radius: 3px;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.small-images {
  width: 30%;
  height: 30%;
  background-color: #efefef;
  border: 1px solid #e4e4e4;
  display: inline-block;
  padding: 8px;
  text-align: center;
  transition: transform .2s;
  vertical-align: bottom;
  cursor: pointer;
  border-radius: 0px;
}
.fc-toolbar {
  text-transform: capitalize;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 10000;
}
.unset-Bd-P-M {
  border: none;
  padding: unset;
  margin: unset;
}
.u-cicle-nopadding {
  list-style-type: circle;
  padding-inline-start: 0;
}
.item-font-bold {
  font-weight: bold;
}
.progress-bar-newcolor {
  background-color: #e5cc29;
}
.update_modal {
  z-index: 100000; 
  position: absolute; 
  vertical-align: middle;
  top: 0%;
  left:30%;
}
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.mySlides {
  display: none;
}
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.fade_slide {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 5.0s;
  animation-name: fade;
  animation-duration: 5.0s;
}
.mySlidesUpdate {
  display: none;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
} 
.selected_item {
  background: rgb(230,240,250);
}
.dragHandle {
  cursor: move;
}
.myDragClass {
  background-color: #c7d8ff;
  transition: transform .3s;
}
.myDragClass:hover {
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
td.details-control {
  background: url('../resources/details_open.png') no-repeat center center;
  cursor: pointer;
}
tr.details td.details-control {
  background: url('../resources/details_close.png') no-repeat center center;
}
.selected_oil {
  border: solid 1px #d7d7d7;
  box-shadow: 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 8px -4px rgba(31, 73, 125, 0.8);
  position: relative;
}
.disableNoOpacity {
  pointer-events: none;
  cursor: default;
}
.slick_demo_2 {
  margin: 0 43px;
}
.slick-prev, .slick-next {
  position: absolute !important;
  line-height: 0;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  color: white;
  background: #1ab394;
  border-radius: 50px;
}
.slick-next {
  right: -40px;
}
.slick-prev {
  left: -40px;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  padding: 0 !important;
}
.slider_a {
  width: 80% !important;
}
.anychart-credits-text {
  display: none !important;
}
.bc-brand {
  color: white !important;
  background-color: #004b8d !important;
}
.c-brand {
  color: #004b8d !important;
}
.border-brand {
  border: 1px solid #004b8d !important;
}
.circle-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: 3px solid #004b8d;
  background-color: #004b8d;
  text-align: center;
}
.circle-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -11px;
  font-size: 20px;
}
.no_radius {
  border-radius: 0 !important;
}
.notref {
  color: #ef3a3a;
}
.useFontAwsomeIcon {
  font-family: Arial, FontAwesome;
}
.img_icon {
  left: -3px;
  position: relative;
  width: 20px;
}
.img_icon:hover {
  fill: white;
}
.selected-box {
  background: #7febc2;
  border: 2px solid rgba(0, 0, 0, 0.075);
}
.s-noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#s-rectBox {
  position: absolute;
  z-index: 1090;
  border: 2px dashed #cbd3e3;
}
.bandef{
  display: none;
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation: marquee 20s linear infinite; /* Chrome, Safari, Opera */
  animation: marquee 20s linear infinite; /* Vitesse de défilement */
}

/*  Arrêt du défilement au survol */
.bandef:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}
.selected-tr-row {
  background-color: rgb(210,220,255) !important;
}
.hori-timeline .events {
  border-top: 3px solid #e9ecef;
}
.hori-timeline .events .event-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}
.hori-timeline .events .event-list:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px dashed #dee2e6;
  top: 0;
}
.hori-timeline .events .event-list .event-date {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  width: 75px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 2px 4px;
}
@media (min-width: 1140px) {
  .hori-timeline .events .event-list {
      display: inline-block;
      width: 24%;
      padding-top: 45px;
  }
  .hori-timeline .events .event-list .event-date {
      top: -12px;
  }
}
.bg-soft-primary {
  background-color: rgba(64,144,203,.3)!important;
}
.bg-soft-success {
  background-color: rgba(71,189,154,.3)!important;
}
.bg-soft-danger {
  background-color: rgba(231,76,94,.3)!important;
}
.bg-soft-warning {
  background-color: rgba(249,213,112,.3)!important;
}
.card {
  border: none;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
  box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
}
.img-no_border {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: unset !important;
  transition: unset;
}
.img-no_border:hover {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: unset !important;
  background-color: unset;
  transform: scale(1);
}
.h3brand {
  background-color: #1c84c6;
  color: white;
  padding: 1px 5px 1px 5px;
  margin: 0px 4px 20px 0px;
  text-transform: uppercase;
}
.cbx-3 {
  width: 29px; 
  height: 29px;
}
.cbx-4 {
  width: 40px; 
  height: 40px;
}
ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}
.tooltip2 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  opacity: 1!important;
}

.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 220px;
  background-color: #ffffff;
  color: #6c6c6c;
  border: 1px solid #676a6c;
  /* text-align: center; */
  border-radius: 6px;
  padding: 5px 15px 5px 15px;
  position: absolute;
  z-index: 1000;
  margin-left: 10px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1000;
}

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
}
@media (max-width: 600px) {
  .image-banner-resizing {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .col-resp-md-2 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 600px) {
  .col-resp-md-2 {
    width: 100%;
    float: left;
  }
}
.chatbox_left {
  border: 1px solid #f3f3f3;
  background-color: #ebf0fd;
  color: #777a7b;
  padding: 15px 20px 10px 20px;
}
.chatbox_right{
  background-color: #f3f3f3;
  color: #676a6c;
  padding: 15px 20px 10px 20px;
  border: 1px solid #dedede;
}
.loader {
  width: 300px;
  z-index: 9999;
  top: 50%;
  height: 300px;
  left: 50%;
  position: absolute;
}

.loader-wheel {
  animation: spin 1s infinite linear;
  border: 5px solid rgba(30, 30, 30, 0.5);
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 50%;
  margin-bottom: 20px;
  width: 50%;
}

.loader-text {
  color: #888686;
  font-family: arial, sans-serif;
  margin-left: 11%;
  font-size: 20px;
  font-weight: 600;
}

.loader-text:after {
  content: 'Loading';
  animation: load 2s linear infinite;
}

@keyframes spin {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}
}

@keyframes load {
  0% {
      content: 'Loading';
  }
  33% {
      content: 'Loading.';
  }
  67% {
      content: 'Loading..';
  }
  100% {
      content: 'Loading...';
  }
}
.hierho {
  border-radius: 4px;
  background: rgb(250,250,250);
  padding:4px 7px 3px 7px;
  border:solid 1px rgb(245,245,245);
  margin-bottom:12px;
}

.this_level {
  background: rgb(209, 209, 209) !important;
  border:1px solid lightgrey !important;
}

.hierho:hover {
  background: rgb(230,230,230);
}
.ol_bold {
  font-size: 14px; 
  font-weight: bold;
  margin: 0;
  padding: 14px;
}
.ol_bold > li {
  margin-bottom: 15px;
}
.calendar_table {
  cursor: pointer;
  padding: 26px!important;
}
.calendar_table:hover {
  background-color: #f3f3f3;
}
.selected-td {
  background-color: #f3f3f3;
}
.selected-td:hover {
  background-color: #d6d6d6 !important;
}
.pointer {
  cursor: pointer;
}
.widget_unpicked {
  width: 60px;
  height: 60px;
  padding: 6px 0px;
  border-radius: 30px;
  text-align: center;
  font-size: 30px;
  line-height: 1.42857;
}
.widget_picked {
  width: 100px;
  height: 100px;
  padding: 8px 12px;
  border-radius: 50px;
  font-size: 40px;
  line-height: 1.38;
}
.widget_round {
  background-color: #efefef;
  color: #555555;
  padding: 5px 20px;
  border-radius: 15px;
  border: 1px dashed #999;
  cursor:pointer;
  transition: transform .3s;
  margin-bottom: 5px;
  display: inline-block;
}
.widget_round.selected {
  background-color: #e8f0fe;
  border: 1px solid #8bb1d247;
  color: #1a73e8;
}
.widget_round:hover {
  background-color: #8bb1d247;
  -ms-transform: scale(1.02); /* IE 9 */
  -webkit-transform: scale(1.02); /* Safari 3-8 */
  transform: scale(1.02); 
}
.widget_round.selected:hover {
  background-color: #8bb1d247;
  -ms-transform: scale(1.02); /* IE 9 */
  -webkit-transform: scale(1.02); /* Safari 3-8 */
  transform: scale(1.02); 
}
.hoverp.selected {
  background-color: #8bb1d247;
  border-top: 5px solid #1a73e8;
}
.hoverp:hover {
  background-color: #8bb1d247;
}
.hover_widget {
  border: solid 1px #DCDCDC !important;
  padding: 0px 10px !important;
  background-color: rgb(255 255 255) !important;
  width: 100% !important;
}
.action_element:hover {
  background-color: rgb(247 247 247);
}
.treeview_left {
  width: 100%;
  float: left;
}
.color-brand-sm {
  background-color: #1e4363 !important;
  color:white !important;
}
.mininav-nopadding {
  padding: 0 !important;
}
@media screen and (max-width: 600px) {
  .treeview_sm {
    display:block !important;
  }
  .treeview_left {
    display:none !important;
  }
  
  .mininav-unsetwidth {
    width: unset !important;
  }
  
}
@media screen and (min-width: 800px) {
  .treeview_sm {
    display:none !important;
  }
  .treeview_left {
    display:inline !important;
    width: 150%;
  }
  
}
@media screen and (min-width: 1200px) {
  .treeview_left {
    display:inline !important;
    width: 100%;
  }
}
.product-facets {
  padding: 26px;
  min-height: 450px;
  margin-bottom: 10px;
}
.product-facets__title {
  border-bottom: 1px solid #dedee2;
  padding: 7px 15px 7px 0;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.product-listing__facets {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: 284px;
}
.product-facets-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width .3s;
  transition: width .3s;
  left: 0;
  z-index: 10000;
  background-color: #ffffff;
}
.cbx-1 {
  width: 16px;
  height: 16px;
}
.cbx-2 {
  width: 20px;
  height: 20px;
}
.product-detail-form__quantity{
  width: 100%;
  display: flex;
  clear: both;
  float: left;
  font-size: 16px;
}
.number-spin-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  width: 36px;
  height: 36px;
  position: relative;
  float: left;
  border: 1px solid #dedee2;
  line-height: 36px;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36px;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
}
.number-spin-btn:hover {
  color:tomato;
}
.number-spin-input-container{
  float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.number-spin-input{
  border-color: #dedee2;
  min-width: 45px;
  height: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: center;
  border: 1px solid #d0d3d6;
  padding: 10px;
  width: 100%;
  min-width: 50px;
  height: 36px;
  margin: 0;
  color: #36393b;
}
.add-to-cart-btn {
  border: none;
  background-color: #b95813;
  border-radius: 5px;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  padding: 6px;
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding-left: 10px;
  line-height: 1;
}
.add-to-cart-btn:hover {
  background-color: #b1500b;
  color: #fff;
}
.product-size-ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.product-size-li {
  margin: 0 9px 9px 0;
  max-height: 36px;
  display: inline-block;
}
.product-size-label {
  position: relative;
  min-width: 50px;
  height: 36px;
  padding: 0 12px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: RobotoCn,Arial,sans-serif;
  font-size: 14px;
  color: #36393b;
  background-color: #fff;
  border: 1px solid #c3c8ca;
  text-transform: uppercase;
  overflow: hidden;
}
.product-size-label:hover {
  border: 1px solid;
}
.product-size-label.selected {
  border: 2px solid !important;
}
.nav_sm {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
  display: block;
  overflow: hidden;
  
}
.nav_sm.in {
  opacity: 1;
  z-index: 2050 !important;
  background-color: #0000003b;
}
.login-brand {
  border-radius: 0;
  -webkit-box-shadow: 0 1px 20px 0 rgb(69 90 100 / 8%);
  box-shadow: 0 1px 20px 0 rgb(69 90 100 / 8%);
  border: none;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.login-brand-body {
  padding: 30px 45px;
}
.App-header{
  min-height: 96vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sso-btn-group {
    border-radius: 1px;
    box-sizing: border-box;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
    background-color: #20b0fd;
    background-image: none;
    color: #fff;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    border: 1px solid #f3f3f4;
}
.ssoButtonIcon {
  padding: 15px;
  float: left;
  background-color: #fff;
  border-radius: 1px;
  border-right: 1px solid #f3f3f4;
}
.ssoButtonIcon-compact {
  padding: 10px;
  background-color: #fff;
  border-radius: 1px;
  border: 1px solid #f3f3f4;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
}
.ssoButtonContents {
  font-family: Roboto, arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .21px;
  margin-left: 6px;
  margin-right: 6px;
  vertical-align: top;
  line-height: 48px;
  color:white !important;
}
.landing-page .header-back.proaxion {
  background: url('../img/landing/proaxion_landing_bc2.png') 50% 0 no-repeat;
} 
.img-fluid {
  max-width: 100%;
  height: auto;
}
.landing_table_tr {
  border: none;
  display: block;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  padding: 20px 2.5rem 20px 0;
  position: relative;
  text-align: left;
  width: 100%;
  border-top: 1px solid rgba(0,0,0,.125);
}
.btn-brand {
  padding: 8px;
  font-size: 16px;
}
.btn-brand:hover {
  background-color: #006fe4 !important;
}
.input-brand:focus {
  box-shadow: 0px 0px 8px 0px rgb(125 173 255);
}
.context-menu {
  position:fixed;
  z-index:10000;
  width:150px;
  background:#fafafa;
  border-radius:5px;
  transform:scale(0);
  transform-origin:top left;
  border: 1px solid #e6e6e6;
  box-shadow: 1px 1px 5px 0px rgb(69 90 100 / 39%);
}
.context-menu.active {
  transform:scale(1);
  transition:transform 300ms ease-in-out;
}
.context-menu .item {
  padding:8px 10px;
  font-size:15px;
  cursor: pointer;
}
.context-menu .item:hover {
  background:#e6e6e6;
}
.context-menu .item i {
  display:inline-block;
  margin-right:5px;
}
.context-menu hr {
  margin:2px 0px;
  border-color:#e6e6e6;
}
.this_context_menu.seletedaction {
  background-color: rgb(233 233 233);
  border: 1px dashed;
}
.plan-item {
  /* padding: 10px 20px;  */
  border: 1px solid #cdcdcd; 
  color: #686b6d; 
  margin-top: 15px; 
  display: block; 
  border-radius: 10px;
  background-color: #f7f7f7; 
  box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 17%); 
}
.plan-item__content{
  display:flex;
}
.plan-item__calendar {
  border-radius: 10px; 
  padding: 10px;
  background-color: white; 
  border: 1px solid #dbdbdb;
}
.plan-item__calendar__month {
  font-size: 16px; 
  font-weight: 600;
}
.plan-item__calendar__year {
  font-size: 20px; 
  font-weight: 700;
}
.pointer:hover {
  background-color: #f4f4f4;
}
.spacer {
  width: 1px;
}
.adhoc_priority_selected {
  width: 100px;
  height: 100px;
  padding: 8px 12px;
  border-radius: 50px;
  font-size: 40px;
  line-height: 1.38;
}
.adhoc_priority_unselected {
  width: 60px;
  height: 60px;
  padding: 6px 0px;
  border-radius: 30px;
  text-align: center;
  font-size: 30px;
  line-height: 1.42857;
}

.loginbg {
  /* The image used */
  background-image: linear-gradient(rgb(0 0 0 / 0.4),rgb(0 0 0 / 0.9)) , url(/css/images/background15.jpg);
  height: 100%; 
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.skus__toast {
  position: fixed;
  bottom: 20px;
  right: -500px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  z-index: 9999;
  transition: right 0.5s ease;
}
.skus__toast.is-active {
  right: 40px;
}
.skus_asset_hierarchy {
  background-color: #bbe998 !important;
}
.delete-icon-onhover {
  position: absolute;
  background: #ffefef;
  font-size: 22px;
  padding: 5px 12px;
  right: 0px;
  color: red;
  top: 40px;
  border-radius: 5px;
}
.grey-square-widget {
  box-shadow: 0 6px 24px 0 rgb(0 0 0 / 15%), 0 0 0 1px rgb(0 0 0 / 8%);
  padding: 20px;
  width: 95%;
  height: auto;
  display: inline-block;
  border-radius: 5px;
  background-color: #f4f4f4;
}
kbd {
  font-size: 12px !important;
  background-color:rgb(173, 173, 173);
}
.btn-sc {
  border-radius: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  border-radius: 5px;
}
.custom-file-upload {
  cursor: pointer;
}
.multiselect-container>li>a, .multiselect-selected-text {
  white-space: initial !important;
}
#monthPicker span {
  text-align-last: center;
  font-size: 14px;
  padding: 7px;
  height: 48px;
}
#monthPicker .chosen-single {
  height: 44px;
}
#monthPicker {
  width: 89% !important;
}
.max-size-105 {
  width: 105%;
}

.max-size-105 * {
  width: 95%;
  word-wrap: break-word;
}

.fs-16 {
  font-size: 16px;
}

.btn_nexts[disabled], .btn-sc[disabled] {
  pointer-events: none !important;
}