body{
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	background:#fff;
}
button{
	border:none;
	outline:none;
}
button:hover, button:focus, button:visited{
	outline:none;
}
h1{
	font-size:50px;
	color:#000;
}
a{
	transition:0.5s;
	color:#003878;	
	display:inline-block;
	outline:none;
}
a:hover, a:focus{
	color: red;
	text-decoration:none;	
	outline:none;
}
table tr td a:hover, table a:focus{
	color:#9f8700;
}
img{
	max-width:100%;
}
.table > thead > tr > th{
	text-align:center;
}
.clear{
	clear:both;
}
.container{
	max-width:1500px;
	width:100%;	
}
p{
	color:#000;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
}
img{
	max-width:100%;
}
input[type="image"]{
	max-width:100%;
}
label.error{
	color: #cc251fcc;
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 0 15px;
	float: left;
}
.button1{
    background: #000;
    color: #fff;
    text-transform: uppercase;
    float: right;
    padding: 10px 35px;
    border-radius: 25px;
	transition:0.5s;
}
.button2{
    background: #cdcdcd;
    color: #000;
    text-transform: uppercase;    
    padding: 10px 35px;
    border-radius: 25px;
    transition: 0.5s;
    box-shadow: 4px 0px 0 #003878;
	display:inline-block;
}
.button3{
    background: #bfac40;
    color: #fff;
    text-transform: uppercase;
    float: right;
    padding: 10px 35px;
    border-radius: 25px;
    transition: 0.5s;
    box-shadow: -4px 0 0 #fff;
}
.button1:hover{
	color:#fff;
	text-decoration:none;
	background:#003878;
}
.button2:hover{
	color:#fff;
	text-decoration:none;
	background:#bfac40;
	box-shadow: -4px 0px 0 #fff;
}
.button3:hover{
	color:#000;
	text-decoration:none;
	background:#cdcdcd;
	box-shadow: 4px 0px 0 #003878;
}
.navbar-default{
    background: #fff;
    border: none;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid #000;
}
.navbar-default .navbar-nav>li>a{
	color:#003878;
	transition:0.5s;
}
.navbar-default .navbar-nav>li>a.active{
	color:red;
}
.navbar-brand{
	height:auto;
	padding:10px;
	background:#fff;
}
.navbar-brand:after{
    content: '';
    background: url(../images/shadow.png) #fff left center no-repeat;
    width: auto;
    height: 40px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -40px;
}
.navbar-brand:before{
    content: '';
    background: url(../images/logo-icon.png) left center no-repeat;
    width: 28px;
    height: 97px;
    display: block;
    position: absolute;
    left: -25px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
	margin-left:0;
}
.navbar-header{
	float:left;
}
header.after-login #bs-example-navbar-collapse-1 {float: right;}
header #bs-example-navbar-collapse-1{
    float: left;
    margin-top: 60px;
}
.navbar-default .navbar-brand{
	position:relative;
}
.collapse .cart{
	float:left;
}
.navbar-default .navbar-brand:hover{
	background:#fff;
}
.collapse .cart a{   
    width: 55px;
    height: 55px;
    display: block;   
    text-align: center;
    line-height: 60px;
    position: relative;
}
.collapse .cart a span{
    position: absolute;
    width: 25px;
    height: 25px;
    background: #bfac40;
    color: #000;
    line-height: 25px;
    font-size: 12px;
    border-radius: 13px;
    top: -5px;
    left: 14px;
}
.middle-part{
    float: left;
    width: 100%;    
}
.middle-part.login{
	
}
header.login .navbar-brand:after{
	    background: url(../images/shadow.png) left center no-repeat;
}
.login-form {
    padding: 80px 0 200px 0px;
    max-width: 890px;
    width: 100%;
    margin: 100px auto 0 auto;
    overflow: hidden;
    position: relative;
}
.login-form .signup a{
	/*color:#7e6f1c;*/
	color:#1635e1;
	text-decoration:none;
}
.login-form form{
	background: #b7b7b7;
	float: left;
	width: 100%;
	padding: 25px 60px 35px 60px;
	position: relative;
}
.login-form:after{
	content: '';
	width: 400px;
	height: 395px;
	display: block;
	background-size: auto auto;
	position: absolute;
	left: 0px;
	top: 70px;
	background-size: 100% 100%;
	z-index: -1;
}
.input-row input {
    background: #fff;
    border: 0;
    padding: 13px 30px;
    width: 100%;
    border-radius: 25px;
    outline: none;
}
.input-row{
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.forget{
	color:#000;
	text-decoration:none;
}
.forget:hover{
	text-decoration:none;
	color:#fff;
}
footer{
	float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    padding: 35px 0;
}
.c-detail{
    overflow: hidden;
    padding: 25px 0 25px 40px;	
}
.c-detail p{
    color: #fff;
    padding-left: 30px;
	margin-bottom:15px;
}
.c-detail p.address{
	background:url(../images/address.png) left center no-repeat;	
}
.c-detail p.mail{
	background:url(../images/mail.png) left center no-repeat;
}
.c-detail p.call{
	background:url(../images/call.png) left center no-repeat;
}
.c-detail p.fax{
	background:url(../images/fax.png) left center no-repeat;
}
footer a{
	float:left;
}
footer .menu{
    padding: 25px 0 25px 25px;
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
}
footer .menu li{
    float: left;
    width: 100%;
    padding: 0 0 15px 15px;
	background:url(../images/round-bullet.png) left 7px no-repeat;
}
footer .menu li a{
	color:#fff;
	transition:0.5s;
}
footer .menu li a:hover{
	text-decoration:none;
	color: #ffd900;
}
.social-icon{
	display:inline-block;
	list-style:none;
	padding:0;
	margin:0;
}
.social-icon li{
	display:inline-block;
	padding:0 2px;	
}
.socail-payment{
	padding:25px;
}
footer .col-sm-2{
    border-left: 1px solid #003878;
    min-height: 210px;
}
footer .col-sm-2.last{
	border-right: 1px solid #003878;
}
.copyright{
    float: left;
    width: 100%;
    background: #0e0e0e;
    color: #fff;
    padding: 15px 0;
}
.copyright .link{
	color:#fff;
	text-decoration:none;
}
.copyright .link span{
	font-size:23px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color:red;	
}
header.after-login #bs-example-navbar-collapse-1{
	margin-top:0;
}
header.after-login .user-detail p{
	margin:0;
	color:#9f9db7;
}
header.after-login .user-detail{
	margin-left: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #7c76b7;
}
header.after-login .navbar-nav{
	margin-top: 8px;
}
.button-row{
    float: left;
    width: 100%;
    background: #e8e8e8;
    padding: 10px 80px;
    margin: 70px 0;
}
.button-row p{
	margin:0;
	color:#003878;
	font-size:22px;
}
.button-row p label{
	color:#000;
}
.button-row .left-btn{
	float:left;
}
.button-row .right-btn{
	float:right;
}
.button-row {
	margin-right:15px;
}
.button-row .button2{	
	margin-right:25px;
}
.dashboard{
	float: left;
    width: 100%;
    padding: 0 80px 80px 80px;
}
.dashboard-box{
	float:left;
	width:100%;
}
.dashboard-box table{
	background:#fff;
}
.dashboard-box table td{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.dashboard-box table tr:last-child td{
	border-bottom: 1px solid #ddd;
}
.dashboard-box .box {
    padding: 0 20px 5px 20px;
    background: #f0f0f0;
}
.dashboard-box .title{
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px;
    background: #979797;
    margin: 0 -20px 20px -20px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	padding:20px;
	vertical-align:middle;
}
.navbar-nav>li>a.sub-menu{
	position:relative;
}
.navbar-nav>li.sb-menu ul.sub-menu{
	position: absolute;
    width: 100%;
    list-style: none;
    left: 0;
    right: 0;
    background: #dedcfa;
    padding: 10px;
    top: 59px;
    display: none;
    min-width: 150px;
	z-index:2;
}
.navbar-nav>li.sb-menu ul.sub-menu:after{
    content: '';
    background: url(../images/menu-shadow.png) right bottom no-repeat;
    display: block;
    width: 152px;
    height: 29px;
    position: absolute;
    right: 0;
    bottom: -29px;
}
.navbar-nav>li.sb-menu:hover ul.sub-menu{
	display:block;	
}
.navbar-nav>li.sb-menu ul.sub-menu:before{
    content: '';
    background: url(../images/menu-top-arrow.png) center center no-repeat;
    width: 100%;
    height: 11px;
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
}
.navbar-nav>li.sb-menu ul.sub-menu li{
	margin:10px 0;
}
.navbar-nav>li.sb-menu ul.sub-menu li a{
	color:#000;
}
.navbar-nav>li.sb-menu ul.sub-menu li a:hover{
	text-decoration:none;
	color:#c8aa00;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}


/* style 6 */

.inputfile-6 + label {
    color: #000;
}

.inputfile-6 + label {
    border: 1px solid #c6c3c3;
    background-color: #fff;
    padding: 0;
	width:100%;
	border-radius: 25px;
	margin-bottom: 0 !important;
}

.inputfile-6 + label strong {
    padding:10px;
}

.inputfile-6 + label span {
	padding:10px; 
    min-height: 45px;
    float:left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
	width:50%;
}

.inputfile-6 + label strong {    
    color: #f1e5e6;
    background-color: #808080;
    float: right;
    border-radius: 0 25px 25px 0;
    font-weight: 400;
}



@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}
.post-section, .profile-section{
    float: left;
    width: 100%;
    padding: 0 50px;
}
.payment h1 {
    margin: 60px 0;
    text-transform: uppercase;
    font-weight: 300;
}
.post-section h1, .profile-section h1, .quatation-section h1, .order-id h1{
	margin:0 0 60px 0;
	text-transform:uppercase;
	font-weight:300;
}
.profile-section h1, .quatation-section h1{
	margin:60px 0;
}
.box-outer{
	float:left;
	width:100%;
}
.box-outer label{
    font-weight: 400;
    margin-bottom: 10px;
}
.box-outer label.error{
	margin-bottom:0;
}
.box-outer label em{
	color:#ff0000;
}
.box-outer{
    background: #f1f0f0;
    border: 1px solid #e7e3e3;
    padding: 40px;
    min-height: 945px;
	
}
.box-outer .input-row input{
	border:1px solid #c6c3c3;
}
.select-box{
    float: left;
    width: 100%;
    position: relative;
}
.select-box{
    width: 100%;
    outline: none;    
    border-radius: 25px;   
	background:#fff;
	 border:1px solid #c6c3c3;
}
.select-box select{
	padding: 13px 45px 13px 13px;
	width:100%;
    -webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 25px; 
	border:none;
	position:relative;
	z-index:2px;
	outline:none;
	background:transparent;
}
.select-box:before{
    content: '';
    background: url(../images/select-arrow.png) no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    right: 16px;
    top: 14px;	
	z-index:1px;
}
.input-row .two-field{
    background: #fff;
    border: 1px solid #c6c3c3;
    border-radius: 25px;
    float: left;
    width: 100%;
    padding: 13px 40px;
    margin-bottom: 20px;
}
.input-row .two-field input{
	border:none;
	border-radius:0;
	padding:0;
	background:transparent;
	float:left;
	width:50%;
	text-align:center;
	border-right:1px solid #c6c3c3;
}
.input-row .two-field input:last-child{
	border-right:none;
}
.box-outer p{
	float:left;
	width:100%;
	margin:0;
	text-align:center;
	font-size:16px;
	color:#999;
}
.radio-button ul{
	float:left;
	width:100%;
	padding:0;
}
.radio-button ul li{
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  margin:0;
}

.radio-button ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.radio-button ul li label{
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  padding:0 25px 25px 35px;
  margin:0;
  float:left;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.radio-button ul li:hover label{
	color: #000;
}

.radio-button ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top:0px;
  left:0px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.radio-button ul li:hover .check {
  border: 5px solid #000;
}

.radio-button ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.radio-button input[type=radio]:checked ~ .check {
  border: 5px solid #003878;
}

.radio-button input[type=radio]:checked ~ .check::before{
  background: #003878;
}

.radio-button input[type=radio]:checked ~ label{
  color: #003878;
}
.post-section .bottom-box{
    float: left;
    width: 100%;
    background: #f1f0f0;
    border: 1px solid #e7e3e3;
    padding: 40px;
    margin: 50px 0;
}
.post-section .bottom-box label{
	font-weight: 400;
    margin-bottom: 10px;
	float:left;
	width:100%;
}
.post-section .bottom-box textarea, .post-section .input-row textarea{
	float:left;
	width:100%;
	border:1px solid #c6c3c3;
	border-radius:25px;
	padding:15px;
	outline:none;
	resize:none;
	min-height:120px;
}
.post-section .input-row textarea#em_text{
	font-size:22px;
}
.post-section .bottom-box input{
	border: 1px solid #c6c3c3;
}
.post-section .bottom-box .input-row{
	position:relative;
}
.bottom-button{
	float:left;
	width:100%;
	padding: 15px 0;
}
.bottom-button .button2{
	margin-right:15px;
}
.post-section .top-button button{
    background: #808080;
    color: #fff;
    border: 0;
    padding: 13px 50px;
    position: absolute;
    right: 0;
    bottom: 21px;
    border-radius: 0 25px 25px 0;
    outline: none;
}
.quote-section{
    padding: 80px 150px 50px 150px;
    position: relative;
    min-height: 600px;
    max-width: 1900px;
    width: 100%;
    margin: 0 auto;
	clear: both;
}

.quote-background{	
	background: url(../images/login-building.jpg) right 70px no-repeat;	
    background-size: 800px auto;
}
.quote-background .navbar-brand:after{background-color:transparent}
.quote-section .inner-box{
	background: #e8e8e8;
	border: 1px solid #dbd6d6;
    display: inline-block;
    padding: 15px;
    max-width: 450px;
    width: 100%;
	position:relative;
}
.quote-section .inner-box:after{
    content: '';
    display: block;
    width: 47px;
    height: 55px;
    background: url(../images/product-right-arrow.png) center center no-repeat;
    position: absolute;
    right: -25px;
    bottom: 0;
    z-index: -1;
}
.quote-section .inner-box:before{
    content: '';
    display: block;
    width: 47px;
    height: 55px;
    background: url(../images/product-left-arrow.png) center center no-repeat;
    position: absolute;
    left: -25px;
    bottom: 0;
    z-index: -1;
}
.quote-section .inner-box a.button2{
    position: relative;
    bottom: -25px;
}
.cc-mail{
	float: left;
    width: 100%;
    resize: none;
    border-radius: 25px;
    padding: 15px;
	border: 1px solid #c6c3c3;
	outline:none;
	min-height:120px;
}
.profile-section .box-outer{
	min-height: 1080px;
}
.profile-section .button-row a{
	display:inline-block;
	float:none;
}
.profile-section .button-row{
	background:none;
}
.profile-box{
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    overflow: hidden;
}
.navbar-nav>li.order ul.sub-menu{
	min-width:220px;
	z-index:3;
	left:-50%;
}
.quatation{
	float:left;
	width:100%;
	background:#f1f0f0;
	border:1px solid #e7e3e3;
}
.quatation .top-section{
	float: left;
    width: 100%;
    padding: 15px;	
	border-bottom:1px solid #e7e3e3;
}
.quatation .top-section .date-outer{
	    display: inline-block;
    background: #fff;
    padding:7px 10px;
    border-radius: 30px;
    border: 1px solid #c6c3c3;
}
.quatation .top-section .date-outer input{
    border: none;
    box-shadow: none;
	font-size: 17px;
}
.quatation .top-section .date-outer .input-group-addon{
	border: none;
    border-right: 1px solid #ccc;
    background: #fff;
}
.quatation .top-section .record{
    float: left;
    max-width: 250px;
    width: 100%;
}
.quatation .top-section .record label{
    float: left;
    line-height: 50px;
    font-weight: 400;
    margin: 0 15px 0 0;
}
.quatation .top-section .record .select-box{
    float: left;
    width: 65%;
}
.input-row.search{
    float: none;
    width: auto;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.input-row.search input{
    border: 1px solid #c6c3c3;
    height: auto;
    width: 100%;
    font-size: 16px;
    padding: 14px 60px 14px 14px;
}
.input-row.search .form-group{
	float:left;
	width:100%;
}
.form-control:focus{
	box-shadow:none;
}
.input-row.search .navbar-form{
	width:100%;
	margin:0;
}
.input-row.search .btn.btn-default{
	border: none;
    background: none;
    outline: none;
    position: absolute;
    padding: 0;
    right: 35px;
    top: 15px;
    padding-left: 10px;
    border-left: 1px solid #c6c3c3;
}
.input-row.search .btn.btn-default:focus{
	box-shadow:none;
}
.bottom-section{
    float: left;
    width: 100%;
    padding: 25px;
}
.bottom-section table{
	margin:0;
	background:#fff;
}
.bottom-section table td, .bottom-section table th{
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
	font-weight:400;
}
.bottom-section table tr:last-child td {
    border-bottom: 1px solid #ddd;
}
.quatation-section{
	float: left;
    width: 100%;
    padding: 0 50px 60px 50px;
}
.price-plan-box table{
	background: #f1f0f0;
}
.price-plan-box table th, .price-plan-box table td{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.price-plan-box table tr:last-child td {
    border-bottom: 1px solid #ddd;
}
.plane-section{
	float:left;
	width:100%;
	padding:80px;
}
.plane-section h1{
	margin: 0 0 60px 0;
    text-transform: uppercase;
    font-weight: 300;
}
.price-plane{
	float:left;
	width:100%;
}
.price-plane table{
	margin-bottom:40px;
}

/* Start of loading */
/*#loadingweb{
	display:none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 9999;
}
.maskingweb{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #333;
    font-size: 13px;
    vertical-align: middle;
    margin-top: -18px;  
	margin-left: -7px;
}*/
.spinner{
	display:none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: rgba(255, 255, 255, 0.5);*/
    z-index: 9999;	
}
.spinner .webload-div{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align:center;
}
.spinner .bounce1, .spinner .bounce2, .spinner .bounce3{
	width: 18px;
	height: 18px;
	background-color: #003878;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1{
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinner .bounce2{
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay{
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay{
	0%, 80%, 100% {
	-webkit-transform: scale(0);
	transform: scale(0);
	} 40% {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	}
}
/* End of loading */

table tr td ul{
	list-style:none; padding:0
}
.dashboard-note{
	margin-top: 20px;
	display: inline-block;
	padding: 30px 10px;
	background-color: #f0f0f0;
	width: 100%;
	border: 1px solid #ccc;
	font-size: 18px;
}
.dashboard-note-order{
	display: inline-block;
	padding: 30px 10px;
	background-color: #f0f0f0;
	width: 100%;
	border: 1px solid #ccc;
	font-size: 18px;
	margin-bottom: 50px;
}
.dashboard-note-priceplan{
	display: inline-block;
	padding: 30px 10px;
	background-color: #f0f0f0;
	width: 100%;
	border: 1px solid #ccc;
	font-size: 18px;
}
.est-div-price{
	text-align:center;
	font-size: 30px;
	padding-bottom: 10px;
}
.applique-yes-div .select-box{
	margin-top:-15px;
}
.applique-yes-div, .color-specify-div, .fabric-specify-div {
	display:none;
}
.no-choosed{
	text-align:center;
	color:#666;
}
.choose-plan-div{
	text-align:right;
}
.tbl-choose-plan tr td label{
	font-weight:400;cursor:pointer;
}
.choose-plan-row-save{
	text-align:center;
	padding: 30px;
}
table .payment-datetime-width{
	width:270px;
}
table .payment-type-width{
	width:130px;
}
table .payment-status-width{
	width:80px;
}
table .payment-user-width{
	width:160px;
}
table .payment-transactionid-width{
	width:160px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
	background-color: #003878;
	border-color: #5a549c;
}
td.table-action{
	width:220px;
}
.table-action a.button2{
	margin-bottom:15px;
}
.showing-pagination{
	padding:15px 0 0 0;
}
.showing-pagination .tbl_showing_entries{
	line-height:40px;
}
.pagination>li>a, .pagination>li>span{
	color:#003878;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	background:#003878;
	color:#fff;
}
.showing-pagination ul{
	margin:0;
}
.label-success, .label-warning{
	background-color: #408740;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 25px;
}
.label-warning{
	background-color: #cb8e39;
	line-height: 25px;
}
.navbar-nav > li.sb-menu ul.sub-menu-width{
	width: 295px;
}


/* Start New 4 pages CSS */
.order-id p{
	float:left;
	line-height: 40px;
	color:#000;
}
.order-id .box a{
	display:block;
	font-size:16px;
}
.order-id .box a:hover, .order-id .box a:focus{
	text-decoration:none;
}
.order-id .box{
	padding:20px 20px 5px 20px;
}
.order-id .box th{
	background:#979797;
	border:1px solid #fff;
}
.order-id .title2{
	float:left;
	width:100%;
	margin-top:60px;
}
.order-id .bottom-section{
	float:left;
	width:100%;
	padding:0;
}
.checkbox-btn{
	position: relative;
    padding-left: 20px;
	float:left;
}
.checkbox-btn label{
	    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    user-select: none;
    color: #424242
}
.checkbox-btn label:after{
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
    margin-left: -21px;
    background-color: white;
    border: 2px solid #424242;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    cursor: pointer;
}
.checkbox-btn label:before{
    position: absolute;
    content: "";
    width: 14px;
    height: 7px;
    top: 6px;
    left: 6px;
    margin-left: -22px;
    border: 3px solid #000;
    border-top: none;
    border-right: none;
    background: transparent;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    z-index: 1;
}
.checkbox-btn label:active:before{
	opacity: 0.3
}
.checkbox-btn input[type="checkbox"]{
	position: absolute;
    opacity: 0;
    z-index: 1
}
.checkbox-btn input[type="checkbox"]:checked+label{
	color: #000
}
.checkbox-btn input[type="checkbox"]:checked+label::after{
	border: 2px solid #000
}
.checkbox-btn input[type="checkbox"]:checked+label::before{
	 opacity: 1
}
.checkbox-btn input[type="checkbox"]:disabled+label{
	    color: #787878;
    cursor: default
}
.checkbox-btn input[type="checkbox"]:disabled+label::after{
	    border: 3px solid #787878;
    background-color: #ffffff
}
.payment-total{
    line-height: 45px;
    margin: 0 15px 0 0;
}


.dashboard-box.order-number{
	max-width:900px;
	float:none;
	margin:0 auto;
}
.order-number .update-row{
	position:relative;
}
.order-number .update-row input{
	padding:13px 200px 13px 30px;
}
.order-number .update-row button{
	position:absolute;
	position: absolute;
    right: 0;
    top: 0;
    padding: 14px 50px;
}
.sample-row{
	float:left;
	width:100%;
	padding:20px 0;
}
.sample-row .p-box{
	background:#fff;
	border:1px solid #c6c3c3;
	padding:15px 0;
	margin:0 0 15px 0;
}

.order-number .input-row{
	padding:20px 0 0 0;
}

.order-number .box-outer{
	min-height:auto;
}






.order-view-detail{
	float:left;
	width:100%;
}
.order-view-detail .select-box{
	background:#ececec;
}
.order-view-detail .select-box p{
	text-align:left;	
	padding:7px 15px;
}
.order-view-detail .select-box:before{
	display:none;
}
.order-number .input-row textarea, .order-view-detail .input-row textarea{	
	float: left;
    width: 100%;
    border: 1px solid #c6c3c3;
    border-radius: 25px;
    padding: 15px;
    outline: none;
    resize: none;
    min-height: 120px;
}
.order-view-detail .box-outer{
	min-height:auto;
	max-width:700px;
	margin:70px auto 0 auto;
	float:none;
	overflow:hidden;
}
.post-imp-note1{
	padding-top: 15px;
	display: inline-block;
	width: 100%
}
.post-imp-note2{
	max-height: 300px;
	overflow: auto;
	padding: 15px;
	margin: 0 0 5px 0;
	background-color: #fff;
	border: solid 1px #ccc;
}
.checkbox-btn.chmode-sec{
	float:none;
	font-size: 16px;
}
.checkbox-btn.chmode-sec label{
	padding-left: 10px;
}
/* End New 4 pages CSS */


/* Start of price plan page CSS */

.pricelist .titlehead h1{text-align:center;}
.pricelist .titlehead span.center_line{background-position:center bottom;}
.titlehead {display: block; padding: 40px 0;}
/*.pricelist{background:#E6E6E6;}*/
.pricelist .titlehead h1 {text-align: center;}
.titlehead h1, h2 {font-size: 50px;font-weight: 100;margin: 0;color: #272727;}
.pricinglist{display:block;}
.pricinglist ul.nav-tabs{display:block;border:none;text-align:center;}
.pricinglist ul.nav-tabs li{display:inline-block;float:none;margin:5px;}
.pricinglist ul.nav-tabs li a{background:#fff;display:block;padding:15px 30px;font-size:18px;border:solid 2px #9A9A9A;min-width:290px;text-align:center;border-radius:50px;font-size:20px;color:#9A9A9A;}
.pricinglist ul.nav-tabs li.active a, .pricinglist ul.nav-tabs li a:hover{border:solid 2px #A62635;color:#A62635;}
.pricinglist .tab-content{display:block;padding:50px 0 0 0;}
.pricinglistbox{display:block;position:relative;}
.leftboxpri{background:#fff;float:left;width:50%;position:relative;margin-bottom:160px;}
.leftboxpri.leftvj1{border:solid 1px #473D71;margin-right:-1px;}
.leftboxpri.rightvj2{border:solid 1px #A62635;}
.toptitleprice h2{color:#fff;font-size:20px;padding:5px 0;margin:0;text-align:center;display:block;font-weight:400;}
.toptitleprice span{color:#fff;font-size:20px;padding:5px 0;margin:0;text-align:center;display:block;}
.toptitleprice{padding:15px 0 0 0;display:block;}
.leftboxpri.leftvj1 .toptitleprice{background:#473D71;}
.leftboxpri.rightvj2 .toptitleprice{background:#A62635;}
.bosarrow1{background:url(../priceplan/pricebox.svg)  no-repeat bottom center;display:block;height:120px; background-size: cover;}
.bosarrow2{ background: url(../priceplan/bottomarrow2.png)  no-repeat bottom center; display: block; height: 110px; position: absolute; width: 100%; bottom: -93px;background-size: 100% 100%;}
.leftboxpri.rightvj2 .bosarrow2{background:url(../priceplan/bottomarrow1.png)  no-repeat bottom center;background-size: 100% 100%;}
.images_pricebox{background:#fff;min-height:300px;width:100%;text-align:center;}
.pricedaital{display:block;background:#fff;padding:0 0 15px 0;}
.pricedaital h3{display:block;font-size:17px;color:#61616;margin:0;padding:15px;border-bottom:solid 1px #ececec;font-weight:400;}
.pricedaital h3 span{float:right;font-size:18px;}
.images_pricebox img{width:auto;}
.notebox{margin:20px 0 0 0;display:inline-block;background:#F4F4F4;padding:15px 25px;font-size:19px;border:solid 1px #fff;}
.notebox p{margin:0;padding:0;font-size:20px;}
.centernote{text-align:center;}
.titlehead span.center_line{background:url(../priceplan/title_unerimg.png) no-repeat;height:33px;width:100%;display:block;}
.vectorpricev{display: block; padding:10px 10px 0 10px; text-align: center; min-height: 90px;}
.vectorpricev p{padding:0; margin:0;}
.vectorpricev p b{display: block;}
.vectorpricevj1{max-width: 700px;margin: 0 auto;}
.edit-order-frame-dec {width:100%; height:600px; border: 1px solid #ccc;}
.order-close-ft-left {float:right;}
.order-new-profile-menu{color:red;float: right;padding-right: 12px;}
.number{text-align:center;}
.number span{
    width: 120px;
    height: 50px;
    display: inline-block;
    font-size: 25px;
    background: #666;
    border-radius: 25px;
    color: #fff;
    line-height: 50px;
	margin:0 0 20px 0;
}
.screen{
	border: 1px solid #bdb9ea;
}
.screen-box{
    float: left;
    background: #eee;
    padding: 30px;
border: 1px solid #ccc;    margin: 50px 0;}
ul.gallery{list-style:none;}
.login-form .signup a.place-order {float: right;color: #003878;cursor: pointer;position:relative;z-index:2;}
/* End of price plan page CSS */
.ask-signup a:hover{color:#003878;}
.dsh-padding-btm {padding-bottom: 50px;}
.error.testclass{display: none !important;}
.error.error_cls{margin-top: -20px; padding-bottom: 30px; padding-left: 5px;}
.error.app_dimension{margin-top: -20px; padding-bottom: 30px; padding-left: 5px;display:none;}
select.form-control{height:auto;font-size: 19px;}
.table.table-border-style tr td { border:none;padding:5px 0; }
.table.table-border-style tbody tr td {border-bottom: none;}
.add_order_mofify {text-align: center; margin-bottom: 40px;}
.view-download-file table tr td ul{margin:0}
.post-uploadimage #progressbox {
	border: 1px solid #0099CC;
	padding: 1px;
	position:relative;
	border-radius: 3px;
	margin: 10px;
	display:none;
	text-align:left;
}
.post-uploadimage #progressbar {
	height:20px;
	border-radius: 3px;
	background-color: #003333;
	width:1%;
}
.post-uploadimage #progress_statustxt {
	top: -1px;
	left: 0;
	position: absolute;
	display: inline-block;
	color: #000000;
	right: 0;
	margin: auto;
	width: 50px;
}
.order_attachment_dis span.title_cl {
	background: #ccc;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;	
	font-size: 15px;
	max-width: 285px !important;
	display: inline-block;
	padding-top: 5px;
}
.order_attachment_dis span.size_cl{
	font-size:14px;
	display: inline-block;
	position: relative;
	top: -5px;
}
.order_del_temp {
	display: inline-block;
	padding: 0px 10px;
	color: red;
	position: absolute;
	right: 0;
	top: 2px;
}
.order_attachment_dis {background:#ccc;padding: 0 6px;position:relative;}
.uploaddesign-btn2 {
	margin: 0 auto;
	display: block;
	margin-bottom: 30px;
}
.sign-up-form form {
    margin: 80px 0;
}
.forgot-password-form form, .sign-up-form form {
    background:#b7b7b7;
    float: left;
    width: 100%;
    padding: 50px;
    position: relative;
    min-height: 340px;
}
.forgot-password-form .input-row input, .sign-up-form .input-row input {
    border: 0;
    padding: 13px 30px;
    width: 100%;
    border-radius: 25px;
    min-height: 50px;
    font-size: 18px;
    color: #000;
    outline: none;
}
p.forgot-tagline {
    color: #000;
    font-size: 25px;
}
p.forgot-tagline {
    color: #000;
    font-size: 25px;
}
.text-center {
    text-align: center;
}
.signup p.forgot-message {
    margin-bottom: 50px;
}
p.forgot-message {
    color: #333;
}
.multiple-id textarea {
    float: left;
    width: 100%;
    border: 1px solid #c6c3c3;
	border-top-color: rgb(198, 195, 195);
	border-right-color: rgb(198, 195, 195);
	border-bottom-color: rgb(198, 195, 195);
	border-left-color: rgb(198, 195, 195);
    border-radius: 25px;
    padding: 15px;
    outline: none;
    resize: none;
    height: 120px;
    font-size: 18px;
    color: #000;
}
.button1.create-account {float:none;}
.create-acc {margin-top: 25px;}
.forgot-password-form::after {
    content: '';
    width: 400px;
    height: 395px;
    display: block;
   
    background-size: auto auto;
    position: absolute;
    left: 30px;
    top: 55px;
    background-size: 100% 100%;
    z-index: -1;
}
.forgot-password-form {
    padding: 80px 0 200px 0px;
    max-width: 890px;
    width: 100%;
    margin: 100px auto 0 auto;
    overflow: hidden;
    position: relative;
}
.forgot-password-form form {
    padding: 60px 60px 35px 60px;
}
.forgot-password-form .input-row, .sign-up-form .input-row {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.forgot-password-form .input-row.button, .sign-up-form .input-row.button {
    text-align: center;
}
.forgot-ps, .signup {
    
}


