html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.main-panel>.content {
    min-height: calc(100vh - 105px);
    /*height: 100%;*/
}

.off-canvas-sidebar .logo .simple-text, .sidebar .logo .simple-text{
    font-size: 2.5em;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.footer {
    background-color: #353333;
    height: 60px;
    max-height: 60px;
    color: #fff;
    padding-top: 20px;
}

#loader-fade {
	position: fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:999997;
	background-color: rgba(0,0,0,.8);
	display: block;
	opacity:0;
	visibility: hidden;
	transition: 0.3s ease all;
}

#loader-fade.faded {
	opacity: 1;
	visibility: visible;
}

#loader {
	display: none;
	z-index:999998;
	top: 38%;
    margin:auto;
	position: relative;
	border: 3px solid white;
	border-radius: 50%;
	border-top: 3px solid rgb(31, 134, 125);
	width: 150px;
	height: 150px;
	-webkit-animation: spin 1.5s linear infinite; /* Safari */
	animation: spin 1.5s linear infinite;
}

#loader-image {
	position: relative;
	display: none;
	z-index:999999;
	background: url('/img/logo_small.png');
	background-position: center; 
    background-repeat: no-repeat;    
    margin:auto;
    height: 180px;
    top:39%;
}

#loader-text {
	position: relative;
	display: none;
	z-index:999999;
    margin:auto;
    top:38%;
    padding-top: 1em;
	width: 500px;
    color: #FFF;
    text-align: center;
    font-size: larger;
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc, a.desc{
    color:#000 !important;
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.grid-item-inactive{
    color: #bbb;
}

.inactive{
    color: #bbb;
    background-color: #eef1f5;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.navbar .navbar-brand {
    font-size: 1.5em;
}

.navbar .navbar-brand-small {
    display: block;
    font-size: 0.7em;
    font-weight: 300;
}

.off-canvas-sidebar:after, .sidebar:after {
    /*background:  rgb(0, 79, 63);*/
}

.off-canvas-sidebar .nav li>a, .sidebar .nav li>a {
    border-radius: 0px;
}

.off-canvas-sidebar .nav li.active>a[data-toggle=collapse]+div .nav .active a:after, .sidebar .nav li.active>a[data-toggle=collapse]+div .nav .active a:after {
    border-radius: 0px;
}

.off-canvas-sidebar .nav .collapse, .sidebar .nav .collapse, .off-canvas-sidebar .nav .collapsing, .sidebar .nav .collapsing {
    padding-left: 10px;
}

.off-canvas-sidebar .nav i, .sidebar .nav i {
    margin-right: 0px;
}


.bg-white{
    background-color: #fff !important;
}

a{
    color: #55a5fa;
}

.title{
    text-transform: uppercase;
}

.form-control{
    border-radius: 0.25rem !important;
}

.input-group-addon {
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #555555;
    text-align: center;
    border: 1px solid #ccc;
}

.input-group .input-group-addon {
    border-radius: 0;
    background-color: #fff;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.datepicker{
    z-index: 9999 !important;
    padding: 10px;
    border: 1px solid #ccc;
}

.card label{
    color: #777777;
}

.table tbody td a:hover, .card-header a:hover{
    text-decoration: none;
}

.table-data th{
    font-size: small !important;
}

.table-lot-data th{
    font-size: smaller !important;
}

.table-many-lot-data th{
    font-size: x-small !important;
}

.table-header-small > thead > tr > th, .table-header-small > thead > tr > th > a{
    font-size: small !important;
}

.table-header-smaller > thead > tr > th, .table-header-smaller > thead > tr > th > a{
    font-size: smaller !important;
}

.font-smaller, .table-font-smaller{
    font-size: smaller;
}

.font-x-small, .table-font-x-small{
    font-size: x-small;
}

.table-null-column{
    width: 0px !important;
    max-width: 0px !important;
    padding: 0px !important;
}

.table-add-column{
    text-align: center !important;
    width: 50px !important;
    max-width: 50px !important;
}

.table-add-column-big{
    text-align: center !important;
    width: 80px !important;
    max-width: 80px !important;
}

.table-add-column-bigger{
    text-align: center !important;
    width: 130px !important;
    max-width: 130px !important;
}

.table-number-column{
    min-width: 120px !important;
/*    width: 180px !important;*/
    max-width: 180px !important;
}

.table-date-column{
    min-width: 230px !important;
    width: 230px !important;
    max-width: 230px !important;
}

.table-name-column{
    min-width: 300px !important;
    width: 300px !important;
    max-width: 300px !important;
}

.table-data-column{
    min-width: 500px !important;
    width: 500px !important;
    max-width: 500px !important;
}

.table th{
    font-size: 1.1em !important;
}

table td {
    font-size: 1em !important;
}

.table-firstrow-noborder > tbody > tr:first-child > td, .table-firstrow-noborder > tbody > tr:first-child > th{
    border: none;
}

.table > thead > tr > th > a{
    color: #888888;
    /*font-size: 16px;*/
    transition: 0.3s;
}

.table > thead > tr > th > a.btn, .table > thead > tr > th > a.btn:hover{
    color: #fff;
}

.table > thead > tr > th > a:hover{
    color: #000;
}

.table > thead > .filters{
    background-color: #f0f0f0;
}

.table > thead > .filters > td > input[type="text"]{
    background-color: #fff !important;
}

.table-bordered-top td{
    border-top: 1px solid #000;
}

table.table-bordered-dark > thead > tr > th, table.table-bordered-dark > tbody > tr > td, table.table-bordered-dark > tbody > tr > th{
    border: 1px solid #000 !important;
}

.table-item-viewer h6, .table-item-viewer span, .table-item-viewer strong{
    font-size: 12px;
}

.table-item-viewer td, .table-item-viewer th{
    padding: 8px !important
}

.table .form-control{
    background-color: #fff !important;
}

.table-light, .table-light>td, .table-light>th {
    background-color: #F5F5F5;
}

.column-text{
    min-width: 100px;
    width: 100px;
    max-width: 100px;
}

.column-text-small{
    min-width: 80px;
    width: 80px;
    max-width: 80px;
}

.column-text-large{
    min-width: 150px;
    width: 150px;
    max-width: 150px;
}

.column-value{
    min-width: 90px;
    width: 90px;
    max-width: 90px;
}

.column-size{
    min-width: 300px;
    width: 300px;
    max-width: 300px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-style: italic;
    color:    rgb(202, 202, 202) !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    rgb(202, 202, 202) !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    rgb(202, 202, 202) !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    rgb(202, 202, 202) !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    rgb(202, 202, 202) !important;
}

::placeholder { /* Most modern browsers support this now. */
   color:    rgb(202, 202, 202) !important;
}

.custom-input-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    margin-bottom: 14px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-input-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: rgb(226, 222, 222);
}

.custom-input-container .text{
    display: inline-block;
    padding-top: 4px;
    padding-left: 4px;
    font-size: 14px;
    color: #000;
}

/* On mouse-over, add a grey background color */
.custom-input-container:hover input ~ .checkmark {
    background-color:  rgb(185, 184, 184);
}

/* When the checkbox is checked, add a blue background */
.custom-input-container input:checked ~ .checkmark {
    background-color: #5EA5CF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-input-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-input-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom radio button */
.radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: rgb(226, 222, 222);
    border-radius: 50%;
    transition: 0.3s;
}

/* On mouse-over, add a grey background color */
.custom-input-container:hover input ~ .radiomark {
    background-color: rgb(204, 204, 204);
}

/* When the radio button is checked, add a blue background */
.custom-input-container input:checked ~ .radiomark {
    background-color: #5EA5CF;
}

.custom-input-container input:checked ~ .info{
    background-color: #2ca8ff !important;
}

.custom-input-container:hover input ~ .info {
    background-color: #2ca8ff !important;
}

.custom-input-container input:checked ~ .success{
    background-color: #18ce0f !important;
}

.custom-input-container:hover input ~ .success {
    background-color: #18ce0f !important;
}

.custom-input-container input:checked ~ .warning{
    background-color: #ffb236 !important;
}

.custom-input-container:hover input ~ .warning {
    background-color: #ffb236 !important;
}

.custom-input-container input:checked ~ .danger{
    background-color: #ff3636 !important;
}

.custom-input-container:hover input ~ .danger {
    background-color: #ff3636 !important;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-input-container input:checked ~ .radiomark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-input-container .radiomark:after {
 	top: 7px;
	left: 7px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: white;
}

.section-title {
	width: 100%;
	margin: 0px;
    padding: 10px;
	text-align: left;
	text-transform: uppercase;
    background-color: #888888;
    color: #FFF;
    font-size: large;
}

.section-title-small{   
	margin-top: 0.5em; 
	font-size: large;
}

.tree-view-wrapper{
    margin-bottom: 1em;
}

.treeview .btn.btn-icon.btn-sm{
    margin: 0 5px 0 0;
}

.tree-header{
    padding-top: 10px;
    background-color: #888888;
    margin-top: -15px;
    margin-bottom: 10px;
}

.tree-header .glyphicon{
    color: #353333;
    text-shadow: none;
}

.tree-heading-container{
	margin: 0px !important;
    padding: 5px;
	text-transform: uppercase;
    color: #FFF !important;
    font-weight: normal !important;
    font-size: large;
}

.treeview.small .list-group-item:first-child, .treeview.small .list-group-item:last-child, .treeview.middle .list-group-item:first-child, .treeview.middle .list-group-item:last-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.small, small {
    font-size: 70%;
}

.node-result{
    font-weight: bold;
}

.breadcrumb .btn{
    margin: 0 !important;
    margin-top: -5px !important;
}

.breadcrumb.back{
    max-height: 45px;    
}

.breadcrumb .back-button{
    margin-left: auto !important;
    margin-right: auto !important;
}

.breadcrumb{
    border-radius: .25rem;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.breadcrumb > i{    
    margin-right: 0.7em;
    color: #999;
}

.breadcrumb > li{
    padding-right: 0.7em;
}

.pagination{
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #d8d8d8;
    border-radius: 0;
}

.pagination > li{
    margin-right: 2px;
}

.pagination > li a, .pagination > li.disabled{
    text-align: center;
    font-size: 1rem;
    display:block;
    height: 1.875rem;
    min-width: 1.875rem;
    width: 1.875rem;
    line-height: 1.8rem;
    border: 2px solid #9e9e9e !important;
    color: #9e9e9e;
    border-radius: 50%;
    padding: 0 !important;
    text-decoration: none;
}

.pagination > li.active a, .pagination > li a:hover{
    background-color: #fff !important;
    border: 2px solid #5EA5CF !important;
    color: #5EA5CF !important;
    box-shadow: none !important;
}


.pagination > li.prev a, .pagination > li.next a, .pagination > li.disabled span{ 
    line-height: 1.5rem !important;   
    font-size: 1.4rem !important;
    text-decoration: none !important;
}

.pagination > li.disabled{
    border: 2px solid #cfcfcf!important;
    color: #cfcfcf !important;
}

input[type=file]{
    content: "";
    border: 1px solid rgb(204, 204, 204);
    border-radius: 0.25rem;
    padding-top: 5px;
    margin-top: 11px !important;
    height: 38px;
    cursor: pointer;
    font-style: italic;
    color: #777777;
    width:100%;
}

input[type=file]:hover::before{
    background-color: rgb(110, 110, 110);
    border-color: rgb(110, 110, 110);
}


input[type=file]:before {
    font-family: "Font Awesome 5 Free";
    content: "\f07c";
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -5px;
    padding-top: 0px;
    border: none;    
    border-radius: 0.25rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    position: absolute;
    height: 36px;
    max-height: 36px;
    width: 128px;
    background-color: #888888;
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: x-large;
    text-align: center;
    transition: 0.3s;
}

div.form-group input.visible-file-input {
    margin-top:0 !important;
    opacity: 1;
    position: static;
    height: 37px
}

.save-area{
    width: 49%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
}

.btn-primary {
    background: linear-gradient(90deg, rgb(31, 134, 125) 0%, rgb(137, 171, 168) 100%) !important;
    color: #fff;
}

.btn-purple {
    background-color: #6e2478;
    color: #FFFFFF;
}

.btn-purple:hover {
    background-color: #5c1e65;
}

.btn-light{
    background-color: hsla(0,0%, 87%, .3);
    color: #000;
}

.btn-light:hover {
    background-color: hsla(0,0%, 87%, .8);
    color: #000;
    box-shadow: none !important;
}

textarea{
    max-height: none !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 0.25rem !important;
}

.profile{
    width: 100%
}

.profile-picture {
    width: 38px;
    height: 38px;
    display: inline-block;
    background-color: #999999;
    color: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.profile-picture img{
    width: 100%;
}

.profile .text{
    margin-left: 50px;
    margin-top:-30px;
}

.sidebar-wrapper li.active > a, .sidebar-wrapper li.active > a > i, 
.off-canvas-sidebar .sidebar-wrapper [data-toggle=collapse]~div>ul>li.active>a .sidebar-mini-icon, .sidebar .sidebar-wrapper [data-toggle=collapse]~div>ul>li.active>a .sidebar-mini-icon{
    color: #555555;
}

.panel-header {
    background-position: center;
    background-size: cover;
}

.panel-header-gray {
    background-image: linear-gradient(90deg, rgb(99, 99, 99) 0px, rgb(136, 136, 136) 60%, rgb(153, 153, 153));
}

.panel-header-gray-transparent {
    background-image: linear-gradient(90deg, rgb(99, 99, 99, 0.8) 0px, rgb(136, 136, 136, 0.6) 60%, rgb(153, 153, 153, 0.5));
}

.panel-header-yellow {
    background-image: linear-gradient(90deg, rgb(208, 131, 7) 0px, rgb(255, 174, 54) 60%, rgb(250, 190, 94));
}

.panel-header-yellow-transparent {
    background-image: linear-gradient(90deg, rgb(208, 131, 7, 0.8) 0px, rgb(255, 174, 54, 0.6) 60%, rgb(250, 190, 94, 0.5));
}

.panel-header-blue {
    background-image: linear-gradient(90deg, rgb(12, 38, 70) 0px, rgb(32, 64, 101) 60%, rgb(42, 87, 136));
}

.panel-header-blue-transparent {
    background-image: linear-gradient(90deg, rgb(12, 38, 70, 0.8) 0px, rgb(32, 64, 101, 0.6) 60%, rgb(42, 87, 136, 0.5));
}

.panel-header-green {
    background-image: linear-gradient(90deg, rgb(21, 144, 15) 0px, rgb(34, 170, 28) 60%, rgb(47, 184, 40));
}

.panel-header-green-transparent {
    background-image: linear-gradient(90deg, rgb(21, 144, 15, 0.8) 0px, rgb(34, 170, 28, 0.6) 60%, rgb(47, 184, 40, 0.5));
}

.panel-header-orange {
    background-image: linear-gradient(90deg, rgb(175, 53, 14) 0px, rgb(207, 73, 30) 60%, rgb(223, 94, 52));
}

.panel-header-orange-transparent {
    background-image: linear-gradient(90deg, rgb(175, 53, 14, 0.8) 0px, rgb(207, 73, 30, 0.6) 60%, rgb(223, 94, 52, 0.5));
}

.panel-header-red {
    background-image: linear-gradient(90deg, rgb(167, 16, 16) 0px, rgb(200, 32, 32) 60%, rgb(220, 53, 53));
}

.panel-header-red-transparent {
    background-image: linear-gradient(90deg, rgb(167, 16, 16, 0.8) 0px, rgb(200, 32, 32, 0.6) 60%, rgb(220, 53, 53, 0.5));
}

.panel-header-aycm {
    background-image: linear-gradient(90deg, rgb(31, 134, 125) 0%, rgb(137, 171, 168) 100%);
}

.panel-header-aycm-transparent {
    background-image: linear-gradient(90deg, rgb(31, 134, 125, 0.8) 0%, rgb(137, 171, 168, 0.5) 100%);
}

.timeline-simple .timeline:before{
    left: 0;
}

.timeline-simple .timeline>li>.timeline-badge{
    left: 0;
}

.timeline-simple .timeline>li>.timeline-panel{
    width: 95%;
}

.card-timeline .timeline.timeline-simple>li>.timeline-panel {
    width: 90%;
}

.card-timeline .timeline>li>.timeline-badge i {
    line-height: 2.6;
    width: 25px;
    text-align: center;
}

.bg-white{
    background-color: #fff !important;
}

.bg-black{
    background-color: #000 !important;
}

.bg-brown{
    background-color: #c68c53 !important;
}

.text-brown{
    color: #c68c53 !important;
}

.bg-purple{
    background-color: #df80ff !important;
}

.text-purple{
    color: #df80ff !important;
}

.text-orange{
    color: #ff8533 !important;
}

.bg-orange{
    background-color: #ff8533 !important;
}

.text-lightblue{
    color: #99e1f9 !important;
}

.bg-aycm{
    background-color: #3a8580;
}

.text-aycm{
    color: #3a8580;
}

.bg-lightblue{
    background-color: #99e1f9 !important;
}

.badge-secondary {
    color: #fff;
    background-color: #888888;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.badge-light{
    color: #212529;
    background-color: #f8f9fa;
}

.gallery-item img {
    width: 100px;
    margin-top: 3px;
}

.select2-container--krajee .select2-selection{
    border-radius: 3px;
}

.select2-container--krajee.select2-container--open.select2-container--above .select2-selection {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.select2-container--krajee.select2-container--open.select2-container--below .select2-selection {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    border-radius: 5px;
    margin-left: 10px;
}

.select2-container--krajee.select2-container--open .select2-selection, .select2-container--krajee .select2-selection:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.tooltip{
    top: 0px !important;
}

ul.timeline-list {
    list-style-type: none;
    position: relative;
}

ul.timeline-list:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline-list > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline-list > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #555555;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

ul.timeline-list.timeline-list-info > li:before {
    border: 3px solid #3399ff;
}

ul.timeline-list.timeline-list-success > li:before {
    border: 3px solid #00cc00;
}

ul.timeline-list.timeline-list-warning > li:before {
    border: 3px solid #ff9900;
}

ul.timeline-list.timeline-list-danger > li:before {
    border: 3px solid #ff3333;
}

ul.timeline-list.timeline-list-purple > li:before {
    border: 3px solid #8c1aff;
}

.img-aspect-ratio{
    display: block;
    max-width:1920x;
    max-height:1080px;
    width: auto;
    height: auto
}

.modal-content .modal-header button {
    padding: 5px;
}

.progress-container .progress {
    height: 5px;
}

.news-header-image{
    width: 100%;
    height: 300px;
    max-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-product{
    height: 180px;
    min-height: 180px;
    max-height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 3px;
}

.card-product-food{
    height: 230px;
    min-height: 230px;
    max-height: 230px;
    margin-bottom: 35px;
}

.card-product-image{
    width: 100%;
    height: 75%;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-product-text{
    padding: 5px;
    width: 100%;
    height: 25%;
    background-color: #FFF;
    color: #000;
}

.card-black{
    background-color: #000;
    color: #FFF;
}

.card-transparent{    
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    transition: 0.3s;
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    border-radius: 3px;
}

.card-transparent-brown{
    background-color: rgba(51, 26, 0, 0.5);
}

.card-transparent-blue{
    background-color: rgba(0, 38, 77, 0.5);
}

.card-content-white{
    color: #FFF;
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

.discount-badge{
    line-height: 2.35em;
    border-radius: 50%;
}

.thumbnail-picture {
    width: 38px;
    height: 38px;
    background-color: #999999;
    color: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.card .author {
    text-align: center;
    text-transform: none;
    margin-top: -77px;
}

.card .avatar {
    width: auto;
    height: 124px;
    border-radius: 5px;
    position: relative;
}

.bootstrap-switch-info .ui-1_simple-remove{
    color: #ff8080;
}

.page-item i{
    line-height: 1.8rem;
}

.progress-bar{
    font-size: smaller;
}

.alert-small{
    display: inline-block;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 30px;
    max-height: 30px;
    padding: 10px;
    margin: 0px;
    font-size: 10px;
}

.translation .nav-tabs {
    padding: 0px;
    margin: 0px;
    margin-bottom: 3px;
}

.translation .nav.nav-tabs li a{
    padding: 5px 15px !important;
}

.translation .nav.nav-tabs a {
    color: rgb(31, 134, 125) !important;
}

.translation > .nav-tabs > li.active > a{
	background-color: rgb(31, 134, 125) !important;
	color: #fff !important;
}

.nav-item{
    min-width: 180px;
}

select[readonly].select2-hidden-accessible + .select2-container {
    /*border: 1px solid #e3e3e3;
    border-radius: 4px;*/
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .selection .select2-selection {
    background-color: #e3e3e3;
}


select option:disabled {
    color: #d8d8d8;
}

.dropdown-item{
    cursor: pointer;
}

.help-block{
    color: #ff3636;
    font-style: italic;
    width: 100%;
}

.form-group:not(.has-error) .help-block {margin-bottom: 0 !important;}

.has-error .form-control, .has-error .form-control:focus {
    border: 1px solid #ff3636 !important;
}

.grid-view .input-group.date{
    margin-bottom: 0px;
}

.grid-view .input-group-addon .glyphicon{
    top: 0px;
}

.grid-view .krajee-datepicker, .grid-view .input-group-addon{
    /*padding: 0.175rem 0.75rem;*/
    font-size: .8571em;
    height: calc(1.5em + 0.75rem + 2px) !important;
}

.grid-view .input-group-addon{
    font-size: .8571em;
}



@media (-webkit-min-device-pixel-ratio: 1.1) {    
    .table-responsive-hd {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}

@media (-webkit-min-device-pixel-ratio: 1.25) { 
    body {
        font-size: 12px;
    }

    .select2-container--krajee .select2-selection {
        font-size: 12px;
    }

    .off-canvas-sidebar .nav li>a, .sidebar .nav li>a {
        padding: 8px 8px
    }

    .table th{
        font-size: 0.9em !important;
    }
    
    table td {
        font-size: 0.8em !important;
    }

    .btn.btn-icon.btn-sm, .navbar .navbar-nav>a.btn.btn-icon.btn-sm {
        height: 1.5rem;
        min-width: 1.5rem;
        width: 1.5rem;
    }
}

@media(max-width:1600px){
    .table-responsive-hd {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}

@media(max-width:1366px) {
    body {
        font-size: 12px;
    }

    .select2-container--krajee .select2-selection {
        font-size: 12px;
    }

    /*.nav-link{
        padding: 0px !important;
        font-size: smaller;
    }*/

    .table-responsive-hd {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

    .table-name-column{
        min-width: 250px !important;
        width: 250px !important;
        max-width: 250px !important;
    }
    
    .table-data-column{
        min-width: 300px !important;
        width: 300px !important;
        max-width: 300px !important;
    }

    .btn.btn-icon.btn-sm, .navbar .navbar-nav>a.btn.btn-icon.btn-sm {
        height: 1.5rem;
        min-width: 1.5rem;
        width: 1.5rem;
    }
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }

    .card-timeline .timeline.timeline-simple>li>.timeline-panel {
        width: 80% !important;
    }

    /*.timeline-simple .timeline>li>.timeline-panel{
        width: 85% !important;
    }*/

    .timeline-simple .timeline:before{
        left: 0 !important;
    }

    .timeline-simple .timeline>li>.timeline-badge{
        margin-left: -42px;
    }

    .nav-pills > .nav-item{
        margin-left: auto;
        margin-right: auto;
        margin-top: 1em;
    }

    .nav-pills.nav-pills:not(.flex-column) .nav-item:not(:last-child) .nav-link {
        margin-right: 0px;
    }

    .save-area{
        width: 100%;
    }

    .card-content-white{
        font-size: smaller;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-control:focus{
    border:1px solid #eeeeee;
}
/* password-reveal */
.password-reveal-eye {
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0 0 0 .5em;
    cursor:pointer;
    display: flex;
    align-items: center;
    width: 1.5em;
    text-align:center;
}
.password-reveal-eye.visible::after {
    content: '\f06e';
}
.password-reveal-eye::after {
    content: '\f070';
}
.password-reveal-eye > input.password-reveal {
    display: none;
}

.other-login-container {
    margin:auto;
    padding-left: 0;
}
.other-login-container .other-login-item {
    display: flex;
    align-items: center;
    grid-gap: 1rem;
    padding: 0;
}
.other-login-container .other-login-item img {
    width:40px;
    height:40px
}
.other-login-container .other-login-item a {
    padding: 10px 20px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    grid-gap: .5rem;
}

.crossed-out-payment-line {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(50% - 1px);
    border-color: gray;
    z-index: 1;
    margin: 0;
}

.coupon-total {margin-bottom: 1rem;}
.coupon-code {display: flex; justify-items: center;align-items: center;margin-bottom: 5px;}
.coupon-code .form-group {margin: 0;}
.coupon-code .coupon-box {width: 100%;}
.coupon-code .add-remove-btn {align-self: flex-start;}
.coupon-code .coupon-btn {color: #fff;line-height: 0.5;border-radius: 5px;border:0;margin-left: 8px;margin-top: 1px;}
.coupon-code .coupon-add-btn {background-color: #2CA8FF;padding: 11px;}
.coupon-code .coupon-remove-btn {background-color: #888;padding: 10px 12px 9px 11px; font-size: 1.1em;}
.coupon-code .coupon-box .help-block {font-size: 12px; text-align: left;}

.table-payment .coupon-row td {border-top: 0 !important;}

.alert.fade {opacity: 1 !important;}
