@font-face {
  font-family: "HelveticaNeueLTSTD";
  src: url('../fonts/HELVETICANEUELTSTD-LT_0.eot');
  src: url('../fonts/HELVETICANEUELTSTD-LT_0.eot?') format('eot'), url('../fonts/HELVETICANEUELTSTD-LT_0.woff') format('woff'), url('../fonts/HELVETICANEUELTSTD-LT_0.ttf') format('truetype');/* Pour IE9 Compat mode */
  font-display: swap;
}

.VueTables__heading{
  margin: 0 5px;
}

/* ---------------- */
/* Style for alerts */
/* ---------------- */

.bluefiles-alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}

.bluefiles-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.bluefiles-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.bluefiles-alert-info-alt {
    color: black;
    background-color: #f4f4f6;
    border-color: #dfecf2;
}

.bluefiles-alert-error {
    color:#a94442;
    background-color:#f2dede;
    border-color:#ebccd1;
}

.bluefiles-alert-warning {
    color:#8a6d3b;
    background-color:#fcf8e3;
    border-color:#faebcc;
}

/* ----------------------- */
/* Style for close buttons */
/* ----------------------- */

#page{
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow:hidden;
}

button.closeButton:hover, button.closeButton:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.closeButton {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

/* ---------------------------------- */
/* Style for the password update form */
/* ---------------------------------- */

form#formMyPwdUpdate #new_pwd, form#formMyPwdUpdate #new_pwd_conf {
	display: inline;
	width: 90%;
}

@font-face {
  font-family: 'font-blue';
  src: url('../fonts/font-blue.eot?12776878');
  src: url('../fonts/font-blue.eot?12776878#iefix') format('embedded-opentype'),
       url('../fonts/font-blue.woff?12776878') format('woff'),
       url('../fonts/font-blue.ttf?12776878') format('truetype'),
       url('../fonts/font-blue.svg?12776878#font-blue') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "font-blue";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-android:before { content: '\61'; } /* 'a' */
.icon-no-gps:before { content: '\64'; } /* 'd' */
.icon-linux:before { content: '\65'; } /* 'e' */
.icon-gps:before { content: '\66'; } /* 'f' */
.icon-push:before { content: '\67'; } /* 'g' */
.icon-options:before { content: '\69'; } /* 'i' */
.icon-stats:before { content: '\6f'; } /* 'o' */
.icon-download:before { content: '\70'; } /* 'p' */
.icon-windows:before { content: '\72'; } /* 'r' */
.icon-ip:before { content: '\73'; } /* 's' */
.icon-blue:before { content: '\74'; } /* 't' */
.icon-maquette:before { content: '\79'; } /* 'y' */
.icon-apple:before { content: '\7a'; } /* 'z' */

html {
  font-size: 14px !important;
}
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  background: url() no-repeat top center #ffffff;
}
ul,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #299be2;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}

#header {
  background: url(../img/bg-header.png) repeat-x left bottom #222222;
  min-height: 45px;
  margin-bottom: 15px;
}
#container:before,
#container:after {
  content: " ";
  display: table;
}
#container:after {
  clear: both;
}

/*====================== MODIF BY JMC ========================*/
/* modifs barre de navigation*/
.navbar-inverse .navbar-brand{
  font-size: 1.1em;
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a{
  color: #fff;
  padding: 15px 10px;
}
.navbar-inverse .navbar-nav > li > a:hover{
  color: #299be2;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus{
  background-color: #222222;
  color: #299be2;
}
#navbar-right:before,
#navbar-right:after {
  content: " ";
  display: table;
}
#navbar-right:after {
  clear: both;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
  max-height: 570px;
}
.navbar-right{
  text-align: right;
  margin: 0!important;
}
.navbar i{
  margin-right: 10px;
}
.navbar .dropdown-menu{
  background: #222!important;
  border-color: #101010!important;
  color: #fff!important;
  border-radius: inherit!important;
  text-align: left;
}
.navbar .dropdown-menu > li > a{
  color: #fff!important;
}
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus{
  color: #299be2!important;
}
/* fin modifs barre de navigation*/
.modal .modal-header {
  padding: 5px 8px;
}
.modal .modal-header h3 {
  font-size: 1.4em;
  text-align: center;
  margin: 5px 0;
}
.container h1{
  font-size: 1.7em;
  font-weight: bold;
}
.glyphicon-AddDoc{
  display: inline;
  background: url(../img/ico_draft_white.png) no-repeat 0 center transparent;
  padding: 8px 10px;
}
.glyphicon-AddProject{
  display: inline;
  background: url(../img/ico_project_white.png) no-repeat 0 center transparent;
  padding: 8px 10px;
}
.btn-orange{
  background-color: #fd7521;
  border-color: #ff6c0b;
}
.btn-orange:hover,
.btn-orange:focus{
  background-color: #e45b00;
  border-color: #e45b00;
}
.dropdown-menu {
  box-shadow: none;
  width: 210px;
  text-align: center;
  font-size: 1.1em;
  border: 1px solid #c1c5d1;
}
.dropdown-menu .divider {
  background-color: #fff;
  height: 2px;
}
.dropdown-menu .divider span {
  display: block;
  height: 2px;
  background-color: #d1d7dd;
  width: 90%;
  margin: 0 auto;
}
.dropdown-menu a {
  padding: 0 20px;
}
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a.active {
  background-color: transparent !important;
  color: #f88957 !important;
}
.dropdown-menu .info-nbr-reponses {
  background-color: #fcd108;
  color: #3da3e3;
  margin-top: 2px;
  padding: 2px 6px;
  display: inline;
  margin-left: 5px;
  font-size: 0.8em;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/*=====*/
table.display td.details{
  padding: 0px;
  border: none;
  background-color: #EEEFF9;
}
.table .glyphicon,
.table .glyphicon {
  color: #299BE2;
  margin-right: 5px;
}
.table .glyphicon-remove{
  color: #ff0000;
}
.table .glyphicon-ok{
  color: #0CD42B;
}
.table .editGroup{
  margin-right: 15px;
}
.table caption{
  text-align: left;
  font-style: normal;
}
.table caption span {
  padding: 1px 8px 1px 32px;
}
/*details production*/
.uppercase{
  text-transform: uppercase;
}
/*popover*/
.tooltip.in {
    opacity: 1 !important;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}

/*progress bar*/

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  margin-bottom: 5px;
  height: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-media {
  background-color: #0f86a8;
}
.progress-bar-pdf {
  background-color: #c63c02;
}
.progress-bar-danger {
  background-color: #d9534f;
}
.table-popover{
  width: 100%;
}

.info-pack{
  color: #0060cc;
  text-transform: uppercase;
}
/*=========================FIN MODIF============================*/
#container #tabSections {
  /* padding: 0;
  border: none;
  border-right: 1px solid #DDDDDD;
  min-height: 250px; */
  position: absolute;
  background: white;
  border-right: 1px solid #DDDDDD;
  top: 0;
  left: 0;
  height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  z-index: 12;
  padding: 5px 0;
  transition: all 0.3s;
}
#container #tabSections.close{
  transform: translate(-100%);
}
#container #tabSections.relative{
  position: relative;
}
#container #tabSections::before{
  /* content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.7); */
}
#container #tabSections::after{
}
#container #tabSections li {
  float: none;
}
#container #tabSections li.toggle-show {
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  height: 30px;
  background: white;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#container #tabSections li.toggle-show a{
  padding: 0;
}
#container #tabSections li a {
  /* color: #1d1d1d;
  margin: 0 -1px 0 0;
  border: none;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px; */
  display: block;
  padding: 5px 30px 5px 10px;
  opacity: 0.7;
  transition: all 0.3s;
}
#container #tabSections li:first-child a {
  /* padding-top: 10px; */
}
#container #tabSections li.active a, #container #tabSections li a:hover  {
  /* color: #1d1d1d;
  font-weight: bold;
  border: 1px solid #DDDDDD;
  border-right: 1px solid #fff; */
  color: #1d1d1d;
  opacity: 1;
}
#container .tab-content #pannel-myProfil .form-horizontal {
  width: 450px;
}
#container .tab-content #pannel-myProfil .form-horizontal .form-group {
  margin: 10px 0;
}
#container .tab-content #pannel-myProfil .form-horizontal .control-label {
  padding: 7px 0 0;
  font-weight: normal;
  text-align: left;
}
#container .tab-content #pannel-myProfil .form-horizontal .buttons {
  margin-top: 30px;
}

#container .tab-content .btn-primary {
  margin: 0;
  text-transform: uppercase;
  background-color: #299be2;
  color: #fff;
  border: none;
  font-size: 1.2em;
  padding: 5px 15px;
}

.table > thead > tr > th, .table > tbody > tr > th,
.table > tfoot > tr > th, .table > thead > tr > td,
.table > tbody > tr > td, .table > tfoot > tr > td{
  border-top: 1px solid #fff;
}
.table > tbody > tr > td{
  padding: 10px 8px;
}
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active{
  background-color: #FFFFFF;
  border-radius: 0;
  padding: 5px 10px;
  font-weight: bold;
}
.paging_full_numbers a.paginate_active{
  background-color: #f6f5fb;
}
.paging_full_numbers a.paginate_button:hover{
  background-color: #EEEFF9;
}

.classToolTip{
  background: url("../img/puce-info.png") no-repeat scroll center center;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-left: 5px;
  cursor: pointer;
}

.btn-blue{
  color: #fff !important;
  background-color: #2e9de2 !important;
  border: 1px solid #2e9de2;
  padding: 0 5px !important;
  line-height: 30px;
  height: 30px;
  border-radius: 3px;
}
.btn-blue span,.btn-blue .glyphicon{
  color: #fff !important;
}
.btn-blueNegatif{
  color: #2e9de2 !important;
  border: 1px solid #2e9de2;
  padding: 0 5px !important;
  line-height: 30px;
  height: 30px;
  border-radius: 3px;
  margin: 0 0 0 15px !important;
  background-color: #fff;
}
.txt-dl {
  text-transform: uppercase;
  position: relative;
  padding-left: 25px;
  font-weight: bold;
}
.txt-dl i[class^="icon-"]:before, i[class*=" icon-"]:before {
  font-family: "font-blue";
  font-size: 1.25em;
  font-weight: 700;
}
.txt-dl i{
  position: absolute;
  top: 0;
  left: 0;
  color: #299be2 !important;
  font-size: 1.1em;
}
#install_blue .btns-dwnld {
  margin: 5px 0 20px;
}
#install_blue .btns-dwnld ul:before,
#install_blue .btns-dwnld ul:after {
  content: " ";
  display: table;
}
#install_blue .btns-dwnld ul:after {
  clear: both;
}
#install_blue .btns-dwnld li {
  float: left;
  font-size: 1em;
  color: #fff;
  padding: 5px 0;
  cursor: pointer;
  width: 185px;
  margin: 0 15px 10px 0;
}
#install_blue .btns-dwnld li.icone-ios,
#install_blue .btns-dwnld li.icone-win {
  padding: 3px 10px 3px 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #000;
}
#install_blue .btns-dwnld li.icone-ios a,
#install_blue .btns-dwnld li.icone-win a {
  display: inline-block;
  vertical-align: middle;
}
#install_blue .btns-dwnld li.icone-ios .icon-apple,
#install_blue .btns-dwnld li.icone-win .icon-windows {
  font-size: 2em;
  vertical-align: middle;
}
#install_blue .btns-dwnld li.icone-ios span,
#install_blue .btns-dwnld li.icone-win span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9em;
  padding-left: 5px;
}
#install_blue .btns-dwnld .btn-dwnld-gg-play,
#install_blue .btns-dwnld .btn-dwnld-apple-store {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
#install_blue .btns-dwnld .btn-dwnld-gg-play img,
#install_blue .btns-dwnld .btn-dwnld-apple-store img {
  display: block;
  width: 100%;
  padding: 0 !important;
}
#install_blue .btns-dwnld .btn-dwnld-gg-play {
  margin: 0 15px 5px 0;
}
#install_blue .btns-dwnld .icone-ios {
  background-color: #efefef;
  color: #323334;
}
#install_blue .btns-dwnld .icone-ios a{
  color: #323334;
}
#install_blue .btns-dwnld .icone-win {
  background-color: #009fe3;
  border-color: #009fe3 !important;
}
#install_blue .btns-dwnld .icone-win a{
    color: #fff;
}
#install_blue .btns-dwnld .icone-win .icon-windows::before {
    color: #fff;
}
/* modif by jym */

/* ---------------------------------- */
/* LEGEND                             */
/* ---------------------------------- */

.legend img{
  width: 15px;
  display: inline-block;
  margin-right: 5px;
}
.legend p{
  font-size: 0.8em;
  float: left;
  margin-left: 15px;
}
.legend p:first-child{
  margin-left: 0;
}

@media (max-width: 1020px) { /* Remplacez 123px par la taille de votre choix */
.navbar .container{
  width: 100%!important;
}
.navbar-header {
float: none;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin: 7.5px -15px;
}
.navbar-nav>li {
float: none;
}
.navbar-text {
float: none;
margin: 15px 0;
}
/* cette classe est à ajouter lorsque que vous utilisez une version de Bootstap supérieure ou égale à la 3.1.0 */
.navbar-collapse.collapse.in {
display: block!important;
}
.collapsing {
overflow: hidden!important;
}
#container #tabSections {
    padding: 0;
    border: none;
    border-right: 1px solid #DDDDDD;
    min-height: auto!important;;
}
.navbar-right{
  float: none!important;
  margin: 7.5px -7px 7.5px -8px !important;
}
.navbar .dropdown-menu{
  position: relative!important;
  width: 100%!important;
  background: transparent!important;
  border: none!important;
  color: #fff!important;
  text-align: right!important;
}
}
@media (max-width: 520px){
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
  max-height: 400px;
}
}

.btnArea .loader{
    color: #299be2;
    text-align: center;
    display: none;
}

.btnArea .loader img{
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;

    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

/* end modif */

@media (max-width: 768px) {
  form label[for="m_bg_color"]+.col-sm-9{
    float: left;
  }
}

@media (max-width: 500px) {

  /* ---------------------------------- */
  /* LEGEND                             */
  /* ---------------------------------- */

  .legend{
    margin-bottom: 10px;
  }
  .legend p {
      float: none;
      margin-left: 0;
      margin-bottom: 7px;
  }
}

/* ---------------------------------------------- */
/* Style for checkboxes, not using prettycheckbox */
/* ---------------------------------------------- */

input.bluecheckbox[type="checkbox"]:not(:checked),
input.bluecheckbox[type="checkbox"]:checked,
input.blueradio[type="radio"]:not(:checked),
input.blueradio[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

input.bluecheckbox[type="checkbox"]:not(:checked) + label,
input.bluecheckbox[type="checkbox"]:checked + label,
input.blueradio[type="radio"]:not(:checked) + label,
input.blueradio[type="radio"]:checked + label {
  position: relative;
  padding-left: 24px;
  margin-left: 8px;
  cursor: pointer;
}

input.bluecheckbox[type="checkbox"]:not(:checked) + label:before,
input.bluecheckbox[type="checkbox"]:checked + label:before,
input.blueradio[type="radio"]:not(:checked) + label:before,
input.blueradio[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
}

input.blueradio[type="radio"]:not(:checked) + label:after,
input.blueradio[type="radio"]:checked + label:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

input.blueradio[type="radio"]:not(:checked) + label:before,
input.blueradio[type="radio"]:checked + label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

input.bluecheckbox[type="checkbox"]:not(:checked) + label:after,
input.bluecheckbox[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 14px;
  color: #299BE2;
  transition: all .2s;
  font-weight: 700;
}

input.blueradio[type="radio"]:not(:checked) + label:after,
input.blueradio[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  border: 5px solid;
  color: #299BE2;
  font-size: 14px;
  transition: all .2s;
}

input.bluecheckbox[type="checkbox"]:not(:checked) + label:after,
input.blueradio[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

input.bluecheckbox[type="checkbox"]:checked + label:after,
input.blueradio[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

input.blueradio[type="radio"]:disabled + label {
  color: gray;
}

input.blueradio[type="radio"]:disabled + label:after {
  color: gray;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

/* ---------------------------------- */
/* FILTERS                            */
/* ---------------------------------- */

#myFilters {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 20px 0 15px;
}
#myFilters .showFilters {
  font-weight: bold;
  cursor: pointer;
  color: #1DA1E5;
}
#myFilters .caret {
  margin-right: 3px;
  margin-bottom: 2px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#myFilters .caret-show {
  transform: rotate(0deg);
}
#myFilters .filters-area {
  margin: 5px 0;
  display: none;
  padding: 0 0 0 13px;
}
#myFilters .title-filter {
  font-weight: bold;
  float: left;
}
#myFilters .filters {
  float: left;
}
#myFilters label {
  font-weight: inherit;
  font-size: 0.9em;
  line-height: 22px;
}
#myFilters.show .caret {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* ---------------------------------------*/
/* Microsoft Browser Private mode warning */
/* -------------------------------------- */

#microsoft-private-banner {
    position: fixed;
    background-color:#f47d41;
    color:white;width:100%;
    text-align:center;
    padding:10px;
    right: 0px;
    bottom: 0px;
    z-index:999;
    display:none;
}

#microsoft-private-banner > p {
    padding-right: 40px;
}

#microsoft-private-banner #banner-close {
    background: url(../../front/img/ico-close.png) no-repeat;
    width: 10px;
    height: 10px;
    top: 15px;
    right: 30px;
    position: absolute;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}


/* ui-checkbox label font */

.ui-checkbox__label-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

/* COMMON TABLE RULES */

.VueTables .table-responsive {
  background: lightgrey;
  position: relative;
  border: 1px solid #1d94f2;
  border-radius: 4px;
  /* box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%); */
  margin-top: 12px;
  margin-bottom: 12px;
}

.VueTables__table {
  margin-bottom: 0;
}

.VueTables__sort-icon {
  color: white !important;
}

.VueTables__table tbody {
  background: white;
}

.VueTables__table tbody tr:nth-child(2n+1) {
  background-color: #ebf3ff;
}

.VueTables__table tbody, .VueTables__table tbody tr td {
  border: none;
  vertical-align: middle;
}

.VueTables__table tbody tr {
  position: relative;
}

/*
.VueTables__table tbody tr i{
  color: white;
}
*/

.VueTables__table thead .v-icon {
  color: white !important;
}

.VueTables__table thead {
  background-color: #1d94f2;
  color: white;
  border: 1px solid #1d94f2;
  border-bottom:1px solid #ddd;
}

.VueTables__table thead tr th {
  white-space: normal;
  vertical-align: middle;
  background-color: inherit !important;
}

.VueTables__sortable {
  cursor: pointer;
}

.VueTables__search label, .VueTables__limit label {
  margin-right: 10px;
}

.ActionDropDown .ui-select__display-value.is-placeholder {
  color: #299BE2;
  font-weight: bold;
}

.container {
  margin: 0 !important;
  padding: 0 !important;
}

.pageTitle {
  height: 64px;
  padding: 0 24px;
  background: #80bfe6;
  margin: 0;
  line-height: 64px;
  color: white;
}

.pageContainer {
  padding: 16px 15px 0;
  /* height: calc(100% - 64px); */
  height: 100%;
  overflow-y: scroll;
}

@media (max-width: 619px) {
  .pageTitle {
    margin-top: 2rem;
  }
  .pageContainer {
    padding: 0;
    /*height: calc(100% - 80px - 2rem);*/
  }
}

.VueTables .VuePagination {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.VueTables .VuePagination .pagination {
  margin: 0;
}

.VueTables .pull-left {
  float: left!important;
}

.VueTables .pull-right {
  float: right!important;
}

.VueTables .VueTables__limit-field select {
  width: auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

html {
  overflow-y: auto !important;
}
