/* Global css start */
@font-face {
    font-family: 'latolight';
    src: url('fonts/lato-light-webfont.woff2') format('woff2'),
         url('fonts/lato-light-webfont.woff') format('woff');
    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');
    font-weight: normal;
    font-style: normal;
}
body{ margin:0; padding:0; background:#fff; font-family: 'latoregular',Helvetica,Arial,Lucida,sans-serif;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;box-sizing: border-box;}
html, body {width: 100%;height: 100%;}
a, abbr, address, area, article, aside, audio,b, base, bdi, bdo, blockquote, br, button,canvas, caption, cite, code, col, colgroup, command,datalist, dd, del, details, dfn, div, dl, dt,em, embed,fieldset, figcaption, figure, footer, form,h1, h2, h3, h4, h5, h6, head, header, hgroup, hr, html,i, iframe, img, input, ins,kbd, keygen,li, link,map, mark, menu, meta, meter,nav, noscript,object, ol, optgroup, option, ouput,p, param, pre, progress,q,rp, rt, ruby,s, samp, script, section, select, small, source, span, strong, style, sub, summary, sup,table, tbody, td, textarea, tfoot, th, thead, time, title, tr, track,u, ul, var, video,wbr { margin:0; padding:0; outline:none; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
canvas, footer, header, menu, nav, section { display:block; }
table td{
	color:#000 !important;
	font-size:11px !important;
}
table td a{
	color:#0808fc;
}
table  td,th{
	font-size:12px;
	font-family: 'latoregular',Helvetica,Arial,Lucida,sans-serif !important;
}

a { text-decoration:none; }
th a { text-decoration:none;color: #fff; }

a,img,link,area,nav,menu { border:none; } 
dd, dl, dt, li, ol, ul { list-style:none; }
table,tr,td { border-collapse:collapse; border-spacing:0; }
textarea { resize:none; }
a:hover, a:active, a:focus{ text-decoration:none; outline:none ;}
.clearfix { zoom:1; }
.clearfix:after { content:""; display:block; clear:both; visibility:hidden; }
.cb { clear:both; }
/* Global css end */
.message{width: 100%;color: #f88520;display: inline-block;text-align: center;position:relative;bottom: 30px;font-size: 16px;}
#mainCntr{ width:100%; display:block;min-height: 100%;display: grid;grid-template-rows: auto 1fr auto; grid-template-columns: 100%;}


#headerCntr{ width:100%; border-bottom:1px solid #ccc; padding:16px 0 11px; float:left;}
#headerCntr .logo{ float:left;}
#headerCntr .right_details{float:right; margin-top:1px;}
#headerCntr .right_details ul{float:right; list-style:none;}
#headerCntr .right_details ul li{float:left;font-size:14px; line-height:16px; color:#fff; margin-left:20px;}
#headerCntr .right_details ul li a{padding:7px 10px 7px;color:#fff; background:#4894f2;min-width:110px;text-align:center;float:left;font-size:14px;}
#headerCntr .right_details ul li a:hover{background:#ff903d;}
#headerCntr .right_details .user{color:#000c; font-size:16px;width: 100%;float: left;text-align: right;padding-top:15px;font-weight: bold;}
#headerCntr .mobile_menu{ display: none; }

#bodyCntr{width:100%; display:block;}

/* user manager css start */
#userCntr{width:100%; display:block;margin-top:16px; float:left;}
#userCntr h2{ display:block; font-size:30px; line-height:32px; color: #666; font-weight:bold; }
#userCntr .user_details{width:100%; padding:14px 20px;border:1px solid #ccc;margin-top:20px; float:left;}
#userCntr .left_details{float:left; width:50%;}
#userCntr .left_details .row{ float:left; width:100%; padding-bottom:12px;}
#userCntr .left_details label{width:100%; display:block; font-size:14px; line-height:20px; color:#000;  padding-bottom:11px;}
#userCntr .left_details input.text{width:100%; border:1px solid #ccc;padding: 6px 10px 8px;font-family: 'Share Tech',Helvetica,Arial,Lucida,sans-serif; font-size:13px; color:#666;}
#userCntr .left_details input.button{width:16%; border:none; background:#4894f2; padding: 5px 0 6px;font-family: 'Share Tech',Helvetica,Arial,Lucida,sans-serif; font-size:14px; color:#fff;  cursor:pointer;}

#userCntr  input.button{width:10%; border:none; background:#4894f2; padding: 6px 10px 6px;font-family: 'latoregular',Helvetica,Arial,Lucida,sans-serif; font-size:14px; color:#fff;  cursor:pointer;}

#userCntr .left_details input.button:hover{background:#ff903d;}
#userCntr  input.button:hover{background:#ff903d;}
#userCntr .right_details{float:right; width:40%; padding-right:20px;}
#userCntr .right_details ul{float:left; width:100%;}
#userCntr .right_details ul li{float:left; width:100%; padding-bottom:12px;}
#userCntr .right_details label{float:left; font-size:14px; line-height:18px; color: #000; }
#userCntr .right_details .checkbox{ float:right;}
#userCntr .right_details input.check{ width:16px; height:16px;border:1px solid #bbbbbb;-webkit-box-shadow: inset -1px -1px 24px 0px rgba(236,236,236,1);
-moz-box-shadow: inset -1px -1px 24px 0px rgba(236,236,236,1);box-shadow: inset -1px -1px 24px 0px rgba(236,236,236,1);}
/* user manager css end */

/* user manager css start */
.login_bg{background:url(../img/login_bg.jpg) no-repeat 0 0; background-size:cover; padding-bottom:230px;}
#loginCntr{width:700px; margin: 0 auto;}
#loginCntr .logo {width:100%; float: left; text-align:center; display: block; padding: 40px 0 160px; }
#loginCntr .login_form{ width:100%;}
#loginCntr .login_form .row{width:100%; padding-bottom: 30px;}
#loginCntr .login_form .btn{width:98%;text-align:center; float:left;}
#loginCntr .login_form label{ width:26%; float:left; font-size: 16px; line-height:20px; color:#fff; text-align:right;  padding:3px 23px 0 0;}
#loginCntr .login_form input.text{width: 37%; border:1px solid #d6d6d6; background:#f9f9f9; padding:5px; font-family: 'latoregular',Helvetica,Arial,Lucida,sans-serif; font-size:14px;line-height:16px;}
#loginCntr .login_form input.button{width:20%; border:none; background:#ff903d; padding: 5px; font-family: 'latoregular',Helvetica,Arial,Lucida,sans-serif; font-size:15px; color:#fff; text-transform: uppercase; cursor: pointer;}
/* user manager css end */


/* user manager css start */
#unmatchedCntr { width: 100%; display: block; margin-top:20px; float:left;}
#unmatchedCntr .top_details{ width: 100%;}
#unmatchedCntr .top_details h3{ float:left; font-size:30px; line-height:32px; color:#666; font-weight:bold;}
#unmatchedCntr .search_box{float:right;}
#unmatchedCntr .search_box label{ padding:7px 22px 0 0;font-size:16px; line-height:18px; color:#000;float:left;}
#unmatchedCntr .search_box input.text{border:1px solid #d6d6d6; background:#fff; padding:5px;font-family: 'latoregular',Helvetica,Arial,Lucida,sans-serif; font-size:14px; float:left; margin-right:7px;}
#unmatchedCntr .search_box input.button{width:45px; border:none; background:#4894f2;font-family: 'latoregular',Helvetica,Arial,Lucida,sans-serif;; font-size:14px;  color:#fff; text-align:center;cursor: pointer; float:left; padding:6px 5px;}
#unmatchedCntr .search_box input.button:hover{background:#ff903d;}
#unmatchedCntr .top_details .row {float:left; width:100%; padding-bottom:20px;}
#unmatchedCntr .top_details .links{float:left; width:100%;}
#unmatchedCntr .top_details .links ul{ float: right; }
#unmatchedCntr .top_details .links ul li{font-size:14px; line-height:16px; color:#fff; float:left; padding-left:3px; text-transform:capitalize;}
#unmatchedCntr .top_details .links ul li a{color:#fff; display:inline-block; background:#4894f2; padding:5px 4px 5px;font-size: 12px;}
#unmatchedCntr .top_details .links ul li a:hover{ background:#ff903d; }
#unmatchedCntr .top_details h4 {float:left; font-size:18px; line-height:20px; color:#666; font-weight:normal;  padding-top:10px;}
#unmatchedCntr .top_details h4 a {color:#666;}
#unmatchedCntr .top_details h4 a:hover{color:#f68723;}
#unmatchedCntr .top_details .select{ width:88px; border:1px solid #aaa; padding:3px 0 4px; font-family: 'latoregular',Helvetica,Arial,Lucida,sans-serif;font-size: 10px;}
#unmatchedCntr .list_details{width:100%; padding:0 0 20px;float:left;}
#unmatchedCntr .list_details .main_head{background: #666; font-size:18px; line-height: 20px; color:#fff;  border-radius:8px 8px 0 0;}
#unmatchedCntr .list_details .main_head .left_col{padding:9px 0 11px; border-right:1px solid #fff; text-align:center; display:inline-block; width:50%;}
#unmatchedCntr .list_details .main_head .right_col{padding:9px 0 11px;text-align:center; display:inline-block; width:49%;}



#unmatchedCntr .list_details table{font-size:12px;font-family: 'latolight',Helvetica,Arial,Lucida,sans-serif;border-bottom: 1px solid #e6e5e5;border-left: 1px solid #e6e5e5;border-right: 1px solid #e6e5e5;}
#unmatchedCntr .list_details table tr:first-child{}

/*--------------Keshpal--------------*/
#unmatchedCntr .list_details table tr:first-child th{background:#000;color:#fff; padding:15px 5px; border-right:1px solid #7e7d7d; text-align:center; font-weight:bold;}
/*-------------------------*/
#unmatchedCntr .list_details table tr td{border-right:1px solid #d0d0d0;padding:8px 5px;}
#unmatchedCntr .list_details table tr td:last-child{}


#unmatchedCntr .list_details table tr th{background:#8a8a8a;padding:12px 5px; border-right:1px solid #d0d0d0;border-left:1px solid #d0d0d0;font-size:12px;font-family: 'latolight',Helvetica,Arial,Lucida,sans-serif; color:#fff;}
#unmatchedCntr .list_details table tr th:last-child{ border:0;}
#unmatchedCntr .list_details table tr:nth-child(2n+0){background:#e6e5e5;}
#unmatchedCntr .list_details table tr:nth-child(2n+0) td{padding:8px 5px; border-right:1px solid #d0d0d0;}
#unmatchedCntr .list_details table tr:nth-child(2n+0) td:last-child{border-right:none;}
#unmatchedCntr .list_details table a.learn_more{color:#3399ff;}
.text_hover{display:inline-block; position:relative;}
.text_hover .drop_down:after{position:absolute;left:45px;top:-5px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent; border-bottom:5px solid black;content:"";}
.text_hover .drop_down{display:none; position:absolute; left:10px;top:15px;border:1px solid #ccc; background:#ccc; width:112px;z-index:9999;}
.text_hover .drop_down span{display:block;padding-bottom:4px; text-align:left; padding:3px;}
.text_hover:hover .drop_down{display:block;} 
.non-over{overflow: visible !important;text-align: center !important;}

.breadcrumb{ float:left; width:48%; padding-top:8px;}
.breadcrumb li{ float:left; font-size:16px; line-height:18px;color:#000;padding:0 3px;}
.breadcrumb li a{color:#0366e0; text-decoration: underline;}
.breadcrumb li a:hover{text-decoration: none;}
.breadcrumb li.divi{color:#000;}
table td{
	
	padding: 5px 5px !important;
}
.break-word{word-break: break-all;}

#unauthorizCntr{width:100%; display:block;float:left;}
#unauthorizCntr .list_details{width:100%; padding:0 0 20px;float:left;}
#unauthorizCntr .list_details ul{width:100%; display:block;}
#unauthorizCntr .list_details .side_scroll{overflow:auto; height:400px;}
#unauthorizCntr .list_details ul li{width: 100%; background:#eee; font-size:12px; line-height:14px; color:#000;}
#unauthorizCntr .list_details ul li:nth-child(2n){background: #fff;}
#unauthorizCntr .list_details ul li span{display:inline-block;padding:5px; display:table-cell; border-right:1px solid #33333345; color:#000;}
#unauthorizCntr .list_details ul.head li{ background:#000;color:#fff; word-wrap:break-word; padding-right:20px;}
#unauthorizCntr .list_details ul.head li span{border-right:1px solid #fff;color:#fff;}


#unauthorizCntr a.detal_btn{color:#fff; display:inline-block; background:#4894f2;padding:4px 15px 6px;}
#unauthorizCntr a.detal_btn:hover{background:#ff903d;}
#unauthorizCntr a.remove_btn{color:#fff; display:inline-block; background:#ff0000bd; padding:4px 15px 6px;}

#unauthorizCntr .list_details table{font-size:11px; font-family: 'latolight',Helvetica,Arial,Lucida,sans-serif;border-left:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0;border-right:1px solid #d0d0d0;}
#unauthorizCntr .list_details table tr td{font-size:11px; font-family: 'latolight',Helvetica,Arial,Lucida,sans-serif;}
#unauthorizCntr .list_details table tr td{border-right:1px solid #d0d0d0; border-left:1px solid #d0d0d0;padding:5px 5px; font-size:12px;} 
#unauthorizCntr .list_details table tr td:last-child{border-right:none;}
#unauthorizCntr .list_details table tr th{background:#000;padding:5px; border-right:1px solid #7e7d7d; color:#fff;}
#unauthorizCntr .list_details table tr th:last-child{ border:0;}
#unauthorizCntr .list_details table tr:nth-child(2n+0){background:#eeeeee;}
#unauthorizCntr .list_details table tr:nth-child(2n+0) td{padding:10px 5px; border-right:1px solid #d0d0d0;}
#unauthorizCntr .list_details table tr:nth-child(2n+0) td:last-child{border-right:none;}
#unauthorizCntr .list_details table tr td a{color:#0808fc;}
#unauthorizCntr .select {width: 140px;border: 1px solid #aaa;padding: 2px 0 4px;font-family: 'latoregular',Helvetica,Arial,Lucida,sans-serif;font-size:10px;}
#unauthorizCntr .list_details table tr td a.detail_btn{color:#fff; display:inline-block; background:#4894f2;padding:4px 6px 6px;}
#unauthorizCntr .list_details table tr td a.detail_btn:hover{background:#ff903d;}
#unauthorizCntr .list_details table tr td a.remove_btn{color:#fff; display:inline-block; background:#ff0000bd; padding:4px 6px 6px;}
/*
#unauthorizCntr .list_details table tr td:first-child{width:12%;}
#unauthorizCntr .list_details table tr td + td{width:12%;}
#unauthorizCntr .list_details table tr td + td + td{width:6%;}
#unauthorizCntr .list_details table tr td + td + td + td{width:6%;}
#unauthorizCntr .list_details table tr td + td + td + td + td{width:20%;}
#unauthorizCntr .list_details table tr td + td + td + td + td + td{width:6%;}
*/
#usermCntr{ width: 100%; float: left;}
#usermCntr .table_details{ border:1px solid #ccc; border-top:none;}
#usermCntr table{font-size:12px; font-family: 'latolight',Helvetica,Arial,Lucida,sans-serif;}
#usermCntr table tr th{background:#000;padding:15px 10px; border-right:1px solid #7e7d7d; color:#fff;}
#usermCntr table tr th:last-child{ border:0; padding-right:10px;}
#usermCntr table tr td{border-right:1px solid #d0d0d0;padding:10px 5px; color:#000;}
#usermCntr table tr td:last-child{border-right:none;}
#usermCntr table tr:nth-child(2n+0){background:#eeeeee;}
#usermCntr table tr:nth-child(2n+0) td{padding:10px 5px; border-right:1px solid #d0d0d0;}
#usermCntr table tr:nth-child(2n+0) td:last-child{border-right:none;}
#usermCntr table tr td a{color:#0366e0;}
#usermCntr table tr td a.edit_btn{color:#fff; display:inline-block; background:#4894f2;padding:3px 20px 5px;}
#usermCntr table tr td a.edit_btn:hover{background:#ff903d;}
#usermCntr .table_details{width:100%; display:block;}

#accountsCntr{ width: 100%; float: left;}
#accountsCntr .top_details{float:left; width:100%; border:1px solid #b0afaf; margin-bottom:20px;}
#accountsCntr .top_details ul{float:left; width:100%;}
#accountsCntr .top_details ul li{float:left; width:100%; padding:11px 0 14px 20px; background:#ccc; font-size:16px; line-height:18px; color:#000;}
#accountsCntr .top_details ul .col1{width:10%; text-align:center; border-right:1px solid #ccc; display:inline-block;padding:11px 0 14px 20px; }
#accountsCntr .top_details ul .col2{width:89%; font-size:14px; line-height:16px; color:#000;display:inline-block;padding:11px 0 14px 20px; }
#accountsCntr .top_details ul li:nth-child(2n){background:#e6e5e5; padding:0;}
#accountsCntr .top_details ul li:nth-child(3n){background:#f3f3f3; padding:5px 15px; text-align:right;}
#accountsCntr .top_details .download_btn{ width:202px; height:41px; float:right;background:url(../images/download_btn.png) no-repeat 0 0;}
#accountsCntr .top_details .download_btn:hover{background-position:0 -41px;}
#accountsCntr .list_details{width:100%; padding:0 0 20px;float:left; border:1px solid #ccc;}
#accountsCntr table{font-size:12px; font-family: 'latolight',Helvetica,Arial,Lucida,sans-serif;}
#accountsCntr table tr td{font-size:12px; font-family: 'latolight',Helvetica,Arial,Lucida,sans-serif;}
#accountsCntr table tr td{border-right:1px solid #d0d0d0;padding:10px 5px; font-size:12px;}
#accountsCntr table tr td:last-child{border-right:none;}
#accountsCntr table tr th{background:#000;padding:10px; border-right:1px solid #7e7d7d; color:#fff;}
#accountsCntr table tr th:last-child{ border:0; padding-right:10px;}
#accountsCntr table tr:nth-child(2n+0){background:#eeeeee;}
#accountsCntr table tr:nth-child(2n+0) td{padding:10px; border-right:1px solid #d0d0d0;}
#accountsCntr table tr:nth-child(2n+0) td:last-child{border-right:none;}
#accountsCntr table tr td a{color:#0366e0;}

#unauthorizCntr .seller_product table tr th{padding:15px 10px;}
#unauthorizCntr .seller_product table tr td a{color:#0366e0;}
.button-submit {width: auto;border: none;background: #4894f2;padding: 6px 10px 6px;font-family: 'latoregular',Helvetica,Arial,Lucida,sans-serif;font-size: 14px;color: #fff;cursor: pointer;}
.button-submit:hover {background: #ff903d;}
.button-submit-un {width: auto;border: none;background: #4894f2;padding: 6px 10px 6px;font-family: 'latoregular',Helvetica,Arial,Lucida,sans-serif;font-size: 14px;color: #fff;cursor: pointer;float:right;margin-bottom: 20px;}
.button-submit-un:hover {background: #ff903d;}


/* user manager css ends*/

#footer{ width:100%; border-top:1px solid #ccc; padding:15px 0; float:left; margin-top:60px; position:relative;bottom:0px;}
#footer p{width:100%; font-size:12px;color:#000;  text-align:center;} 
/*for ipad and mobile device*/
@media only screen and (max-width: 1024px) {
 .wrapper{width:100%; margin:0; padding:0 10px;}
 #userCntr{margin-top:35px;}
 #userCntr .user_details{margin-top:35px;}
 #userCntr .left_details input.button{ width:40%;}
 .breadcrumb{width:100%;}
 #unmatchedCntr .search_box{float:left; width:75%; padding-top:20px;}
 #unmatchedCntr .top_details .links ul li{ padding-bottom:5px;}
}

@media only screen and (max-width: 769px) {
.wrapper{width:100%; margin:0; padding:0 10px;}
#headerCntr .mobile_menu{ display: block; position:absolute; right:10px; top:26px;cursor: pointer; }
#headerCntr .right_details{ display: none; width:40%; position:absolute; background:#ff9933; right:10px; top:93px; padding:0;}
#headerCntr .right_details ul{width:100%;}
#headerCntr .right_details ul li{width:100%; border-bottom:1px solid #fff; padding-left:0;}
#headerCntr .right_details ul li a{ width:100%; float: left; padding:7px 10px 7px; font-size:14px; line-height:20px; color:#fff;}
#headerCntr .right_details ul li a:hover{ background:none;}
#userCntr{margin-top:35px;}
#userCntr .user_details{margin-top:35px;}
#userCntr .left_details{float:left; width:100%;}
#userCntr .right_details{float:right; width:100%; padding:30px 0 0;}
#loginCntr{ width: 100%; padding:0 10px;}
#unmatchedCntr .search_box{float:left; width:100%; padding-top:20px;}
#unmatchedCntr .search_box label{padding:0 20px 10px 0;}
#unmatchedCntr .top_details .links ul{ width:100%;}
#unmatchedCntr .top_details .links ul li{ padding:0 0 5px 0; width:100%;}
#unmatchedCntr .top_details .links ul li a{width:100%;}
#unauthorizCntr .list_details ul{width:720px;}
#unauthorizCntr .list_details .scroll{overflow:auto;}
#unauthorizCntr .list_details ul{width:720px;}
#unauthorizCntr .list_details .scroll{overflow:auto;}
#unmatchedCntr .list_details ul{width:720px;}
#unmatchedCntr .list_details .scroll{overflow:auto;}
#unmatchedCntr .search_box input.text{ width:80%;}
}

@media only screen and (max-width: 480px) {
.wrapper{width:100%; margin:0; padding:0 10px;}
#headerCntr .mobile_menu{ display: block; position:absolute; right:10px; top:26px;cursor: pointer; }
#headerCntr .right_details{ display: none; width:40%; position:absolute; background:#ff9933; right:10px; top:93px; padding:0;}
#headerCntr .right_details ul{width:100%;}
#headerCntr .right_details ul li{width:100%; border-bottom:1px solid #fff; padding-left:0;}
#headerCntr .right_details ul li a{ width:100%; float: left; padding:7px 16px 9px; font-size:18px; line-height:20px; color:#fff;}
#headerCntr .right_details ul li a:hover{ background:none;}
#userCntr{margin-top:35px;}
#userCntr .user_details{margin-top:35px;}
#userCntr .left_details{float:left; width:100%;}
#userCntr .right_details{float:right; width:100%; padding:30px 0 0;}
#loginCntr{ width: 100%;}
#loginCntr .login_form label{ width:100%;padding:0; text-align:left; padding-bottom:20px;}
#loginCntr .login_form input.text{width:100%;line-height:16px;padding:5px 5px 7px;}
#loginCntr .login_form input.button{width:45%;border-radius:8px;padding:5px}
#loginCntr .logo { width:100%; float: right; text-align:center; display: block; padding:50px 0; }
#loginCntr .login_form{ width:100%;}
#loginCntr .login_form .row{width:100%; padding-bottom:33px;}
#loginCntr .login_form .btn{width:100%;text-align:center;float:left;}
#unmatchedCntr .search_box{float:left; width:100%; padding-top:20px;}
#unmatchedCntr .top_details .links ul{ width:100%;}
#unmatchedCntr .top_details .links ul li{ padding:0 0 5px 0; width:100%;}
#unmatchedCntr .top_details .links ul li a{width:100%;}
#unauthorizCntr .list_details .head{width:720px;}
#unauthorizCntr .list_details .scroll{overflow:auto;}
#unmatchedCntr .search_box input.text{ width:80%;}
}

/* Pagination Start*/
.paging{
	padding-top:30px;
}
.paging .current, .paging .disabled, .paging a {
    text-decoration: none;
    padding: 5px 12px;
    display: inline-block;
	 margin:2px;
}
.paging > span {
    display: inline-block;
    
}
.paging p{ color:#000; padding-bottom:5px;}
paging .next {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.paging .current {
    background: #ff903d;
    color: #fff;
}
.paging {
    color: #fff;
}
.paging > span a:hover {
    background: #ff903d;
}
.paging .disabled{background: #ccc;}
.paging p{color#000;}

.paging a {
    text-decoration: none;
    padding: 5px 8px;
    display: inline-block;
    
    color: #fff;
    background: #4894f2;
}

.paging  span.current{
    text-decoration: none;
    padding: 5px 8px;
    display: inline-block;
    background: #ff903d;
    color: #fff;
}

/* Pagination End*/


/* Details Section Css Start*/
.submitgreen a{
	

}
.submitgreen a{padding:5px 8px 5px;color:#fff !important; background:#4894f2;min-width:110px;text-align:center;font-size:12px;text-transform: uppercase;}
.submitgreen a:hover{background:#ff903d;}
.detail-a {padding:30px 10px; width:100%;margin-right:auto; margin-left:auto;}

.tabGroup > input[type="radio"]:checked + label {
    background-color: #ff903d;
    font-weight: bold;
    margin-bottom: -1px;
	font-size:12px;
	font-family: 'latoregular',Helvetica,Arial,Lucida,sans-serif;
}

div.tabGroup table td {
	font-size:14px;
	font-family: 'latoregular',Helvetica,Arial,Lucida,sans-serif;
}
div.tabGroup  input,div.tabGroup  textarea ,div.tabGroup  select{
	border: 1px solid #d6d6d6 !important;
    background: #fff !important;
    padding: 5px !important;
    font-family: 'latoregular',Helvetica,Arial,Lucida,sans-serif !important;
    font-size: 14px !important;
}
div.tabGroup > input[type="radio"] + label {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #4894f2;
	color:#fff;
    border-color: #ccc;
    border-image: none;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
	font-family: 'latoregular',Helvetica,Arial,Lucida,sans-serif;
	font-size:12px;
}
#tbnote{
	font-family: 'latoregular',Helvetica,Arial,Lucida,sans-serif;
}
#tbnote  textarea{
	width:695px !important;
	font-family: 'latoregular',Helvetica,Arial,Lucida,sans-serif;
	font-size:12px;
	padding:5px;
}
#tbnote td:first-child{
	width:134px;
}
.matchedDetail{
	width:100%;
	margin-top: 20px;
}
#product_grid{
	width:1250px;
	margin-top:30px; 
}
div.tabGroup .submitgreen{
	text-align: center !important;
	float: left !important;
	padding-top: 10px;
}
div.tabGroup textarea,div.tabGroup select{
	width:688px !important;
}

.tabGroup > input[type="radio"] + label :hover{
       background: #ff903d;
 }
input[type="radio"] {
    width: auto;
    margin: 6px 0;
    padding: 0;
    line-height: 26px;
}
.tabGroup > input[type="radio"] {

    left: -100px;
    position: absolute;

}
div.clint-name{
	text-align: center;
	font-size: 14px;
	padding: 5px 6px 10px;
}
div.clint-name span.clint-lbl{
	font-weight:bold;
}
form .tabGroup{height: 830px;border: 1px #ccc solid;border-radius: 0px 0px 0px 0px;padding: 1px;text-align: center;font-family: 'latoregular',Helvetica,Arial,Lucida,sans-serif;}
.tabGroup table tr:nth-child(2n) {
    background: #fff !important;
}
.tabGroup table tr td{
    border:none !important;
	font-size:14px !important;
}
.tabGroup table{
    border:none !important;
}

@media only screen and (max-width: 2000px) and (min-width: 1600px)  {
.wrapper{width:1600px;margin:0 auto;}
}
@media only screen and (max-width: 1600px ) {
	.wrapper{width:1250px;margin:0 auto;} 
}

/* Details Section Css End*/
/* Details Section Css End*/
