/*
--------------------------------------------------------
   Project Name: Auto Surplus
   Version: 1.0
   Created: 4 April 2019
   Author Name: Harry @Swiftproductions

   Last Modified: 04 April 2019 @ 3:23pm
   Last Modified By: Harry K
   
----------------------------------------------------------
*/

.form-group {
    float: left;
    clear: both;
	font-family: 'Roboto', sans-serif;
	width:100%;
}

.form-group .hidden {
	display:none;
}

.form-control {
    border-radius: 0;
    border: 1px solid #d8d8d8;
    width: 100%;
}

.form-group label {
    float: left;
    clear: both;
    width: 100%;
	height: 25px;
}

.form-group label span {
	color:#e31936 !important;
}

.form-group input {
    float: left;
    padding-right: 5px;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    height: 40px;
}

.form-group .btn-default,
.form-group .btn-default:active {
	border:1px solid #1f1c51;
    background: #1f1c51;
    border-radius: 5px;
    display: block;
    float: left;
    clear: both;
    padding: 10px;
    line-height: 19px;
    transition: 0.4s;
	font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
	cursor:pointer;
}
.form-group .btn-default:hover {
	border:1px solid #e31936;
    background: #e31936;
}

.multilev {
    width: 101.5%;
    height: 40px;
}
.col-md-6 {
    width: 101.2%;
}

.wk_inner-container {
	width:95% !important;
}
.modal-content {
    border-radius: 5px;
}