/******************* 
Global Styles 
*******************/
@import url(animate.css);
@import url('https://fonts.googleapis.com/css?family=Asap:400,500,900');
* {
  outline: none; }

body {
  background: #fff;
  margin: 0;
  overflow-x: hidden;
  color: #17252c;
  font-weight: 300; }

html {
  position: relative;
  min-height: 100%;
  background: #ffffff; }

a:hover, a:focus {
  text-decoration: none; }

a.link {
  color: #67757c; }
  a.link:hover, a.link:focus {
    color: #20aee3; }

.img-responsive {
  width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 4px; }

/*******************
Headings
*******************/
h1,
h2,
h3,
h4,
h5,
h6,
.navbar {
	font-family: 'Asap', sans-serif;
	color: #455a64;
	font-weight: 500;
}

h1 {
	line-height: 48px;
	font-size: 36px;
	font-weight: 900;
}

h2 {
  line-height: 36px;
  font-size: 24px; }

h3 {
  line-height: 30px;
  font-size: 21px; }

h4 {
  line-height: 22px;
  font-size: 18px; }

h5 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 400; }

h6 {
  line-height: 16px;
  font-size: 14px;
  font-weight: 400; }

.display-5 {
  font-size: 3rem; }

.display-6 {
  font-size: 36px; }

.box {
  border-radius: 4px;
  padding: 10px; }

html body .dl {
  display: inline-block; }

html body .db {
  display: block; }

.no-wrap td, .no-wrap th {
  white-space: nowrap; }

/*******************
Blockquote
*******************/
blockquote {
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-left: 5px solid #20aee3;
  padding: 15px; }

.clear {
  clear: both; }

ol li {
  margin: 5px 0; }

/*******************
Paddings
*******************/
html body .p-0 {
  padding: 0px; }

html body .p-10 {
  padding: 10px; }

html body .p-15 {
	padding: 15px;
}

html body .p-20 {
  padding: 20px; }

html body body .p-30 {
  padding: 30px; }

html body .p-l-0 {
  padding-left: 0px; }

html body .p-l-10 {
  padding-left: 10px; }

html body .p-l-20 {
  padding-left: 20px; }

html body .p-r-0 {
  padding-right: 0px; }

html body .p-r-10 {
  padding-right: 10px; }

html body .p-r-20 {
  padding-right: 20px; }

html body .p-r-30 {
  padding-right: 30px; }

html body .p-r-40 {
  padding-right: 40px; }

html body .p-t-0 {
  padding-top: 0px; }

html body .p-t-10 {
  padding-top: 10px; }

html body .p-t-20 {
  padding-top: 20px; }

html body .p-t-30 {
  padding-top: 30px; }

html body .p-b-0 {
  padding-bottom: 0px; }

html body .p-b-5 {
  padding-bottom: 5px; }

html body .p-b-10 {
  padding-bottom: 10px; }

html body .p-b-20 {
  padding-bottom: 20px; }

html body .p-b-30 {
  padding-bottom: 30px; }

html body .p-b-40 {
  padding-bottom: 40px; }

/*******************
Margin
*******************/
html body .m-0 {
  margin: 0px; }

html body .m-l-5 {
  margin-left: 5px; }

html body .m-l-10 {
  margin-left: 10px; }

html body .m-l-15 {
  margin-left: 15px; }

html body .m-l-20 {
  margin-left: 20px; }

html body .m-l-30 {
  margin-left: 30px; }

html body .m-l-40 {
  margin-left: 40px; }

html body .m-r-5 {
  margin-right: 5px; }

html body .m-r-10 {
  margin-right: 10px; }

html body .m-r-15 {
  margin-right: 15px; }

html body .m-r-20 {
  margin-right: 20px; }

html body .m-r-30 {
  margin-right: 30px; }

html body .m-r-40 {
  margin-right: 40px; }

html body .m-t-0 {
  margin-top: 0px; }

html body .m-t-5 {
  margin-top: 5px; }

html body .m-t-10 {
  margin-top: 10px; }

html body .m-t-15 {
  margin-top: 15px; }

html body .m-t-20 {
  margin-top: 20px; }

html body .m-t-30 {
  margin-top: 30px; }

html body .m-t-40 {
  margin-top: 40px; }

html body .m-b-0 {
  margin-bottom: 0px; }

html body .m-b-5 {
  margin-bottom: 5px; }

html body .m-b-10 {
  margin-bottom: 10px; }

html body .m-b-15 {
  margin-bottom: 15px; }

html body .m-b-20 {
  margin-bottom: 20px; }

html body .m-b-30 {
  margin-bottom: 30px; }

html body .m-b-40 {
  margin-bottom: 40px; }

/*******************
vertical alignment
*******************/
html body .vt {
  vertical-align: top; }

html body .vm {
  vertical-align: middle; }

html body .vb {
  vertical-align: bottom; }

/*******************
font weight
*******************/
html body .font-bold {
  font-weight: 700; }

html body .font-normal {
  font-weight: normal; }

html body .font-light {
  font-weight: 300; }

html body .font-medium {
  font-weight: 400; }

html body .font-16 {
  font-size: 16px; }

html body .font-14 {
  font-size: 14px; }

html body .font-18 {
  font-size: 18px; }

html body .font-20 {
  font-size: 20px; }

html body .font-13 {
  font-size: 13px; }

/*******************
Border
*******************/
html body .b-0 {
  border: none; }

html body .b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13); }

html body .b-l {
  border-left: 1px solid rgba(120, 130, 140, 0.13); }

html body .b-b {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13); }

html body .b-t {
  border-top: 1px solid rgba(120, 130, 140, 0.13); }

html body .b-all {
  border: 1px solid rgba(120, 130, 140, 0.13); }

/*******************
Thumb size
*******************/
.thumb-sm {
  height: 32px;
  width: 32px; }

.thumb-md {
  height: 48px;
  width: 48px; }

.thumb-lg {
  height: 88px;
  width: 88px; }

.hide {
  display: none; }

.img-circle {
  border-radius: 100%; }

.radius {
  border-radius: 4px; }

/*******************
Text Colors
*******************/
html body .text-muted {
  color: #bcc3d3; }

/*******************
Background Colors
*******************/
html body .bg-primary {
  background-color: #3382e5 !important; }

html body .bg-success {
  background-color: #44c275 !important; }

html body .bg-info {
  background-color: #20aee3 !important; }

html body .bg-warning {
  background-color: #ffc041 !important; }

html body .bg-danger {
  background-color: #ff3c4c !important; }

html body .bg-megna {
  background-color: #56c0d8; }

html body .bg-theme {
  background-color: #20aee3; }

html body .bg-inverse {
  background-color: #2f3d4a; }

html body .bg-purple {
  background-color: #7460ee; }

html body .bg-light-primary {
  background-color: #f1effd; }

html body .bg-light-success {
  background-color: #e8fdeb; }

html body .bg-light-info {
  background-color: #cfecfe; }

html body .bg-light-extra {
  background-color: #ebf3f5; }

html body .bg-light-warning {
  background-color: #fff8ec; }

html body .bg-light-danger {
  background-color: #f9e7eb; }

html body .bg-light-inverse {
  background-color: #f6f6f6; }

html body .bg-light {
  background-color: #e9edf2; }

html body .bg-white {
  background-color: #ffffff; }

/*******************
Rounds
*******************/
.round {
  line-height: 45px;
  color: #ffffff;
  width: 45px;
  height: 45px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #20aee3; }
  .round img {
    border-radius: 100%; }

	.round.round-info {
		background: #20aee3;
	}

	.round.round-warning {
		background: #ffc041;
	}

	.round.round-danger {
		background: #ff3c4c;
	}

	.round.round-success {
		background: #44c275;
	}

	.round.round-primary {
		background: #3382e5;
	}

/*******************
Labels
*******************/
.label {
  padding: 2px 10px;
  line-height: 13px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%; }

.label-rounded {
  border-radius: 60px; }

.label-custom {
  background-color: #56c0d8; }

.label-success {
  background-color: #24d2b5; }

.label-info {
  background-color: #20aee3; }

.label-warning {
  background-color: #ff9041; }

.label-danger {
  background-color: #ff5c6c; }

.label-megna {
  background-color: #56c0d8; }

.label-primary {
	background-color: #3382e5;
}

.label-purple {
  background-color: #7460ee; }

.label-red {
  background-color: #fb3a3a; }

.label-inverse {
  background-color: #2f3d4a; }

.label-default {
  background-color: #e9edf2; }

.label-white {
  background-color: #ffffff; }

.label-light-success {
  background-color: #e8fdeb;
  color: #24d2b5; }

.label-light-info {
  background-color: #cfecfe;
  color: #20aee3; }

.label-light-warning {
  background-color: #fff8ec;
  color: #ff9041; }

.label-light-danger {
  background-color: #f9e7eb;
  color: #ff5c6c; }

.label-light-megna {
  background-color: #e0f2f4;
  color: #56c0d8; }

.label-light-primary {
	background-color: #f1effd;
	color: #3382e5;
}

.label-light-inverse {
  background-color: #f6f6f6;
  color: #2f3d4a; }

/*******************
Pagination
*******************/
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination > li > a,
.pagination > li > span {
  color: #263238; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #e9edf2; }

.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left; }

.pagination-split li:first-child {
  margin-left: 0; }

.pagination-split li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #20aee3;
  border-color: #20aee3; }

.pager li > a,
.pager li > span {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #263238; }

/*******************
Table Cell
*******************/
.table-box {
  display: table;
  width: 100%; }

.table.no-border tbody td {
  border: 0px; }

.cell {
  display: table-cell;
  vertical-align: middle; }

.table td, .table th {
  border-color: #f3f1f1; }

.table thead th, .table th {
  font-weight: 500; }

.table-hover tbody tr:hover {
  background: #e9edf2; }

html body .jqstooltip {
  width: auto;
  height: auto; }

.v-middle td, .v-middle th {
  vertical-align: middle; }

/*******************
Other comon scss for all pages
*******************/
.calendar-events {
	padding: 8px 10px;
	border: 1px solid #fff;
	cursor: move;
}

	.calendar-events:hover {
		border: 1px dashed #e9ecef;
	}

	.calendar-events i {
		margin-right: 8px;
	}

.profile-tab li a.nav-link,
.customtab li a.nav-link {
	border: 0px;
	padding: 15px 20px;
	color: #212529;
}

	.profile-tab li a.nav-link.active,
	.customtab li a.nav-link.active {
		border-bottom: 2px solid #009efb;
		color: #009efb;
	}

	.profile-tab li a.nav-link:hover,
	.customtab li a.nav-link:hover {
		color: #009efb;
	}

html body .jqstooltip,
html body .flotTip {
	width: auto !important;
	height: auto !important;
	background: #343a40;
	color: #fff;
	padding: 5px 10px;
}

body .jqstooltip {
	border-color: transparent;
	border-radius: 60px;
}

/*******************
 Card
*******************/
.card {
	border: 0px solid transparent;
}

/*******************
 Breadcrumb and page title
*******************/
.page-titles {
	padding: 0 10px;
	margin: 15px 0 15px 0;
}

	.page-titles h4 {
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.page-titles .breadcrumb {
		padding: 0px;
		margin: 0px;
		background: transparent;
		font-size: 12px;
	}

		.page-titles .breadcrumb li a {
			color: #212529;
		}

		.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
			content: "\e649";
			font-family: themify;
			color: #ced4da;
			font-size: 11px;
		}

		.page-titles .breadcrumb .breadcrumb-item.active {
			color: #009efb;
			font-weight: 500;
		}

.dropdown-menu {
	padding: 0px;
	border: 0px;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}

	.dropdown-menu .with-arrow {
		position: absolute;
		height: 10px;
		overflow: hidden;
		width: 40px;
		top: -10px;
	}

		.dropdown-menu .with-arrow > span {
			transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			background-color: #fff;
			width: 15px;
			height: 15px;
			top: 3px;
			left: 15px;
			position: absolute;
			content: "";
			-moz-border-radius: 6px 0 0 0;
			border-radius: 6px 0 0 0;
		}

	.dropdown-menu.dropdown-menu-right .with-arrow {
		right: 0px;
	}

		.dropdown-menu.dropdown-menu-right .with-arrow > span {
			right: 20px;
			left: auto;
		}

.topheader {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 1020;
	min-height: 4rem;
	background-color: #ffcc66;
	box-shadow: 0px 0.5rem 1rem rgba(0,0,0,0.05), inset 0px -1px 0px rgba(0,0,0,0.1);
}

	.topheader .navbar-brand {
		color: white;
	}

	.topheader .navbar-nav .nav-link {
		color: rgba(255,255,255,.9);
	}

		.topheader .navbar-nav .nav-link:focus, .topheader .navbar-nav .nav-link:hover {
			color: rgba(255,255,255,1);
		}

/*******************
Wave Effects
*******************/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none; }

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45); }

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7); }

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7); }

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7); }

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7); }

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7); }

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7); }

html body .waves-notransition {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-block {
  display: block; }

/*******************
Fixed -sidebar
******************/
.fixed-sidebar .left-sidebar {
	position: fixed;
}

.fixed-sidebar.mini-sidebar .navbar-collapse, .fixed-sidebar.mini-sidebar .footer {
	margin-left: 70px;
}

@media (max-width: 767px) {
	.fixed-sidebar.mini-sidebar .navbar-header {
		position: relative;
	}

	.fixed-sidebar.mini-sidebar .navbar-collapse {
		margin-left: 0px;
	}
}

/*******************
Fixed -Header
******************/
.fixed-header .topbar {
	position: fixed;
	width: 100%;
}

.fixed-header .page-wrapper {
	padding-top: 67px;
}

.fixed-layout .left-sidebar, .fixed-layout .topbar {
	position: fixed;
}

.fixed-layout .topbar {
	width: 100%;
}

.fixed-layout .page-wrapper {
	padding-top: 67px;
}

.account-info {
	font-weight: 400
}
/*******************
Boxed
******************/
.boxed #main-wrapper {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}

	.boxed #main-wrapper .sidebar-footer {
		position: absolute;
	}

	.boxed #main-wrapper .topbar {
		max-width: 1300px;
	}

	.boxed #main-wrapper .footer {
		display: none;
	}

.boxed.fixed-layout .left-sidebar {
	position: absolute;
}

/*Badge*/
.badge {
  font-weight: 400; }

.badge-xs {
  font-size: 9px; }

.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px); }

.badge-success {
  background-color: #24d2b5; }

.badge-info {
  background-color: #20aee3; }

.badge-primary {
	background-color: #3382e5;
}

.badge-warning {
  background-color: #ff9041; }

.badge-danger {
  background-color: #ff5c6c; }

.badge-purple {
  background-color: #7460ee; }

.badge-red {
  background-color: #fb3a3a; }

.badge-inverse {
  background-color: #2f3d4a; }

/*Text Color*/
.text-white {
  color: #ffffff; }

.text-danger {
  color: #ff5c6c !important; }

.text-muted {
  color: #bcc3d3 !important; }

.text-warning {
  color: #ff9041 !important; }

.text-success {
  color: #24d2b5 !important; }

.text-info {
  color: #20aee3 !important; }

.text-inverse {
  color: #2f3d4a !important; }

.text-blue {
  color: #02bec9; }

.text-purple {
  color: #7460ee; }

.text-primary {
	color: #3382e5 !important;
}

.text-megna {
  color: #56c0d8; }

.text-dark {
  color: #67757c; }

.text-themecolor {
  color: #20aee3; }

/*******************
Buttons
******************/
.btn {
  padding: 7px 12px;
  font-size: 14px;
  cursor: pointer; }

.btn-group label {
  color: #ffffff !important;
  margin-bottom: 0px; }
  .btn-group label.btn-secondary {
    color: #67757c !important; }

.btn-lg {
  padding: .75rem 1.5rem;
  font-size: 1.25rem; }

.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px; }

.btn-circle.btn-sm {
  width: 35px;
  height: 35px;
  padding: 8px 10px;
  font-size: 14px; }

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 14px 15px;
  font-size: 18px; }

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 14px 15px;
  font-size: 24px; }

.btn-sm {
  padding: .25rem .5rem;
  font-size: 12px; }

.btn-xs {
  padding: .25rem .5rem;
  font-size: 10px; }

.button-list button, .button-list a {
  margin: 5px 12px 5px 0; }

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s; }

.btn-rounded {
  border-radius: 60px;
  padding: 7px 18px; }
  .btn-rounded.btn-lg {
    padding: .75rem 1.5rem; }
  .btn-rounded.btn-sm {
    padding: .25rem .5rem;
    font-size: 12px; }
  .btn-rounded.btn-xs {
    padding: .25rem .5rem;
    font-size: 10px; }

.btn-custom,
.btn-custom.disabled {
  background: #20aee3;
  border: 1px solid #20aee3;
  color: #ffffff; }
  .btn-custom:hover,
  .btn-custom.disabled:hover {
    background: #20aee3;
    opacity: 0.8;
    color: #ffffff;
    border: 1px solid #20aee3; }

.btn-primary,
.btn-primary.disabled {
	background: #3382e5;
	border: 1px solid #3382e5;
}
	.btn-primary:hover,
	.btn-primary.disabled:hover {
		background: #3382e5;
		opacity: 0.7;
		border: 1px solid #3382e5;
	}
	.btn-primary.active, .btn-primary:focus,
	.btn-primary.disabled.active,
	.btn-primary.disabled:focus {
		background: #2877e0;
	}

.btn-themecolor,
.btn-themecolor.disabled {
  background: #20aee3;
  color: #ffffff;
  border: 1px solid #20aee3; }
  .btn-themecolor:hover,
  .btn-themecolor.disabled:hover {
    background: #20aee3;
    opacity: 0.7;
    border: 1px solid #20aee3; }
  .btn-themecolor.active, .btn-themecolor:focus,
  .btn-themecolor.disabled.active,
  .btn-themecolor.disabled:focus {
    background: #028ee1; }

.btn-success,
.btn-success.disabled {
  background: #24d2b5;
  border: 1px solid #24d2b5; }
  .btn-success:hover,
  .btn-success.disabled:hover {
    background: #24d2b5;
    opacity: 0.7;
    border: 1px solid #24d2b5; }
  .btn-success.active, .btn-success:focus,
  .btn-success.disabled.active,
  .btn-success.disabled:focus {
    background: #04b381; }

a.btn:focus {
  color: #ffffff; }

.btn-info,
.btn-info.disabled {
  background: #20aee3;
  border: 1px solid #20aee3; }
  .btn-info:hover,
  .btn-info.disabled:hover {
    background: #20aee3;
    opacity: 0.7;
    border: 1px solid #20aee3; }
  .btn-info.active, .btn-info:focus,
  .btn-info.disabled.active,
  .btn-info.disabled:focus {
    background: #1d96c3; }

.btn-warning,
.btn-warning.disabled {
  background: #ff9041;
  border: 1px solid #ff9041; }
  .btn-warning:hover,
  .btn-warning.disabled:hover {
    background: #ff9041;
    opacity: 0.7;
    border: 1px solid #ff9041; }
  .btn-warning.active, .btn-warning:focus,
  .btn-warning.disabled.active,
  .btn-warning.disabled:focus {
    background: #e9ab2e; }

.btn-danger,
.btn-danger.disabled {
  background: #ff5c6c;
  border: 1px solid #ff5c6c; }
  .btn-danger:hover,
  .btn-danger.disabled:hover {
    background: #ff5c6c;
    opacity: 0.7;
    border: 1px solid #ff5c6c; }
  .btn-danger.active, .btn-danger:focus,
  .btn-danger.disabled.active,
  .btn-danger.disabled:focus {
    background: #e6294b; }

.btn-inverse,
.btn-inverse.disabled {
  background: #2f3d4a;
  border: 1px solid #2f3d4a;
  color: #ffffff; }
  .btn-inverse:hover,
  .btn-inverse.disabled:hover {
    background: #2f3d4a;
    opacity: 0.7;
    color: #ffffff;
    border: 1px solid #2f3d4a; }
  .btn-inverse.active, .btn-inverse:focus,
  .btn-inverse.disabled.active,
  .btn-inverse.disabled:focus {
    background: #232a37;
    color: #ffffff; }

.btn-red,
.btn-red.disabled {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #ffffff; }
  .btn-red:hover,
  .btn-red.disabled:hover {
    opacity: 0.7;
    border: 1px solid #fb3a3a;
    background: #fb3a3a; }
  .btn-red.active, .btn-red:focus,
  .btn-red.disabled.active,
  .btn-red.disabled:focus {
    background: #e6294b; }

.btn-outline-default {
  background-color: #ffffff; }
  .btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-default.focus {
    background: #e9edf2; }

.btn-outline-primary {
	color: #1d96c3;
	background-color: #ffffff;
	border-color: #1d96c3;
}
	.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
		background: #1d96c3;
		color: #ffffff;
		border-color: #1d96c3;
	}

.btn-outline-success {
  color: #24d2b5;
  background-color: transparent;
  border-color: #24d2b5; }
  .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus {
    background: #24d2b5;
    border-color: #24d2b5;
    color: #ffffff; }

.btn-outline-info {
  color: #20aee3;
  background-color: transparent;
  border-color: #20aee3; }
  .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus {
    background: #20aee3;
    border-color: #20aee3;
    color: #ffffff; }

.btn-outline-warning {
  color: #ff9041;
  background-color: transparent;
  border-color: #ff9041; }
  .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus {
    background: #ff9041;
    border-color: #ff9041;
    color: #ffffff; }

.btn-outline-danger {
  color: #ff5c6c;
  background-color: transparent;
  border-color: #ff5c6c; }
  .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus {
    background: #ff5c6c;
    border-color: #ff5c6c;
    color: #ffffff; }

.btn-outline-red {
  color: #fb3a3a;
  background-color: transparent;
  border-color: #fb3a3a; }
  .btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red.focus {
    background: #fb3a3a;
    border-color: #fb3a3a;
    color: #ffffff; }

.btn-outline-inverse {
  color: #2f3d4a;
  background-color: transparent;
  border-color: #2f3d4a; }
  .btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse.focus {
    background: #2f3d4a;
    border-color: #2f3d4a;
    color: #ffffff; }

.dropdown-toggle {
	font-size:smaller
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
	background-color: #3382e5;
	border: 1px solid #3382e5;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
  background-color: #04b381;
  border: 1px solid #04b381; }

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
  background-color: #1d96c3;
  border: 1px solid #1d96c3; }

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e; }

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
  background-color: #e6294b;
  border: 1px solid #e6294b; }

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-color: #232a37;
  border: 1px solid #232a37; }

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open > .dropdown-toggle.btn-red {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #ffffff; }

.button-box .btn {
  margin: 0 8px 8px 0px; }

.btn-label {
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin: -6px 12px -6px -14px;
  padding: 7px 15px; }

.btn-facebook {
  color: #ffffff;
  background-color: #3b5998; }

.btn-twitter {
  color: #ffffff;
  background-color: #55acee; }

.btn-linkedin {
  color: #ffffff;
  background-color: #007bb6; }

.btn-dribbble {
  color: #ffffff;
  background-color: #ea4c89; }

.btn-google {
  color: #ffffff;
  background-color: #dd4b39; }

.btn-instagram {
  color: #ffffff;
  background-color: #3f729b; }

.btn-pinterest {
  color: #ffffff;
  background-color: #cb2027; }

.btn-dropbox {
  color: #ffffff;
  background-color: #007ee5; }

.btn-flickr {
  color: #ffffff;
  background-color: #ff0084; }

.btn-microsoft {
  color: #ffffff;
  background-color: #32506d; }

.btn-skype {
  color: #ffffff;
  background-color: #00aff0; }

.btn-youtube {
  color: #ffffff;
  background-color: #bb0000; }

.btn-github {
  color: #ffffff;
  background-color: #171515; }

/*******************
Notify
*******************/
.notify {
  position: relative;
  top: -25px;
  right: -7px; }
  .notify .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #ff5c6c;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .notify .point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ff5c6c;
    position: absolute;
    right: 6px;
    top: -10px; }

@-moz-keyframes heartbit {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0; }
  25% {
    -moz-transform: scale(0.1);
    opacity: 0.1; }
  50% {
    -moz-transform: scale(0.5);
    opacity: 0.3; }
  75% {
    -moz-transform: scale(0.8);
    opacity: 0.5; }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0; } }

@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  25% {
    -webkit-transform: scale(0.1);
    opacity: 0.1; }
  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.3; }
  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0; } }

/*******************
Megamenu
******************/
.mega-dropdown {
  position: static;
  width: 100%; }
  .mega-dropdown .dropdown-menu {
    width: 100%;
    padding: 30px;
    margin-top: 0px;
    background: url(../../assets/images/background/megamenubg.jpg) no-repeat right bottom #fff; }
  .mega-dropdown ul {
    padding: 0px; }
    .mega-dropdown ul li {
      list-style: none; }
  .mega-dropdown .carousel-item .container {
    padding: 0px; }
  .mega-dropdown .nav-accordion .card {
    margin-bottom: 1px; }
  .mega-dropdown .nav-accordion .card-header {
    background: #ffffff; }
    .mega-dropdown .nav-accordion .card-header h5 {
      margin: 0px; }
      .mega-dropdown .nav-accordion .card-header h5 a {
        text-decoration: none;
        color: #67757c; }

/*******************
List-style-none
******************/
ul.list-style-none {
  margin: 0px;
  padding: 0px; }
  ul.list-style-none li {
    list-style: none; }
    ul.list-style-none li a {
      color: #67757c;
      padding: 8px 0px;
      display: block;
      text-decoration: none; }
      ul.list-style-none li a:hover {
        color: #20aee3; }

/*******************
dropdown-item
******************/
/*.dropdown-item {
  padding: 8px 1rem;
  color: #67757c; }*/

/*******************
Custom-select
******************/
.custom-select {
  background: url(../../assets/images/custom-select.png) right 0.75rem center no-repeat; }

/*******************
textarea
******************/
textarea {
  resize: none; }

/*******************
Form-control
******************/
.form-control {
  color: #67757c;
  min-height: 38px;
  display: initial; }

.form-control-sm {
  min-height: 20px; }

.form-control:disabled, .form-control[readonly] {
  opacity: 0.7; }

.custom-control-input:focus ~ .custom-control-indicator {
	box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-indicator {
	background-color: #36bea6;
}

form label {
  font-weight: 400; }

.form-group {
  margin-bottom: 1rem; }

.form-horizontal label {
  margin-bottom: 0px; }

.form-control-static {
  padding-top: 0px; }

.form-bordered .form-group {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding-bottom: 20px; }

/*******************
Layouts
******************/
/*Card-noborders*/
.card-no-border .card {
  border: 0px; }

.card-no-border .sidebar-footer {
  background: #e5edef; }

.card-no-border .page-wrapper {
  background: #e9edf2; }

.card-no-border .left-sidebar {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); }

.card-no-border .left-sidebar, .card-no-border .sidebar-nav {
  background: #e5edef; }

.card-no-border .sidebar-nav > ul > li > a.active {
  background: #e9edf2; }

.card-no-border .shadow-none {
  box-shadow: none; }

.card-outline-danger, .card-outline-info, .card-outline-warning, .card-outline-success, .card-outline-primary {
  background: #ffffff; }

.card-no-border .card-group .card {
  border: 1px solid rgba(120, 130, 140, 0.13); }

.card-header {
  background-color: #dae6e8; }

/*******************/
/*widgets -app*/
/*******************/
.css-bar:after {
  z-index: 1; }

.css-bar > i {
  z-index: 10; }

/*******************/
/*single column*/
/*******************/
.single-column .left-sidebar {
  display: none; }

.single-column .page-wrapper {
  margin-left: 0px; }

/*******************/
/*Documentation*/
/*******************/
.fix-width {
  width: 100%;
  padding:0 20px;
  max-width: 1600px;
  margin: 0 auto; }

ul.common li {
  display: inline-block;
  line-height: 40px;
  list-style: outside none none;
  width: 48%; }

/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*============================================================== 
 For all pages 
 ============================================================== */
#main-wrapper {
  width: 100%; }

.page-wrapper {
	background: #edf1f5;
	overflow: hidden;
}

.display-7 {
  font-size: 30px;
  font-weight: 500; }

/*============================================================== 
 Index page 
 ============================================================== */
.topheader {
	padding: 15px 0;
	background: #ffcc66;
}

.topheader .stylish-nav .nav-link {
  padding: .5rem 20px; }

.banner-text {
  padding: 10px 0 0 0;
  min-height: 455px; }
  .banner-text h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 42px; }
  .banner-text .subtext {
    line-height: 27px;
    margin: 30px 0; }
  .banner-text .down-btn .btn {
    padding: 13px 30px;
    margin: 5px 20px 5px 0;
    font-size: 16px;
    min-width: 200px; }

.hero-banner {
  height: 455px;
  width: 0px;
  z-index: 0; }
  .hero-banner img {
    -webkit-animation: 0.6s ease-in-out 0.3s showIntroShot1;
    animation: 0.6s ease-in-out 0.3s showIntroShot1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

@-webkit-keyframes showIntroShot1 {
  0% {
    opacity: 0;
    -webkit-transform: perspective(700px) translate3d(200px, 300px, 200px);
    transform: perspective(700px) translate3d(200px, 300px, 200px); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(700px) translate3d(0px, 0px, 0px);
    transform: perspective(700px) translate3d(0px, 0px, 0px); } }

.max-width {
  max-width: 1600px;
  padding: 0 30px;
  margin: 0 auto; }

.light-cyan {
	background: #4fa7d1;
	position: relative;
	padding: 0;
}
	.light-cyan, .light-cyan h1 {
		color: #fff;
	}

.light-blue {
  background: #ebf3f5;
  padding: 80px 0;
  position: relative;
  z-index: 10; }

.white-space {
  background: #ffffff;
  padding: 80px 0; }

.image-box {
  position: relative;
  transition: 0.2s ease-in;
  box-shadow: 0px 5px 50px rgba(26, 137, 159, 0.3); }
  .image-box .image-overly {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    display: none;
    transition: 0.1s ease-in;
    padding-top: 44%;
    background: rgba(255, 255, 255, 0.9); }
  .image-box:hover .image-overly {
    display: block; }
  .image-box:hover {
    -webkit-transform: translate3d(0px, -10px, 0px);
    transform: translate3d(0px, -10px, 0px); }

.icon-section .row .col-lg-3 {
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 30px;
  transition: 0.1s ease-in;
  position: relative;
  background: #ffffff;
  min-height: 250px; }
  .icon-section .row .col-lg-3:hover {
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 10; }

.icon-section h4 {
  margin-top: 30px;
  margin-bottom: 15px; }

.icon-section .row .col-lg-3 img {
	max-width: 120px;
	max-height: 120px;
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.icon-section .row .col-lg-3:hover img {
	-webkit-filter: grayscale(0);
	filter: none;
}
.dual-bg {
  padding: 80px 0 0 0; }

.bt-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 12; }

.testimonial-text {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 34px; }

.call-to-action {
  padding: 28px 0;
  overflow: hidden; }
  .call-to-action span {
    color: #ffffff;
    font-weight: 500;
    font-size: 24px;
    padding-top: 5px; }
  .call-to-action .buy-btn,
  .call-to-action .suggest-btn {
    background: none;
    border: 2px solid #ffffff;
    padding: 12px 30px;
    color: #ffffff;
    margin-left: 10px; }
    .call-to-action .buy-btn:hover,
    .call-to-action .suggest-btn:hover {
      color: #67757c;
      background: #ffffff;
      opacity: 1; }

ul.list-icons {
  margin: 0px;
  padding: 0px; }
  ul.list-icons li {
    list-style: none;
    line-height: 40px; }
      ul.list-icons li a i {
        font-size: 12px;
        margin-right: 5px; }

.footer {
	border-top: 1px solid rgba(120, 130, 140, 0.13);
	padding: 30px 0 10px 20px;
}

.footer .sub-footer {
  margin-top: 60px;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  padding: 30px 0 0; }

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	/*left: 0;*/
	z-index: 1000;
	display: none;
	float: left;
	min-width: 16rem;
	padding: 0 0 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 0.875rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	/*border: 1px solid #e9ecef;*/
	border-radius: 0.25rem;
}

.dropup .dropdown-menu {
	margin-top: 0;
	margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	margin-top: 0;
	margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	margin-top: 0;
	margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #f8f9fa;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.65rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

	.dropdown-item:hover, .dropdown-item:focus {
		color: #16181b;
		text-decoration: none;
		background-color: #f8f9fa;
	}

	.dropdown-item.active, .dropdown-item:active {
		color: #fff;
		text-decoration: none;
		background-color: #009efb;
	}

	.dropdown-item.disabled, .dropdown-item:disabled {
		color: #6c757d;
		background-color: transparent;
	}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 0.76563rem;
	color: #6c757d;
	white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

	.btn-group > .btn,
	.btn-group-vertical > .btn {
		position: relative;
		flex: 0 1 auto;
	}

		.btn-group > .btn:hover,
		.btn-group-vertical > .btn:hover {
			z-index: 1;
		}

		.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
		.btn-group-vertical > .btn:focus,
		.btn-group-vertical > .btn:active,
		.btn-group-vertical > .btn.active {
			z-index: 1;
		}

	.btn-group .btn + .btn,
	.btn-group .btn + .btn-group,
	.btn-group .btn-group + .btn,
	.btn-group .btn-group + .btn-group,
	.btn-group-vertical .btn + .btn,
	.btn-group-vertical .btn + .btn-group,
	.btn-group-vertical .btn-group + .btn,
	.btn-group-vertical .btn-group + .btn-group {
		margin-left: -1px;
	}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

	.btn-toolbar .input-group {
		width: auto;
	}

.btn-group > .btn:first-child {
	margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}

	.dropdown-toggle-split::after {
		margin-left: 0;
	}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

	.btn-group-vertical .btn,
	.btn-group-vertical .btn-group {
		width: 100%;
	}

	.btn-group-vertical > .btn + .btn,
	.btn-group-vertical > .btn + .btn-group,
	.btn-group-vertical > .btn-group + .btn,
	.btn-group-vertical > .btn-group + .btn-group {
		margin-top: -1px;
		margin-left: 0;
	}

	.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
	.btn-group-vertical > .btn-group:not(:last-child) > .btn {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	.btn-group-vertical > .btn:not(:first-child),
	.btn-group-vertical > .btn-group:not(:first-child) > .btn {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
	margin-bottom: 0;
}

	.btn-group-toggle > .btn input[type="radio"],
	.btn-group-toggle > .btn input[type="checkbox"],
	.btn-group-toggle > .btn-group > .btn input[type="radio"],
	.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
		position: absolute;
		clip: rect(0, 0, 0, 0);
		pointer-events: none;
	}



.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

	.input-group > .form-control,
	.input-group > .custom-select,
	.input-group > .custom-file {
		position: relative;
		flex: 1 1 auto;
		width: 1%;
		margin-bottom: 0;
	}

		.input-group > .form-control:focus,
		.input-group > .custom-select:focus,
		.input-group > .custom-file:focus {
			z-index: 3;
		}

		.input-group > .form-control + .form-control,
		.input-group > .form-control + .custom-select,
		.input-group > .form-control + .custom-file,
		.input-group > .custom-select + .form-control,
		.input-group > .custom-select + .custom-select,
		.input-group > .custom-select + .custom-file,
		.input-group > .custom-file + .form-control,
		.input-group > .custom-file + .custom-select,
		.input-group > .custom-file + .custom-file {
			margin-left: -1px;
		}

		.input-group > .form-control:not(:last-child),
		.input-group > .custom-select:not(:last-child) {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
		}

		.input-group > .form-control:not(:first-child),
		.input-group > .custom-select:not(:first-child) {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
		}

	.input-group > .custom-file {
		display: flex;
		align-items: center;
	}

		.input-group > .custom-file:not(:last-child) .custom-file-label,
		.input-group > .custom-file:not(:last-child) .custom-file-label::before {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
		}

		.input-group > .custom-file:not(:first-child) .custom-file-label,
		.input-group > .custom-file:not(:first-child) .custom-file-label::before {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
		}

.input-group-prepend,
.input-group-append {
	display: flex;
}

	.input-group-prepend .btn,
	.input-group-append .btn {
		position: relative;
		z-index: 2;
	}

		.input-group-prepend .btn + .btn,
		.input-group-prepend .btn + .input-group-text,
		.input-group-prepend .input-group-text + .input-group-text,
		.input-group-prepend .input-group-text + .btn,
		.input-group-append .btn + .btn,
		.input-group-append .btn + .input-group-text,
		.input-group-append .input-group-text + .input-group-text,
		.input-group-append .input-group-text + .btn {
			margin-left: -1px;
		}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #4F5467;
	text-align: center;
	white-space: nowrap;
	background-color: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 0.25rem;
}

	.input-group-text input[type="radio"],
	.input-group-text input[type="checkbox"] {
		margin-top: 0;
	}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
}

.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

	.custom-control-input:checked ~ .custom-control-label::before {
		color: #fff;
		background-color: #009efb;
	}

	.custom-control-input:focus ~ .custom-control-label::before {
		box-shadow: 0 0 0 1px #edf1f5, transparent;
	}

	.custom-control-input:active ~ .custom-control-label::before {
		color: #fff;
		background-color: black;
	}

	.custom-control-input:disabled ~ .custom-control-label {
		color: #6c757d;
	}

		.custom-control-input:disabled ~ .custom-control-label::before {
			background-color: #e9ecef;
		}

.custom-control-label {
	margin-bottom: 0;
	padding-left: 20px;
}

	.custom-control-label::before {
		position: absolute;
		top: 0.25rem;
		left: 0;
		display: block;
		width: 1rem;
		height: 1rem;
		pointer-events: none;
		content: "";
		user-select: none;
		background-color: #dee2e6;
	}

	.custom-control-label::after {
		position: absolute;
		top: 0.25rem;
		left: 0;
		display: block;
		width: 1rem;
		height: 1rem;
		content: "";
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 50% 50%;
	}

.custom-checkbox .custom-control-label::before {
	border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #009efb;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	background-color: #009efb;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(116, 96, 238, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(116, 96, 238, 0.5);
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #009efb;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(116, 96, 238, 0.5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.0625rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	line-height: 1.5;
	color: #4F5467;
	vertical-align: middle;
	background: #fff no-repeat right 0.75rem center;
	/*background: #fff str-replace(url(""), "%23") no-repeat right 0.75rem center;*/
	background-size: 8px 10px;
	border: 1px solid #e9ecef;
	border-radius: 0.25rem;
	/*appearance: none;*/
}

	.custom-select:focus {
		border-color: rgba(0, 0, 0, 0.1);
		outline: 0;
		box-shadow: transparent;
	}

		.custom-select:focus::-ms-value {
			color: #4F5467;
			background-color: #fff;
		}

	.custom-select[multiple], .custom-select[size]:not([size="1"]) {
		height: auto;
		padding-right: 0.75rem;
		background-image: none;
	}

	.custom-select:disabled {
		color: #6c757d;
		background-color: #e9ecef;
	}

	.custom-select::-ms-expand {
		opacity: 0;
	}

.custom-select-sm {
	height: calc(1.64844rem + 2px);
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 75%;
}

.custom-select-lg {
	height: calc(2.64063rem + 2px);
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 125%;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.0625rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.0625rem + 2px);
	margin: 0;
	opacity: 0;
}

	.custom-file-input:focus ~ .custom-file-control {
		border-color: rgba(0, 0, 0, 0.1);
		box-shadow: transparent;
	}

		.custom-file-input:focus ~ .custom-file-control::before {
			border-color: rgba(0, 0, 0, 0.1);
		}

	.custom-file-input:lang(en) ~ .custom-file-label::after {
		content: "Browse";
	}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(2.0625rem + 2px);
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #4F5467;
	background-color: #fff;
	border: 1px solid #e9ecef;
	border-radius: 0.25rem;
}

	.custom-file-label::after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 3;
		display: block;
		height: calc(calc(2.0625rem + 2px) - 1px * 2);
		padding: 0.375rem 0.75rem;
		line-height: 1.5;
		color: #4F5467;
		content: "Browse";
		background-color: #f8f9fa;
		border-left: 1px solid #e9ecef;
		border-radius: 0 0.25rem 0.25rem 0;
	}
/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
@media (min-width: 1600px) {
  .col-xlg-1, .col-xlg-10, .col-xlg-11, .col-xlg-12, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9 {
    float: left; }
  .col-xlg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .col-xlg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-xlg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-xlg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xlg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-xlg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-xlg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xlg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-xlg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-xlg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xlg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-xlg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-xlg-pull-12 {
    right: 100%; }
  .col-xlg-pull-11 {
    right: 91.66666667%; }
  .col-xlg-pull-10 {
    right: 83.33333333%; }
  .col-xlg-pull-9 {
    right: 75%; }
  .col-xlg-pull-8 {
    right: 66.66666667%; }
  .col-xlg-pull-7 {
    right: 58.33333333%; }
  .col-xlg-pull-6 {
    right: 50%; }
  .col-xlg-pull-5 {
    right: 41.66666667%; }
  .col-xlg-pull-4 {
    right: 33.33333333%; }
  .col-xlg-pull-3 {
    right: 25%; }
  .col-xlg-pull-2 {
    right: 16.66666667%; }
  .col-xlg-pull-1 {
    right: 8.33333333%; }
  .col-xlg-pull-0 {
    right: auto; }
  .col-xlg-push-12 {
    left: 100%; }
  .col-xlg-push-11 {
    left: 91.66666667%; }
  .col-xlg-push-10 {
    left: 83.33333333%; }
  .col-xlg-push-9 {
    left: 75%; }
  .col-xlg-push-8 {
    left: 66.66666667%; }
  .col-xlg-push-7 {
    left: 58.33333333%; }
  .col-xlg-push-6 {
    left: 50%; }
  .col-xlg-push-5 {
    left: 41.66666667%; }
  .col-xlg-push-4 {
    left: 33.33333333%; }
  .col-xlg-push-3 {
    left: 25%; }
  .col-xlg-push-2 {
    left: 16.66666667%; }
  .col-xlg-push-1 {
    left: 8.33333333%; }
  .col-xlg-push-0 {
    left: auto; }
  .offset-xlg-12 {
    margin-left: 100%; }
  .offset-xlg-11 {
    margin-left: 91.66666667%; }
  .offset-xlg-10 {
    margin-left: 83.33333333%; }
  .offset-xlg-9 {
    margin-left: 75%; }
  .offset-xlg-8 {
    margin-left: 66.66666667%; }
  .offset-xlg-7 {
    margin-left: 58.33333333%; }
  .offset-xlg-6 {
    margin-left: 50%; }
  .offset-xlg-5 {
    margin-left: 41.66666667%; }
  .offset-xlg-4 {
    margin-left: 33.33333333%; }
  .offset-xlg-3 {
    margin-left: 25%; }
  .offset-xlg-2 {
    margin-left: 16.66666667%; }
  .offset-xlg-1 {
    margin-left: 8.33333333%; }
  .offset-xlg-0 {
    margin-left: 0; } }

.col-xlg-1, .col-xlg-10, .col-xlg-11, .col-xlg-12, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*============================================================== 
 For Laptop & above all (1650px) 
 ============================================================== */
/*============================================================== 
 For Laptop & above all (1370px) 
 ============================================================== */
/*-- ============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */
@media (min-width: 1024px) {
  .testimonial-text {
    width: 80%; } }

/*-- ============================================================== 
 Ipad & above all(768px) 
 ============================================================== */
@media (min-width: 768px) {
  .dual-bg {
    background: #474d5d;
    /* Old browsers */
    background: -moz-linear-gradient(left, #474d5d 0%, #383c49 50%, #474d5d 50%, #383c49 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #474d5d 0%, #383c49 50%, #474d5d 50%, #383c49 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #474d5d 0%, #383c49 50%, #474d5d 50%, #383c49 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474d5d', endColorstr='#383c49', GradientType=1);
    /* IE6-9 */ } }

/*-- ============================================================== 
 Phone and below ipad(767px) 
 ============================================================== */
@media (max-width: 767px) {
  .topheader .stylish-nav {
    padding: 20px;
    margin-top: 15px;
    border: 1px solid rgba(120, 130, 140, 0.13); }
    .topheader .stylish-nav .nav-link {
      padding: .5rem; }
  .banner-text {
    text-align: center; }
    .banner-text h1 {
      font-size: 20px;
      line-height: 30px;
      font-weight: 500; }
    .banner-text .display-7 {
      font-size: 24px;
      font-weight: 500;
      line-height: 30px; }
	.fix-width .card {
		padding: 0;
		margin: 0 -30px;
	}
}

/*============================================================== 
Form addons page
============================================================== */
/*Bootstrap select*/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}

.bootstrap-select .dropdown-menu li a {
	display: block;
	padding: 7px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #212529;
	white-space: nowrap;
}

	.bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a:focus {
		color: #009efb;
		background: #f8f9fa;
	}

.bootstrap-select .show > .dropdown-menu {
	display: block;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
	padding: 9px 10px;
}

.select2-container--default .select2-selection--single {
	border-color: #e9ecef;
	height: 38px;
}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 38px;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 33px;
	}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	float: right;
	color: #fff;
	margin-right: 0px;
	margin-left: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background: #009efb;
	color: #fff;
	border-color: #009efb;
}

.input-form .btn {
	padding: 8px 12px;
}

/*============================================================== 
Form Material page
 ============================================================== */
/*Material inputs*/
.form-material .form-group {
	overflow: hidden;
}

.form-material .form-control {
	background-color: transparent;
	background-position: center bottom, center calc(100% - 1px);
	background-repeat: no-repeat;
	background-size: 0 2px, 100% 1px;
	/*padding: 0;*/
	transition: background 0s ease-out 0s;
}

	.form-material .form-control,
	.form-material .form-control.focus,
	.form-material .form-control:focus {
		background-image: linear-gradient(#009efb, #009efb), linear-gradient(#e9ecef, #e9ecef);
		border: 0 none;
		border-radius: 0;
		box-shadow: none;
		float: none;
	}

		.form-material .form-control.focus,
		.form-material .form-control:focus {
			background-size: 100% 2px, 100% 1px;
			outline: 0 none;
			transition-duration: 0.3s;
		}

.form-control-line .form-group {
	overflow: hidden;
}

.form-control-line .form-control {
	border: 0px;
	border-radius: 0px;
	padding-left: 0px;
	border-bottom: 1px solid #e9ecef;
}

	.form-control-line .form-control:focus {
		border-bottom: 1px solid #009efb;
	}

/*******************
Form validation error 
******************/
.error .help-block {
	color: #f62d51;
}

/*******************
File Upload 
******************/
.fileupload {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

	.fileupload input.upload {
		/*filter: alpha(opacity=0);*/
		font-size: 20px;
		margin: 0;
		opacity: 0;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

.scale-up {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(0);
	transform: scale(0);
	display: inline-block;
	transform-origin: right 0px;
}

.scale-up-left {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(0);
	transform: scale(0);
	display: inline-block;
	transform-origin: left 0px;
}

.show > .scale-up {
	transform: scale(1);
	transform-origin: right 0px;
}

.show > .scale-up-left {
	transform: scale(1);
	transform-origin: left 0px;
}

/*Radio button*/
@keyframes ripple {
	0% {
		box-shadow: 0px 0px 0px 1px transparent;
	}

	50% {
		box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
	}

	100% {
		box-shadow: 0px 0px 0px 15px transparent;
	}
}

/*Floating label*/
/*Bootstrap Select*/
.bootstrap-select.btn-group .dropdown-menu {
	box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

/*Form Validation*/
.help-block ul {
	padding: 0px;
	margin: 0px;
}

	.help-block ul li {
		list-style: none;
	}

.error .form-control {
	border-color: #f62d51;
}

.validate .form-control {
	border-color: #36bea6;
}

/*Form Input States*/
.form-control-success,
.form-control-warning,
.form-control-danger {
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right 0.5625rem;
	background-size: 1.125rem 1.125rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
	color: #36bea6;
}

.has-success .form-control {
	border-color: #36bea6;
}

.has-success .input-group-addon {
	color: #36bea6;
	border-color: #36bea6;
}

.has-success .form-control-success {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
	color: #ffbc34;
}

.has-warning .form-control {
	border-color: #ffbc34;
}

.has-warning .input-group-addon {
	color: #ffbc34;
	border-color: #ffbc34;
}

.has-warning .form-control-warning {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
	color: #f62d51;
}

.has-danger .form-control {
	border-color: #f62d51;
}

.has-danger .input-group-addon {
	color: #f62d51;
	border-color: #f62d51;
}

.has-danger .form-control-danger {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}


/*******************
 Topbar
*******************/
.topbar {
	position: relative;
	z-index: 50;
	transition: 0.2s ease-in;
	box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
}

	.topbar .navbar-collapse {
		padding: 0px;
	}

	.topbar .top-navbar {
		min-height: 50px;
		padding: 0px;
	}

		.topbar .top-navbar .dropdown-toggle::after {
			display: none;
		}

		.topbar .top-navbar .navbar-header {
			padding-right: 15px;
			line-height: 65px;
			padding-left: 15px;
			min-width: 70px;
			border-right: 1px solid rgba(0, 0, 0, 0.1);
		}

			.topbar .top-navbar .navbar-header .navbar-brand {
				margin-right: 0px;
				padding-bottom: 0px;
				padding-top: 0px;
				display: flex;
				align-items: center;
			}

				.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
					display: none;
				}

				.navbar-brand img {
					width:60px;
					margin-right:5px;
				}

		.topbar .top-navbar .navbar-nav > .nav-item.show {
			background: rgba(0, 0, 0, 0.05);
		}

		.topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
			padding-left: 15px;
			padding-right: 15px;
			font-size: 18px;
			line-height: 50px;
		}

		.topbar .top-navbar .navbar-nav > .nav-item > span {
			line-height: 45px;
			font-size: 24px;
			font-weight: 500;
			color: #fff;
			padding: 0 10px;
		}

	.topbar .dropdown-menu {
		box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
		-webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
		-moz-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
		border-color: #e9ecef;
	}

		.topbar .dropdown-menu .dropdown-item {
			padding: 7px 1.5rem;
		}

	.topbar .user-dd {
		width: 280px;
		padding-bottom: 10px;
	}

.dzLogoPic {
	min-height: 120px;
	display: flex;
	align-items: center;
}
	.dzLogoPic img {
		max-width: 120px;
		max-height: 120px;
	}

	.dzLogoPic.pic-sm img {
		max-width: 90px;
		max-height: 90px;
	}

ol.simple-list {
	list-style-type: none;
	list-style-type: decimal !ie;
	margin: 0;
	margin-left: 3em;
	padding: 0;
	counter-reset: li-counter;
}

	ol.simple-list > li {
		position: relative;
		margin-bottom: 20px;
		padding-left: 0.5em;
		min-height: 3em;
		border-left: 2px solid #CCCCCC;
	}

		ol.simple-list > li:before {
			position: absolute;
			top: 0;
			margin-left: -1.6em;
			right: auto;
			width: 1.3em;
			font-size: 3em;
			line-height: 1;
			font-weight: bold;
			text-align: right;
			color: #bbb;
			content: counter(li-counter);
			counter-increment: li-counter;
		}

.fileDelete {
	color:#aaa;
	cursor:pointer;
}
.fileDelete:hover {
	color:#fb3a3a;
}
.text-right {
	text-align: right !important;
}
.btn-block {
	display: block;
	width: 100%;
}
.dropdown-menu.dropdown-menu-right {
	right: 0;
	left: auto;
}
@media (min-width: 576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
}