label{font-weight: 600;}
.ibox-title {
	padding: 15px 15px 8px 15px
}

.pointer{cursor: pointer;}

a {
	color: #e8165f;
}

.tooltip{
	z-index: 3000;
}

.tooltip-inner{
	background-color: #e8165f;
	color: #FFF;
	padding: 0.2rem 0.75rem 0.3rem 0.75rem;
}

.tooltip .arrow::before{
	border-top-color: #e8165f;
}

.pad-xs{padding: 5px;}
.pad-sm{padding: 10px;}
.pad-md{padding: 15px;}
.pad-lg{padding: 20px;}
.pad-xl{padding: 25px;}

.pt-xs{padding-top:5px}
.pt-sm{padding-top:10px}
.pt-md{padding-top:15px}
.pt-lg{padding-top:20px}
.pt-xl{padding-top:25px}

.pr-xs{padding-right:5px}
.pr-sm{padding-right:10px}
.pr-md{padding-right:15px}
.pr-lg{padding-right:20px}
.pr-xl{padding-right:25px}

.pb-xs{padding-bottom:5px}
.pb-sm{padding-bottom:10px}
.pb-md{padding-bottom:15px}
.pb-lg{padding-bottom:20px}
.pb-xl{padding-bottom:25px}

.pl-xs{padding-left:5px}
.pl-sm{padding-left:10px}
.pl-md{padding-left:15px}
.pl-lg{padding-left:20px}
.pl-xl{padding-left:25px}

/* Margin */
.mar-xs{margin: 5px;}
.mar-sm{margin: 10px;}
.mar-md{margin: 15px;}
.mar-lg{margin: 20px;}
.mar-xl{margin: 25px;}

.mt-xs{margin-top:5px}
.mt-sm{margin-top:10px}
.mt-md{margin-top:15px}
.mt-lg{margin-top:20px}
.mt-xl{margin-top:25px}

.mr-xs{margin-right:5px}
.mr-sm{margin-right:10px}
.mr-md{margin-right:15px}
.mr-lg{margin-right:20px}
.mr-xl{margin-right:25px}

.mb-xs{margin-bottom:5px}
.mb-sm{margin-bottom:10px}
.mb-md{margin-bottom:15px}
.mb-lg{margin-bottom:20px}
.mb-xl{margin-bottom:25px}

.ml-xs{margin-left:5px}
.ml-sm{margin-left:10px}
.ml-md{margin-left:15px}
.ml-lg{margin-left:20px}
.ml-xl{margin-left:25px}

.r-0{border-radius: 0;}
.rad-2{border-radius: 2px;}
.rad-3{border-radius: 3px;}
.rad-5{border-radius: 5px;}

/*
|--------------------------------------------------------------------------
| Margins
|--------------------------------------------------------------------------
*/
.m-0{margin: 0!important;}
.m-1{margin: 0.25rem!important;}
.m-2{margin: 0.5rem!important;}
.m-3{margin: 1rem!important;}
.m-4{margin: 1.5rem!important;}
.m-5{margin: 3rem!important;}

.mx-0{margin-left: 0!important; margin-right: 0!important;}
.mx-1{margin-left: 0.25rem!important; margin-right: 0.25rem!important;}
.mx-2{margin-left: 0.5rem!important; margin-right: 0.5rem!important;}
.mx-3{margin-left: 1rem!important; margin-right: 1rem!important;}
.mx-4{margin-left: 1.5rem!important; margin-right: 1.5rem!important;}
.mx-5{margin-left: 3rem!important; margin-right: 3rem!important;}

.my-0{margin-top: 0!important; margin-bottom: 0!important;}
.my-1{margin-top: 0.25rem!important; margin-bottom: 0.25rem!important;}
.my-2{margin-top: 0.5rem!important; margin-bottom: 0.5rem!important;}
.my-3{margin-top: 1rem!important; margin-bottom: 1rem!important;}
.my-4{margin-top: 1.5rem!important; margin-bottom: 1.5rem!important;}
.my-4-5{margin-top: 2.2rem!important; margin-bottom: 2.2rem!important;}
.my-5{margin-top: 3rem!important; margin-bottom: 3rem!important;}

.mt-0{margin-top: 0!important;}
.mt-1{margin-top: 0.25rem!important;}
.mt-2{margin-top: 0.5rem!important;}
.mt-3{margin-top: 1rem!important;}
.mt-4{margin-top: 1.5rem!important;}
.mt-5{margin-top: 3rem!important;}

.mr-0{margin-right: 0!important;}
.mr-1{margin-right: 0.25rem!important;}
.mr-2{margin-right: 0.5rem!important;}
.mr-3{margin-right: 1rem!important;}
.mr-4{margin-right: 1.5rem!important;}
.mr-5{margin-right: 3rem!important;}

.mb-0{margin-bottom: 0!important;}
.mb-1{margin-bottom: 0.25rem!important;}
.mb-2{margin-bottom: 0.5rem!important;}
.mb-3{margin-bottom: 1rem!important;}
.mb-4{margin-bottom: 1.5rem!important;}
.mb-5{margin-bottom: 3rem!important;}

.ml-0{margin-left: 0!important;}
.ml-1{margin-left: 0.25rem!important;}
.ml-2{margin-left: 0.5rem!important;}
.ml-3{margin-left: 1rem!important;}
.ml-4{margin-left: 1.5rem!important;}
.ml-5{margin-left: 3rem!important;}

/*
|--------------------------------------------------------------------------
| Padding
|--------------------------------------------------------------------------
*/
.p-0{padding: 0!important;}
.p-1{padding: 0.25rem!important;}
.p-2{padding: 0.5rem!important;}
.p-3{padding: 1rem!important;}
.p-4{padding: 1.5rem!important;}
.p-5{padding: 3rem!important;}

.px-0{padding-left: 0!important; padding-right: 0!important;}
.px-1{padding-left: 0.25rem!important; padding-right: 0.25rem!important;}
.px-2{padding-left: 0.5rem!important; padding-right: 0.5rem!important;}
.px-3{padding-left: 1rem!important; padding-right: 1rem!important;}
.px-4{padding-left: 1.5rem!important; padding-right: 1.5rem!important;}
.px-5{padding-left: 3rem!important; padding-right: 3rem!important;}

.py-0{padding-top: 0!important; padding-bottom: 0!important;}
.py-1{padding-top: 0.25rem!important; padding-bottom: 0.25rem!important;}
.py-2{padding-top: 0.5rem!important; padding-bottom: 0.5rem!important;}
.py-3{padding-top: 1rem!important; padding-bottom: 1rem!important;}
.py-4{padding-top: 1.5rem!important; padding-bottom: 1.5rem!important;}
.py-4-5{padding-top: 2.2rem!important; padding-bottom: 2.2rem!important;}
.py-5{padding-top: 3rem!important; padding-bottom: 3rem!important;}

.pt-0{padding-top: 0!important;}
.pt-1{padding-top: 0.25rem!important;}
.pt-2{padding-top: 0.5rem!important;}
.pt-3{padding-top: 1rem!important;}
.pt-4{padding-top: 1.5rem!important;}
.pt-5{padding-top: 3rem!important;}

.pr-0{padding-right: 0!important;}
.pr-1{padding-right: 0.25rem!important;}
.pr-2{padding-right: 0.5rem!important;}
.pr-3{padding-right: 1rem!important;}
.pr-4{padding-right: 1.5rem!important;}
.pr-5{padding-right: 3rem!important;}

.pb-0{padding-bottom: 0!important;}
.pb-1{padding-bottom: 0.25rem!important;}
.pb-2{padding-bottom: 0.5rem!important;}
.pb-3{padding-bottom: 1rem!important;}
.pb-4{padding-bottom: 1.5rem!important;}
.pb-5{padding-bottom: 3rem!important;}

.pl-0{padding-left: 0!important;}
.pl-1{padding-left: 0.25rem!important;}
.pl-2{padding-left: 0.5rem!important;}
.pl-3{padding-left: 1rem!important;}
.pl-4{padding-left: 1.5rem!important;}
.pl-5{padding-left: 3rem!important;}

/*
|--------------------------------------------------------------------------
| Border
|--------------------------------------------------------------------------
*/
.border{
	border: 1px solid #dee2e6!important;
}

.border2{
	border: 2px solid #dee2e6!important;
}

.border3{
	border: 3px solid #dee2e6!important;
}

.border-white{
	border-color: #FFF;
}

.border-top{
	border-top: 1px solid #dee2e6!important;
}

.border-top-none{
	border-top: none!important;
}

.border-right{
	border-right: 1px solid #dee2e6!important;
}

.border-right-none{
	border-right: none!important;
}

.border-bottom{
	border-bottom: 1px solid #dee2e6!important;
}

.border-bottom2{
	border-bottom: 2px solid #dee2e6!important;
}

.border-bottom-none{
	border-bottom: none!important;
}

.border-left{
	border-left: 1px solid #dee2e6!important;
}

.border-left-none{
	border-left: none!important;
}

.border.border-black, .border-top.border-black, .border-right.border-black, .border-bottom.border-black, .border-left.border-black {
	border-color: #000000 !important;
}

.border.border-teal, .border-top.border-teal, .border-right.border-teal, .border-bottom.border-teal, .border-left.border-teal{
	border-color: #00838f!important;
}

.border.border-light-teal, .border-top.border-light-teal, .border-right.border-light-teal, .border-bottom.border-light-teal, .border-left.border-light-teal {
	border-color: #56d0d5 !important;
}

.rounded{
	border-radius: .25rem!important;
}

.rounded-circle{
	border-radius: 50%!important;
}

/*
|--------------------------------------------------------------------------
| Font weight
|--------------------------------------------------------------------------
*/
.font-weight-light {
	font-weight: 300 !important
}

.font-weight-lighter {
	font-weight: lighter !important
}

.font-weight-normal {
	font-weight: 400 !important
}

.font-weight-bold {
	font-weight: 700 !important
}

.font-weight-bolder {
	font-weight: bolder !important
}

.font-italic {
	font-style: italic !important
}

.bold {
	font-weight: 700!important;
}

.force-wrap {
	overflow-wrap: break-word;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

/*
|--------------------------------------------------------------------------
| Pre unstyled
|--------------------------------------------------------------------------
*/
pre.pre-unstyled {
	display: block;
	padding: 0;
	margin: 0;
	overflow: inherit;
}

/*
|--------------------------------------------------------------------------
| Rotation
|--------------------------------------------------------------------------
*/
.rotate-45::before{
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
}

.rotate-90::before{
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	display: inline-block;
}

.rotate-180::before{
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	display: inline-block;
}

/*
|--------------------------------------------------------------------------
| Border
|--------------------------------------------------------------------------
*/
.border{
	border: 1px solid #dee2e6!important;
}

.border2{
	border: 2px solid #dee2e6!important;
}

.border3{
	border: 3px solid #dee2e6!important;
}

.border-white{
	border-color: #FFF;
}

.border-top{
	border-top: 1px solid #dee2e6!important;
}

.border-top-none{
	border-top: none!important;
}

.border-right{
	border-right: 1px solid #dee2e6!important;
}

.border-right-none{
	border-right: none!important;
}

.border-bottom{
	border-bottom: 1px solid #dee2e6!important;
}

.border-bottom2{
	border-bottom: 2px solid #dee2e6!important;
}

.border-bottom-none{
	border-bottom: none!important;
}

.border-left{
	border-left: 1px solid #dee2e6!important;
}

.border-left-none{
	border-left: none!important;
}

.border.border-black, .border-top.border-black, .border-right.border-black, .border-bottom.border-black, .border-left.border-black {
	border-color: #000000 !important;
}

.border.border-teal, .border-top.border-teal, .border-right.border-teal, .border-bottom.border-teal, .border-left.border-teal{
	border-color: #00838f!important;
}

.border.border-light-teal, .border-top.border-light-teal, .border-right.border-light-teal, .border-bottom.border-light-teal, .border-left.border-light-teal {
	border-color: #56d0d5 !important;
}

.rounded{
	border-radius: .25rem!important;
}

.rounded-circle{
	border-radius: 50%!important;
}

::-moz-selection { background: #e8165f; color: #FFF }
::selection { background: #e8165f; color: #FFF }

a{
	color: #e8165f;
}

a:focus, a:hover{
	color: #e8165f;
}

/* Position */
.relative{
	position: relative;
}

.pointer{
	cursor: pointer;
}

.img-resp{
	max-width: 100%;
	height: auto;
}

.animate{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.input-group .form-control{
	z-index: auto;
}

.text-xs{font-size:9px;}
.text-sm{font-size:11px;}

.bold{
	font-weight: bold;
}

.text-deleted{text-decoration: line-through;}

/* Get Pagination under Date picker */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 1;
}


/* Custom color buttons */
.btn.btn-grey{
	color: #FFF;
	background-color: #b7b6b6;
	border: none;
}

.btn.btn-grey:hover{
	color: #FFF;
	background-color: #9a9a9a;
	border: none;
}

.btn.btn-info-bordered-light{
	color: #FFF;
	background-color: transparent;
	border: 2px solid #ffffff;
	padding: 5px 11px;
}

.btn.btn-info-bordered-light:hover{
	color: #e8165f;
	background-color: #FFF;
	border: none;
	padding: 6px 12px;
}

.btn.btn-info-bordered-light.btn-lg{
	color: #FFF;
	background-color: transparent;
	border: 2px solid #ffffff;
	padding: 9px 15px;
}

.btn.btn-info-bordered-light.btn-lg:hover{
	color: #e8165f;
	background-color: #FFF;
	border: none;
	padding: 10px 16px;
}

/* Divider */
.divider{
	clear:both;
	border-top: 1px solid #CCC;
}

/* No padding */
.no-padding {padding: 0 !important;}
.no-margin{margin: 0 !important;}

/* Full Screen loading */
.loading{
	position: fixed;
	left: 35%;
	top: 40%;
	padding: 1%;
	width: 40%;
	filter: alpha(opacity=0.9);
	opacity: 0.9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-size: 18px;
	z-index: 999;
}

.loading-info{
	color: #e8165f;
	background-color: #FFF;
	border: 1px solid #e8165f;
}

/* Custom Input File Button */
.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

/* Password Meter */
#password-meter div{
	width: 10%; height:5px;
	/*margin: 0 1px 0 0;*/
	float:left;
	background-color: #CCCCCC;
}

#password-meter div.rating-1, #password-meter div.rating-2{
	background-color: red;
}
#password-meter div.rating-3, #password-meter div.rating-4{
	background-color: orange;
}
#password-meter div.rating-5, #password-meter div.rating-6{
	background-color: #e0e034;
}
#password-meter div.rating-7, #password-meter div.rating-8{
	background-color: yellowgreen;
}
#password-meter div.rating-9, #password-meter div.rating-10{
	background-color: green;
}

.label.color-default{color:#777;}
.label.color-primary{color:#337ab7;}
.label.color-info{color:#e8165f;}
.label.color-success{color:#5cb85c;}
.label.color-warning{color:#f0ad4e;}
.label.color-danger{color:#d9534f;}

.label.label-info{background: #e8165f;}

/* Form control small */
.form-control.form-sm{
	height: 26px;
	font-size: 12px;
	border-radius: 2px;
	padding: 5px;
}

/* Tables */
.table-no-border>tbody>tr>td,
.table-no-border>tbody>tr>th,
.table-no-border>tfoot>tr>td,
.table-no-border>tfoot>tr>th,
.table-no-border>thead>tr>td,
.table-no-border>thead>tr>th{
	border: none;
}

/* Double Scroll */
.double-scroll {
	overflow: auto;
	overflow-y: hidden;
}

.double-scroll.draggable:hover {
	cursor: grab;
}

.double-scroll.grabbing {
	cursor: grabbing;
}

/* Color of invalid field */
.has-error, .has-error:focus{
	color: #a94442;
	border-color: #a94442;
}

.has-success {
	color: #3c763d;
	border-color: #3c763d;
}

/* Year Picker */
.picker-hide-calendar .ui-datepicker-calendar{
	display:none!important;
	visibility:hidden!important
}

.picker-hide-month .ui-datepicker-month{
	display:none;
}

.picker-hide-today .ui-datepicker-buttonpane .ui-datepicker-current{
	visibility:hidden;
}

/* Custom Picker Today button */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{
	background: #1cc09f;
	color: #FFF;
	text-shadow: none;
	opacity: 1;
}

/* Custom Picker Other Day */
.ui-datepicker-other-month .ui-priority-secondary{
	background: #FFFFFF;
}

/* Color Picker */
.color-picker-preview{
	padding: 10px 10px;
	border: 1px solid #e7eaec;
	margin-bottom: 10px;
}

.color-picker-palette{
	padding: 7px 10px;
	border: 1px solid #e7eaec;
	margin-bottom: 10px;
	display: none;
}

.color-picker-palette.active{display: inline-block;}

.color-picker-palette .color-block{
	width: 40px;
	display: inline-block;
	height: 40px;
	margin: 5px;
	border-radius: 100%;
	opacity: 0.7;
	cursor: pointer;
}

.color-picker-palette .color-block:hover{opacity: 1}

/* Customize Autocomplete */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #1cc09f;
	background: #1cc09f;
	font-weight: normal;
	color: #ffffff;
}

.input-group .form-control{
	z-index: auto;
}

/*
|--------------------------------------------------------------------------
| Display Products
|--------------------------------------------------------------------------
*/
/*Orders */
.display-price, .display-months, .display-price-with-discount{
	padding:5px;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
}

.display-discount{
	position:absolute; right: 0; bottom: 21px; padding: 3px 8px;
}

/*Offers*/
.price-auto{
	display: none;
}

.removeProduct{
	background-color: #d9534f;
	color: #FFFFFF;
	padding: 1px 6px;
	margin-right: 5px;
	border-radius: 3px;
	float: right;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: -5px;
	cursor: pointer;
}

.product-description{
	padding: 5px 15px;
	margin: 15px 15px;
	border: 1px solid #e8165f;
	display: none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.quantity-overlimit-alert{
	padding: 5px 15px;
	margin: 15px 15px;
	border: 1px solid #e8165f;
	display: none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color: #e8165f;
	font-weight: bold;
}

.display-promo-info{
	padding: 5px 15px;
	margin: 0 15px;
	border: 1px solid #e8165f;
	display: none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.promo-type{
	border: 2px solid #d9534f;
	background: #f5f5f5;
}

.dropdown-menu-right, .dropdown-menu .dropdown-menu-right{
	right: 0;
	left: auto;
}


/* Special Products
================= */

.special-product{overflow: hidden;}
.special-product .description{
	min-height: 25px;
	overflow: hidden;
}

.black-friday-header{
	font-size: 42px;
	background-color: #000;
	color: #FFF;
	padding: 16px;
	font-weight: bold;
}

.server-time{
	position:fixed;
	right: 0;
	bottom:0;
	border:1px solid #e7eaec;
	background-color: #fff;
	padding:5px 10px;
}

/*
Navigation header background - #056473
Navigation item background - #268d92
Navigation item active background - #269ea2
Navigation item active border-left - #8fff55
*/

/*
|--------------------------------------------------------------------------
| Cheatsheet Skin
|--------------------------------------------------------------------------
*/
body{
	background-color: #FFF;
}

.pace .pace-progress{
	background: #e8165f;
}

#wrapper {
	background-color: #b7b6b6;
}

.wrapper-content {
	padding: 15px 15px;
}

/* Profile area */
.nav-header a.dropdown-toggle {
	color: #edf6ff;
	margin-top: 10px;
}

.nav-header a.dropdown-toggle .text-muted {
	color: #edf6ff;
	opacity: 0.8;
}

.nav-header{
	background: #e8165f;
	padding:0;
}

body.mini-navbar .nav-header {
	padding: 0;
	background-color: #e8165f;
}

ul.nav-second-level {
	background-color: inherit;
}

.nav > li.active {
	border-left: 4px solid #e8165f;
	background-color: #9A9A9A;
}

.nav > li.active > a {
	color: #FFF;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
	background: #9A9A9A;
	color: #FFF;
}

/* Navigation Special Links */
#side-menu > li > a.demo,
.navbar-default .nav > li > a.demo{
	color: #FFF;
	background: #ed5565;
}

#side-menu > li > a:hover.demo,
.navbar-default .nav > li > a:hover.demo{
	color: #FFF;
	background: #d04b5a;
}

#side-menu > li > a.special,
.navbar-default .nav > li > a.special{
	color: #FFF;
	background: #e8165f;
	cursor: default;
}

#side-menu > li > a:hover.special,
.navbar-default .nav > li > a:hover.special{
	color: #FFF;
	background: #e8165f;
	cursor: default;
}

.modal-body {
	 padding: 15px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #e8165f;
	outline: 0;
}

.navbar-static-top .dropdown-menu.dropdown-menu-user{
	width: 200px;
}

.dropdown-menu .logout{
	border-radius: 0 0 3px;
	color: inherit;
	line-height: 25px;
	text-align: left;
	font-weight: normal;
	display: block;
	width: 100%;
	font-size: 14px;
}

.dropdown-menu .logout{
	background-color: #fff;
	border: none;
	outline: none;
	padding: 4px 25px;
}

.dropdown-menu .logout:hover, .dropdown-menu .logout:active, .dropdown-menu .logout:focus{
	background-color: #ffe8f1;
}
/*
|--------------------------------------------------------------------------
| Bootstrap Select Responsive Fix
|--------------------------------------------------------------------------
*/
.bootstrap-select.btn-group .btn .filter-option {
	width:300px;
	text-overflow: ellipsis;
}

@media (max-width: 1688px){
	.bootstrap-select.btn-group .btn .filter-option {
		width: 200px;
	}
}

@media (max-width: 1360px){
	.bootstrap-select.btn-group .btn .filter-option {
		width: 150px;
	}
}

@media (max-width: 1200px){
	.bootstrap-select.btn-group .btn .filter-option {
		width: 120px;
	}
}

@media (max-width: 1000px){
	.bootstrap-select.btn-group .btn .filter-option {
		width: 100px;
	}
}

/*
|--------------------------------------------------------------------------
| Cheatsheet Style
|--------------------------------------------------------------------------
*/

/* text color */
.text-success{color: #9acc4b!important;;}
.text-primary{color: #269ea2!important;;}
.text-info{color:#e8165f!important;}
.text-black{color:#000!important;;}
.text-blue{color:#125D7B!important;;}
.text-white{color:#FFFFFF!important;}

a.text-black{color:#000;}
a.text-blue{color:#125D7B;}
a.text-white{color:#FFFFFF;}

/* Background color */
.bg-white{background-color: #FFF;}
.bg-black{background-color: #000;}

.bg-success{background-color: #9acc4b;}
.bg-primary{background-color: #269ea2;}
.bg-info{background-color: #e8165f;}

.bg-default-dark{background-color: #EEEEEE; border-color: #CCCCCC;}
.bg-success-dark{background-color: #449d44;}
.bg-info-dark{background-color: #5bc0de;}

.bg-primary-dark{background-color: #337ab7;}
.bg-warning-dark{background-color: #f0ad4e;}
.bg-danger-dark{background-color: #d9534f;}

.bg-primary-light{background-color: #adcae2;}
.bg-info-light{background-color: #f2ffff;}
.bg-warning-light{background-color: #f9deb8;}
.bg-danger-light{background-color: #fbd6da;}
.bg-grey-light{background-color: #f3f1f1;}

.bg-lighter-green{background-color: #ccffb2;}
.bg-light-green{background-color: #abff80;}
.bg-green{background-color: #8fff55;}

.bg-lighter-blue{background-color: #8cd1d1}
.bg-light-blue{background-color: #40b2b2}
.bg-blue{background-color: #009898}

.bg-light-blue-grey{background-color: #8cacaf}
.bg-light-grey{background-color: #F1EFED;}
.bg-dark-blue-grey{background-color: #40757a}
.bg-dark-blue{background-color: #00474d}

/*
|--------------------------------------------------------------------------
| Cheatsheet Buttons
|--------------------------------------------------------------------------
*/
.btn.btn-success{
	background-color: #9acc4b;
	border-color: #9acc4b;
	color: #FFFFFF;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:hover, .btn-success.active:focus{
	background-color: #95c549;
	border-color: #95c549;
	color: #FFFFFF;
}

.btn.btn-primary{
	background-color: #269ea2;
	border-color: #269ea2;
	color: #FFFFFF;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus{
	background-color: #268387;
	border-color: #268387;
	color: #FFFFFF;
}

.btn.btn-info{
	background-color: #e8165f;
	border-color: #e8165f;
	color: #FFFFFF;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:hover, .btn-info.active:focus{
	background-color: #e8165f;
	border-color: #e8165f;
	color: #FFFFFF;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
	background-color: #e8165f;
	border-color: #e8165f;
}

/*
|--------------------------------------------------------------------------
| Calendar style
|--------------------------------------------------------------------------
*/
.calendar{

}

/* Standard */
.calendar.calendar-standard .calendar-months{
	float:left;
	padding:10px 10px;
	width: 200px;
	text-align: center;
	font-weight: bold;
}

.calendar.calendar-standard .calendar-days{
	padding:10px 10px;
	width: 200px;
	height: 90px;
	border: 1px solid #F3F1F1;
	overflow: hidden;
}

/* Compact */
.calendar.calendar-compact .calendar-months{
	float:left;
	padding: 2px 3px;
	width: 100px;
	text-align: center;
	font-weight: bold;
}

.calendar.calendar-compact .calendar-days{
	padding: 2px 3px;
	width: 100px;
	height: 25px;
	border: 1px solid #F3F1F1;
	overflow: hidden;
}

/*
|--------------------------------------------------------------------------
| Android preview
|--------------------------------------------------------------------------
*/
.android-preview {
	position: relative;
	background-image: url("../images/android-preview/phone.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 400px;
	height: 800px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.android-preview .status-bar {
	position: relative;
	top: 95px;
	width: 360px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-radius: 5px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 10px;
}

.android-preview .status-bar .status-bar-item {
	position: relative;
	background-color: #686868;
	display: inline-block;
	width: 40px;
	height: 40px;
}

.android-preview .status-bar .status-bar-item.status-bar-active{
	background-color: #0482f9;
}

/* Notification */
.android-preview .notification {
	position: relative;
	top: 100px;
	width: 360px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 15px 20px;
	overflow: hidden;
}

.android-preview .notification .app-info {

}

.android-preview .notification .btn-expand-notification {
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
}

.android-preview .notification .notification-title {
	font-size: 15px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.android-preview .notification .notification-message {
	font-size: 13px;
	text-overflow: ellipsis;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	background: none;
	border: none;
	font-family: inherit;
	padding: 0;
}

.android-preview .notification.has-icon .notification-title {
	padding-right: 70px;
}

.android-preview .notification.has-icon .notification-message {
	padding-right: 70px;
}

.android-preview .notification .notification-icon {
	position: absolute;
	top: 40px;
	right: 20px;
	width: 40px;
	height: 40px;
	background-size: contain;
	display: none;
}

/* Expanded notification */
.android-preview .notification.expanded-notification {
	position: relative;
	top: 100px;
	width: 360px;
	height: 245px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 15px 20px;
	overflow: hidden;
}

.android-preview .notification.expanded-notification .notification-title {
	font-size: 15px;
}

.android-preview .notification.expanded-notification .notification-message {
	font-size: 13px;
	text-overflow: unset;
	height: 162px;
	overflow: hidden;
	white-space: break-spaces;
	background: none;
	border: none;
	font-family: inherit;
	padding: 0;
}

.android-preview .notification.expanded-notification.has-icon .notification-title {
	padding-right: 10px;
}

.android-preview .notification.expanded-notification.has-icon .notification-message {
	font-size: 13px;
	text-overflow: ellipsis;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	background: none;
	border: none;
	font-family: inherit;
	padding: 0;
}

.android-preview .notification.expanded-notification .notification-icon {
	position: relative;
	top: 0;
	width: 250px;
	height: 140px;
	margin-left: 55px;
	margin-right: 55px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

/* Dark mode */
.android-preview.dark-mode {
	background-image: url("../images/android-preview/phone-dark.svg");
}

.android-preview.dark-mode .status-bar {
	background-color: #171a1d;
	color: #FFFFFF;
}

.android-preview.dark-mode .notification {
	background-color: #171a1d;
	color: #FFFFFF;
}

.android-preview.dark-mode .notification .notification-message {
	color: #FFFFFF;
}


.server-time{
	position:fixed;
	right: 0;
	bottom:0;
	border:1px solid #e7eaec;
	background-color: #fff;
	padding:5px 10px;
}

/*
|--------------------------------------------------------------------------
| EOF Cheatsheet Skin
|--------------------------------------------------------------------------
*/

@media (min-width: 1080px){
	.modal-xl{
		width: 95%;
	}
}

@media (max-height: 850px){
	/*body.modal-open {padding-right: 17px !important; !* reset modal *!}*/
}

/* Setup Navbar size */
@media (min-width: 768px){
	#page-wrapper {
		width: calc(100% - 270px);
	}

	body.fixed-sidebar .navbar-static-side, body.canvas-menu .navbar-static-side {
		position: fixed;
		width: 270px;
		z-index: 2001;
		height: 100%;
	}

	.navbar-static-side {
		width: 270px;
	}

	.navbar-top-links li:last-child {
		margin-right: 20px;
	}
}

/* Max-width 768 - MD */
@media only screen and (max-width: 970px) {
	/* Style Test */
	.text-center-lg {
		text-align: center!important;
	}

	.pull-reset-md {
		float: none !important;
	}

	.btn.btn-block-lg {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
}

/* Max-width 768 - MD */
@media only screen and (max-width: 768px) {
	/* Style Test */
	.text-center-md {
		text-align: center!important;
	}

	.pull-reset-sm {
		float: none !important;
	}

	.btn.btn-block-md {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}

	.section{
		padding: 10px;
	}

	.bg-login{
		height: 140px;
	}
}

/* Max-width 480 - SM */
@media only screen and (max-width: 480px){
	/* Style Test */
	.text-left-sm{text-align: left!important;}
	.text-center-sm{text-align: center!important;}
	.text-right-sm{text-align: right!important;}
	.pull-reset-xs{float: none!important;}

	/* Button block */
	.btn.btn-block-sm{
		display: block;
		width: 100%;
		margin-bottom:10px;
	}

	/* Blog ESET Feed */
	.blog-eset-post .blog-eset-image{
		float: none;
		max-width:280px;
	}

	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}

	.bg-login{
		height: 130px;
	}

	/* More space on mobile */
	#page-wrapper{padding: 0;}
	.wrapper-content{padding: 0 0 5px;}
	.navbar{padding: 0 20px;}
	.ibox-content .pad-sm{padding: 5px 0}
	.ibox-content{padding: 15px;}
}