@font-face{
	font-family:mallory;
	src:url(../font/mallory-light-webfont-v01.eot);
	src:url(../font/mallory-light-webfont-v01.eot?#iefix) format("embedded-opentype"),
	url(../font/mallory-light-webfont-v01.woff2) format("woff2"),
	url(../font/mallory-light-webfont-v01.woff) format("woff"),
	url(../font/mallory-light-webfont-v01.ttf) format("truetype");
	font-weight:200;
	font-style:normal
}
@font-face{
	font-family:mallory;
	src:url(../font/Mallory-Book.eot);
	src:url(../font/Mallory-Book.eot?#iefix) format("embedded-opentype"),
	url(../font/Mallory-Book.woff2) format("woff2"),
	url(../font/Mallory-Book.woff) format("woff"),
	url(../font/Mallory-Book.ttf) format("truetype");
	font-weight:400;
	font-style:normal
}
@font-face{
	font-family:mallory;
	src:url(../font/mallory-medium.eot);
	src:url(../font/mallory-medium.eot?#iefix) format("embedded-opentype"),
	url(../font/mallory-medium.woff2) format("woff2"),
	url(../font/mallory-medium.woff) format("woff"),
	url(../font/mallory-medium.ttf) format("truetype");
	font-weight:700;
	font-style:normal
}
body {
	font-family: mallory,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
* {
	outline: none!important;
}
a, a:hover {
	color:inherit
}
img {
	max-width:100%;
	max-height: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
	box-shadow: none!important
}

.btn-warning {
	color: #fff;
	border-bottom: 3px solid #eab229!important;
}
.btn-warning:hover {
	background: #eab229;
	border-color:#eab229;
	color: #fff;
}
.yellow {
	color:#eab229;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
}
select, input, textarea {
}
.btn {

	border-radius: 0;
}
.btn-light {
	border-bottom: 3px solid #ebeff3!important;
}
.btn-light:hover {
	background: #ebeff3;
	border-color:#ebeff3;
}
.btn-secondary {
	border-bottom: 3px solid #586067!important;
}
.btn-primary, .page-item.active .page-link {
	background-color: #404356!important;
	border-color: #404356!important;
	color: #ffffff!important;
}
.bg-primary {
	background-color: #404356!important;
}
.btn-primary {
	border-bottom: 3px solid #2d3040!important;
}
.btn-primary:hover {
    background-color: #2d3040!important;
    border-color: #2d3040!important;
}
.btn-danger {
	border-bottom: 3px solid #bb3c3e!important;
}
.btn-danger:hover {
	background-color: #bb3c3e!important;
	border-color: #bb3c3e!important;
}
.menuicon {
	display: none!important;
}
.btn-success {
    background-color: #08ddc1!important;
    border-color: #08ddc1!important;
	border-bottom: 3px solid #00c5aa!important;
}
.bg-success {
    background-color: #08ddc1!important;
}
.btn-success:hover {
    background-color: #00c5aa!important;
    border-color: #00c5aa!important;
}
.btn-blue {
    background-color: #5360b5!important;
	border-color: #5360b5!important;
	color: #fff!important;
	border-bottom: 3px solid #3644a2!important;
}
.bg-blue {
    background-color: #5360b5!important;
}
.btn-blue:hover {
    background-color: #3644a2!important;
    border-color: #3644a2!important;
}
.btn-secondary {
	background-color: #5e666c;
}
.btn-green, .btn-success {
    background-color: #2ecc71!important;
	border-color: #2ecc71!important;
	color: #fff!important;
	border-bottom: 3px solid #27ae60!important;
}
.bg-green {
    background-color: #2ecc71!important;
}
.btn-green:hover, .btn-success:hover {
    background-color: #27ae60!important;
    border-color: #27ae60!important;
}
.btn-white {
    background-color: #f2f4f8!important;
    border-color: #f2f4f8!important;
		color: #13172c!important
}
.btn-white:hover {
    background-color: #e5e8ec!important;
    border-color: #e5e8ec!important;
}
.btn-orange {
    background-color: #fe5e3a!important;
    border-color: #fe5e3a!important;
    color: #fff;
	border-bottom: 3px solid #e2431f!important;
}
.bg-orange {
    background-color: #fe5e3a!important;
}
.btn-orange:hover {
    background-color: #e2431f!important;
    border-color: #e2431f!important;
}
.bg-danger {
    background-color: #eb5b54!important;
}
.form-group {
    margin-bottom: 0;
}
.dropdown-menu {
    margin: 0;
    border: 1px solid rgb(231, 235, 241);
    border-radius: 0;
}
