/**
 * Admin Magik Catalog Mode CSS
 *
 * @author MagikCommerce
 * @package Magik Catalog Mode
 * @version 1.0
 */

.btn.btn-enquiry {
	background: #f2784b;
	color: #fff;
	text-transform: uppercase;
	margin-right: 8px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-top: 6px;
	border-radius: 2px;
}
.btn.btn-enquiry:hover, .btn.btn-enquiry:focus {
	background: #014693;
	color: #fff;
}
#mgkcmo_modal .modal-body {
	padding: 18px 25px;
}
#mgkcmo_modal .modal-body form label {
	font-weight: 600;
	width: 100%;
}
#mgkcmo_modal .modal-body form label input, #mgkcmo_modal .modal-body form label textarea {
	width: 100%;
	margin-top: 5px;
	border-radius: 3px;
	color: #333;
}
#mgkcmo_modal .modal-body form input[type=submit] {
	background: #014693;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	border: none;
	padding: 8px 20px;
	border-radius: 3px;
}
#mgkcmo_modal .modal-header {
	background: #fff;
	padding: 18px 25px;
	border-radius: 3px 3px 0px 0px;
}
#mgkcmo_modal .modal-header .modal-title {
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
}
#mgkcmo_modal .modal-header .close,
#mgkcmo_modal .modal-header .close:hover {
	color: #333;
	text-shadow: none;
	opacity: 1;
	font-size: 26px;
	font-weight: 300;
}
/* The Modal (background) */
#mgkcmo_modal .modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
#mgkcmo_modal .modal-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 0px;
	border: 0px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
	box-shadow: none;
}
/* The Close Button */
#mgkcmo_modal .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
#mgkcmo_modal .close:hover, #mgkcmo_modal .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.quote-success
{
	color: #6dbe14;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
#mgkcmo_modal .modal-body,
#mgkcmo_modal .modal-header {
    padding: 15px;
}


}

