@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
img{
	max-width:100%;
	height:auto;
}
body{
	margin:0;
	padding:0;
	font-size:13px;
	letter-spacing:0.5px;
}
*{
	box-sizing:border-box;
}
ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
a{
	text-decoration:none;
}
textarea:focus, input:focus, button:focus, select:focus{
    outline:none;
}
input::-webkit-input-placeholder{
	color:#a7a3a3;
	font-size:15px;
	vertical-align:middle;
}
textarea::-webkit-input-placeholder{
	 font-size:15px;
	 color:#fff;
}
.container{
	width:96%;
	max-width:1250px;
	margin:0 auto;
	position:relative;
}
.wide-container {
    max-width: inherit;
}
.field-error {
    float: left;
    color: #F00;
    width: 100%;
}
.header {
    float: left;
    width: 100%;
    background: rgb(255, 255, 255);
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #dad8d8;
    z-index: 999;
    box-shadow: 1px 2px 15px #ccc;
    position: relative;
}
.middle_wrap{
	float:left;
	width:100%;
    background:url(../images/landing-page-bg.jpg) center no-repeat;
    background-size: cover;
	
}
.btn_wrap {
    width: 1000px;
    color: #fff;
    display: table;
    margin: 273px auto;
}
.btn {
    border: 2px solid #000;
    padding: 20px;
    margin: 0 2%;
    width: 21%;
    float: left;
    text-align: center;
    font-size: 22px;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-top-color:transparent;
    border-bottom-color:transparent;
	font-family: 'montserratregular';
}
.ad_btn {
    border: 2px solid #000;
    padding: 20px;
    margin: 0 6%;
    width: 21%;
    float: left;
    text-align: center;
    font-size: 22px;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-top-color:transparent;
    border-bottom-color:transparent;
	font-family: 'montserratregular';
}
.btn:hover,.ad_btn:hover{
    border: 2px solid #000;
    background: #000;
    color: #fff;
    transition: ease-out, 0.5s;
}
a.btn.right,a.ad_btn.right {
    float: right;
}
.footer {
    float: left;
    width: 100%;
    font-family: 'latoregular';
    text-align: center;
    padding: 16px;
    background: #000;
    color: #fff;
}
/*seller*/
.middle_wrap.other {
    /* background-color: #ececec; */
    background: rgb(249, 249, 249);
    font-family: 'latoregular';
}
.middle_wrap.other h1 {
    float: left;
    width: 100%;
    margin: 1% 0 4%;
    padding-bottom: 20px;
    background: url(../images/border.png) bottom center no-repeat;
    letter-spacing: 4px;
    font-size: 28px;
    text-align: center;
    color: #afb4b7;
    text-transform: uppercase;
}
.table_content {
    float: left;
    width: 100%;
    overflow: scroll;
    background: #fff;
}
.seller_table, td, th {
    border: 1px solid #d0cbcb;
    text-align: left;
}
.seller_table {
    border-collapse: collapse;
    width: 100%;
}
.seller_table th {
    background: #145586;
    color: #fff;
    font-size: 14px;
    /* text-align: center; */
    font-weight: 100;
}
.seller_table th, .seller_table td {
    padding: 4px 5px;
    font-size: 11px;
}
.seller_table th span {
    float: left;
    width: 90%;
    font-size: 12px;
}
.arrow_wrapper a{
	color:#fff;
	font-size: 12px;
	padding-right:20px;
	float:left;
	width:100%;
}
.arrow_wrapper.asc a,
.arrow_wrapper.none a:hover,
.arrow_wrapper.desc a:hover{
	background:url(../images/arrow-up.png) no-repeat right center;
}
.arrow_wrapper.desc a,
.arrow_wrapper.asc a:hover{
	background:url(../images/arrow-down.png) no-repeat right center;
}
.arrow {
    float: right;
	width:10%;
	line-height:30px;
}
.arrow a {
    color: #fff;
    text-align: left;
    margin-left: 5px;
    float: left;
    padding: 5px 0;
}
.arrow a.open {
   display:block;
}
.arrow a.close{
   display:none;
}
tr:nth-child(odd) {
    background-color: rgba(255, 235, 59, 0.17);
}
.bottom_btn {
    float: left;
    width: 100%;
    margin: 3% 0 0%;
}
.login_btn {
    float: left;
    width: auto;
    padding: 14px 20px;
    background: #145586;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
}
a.login_btn .fa {
    font-size: 17px;
}
.login_btn .fa {
    font-size: 22px;
    padding: 0 8px 0 0;
    float: left;
}
.login_btn:hover{
	background:#000;
	transition:ease-out,0.6s;
}
input.input_btn {
    float: left;
    border: none;
    background: transparent;
    text-transform: uppercase;
    line-height: 20px;
	color:#fff;
}
.login_btn.right {
    float: right;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 20px;
}
.pagination {
    text-align: center;
    margin: 50px 0;
    float: left;
    width: 100%;
}
.pagination ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.pagination ul .disabled {
    display: none;
}
.pagination ul li {
    display: inline;
}
.pagination ul li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}
.pagination ul li a.active {
    background-color: #000000;
    color: white;
    border: 1px solid #000000;
}
/*add-seller*/
.add_seller_wrap {
    float: none;
    width: 1000px;
    border: 1px solid #dedede;
    margin: 0 auto 5%;
    display: table;
    background: #fff;
    box-shadow: 0px 0px 8px 0px #ccc;
    padding: 50px;
}
.input_field {
    float: left;
    width: 100%;
    margin-bottom:20px;
}
.form_lable {
    float: left;
    width: 30%;
    text-align: right;
    margin-right: 40px;
    font-size: 15px;
    color: #145586;
	font-family: 'montserratregular';
}
span.red_star {
    color: #F44336;
    font-size: 20px;
    line-height: 19px;
    padding-right: 5px;
    /* text-align: right; */
}
.content {
    float: left;
    width: 65%;
}
input.form_field, select.form_field {
    float: left;
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    color: #000;
}
input.form_field.small {
    width: 80%;
    margin-right: 10px;
}
.input_field .login_btn {
    float: right;
}
/*login*/
.middle_wrap.login_page{
	background:url(../images/login-bg-1.png) center no-repeat;
    background-size: cover;
}
.login_wrap {
    width: 450px;
    background: rgba(255, 255, 255, 0.96);
    display: table;
    margin: 265px auto;
    border: 1px solid #ccc;
    padding: 10px 35px 32px;
    border-radius: 3px;
}
.login_content_top {
    float: left;
    width: 100%;
    margin-top: 38px;
    background-size: 100%;
    margin-bottom: 20px;
}
.login_wrap h2 {
    font-size: 40px;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'montserratregular';
    color: #858585;
    margin: 15px 0 25px;
}
.login_wrap ul li {
    float: left;
    width: 100%;
}
.input_wrap {
    float: left;
    width: 100%;
    padding: 18px;
    border: 1px solid #a7a3a3;
    margin-bottom: 16px;
}
.input_wrap .fa {
    float: left;
    margin-right: 12px;
    font-size: 18px;
    line-height: 15px;
	color:#a7a3a3;
}
input.input_box {
    float: right;
    width: 92%;
    background: transparent;
    border: none;
    font-size: 15px;
    color: #000;
    line-height: 16px;
}
.login_button {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.log_btn {
    float: left;
    width: 100%;
    padding: 16px 0;
    background: #145586;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow: 1px 1px 8px #292424;
	font-family: 'latoregular';
}
.log_btn:hover{
	box-shadow:none;   
	background: #000;
}
.filter_content {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 16px 22px;
    background: #e2e2e2;
}
.filter_content ul li {
    float: left;
    display: inline-block;
    width: 25%;
    margin-right: 20px;
}
.input_label {
    float: left;
    text-align: right;
    margin-right: 10px;
    font-size: 17px;
    color: #145586;
    font-family: 'montserratregular';
    line-height: 45px;
}
.select_field {
    float: left;
    width: 68%;
    /* border: 1px solid #ccc; */
}
.text_field{
	float:left;
	width:100%;
}
.filter_content ul li .enter {
    float: left;
    background-color: #fff;
    width: 100%;
    padding: 12px;
    border: 1px solid #d6d6d6;
    font-size: 13px;
    letter-spacing: 1px;
    color: #504f4f;
    height: 44px;
}
.text_field .enter {
    padding: 13px !important;
}
.filter_content ul li .login_btn {
    padding: 8px;
    border: 1px solid #145586;
}

.logout-link {
    float: right;
    color: #fff;
}
.error {
    color: red !important;
}