/* ***************
font size changes
*************** */
body {
  font-size: 12px; }

.btn {
  font-size: 12px; }

.form-control {
  font-size: 12px; }

.dropdown-menu {
  font-size: 12px; }

h1 {
  font-size: 31px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: ciel(20.4px); }

h4 {
  font-size: ciel(15px); }

h5 {
  font-size: 12px; }

h6 {
  font-size: ciel(10.2px); }

.container-fluid {
  max-width: 1850px; }

/* ***************
Tables
*************** */
/* ***************
Tables
*************** */
.click-row :hover {
  cursor: pointer; }

.checkbox-row :hover {
  cursor: pointer; }

.checkbox-row.checkbox-row-invalide td {
  background: #ff9393; }

.checkbox-row.checkbox-row-checked td {
  background: #f2b468; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  vertical-align: bottom;
  border-top: 0; }

.table > thead > tr.search-row,
.table > tbody > tr.search-row,
.table > tfoot > tr.search-row {
  background: transparent;
  border: 0; }
  .table > thead > tr.search-row > td,
  .table > tbody > tr.search-row > td,
  .table > tfoot > tr.search-row > td {
    background: transparent;
    border: 0; }

/* ***************
Top menu logo
*************** */
.navbar-brand-logo {
  padding: 0 15px; }

/* ***************
Multi level drop down menu styles
*************** */
.dropdown-submenu {
  position: relative; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px; }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px; }
  .dropdown-submenu:hover > a:after {
    border-left-color: #fff; }
  .dropdown-submenu.pull-left {
    float: none; }
    .dropdown-submenu.pull-left > .dropdown-menu {
      left: -100%;
      margin-left: 10px;
      border-radius: 6px 0 6px 6px; }

/* ***************
 PRINT Styles
*************** */
.page-break {
  page-break-after: always; }

.spacer {
  background: rgba(255, 255, 0, 0.1);
  height: 50px; }

/* ***************
Buttons
*************** */
/******************************************************
	OUTLINE BUTTONS
******************************************************/
.btn.btn-outline {
  background: transparent;
  text-shadow: none;
  background-image: -webkit-linear-gradient(top, #fff 0px, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0px, rgba(224, 224, 224, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0px, rgba(224, 224, 224, 0.5) 100%);
  background-repeat: repeat-x; }
  .btn.btn-outline.btn-primary {
    color: #337ab7;
    border-color: #337ab7; }
    .btn.btn-outline.btn-primary:hover, .btn.btn-outline.btn-primary:focus, .btn.btn-outline.btn-primary:active, .btn.btn-outline.btn-primary.active {
      color: #286090;
      border-color: #286090; }
    .btn.btn-outline.btn-primary:active, .btn.btn-outline.btn-primary.active {
      border-color: #286090;
      color: #286090;
      box-shadow: none; }
  .btn.btn-outline.btn-success {
    color: #3c763d;
    border-color: #3c763d; }
    .btn.btn-outline.btn-success:hover, .btn.btn-outline.btn-success:focus, .btn.btn-outline.btn-success:active, .btn.btn-outline.btn-success.active {
      color: #2b542c;
      border-color: #2b542c; }
    .btn.btn-outline.btn-success:active, .btn.btn-outline.btn-success.active {
      border-color: #2b542c;
      color: #2b542c;
      box-shadow: none; }
  .btn.btn-outline.btn-info {
    color: #31708f;
    border-color: #31708f; }
    .btn.btn-outline.btn-info:hover, .btn.btn-outline.btn-info:focus, .btn.btn-outline.btn-info:active, .btn.btn-outline.btn-info.active {
      color: #245269;
      border-color: #245269; }
    .btn.btn-outline.btn-info:active, .btn.btn-outline.btn-info.active {
      border-color: #245269;
      color: #245269;
      box-shadow: none; }
  .btn.btn-outline.btn-warning {
    color: #8a6d3b;
    border-color: #8a6d3b; }
    .btn.btn-outline.btn-warning:hover, .btn.btn-outline.btn-warning:focus, .btn.btn-outline.btn-warning:active, .btn.btn-outline.btn-warning.active {
      color: #66512c;
      border-color: #66512c; }
    .btn.btn-outline.btn-warning:active, .btn.btn-outline.btn-warning.active {
      border-color: #66512c;
      color: #66512c;
      box-shadow: none; }
  .btn.btn-outline.btn-danger {
    color: #a94442;
    border-color: #a94442; }
    .btn.btn-outline.btn-danger:hover, .btn.btn-outline.btn-danger:focus, .btn.btn-outline.btn-danger:active, .btn.btn-outline.btn-danger.active {
      color: #843534;
      border-color: #843534; }
    .btn.btn-outline.btn-danger:active, .btn.btn-outline.btn-danger.active {
      border-color: #843534;
      color: #843534;
      box-shadow: none; }

.btn-full {
  width: 100%;
  margin-bottom: 5px; }

/* ***************
Cadres
*************** */
.panel-title {
  font-size: 16px; }

h1.panel-title {
  font-size: 36px; }

h2.panel-title {
  font-size: 30px; }

h3.panel-title {
  font-size: 24px; }

h4.panel-title {
  font-size: 18px; }

h5.panel-title {
  font-size: 14px; }

h6.panel-title {
  font-size: 12px; }

/* ***************
PAgination
*************** */
.pagination {
  margin: 0 0 0px 0; }

.pagination-wrap {
  text-align: center; }

/* ***************
DLI Tarifs
*************** */
.block-tarif ul {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .block-tarif ul li {
    width: 100%;
    float: left; }
    .block-tarif ul li .tar-desc {
      float: left; }
    .block-tarif ul li .tar-mnt {
      float: right;
      color: #777; }
    .block-tarif ul li .tar-action {
      float: right;
      margin-left: 10px; }

.block-tarif .form-tarif .form-group:last-child {
  margin: 0; }

/* **********************************************************
	EK Box
*********************************************************** */
.ek-box-title-inner,
.ek-box-info-inner,
.ek-box-loading-inner,
div.ek-box-message {
  font-weight: 200;
  color: #000; }

.ek-box-settings {
  display: none; }

.ek-box-container {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 10005;
  text-align: left;
  visibility: hidden;
  display: none;
  width: 100%;
  height: 100%; }

.ek-box-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #323232;
  opacity: 0.6; }

.ek-box-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px; }

.ek-box-wrapper-inner {
  position: relative;
  min-height: 200px;
  min-width: 400px;
  background-color: transparent;
  padding: 10px; }

.ek-box-body {
  position: relative;
  height: 100%; }

.ek-box-player.html {
  height: 100%;
  overflow: auto; }

.ek-box-body img {
  border: none; }

.ek-box-loading {
  position: relative;
  height: 100%;
  width: 100%;
  height: 100px; }

.ek-box-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 124px;
  top: 5px;
  width: 100%;
  text-align: center; }

.ek-box-loading-inner span {
  padding-left: 100px;
  display: inline-block;
  padding: 20px 20px 20px 50px;
  border-radius: 8px;
  box-shadow: 0 0 0 6px rgba(208, 213, 203, 0.3);
  background: #ffffff;
  background: url("../img/ajax-loader.gif") no-repeat 10px center #ffffff;
  text-align: right; }

.absolute_top_right {
  position: absolute;
  top: 17px;
  left: 17px;
  display: block;
  float: right;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat;
  z-index: 10050; }

.ek-box-nav-close {
  line-height: 9px;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  padding: 0;
  border: 2px solid #000000;
  background: #ffffff;
  color: #000000;
  font-size: 19px;
  position: absolute;
  z-index: 10050;
  top: 9px;
  right: 9px;
  left: auto; }

/*# sourceMappingURL=app.css.map */
