
/*
** Loader
*/
/* This only works with JavaScript, 
if it's not present, don't show loader */

.cke_editable {
line-height:1em !important;
}

thead>tr>th
{
  text-align: center;
}

.inprange {
        width:300px;
}

.clockpicker-popover {
  z-index: 9999 !important;
}


//ui resizable
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}

.bootstrap-datetimepicker-widget {
  width: 280px !important;
}

.datepicker {
  z-index: 5000 !important;
}


/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 29, 2016, 8:29:18 AM
    Author     : xavier villamuera
*/

/*********************************************************/
/* Sliding left modal and fill in modal & stick-up modal */
/*********************************************************/
#topnav {
   z-index: 1049;
}
a {
  color: #0277bd;
  text-decoration: none;
}

a.asc:before {
  content: '\f15d   ';
   font-family: FontAwesome;
}
a.desc:before {
  content: '\f15e  ';
   font-family: FontAwesome;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

.modal.fade.stick-up .modal-dialog {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  margin-top: -5px;
}
.modal.fade.stick-up.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
}
.modal.fade.slide-up {
  height: 100%;
  top: auto;
}
.modal.fade.slide-up.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
}
.modal.fade.slide-up.disable-scroll {
  overflow: hidden;
}
.modal.fade.slide-up .modal-dialog {
  display: table;
  height: 100%;
  -webkit-transform: translate3d(0, 75%, 0);
  transform: translate3d(0, 75%, 0);
  -ms-transform: translate(0, 75%);
}
.modal.fade.slide-up .modal-content-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal.fade.center-scale .modal-dialog {
  display: table;
  height: 100%;
}
.modal.fade.center-scale .modal-content {
  display: table-cell;
  vertical-align: middle;
  border: 0;
  background: transparent;
}
.modal.fade.center-scale .modal-content .modal-header {
  border-bottom: 0px;
}
.modal.fade.center-scale.in .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal.fade.center-scale .modal-dialog {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.modal.fade.fill-in {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.modal.fill-in > div > div > div.modal-body {
        height:80%;
}

.modal.fade.fill-in > .close {
  margin-top: 20px;
  margin-right: 20px;
  opacity: 0.6;
}
.modal.fade.fill-in > .close > i {
  font-size: 16px;
}
.modal.fade.fill-in .modal-dialog {
  display: table;
  height: 100%;
}
.modal.fade.fill-in .modal-content {
  display: table-cell;
  vertical-align: middle;
  border: 0;
  background: #2f2d4c59;
}
.modal.fade.fill-in .modal-content .modal-header {
  border-bottom: 0px;
  background-color: #000;
}


.modal.fade.fill-in .modal-footer {
  background-color: #000;
}
#ajax-fill-in-modal {
  padding-left: 17px;
}


.modal.fade.fill-in.in {
  background-color: rgba(255, 255, 255, 0.85);
}
.modal.fade.fill-in.in .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal.fade.fill-in .modal-dialog {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.modal.fade.slide-right .close {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10px;
  z-index: 10;
}

.modal.extra-large > .modal-dialog{
  width:80%;
}

.modal.fade.slide-right.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
}
.modal.fade.slide-right .modal-dialog {
  position: absolute;
  right: 0;
  margin: 0;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
}
.modal.fade.slide-right .modal-dialog .modal-content-wrapper {
  height: 100%;
}
.modal.fade.slide-right .modal-dialog .modal-content {
  height: 100%;
}
.modal.fade.slide-right .modal-dialog .modal-body {
  background-color: #fff;
}

.modal.fade.slide-right .modal-content {
  border-radius: 0px;
}
.fill-in-modal .modal-backdrop {
  background-color: transparent;
}
.modal-backdrop {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.modal-backdrop.in {
  opacity: 0.30;
}

.modal.fade.stick-up .modal-dialog {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  margin-top: -5px;
}
.modal.fade.stick-up.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
}

@media (min-width: 768px) {
    .modal.stick-up .modal-dialog {
        margin: -5px auto;
    }
}
/* Responsive Handlers: Modals
------------------------------------
*/
@media (max-width: 768px) {
  .modal.fill-in .modal-dialog {
    width: calc(100% - 20px);
  }
  .modal.slide-up .modal-dialog {
    width: calc(100% - 20px);
  }
}
@media (min-width: 768px) {
  .modal.stick-up .modal-dialog {
    margin: -5px auto;
  }
  .modal.slide-up .modal-dialog {
    margin: 0 auto;
  }
  .modal.fill-in .modal-dialog {
    margin: 0 auto;
  }
  .modal .modal-content {
    box-shadow: none;
  }
}


/*****************************/
/* Nicer selects             */
/*****************************/

.legaclick-select select
{
    /* styling */
  background-color: white;
  border: thin solid #eee;
  border-radius: 1px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select 
{
 background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;   
}

/*************************/
/* timers                */
/*************************/

.timer-record
{
    text-align: center;
    text-shadow: none !important;
    top: 9px;
    right: 13px;
    position: absolute;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0.2; }
}

.timer-case
{
    padding:6px;
    font-size: 0.8em;
}

.table-price
{
    border-left: 1px dashed #EEE;
}

//the piechart in the prestation tab 
// of affaire
.easypiechart#balance .percent {
    color: rgb(77, 182, 172);
}

.percent64info {
    position: absolute;
    width: 64px;
    line-height: 64px;
    font-size: 18px;
    font-weight: 600;
    color: #00BCD4;
}

.select2-dropdown {
  z-index:5000 !important;
}


.task {
  background: #00bcd4;
  padding: 16px;
  margin-bottom: 5px;
}

.task a {
 color: #fff;
  font-size: 13px;
  text-align: left;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 0px;
}

.editable-popup {
  z-index: 5000;
}

.contact-1, .contact-2 {
  border-left: 2px solid green;
}


.contact-4, .contact-3 {
  border-left: 2px solid red;
}

.contact-6, .contact-5 {
  border-left: 2px solid blue;
}

.contact-7, .contact-8 {
  border-left: 2px solid yellow;
}


.panel-search-result {
  color:#616161 !important;
}

/****************************/
/* extrabarchrono           */
/****************************/

body.extrabarchrono-show {
  overflow: hidden;
  background: url("/outline/img/md_bg1.jpg") center 50%;
}
body.extrabarchrono-show #wrapper {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
body.extrabarchrono-show .extrabarchrono {
  transform: translateY(0);
  transition: transform 0.3s 0s;
}
body.extrabarchrono-show .extrabar-underlay {
  display: block;
}
.extrabarchrono {
  padding: 20px;
  position: fixed;
  z-index: 9999;
  top: 0px;
  right: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  background-color: #ffffff;
  transform: translateY(-100%);
  transition: transform 0.3s 0s;
  height: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 992px) {
  .extrabarchrono .info-tile {
    margin-bottom: auto;
  }
}
/* .extrabarchrono-underlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
*/
#big-chrono
{
    font-size:54px;
}

.big-timer-head
{
    font-size: 16px;
    color: #eee;
}

.big-timer-controls
{
    border-top: 1px solid #5EAD3D;
    color:  #000;
    padding: 10px;
}

#chrono-controls
{
    border-top: 1px solid #bbb;
    padding: 4px;
    
    
}


.prefs-options .demo-color-list {
    padding: 0 !important;
    text-align: left;
    margin: 0 !important;
    font-size: 0;
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.prefs-options .demo-body .option-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
}

.prefs-options .demo-color-list li {
    margin: 2px;
    padding: 0;
}

.prefs-options .demo-color-list li span {
    border-radius: 1px;
    display: block;
    height: 16px !important;
    width: 16px !important;
}

.prefs-options .demo-color-list {
  padding: 0 !important;
  text-align: left;
  margin: 0 !important;
  font-size: 0;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.prefs-options .demo-color-list > li {
  display: inline-block;
}



.prefs-options .demo-color-list li span:hover {
  cursor: pointer;
}
.prefs-options .demo-color-list.text-center {
  text-align: center;
}
.prefs-options .demo-color-list .demo-cyan {
  background-color: #00bcd4;
}
.prefs-options .demo-color-list .demo-light-blue {
  background-color: #48788e;
}
.prefs-options .demo-color-list .demo-blue {
  background-color: #2196f3;
}
.prefs-options .demo-color-list .demo-indigo {
  background-color: #3f51b5;
}
.prefs-options .demo-color-list .demo-deep-purple {
  background-color: #673ab7;
}
.prefs-options .demo-color-list .demo-purple {
  background-color: #9c27b0;
}
.prefs-options .demo-color-list .demo-pink {
  background-color: #e91e63;
}
.prefs-options .demo-color-list .demo-red {
  background-color: #e51c23;
}
.prefs-options .demo-color-list .demo-teal {
  background-color: #009688;
}
.prefs-options .demo-color-list .demo-green {
  background-color: #4caf50;
}
.prefs-options .demo-color-list .demo-light-green {
  background-color: #8bc34a;
}
.prefs-options .demo-color-list .demo-lime {
  background-color: #cddc39;
}
.prefs-options .demo-color-list .demo-yellow {
  background-color: #ffeb3b;
}
.prefs-options .demo-color-list .demo-amber {
  background-color: #ffc107;
}
.prefs-options .demo-color-list .demo-orange {
  background-color: #ff9800;
}
.prefs-options .demo-color-list .demo-deep-orange {
  background-color: #ff5722;
}
.prefs-options .demo-color-list .demo-info {
  background-color: #00bcd4;
}
.prefs-options .demo-color-list .demo-midnightblue {
  background-color: #37474f;
}
.prefs-options .demo-color-list .demo-gray {
  background-color: #9e9e9e;
}
.prefs-options .demo-color-list .demo-bluegraylight {
  background-color: #eceff1;
}
.prefs-options .demo-color-list .demo-black {
  background-color: #424242;
}
.prefs-options .demo-color-list .demo-bluegray {
  background-color: #607d8b;
}
.prefs-options .demo-color-list .demo-graylight {
  background-color: #fafafa;
}
.prefs-options .demo-color-list .demo-brown {
  background-color: #795548;
}
.prefs-options .demo-color-list .demo-default {
  background-color: #fff;
  border: 2px solid #f36c60;
}

.menuitem-cyan {
  background-color: #00bcd4;
}

.textcolor-cyan
{
    color:#00bcd4 !important;
}

.menuitem-light-blue {
  background-color: #48788e;
}

.textcolor-light-blue {
  color: #48788e !important;
}

.menuitem-blue {
  background-color: #2196f3;
}

.textcolor-blue {
  color: #2196f3 !important;
}

.menuitem-indigo {
  background-color: #3f51b5;
}

.textcolor-indigo {
  color: #3f51b5 !important;
}

.menuitem-deep-purple {
  background-color: #673ab7 ;
}

.textcolor-deep-purple {
  color: #673ab7 !important;
}

.menuitem-purple {
  background-color: #9c27b0;
}

.textcolor-purple {
  color: #9c27b0 !important;
}

.menuitem-pink {
  background-color: #e91e63;
}

.textcolor-pink {
  color: #e91e63 !important;
}

.menuitem-red {
  background-color: #e51c23;
}

.textcolor-red {
  color: #e51c23 !important;
}

.menuitem-teal {
  background-color: #009688;
}

.textcolor-teal {
  color: #009688 !important;
}
.menuitem-green {
  background-color: #4caf50;
}

.textcolor-green {
  color: #4caf50 !important;
}
.menuitem-light-green {
  background-color: #8bc34a;
}
.textcolor-light-green {
  color: #8bc34a !important; 
}
.menuitem-lime {
  background-color: #cddc39;
}
.textcolor-lime {
  color: #cddc39 !important;
}
.menuitem-yellow {
  background-color: #ffeb3b;
}
.textcolor-yellow {
  color: #ffeb3b !important;
}
.menuitem-amber {
  background-color: #ffc107;
}

.textcolor-amber {
  color: #ffc107 !important;
}
.menuitem-orange {
  background-color: #ff9800;
}

.textcolor-orange {
  color: #ff9800 !important;
}
.menuitem-deep-orange {
  background-color: #ff5722;
}

.textcolor-deep-orange {
  color: #ff5722 !important;
}
.menuitem-info {
  background-color: #00bcd4;
}

.textcolor-info {
  color: #00bcd4 !important;
}
.menuitem-midnightblue {
  background-color: #37474f;
}
.textcolor-midnightblue {
  color: #37474f  !important;
}

.menuitem-midnightblue {
  background-color: #37474f;
}

.textcolor-midnightblue {
  color: #37474f !important;
}
.menuitem-gray {
  background-color: #9e9e9e;
}
.textcolor-gray {
  color: #9e9e9e !important;
}
.menuitem-bluegraylight {
  background-color: #eceff1;
}

.textcolor-bluegraylight {
  color: #eceff1 !important;
}
.menuitem-black {
  background-color: #424242;
}

.textcolor-black {
  color: #424242 !important;
}
.menuitem-bluegray {
  background-color: #607d8b;
}

.textcolor-bluegray {
  color: #607d8b !important;
}
.menuitem-graylight {
  background-color: #fafafa;
}

.textcolor-graylight {
  color: #fafafa !important;
}
.menuitem-brown {
  background-color: #795548;
}
.textcolor-brown {
  color: #795548 !important;
}
.menuitem-default {
  background-color: #263238;
  color: #fff;
}

.demo-body
{
    margin-top: 12px;
}



/***************************/
/* Additional text helpers */
/***************************/

.white-text
{
    color: #EDEDED;
}

.bolder-text
{
    font-weight: bolder;
}

.img-mini
{
    width: 33px;
    height: auto;
}

.separator-dashed
{
    border-top: 1px dashed #ddd;
    padding-top:12px;
    margin-top:12px;
}


ul.table-action-btns > li {
  margin-left:5px;
}


.loader-overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 900; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
      display: none; 
}

/* Position the content inside the overlay */
.loader-overlay-content {
    position: relative;
    top: 40%; /* 25% from the top */
    width: 100%; /* 100% width */
/*    left:-50px;
  */  text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}


/*
.kv-grid-toolbar button.ui-corner-all{
    height: 31px!important;
}
*/
.btn-group > a {
 /* height: 31px!important;
*/
}



div.fill-in > div.modal-dialog {
        width: 100% !important;
}

ul.demo-btns-condensed {
  height: 22px;
}
 

#ajax-fill-in-modal > div.modal-dialog > div.modal-content > div.modal-header > button.close {
  opacity : 1;
}

#ajax-fill-in-modal > div.modal-dialog > div.modal-content > div.modal-header > .modal-title {
  color: #fff;
}

.not-set {
  color: red;
}

#topnav .notifications .media div.task {
  display: block;
  padding: 16px;
  border-radius: 1px;
  background-color: #fff;
}

#topnav .notifications .media div.task:hover {
  background-color: #fafafa;
}

@media screen {
  .to-print {
      display: none;
  }
}

@media print {
  .to-print {
      display:block;
  }
}




@media screen {
  #printSection {
      display: none;
  }


}

@media print {
  body * {
    visibility:hidden !important;
  }
  #printSection, #printSection * {
    visibility:visible !important;
  }
  #printSection {


           background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
  }
}

@media screen {
  .print-section * {
    visibility:visible !important;

           background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
  }
}

.table > thead > tr.filters {
  border-bottom:  1px solid #d8d8d8;
}


.table > thead > tr > th  >a {
  color:#616161;
  line-height: 3;
}



.table > thead > tr.filters >td {
  background-color: #e0e6ea;
}


.table-form >tbody> tr > td> div.form-group  > input {
  border: 0px !important; 
  padding-top:5px;
  background-color: aliceblue
}
.table-form >tbody> tr > td> div.form-group  > div.input-group > input {
  border: 0px !important; 

}
.table-form >tbody> tr > td> div {
  height: 32px !important;

}
.table-form >tbody> tr > td> div.form-group  > div.selectize-control  > div.selectize-input {
  border: 0px !important; 
  margin-bottom:0px;
  padding-bottom:0px;
      background-color: aliceblue;
}


.table-tva > tbody > tr.title {
  border-top: 1px solid #d8d8d8;
}

.table-tva > tbody > tr.last {
  border-bottom: 1px solid #d8d8d8;
}


.table-tva > tbody > tr {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}


.table-tva > thead > tr > th,
.table-tva > tbody > tr > th,
.table-tva > tfoot > tr > th,
.table-tva > thead > tr > td,
.table-tva > tbody > tr > td,
.table-tva > tfoot > tr > td {
  padding: 10px 10px;
  line-height: 1.54;
  vertical-align: top;
  border-top: 0px solid #d8d8d8;
}

.tva-code {
  font-weight: bold;
  border: 1px solid #d8d8d8;
}

.tva-amount {
  text-align: right;
  font-size: 14px;
}


tr.no-border > td,
tr.no-border > th {
  border-top: 0px !important;
}

td.amount, tr.amount {
  text-align: right;
}

div.main-message-container .layout-background {
    background: #FFF !important;
}

.friends-message-layout{
    background-color: #37474f !important;
 }

 .search{
    background-color: #808e95 !important;
 }

 div.main-message-container {
    border: 2px solid #96a4ab;
}

.create-message .textarea-layout {
    border: 1px solid #808e95;

}

.friends-block {
    border-radius: 50%;
    border: 2px solid #37474f;
    width: 72px;
    height: 72px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.send-message {
    color: #0277bd;
    font-family: 'Open Sans', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
}


.delete-friend {
    color: #ffffff;

}

.friends-name div {
    font-size: 14px;
}


.send-message:after {
    content: '';
    position: absolute;
    background: none;
    width: 16px;
    height: 14px;
    background-repeat: no-repeat;
    top: 2px;
    right: -17px;
}

u {
    text-decoration: underline;
}

.panel-p
{
    margin: 0 16px;
}

.m-6
{
    margin:6px;
}

.m-16
{
  margin:16px;
}

.rep-desc
{
  font-weight: bold;
  margin-left: 18px;
}