body {
  font-size: 16px;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  
}



.sidebar .nav-link {
  font-weight: 500;
  color: #8391a2;
  font-size: 16px;
}
.sidebar .nav-link:hover{
    color: #bccee4;
}
.sidebar .nav-link svg {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: white;
}

.sidebar .nav-link:hover svg,
.sidebar .nav-link.active svg {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 48px; /* Space for fixed navbar */
}

@media (min-width: 768px) {
  [role="main"] {
    padding-top: 48px; /* Space for fixed navbar */
  }
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
.card {
	-webkit-box-shadow: 0 7px 14px 0 rgba(65,69,88,.1),0 3px 6px 0 rgba(0,0,0,.07);
	box-shadow: 0 7px 14px 0 rgba(65,69,88,.1),0 3px 6px 0 rgba(0,0,0,.07);
}

.table .trHead{
    font-weight: bold;
    background-color: white !important;
}
.table .thHead {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
        
}

.table-sm td, .table-sm .thHead {
	padding: .3rem;
}

#lblMsg{
    margin:10px;
}

.lblmsg{
    display:block;
    text-align:center;
    margin-bottom:7px;
    border:solid 1px #a94442;
}
.control-msg{
    padding:7px;
    margin-top:7px;
}

.btn-compte {
	padding: calc(31px / 2) 20px calc(27px / 2) 57px !important;
	text-align: left !important;
	position: relative;
	background-color: #464f5b;
	border: 1px solid #404954;
	border-width: 0 1px;
        color: #ced4da;
}
@media (max-width: 575.98px) { 
    .btn-compte {
       
       padding: calc(31px / 2) 20px calc(27px / 2) 42px !important;
    }
}
.btn-compte:hover{
    color: #ced4da;
    text-decoration: none;
}
.btn-compte-avatar {
    background: darkblue;
    position: absolute;
    left: 15px;
    top: 10px;
    width: 33px;
    padding-top: 4px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
}

.btn-employe-avatar {
	background: darkblue;
	width: 33px;
	padding-top: 4px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	color: white;
	margin-right: 5px;
}
.dropdown-compte {
    position: absolute !important;
    z-index: 1000;
    top:36px;
    font-size: 18px;
}
.navbar-toggler{
    padding-bottom: 0.5rem;
}
#txtDescription{
    
    height: 125px;
    
}
.avatar-red {
	background-color: red;
}
.avatar-green{
    background-color: green;
    
}
.avatar-orange{
    background-color: orange;
}
.avatar-yellow{
    background-color: yellow;
}

.ui-autocomplete{
    z-index: 99999999;
}

#PanelViewlstTemp{
    display: none;
}
#PanelViewlstTemp.show{
    display: block;
}
#PanelViewlstDepense{
    display: none;
}
#PanelViewlstDepense.show{
    display: block;
}
#PanelViewlstComment{
    display: none;
}
#PanelViewlstComment.show{
    display: block;
}
#panelBtnTemp{
    display: none;
}
#panelBtnTemp.show{
    display: block;
}
#panelBtnDepense{
    display: none;
}
#panelBtnDepense.show{
    display: block;
}
#panelBtnComment{
    display: none;
}
#panelBtnComment.show{
    display: block;
}
.img-thumbnail{
    width: 200px;
}
.bi {
	display: inline-block;
	vertical-align: -.125em;
}
#listdlgClient{
    height: 300px;
    overflow-y: auto;
}
.blink_item {
  animation: blinker 1s linear infinite;
}
.btn_pdf{
    color:#b30b00;
    
}
.btn_pdf svg{
    width: 48px;
    height: 48px;
}
.BoxLoading{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
        display: none;
}
.BoxLoading.show{
    display: block;
}
.BoxLoading-back{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: 0.5;
}
.BoxLoading .spinner-border {
	position: fixed;
	z-index: 10296;
	left: calc(50vw - 50px);
	top: calc(50vh - 50px);
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@media (max-width: 768px) { 
    #tabInfoTicket.tabfixed{
        position: fixed;
	top: 48px;
	background-color: white;
	width: 100%;
	z-index: 999;
	border-bottom: solid 2px black;
	padding-top: 5px;
	left: 0px;
	margin-left: 0px;
	padding-left: 5px;
    }
}
@media print{
    @page {margin: 0; }
    main{
       width: 100% !important;
       -ms-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
    }
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
