.white-skin .btn-primary, .btn-primary{
    background: -webkit-linear-gradient(50deg,#a01318,#F00) !important;
    background: -o-linear-gradient(50deg,#a01318,#F00) !important;
    background: linear-gradient(40deg,#a01318,#F00) !important;
}
.peach-gradient {
    background: -webkit-linear-gradient(50deg,#a01318,#F00) !important;
    background: -o-linear-gradient(50deg,#a01318,#F00) !important;
    background: linear-gradient(40deg,#a01318,#F00) !important;
}
.btn-success {
    background: -webkit-linear-gradient(50deg,#a01318,#F00) !important;
    background: -o-linear-gradient(50deg,#a01318,#F00) !important;
    background: linear-gradient(40deg,#a01318,#F00) !important;
}
.side-nav a {
    height: auto;
}

.side-nav a.active, .side-nav a.active > em {
    color: #a01318 !important;
}

.btn-nodesign {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 5px;
    padding: 0.7rem 0.85rem !important;
    box-shadow: none;
}

.btn-nodesign-nomarging {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.sortin::before {
	color:red;
}

code{
    display: block;
    max-height: 300px;
    overflow: auto;
}

.fixed-sn .page-footer .container-fluid, .fixed-sn main {
    margin-left: 1%;
    margin-right: 1%;
}

.display-none {
    display: none;
    visibility: hidden;
}
.modal{
    z-index: 10050;
}
.modal-header {
    padding-top: 0;
    padding-bottom: 0;
}

.modal-body {
    padding: 20px 0 20px 0;
}

.modal-header{
    border-bottom: none;
}

.modal-close{
    position: absolute;
    top: 0px;
    left: 13px;
    font-size: 40px;
    z-index: 1000;
    cursor: pointer;
}
.steps-form-2 {
    display: table;
    width: 100%;
    position: relative;
}

.steps-form-2 .steps-row-2 {
    display: table-row;
}

.steps-form-2 .steps-row-2:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #7283a7;
}

.steps-form-2 .steps-row-2 .steps-step-2 {
    display: table-cell;
    text-align: center;
    position: relative;
}

.steps-form-2 .steps-row-2 .steps-step-2 p {
    margin-top: 0.5rem;
}

.steps-form-2 .steps-row-2 .steps-step-2 button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
    width: 70px;
    height: 70px;
    border: 2px solid #59698D;
    background-color: white !important;
    color: #59698D !important;
    border-radius: 50%;
    padding: 22px 18px 15px 18px;
    margin-top: -22px;
}
.white-skin .dropdown-content li:not(.disabled) span, .white-skin .md-form .prefix.active, .white-skin input[type="email"]:focus:not([readonly]) + label, .white-skin input[type="text"]:focus:not([readonly]) + label, .white-skin input[type="password"]:focus:not([readonly]) + label, .white-skin input[type="number"]:focus:not([readonly]) + label, .white-skin textarea.md-textarea:focus:not([readonly]) + label {
    color: #a01318 !important;
}
.white-skin input[type="email"]:focus:not([readonly]), .white-skin input[type="text"]:focus:not([readonly]), .white-skin input[type="password"]:focus:not([readonly]), .white-skin input[type="number"]:focus:not([readonly]), .white-skin textarea.md-textarea:focus:not([readonly]) {
    border-color: #a01318;
    -webkit-box-shadow: 0 1px 0 0 #a01318;
    box-shadow: 0 1px 0 0 #a01318;
}
.white-skin .side-nav .collapsible li .collapsible-body a:hover {
    color: #a01318;
}
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover {
    border: 2px solid #a01318;
    color: #a01318 !important;
    background-color: white !important;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 .fa {
    font-size: 1.7rem;
    top: -3px;
}

.switch.round label .lever {
    width: 54px;
    height: 34px;
    border-radius: 10em;
}

.switch.round label .lever:after {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    left: 4px;
    top: 4px;
}

.switch.primary-switch label input[type=checkbox]:checked + .lever {
    background-color: grey;
}

.switch.primary-switch label input[type=checkbox]:checked + .lever:after {
    background: -webkit-linear-gradient(50deg,#a01318,#F00) !important;
    background: -o-linear-gradient(50deg,#a01318,#F00) !important;
    background: linear-gradient(40deg,#a01318,#F00) !important;
}

pre {
    display: block;
    height: 300px;
    overflow: auto;
    resize: vertical;
}
pre {
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: .25rem;
}
.red-gradient{
    background: -webkit-linear-gradient(50deg,#FF3532,#FFD900) !important;
    background: -o-linear-gradient(50deg,#FF3532,#FFD900) !important;
    background: linear-gradient(40deg,#FF3532,#FFD900) !important;
}
body {
	background-color:#eee;	
}
.fileuploadoverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.6;
	z-index: 1060;
}

.fileuploadhint {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 30px;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #337ab7;
	border-radius: 5px;
	z-index: 1080;
	margin-bottom: 20px;
	opacity: 1;
}

.pattern-custom {
    background: url(../img/custom-pattern.png);
    background-color: rgba(0, 0, 0, 0);
}