@charset "utf-8";

.chart-dashboard-widget{
	max-height: 300px;
}
.column.is-1-5 {
	flex: none;
	width: 60px;
}
.has-transparent-background {
    background-color: transparent;
}
.private-nav-bar-menu {
    background-color: transparent;
}
@media screen and (max-width: 767px) {
.column.is-1-5 {
    flex: none;
    	width: 56px;
    }
}

.flabel {
 font-size: 11px;
 margin-left:10px;
}
.block-list.is-white
{
border-color: transparent;
}
.sticky	{
	position: sticky;
	padding-top:20px;
  	top: 20px;

}
ul.menu-list li a {
  padding:8px;
}
.menu-icon{

   width:50px;
   height:50px;
}
html {
	scroll-behavior: smooth;
}
.wrappers{
   margin-top: 3rem
}
.is-sidebar-menu {
  background: #2F364F;
}

#container{
 min-height : 89vh;
}
.child{
 max-width : 100vh;
}
.child .card-content{
 max-width : 100vh;
}
.child .content{
 max-width : 100vh;
}
.columns.is-fullheight {
  min-height: calc(100vh -3.5rem );
  max-height: calc(100vh -3.5rem );
  height: calc(100vh -3.5rem );
  display: flex;
  flex-direction: row;
  justify-content: stretch;
}
.columns.is-fullheight .column {
  overflow-y: auto;
}

.is-main-content {

  background: #F7F7F7;
}


.loader-wrapper .loader {
  height: 80px;
  width: 80px;
}
.loader-wrapper {
position: absolute;
margin-top:15%;
  left: 35%;

  }
.is-loading {
  position: relative;
}

td.details-control {
    width:50px;
    min-width:50px;
    max-width:50px;
    height:10px;
    min-height:10px;
    max-height:10px;
    background: url('../../img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('../../img/details_close.png') no-repeat center center;
}

.table-profile td,
th {
  border: none !important;
}
.invoice-list {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: white;
    border: 1px solid #dbdbdb;
}
.invoice-group {
    padding-left: 0;
    margin: 20px;
}
.invoice-th {
    border-width: 0 0 2px; !important;
    color: #7a7a7a;!important;
}
.box-header {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px;
}


.is-Report-td {
 border-bottom: 1px solid #209cee;
  border-right: 1px solid #209cee;

}
.is-Report-th,
.is-Report-td {
  padding: 10px 15px;
  vertical-align: middle;
}
.is-Report-Head {
  background: #209cee;
  background: linear-gradient(#209cee, #209cee);
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
.is-Report-th:first-child {
  border-top-left-radius: 5px;
  text-align: left;
}
.is-Report-th:last-child {
  border-top-right-radius: 5px;
}
tbody tr:nth-child(even) {
  background: #f0f0f2;
}

.is-Report-td:first-child {
  border-left: 1px solid #cecfd5;
}
.book-title {
  color: #395870;
  display: block;
}
.text-offset {
  color: #7c7c80;
  font-size: 12px;
}
.item-stock,
.item-qty {
  text-align: center;
}
.item-price {
  text-align: right;
}
.item-multiple {
  display: block;
}
tfoot {
  text-align: right;
}
tfoot tr:last-child {
  background: #f0f0f2;
  color: #395870;
  font-weight: bold;
}
tfoot tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.dashboard-table-a {
    font-family: lucida sans unicode,lucida grande,Sans-Serif;
    font-size: 12px;
    background: #fff;
    width: 480px;
    border-collapse: collapse;
    text-align: left;
    margin: 20px;
}
.dashboard-table-thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
.chart-container {
  position: relative;
  margin: auto;
  height: 40vh;
  width: 76vw;
}
.has-margin-right-1 {
  margin-right: 0.15rem;
}
/* --------------- Switch ---------- */
input.switch:empty {
  margin-left: -999px;
}
input.switch:empty ~ label {
  position: relative;
  float: left;
  line-height: 25.6px;
  text-indent: 64px;
  margin: 3.2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px !important;
}
input.switch:empty ~ label:before,
input.switch:empty ~ label:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  width: 3.6em;
  background-color: #ed6c63;
  border-radius: 4.8px;
  transition: all 100ms ease-in;
}
input.switch:empty ~ label:after {
  width: 22.4px;
  top: 1.6px;
  bottom: 1.6px;
  margin-left: 1.6px;
  background-color: #fff;
  border-radius: 2.4px;
}
input.switch:checked ~ label:before {
  background-color: #97cd76;
}
input.switch:checked ~ label:after {
  margin-left: 33.6px;
}

/* ---------- LIVE-CHAT ---------- */

#live-chat {
	bottom: 0;
	font-size: 12px;
	right: 24px;
	position: fixed;
	width: 250px;
}

#live-chat header {
	background: #23d160;
	border-radius: 5px 5px 0 0;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
}
#live-chat-window h4:before {
	background: #1a8a34;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 8px;
	margin: 0 8px 0 0;
	width: 8px;
}
.online {
	-webkit-appearance: none;
        background-color: #1a8a34;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        pointer-events: auto;
        display: inline-block;
        flex-grow: 0;
        flex-shrink: 0;
        font-size: 0;
        height: 10px;
        max-height: 10px;
        max-width: 10px;
        min-height: 10px;
        min-width: 10px;
        outline: 0;
        position: relative;
        vertical-align: top;
        width: 10px;
}

#live-chat h4 {
	font-size: 12px;
}

#live-chat h5 {
	font-size: 10px;
}

#live-chat form {
	padding: 24px;
}

#live-chat input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
	outline: none;
	width: 234px;
}

.chat-message-counter {
	background: #e62727;
	border: 1px solid #fff;
	border-radius: 50%;
	display: none;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	left: 0;
	line-height: 28px;
	margin: -15px 0 0 -15px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 28px;
}

.chat-close {
	background: #1b2126;
	border-radius: 50%;
	color: #fff;
	display: block;
	float: right;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	margin: 2px 0 0 0;
	text-align: center;
	width: 16px;
}

.chat {
	background: #F7F7F7;
}

.chat-history {
	height: 360px;
	overflow-y: scroll;
}

.chat-message {
	margin: 16px 0;
}

.chat-message img {
	border-radius: 50%;
	float: left;
}

.chat-message-content {
	margin-left: 56px;
}

.chat-time {
	float: right;
	font-size: 10px;
}

.chat-feedback {
	font-style: italic;
	margin: 0 0 0 80px;
}
tbody tr:nth-child(odd) {
   background-color: #FFFFFF;
}
tbody tr:nth-child(even) {
   background-color: #F5F5F5;
}


.app-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh
}

.app-content {
	-ms-flex: 1;
	flex: 1;
	counter-reset: stories
}

@media screen and (max-width: 768px) {
	html.has-navbar-fixed-top {
		padding-top: 5rem
	}
}

.app-header .navbar {
	box-shadow: 0 1px 0 0 rgba(142, 81, 199, 0.05);
	transition-duration: 172ms;
	will-change: min-height
}

@media screen and (max-width: 768px) {
	.app-header .navbar {
		min-height: 3rem;
		box-shadow: 0 1px 4px 0 rgba(70, 56, 83, 0.1)
	}
}

.app-header .navbar>.container {
	transition-duration: 172ms;
	will-change: min-height
}

@media screen and (max-width: 768px) {
	.app-header .navbar>.container {
		min-height: 3rem
	}
}

.app-header .navbar .navbar-brand {
	transition-duration: 172ms;
	will-change: min-height
}

@media screen and (max-width: 768px) {
	.app-header .navbar .navbar-brand {
		min-height: 5rem
	}
}

@media screen and (max-width: 768px) {
	.app-header .navbar .brand .brand-icon {
		width: 40px;
		height: 40px
	}
}

.app-header .navbar .navbar-burger {
	width: 5rem;
	height: 5rem
}

.app-header .navbar .navbar-burger span {
	height: 2px;
	border-radius: 99rem
}

.app-header .navbar.is-small {
	min-height: 4rem;
	box-shadow: 0 1px 4px 0 rgba(70, 56, 83, 0.1)
}

.app-header .navbar.is-small>.container {
	min-height: 4rem
}

.app-header .navbar.is-small .navbar-brand {
	min-height: 4rem
}

.app-header .navbar.is-small .brand .brand-icon {
	width: 32px;
	height: 32px;
	margin-right: 0.5rem
}

.app-header .navbar.is-small .brand .brand-title {
	transform: translateY(calc(50% + 0.15rem))
}

.app-header .navbar.is-small .brand .brand-subtitle {
	transform: scaleY(0);
	opacity: 0
}

@media screen and (max-width: 768px) {
	.app-header .navbar-menu {
		text-align: center
	}

}

@media screen and (min-width: 769px),
print {
	.app-header .navbar-end {
		-ms-flex-align: center;
		align-items: center
	}

	.app-header .navbar-menu .navbar-item .tag {
		position: absolute;
		top: -8px;
		left: 100%;
		margin-left: calc(-1rem + 2px);
		margin-top: calc(1rem - 0px)
	}
}

.app-footer .summary {
	max-width: 360px;
	font-size: 1.125rem;
	line-height: 1.66667
}
.card-equal-height {
   display: flex;
   flex-direction: column;
   height: 100%;
}

.content a:not(.button) {
   text-decoration: none;
    color: #463853;
}

.content ul {
   list-style: none;
    margin-left: 2em;
    margin-top: 1em;
}
