/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../images/always-grey.png) top left repeat #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#353535;
}

h1, h2, h3, h4,
h5, h6, ol, p, ul, li  { 
	display: block; margin:0px; padding:0px;
	
 }

img {
	 border: none;
 }
 
table {
	 margin: 0;
	 padding: 0;
	 border: none;
 }
 
a, a:link, a:visited, a:active, a:hover {
	 text-decoration:none;
	 color:#019444;
	 
	 	-moz-transition:all 300ms ease-in-out;
		-webkit-transition:all 300ms ease-in-out;
		transition:all 300ms ease-in-out;
		cursor:pointer;
 }
 
 
#clear {
	clear:both;	
	
}

#container1 {
	width:960px;
	margin:0 auto;	
}
#container {
	width:960px;
	margin:20px auto;
	background:#fff;
	-webkit-box-shadow: 0px 9px 12px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 9px 12px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 9px 12px 0px rgba(50, 50, 50, 0.75);
	min-height: 500px;
    overflow: auto;
}

.top-hader{
	background:#1a81ce;
	margin:0px;
	width:100%;
}

.top-menu{
	text-align:right;
	width:100%;
	margin:0px;
}
.top-menu i{
	font-size:16px;
	margin-right:5px;

}
.top-menu a{
	color:#fff;
	padding:10px;
	display:inline-block;


}
.top-menu a:hover{
	color:#fff;
	background:#0076ce;

}


.main-menu{
	background:#333333;
    position:relative;
    margin:0px auto;
    border-radius:0px;

}



.nav,.nav ul {
    list-style:none;
    margin:0;
    padding:0;
}

.nav {
    position:relative;
}

.nav ul {
    height:0;
    left:0;
    overflow:hidden;
    position:absolute;
    top:46px;
}

.nav li {
    float:left;
    position:relative;
}

.nav li a {
	font-family:Arial, Helvetica, sans-serif;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    background-color:#333333;
    color:#FFF;
    display:block;
    font-size:12px;
    line-height:35px;
    padding:6px 36px;
	text-transform:uppercase;
	font-weight:700;
    text-decoration:none;
    transition:0.5s;
}

.nav li:hover > a {
    background:#ececec;
    border-color:#6E67A6;
    color:#262626;

}

.nav li:hover ul.subs {
    height:auto;
    width:180px;
     z-index: 9999;

}

.nav ul li {
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    opacity:0;
    transition:0.5s;
    width:100%;
}

.nav li ul li {
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
    -webkit-transition-delay:0s;
    transition-delay:0s;
}

.nav li:hover ul li {
    opacity:1;
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
    -webkit-transition-delay:0s;
    transition-delay:0s;
}

.nav ul li a {
    background:#ececec;
    border-color:#6E67A6;
    color:#262626;
    line-height:1px;
		text-transform:none;
		font-weight:400;
    -moz-transition:0.9s;
    -o-transition:1.5s;
    -webkit-transition:1.5s;
    transition:0.9s;
}

.nav li:hover ul li a {
    line-height:35px;
    width: 200px;
}

.nav ul li a:hover {
    background:#729cbb;
   
}




.retail-buyer-box{
	width:300px;
	float:left;
}


.retail-buyer-box p{
	font-size:16px;
	margin:20px 10px 10px 10px;
	float:left;
	
}
.retail-buyer-box p a{
	color:#000;

	
}
.retail-buyer-box p a:hover{
	color:#666;
	
}

.retail-buyer-box i{
	font-size:20px;
	margin-right:10px;
	float:left;
	
}

.table-list{
	width:100%;
	margin:15px 0px;
	float:left;

}

.table-list table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.table-list table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.table-list table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.table-list table {
	width:100%;
	font-family:Arial, Helvetica, sans-serif !important;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.table-list table th {
	padding:10px 10px 7px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.table-list table th:first-child{
	text-align: left;
	padding-left:20px;
}
.table-list table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.table-list table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.table-list table tr{
	text-align: center;
	padding-left:20px;
}
.table-list table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.table-list table tr td {
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.table-list table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.table-list table tr:last-child td{
	border-bottom:0;
}
.table-list table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.table-list table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.table-list table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.table-list table i{
	font-size:20px;	
}
.table-list table a i{
	font-size:20px;
	margin:0px 10px;
	color:#4f4f4f;
	
	-moz-transition:all 300ms ease-in-out;
		-webkit-transition:all 300ms ease-in-out;
		transition:all 300ms ease-in-out;
	
	
}
.table-list table a:hover i{
	font-size:20px;
	color:#5dbaff;
	
	
}

.footer{
	background:#1c4360;
	padding:10px;
	color:#fff;
	font-size:12px;
}


.footer-box{
	width:225px;
	float:left;
	margin-left:20px;
}
.footer-box:first-child{
	margin-left:0px;
	float:left;	
}


.footer-box ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	
}

.footer-box ul li{
	color:#fff;
	
}
.footer-box li a{
	color:#fff;
	padding:5px 0px;
	float:left;
	width:100%;
	
}
.footer-box li a:hover{
	color:#aeddff;
	padding:5px 0px 5px 5px;
	
}
.footer-box i{
	font-size:30px;
	margin:10px 5px;		
}
.footer-box a i{
	color:#fff;	
}
.footer-box a:hover i{
	color:#ccc;	
}

.buyer{
	width:100%;
	border-bottom:1px solid #000;
	float:left;	
}

.buyer-1{
	width:100%;
	float:left;
	
}
.left-box{
	padding:10px;
	width:450px;
	margin-left:20px;
	float:left;
}

.left-box:first-child{
	margin-left:0px;
	float:left;
}


.left-box table{
	width:100%;	
}

.left-box table tr{
	width:100%;
	margin:5px 0px;
	display:block;	
}

.left-box table td{
	display:block;
	font-size:13px;
	float:left;
	text-align:right;
	margin-right:10px;

	width:125px;
	
}
.left-box table th{
	text-align:left;
	width:300px;
}

.left-box table input{
	width:96%;
	border:1px solid #dddddd;
	background:#f1f1f1;
	height:25px;
	font-size:13px;
	padding-left:10px;
	
	-moz-transition:all 300ms ease-in-out;
		-webkit-transition:all 300ms ease-in-out;
		transition:all 300ms ease-in-out;
}
.left-box table select{
	width:96% !important;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	height:30px;
	font-size:13px;
	padding-left:10px;
	
	-moz-transition:all 300ms ease-in-out;
		-webkit-transition:all 300ms ease-in-out;
		transition:all 300ms ease-in-out;
}
.left-box table textarea{
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	width:96%;
	padding-left:10px;
	
	
	-moz-transition:all 300ms ease-in-out;
		-webkit-transition:all 300ms ease-in-out;
		transition:all 300ms ease-in-out;
}

.left-box table input:hover, .left-box table select:hover, .left-box table textarea:hover {
	border:1px solid #dddddd;
	background:#dddddd;
	
	
}
.left-box table input:focus, .left-box table select:focus, .left-box table textarea:focus {
	border:1px solid #333;
	background:#fff;
	
	
}

.left-box table button{
	border:none;
	background:#5dbaff;
	padding:8px 20px;
	font-size:13px;
	float:right;
	margin-left:20px;
	margin-top:20px;
	color:#333;
	
	-moz-transition:all 300ms ease-in-out;
		-webkit-transition:all 300ms ease-in-out;
		transition:all 300ms ease-in-out;
	
}
.left-box table button:hover{
	color:#fff;
	background:#333333;
	cursor:pointer;
	
}




.pagination{
	float:right;
	
}



.pagerDB {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	 color: #333;
  	clear: both;
}
.pagerDB a, .pagerDB strong.pagerDB-current {
  padding: 0.5em;
}
.pagerDB {
	 clear: both; 
	 padding: 0 20px; 
	 margin-top: 25px;
}

.pagerDB a {
	border: 1px solid #ccc; 
	padding: 0.5em; 
	margin: 0 2px; 
	color: #666; 
	font-size:13px;
}

.pagerDB a:hover {
	border: 1px solid #8d8630;
	padding: 0.5em; 
	margin: 0 2px; 
	color: #fff; 
	font-size:13px; 
	background-color:#5dbaff; 
	text-decoration:none;}
.pagerDB strong {
	border: 1px solid #534d00; 
	padding: 0.5em; 
	font-size:12px;
	 margin: 0 2px; 
	 color: #FFFFFF; 
	 background-color: #333333;
}


.update{
	width:300px;
	margin:0px auto 20px auto;
	float:left;
	
}

.update ul li{
	float:left;
	width:100%;
	
}
.update li{
	text-align:left;
	width:100%;
	
}

.update li a{
	background-color:#f1f1f1;
	padding:5px 0px 5px 10px;
	margin:2px 0px;
	width:100%;
	float:left;
	color:#333;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	
}
.update li a:hover{
	background-color:#dddddd;
	color:#333;
	
}
.update li i{
	font-size:12px;
	color:#333;
	margin-right:15px;
	-moz-transition:all 300ms ease-in-out;
		-webkit-transition:all 300ms ease-in-out;
		transition:all 300ms ease-in-out;
	
}
.update li a:hover i {
	margin-right:10px;
	color:#5dbaff;
	font-size:16px;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	
}

<!-- custom -->

.table-list table button{
	border:none;
	background:#5dbaff;
	padding:8px 20px;
	font-size:13px;
	float:right;
	margin-left:20px;
	margin-top:20px;
	color:#333;
	
	-moz-transition:all 300ms ease-in-out;
		-webkit-transition:all 300ms ease-in-out;
		transition:all 300ms ease-in-out;
	
}
}


/* Custom css */

.right {
  
    height: 130px;
    width: 370px;
}

#login_inner
{
	
		background:#333333;
		width: 36%;
		margin: 0 auto;
}

.submitButton {
		border: none;
		background: #5dbaff;
		padding: 8px 20px;
		font-size: 13px;
		margin-top: 20px;
		color: #333;
		-moz-transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
		margin-bottom:10px;
}

.submitButton:hover	{
	color: #000;
	background: #fff;
	cursor: pointer;
		}


#login_inner {
   padding-top: 35px;
	 padding-bottom:: 10px;
}
h1.header
{
	color: #666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
	margin: 20px 10px 0px;
    text-shadow: 1px 1px 0 #fff;
}
h2.header
{
	color: #666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-shadow: 1px 1px 0 #fff;
	
}

.page_message { text-align:center !important; color:#F00; }

select {
 background: none repeat scroll 0 0 #ccc;
    border: 1px solid #dddddd;
    border-radius: 2px;
    font-size: 15px;
    height: 36px;
    line-height: 29px;
    overflow: hidden;
    width: 200px;
 }
 
input[type="text"] {
  /*  width:100px;*/
	 height: 23px;
	  border: 1px solid #dddddd;
    border-radius: 2px;
}

input[type="submit"] {
  border: 1px solid #dddddd;
    border-radius: 2px;
	min-height:25px;
	
}

.delbutton{

	border: 1px solid grey;
    padding: 4px;
    color: #000 !important;
    text-decoration: none !important;
}

.faq_heading{

	padding: 10px;
	color: #000;
}

.faq_description{

	padding-left: 10px;
}

#min_val{

	float: left;
	margin-right: 9px;
}

.discount_field{

	width: 19px !important;
	/* height: 12px !important; */
}
.left-box table .card-expiry-year,.left-box table .card-expiry-month{
	width: 88%;
}

.error_stripe{
	float: none;
	color: red;
	width: 800px;
}
.chet{
	position: relative;
}
.chet span{
	position: absolute;
background-color: #f00;
color: #fff;
font-size: 11px;
width: 18px;
line-height: 18px;
text-align: center;
border-radius: 50%;
/* font-weight: bolder;  */
}

.headingLead th{

	cursor: pointer;
}
/* -------------------- */
.table-list-new{
	width:100%;
	margin:15px 0px;
}

.table-list-new table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.table-list-new table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.table-list-new table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.table-list-new table {
	width:100%;
	font-family:Arial, Helvetica, sans-serif !important;
	color:#666;
	font-size:12px;

	border:#ccc 1px solid;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	
	border-spacing:1px;
}
.table-list-new table th {
	padding:10px 10px 7px;
	border-top:1px solid #fafafa;
/*	border-bottom:1px solid #e0e0e0;*/
	color:#ffff;
	background: #086564 ;
	background: -webkit-gradient(linear, left top, left bottom, from(#086564 ), to(#086564 ));
	background: -moz-linear-gradient(top,  #086564 ,  #086564 );
}
.table-list-new table th:first-child{
	text-align: left;
	padding-left:10px;
}
.table-list-new table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.table-list-new table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.table-list-new table tr{
	text-align: center;
	padding-left:20px;
}
.table-list-new table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.table-list-new table tr td {
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.table-list-new table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.table-list-new table tr:last-child td{
	border-bottom:0;
}
.table-list-new table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.table-list-new table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.table-list-new table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.table-list-new table i{
	font-size:20px;	
}
.table-list-new table a i{
	font-size:20px;
	margin:0px 10px;
	color:#4f4f4f;
	
	-moz-transition:all 300ms ease-in-out;
		-webkit-transition:all 300ms ease-in-out;
		transition:all 300ms ease-in-out;
	
	
}
.table-list-new table a:hover i{
	font-size:20px;
	color:#5dbaff;
	
	
}

.th_heading { text-align:center !important; background-color:#086564  !important; color:#ffff !important;}
.select_beginSaving_ins_comp{background:none;overflow-y:scroll;}


#example_wrapper
{
padding: 5px;
}

#btnAdd{
    margin: 17px 37px -49px;
}


#allTables_wrapper{
	padding: 5px;
}
#addModelBtn{
	    margin: 10px !important;
	    padding: 8px 25px 9px;
}
.select2{
	width: 96% !important;
}

/*LOADER*/
.spinner { 
		/*width: 40px; 
		height: 40px; 
		border: 4px #ddd solid; 
		border-top: 4px #2e93e6 solid; 
		border-radius: 80%; 
		animation: rotation 2s infinite linear; 
		display: inline-block;*/
		border: 16px solid #f3f3f3;
	  	border-radius: 50%;
	  	border-top: 16px solid #3498db;
	  	width: 120px;
	  	height: 120px;
	  	-webkit-animation: spin 2s linear infinite; /* Safari */
	  	animation: spin 2s linear infinite;
		
		-webkit-animation: rotation 2s infinite linear;
	}
	#overlay {
	    position: fixed;
	    height: 100%;
	    width: 100%;
	    top: 0;
	    left: 0;
	    z-index: 1111;
	    margin-top: 0;
	    margin-left: 0;
	    -moz-animation: three-quarters-loader 1250ms infinite linear;
	    -webkit-animation: three-quarters-loader 1250ms infinite linear;
	    animation: three-quarters-loader 1250ms infinite linear;
	    background: rgba(0,0,0,0.6);

	}
	span.spinner {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -27px;
	    margin-left: -27px;
	}
	
	@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
	}

	#customehometablecss
	{
		margin-left: 25px !important; 
		margin-bottom: 25px !important;
	}


