/* You can add global styles to this file, and also import other style files */
.content-wrapper {
  width: 100%;
  display: block !important;
}
.table > tbody > tr > td.double-border-top {
  border-top: double 4px #bbb;
}

div.overflow {
  overflow: auto;
}
div.overflow table {
  white-space: nowrap;
}
.dataTables_filter {
  margin: 0;
}
.ul-scroll {
	height: 200px;
	overflow-y: auto;
}
.panel-overflow{
	overflow: hidden;
}

#loading-bug {
   width: 99%;
   position: absolute;
   top: 0;
   right: 0;
   height: 94.3%;
   background-color: rgba(0,0,0,0.5);
   text-align: center;
   margin-right: 10px;
   border-bottom-right-radius: 3px;
   border-bottom-left-radius: 3px;
}

#loading-bug svg{
   margin: auto;
   margin-top: 70px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type='number'] {
    -moz-appearance:textfield;
}
#custom-context-menu .dropdown-menu {
    min-width: 257px;
}

.dt-button-collection {
    padding: 0px 0;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.select2-container--focus .select2-selection--single:not([class*="bg-"]):not([class*="border-"]), .select2-container--open .select2-selection--single:not([class*="bg-"]):not([class*="border-"]) {

    border-bottom-color: #3F51B5;
    -webkit-box-shadow: 0 1px 0 #009688;
    box-shadow: 0 1px 0 #3F51B5;

}

.select2-results__option[aria-selected="true"] {

    background-color: #3F51B5;
    color: #fff;

}

.dataTable tr.highlight {
  background-color: #FFA726 !important;
}

.dropzone {
  min-height: 105px;
}

.dropzone .dz-default.dz-message {
  width: 90%;
  margin-top: -90px;
  top: 50%;
  color: #d1d1d1;
}

.panel .dropzone {
  background-color: #fcfcfc;
  border-color: #d1d1d1;
}

.dropzone .dz-preview, .dropzone-previews .dz-preview {
  display: block;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f3f3f3;
}
.table-odd-even > tbody > tr.odd {
  background-color: #f3f3f3;
}
.table-odd-even > tbody > tr.even {
  background-color: #fff;
}
.d3-progress-background{
  fill: rgb(213, 213, 213);
}
@media (min-width: 769px) {
  .nav-tabs.nav-tabs-top > li.active > a:after {
    background-color: #FFB74D;
  }
}
@media (min-width: 769px) {
  .nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #FFB74D;
  }
}
@media (min-width: 769px) {
  .nav-tabs.nav-tabs-solid > .active > a:after,
  .nav-tabs.nav-tabs-solid > .active > a:hover:after,
  .nav-tabs.nav-tabs-solid > .active > a:focus:after {
    background-color: #FFB74D;
  }
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px 20px;
}

a.navbar-brand {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Libre Baskerville', serif;
}

a.navbar-brand i{
  margin-right: 6px;
  padding-bottom: 4px;
}

.login-form p, .login-form a.btn-google, .login-form a.btn-google span{
    color: gray !important;
    font-weight: bold;
    border-radius: 30px;
}

.login-form{
    margin-top: 100px !important;
}

.formLogin__separator {
    display: flex;
    justify-content: center;
    margin: 24px 0;
    text-transform: uppercase;
}

.formLogin__separator::before {
    content: '';
    background: #d2d2d2;
    display: block;
    min-width: 75px;
    width: 100%;
    height: 1px;
    margin-right: 16px;
    position: relative;
    top: 8px;
}

.formLogin__separator::after {
    content: '';
    background: #d2d2d2;
    display: block;
    min-width: 75px;
    width: 100%;
    height: 1px;
    margin-left: 16px;
    position: relative;
    top: 8px;
}

.resetFilter {
  width: 100%;
  margin-top: 10px;
}

.sliders{
  margin-top: 10px;
  margin-bottom: 20px;
}

.badge {
    border-radius: 0.125rem;
}

.badge-flat {
    border-width: 1px;
}

.panel-filter{
  height: 190px;
}

.exportComptaXlsx{
  height: 105px;
  width: 100%;
}

.tabCa{
  margin-top: -5px;
  margin-bottom: 15px;
}

.stylePnot{
    max-height: 200px;
    overflow: auto;
}

.abcRioButtonContents {
    margin-left: -25px !important;
}

.abcRioButtonContents span {
    display: none;
}

.abcRioButtonContents:after{
    content: 'Connexion avec Google';
}

.btn-icon.btn-xs-icon {
    padding: 2px 4px !important;
}

.is-ok {
    margin-left: 70px !important;
}

.pu-col {
    padding-right: 0;
}

.check-col {
    padding-left: 0;
}

.check-button {
    border-radius : 0 4px 4px 0;
}

.underline-input:focus {
    border-bottom-color: #0a68b4;
    box-shadow: none;
}

.btn-filter {
    width: 100%;
}

.btn-facture {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -73px;
}

.fact-row {
    margin-top: 22px;
}

.fact-panel {
    height: 246px;
}

.dt-center {
    text-align: center;
}