/*---------------------------
@charset "UTF-8";

/* 1. General */

body{
	height:100%;
}

::-webkit-scrollbar { 
    display: none; 
}

.all-elements{
	position:absolute;
	overflow-x:hidden!important;	
	width:100%;
	height:100%;
	min-height:100%;
	max-height:100%;
}

/*Backgrounds */

.bg1{
    background-image:url("../images/pictures/1.jpg");   
    background-position:center center;
}

.bg2{
    background-image:url("../images/pictures/2.jpg");   
    background-position:center center;
}

.bg3{
    background-image:url("../images/pictures/3.jpg");   
    background-position:center center;
}

.bg4{
    background-image:url("../images/pictures/4.jpg");   
    background-position:center center;
}


/* Header*/

.header{width:100%; margin:0 auto; height:160px;}
.headwap{ width:100%; height:100px; background:#fff;}
.waplogin {width:100px; margin:0 auto; padding:12px 0 8px 0;}
.logoname {width:220px; margin:0 auto; color:#656565; font-weight:bold; text-align:center;}

.Lang_Menu{
    height:60px;
	background:#EB780E;
}

.Lang_Menu a{
    width:33%;
    text-align:center;
    float:left;
    font-size:12px;
    line-height:60px;
    color:#fff;
    opacity:0.9;
}

.Lang_Menu a i{
    padding-right:13px;
    font-size:16px;
}

.Lang_Menu a:hover{
    color:#666;
    background-color:rgba(255,255,255,0.05);
    opacity:1;
}

.Lang_Menu a:first-child{
    border-right:solid 1px rgba(255,255,255,0.1);
}

.Lang_Menu a:last-child{
    border-left:solid 1px rgba(255,255,255,0.1);
}

.header-clear{
    height:30px;
}


.sidebar-header a i{
    width:55px;
    height:60px;
    text-align:center;
    line-height:60px;
    border-bottom:solid 1px rgba(255,255,255,0.05);
}

.sidebar-header a{
    color:#bcbcbc;
    width:53px;
    height:60px;
    float:left;
    border-right:solid 1px rgba(255,255,255,0.05);
    border-left:solid 1px rgba(0,0,0,0.2);
    border-bottom:solid 1px rgba(255,255,255,0.05);
    transition:all 250ms ease;
    background-color:rgba(0,0,0,0.1);
}

.sidebar-header a:hover{
    background-color:rgba(255,255,255,0.02);
    color:#FFFFFF;
    transition:all 250ms ease;
}

.sidebar-header{
    border-bottom:solid 1px rgba(0,0,0,0.2);
    border-left:solid 1px rgba(255,255,255,0.05);
}


.sidebar-logo a{
    background-image:url("../images/logo.png");
    width:210px;
    height:39px;
    background-size:210px 39px;
    margin-top:30px;
    margin-bottom:30px;
    margin-left:25px;
}

.sidebar-divider{
    background-color:#191b1c;
    height:30px;
    font-size:10px;
    text-transform:uppercase;
    font-weight:800;
    color:#636464;
    border-bottom:solid 1px rgba(255,255,255,0.1);
    border-top:solid 1px rgba(255,255,255,0.1);
    line-height:30px;
    padding-left:30px;
}

.sidebar-navigation{
    margin-bottom:-1px;
}

.sidebar-navigation li{
    position:relative;
    overflow:hidden;
    display:block;
    list-style:none;
    line-height:60px;
    border-bottom:solid 1px rgba(255,255,255,0.05);
    margin-bottom:0px;
}

.sidebar-navigation li a:hover{
    background-color:rgba(255,255,255,0.05);
}

.sidebar-navigation li a{
    padding-left:70px;
	padding-right:55px;
    color:#FFFFFF;
    border-bottom:solid 1px rgba(0,0,0,0.2);
    transition:all 350ms ease;
	height:60px;
	overflow:hidden;
}
.sidebar-navigation li a i:first-child{
    position:absolute;
    height:60px;
    width:60px;
    line-height:60px;
    text-align:center;
    left:10px;
    font-size:16px;
    color:#bcbdbd;
}

.sidebar-navigation li a i:last-child{
    position:absolute;
    height:60px;
    width:60px;
    text-align:center;
    line-height:60px;
    font-size:4px;
    color:#bcbdbd;
	top:2px;
    left:205px;
}

.sidebar-navigation li .fa-caret-right{
    font-size:10px!important;
}

.sidebar-navigation li .fa-mobile{
    font-size:27px!important;
}

.submenu{
    margin-bottom:0px;
}

.submenu li{
    border:none;
	line-height:40px;
	height:40px; 
	overflow:hidden;
}
.submenu li a{
    border:none;
}

.submenu li a i:first-child{
   height:40px;
   width:40px;
   line-height:40px;
}

.submenu li a i:last-child{
    height:40px;
    width:40px;
    line-height:40px;
}

.submenu a{
    padding-left:95px!important;
	padding-right:50px!important;
    color:#7e7e7e!important;
    font-size:11px;
}

.submenu li:last-child{
    border-bottom:solid 1px rgba(0,0,0,0.2);!important;
}

.submenu .fa-angle-right{
    font-size:8px!important;
    left:45px!important;
}

.deploy-submenu .fa-plus{
    font-size:8px!important;
    -ms-transform: rotate(0deg); 
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
    transition:all 250ms ease;
}

.active-menu{
   background-color:rgba(255,255,255,0.05); 
}

.active-menu .fa-circle{
    color:#27ae60!important;
    font-size:6px!important;
}

.active-submenu{
    border-bottom:solid 1px rgba(255, 255, 255, 0.05)!important;
    transition:all 250ms ease;
    -webkit-transition-delay: 250ms; 
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
    transition-delay: 250ms;
}

.active-submenu .fa-plus{
    color:#c0392b!important;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
    transition:all 250ms ease;
}

.submenu{
    max-height:0px;
    overflow:hidden;
    transition:all 250ms ease;
}

.active-submenu-items{
    max-height:480px;
    transition:all 450ms ease;
}


.blue-update i{
    background-color:#2980b9;
}

.red-update i{
    background-color:#c0392b;
}

.yellow-update i{
    background-color:#f39c12;
}

.green-update i{
    background-color:#27ae60;
}

.sidebar-update i{
    width:40px;
    height:40px;
    border-radius:40px;
    text-align:center;
    line-height:40px;
    float:left;
    color:#FFFFFF;
    margin-right:20px;
    font-size:12px;
            translate:scale(1.0, 1.0);
    -webkit-translate:scale(1.0, 1.0);
    transition:all 350ms ease;
}

.sidebar-update{
    margin-top:30px;
    margin-left:25px;
}

.sidebar-update strong{
    display:block;
    font-size:12px;
    color:#FFFFFF;
    font-weight:400;
    font-family:'Roboto', sans-serif;
}

.sidebar-update em{
    font-style:normal;
    font-size:11px;
    color:#666666;
}



.large-title h3{
    text-align:center;
}

.large-title p{
    width:95%;
    margin-left:auto;
    margin-right:auto;
    font-size:14px;
    line-height:36px;
    text-align:center;
    font-weight:300;
}

.large-title a{
    font-weight:400;
}

/*Center Socials*/

.facebook-color{
    background-color:#3b5998;
    color:#FFFFFF;
}

.twitter-color{
    background-color:#4099ff;
    color:#FFFFFF;
}

.google-color{
    background-color:#d34836;
    color:#FFFFFF;
}

.pinterest-color{
    background-color:#C92228;
    color:#FFFFFF;
}

.sms-color{
    background-color:#27ae60;
    color:#FFFFFF;
}

.mail-color{
    background-color:#3498db;
    color:#FFFFFF;
}

.center-socials{
    width:180px;
    margin-left:auto;
    margin-right:auto;  
    margin-bottom:0px;
    padding-top:10px;
    margin-top:-10px;
}

.center-socials a{
    transition:all 250ms ease;
    margin-bottom:30px;
}

.center-socials a:hover{
    color:#FFFFFF;
    transform:scale(1.2, 1.2);
    transition:all 250ms ease;
}

.center-socials a i{
    width:40px;
    height:40px;
    line-height:40px;
}

.center-socials .facebook-social{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:40px;
    float:left;
    margin-left:10px;
    margin-right:10px;
}

.center-socials .twitter-social{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:40px;
    float:left;
    margin-left:10px;
    margin-right:10px;
}

.center-socials .google-social{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:40px;
    float:left;
    margin-left:10px;
    margin-right:10px;
}



/*Content Heading*/
/*///////////////*/

.content-heading{
	margin-bottom:30px;	
}

.content-heading h4{
	color:#FFFFFF;
	position:absolute;	
	z-index:9999;
	text-transform:uppercase;
	margin-top:27px;
	padding-left:30px;
    pointer-events:none;
    font-weight:800;
}

.content-heading{
	max-height:100px;	
}

.content-heading p{
	color:#FFFFFF;
	position:absolute;	
	z-index:999;
	margin-top:48px;
	padding-left:30px;
	opacity:0.5;
    pointer-events:none;
}

.content-heading .overlay{
	z-index:99;
	background-color:rgba(0,0,0,0.8);
}

.content-heading i{
	font-size:32px;
	position:absolute;
	color:#FFFFFF;
	right:30px;	
	z-index:999;
	margin-top:36px;
    pointer-events:none;
}

.content-heading img{
	width:100%;
	display:block;
	position:relative;
	z-index:2;
    transition:all 300ms ease;
}

.content-heading img:hover{
    filter: blur(3px);  
    -webkit-filter:blur(3px);
    transition:all 300ms ease;
}

.pageTitle {text-align:center; color:#000; padding-bottom:15px;}
.pageTitle span.Titlebig{ width:200px;font-size:26px; line-height:36px; padding-right:5px;}
.pageTitle span.TitleMiddle{width:270px;font-size:18px;line-height:26px; }
.pageTitle span.Titlesmall{ display:block;line-height:26px; font-size:12px;}
.pageContentabout{ text-align:center; font-size:14px;color:#8e8e8e; line-height:22px;}

@media (min-width:768px){

	.content-heading{
		max-height:140px;	
	}
	
	.content-heading h4{
		font-size:20px;	
		margin-top:45px;
		padding-left:50px;
	}
	
	.content-heading p{
		font-size:13px;	
		margin-top:75px;
		padding-left:50px;
	}
	
	.content-heading i{
		font-size:40px;
		margin-top:53px;
		right:50px;	
	}
}


/*Thumbnails Columns*/

.thumb-clear{
	height:20px;
	display:block;
	width:100%;
}

.thumb-left{
	line-height:18px;
	display:block;
	padding-bottom:10px;
	height:110px; overflow:hidden;
}

.thumb-left a{
	line-height:20px;
	text-align:left;
	color:#333;
}

.thumb-left a:hover{}

.thumb-left img{
	width:100px;
	height:100px;
	border-radius:100px;
	float:left;
	margin-right:20px;
    transition:all 500ms ease;
}

.thumb-left img:hover{
    transform:scale(0.9, 0.9);
    transition:all 500ms ease;
}

.thumb-left strong{
	color:#1a1a1a;
	text-align:left;
	padding-bottom:5px;
	font-size:13px;
}

.thumb-left em{
	font-style:normal;
}



@media (min-width:600px){
	.thumb-left{
		height:145px; overflow:hidden;
	}
	.thumb-left img{
		width:140px;
		height:140px;
		border-radius:150px;	
	}
	
	.thumb-left em{
		line-height:18px;	
	}
	
	.thumb-left strong{
		padding-top:10px;	
	}
}

/*////////////////////*/
/*Quote & Staff Slider*/
/*////////////////////*/

.staff-item{ background:#fff; max-width:263px; height:378px; margin:0 auto;}

.staff-itemstr{ margin:0 20px; text-align:center;}
.staff-itemstr p{ line-height:20px;}
.staff-item img{	
	max-width:263px;
	margin-left:auto;
	margin-right:auto;
}

.staff-item h4{
	text-align:center;
	margin-top:20px;	
	font-size:16px;
	color:#282d33;
	font-weight:normal;
	font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.staff-item strong{
	display:block;	
	font-weight:400;
	text-align:left;
	line-height:18px;
	margin-bottom:20px;
}

.small-text{
	display:block;
	margin-top:-10px;
	color:#e34e47;
	margin-bottom:10px;	
}

/* 8. Quote Slider */

.quote-slider h4{
	font-family:'Source Sans Pro', sans-serif;
	font-size:18px;
	font-weight:300;	
	width:87%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	line-height:36px;
}

.quote-slider a{
	text-align:center;
	margin-top:20px;	
}


/*//////*/
/*Footer*/
/*//////*/

.footer p{
    clear:both;
}

.footer-socials{
    width:300px;
    margin-left:auto;
    margin-right:auto;
    padding-left:10px;
    padding-right:10px;
    padding-top:20px;
    padding-bottom:20px;
    margin-top:-15px;
    margin-bottom:-10px!important;
}

.footer-socials a:hover{
    transform:scale(1.15, 1.15  );
    color:#FFFFFF;
    transition:all 200ms ease;
}

.footer-socials a{
    width:35px;
    height:35px;
    text-align:center;
    line-height:35px;
    border-radius:35px;
    float:left;
    margin-left:10px;
    margin-right:10px;
    font-size:12px;
    color:#FFFFFF;
    transition:all 200ms ease;
}

.footer-socials a i{
    width:35px;
    height:35px;
    line-height:35px;
}

.footer-navigation{
    background-color:#3b5998;
}

.footer-share{
    background-color:#27ae60;
}

.footer-contact{
    background-color:#4099FF;
}

.footer-language{
    background-color:#d34836;
}

.footer-up{
    background-color:#2c3e50;
    line-height:32px!important;
}


.footer-menu{
    position:fixed;
    z-index:9999999;
    background-image:url("../images/misc/menu-bg.png")/*tpa=http://www.enableds.com/products/slidebox/left-sidebar/images/misc/menu-bg.png*/;
    background-size:100px 100px;
    width:100%;
    height:60px;
    bottom:0px;
}

.footer-menu a{
    border-right:solid 1px rgba(255,255,255,0.08);  
    color:#FFFFFF;
    font-size:14px;
}

.footer-menu a:hover{
    color:#FFFFFF;
    background-color:rgba(255,255,255,0.05);
}

.footer-menu-clear{
    height:60px;
}

.footer-menu a i{
    height:60px;
    line-height:60px;
}

.footer-menu-three-icons a{
    width:33.3%;
    float:left;
    text-align:center;
}

.footer-menu-four-icons a{
    width:25%;
    float:left;
    text-align:center;
}

.footer-menu-five-icons a{
    width:20%;
    float:left;
    text-align:center;
}

.footer-menu-six-icons a{
    width:16.7%;
    float:left;
    text-align:center;
}


/*Fullscreen Slider Image*/
.slider-image-1{background-image:url("../images/pictures/3.jpg")/*tpa=http://www.enableds.com/products/slidebox/left-sidebar/images/pictures/3.jpg*/;}
.slider-image-2{background-image:url("../images/pictures/1.jpg")/*tpa=http://www.enableds.com/products/slidebox/left-sidebar/images/pictures/1.jpg*/;}
.slider-image-3{background-image:url("../images/pictures/5.jpg")/*tpa=http://www.enableds.com/products/slidebox/left-sidebar/images/pictures/5.jpg*/;}


.calendar{
    margin-bottom:30px;
}

.calendar-titles a{
    width:14.28%;
    float:left;
    text-align:center;
    height:40px;
    line-height:40px;
    font-size:10px;
    color:#1f1f1f;
    font-weight:800;
}

.calendar-titles .light-titles{
    opacity:0.5;
}

.calendar-days{
    margin-top:-10px;
    font-size:14px;
    margin-bottom:30px;
}

.calendar-days a{
    width:14.28%;
    float:left;
    height:60px;
    line-height:60px;
    text-align:center;
    color:#1f1f1f;
    font-weight:700;
}

.calendar-days a:hover{
    color:rgba(41, 128, 185,1.0);
}

.calendar-day .light-day{
    opacity:0.3;
}

.calendar-days i{
    position:absolute;
    font-size:35px;
    margin-top:12px;
    margin-left:-7px;
    z-index:-1;
}

.clear-day i{
    opacity:0;
}

.light-day{
    opacity:0.3;
}

.light-day i{
    display:none;
}

.taken-day{
    color:#FFFFFF!important;
}

.taken-day i{
    color:#27ae60;
}

.close-day{
    color:#FFFFFF!important;
}

.close-day i{
    color:#c0392b;
}

.calendar-hours{
    border-top:solid 1px rgba(0,0,0,0.1);
}

.calendar-hour{
    height:80px;
    border-bottom:solid 1px rgba(0,0,0,0.1);
}

.calendar-hour-clear:hover{
    background-color: rgba(39, 174, 96, 0.1);  
}

.calendar-hour-taken:hover{
    background-color: rgba(192, 57, 43,0.1);   
}

.calendar-hour strong{
    color:#666666;
    opacity:0.7;
}

.calendar-hours a:last-child{
    border-bottom:none;
}

.calendar-hour .cal-time{
    position:absolute;
    margin-top:30px;
    font-weight:400;
    font-size:11px;
    padding-left:20px;
}

.calendar-hour .cal-from{
    position:absolute;
    margin-top:18px;
    font-size:11px;
    font-weight:400;
    padding-left:20px;
}

.calendar-hour .cal-to{
    position:absolute;
    margin-top:40px;
    font-size:11px;
    font-weight:400;
    padding-left:20px;
}

.calendar-hour h4{
    font-size:14px;
    padding-left:100px;
    padding-top:17px;
    margin-bottom:2px;
}

.calendar-hour em{
    font-style:normal;
    font-size:11px;
    padding-left:100px;
    color:#666666;
}

.calendar-hour em i{
    margin-right:10px;
}

.auto_logos{ width:100%; margin:0px auto 30px;}
.auto_logos a{ border:1px solid #fff; width:45; height:45px; display:block; float:left;}
.auto_logos img{ padding:0 5px 5px 0; width:40; height:40px;}







.f_portal_header_main a{ color:#666;}
.f_portal_header_main a:hover{ color:#666;}
.btn{ border: none; margin-left: 50px;  cursor: pointer;  background: #ff7929 url(../images/mr_yq_bg.png) no-repeat 14px -20px; padding: 6px 15px 6px 35px; color: #fff;border-radius: 3px; font-weight: bold;}
.btn:hover{ opacity:.85; -moz-opacity:.85; filter:alpha(opacity=85%)}
.cart_box, .cart_box_success {text-align: left}
.cart_box .icon_box,  .cart_box_success .icon_box {display: block;height: 25px;font-family: arial;}
a.btn{ color: #fff;}
a.btn:hover{ color: #fff;}
.cart_box_white {display: block;height: 17px;
    padding-left:18px;font-family: arial;background:url(../images/shop_sprites.png) no-repeat 0 -109px}

.cart_box .icon_box{ max-width:150px; padding: 3px 10px; background:#EB780E; color:#fff; text-align:center;}
.cart_box .icon_box {line-height: 22px}
.cart_box .icon_box a{ color: #fff;}
.cart_box_success .icon_box {background-position: 0 -72px;}
.cart_box span.icon_box{ background: #5a2e05;font-weight:bold;}
.cart_box_white {display: inline-block;background-position: 0 -158px;margin: 10px 3px 0 0;vertical-align: top}
.in-basket {position: fixed;bottom: 0;right: 0;width: 260px;-webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;box-shadow: 0 0 5px #b5b5b5;border: 1px solid #b5b5b5;border-bottom: 0 none;
    background: #fff;z-index: 9999;font-size: 12px;font-family: arial, sans-serif;_display:none}
.in-basket-main-info {background-color: #f2f2f2;color: #333;height: 36px;border-bottom: 1px solid #dedede;
    line-height: 36px;text-align: center;cursor: pointer;font-size: 13px}
.in-basket-main-info .num {color: #f60;font-weight: bold;font-size: 13px;margin: 0 2px}
.in-basket-arrow-inner {position: absolute;bottom: -9px;left: -10px;border: 10px solid transparent;border-top: 10px solid #f9f9f9;width: 0;height: 0;line-height: 0;font-size: 0}
.in-basket .in-basket-con ul {margin: 2px 0 0;overflow-y: scroll;max-height: 315px;padding-left: 0}
.in-basket .in-basket-wrap .in-basket-supplier {height: 26px;line-height: 26px;padding: 0 8px;background-color: #f8f8f8;position: relative;z-index: 1}
.in-basket .in-basket-delete {color: #999;}
.in-basket .in-basket-wrap li {border-bottom: 1px solid #eee;padding: 8px 10px;height: 50px;position: relative}
.in-basket .in-basket-wrap li:hover {background: #fffef5}
.in-basket .in-basket-wrap .in-basket-name {display: block;color: #666;white-space: nowrap;overflow: hidden;
    word-wrap: normal;text-overflow: ellipsis;margin-bottom: 7px}
.in-basket .in-basket-wrap .in-basket-product-detail {position: relative;height: 50px;padding-left: 18px; padding-top:3px;}
.in-basket .in-basket-pic-wrap {float: left;margin-right: 6px;width: 50px;height: 50px;overflow: hidden}
.in-basket .in-basket-title {line-height: 16px;height: 32px;overflow: hidden;color: #333;margin-bottom: 5px;
    padding-right: 5px; line-height:50px;}
.in-basket .in-basket-btn-wrap {padding: 10px 14px 7px 5px;overflow: hidden;border-top: 1px solid #ddd}
.in-basket .in-basket-btn-wrap .btn14 {display: inline-block;float: right; padding-right:8px;}
.in-basket .in-basket-select-all {display: inline-block;float: left;padding: 4px 0 0 1px;text-align: right;color: #999;cursor: pointer}
.in-basket .in-basket-supplier .in-basket-arrow {position: absolute;top: 26px;left: 36px;
    border: 10px solid transparent;border-top: 10px solid #e6e6e6;z-index: 1;width: 0;height: 0;line-height: 0;
    font-size: 0;_display: none}
.in-basket .in-basket-supplier .in-basket-arrow-inner {position: absolute;bottom: -9px;
    left: -10px;border: 10px solid transparent;border-top: 10px solid #f9f9f9;width: 0;height: 0;line-height: 0;
    font-size: 0}
.in-basket .in-basket-delete {display: inline-block;width: 8px;height: 20px;position: absolute;right: 10px;top: 15px}
.in-basket li:hover .in-basket-delete {background: url(../images/shop_sprites.png) no-repeat 0 -264px;}

.MSmgchat{margin:0 auto;background:#FFF; height:430px; width:100%; margin:0 auto; position:relative;}
.messpro{ width: 214px;_width:220px; float: left; height:auto; margin: 0 auto; text-align: center;}
.messpro ul{ float: left; width: 100%;border: 1px #cfd7e4 solid;border-bottom:none;}
.messpro ul li{ float: left; width:100%;border-bottom: 1px #cfd7e4 solid;}
.messpro li .in-basket-delete {width: 10px; height: 14px;  display: inline-block; line-height: 14px;}
.messpro li:hover .in-basket-delete {background: url(../images/shop_sprites.png) no-repeat 0 -265px; cursor: pointer}
.messpro_pic{float: left; width: 70px; margin: 0 auto; text-align: center;}
.messpro_name{ float: left; line-height: 30px;}
#ms_title { display:none;}
.MSLine .MSleft{ width:95%; float:left; text-align:left;}
.MSLine .MSright{width:95%; float:left; position:relative;}
.MSLine .MSright input{ width:100%; padding:0 5px; height:27px;line-height:27px; border:1px solid #bdbdbd; color:#222;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.MSLine .MSright textarea{width:100%; padding:0 5px; height:60px;line-height:14px;font-size:12px; font-weight:normal;border:1px solid #bdbdbd;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.MSLine .MSright strong{color:#FF0000; font-weight:bold; font-size:14px;position:absolute; top:0px; left:98%;}
.MSchat .MSarea{ height:70px;}

.MSsumit{width:auto;height:31px; padding:0px 10px; background:url(img/sumitbg.jpg) #eb0001 repeat-x; color:#fff; font-weight:bold; border:none;float:left;margin:5px 0 0 0px; cursor:pointer;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.MSsumit:hover{box-shadow:0px 0px 5px #777;-moz-box-shadow:0px 0px 5px #777;-webkit-box-shadow:0px 0px 5px #777}
.subclass { position:relative;}

.MSSendshade{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:201411;filter:alpha(opacity=0);opacity:0;}
.MSsuccess { width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:201420;}
.success_left {width:100%;height:auto; text-align:center; padding-top:80px;}
.success_right{width:100%;height:auto;text-align:center; float:left;padding-top:20px;}
.success_right span {width:100%; font-size:16px; color:#eb0001; float:left; line-height:30px; padding-top:10px;}
input:hover,textarea:hover{box-shadow:0px 0px 5px #ccc;-moz-box-shadow:0px 0px 5px #ccc;-webkit-box-shadow:0px 0px 5px #ccc}



#MSsumit{float: left; margin-bottom: 30px;}
.MSsumit:hover{box-shadow:0px 0px 5px #777;-moz-box-shadow:0px 0px 5px #777;-webkit-box-shadow:0px 0px 5px #777}
.subclass { position:relative;}

.MSSendshade{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:11;filter:alpha(opacity=0);opacity:0;}
.MSsuccess { width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:20;}
.success_left {width:114px;height:320px; float:left;padding-right:15px; padding-top:80px;}
.success_right{width:280px;height:320px; float:left;padding-top:80px;}
.success_right span {width:280px; font-size:16px; color:#eb0001; float:left; line-height:30px; padding-top:30px;}
input:hover,textarea:hover{box-shadow:0px 0px 5px #ccc;-moz-box-shadow:0px 0px 5px #ccc;-webkit-box-shadow:0px 0px 5px #ccc}
.submit_4{margin:0px; margin-top: 20px; }
.MS_Pager {
    width:auto;
    float:right;
    line-height: 16px;
    text-align: right;
    margin-top: 5px;
    margin-right: 30px;
}
.MS_Pager a, .pagination.alternate li a {
    font-size: 12px;
    padding: 4px 10px !important;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd #dddddd #cccccc; /* for IE < 9 */
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    display: inline-block;
    line-height: 16px;
    background: #f5f5f5;
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
}
.MS_Pager a:hover, .pagination.alternate li a:hover {
    background: #e8e8e8;
    color: #222222;
    text-shadow: 0 1px 0 #ffffff;
    cursor: pointer;
}
.MS_Pager .first {
    border-radius: 4px 0 0 4px;
}
.MS_Pager .last {
    border-radius: 0 4px 4px 0;
}
.MS_Pager .page_b, .fc-state-disabled, .pagination.alternate li.disabled a {
    color: #AAAAAA !important;
}
.MS_Pager .page_b:hover, .fc-state-disabled:hover, .pagination.alternate li.disabled a:hover {
    background: #f5f5f5;
    cursor: default !important;
}
.MS_Pager .page_b, .pagination.alternate li.active a {
    background: #FF7A00 !important;
    color: #ffffff !important;
    cursor: default !important;
}

.auto_logos a{ border:1px solid #fff; cursor:pointer; width:40px; height:40px; margin-right: 5px; margin-bottom: 5px; display:block; float:left;}
.auto_logos img{ padding:0 5px 5px 0; width:40px; height:40px;}
a.logodq{border:1px solid #FF7A00;}
.logodq img{  width:40px; height:40px;}