/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	padding-top: 51px;
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
}

/*.page-bg {
	background: url("../img/bg.jpg") fixed no-repeat right top;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	
}*/

/*#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    padding-bottom: 51px;
    background: rgba(235,235,235,.5) url("../img/dotted.png") fixed repeat right top;
}*/

#page-wrapper {
	padding: 0 15px;
	min-height: 568px;
	padding-bottom: 51px;
	background-color: #FFF;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 130px;
        padding: 0 30px 51px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
	    overflow-y: auto;
	}
}
@media (max-width: 767px) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
	    max-height: 340px;
	}
}

.sidebar, .sidebar-search {
    #padding: 15px 0;
}

.sidebar-search {
    padding: 15px 0;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
    text-align: left;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 130px;
        margin-top: 51px;
    }
    
    .sidebar ul li i {
    	display: block;
    	margin-bottom: 10px;
        font-size: 24px;
    }
    .sidebar ul li a {
        font-size: 10px;
    }
    
    .sidebar .nav-second-level li a,
    .sidebar .nav-third-level li a {
        border-bottom: 0!important;
        text-align: left;
        font-size: 12px;
    }
    
    .sidebar .nav-second-level li a {
        padding-left: 17px;
    }
    
    .sidebar .nav-third-level li a {
        padding-left: 32px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .2s;
}

.btn-outline {
    color: #428bca;
    margin: 3px 0;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-text {
    color: inherit;
    border-radius: 0;
    color: #FFF;
}

.btn-filter-applied.btn-text {
	margin: 3px 0;
}

.btn-default.btn-text {
    background-color: #FFF;
    border: 1px solid #CCC;
    color: #000;
}

.btn-primary.btn-text {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-success.btn-text {
    background-color: #5cb85c;
    border: #5cb85c;
}

.btn-info.btn-text {
    background-color: #5bc0de;
    border: #5bc0de;
}

.btn-warning.btn-text {
    background-color: #f0ad4e;
    border: #f0ad4e;
}

.btn-danger.btn-text {
    background-color: #d9534f;
    border: #d9534f;
}

.btn-text:hover,
.btn-primary.btn-text:hover,
.btn-success.btn-text:hover,
.btn-info.btn-text:hover,
.btn-warning.btn-text:hover,
.btn-danger.btn-text:hover {
    color: #fff;
    cursor: default !important;
}
.btn-default.btn-text:hover {
	color: #000;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.panel {
    box-shadow: 4px 4px 4px rgba(190, 190, 190, 0.80);
    -moz-box-shadow: 4px 4px 4px rgba(190, 190, 190, 0.80);
    -webkit-box-shadow: 4px 4px 4px rgba(190, 190, 190, 0.80);
}

.chat-panel .panel-body {
	min-height: 200px;
    overflow-y: scroll;
}

.chat-panel .panel-header {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
}

@media(min-width:768px) {
	.chat-panel .panel-body {
		max-height: 500px;
	}
}
@media(max-width:767px) {
	.chat-panel .panel-body {
		max-height: 300px;
	}
}


.login-panel {
    #margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: 'Font Awesome 5 Pro';
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: 'Font Awesome 5 Pro';
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: 'Font Awesome 5 Pro';
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.filters.hidden-filters {
	position: absolute;
	top: 54px;
	margin: 0 15px;
	padding-top: 20px;
	background: #FFF;
	z-index: 9999;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.50);
	display: none;
}
.filters select,
.filters input[type="text"],
.filters input[type="number"],
.filters input[type="tel"],
.filters input[type="email"] {
	width: 180px;
	display: inline;
	margin: 5px 0;
}

.filters hr {
	margin: 5px;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.extra-huge {
    font-size: 50px;
}

.main-stats-tile {
	padding: 40px 14px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

@media(max-width:767px) {
	body {
		padding-top: 101px;
	}
	
	.sidebar ul li {
	    text-align: left;
	}
	
	.sidebar ul li i {
		display: inline;
		margin-bottom: 0;
	    font-size: 12px;
	    text-align: left;
	}
	
	.sidebar .nav-second-level li a {
	    padding-left: 37px;
	}
	
	.sidebar .nav-third-level li a {
	    padding-left: 52px;
	}
	
    .navbar-top-links .dropdown-user {
    right: auto;
    left: 0;
	}
}



.ajaxLoader { 
	background: #fff url('../img/loading-line.gif') no-repeat center center; 
	position:absolute; 
	width:100%; 
	opacity: 0.5; 
	left:0; 
	top:0; 
	height: 100%; 
	z-index:10000;
}
.mini-loader {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../img/loading-circle.gif') no-repeat;
}
.modal-loader {
	width:100px;
	height:100px;
	background:#FFF url('../img/loading.gif') no-repeat;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin: 0 auto;
	z-index:9999;
}
.ajax_callback {
	margin: 20px;
	display: none;
	width: 400px;
	position: fixed; 
	top: 0;
	right: 0;
	z-index: 50000;
}
@media(max-width:500px) {
	.ajax_callback {
		width: 90%;
	}
}
.loader_container {
	position: relative;
	min-height: 40px;
}
.client-info {
	font-size: 14px;
}
span.red {
	color: #FF0000;
}
span.conflict {
	font-size: 16px;
}

#prro-transaction-form {
    text-align: center;
    margin: 20px 0;
}

#prro-transaction-form button {
    margin-top: -12px;
}

.prro-cash-input {
    width: 200px;
    height: 45px;
    font-size: 28px;
    text-align: center;
    border: 1px solid #595959;
}

#prro-x-report-modal-body {
    font-family: monospace,monospace;
}

.akt-summary {
    font-size: 1.4em;
    font-weight: bold;
}

.barcode_row .barcode.onHover {
    opacity: 0;
}

.barcode_row:hover .barcode.onHover {
    opacity: 1;
}