body {
	font-family: 'Lexend', sans-serif;;
	font-weight: 400;
	color: #666;
	font-size: 15px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.list-inline { font-size: 13px; margin-bottom: 7px;}
/* top */
#top {
	background-color: #f77a00;
	border-bottom: 1px solid #fff;
	padding: 4px 0px 3px 0;
	margin: 0 0 22px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
.content-side {position: absolute;
    z-index: 999;
    width: 420px;
    background-color: #fff;
    padding: 0px 16px 13px;
    border-radius: 4px;
    margin-top: 20%;
    right: 13%; box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
.footerasc {margin-top:50px; min-height:310px; background: url(https://www.evdemolojistik.com/catalog/view/theme/default/image/footer-bg.png); padding-top: 45px;}
.footerasc .miniasc {font-size: 35px; color: white; display: block; text-align: center; padding: 40px 0;}
.footerasc .bigasc {font-size: 55px; font-weight: 600; color: white; display: block; text-align: center}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	margin-bottom: 50px;
	background-color: #fff;
	color: #c5c5c5;
}
footer hr {
	border-top: 1px solid #ccc;
}
footer a {
	color: #999;
}
footer a:hover {
	color: #000;
}
footer h5 {
	font-family: 'Lexend', sans-serif;;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.list-unstyled li {font-size: 14px;font-weight: 300; line-height: 2;
}

/* alert */
.alert {
	/*padding: 8px 14px 8px 14px;*/
}
/* breadcrumb */
.breadcrumb {
	display: inline-block;
	background: none;
	margin: 2px 0 8px 0;
	padding: 0 10px;
	border-radius: 0;
}
.breadcrumb li a {
	color: #999999;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
.breadcrumb li a:hover {
	text-decoration: none;
}
.breadcrumb li + li:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #BBBBBB;
	padding: 0 5px;
	font-size: 10px;
}
 .breadcrumb a {color: #b8b8b8;}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #f51627;
	border-radius: 6px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 10px;
	font-size: 18px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 18px;
}
.btn-default {
	color: #fff;
	background-color: #f51627;
}
.btn-seffaf {
	color: #000;
	border:0px !important;
}
.btn-primary {
	color: #ffffff;
	background-color: #f51627;
	border-color: #f51627;
}
.btn-seffaf:hover, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #d9313e;
	background-position: 0 -15px;
	color:#fff;
	border-color: #f51627;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.plr0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.track-form-two {
	position:relative;
	margin-top:24px
}
.track-form-two .form-group {
	position:relative;
	display:block;
	z-index:1;
	margin-bottom:5px
}
.track-form-two .form-group label {
	position:relative;
	color:#777;
	font-size:18px
}
.track-form-two .form-group input[type=text],
.track-form-two .form-group input[type=tel],
.track-form-two .form-group input[type=email],
.track-form-two .form-group textarea {
	position:relative;
	display:block;
	width:100%;
	height:66px;
	font-size:14px;
	color:#848484;
	line-height:34px;
	padding:20px;
	font-weight:400;
	background:#fff;
	border-radius:8px;
	border:1px solid #ccc;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease
}
.track-form-two .form-group input[type=email]:focus {
	border-color:#00bff3
}
.track-form-two .form-group .submit-btn {
	position:absolute;
	top:8px;
	right:8px;
	cursor:pointer;
	line-height:24px;
	background:#eb0028;
	color:#fff;
	font-size:18px;
	padding:13px 25px;
	text-transform:capitalize;
	border-radius:6px;
	border: 0px;
}
.tracking-info-detail {
	position:relative;
	margin-top:40px;
	margin-bottom:45px
}
.tracking-info-detail .tracking-box {
	position:relative
}
.tracking-info-detail .tracking-box .tracking-time-box {
	position:relative;
	margin-right:30px;
	display:inline-block;
	width: 100px;
}
.tracking-info-detail .tracking-box .tracking-time {
	position:relative;
	color:#222;
	font-size:18px;
	font-weight:400;
	font-family:montserrat,sans-serif
}
.tracking-info-detail .tracking-box span {
	position:relative;
	font-size:14px;
	color:#777
}
.tracking-info-detail .tracking-box .tracking-location {
	position:relative;
	font-size:14px;
	color:#777;
	padding-left:70px;
	padding-bottom:40px;
	display:inline-block
}
.tracking-info-detail .tracking-box .tracking-location:before {
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:1px;
	height:100%;
	background-color:#d6d6d6
}
.tracking-info-detail .tracking-box .tracking-location strong {
	position:relative;
	color:#222;
	font-size:16px;
	font-weight:400;
	display:block;
	font-family:montserrat,sans-serif
}
.tracking-info-detail .tracking-box .tracking-location:after {
	position:absolute;
	content:'';
	left:-16px;
	top:-2px;
	width:34px;
	height:34px;
	border-radius:50%;
	background-color:#01a95a;
	display:inline-block
}
.tracking-info-detail .tracking-box .tracking-location.style-two::after {
	background-color:#4dcefe
}
.tracking-info-detail .tracking-box .tracking-location.style-three::after {
	background:#fff;
	border:1px solid #d6d6d6
}
.tracking-info-detail .tracking-box .tracking-location .dott {
	position:absolute;
	content:'';
	left:-3px;
	top:11px;
	width:9px;
	height:9px;
	z-index:1;
	border-radius:50%;
	background-color:#d6d6d6
}
.tracking-info-detail .tracking-box:last-child .tracking-location {
	padding-bottom:0
}
.tracking-info-detail .tracking-box:last-child .tracking-location:before {
	display:none
}

@media only screen and (max-width:479px) {
	.page-title h2 {
		font-size:32px
	}
	.tracking-info-detail .tracking-box .tracking-location .dott,
	.tracking-info-detail .tracking-box .tracking-location:after,
	.tracking-info-detail .tracking-box .tracking-location::before {
		display:none
	}
	.tracking-info-detail .tracking-box .tracking-location {
		padding-left:0;
		padding-bottom:0
	}
	.tracking-info-detail .tracking-box {
		margin-bottom:25px
	}
	.tracking-info-detail .tracking-box .tracking-time-box {
		margin-bottom:5px
	}
	.track-form-two .form-group .submit-btn {
		position:relative;
		display:block;
		width:100%;
		margin-top:12px;
		border-radius:8px
	}

}
#powered{color:#999; font-size: 12px; padding: 0 0px 20px 0px;}
.hedef span {
	color: #fff;
}
#powered .inner a {
	color: #e2af00;
}
.bg-square{
	background: url('../image/bg-square.png') no-repeat;
  min-height: 370px;
	font-size: 29px;
	line-height: 41px;
	padding-top:100px;
	text-align: center;
}
.bg-square p{

	font-size: 23px;

}
.bgs-h1{
	color: #000;
	font-weight: 700;
	font-size: 29px !important;
}

header .btn-lg {    font-size: 16px;}

.content-sider {margin-top: 30px;     background-color: #f1f1f1;
    border-radius: 5px;}
.content-sider .kargo-sonuc {margin-top: 10px;}
.kargo-header {line-height: 1.5;}
.track-section {    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 14px;}
.content-sider  .track-section {   
    padding: 10px 20px;
}

.kargoicon .alindi {background-image: url(https://www.evdemolojistik.com/catalog/view/theme/default/image/kargo-icon.png); width: 70px; height: 70px; display: inline-block; background-position: -3px 72px;}
.kargoicon .alindi.active {background-position: -3px -3px;}

.kargoicon .transfer {background-image: url(https://www.evdemolojistik.com/catalog/view/theme/default/image/kargo-icon.png); width: 70px; height: 70px; display: inline-block; background-position: -220px 72px;}
.kargoicon .transfer.active {background-position: -220px -3px;}

.kargoicon .dagitim {background-image: url(https://www.evdemolojistik.com/catalog/view/theme/default/image/kargo-icon.png); width: 70px; height: 70px; display: inline-block; background-position: -416px 72px;}
.kargoicon .dagitim.active { background-position: -416px -3px;}

.kargoicon .teslim {background-image: url(https://www.evdemolojistik.com/catalog/view/theme/default/image/kargo-icon.png); width: 70px; height: 70px; display: inline-block; background-position: -635px 72px;}
.kargoicon .teslim.active {background-position: -635px -3px;}

 .kargoicon .mobilekar {   padding-right: 1px;
    padding-left: 1px;}
    
    .homecontentimg {background-color: #fff;
    position: absolute;
    bottom: -96px;
    width: 80%;
    border-radius: 5px;
    left: 10%;
    padding: 0px 20px 21px 20px; box-shadow:0 3px 10px 0 rgba(0,0,0,0.09),0 3px 10px 0 rgba(0,0,0,0.09) !important;}

.homecontentimg a { color: red; margin-top: 25px; display: block;}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (min-width: 200px) and (max-width: 300px) {
.footerasc .miniasc {font-size: 15px; padding: 12px 0;}
.footerasc .bigasc {font-size: 21px; }
}
@media (min-width: 300px) and (max-width: 375px) {
header .btn-lg {    font-size: 11px;}
#logo img {width: 100px;}
#top {margin: 0 0 9px 0;}
.footerasc .miniasc {font-size: 15px; padding: 12px 0;}
.footerasc .bigasc {font-size: 21px; }
}
@media (min-width: 376px) and (max-width: 768px) {
header .btn-lg {    font-size: 12px;}
#logo img {width: 143px;}
.footerasc .miniasc {font-size: 15px; padding: 12px 0;}
.footerasc .bigasc {font-size: 25px; }
}
@media (min-width: 310px) and (max-width: 374px) {
.bg-square {padding-top: 350px;  margin-bottom: 50px;}
.content-side {width: 266px; text-align: center; right: 9%; margin-top: 28%;}
.track-form-two .form-group .submit-btn {right: inherit; top: inherit; }
.content-side img { width: 234px;}
}

@media (min-width: 375px) and (max-width: 424px) {
.bg-square {padding-top: 350px;  margin-bottom: 50px;}
.content-side {width: 310px; text-align: center; right: 9%; margin-top: 28%;}
.track-form-two .form-group .submit-btn {right: inherit; top: inherit; }
.content-side img { width: 278px;}
}

@media (min-width: 425px) and (max-width: 480px) {
.bg-square {padding-top: 340px;  margin-bottom: 50px;}
.content-side {width: 355px; text-align: center; right: 9%;}
.track-form-two .form-group .submit-btn {right: inherit; top: inherit; }
.content-side img { width: 324px;}
.footerasc {min-height: 315px;}
}
@media (min-width: 480px) and (max-width: 559px) {
.bg-square {padding-top: 300px;  margin-bottom: 50px;}
.content-side {width: 355px; text-align: center; right: 9%;}
.track-form-two .form-group .submit-btn { }
.content-side img { width: 324px;}
.footerasc {min-height: 315px;}
}
@media (min-width: 560px) and (max-width: 991px) {
.bg-square {padding-top: 250px; margin-bottom: 50px;}
.footerasc .miniasc {font-size: 20px; padding: 15px 0;}
.footerasc .bigasc {font-size: 30px; }
.footerasc {min-height: 215px;}
}
@media (min-width: 992px) and (max-width: 1023px) {
.content-side {
	    margin-top: 14%;
    right: 6%;}
    .footerasc .miniasc {font-size: 20px; padding: 15px 0;}
.footerasc .bigasc {font-size: 30px; }
.footerasc {min-height: 215px;}
    }
@media (min-width: 1024px) and (max-width: 1199px) {
.content-side {
	    margin-top: 17%;
    right: 6%;
}
.bg-square {padding-top: 140px;}
.footerasc .miniasc {font-size: 25px; padding: 23px 0;}
.footerasc .bigasc {font-size: 35px; }
.footerasc {min-height: 239px;}
}
@media (min-width: 1200px) and (max-width: 1439px) {
.content-side {
	    margin-top: 16%;
    right: 14%;
}}
@media (min-width: 1440px) and (max-width: 1990px) {
.content-side {
	    margin-top: 19%;
    right: 13%;
}}

/* Temadaki kayma sorunu çözücü */
@media (min-width: 768px) {
	.swiper-viewport .swiper-button-prev {
		opacity: 0;
		left: 6px !important;
	}

	.swiper-viewport .swiper-button-next {
		opacity: 0;
		right: 6px !important;
	}
}
/* Panels */
.panel {
	border-radius: 0px;
}
.panel .panel-heading {
	position: relative;
}
.panel-heading h3 i {
	margin-right: 5px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.panel-heading h3 {
	color: #646464;
	float: left;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	margin-top: 14px;
	text-shadow: 0 1px 0 #FFFFFF;
}
.panel-heading > h2 {
	color: #646464;
	float: left;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	margin-top: 13px;
	text-shadow: 0 1px 0 #FFFFFF;

}
.panel-heading > h2 img {
	float: left;
	margin-top: -11px;
	margin-left: 3px;
	margin-right: 8px;
	border-right: 1px solid #CDCDCD;
	padding: 3px 11px 2px 0px;
}
.panel-heading > .buttons {
	float: right;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px !important;
}
.panel-heading h2 i {
	margin: 1px 3px 0 5px;
	opacity: 0.4;
}
.panel-heading .break {
	border-right: 1px solid #DDDDDD;
	margin: -12px 10px -10px;
	padding: 12px 0 10px;
}
.panel-body{
	background: none repeat scroll 0 0 #FFF;
	border-radius: 0 0 2px 2px;
	margin-top: -1px;
	padding: 15px;
	overflow: auto;
	box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.3);
}
/* Primary Panel */
.panel-primary {
	border: 1px solid #c3e4f6;
	border-top: 2px solid #5cb7e7;
}
.panel-primary .panel-heading {
	color: #1e91cf;
	border-color: #96d0f0;
	background: white;
}
/* Default Panel */
.panel-default {
	border: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}
.panel-default .panel-heading {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border-bottom: 4px solid #11a9cc !important;
	min-height: 42px;
	margin-bottom: -1px;
	overflow: hidden;
	padding: 10px 7px;
	color: #555;
}
.img-thumbnail i {
	color: #FFFFFF;
	background-color: #EEEEEE;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	padding-top: 20px;
	vertical-align: middle;
	display: inline-block;
}
.img-thumbnail.list i {
	width: 40px;
	height: 40px;
	padding-top: 10px;
}
/* Tiles */
.tile {
	margin-bottom: 15px;
	border-radius: 3px;
	color: #FFFFFF;
	transition: all 1s;
}
.tile-primary {
	background-color: #1b80c2;
}
.tile-success {
	background-color: #53b953;
}
.tile-warning {
	background-color: #f3aa41;
}
.tile-danger {
	background-color: #e45847;
}
.tile:hover {
	opacity: 0.95;
}
.tile a {
	color: #FFFFFF;
}
.tile-heading {
	padding: 5px 8px;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
	background-color: rgba(255,255,255,0.1);
}
.tile .tile-heading .pull-right {
	transition: all 1s;
	opacity: 0.7;
}
.tile:hover .tile-heading .pull-right {
	opacity: 1;
}
.tile-body {
	padding: 15px;
	color: #FFFFFF;
	line-height: 48px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}
.tile .tile-body i {
	font-size: 50px;
	opacity: 0.3;
	transition: all 1s;
}
.tile:hover .tile-body i {
	color: #FFFFFF;
	opacity: 1;
}
.tile .tile-body h2 {
	font-size: 42px;
}
.tile-footer {
	padding: 5px 8px;
	background-color: rgba(0,0,0,0.1);
}
#stats {
	border-radius: 2px;
	color: #808b9c;
	background: #2e3a47;
	margin: 15px 20px;
	padding: 5px 0;
}
#stats ul, #stats li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#stats li {
	font-size: 11px;
	color: #9d9d9d;
	padding: 5px 10px;
	border-bottom: 1px dotted #373737;
}
#stats div:first-child {
	margin-bottom: 4px;
}
#stats .progress {
	height: 3px;
	margin-bottom: 0;
}
.jqvmap-label {
	z-index: 999;
}
.alert {
	overflow: auto;
}

/* Fix form-group margin inside the modal */
.modal-body .form-group {
	margin: 0;
}

/*#region Widget*/
.widget {
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0 0 30px 0;
	/*#region Bordered Widgetbox*/
	/*#endregion Bordered Widgetbox*/
	/*#region Radius Header*/
	/*#endregion Radius Header*/
}
.widget.collapsed .widget-body {
	display: none;
}
.widget.collapsed.radius-bordered .widget-header {
	-webkit-border-radius: 3px 3px 3px 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px 3px 3px 3px;
	-moz-background-clip: padding;
	border-radius: 3px 3px 3px 3px;
	background-clip: padding-box;
}
.widget.no-header .widget-header {
	display: none;
}
.widget.no-header.radius-bordered .widget-body {
	-webkit-border-radius: 3px 3px 3px 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px 3px 3px 3px;
	-moz-background-clip: padding;
	border-radius: 3px 3px 3px 3px;
	background-clip: padding-box;
}
.widget.maximized {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	margin: 0;
	overflow: auto;
}
.widget.maximized .widget-body {
	padding: 12px 0;
}
.widget.transparent .widget-header,
.widget.transparent .widget-body {
	background-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.widget.transparent .widget-header {
	border-bottom: 1px solid #cccccc;
}
.widget.bordered-top {
	border-top: 3px solid #ffffff;
}
.widget.bordered-bottom {
	border-bottom: 3px solid #ffffff;
}
.widget.bordered-left {
	border-left: 3px solid #ffffff;
}
.widget.bordered-right {
	border-right: 3px solid #ffffff;
}
.widget.radius-bordered .widget-header {
	-webkit-border-radius: 3px 3px 0 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px 3px 0 0;
	-moz-background-clip: padding;
	border-radius: 3px 3px 0 0;
	background-clip: padding-box;
}
.widget.radius-bordered .widget-body {
	-webkit-border-radius: 0 0 3px 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 0 3px 3px;
	-moz-background-clip: padding;
	border-radius: 0 0 3px 3px;
	background-clip: padding-box;
}
.widget.flat .widget-body,
.widget.flat .widget-header {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.widget.lightshadow .widget-body,
.widget.lightshadow .widget-header {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.widget:hover .compact {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.widget:hover .compact i {
	color: #2dc3e8;
}
.widget-header {
	position: relative;
	min-height: 35px;
	background: #ffffff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	color: #555555;
	padding-left: 12px;
	text-align: right;
	/*#region Bordered Header */
	/*#endregion Bordered Header*/
	border-radius: 4px 4px 0 0 ;
}
.widget-header .widget-icon {
	display: block;
	width: 30px;
	height: 32px;
	position: relative;
	float: left;
	font-size: 111%;
	line-height: 32px;
	text-align: center;
	margin-left: -10px;
}
.widget-header > .widget-caption {
	line-height: 34px;
	padding: 0;
	margin: 0;
	float: left;
	text-align: left;
	font-weight: 400 !important;
	font-size: 13px;
}
.widget-header.lined {
	border: 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	padding-left: 2%;
}
.widget-header.lined:before {
	content: "";
	position: absolute;
	display: block;
	width: 96%;
	bottom: 0;
	top: 35px;
	height: 1px;
	left: 2%;
	z-index: 1;
	border-bottom: 1px solid #e5e5e5;
}
.widget-header.lined .widget-buttons {
	padding-right: 2%;
}
.widget-header.lined + .widget-body {
	padding-left: 2%;
	padding-right: 2%;
}
.widget-header.separated {
	margin-bottom: 5px;
}
.widget-header[class*="bg-"] {
	border: 0;
}
.widget-header[class*="bg-"] .widget-caption,
.widget-header[class*="bg-"] i {
	color: #ffffff;
}
.widget-header.bordered-left {
	border-left: 3px solid #ffffff;
}
.widget-header.bordered-right {
	border-right: 3px solid #ffffff;
}
.widget-header.bordered-top {
	border-top: 3px solid #ffffff;
}
.widget-header.bordered-bottom {
	border-bottom: 3px solid #ffffff;
}
.widget-header.header-large {
	min-height: 49px;
	padding-left: 18px;
}
.widget-header.header-large h5 {
	line-height: 48px;
	font-size: 16px;
}
.widget-header.header-large > .widget-buttons {
	line-height: 48px;
	height: 48px;
}
.widget-header.header-large > .widget-buttons a {
	min-width: 26px;
}
.widget-header.header-large > .widget-buttons a i {
	font-size: 20px;
}
.widget-header.header-small {
	min-height: 29px;
	padding-left: 10px;
}
.widget-header.header-small h5 {
	line-height: 28px;
	font-size: 12px;
}
.widget-header.header-small > .widget-buttons {
	line-height: 29px;
	height: 29px;
}
.widget-header.header-small > .widget-buttons a {
	min-width: 16px;
	height: 16px;
}
.widget-header.header-small > .widget-buttons a i {
	font-size: 14px;
}
.widget-buttons {
	display: inline-block;
	padding: 0 5px;
	line-height: 34px;
	position: relative;
	text-align: left;
	height: 36px;
}
.widget-buttons.buttons-bordered {
	border-left: 1px solid #e5e5e5;
}
.widget-buttons.compact {
	margin-top: 4px;
	background-color: #f5f5f5;
	line-height: 27px;
	-webkit-transition: background-color 0.218s ease;
	-moz-transition: background-color 0.218s ease;
	-o-transition: background-color 0.218s ease;
	transition: background-color 0.218s ease;
	-webkit-transition: -webkit-box-shadow 0.218s ease;
	-moz-transition: -moz-box-shadow 0.218s ease;
	-o-transition: box-shadow 0.218s ease;
	transition: box-shadow 0.218s ease;
	-webkit-transition: color 0.318s ease;
	-moz-transition: color 0.318s ease;
	-o-transition: color 0.318s ease;
	transition: color 0.318s ease;
	height: 27px;
}
.widget-buttons.compact:hover {
	background-color: #2dc3e8;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.widget-buttons.compact:hover i {
	color: #ffffff;
}
.widget-buttons.compact:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -4px;
	width: 4px;
	max-width: 4px;
	overflow: hidden;
	background-color: #2dc3e8;
}
.widget-buttons.compact a {
	min-width: 14px;
	line-height: 14px;
}
.widget-buttons.compact i {
	color: #cccccc;
	font-size: 14px;
}
.widget-buttons.no-padding {
	padding: 0;
}
.widget-buttons.padding-5 {
	padding: 0 5px;
}
.widget-buttons.no-border:before {
	display: none;
}
.widget-buttons label {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	line-height: 6px;
}
.widget-buttons > a {
	font-size: 14px;
	margin: 0 1px;
	display: inline-block;
	padding: 0;
	line-height: 24px;
	min-width: 20px;
	text-align: center;
}
.widget-buttons > a:hover {
	text-decoration: none;
}
.widget-buttons > a i {
	vertical-align: middle;
}
.widget-buttons > [data-toggle] > .fa {
	margin-right: 0;
}
.widget-buttons > [data-toggle]:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.widget-buttons > [data-toggle]:focus {
	text-decoration: none;
}
.widget-buttons > [data-toggle="dispose"] {
	color: #777777;
	font-size: 14px;
}
.widget-buttons > [data-toggle="maximize"] {
	color: #777777;
	font-size: 14px;
}
.widget-buttons > [data-toggle="collapse"] {
	color: #777777;
	font-size: 14px;
}
.widget-buttons > [data-toggle="refresh"] {
	color: #777777;
	font-size: 14px;
}
.widget-buttons > [data-toggle="config"] {
	color: #777777;
	font-size: 14px;
}
.widget-buttons .progress {
	vertical-align: middle;
	display: inline-block;
	margin: 0;
	min-width: 100px;
	margin-top: -3px;
}
.widget-buttons .btn-group {
	margin-top: -2px;
}
.widget-buttons .btn-group .dropdown-menu {
	right: 0;
	left: auto;
}
.widget-buttons .badge {
	margin-top: -2px;
}
.widget-buttons .label {
	padding: 5px 6px 5px 6px;
}
.widget-buttons .pagination,
.widget-buttons .pager {
	float: right;
	margin: 5px 2px 1px;
}
.widget-buttons .btn {
	margin-top: -2px;
}
.widget-body {
	background-color: #fbfbfb;
	-webkit-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
	/*#region Bordered Widget Body*/
	/*#endregion Bordered Widget Body*/
	/*#region Colored Widget Body*/
	/*#endregion Colored Widget Body*/
	padding: 12px;
	border-radius: 0 0 4px 4px;
}
.widget-body.bordered-left {
	border-left: 3px solid #ffffff;
}
.widget-body.bordered-right {
	border-right: 3px solid #ffffff;
}
.widget-body.bordered-bottom {
	border-bottom: 3px solid #ffffff;
}
.widget-body.bordered-top {
	border-top: 3px solid #ffffff;
}
.widget-body[class*="bg-"] {
	color: #ffffff;
}
.widget-body.no-padding {
	padding: 0;
}
.widget-body.no-padding .accordion {
	border: 0;
}
.widget-body.no-padding .dataTables_filter label {
	margin: 10px;
}
.widget-body.no-padding .dataTables_length {
	top: 10px;
	right: 10px;
}
.widget-body.no-padding .DTTT.btn-group {
	right: 80px;
	top: 10px;
}
.widget-body .accordion.panel-group {
	border-top-width: 1px !important;
}
.widget-body > table {
	margin-bottom: 0;
}
.widget-body hr.wide {
	margin-left: -12px;
	margin-right: -12px;
}
.widget-body label{
	font-weight: bold;
	width: 40%;
	vertical-align: middle;
}
/*#endregion Widget*/
/*#region DataBoxes*/
.databox-container {
	text-align: center;
	font-size: 0;
}
.databox {
	display: inline-block;
	width: 100%;
	height: 65px;
	padding: 0;
	font-size: 0;
	margin-bottom: 30px;
	vertical-align: top;
	min-width: 130px;
}
.databox .databox-icon {
	margin: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.databox .databox-icon > .fa,
.databox .databox-icon .typcn,
.databox .databox-icon .glyphicon,
.databox .databox-icon .wi {
	display: inline-block;
	margin: 0;
	text-align: center;
	position: relative;
	margin-top: 3px;
}
.databox .databox-icon > .fa:before,
.databox .databox-icon .typcn:before,
.databox .databox-icon .glyphicon:before,
.databox .databox-icon .wi:before {
	font-size: 40px;
	display: block;
	text-align: center;
}
.databox .databox-sparkline {
	padding-top: 0;
	margin: 0 auto;
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	text-align: center;
	font-size: 24px;
}
.databox .databox-piechart {
	padding-top: 0;
	margin: 0 auto;
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
}
.databox .databox-header {
	display: block;
	font-size: 18px;
	font-family: 'Roboto', 'Lucida Sans', 'trebuchet MS', Arial, Helvetica /*rtl:"Droid Arabic Kufi", "WYekan"*/;
	font-weight: 400 /*rtl:300*/;
	margin: 8px 5px;
	position: relative;
}
.databox .databox-header i {
	margin-right: 5px;
}
.databox .databox-number {
	display: block;
	font-size: 17px;
	line-height: 26px;
	margin: 2px;
	position: relative;
	font-family: 'Roboto', 'Lucida Sans', 'trebuchet MS', Arial, Helvetica /*rtl:"Droid Arabic Kufi", "WYekan"*/;
}
.databox .databox-number i {
	margin-right: 5px;
}
.databox .databox-number.number-xs {
	font-size: 11px;
}
.databox .databox-number.number-sm {
	font-size: 14px;
}
.databox .databox-number.number-lg {
	font-size: 20px;
}
.databox .databox-number.number-xlg {
	font-size: 23px;
}
.databox .databox-number.number-xxlg {
	font-size: 30px;
}
.databox .databox-title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 2px;
	position: relative;
}
.databox .databox-title i {
	margin-right: 5px;
	font-size: 13px;
}
.databox .databox-text {
	display: block;
	font-size: 14px;
	margin: 4px 0 2px;
	position: relative;
	padding-left: 10px;
}
.databox .databox-text i {
	margin-right: 5px;
	font-size: 13px;
}
.databox .databox-inlinetext {
	font-size: 11px;
	margin: 2px;
	position: relative;
}
.databox .databox-inlinetext i {
	margin-right: 5px;
	font-size: 13px;
}
.databox .databox-stat {
	display: inline-block;
	position: absolute;
	right: 7px;
	top: 7px;
	padding: 2px 5px;
}
.databox .databox-stat.stat-left {
	left: 7px;
	right: auto;
}
.databox .databox-stat .stat-text {
	display: inline-block;
	font-size: 13px;
	padding-right: 5px;
	font-weight: 500;
}
.databox .databox-stat .stat-icon {
	display: inline-block;
	font-size: 13px;
}
.databox .databox-stat .stat-icon.icon-lg {
	font-size: 16px;
}
.databox .databox-stat .stat-icon.icon-xlg {
	font-size: 18px;
}
.databox .databox-stat.radius-bordered {
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
}
.databox .databox-stat[class*="bg-"] {
	color: #ffffff;
}
.databox .databox-state {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 24px;
	width: 24px;
	-webkit-border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 50%;
	-moz-background-clip: padding;
	border-radius: 50%;
	background-clip: padding-box;
	background-color: #e5e5e5;
	text-align: center;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	border: 2px solid #ffffff;
}
.databox .databox-state i {
	font-size: 13px;
	color: #ffffff;
	line-height: 20px;
}
.databox .databox-row {
	width: 100%;
	margin: 0;
	position: relative;
}


.databox .databox-row a {
   align-items: center;
   appearance: none;
   background-clip: padding-box;
   background-color: initial;
   background-image: none;
   border-style: none;
   box-sizing: border-box;
   color: #fff;
   cursor: pointer;
   display: inline-block;
   flex-direction: row;
   flex-shrink: 0;
   font-family: Eina01,sans-serif;
   font-size: 16px;
   font-weight: 800;
   justify-content: center;
   line-height: 24px;
   margin: 0;
   min-height: 48px;
   outline: none;
   overflow: visible;
   padding: 10px 26px;
   pointer-events: auto;
   position: relative;
   text-align: center;
   text-decoration: none;
   text-transform: none;
   user-select: none;
   -webkit-user-select: none;
   touch-action: manipulation;
   vertical-align: middle;
   width: auto;
   word-break: keep-all;
   z-index: 0;
}

@media (min-width: 768px) {
	.databox .databox-row a {
		padding: 9px 32px;
	}
}

.databox .databox-row a:before,
.databox .databox-row a:after {
	border-radius: 60px;
}

.databox .databox-row a:before {
	background-color: rgba(249, 58, 19, .32);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.databox .databox-row a:after {
	background-color: initial;
	background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
	bottom: 4px;
	content: "";
	display: block;
	left: 4px;
	overflow: hidden;
	position: absolute;
	right: 4px;
	top: 4px;
	transition: all 100ms ease-out;
	z-index: -1;
}

.databox .databox-row a:hover:not(:disabled):after {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	transition-timing-function: ease-in;
}

.databox .databox-row a:active:not(:disabled) {
	color: #ccc;
}

.databox .databox-row a:active:not(:disabled):after {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
	bottom: 4px;
	left: 4px;
	right: 4px;
	top: 4px;
}

.databox .databox-row a:disabled {
	cursor: default;
	opacity: .24;
}

.databox .databox-row[class*="bg-"] {
	color: #ffffff;
}
.databox .databox-row.bordered-bottom {
	border-bottom: 1px solid #ffffff;
}
.databox .databox-row.bordered-top {
	border-top: 1px solid #ffffff;
}
.databox .databox-row.bordered-left {
	border-left: 1px solid #ffffff;
}
.databox .databox-row.bordered-right {
	border-right: 1px solid #ffffff;
}
.databox .databox-row.bordered-thick {
	border-width: 2px;
}
.databox .databox-row.row-1 {
	height: 8.33%;
}
.databox .databox-row.row-2 {
	height: 16.66%;
}
.databox .databox-row.row-3 {
	height: 25%;
}
.databox .databox-row.row-4 {
	height: 33.33%;
}
.databox .databox-row.row-5 {
	height: 41.66%;
}
.databox .databox-row.row-6 {
	height: 50%;
}
.databox .databox-row.row-7 {
	height: 58.33%;
}
.databox .databox-row.row-8 {
	height: 66.66%;
}
.databox .databox-row.row-9 {
	height: 75%;
}
.databox .databox-row.row-10 {
	height: 83.33%;
}
.databox .databox-row.row-11 {
	height: 91.66%;
}
.databox .databox-row.row-12 {
	height: 100%;
}
.databox .databox-cell {
	height: 100%;
	margin: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.databox .databox-cell[class*="bg-"] {
	color: #ffffff;
}
.databox .databox-cell.bordered-bottom {
	border-bottom: 1px solid #ffffff;
}
.databox .databox-cell.bordered-top {
	border-top: 1px solid #ffffff;
}
.databox .databox-cell.bordered-left {
	border-left: 1px solid #ffffff;
}
.databox .databox-cell.bordered-right {
	border-right: 1px solid #ffffff;
}
.databox .databox-cell.bordered-thick {
	border-width: 2px;
}
.databox .databox-cell.cell-1 {
	width: 8.33%;
}
.databox .databox-cell.cell-2 {
	width: 16.66%;
}
.databox .databox-cell.cell-3 {
	width: 25%;
}
.databox .databox-cell.cell-4 {
	width: 33.33%;
}
.databox .databox-cell.cell-5 {
	width: 41.66%;
}
.databox .databox-cell.cell-6 {
	width: 50%;
}
.databox .databox-cell.cell-7 {
	width: 58.33%;
}
.databox .databox-cell.cell-8 {
	width: 66.66%;
}
.databox .databox-cell.cell-9 {
	width: 75%;
}
.databox .databox-cell.cell-10 {
	width: 83.33%;
}
.databox .databox-cell.cell-11 {
	width: 91.66%;
}
.databox .databox-cell.cell-12 {
	width: 100%;
}
.databox.databox-inverted .databox-left {
	-lh-property: 0;
	width:-webkit-calc(100% - 65px);
	width:-moz-calc(100% - 65px);
	width:calc(100% - 65px);
;
}
.databox.databox-inverted .databox-right {
	width: 65px;
}
.databox.databox-transparent .databox-left {
	background-color: transparent !important;
}
.databox.databox-transparent .databox-right {
	background-color: transparent !important;
}
.databox .databox-left {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0;
	width: 65px;
	height: 65px;
	padding: 10px;
	color: #2dc3e8;
}
.databox .databox-left[class*="bg-"] {
	color: #ffffff;
}
.databox .databox-right {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	-lh-property: 0;
	width:-webkit-calc(100% - 65px);
	width:-moz-calc(100% - 65px);
	width:calc(100% - 65px);
;
	height: 65px;
	color: #555555;
	padding: 5px 10px;
}
.databox .databox-right.bordered {
	border-left: 1px solid #ffffff;
}
.databox .databox-right.bordered-thick {
	border-left: 3px solid #ffffff;
}
.databox .databox-right[class*="bg-"] {
	color: #ffffff;
}
.databox.databox-shadowed {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.databox.radius-bordered {
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
}
.databox.radius-bordered .databox-left {
	-webkit-border-radius: 3px 0 0 3px /*rtl:0 3px 3px 0*/;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px 0 0 3px /*rtl:0 3px 3px 0*/;
	-moz-background-clip: padding;
	border-radius: 3px 0 0 3px /*rtl:0 3px 3px 0*/;
	background-clip: padding-box;
}
.databox.radius-bordered .databox-right {
	-webkit-border-radius: 0 3px 3px 0 /*rtl:3px 0 0 3px*/;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 3px 3px 0 /*rtl:3px 0 0 3px*/;
	-moz-background-clip: padding;
	border-radius: 0 3px 3px 0 /*rtl:3px 0 0 3px*/;
	background-clip: padding-box;
}
.databox.radius-bordered .databox-right .databox-row:first-child {
	-webkit-border-radius: 0 3px 0 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 3px 0 0;
	-moz-background-clip: padding;
	border-radius: 0 3px 0 0;
	background-clip: padding-box;
}
.databox.radius-bordered .databox-right .databox-row:last-child {
	-webkit-border-radius: 0 0 3px 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 0 3px 0;
	-moz-background-clip: padding;
	border-radius: 0 0 3px 0;
	background-clip: padding-box;
}
.databox.databox-graded {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
	background-image: -webkit-linear-gradient(left, #dddddd, #ffffff);
	background-image: -moz-linear-gradient(left, #dddddd, #ffffff);
	background-image: -o-linear-gradient(left, #dddddd, #ffffff);
	background-image: linear-gradient(to right, #dddddd, #ffffff);
}
.databox.databox-halved .databox-left {
	width: 50% !important;
}
.databox.databox-halved .databox-right {
	width: 50% !important;
}
.databox.databox-lg {
	height: 250px;
}
.databox.databox-lg .databox-icon > .fa:before,
.databox.databox-lg .databox-icon .typcn:before,
.databox.databox-lg .databox-icon .glyphicon:before,
.databox.databox-lg .databox-icon .wi:before {
	font-size: 48px;
	padding: 6px 4px 7px;
}
.databox.databox-lg .databox-sparkline {
	margin: 13px auto;
}
.databox.databox-lg .databox-number {
	font-size: 20px;
	margin: 4px 0 6px;
}
.databox.databox-lg .databox-left {
	width: 80px;
	height: 80px;
}
.databox.databox-lg .databox-right {
	-lh-property: 0;
	width:-webkit-calc(100% - 80px);
	width:-moz-calc(100% - 80px);
	width:calc(100% - 80px);
;
	height: 80px;
	padding: 10px 15px;
}
.databox.databox-lg.databox-inverted .databox-left {
	-lh-property: 0;
	width:-webkit-calc(100% - 80px);
	width:-moz-calc(100% - 80px);
	width:calc(100% - 80px);
;
}
.databox.databox-lg.databox-inverted .databox-right {
	width: 80px;
}
.databox.databox-xlg {
	height: 170px;
}
.databox.databox-xlg .databox-icon > .fa:before,
.databox.databox-xlg .databox-icon .typcn:before,
.databox.databox-xlg .databox-icon .glyphicon:before {
	padding: 6px 4px 7px;
}
.databox.databox-xlg .databox-icon .wi:before {
	font-size: 55px !important;
}
.databox.databox-xlg .databox-left {
	width: 170px;
	height: 170px;
}
.databox.databox-xlg .databox-right {
	-lh-property: 0;
	width:-webkit-calc(100% - 170px);
	width:-moz-calc(100% - 170px);
	width:calc(100% - 170px);
;
	height: 170px;
}
.databox.databox-xlg.databox-inverted .databox-left {
	-lh-property: 0;
	width:-webkit-calc(100% - 170px);
	width:-moz-calc(100% - 170px);
	width:calc(100% - 170px);
;
}
.databox.databox-xlg.databox-inverted .databox-right {
	width: 170px;
}
.databox.databox-xxlg {
	height: 250px;
}
.databox.databox-xxlg .databox-icon > .fa:before,
.databox.databox-xxlg .databox-icon .typcn:before,
.databox.databox-xxlg .databox-icon .glyphicon:before,
.databox.databox-xxlg .databox-icon .wi:before {
	font-size: 200px;
	padding: 6px 4px 7px;
}
.databox.databox-xxlg .databox-left {
	width: 250px;
	height: 250px;
}
.databox.databox-xxlg .databox-right {
	-lh-property: 0;
	width:-webkit-calc(100% - 250px);
	width:-moz-calc(100% - 250px);
	width:calc(100% - 250px);
;
	height: 250px;
}
.databox.databox-xxlg.databox-inverted .databox-left {
	-lh-property: 0;
	width:-webkit-calc(100% - 250px);
	width:-moz-calc(100% - 250px);
	width:calc(100% - 250px);
;
}
.databox.databox-xxlg.databox-inverted .databox-right {
	width: 250px;
}
.databox.databox-vertical {
	width: 100%;
	height: 100px;
}
.databox.databox-vertical .databox-top {
	position: relative;
	width: 100%;
	height: 50px;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 5px;
	color: #2dc3e8;
}
.dbh160 {
	height: 160px !important;
}
.dbh180 {
	height: 180px !important;
}
.databox.databox-vertical .databox-top[class*="bg-"] {
	color: #ffffff;
}
.databox.databox-vertical .databox-bottom {
	position: relative;
	width: 100%;
	height: 50px;
	display: inline-block;
	margin: 0;
	color: #555555;
	padding: 5px 10px;
}
.databox.databox-vertical .databox-bottom.bordered {
	border-top: 1px solid #ffffff;
}
.databox.databox-vertical .databox-bottom.bordered-thick {
	border-top: 3px solid #ffffff;
}
.databox.databox-vertical .databox-bottom[class*="bg-"] {
	color: #ffffff;
}
.dbh150 .databox-bottom {
	height: 100px !important;
}
.databox.databox-vertical .databox-icon > .fa:before,
.databox.databox-vertical .databox-icon .typcn:before,
.databox.databox-vertical .databox-icon .glyphicon:before,
.databox.databox-vertical .databox-icon .wi:before {
	font-size: 38px;
}
.databox.databox-vertical.radius-bordered {
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-top {
	-webkit-border-radius: 3px 3px 0 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px 3px 0 0;
	-moz-background-clip: padding;
	border-radius: 3px 3px 0 0;
	background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-top .databox-row:first-child .databox-cell:first-child {
	-webkit-border-radius: 3px 0 0 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px 0 0 0;
	-moz-background-clip: padding;
	border-radius: 3px 0 0 0;
	background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-top .databox-row:first-child .databox-cell:last-child {
	-webkit-border-radius: 0 3px 0 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 3px 0 0;
	-moz-background-clip: padding;
	border-radius: 0 3px 0 0;
	background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-top img {
	-webkit-border-radius: 3px 3px 0 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px 3px 0 0;
	-moz-background-clip: padding;
	border-radius: 3px 3px 0 0;
	background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-bottom {
	-webkit-border-radius: 0 0 3px 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 0 3px 3px;
	-moz-background-clip: padding;
	border-radius: 0 0 3px 3px;
	background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-bottom .databox-row:last-child .databox-cell:first-child {
	-webkit-border-radius: 0 0 0 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 0 0 3px;
	-moz-background-clip: padding;
	border-radius: 0 0 0 3px;
	background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-bottom .databox-row:last-child .databox-cell:last-child {
	-webkit-border-radius: 0 0 3px 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 0 3px 0;
	-moz-background-clip: padding;
	border-radius: 0 0 3px 0;
	background-clip: padding-box;
}
.databox.databox-vertical.radius-bordered .databox-bottom img {
	-webkit-border-radius: 0 0 3px 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 0 3px 3px;
	-moz-background-clip: padding;
	border-radius: 0 0 3px 3px;
	background-clip: padding-box;
}
.databox.databox-vertical.databox-graded {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
	background-image: -webkit-linear-gradient(top, #e5e5e5, #ffffff);
	background-image: -moz-linear-gradient(top, #e5e5e5, #ffffff);
	background-image: -o-linear-gradient(top, #e5e5e5, #ffffff);
	background-image: linear-gradient(to bottom, #e5e5e5, #ffffff);
}
.databox.databox-vertical.databox-halved .databox-top {
	height: 50%;
}
.databox.databox-vertical.databox-halved .databox-bottom {
	height: 50%;
}
.databox.databox-vertical.databox-lg {
	height: 150px;
	width: 100%;
}
.databox.databox-vertical.databox-lg .databox-number {
	font-size: 17px;
	margin: 2px;
}
.databox.databox-vertical.databox-lg .databox-icon > .fa:before,
.databox.databox-vertical.databox-lg .databox-icon .typcn:before,
.databox.databox-vertical.databox-lg .databox-icon .glyphicon:before {
	font-size: 38px !important;
	padding: 0;
}
.databox.databox-vertical.databox-lg .databox-icon .wi:before {
	font-size: 50px !important;
	padding: 0;
}
.databox.databox-vertical.databox-lg .databox-top {
	height: 50px;
}
.databox.databox-vertical.databox-lg .databox-bottom {
	height: 100px;
}
.databox.databox-vertical.databox-lg.databox-inverted .databox-icon > .fa:before,
.databox.databox-vertical.databox-lg.databox-inverted .databox-icon .typcn:before,
.databox.databox-vertical.databox-lg.databox-inverted .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-lg.databox-inverted .databox-icon .wi:before {
	font-size: 85px;
	padding: 0;
}
.databox.databox-vertical.databox-lg.databox-inverted .databox-top {
	height: 100px;
}
.databox.databox-vertical.databox-lg.databox-inverted .databox-bottom {
	height: 50px;
}
.databox.databox-vertical.databox-lg.databox-halved .databox-icon > .fa:before,
.databox.databox-vertical.databox-lg.databox-halved .databox-icon .typcn:before,
.databox.databox-vertical.databox-lg.databox-halved .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-lg.databox-halved .databox-icon .wi:before {
	font-size: 58px;
	padding: 0;
}
.databox.databox-vertical.databox-lg.databox-halved .databox-top {
	height: 75px;
}
.databox.databox-vertical.databox-lg.databox-halved .databox-bottom {
	height: 75px;
}
.databox.databox-vertical.databox-xlg {
	height: 200px;
	width: 100%;
}
.databox.databox-vertical.databox-xlg .databox-icon > .fa:before,
.databox.databox-vertical.databox-xlg .databox-icon .typcn:before,
.databox.databox-vertical.databox-xlg .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xlg .databox-icon .wi:before {
	font-size: 38px;
	padding: 0;
}
.databox.databox-vertical.databox-xlg .databox-top {
	height: 50px;
}
.databox.databox-vertical.databox-xlg .databox-bottom {
	height: 150px;
}
.databox.databox-vertical.databox-xlg.databox-inverted .databox-icon > .fa:before,
.databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .typcn:before,
.databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xlg.databox-inverted .databox-icon .wi:before {
	font-size: 120px;
	padding: 10px;
}
.databox.databox-vertical.databox-xlg.databox-inverted .databox-top {
	height: 150px;
}
.databox.databox-vertical.databox-xlg.databox-inverted .databox-bottom {
	height: 50px;
}
.databox.databox-vertical.databox-xlg.databox-halved .databox-icon > .fa:before,
.databox.databox-vertical.databox-xlg.databox-halved .databox-icon .typcn:before,
.databox.databox-vertical.databox-xlg.databox-halved .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xlg.databox-halved .databox-icon .wi:before {
	font-size: 85px;
	padding: 0;
}
.databox.databox-vertical.databox-xlg.databox-halved .databox-top {
	height: 100px;
}
.databox.databox-vertical.databox-xlg.databox-halved .databox-bottom {
	height: 100px;
}
.databox.databox-vertical.databox-xxlg {
	height: 400px;
	width: 100%;
}
.databox.databox-vertical.databox-xxlg .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxlg .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxlg .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxlg .databox-icon .wi:before {
	font-size: 38px;
	padding: 0;
}
.databox.databox-vertical.databox-xxlg .databox-top {
	height: 50px;
}
.databox.databox-vertical.databox-xxlg .databox-bottom {
	height: 250px;
}
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-icon .wi:before {
	font-size: 220px;
	padding: 10px;
}
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-top {
	height: 250px;
}
.databox.databox-vertical.databox-xxlg.databox-inverted .databox-bottom {
	height: 50px;
}
.databox.databox-vertical.databox-xxlg.databox-halved .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxlg.databox-halved .databox-icon .wi:before {
	font-size: 120px;
	padding: 10px;
}
.databox.databox-vertical.databox-xxlg.databox-halved .databox-top {
	height: 150px;
}
.databox.databox-vertical.databox-xxlg.databox-halved .databox-bottom {
	height: 150px;
}
.databox.databox-vertical.databox-xxxlg {
	height: 500px;
	width: 100%;
}
.databox.databox-vertical.databox-xxxlg .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxxlg .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxxlg .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxxlg .databox-icon .wi:before {
	font-size: 38px;
	padding: 0;
}
.databox.databox-vertical.databox-xxxlg .databox-top {
	height: 50px;
}
.databox.databox-vertical.databox-xxxlg .databox-bottom {
	height: 450px;
}
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-icon .wi:before {
	font-size: 420px;
	padding: 10px;
}
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-top {
	height: 450px;
}
.databox.databox-vertical.databox-xxxlg.databox-inverted .databox-bottom {
	height: 50px;
}
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon > .fa:before,
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .typcn:before,
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .glyphicon:before,
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-icon .wi:before {
	font-size: 220px;
	padding: 10px;
}
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-top {
	height: 250px;
}
.databox.databox-vertical.databox-xxxlg.databox-halved .databox-bottom {
	height: 250px;
}
.databox .chart {
	font-size: 13px;
}
/*#endregion DataBoxes*/
/*#region Bordered Colors*/
.bordered-solid {
	border-style: solid !important;
}
.bordered-dashed {
	border-style: dashed !important;
}
.bordered-dotted {
	border-style: dotted !important;
}
.bordered-double {
	border-style: double !important;
}
.bordered-1 {
	border: 1px solid #ffffff;
}
.bordered-2 {
	border: 2px solid #ffffff;
}
.bordered-3 {
	border: 3px solid #ffffff;
}
.bordered-4 {
	border: 4px solid #ffffff;
}
.bordered-5 {
	border: 5px solid #ffffff;
}
.bordered-bottom-1 {
	border-bottom: 1px solid #ffffff;
}
.bordered-bottom-2 {
	border-bottom: 2px solid #ffffff;
}
.bordered-bottom-3 {
	border-bottom: 3px solid #ffffff;
}
.bordered-bottom-4 {
	border-bottom: 4px solid #ffffff;
}
.bordered-bottom-5 {
	border-bottom: 5px solid #ffffff;
}
.bordered-top-1 {
	border-top: 1px solid #ffffff;
}
.bordered-top-2 {
	border-top: 2px solid #ffffff;
}
.bordered-top-3 {
	border-top: 3px solid #ffffff;
}
.bordered-top-4 {
	border-top: 4px solid #ffffff;
}
.bordered-top-5 {
	border-top: 5px solid #ffffff;
}
.bordered-left-1 {
	border-left: 1px solid #ffffff;
}
.bordered-left-2 {
	border-left: 2px solid #ffffff;
}
.bordered-left-3 {
	border-left: 3px solid #ffffff;
}
.bordered-left-4 {
	border-left: 4px solid #ffffff;
}
.bordered-left-5 {
	border-left: 5px solid #ffffff;
}
.bordered-right-1 {
	border-right: 1px solid #ffffff;
}
.bordered-right-2 {
	border-right: 2px solid #ffffff;
}
.bordered-right-3 {
	border-right: 3px solid #ffffff;
}
.bordered-right-4 {
	border-right: 4px solid #ffffff;
}
.bordered-right-5 {
	border-right: 5px solid #ffffff;
}
.bordered-themeprimary {
	border-color: #2dc3e8 !important;
}
.bordered-themesecondary {
	border-color: #fb6e52 !important;
}
.bordered-themethirdcolor {
	border-color: #ffce55 !important;
}
.bordered-themefourthcolor {
	border-color: #a0d468 !important;
}
.bordered-themefifthcolor {
	border-color: #e75b8d !important;
}
.bordered-white {
	border-color: #ffffff !important;
}
.bordered-snow {
	border-color: #fbfbfb !important;
}
.bordered-whitesmoke {
	border-color: #f5f5f5 !important;
}
.bordered-seashell {
	border-color: #f3f3f3 !important;
}
.bordered-ivory {
	border-color: #eeeeee !important;
}
.bordered-platinum {
	border-color: #e5e5e5 !important;
}
.bordered-lightgray {
	border-color: #d0d0d0 !important;
}
.bordered-gray {
	border-color: #cccccc !important;
}
.bordered-darkgray {
	border-color: #999999 !important;
}
.bordered-silver {
	border-color: #777777 !important;
}
.bordered-sonic-silver {
	border-color: #737373 !important;
}
.bordered-storm-cloud {
	border-color: #666666 !important;
}
.bordered-lightcarbon {
	border-color: #555555 !important;
}
.bordered-carbon {
	border-color: #444444 !important;
}
.bordered-slate-gray {
	border-color: #333333 !important;
}
.bordered-darkcarbon {
	border-color: #262626 !important;
}
.bordered-blue {
	border-color: #5db2ff !important;
}
.bordered-info {
	border-color: #57b5e3 !important;
}
.bordered-sky {
	border-color: #11a9cc !important;
}
.bordered-primary {
	border-color: #4374e0 !important;
}
.bordered-azure {
	border-color: #2dc3e8 !important;
}
.bordered-blueberry {
	border-color: #6f85bf !important;
}
.bordered-palegreen {
	border-color: #a0d468 !important;
}
.bordered-success {
	border-color: #53a93f !important;
}
.bordered-green {
	border-color: #8cc474 !important;
}
.bordered-lightyellow {
	border-color: #f6d52e !important;
}
.bordered-yellow {
	border-color: #ffce55 !important;
}
.bordered-warning {
	border-color: #f4b400 !important;
}
.bordered-gold {
	border-color: #f9b256 !important;
}
.bordered-orange {
	border-color: #fb6e52 !important;
}
.bordered-lightred {
	border-color: #e46f61 !important;
}
.bordered-darkorange {
	border-color: #ed4e2a !important;
}
.bordered-red {
	border-color: #df5138 !important;
}
.bordered-danger {
	border-color: #d73d32 !important;
}
.bordered-pink {
	border-color: #e75b8d !important;
}
.bordered-darkpink {
	border-color: #cc324b !important;
}
.bordered-magenta {
	border-color: #bc5679 !important;
}
.bordered-purple {
	border-color: #7e3794 !important;
}
.bordered-maroon {
	border-color: #981b48 !important;
}
/*#endregion Bordered Colors*/
/*#region Background Colors*/
.bg-themeprimary {
	background-color: #2dc3e8 !important;
}
.bg-themesecondary {
	background-color: #fb6e52 !important;
}
.bg-themethirdcolor {
	background-color: #ffce55 !important;
}
.bg-themefourthcolor {
	background-color: #a0d468 !important;
}
.bg-lightgreen {
	background-color: #ccffcc !important;
}
.bg-themefifthcolor {
	background-color: #e75b8d !important;
}
.bg-white {
	background-color: #ffffff !important;
}
.bg-snow {
	background-color: #fbfbfb !important;
}
.bg-whitesmoke {
	background-color: #f5f5f5 !important;
}
.bg-seashell {
	background-color: #f3f3f3 !important;
}
.bg-ivory {
	background-color: #eeeeee !important;
}
.bg-platinum {
	background-color: #e5e5e5 !important;
}
.bg-lightgray {
	background-color: #d0d0d0 !important;
}
.bg-gray {
	background-color: #cccccc !important;
}
.bg-darkgray {
	background-color: #999999 !important;
}
.bg-silver {
	background-color: #777777 !important;
}
.bg-sonic-silver {
	background-color: #737373 !important;
}
.bg-storm-cloud {
	background-color: #666666 !important;
}
.bg-lightcarbon {
	background-color: #555555 !important;
}
.bg-carbon {
	background-color: #444444 !important;
}
.bg-slate-gray {
	background-color: #333333 !important;
}
.bg-darkcarbon {
	background-color: #262626 !important;
}
.bg-blue {
	background-color: #5db2ff !important;
}
.bg-info {
	background-color: #57b5e3 !important;
}
.bg-sky {
	background-color: #11a9cc !important;
}
.bg-primary {
	background-color: #4374e0 !important;
}
.bg-azure {
	background-color: #2dc3e8 !important;
}
.bg-blueberry {
	background-color: #6f85bf !important;
}
.bg-palegreen {
	background-color: #a0d468 !important;
}
.bg-success {
	background-color: #53a93f !important;
}
.bg-green {
	background-color: #8cc474 !important;
}
.bg-lightyellow {
	background-color: #f6d52e !important;
}
.bg-yellow {
	background-color: #ffce55 !important;
}
.bg-warning {
	background-color: #f4b400 !important;
}
.bg-gold {
	background-color: #f9b256 !important;
}
.bg-orange {
	background-color: #fb6e52 !important;
}
.bg-lightred {
	background-color: #e46f61 !important;
}
.bg-darkorange {
	background-color: #ed4e2a !important;
}
.bg-red {
	background-color: #df5138 !important;
}
.bg-danger {
	background-color: #d73d32 !important;
}
.bg-pink {
	background-color: #e75b8d !important;
}
.bg-darkpink {
	background-color: #cc324b !important;
}
.bg-magenta {
	background-color: #bc5679 !important;
}
.bg-purple {
	background-color: #7e3794 !important;
}
.bg-maroon {
	background-color: #981b48 !important;
}
/*#endregion Background Colors*/
.dropdown-item {
	display: block;
	width: 100%;
	padding: .65rem 1rem;
	clear: both;
	color: #212529;
	text-align: inherit;
	background-color: transparent;
	border: 0;
}
.bigfont{
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}
.bigfont label{
	font-size:18px !important;
	margin-top: 12px;
}
.rating {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	margin-top: 12px;
}

.rating>input {
	display: none
}

.rating>label {
	position: relative;
	width: 1em;
	font-size: 41px !important;
	color: #FFD600;
	cursor: pointer;
	margin-top: 2px;
}

.rating>label::before {
	content: "\2605";
	position: absolute;
	opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
	opacity: 1 !important
}

.rating>input:checked~label:before {
	opacity: 1
}

.rating:hover>input:checked~label:before {
	opacity: 0.4
}
.scrollbox {
	border: 1px solid #CCCCCC;
	width: 350px;
	height: 100px;
	background: #FFFFFF;
	overflow-y: scroll;
}
.scrollbox img {
	float: right;
}

.chat-container {
	margin: 12px auto;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	max-width: 96%;
}

.chat-header {
	background-color: #25D366;
	color: #fff;
	padding: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.chat-body {
	max-height: 400px;
	overflow-y: auto;
	padding: 12px;
}

.message {
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 10px;
	border-radius: 5px;
}

.customer-message {
	float: left;
	background-color: #DCF8C6;
}

.agent-message, .user-message {
	float: right;
	background-color: #fedb93;
}

.chat-footer {
	border-top: 1px solid #ccc;
}

.textarea-container {
	position: relative;
}

.message-textarea {
	width: calc(100% - 38px);
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-right: 8px;
}

.send-btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
}