@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,800);
.pad-0,
body {
	padding: 0
}

#wrapper,
.page,
body {
	min-height: 100%
}

.nav>li>a:focus,
.nav>li>a:hover,
a {
	text-decoration: none
}

body {
	font-family: 'Kalpurush', sans-serif;
	font-size: 16px;
	color: #333;
	background-color: #f5f5f5;
	margin: 0;
	line-height: 24px;
	overflow-x: hidden;
	font-weight: 400
}

body.bg-light {
	background-color: #fff!important
}

body.bg-light #wrapper {
	background-color: #fff
}

a {
	transition: all .3s ease-in-out;
	color: #01a8fe
}

a:focus,
a:hover,
button,
button:focus {
	background-color: transparent;
	outline: 0!important;
	text-decoration: none;
	color: #01a8fe
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bolder;
	margin-top: 0;
	color: #333;
	font-family: 'Kalpurush', sans-serif!important
}

h1 {
	font-size: 36px
}

h2 {
	font-size: 30px
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 20px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

.label {
	font-weight: 400
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label,
.text-success {
	color: #10c469
}

.editable-empty,
.editable-empty:focus,
.editable-empty:hover,
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label,
.text-danger {
	color: #d9534f
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label,
.text-warning {
	color: #de9a39
}

.text-primary {
	color: #01a8fe
}

.text-info {
	color: #56C0E0
}

.text-muted {
	color: rgba(255, 255, 255, .7)
}

.btn-success,
.label-success {
	background-color: #1bbf89!important;
	border: 1px solid #1bbf89!important
}

.btn-info,
.label-info {
	background-color: #56C0E0!important;
	border: 1px solid #56C0E0!important
}

.btn-primary {
	background-color: #729A02!important;
	border: 1px solid #729A02!important
}

.btn-danger,
.label-danger {
	background-color: #DB524B!important;
	border: 1px solid #DB524B!important
}

.btn-warning,
.label-warning {
	background-color: #f7af3e!important;
	border: 1px solid #f7af3e!important
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #01a8fe;
	border-color: #01a8fe
}

.panel-info>.panel-heading {
	color: #fff;
	background-color: #56C0E0;
	border-color: #56C0E0
}

.panel-success>.panel-heading {
	color: #fff;
	background-color: #1bbf89;
	border-color: #1bbf89
}

.panel-warning>.panel-heading {
	color: #fff;
	background-color: #f7af3e;
	border-color: #f7af3e
}

.panel-danger>.panel-heading {
	color: #fff;
	background-color: #DB524B;
	border-color: #DB524B
}

.panel-default>.panel-heading {
	position: relative;
	background: #dae6ec;
	color: #333;
	border-color: #dae6ec
}

.panel-default>.panel-heading a {
	color: #333
}

.panel-success {
	border-color: #1bbf89
}

.panel-primary {
	border-color: #01a8fe
}

.panel-info {
	border-color: #56C0E0
}

.panel-warning {
	border-color: #f7af3e
}

.panel-danger {
	border-color: #DB524B
}

.alert-success {
	/*color: #fff;
	background-color: #729A02;
	border-color: #729A02;*/
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
	border-bottom: 3px solid #683091 !important;
}

.alert-info {
	color: #fff;
	background-color: #56C0E0;
	border-color: #56C0E0;
	border-bottom: 3px solid #683091 !important;
}

.alert-warning {
	color: #fff;
	background-color: #f7af3e;
	border-color: #f7af3e;
	border-bottom: 3px solid #683091 !important;
}

.alert-danger {
	color: #fff;
	background-color: #DB524B;
	border-color: #DB524B;
	border-bottom: 3px solid #683091 !important;
}

.alert-link {
	font-weight: 600!important;
	color: #fff!important;
	border-bottom: 3px solid #683091 !important;
}

.alert-dismissable .close,
.alert-dismissible .close {
	opacity: .6
}

.panel-heading {
	color: #fff;
	font-family: 'Kalpurush', sans-serif;
	font-weight: 400
}

.badge-danger {
	background-color: red
}

.badge-succes {
	background-color: #70ac07
}

blockquote {
	border-left-color: #4c5761
}

.space-20 {
	height: 20px
}

.space-30 {
	height: 30px
}

.space-40 {
	height: 40px
}

.space-50 {
	height: 50px
}

.space-60 {
	height: 60px
}

.space-70 {
	height: 70px
}

.margin-b-30 {
	margin-bottom: 30px
}

.page {
	position: relative
}

b,
label,
strong {
	font-weight: 700
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.pace-inactive {
	display: none
}

.pace .pace-progress {
	background: #fff;
	position: fixed;
	z-index: 99000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 4px
}

#wrapper {
	margin: 0 0 0 220px;
	padding: 50px 0 0;
	transition: all .4s ease 0s;
	position: relative
}

.content-wrapper {
	/*padding: 20px 30px 0*/
	padding: 10px 20px 0
}

.content-wrapper.container {
	width: 100%
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 0
}

.page-title {
	padding-bottom: 30px;
	text-transform: capitalize
}

.page-title h1 {
	font-weight: 400;
	font-size: 23px
}

.page-title .breadcrumb {
	padding: 0;
	margin: 0;
	background-color: transparent
}

.breadcrumb>.active {
	color: #333
}

.jvectormap-zoomin {
	top: 0!important
}

.jvectormap-zoomout {
	top: 20px!important
}

.tile {
	background-color: #01a8fe
}

.tile .tile-title {
	color: #fff;
	text-transform: capitalize;
	background-color: rgba(255, 255, 255, .1);
	padding: 3px 15px
}

.tile-body {
	padding: 15px;
	background-color: #01a8fe
}

.tile-body i {
	font-size: 35px;
	color: #fff
}

.tile-body h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 35px;
	margin: 0
}

.panel,
.panel-card {
	margin-bottom: 30px
}

.tile-footer {
	padding: 4px 15px;
	color: #fff;
	background-color: rgba(255, 255, 255, .1)
}

.tile-footer a {
	color: #fff
}

.tile.red {
	background-color: #fa4345
}

.tile.green {
	background-color: #91be24
}

.tile.blue {
	background-color: #165bf7
}

.tile.purple {
	background-color: #972cf1
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control:-moz-placeholder {
	color: #999
}

.form-control::-moz-placeholder {
	color: #999
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control,
.placeholder {
	color: #999
}

.panel {
	background: 0 0;
	box-shadow: none;
	-webkit-box-shadow: none
}

.panel-card {
	border: 0;
	box-shadow: 0;
	background-color: #fff;
	padding: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px
}

.panel-card>.panel-heading {
	background-color: transparent;
	border-color: transparent;
	font-size: 16px;
	padding: 0;
	margin-bottom: 30px;
	color: #333
}

.panel-actions {
	right: 30px;
	position: absolute;
	top: 10px
}

.panel-actions a {
	color: #333;
	display: inline-block;
	margin-left: 10px
}

#flot-tooltip span,
.recent-activites .list-group-item small {
	display: block
}

.panel-heading .panel-title {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400
}

.panel-actions a:hover {
	color: #3e81ec
}

.panel-action-toggle:before {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 20px
}

.panel-action-dismiss:before {
	content: "\f00d";
	font-family: FontAwesome
}

.panel-collapsed .panel-action-toggle:before {
	content: "\f106"
}

.panel-card .panel-body {
	padding: 0
}

.recent-activites .list-group .list-group-item:first-child {
	border-top-width: 0
}

.recent-activites .list-group a {
	font-size: 15px
}

#flot-tooltip,
#flot-tooltip b,
#flot-tooltip i {
	font-family: sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center
}

.recent-activites .list-group {
	padding: 0;
	margin: 0
}

.recent-activites .list-group-item {
	position: relative;
	display: block;
	padding: 10px 0;
	margin-bottom: -1px;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, .05);
	border-radius: 0;
	border-left-width: 0;
	border-right-width: 0;
	-webkit-border-radius: 0
}

.recent-activites .list-group-item:last-child {
	border-bottom: 0
}

.table-recent-orders>tbody>tr>td,
.table-recent-orders>thead>tr>th {
	text-align: center
}

.panel-default {
	border-color: rgba(0, 0, 0, .1)
}

.panel-default .panel-body {
	border-top-color: #4c5761
}

@media(max-width:767px) {
	.table-responsive {
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%
	}
	.content-wrapper {
		/*padding: 25px 15px 40px;*/
		padding: 5px 5px 5px;
	}
}

#flot-tooltip {
	position: absolute;
	background: rgba(255, 255, 255, .8);
	border: 2px solid rgba(230, 230, 230, .8);
	border-radius: 10px;
	padding: 6px
}

#flot-tooltip b {
	font-weight: 700;
	margin: .25em 0
}

#flot-tooltip i {
	margin: .1em 0;
	white-space: nowrap;
	font-style: normal
}

.legend .legendColorBox>div {
	margin-right: 3px;
	border: none!important
}

.legend>div {
	background-color: transparent!important;
	color: #333
}

.legend .legendLabel {
	color: #333
}

.jvectormap-label {
	position: absolute;
	display: none;
	border: 1px solid #344154;
	border-radius: 3px;
	background: #344154;
	color: #fff;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px 5px;
	z-index: 999
}

.jvectormap-zoomin,
.jvectormap-zoomout {
	position: absolute;
	left: 10px;
	border-radius: 3px;
	background: #344154;
	padding: 3px;
	color: #fff;
	width: 18px;
	height: 18px;
	cursor: pointer;
	line-height: 10px;
	text-align: center
}

.lockscreen {
	background-color: #f5f5f5;
	padding-top: 150px
}

.locksreen-col {
	width: 220px;
	margin: 0 auto
}

.lockscreen img {
	border: 6px solid rgba(0, 0, 0, .1);
	border-radius: 50%
}

.lockscreen h3 {
	margin-top: 20px;
	font-size: 25px
}

.lockscreen h3 small {
	font-size: 13px;
	display: block;
	margin-bottom: 15px
}

.lockscreen .m-t {
	margin: 20px auto 0
}

.lockscreen .form-control {
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	background-color: #fff;
	-webkit-box-shadow: none;
	height: 45px
}

.lockscreen .btn-primary {
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #01a8fe
}

.btn-default[data-toggle=tooltip],
.btn-default[data-toggle=popover] {
	margin-bottom: 3px
}

.account {
	background: #f5f5f5;
	padding-top: 150px
}

.account-col {
	width: 300px;
	margin: 0 auto;
	text-align: center
}

.account-col h1 {
	font-weight: 800;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(0, 0, 0, .1);
	margin-bottom: 25px
}

.account-col h3,
.btn {
	text-transform: capitalize
}

.account-col h3 {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 400
}

.account-col .form-control {
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none
}

.account-col .btn-primary {
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #01a8fe;
	margin-bottom: 20px
}

.account-col a:hover {
	color: #01a8fe
}

.account-col .btn-default {
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	background-color: transparent;
	margin-bottom: 20px;
	color: #01a8fe
}

.account-col .btn-default:hover {
	color: #999;
	background-color: transparent
}

div.dataTables_length label {
	font-weight: 400;
	float: left;
	text-align: left
}

.btn-circle,
.error .container,
.mail-btn li,
.price-box,
.show-grid span,
.star {
	text-align: center
}

div.dataTables_length select {
	width: 75px
}

div.dataTables_filter label {
	font-weight: 400;
	float: right
}

div.dataTables_filter label input {
	border: 1px solid #ddd;
	padding: 0 15px
}

div.dataTables_filter label input:focus {
	outline: 0!important;
	border-color: #01a8fe
}

div.dataTables_filter input {
	width: 16em
}

div.dataTables_info {
	padding-top: 8px
}

div.dataTables_paginate {
	float: right;
	margin: 0
}

div.dataTables_paginate ul.pagination {
	margin: 2px
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #333;
	cursor: not-allowed;
	background-color: transparent;
	border-color: #ddd
}

.mail-btn li,
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc,
table.table thead .sorting_desc_disabled {
	cursor: pointer
}

table.table {
	clear: both;
	margin-top: 6px!important;
	margin-bottom: 6px!important;
	max-width: none!important
}

.sorting:before,
.sorting_asc:before,
.sorting_desc:before {
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal
}

.sorting:before {
	content: "\f0dc";
	margin-right: 7px
}

.sorting_asc:before {
	content: "\f0de";
	margin-right: 7px
}

.sorting_desc:before {
	content: "\f0dd";
	margin-right: 7px
}

table.dataTable th:active {
	outline: 0
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #683091;
	border-color: #683091;
}

.pagination>li>a,
.pagination>li>span {
	color: #333
}

body.error {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.error .container {
	max-width: 450px;
	padding-top: 200px
}

.error-box {
	padding: 20px;
	background-color: rgba(255, 255, 255, .7)
}

.error-box h1 {
	font-size: 90px
}

.error-box h4 {
	font-weight: 600
}

.show-grid span {
	display: block;
	background: rgba(0, 0, 0, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	min-height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	-webkit-transition: All .4s ease;
	-moz-transition: All .4s ease;
	-ms-transition: All .4s ease;
	-o-transition: All .4s ease;
	transition: All .4s ease
}

ol.stylish-lists,
ul.stylish-lists {
	padding: 0;
	margin: 0 0 0 25px
}

ul.stylish-lists {
	list-style-type: disc
}

.fontawesome-icon-list .fa-hover a {
	display: block;
	color: #848c94;
	line-height: 32px;
	height: 32px;
	padding-left: 10px;
	border-radius: 4px
}

.wysihtml5-toolbar .btn-default {
	margin-right: 2px;
	border-radius: 0;
	border: 0
}

.wysihtml5-toolbar .btn-default.active,
.wysihtml5-toolbar .btn-default:active,
.wysihtml5-toolbar .open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #01a8fe;
	border-color: #01a8fe
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #01a8fe;
	border-color: #01a8fe;
	outline: 0
}

.btn {
	font-weight: bold;
	letter-spacing: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px
}

.btn:hover {
	opacity: .9!important
}

.btn-link {
	color: #01a8fe
}

.btn-link:hover {
	color: #333
}

.btn-default {
	background-color: #dae6ec;
	border-color: #dae6ec
}

.btn-default:focus,
.btn-default:hover {
	background: rgba(0, 0, 0, .1);
	border-color: rgba(0, 0, 0, .1)
}

.form-control,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, .1);
	color: #333;
	/*background-color: transparent*/
}

.btn-3d {
	border-bottom: 3px solid rgba(0, 0, 0, .15)!important
}

.btn-circle {
	padding: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 30px
}

.btn-circle.btn-lg {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 40px
}

.btn-circle.btn-xs {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px
}

.mail-box-row-2 .dropdown-menu li a,
.mail-btn li {
	font-size: 13px
}

.hr-line-dashed {
	border-top: 1px dashed rgba(0, 0, 0, .1);
	color: #fff;
	background-color: rgba(0, 0, 0, .1);
	height: 1px;
	margin: 20px 0
}

.input-group-addon {
	background-color: rgba(0, 0, 0, .1);
	border-color: rgba(0, 0, 0, .2);
	color: #333
}

.btn-white,
.btn-white:focus,
.btn-white:hover {
	background: rgba(0, 0, 0, .1);
	border-color: rgba(255, 255, 255, .2)
}

.btn-white {
	color: #333
}

.btn-white:focus,
.btn-white:hover {
	color: #01a8fe
}

.note-editor .dropdown-menu>li>a {
	padding: 5px 15px!important;
	cursor: pointer
}

.note-editor .dropdown-menu>li>a i {
	color: #333
}

.btn-default[data-toggle=tooltip],
.btn-default[data-toggle=popover],
.sweet-buttons .btn-primary {
	margin: 3px
}

.content-wrapper h2 {
	margin-bottom: 15px
}

.m-b {
	margin-bottom: 15px
}

.mail-btn {
	margin-bottom: 30px
}

.mail-btn li {
	display: inline-block;
	background: #ddd;
	margin-left: 5px;
	color: #333;
	border-radius: 2px;
	padding: 10px 15px;
	position: relative;
	margin-bottom: 10px
}

.mail-btn li:hover {
	background-color: #01a8fe;
	color: #fff
}

.mail-btn li i {
	margin-right: 8px
}

.star {
	color: #fff!important;
	background: #B7C1D3;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid #B7C1D3
}

.price-box {
	box-shadow: 1px 2px 15px rgba(255, 255, 255, .05);
	-webkit-box-shadow: 1px 2px 15px rgba(255, 255, 255, .05);
	transition: all .3s;
	-webkit-transition: all .3s;
	padding-bottom: 20px;
	border: 1px solid rgba(255, 255, 255, .1)
}

.price-box.popular h3 {
	background-color: #01a8fe;
	color: #fff
}

.price-box:hover {
	box-shadow: none;
	-webit-box-shadow: none
}

.price-box h3 {
	color: #333;
	background-color: transparent;
	text-transform: uppercase;
	padding: 20px;
	margin-bottom: 0;
	font-weight: 700
}

.contact-details,
.gallery-col {
	margin-bottom: 30px
}

.price-box h4 {
	font-size: 40px;
	font-weight: 700;
	background-color: rgba(0, 0, 0, .1);
	padding: 10px
}

.price-box h4 sub,
.price-box h4 sup {
	font-size: 12px
}

.price-box h4 sup {
	vertical-align: top;
	top: 9px;
	font-weight: 400
}

.price-box h4 sub {
	vertical-align: bottom;
	bottom: 7px;
	left: -9px;
	font-weight: 400
}

.price-box h4 span {
	display: block;
	font-size: 13px;
	color: #01a8fe;
	font-weight: 600;
	margin-top: 5px
}

.blog-desc h3,
.blog-meta,
.contact-details h3,
.post-header h2,
.price-box ul li {
	font-weight: 400
}

.price-box ul {
	text-align: left
}

.price-box ul li {
	padding: 8px 25px;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.price-box ul li i {
	color: #01a8fe;
	margin-right: 10px
}

.price-box p {
	padding: 20px 25px;
	font-size: 12px;
	line-height: 18px
}

.price-box.dark {
	background-color: #222;
	border: 0
}

.price-box.dark h3,
.price-box.dark h4 {
	color: #fff;
	background-color: rgba(68, 70, 79, .5)
}

.price-box.dark p,
.price-box.dark ul li {
	color: rgba(255, 255, 255, .8)
}

.price-box.dark.popular h3 {
	background-color: #01a8fe
}

.price-box.dark ul li {
	border-bottom-color: rgba(255, 255, 255, .1)
}

.contact-details {
	padding-top: 30px
}

.socials li {
	padding: 0
}

.socials li a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #4c5761;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	font-size: 18px;
	display: block
}

.socials li a:hover {
	color: #fff;
	background-color: #01a8fe
}

.jqstooltip {
	box-sizing: content-box;
	color: #fff
}

.flot-chart {
	display: block;
	height: 200px
}

.flot-chart-content {
	width: 100%;
	height: 100%
}

.flot-chart-pie-content {
	width: 280px;
	height: 200px;
	margin: auto
}

.form-control {
	box-shadow: none;
	-webkit-box-shadow: none
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
	color: #333
}

.bwizard ul.bwizard-steps {
	/*margin-bottom: 30px;*/
	margin-bottom: 10px;
}


.bwizard ul.pager {
	margin-bottom: 0
}

.bwizard-steps li a {
	display: block;
	padding: 8px 20px;
	background-color: rgba(0, 0, 0, .1);
	color: #333;
	border-radius: 5px;
	margin-bottom: 5px
}

.bwizard-steps li.active a,
.bwizard-steps li.completed a {
	background-color: #683091;
	color: #fff
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span,
.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: rgba(0, 0, 0, .1);
	border: 1px solid rgba(0, 0, 0, .02);
	border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover,
.pager li>span:focus,
.pager li>span:hover {
	background-color: #683091;
	color: #fff
}

input[type=checkbox],
input[type=radio] {
	margin: 8px 0 0
}

.bwizard .control-label {
	font-size: 12px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .1)
}

.popover-title {
	color: #333!important
}

.table-bordered {
	border-color: rgba(0, 0, 0, .2)
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 1px
}

.popover {
	background: #eee
}

.popover.top>.arrow:after {
	border-top-color: #eee
}

.pagination>li>a,
.pagination>li>span {
	background-color: transparent;
	border-color: #ddd
}

.fc-unthemed .fc-today {
	background: #01a8fe;
	color: #fff
}

.fc-basic-view .fc-day-number {
	padding: 5px!important;
	font-size: 13px;
	line-height: 13px
}

.jqstooltip,
div#flotTip {
	color: #fff;
	background: rgba(0, 0, 0, .95)!important;
	border-color: #000!important;
	border-radius: 4px!important;
	-webkit-border-radius: 4px!important
}

.morris-hover.morris-default-style {
	border-color: #000;
	background-color: rgba(0, 0, 0, .95)
}

.morris-hover.morris-default-style .morris-hover-row-label {
	color: #fff
}

.ct-label {
	font-size: 11px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #fff;
	background-color: #683091;
	border-color: #683091
}

.bwizard .has-error .form-control {
	box-shadow: none;
	-webkit-box-shadow: none
}

.bwizard .help-block {
	text-align: left;
	font-weight: 400;
	font-size: 13px
}

.bwizard .progress {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 30px;
	-webkit-border-radius: 30px
}

.bwizard .progress-bar {
	background-color: #683091
}

.blog-post {
	padding: 0;
	background-color: transparent;
	border-radius: 5px;
	-webkit-border-radius: 5px
}

.blog-post img {
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px
}

.blog-desc {
	padding: 15px;
	background: #fff
}

.blog-desc h3 {
	font-size: 20px
}

.blog-desc h3 a {
	color: #333
}

.blog-meta {
	display: block;
	font-size: 12px
}

.blog-meta a {
	margin-right: 10px
}

.blog-meta a+a {
	display: inline-block;
	margin-left: 10px;
	margin-right: 0
}

.post-header {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding-bottom: 20px;
	margin-bottom: 20px
}

.post-header h2 {
	font-size: 30px
}

.blog-single-post .panel .panel-heading {
	font-size: 25px
}

.sidebar-widget {
	padding-bottom: 30px
}

.sidebar-widget h4 {
	text-transform: uppercase;
	font-weight: 700
}

.buttons-column h3,
.fc th,
.tag-list a {
	font-weight: 400
}

hr {
	border-top-color: rgba(0, 0, 0, .1)
}

.tag-list a {
	display: inline-block;
	margin: 3px;
	padding: 1px 5px;
	color: #333;
	border: 1px solid rgba(0, 0, 0, .1);
	font-size: 12px;
	text-transform: capitalize;
	border-radius: 2px;
	-webkit-border-radius: 2px
}

.tag-list a:hover {
	color: #01a8fe;
	border-color: #01a8fe
}

.tabs-container .tabs-left>.nav-tabs {
	float: left;
	margin-right: 0
}

.tabs-container .tabs-left>.nav-tabs>li {
	float: none
}

.tabs-container .tabs-left>.nav-tabs .active>a {
	border-color: #01a8fe transparent #01a8fe #01a8fe
}

.tabs-container .tabs-left .tab-content {
	overflow: hidden;
	background-color: transparent
}

.nav-tabs>li>a,
.tab-content .panel-body {
	background-color: #fff
}

.tabs-container .tabs-right>.nav-tabs {
	float: right;
	margin-right: 0
}

.tabs-container .tabs-right>.nav-tabs>li {
	float: none
}

.tabs-left li a {
	margin-bottom: 3px;
	display: block
}

.tabs-container ul {
	margin-bottom: 10px
}

.tabs-right ul {
	padding-left: 10px
}

.tabs-left ul {
	padding-right: 10px
}

.nav-tabs>li>a {
	border-radius: 4px;
	display: block;
	margin: 3px
}

.nav-tabs>li>a:hover {
	border-color: transparent
}

.tabs-container .tabs-right>.nav-tabs .active>a {
	border-color: #01a8fe #01a8fe #01a8fe transparent
}

.tabs-container .tabs-right .tab-content {
	overflow: hidden;
	background-color: transparent
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #01a8fe;
	border: 1px solid rgba(0, 0, 0, .1);
	border-bottom-color: transparent
}

.nav-tabs {
	border-bottom: 0
}

.buttons-column {
	padding: 20px;
	background-color: #fff;
	margin-bottom: 40px
}

.buttons-column h3 {
	color: #333;
	font-size: 16px;
	margin-bottom: 25px;
	text-transform: capitalize
}

.buttons-column a,
.buttons-column button {
	display: inline-block;
	margin-bottom: 3px
}

.mail-box-row-2,
.mail-side-bar {
	margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border-color: rgba(0, 0, 0, .1);
	/*font-weight: 400*/
}

.fc-state-default {
	border-radius: 0;
	background: 0 0;
	background-image: none;
	-webkit-background-image: none;
	text-shadow: none;
	color: #333;
	box-shadow: none
}

.fc-state-active,
.fc-state-default:focus,
.fc-state-default:hover {
	background: #01a8fe;
	color: #fff
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
	box-shadow: none
}

.btn-group-lg>.btn,
.btn-lg {
	font-size: 15px
}

.alert .alert-link {
	font-weight: 500
}

.mail-side-bar {
	padding: 20px;
	background-color: #fff
}

.mail-side-bar ul {
	margin: 0 0 15px
}

.mail-side-bar ul li {
	padding: 5px 0
}

.mail-side-bar ul li a {
	color: #333;
	font-weight: 400
}

.mail-side-bar ul li a:hover {
	color: #01a8fe
}

.mail-side-bar ul li.lables {
	text-transform: capitalize;
	font-weight: 400;
	padding-bottom: 10px;
	font-family: 'Kalpurush', sans-serif;
	font-size: 16px;
	color: #333
}

.mail-side-bar ul.tags li:first-child {
	padding-bottom: 15px
}

.mail-side-bar ul.tags li.lables {
	display: block
}

.mail-side-bar ul.tags li {
	padding: 0
}

.mail-side-bar ul.tags li a {
	padding: 2px 12px;
	font-size: 12px;
	background-color: rgba(0, 0, 0, .1);
	display: block;
	margin: 3px;
	border-radius: 2px
}

.mail-side-bar ul.tags li a:hover {
	color: #fff;
	background-color: #01a8fe
}

.file-name small,
.help-block {
	color: #333
}

.mail-box,
.mail-box-header {
	padding: 15px;
	background-color: #fff;
	margin-bottom: 30px
}

body .fc {
	margin-bottom: 30px
}

.file {
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 0;
	background-color: rgba(0, 0, 0, .1);
	position: relative;
	margin-bottom: 20px;
	margin-right: 20px
}

.file-box {
	float: left;
	width: 220px
}

.file .icon {
	padding: 15px 10px;
	text-align: center
}

.file .icon i {
	font-size: 70px;
	color: #333
}

.file .file-name {
	padding: 10px;
	background-color: #f5f5f5;
	border-top: 1px solid rgba(0, 0, 0, .3)
}

.mfp-bg {
	z-index: 99999!important
}

.mfp-wrap {
	z-index: 99999999!important
}

.gallery-col a {
	display: block;
	width: 20%;
	float: left;
	padding: 3px
}

.fc-event,
.fc-event:hover {
	color: #fff
}

.pagination {
	margin-top: 0
}

.fc-event {
	cursor: pointer;
	margin-bottom: 10px;
	padding: 8px 12px;
	font-size: 15px;
	border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #01a8fe;
	border: 0;
	border-left: 2px solid #01a8fe
}

#markermap,
.embed-responsive,
.order-view-box,
.panel-group,
.table-commerce {
	margin-bottom: 30px
}

.note-codable {
	display: none
}

.note-editor {
	padding: 20px
}

.note-editable {
	padding: 20px 0
}

.note-editable:focus {
	outline: 0!important
}

.compose_form .form-control {
	border: 1px solid rgba(0, 0, 0, .1);
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	min-height: 45px;
	background-color: #fff
}

.table-hover>tbody>tr:hover {
	background-color: rgba(255, 255, 255, .1)
}

.slider-selection {
	background-color: #01a8fe;
	background-image: none
}

.slider-track {
	background-color: rgba(0, 0, 0, .5);
	box-shadow: none
}

.slider-handle {
	background-color: #01a8fe;
	background-image: none
}

.table-commerce {
	padding: 15px;
	background-color: #fff
}

.label-purple {
	background-color: #6a67fc
}

.label-inverse {
	background-color: #666
}

.order-view-box,
.profile-edit,
.profile-overview {
	background-color: #fff;
	padding: 15px
}

.order-view-box h3 {
	color: #848c94;
	font-weight: 500
}

.profile-overview h3 {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 500
}

.profile-overview .socials li a {
	border-radius: 50%;
	-webkit-border-radius: 50%
}

.show-tab i {
	opacity: 0
}

.profile-detail tr:hover i,
.show-tab:hover i {
	opacity: 1
}

.sale-state-box {
	padding: 15px;
	background-color: #01a8fe;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 15px;
	box-shadow: 3px 4px 5px rgba(255, 255, 255, .1)
}

.panel-footer {
	background: 0 0;
	border-top-color: rgba(255, 255, 255, .1)
}

.profile-states,
.recent-activities {
	background-color: transparent;
	padding: 15px
}

.sale-state-box h3 {
	font-size: 25px;
	margin-bottom: 5px;
	font-weight: 700;
	color: #fff
}

.profile-states {
	margin-bottom: 30px
}

.recent-activities .media img {
	height: 40px
}

.recent-activities .media .media-heading {
	color: #01a8fe;
	margin-bottom: 0
}

.recent-activities .media-body {
	font-size: 12px
}

.users-row img {
	margin-right: 10px
}

.user-col {
	padding: 15px;
	background-color: #fff;
	margin-bottom: 30px
}

.jvectormap-container {
	background-color: transparent!important
}

.fileupload-buttonbar {
	margin: 0
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
	border-color: rgba(0, 0, 0, .1)
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
	background: rgba(0, 0, 0, .1)
}

.fc-day-number.fc-other-month {
	opacity: .6
}

.note-editor {
	height: 340px
}

.widget-box {
	padding: 20px 15px 15px;
	background: #fff;
	border: 1px solid #e4e5e7;
	margin-bottom: 30px;
	height: 94px
}

.widget-box h2 {
	font-weight: 700;
	margin-bottom: 0
}

.widget-box h4 {
	font-size: 13px;
	color: #777;
	font-weight: 700
}

.widget-box i {
	color: #01a8fe
}

@media(max-width:991px) {
	.btn-group {
		margin-right: 10px
	}
	.mail-box-row-2 .btn-default {
		margin-top: 10px
	}
	.bwizard-steps li a {
		margin-bottom: 10px
	}
}

@media(max-width:768px) {
	.gallery-col a {
		width: 50%
	}
	.fileupload-buttonbar button {
		margin-bottom: 2px
	}
}

@media(max-width:767px) {
	.tabs-container .tabs-left>.nav-tabs,
	.tabs-container .tabs-right>.nav-tabs {
		float: none
	}
	.panel-body button,
	.sweet-buttons button,
	.user-col button {
		margin-bottom: 10px
	}
}