﻿body {
    background-color: #eee;
    padding-right: 0 !important;
}
.p-15 {
    padding: 15px;
}



.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fefefe;
    opacity: 1;
}

.container {
    width: 1166px;
    max-width: 100%;
}

.btn-danger {
    background-color: #ff0000;
    color: #FFF;
}

.btn-group.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.dist-head{display:block; }
.table-cell {
    display: table-cell;
}
.display-table {
    display: table;
}
.full-width {
    width: 100%;
}
.full-heigth {
    height: 100%;
}

.logo {
    margin-top: 15px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    text-align: center;
    margin-left: 15px;
}

.logo img {
    height: 38px;
}

.logo > a{ 
	text-align:center; 
	display:inline-block;
}



.mt-30 {
    margin-top: 30px !important;
}


.steps2{
    display:inline-block;
    text-align:left;
    width:30%;
    background-color:#ddd;
    height:4px;
    margin-bottom:75px;
    margin-top:35px;
    border-radius:50px;
    margin-left:35%;
}

.steps2 ul {
    width: 180%;
    margin: -18px -40% 0;
}

.steps2 ul li .progress{ 
position: absolute;
left: -50%;
top: 18px;
background-color:#ff0000;
height: 4px;
width: 100%;
display:none;
z-index: 0;
}


.steps2 ul li.completed .progress{
	display:block;
}

.steps2 ul li.active .progress{
	display:block;
}
.steps2 ul li:first-child .progress{
	display:none;
}


.steps2 ul li a {
color: #333;
margin: 0 -10px;
padding: 0;
text-align: center;
position: relative;
z-index: 1;
}

.steps2 ul li a:hover{ background-color:transparent; }

.steps2 ul li a:focus{ 
	 background-color:transparent; 
 } 
.steps2 ul li a span.fa-stack {
	border-radius: 40px;
	margin-bottom: 10px;
	background-color: #fff;
	border: #ddd 3px solid;
	text-align:center;
	width: 40px;
	height: 40px;
	font-size: 20px;
}

.steps2 ul li a span.fa-stack img{ display:none; color:#FFF; }
.steps2 ul li.completed a span.fa-stack img{
	display: inline-block;
	height: 25px;
	margin-top: -12px;
}
.steps2 ul li.completed a span.fa-stack .fa-stack-1x{display:none;}
.steps2 ul li.completed a{ pointer-events:auto; }
.steps2 ul li.completed a span.fa-stack{
   background-color:#ff0000;
   border-color:#ff0000;	
}
.steps2 ul li.completed a span.fa-stack strong{color:#FFF;}
.steps2 ul li.completed a p{ color:#333; margin: 0;}


.steps2 ul li p{ margin: 0;}


.steps2 ul li a i.fa{ 
	color: #333;
	font-size: 38px;
	margin-right: 15px;
	margin-top: 8px;
}

.steps2 ul li.active a span.fa-stack strong{ 
	color:#000; }

.steps2 ul li a span.fa-stack strong{ 
	color:#333;
	line-height: 1.5; 
	font-weight: 400;
}
.steps2 ul li.active a span.fa-stack{
	background-color: #fff;
	border-color: #ff0000;
} 

.steps2 ul li.active:last-child a{ width:108%; }

.steps2 ul li.active a i.fa{ color:#FFF; }


.partner_form {
    padding: 0;
    padding-top: 0;
}

.partner_form .panel-heading h3{ margin:0; }
.partner_form .panel-body{ padding:0; background: transparent;}
.partner_form .panel{
	/*! box-shadow: rgba(0,0,0,0.15) 0 0 5px; */
	background: transparent;
	/*! max-width: 1000px; */
	margin: auto;
}
.partner_form .panel-heading {
    position: relative;
    z-index: 1;
}
.partner_form .panel-body .table-ul > li > div:first-child{ 
	vertical-align:middle; padding:10px 0; width:30%; background-color:transparent;  font-size: 18px;
}
.partner_form .panel-body .table-ul // li < div{
	vertical-align:middle;
	/*! border-bottom:#ddd 1px solid; */
	/*! border-right:#ddd 1px solid; */
	padding:8px;
}
.partner_form .panel-body .table-ul li div .form-control{ margin:5px 0; box-shadow:none; border:none; color:#000; height: 50px;border-bottom: #ccc 1px solid;}
    .partner_form .panel-body .table-ul li div .form-control + .reset-link {
        top: 16px;
        right: 28px;
    }
	 
.partner_form .panel-body .table-ul li div .form-control::placeholder{ color:#999; } 

.partner_form > h1 {
    font-size: 33px;
}

.partner_form > h1 img {
    display: inline-block;
    height: 50px;
}

.table-ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-table;
}

.table-ul > li {
        display: table-row;
}

.table-ul > li > div {
            display: table-cell;
            float: none;
}

.v-align-m{ vertical-align:middle; }

.login_wrap{  width: auto;text-align: center;position: absolute;right: 21px;top:16px;}

footer {
    background-color: #900;
    padding-top: 30px;
}

    footer h4 {
        color: rgba(255,255,255,0.6);
        font-size: 14px;
    }

    footer a {
        display: block;
        color: #FFF !important;
        font-size: 12px;
        margin: 5px 0;
    }

    footer p {
        font-size: 13px;
        color: #FFF;
    }

    footer .footer-bottom {
        padding-top: 15px;
        border-top: rgba(0,0,0,0.5) 1px solid;
        padding-bottom: 15px;
        margin-top: 30px;
    }

        footer .footer-bottom ul {
            margin: 0;
        }

            footer .footer-bottom ul li {
                margin-right: 20px;
            }

                footer .footer-bottom ul li a {
                    font-size:14px;
                }

    footer i{
       color: #faa954;
    }

    footer .footer-bottom p {
       margin:0;
       font-size:14px;
    }
	
	.border-dark{ border-color:#ccc;  }
	
	.thank_you{ text-align:center; margin-top:50px; }
	.thank_you h1{
		text-transform: none;
	}
	
	.thank_you .panel-body{ padding:50px; }
	
	.thank_img{ height:150px; display:inline-block; }
	.partner_Login {
    position: absolute;
    height: 100%;
    width: 100%;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    bottom: 0;
}

    .partner_Login img {
        max-width: none;
        width: auto;
        height: 100%;
    }

.partner_Login_form {
    position: absolute;
    width: 500px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    text-align: center;
}

    .partner_Login_form .logo {
        height: 55px;
        margin-bottom: 30px;
		text-align:center;
    }

        .partner_Login_form .logo > img {
            height: 45px;
			display:inline-block
        }

    .partner_Login_form .form-control {
        margin-bottom: 15px;
        border-radius: 0;
        box-shadow: none;
    }
	.asterix {
     color: #b94a48 !important;
	}
	
	.partner_form .panel-body.p-30.white-bg{
	  background-color:#FFF;	
	  padding:30px;
	}
	
	.panel.panel-default.docs {
	    margin-bottom: 30px;
	    box-shadow: rgba(0,0,0,0.1) 0 0 5px;
		border-radius:0;

}


div.file_upload {
    background: #ddd none repeat scroll 0 0 !important;
    color: #333;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    padding: 0 !important;
    text-align: center;
    width: 100px;
    height: 30px;
    position: relative;
}

    div.file_upload::before {
        cursor: pointer;
        left: 25px;
        /*position: absolute;*/
        /*right: 0;*/
        text-align: center;
    }

    div.file_upload input {
        cursor: pointer;
        display: inline;
        height: 30px;
        opacity: 0;
        padding: 0;
        position: absolute;
        width: 100px;
        left:0;
    }

.mobile {
    width: 100% !important;
}

.partner_form .panel-body .table-ul li div table tbody {
    background-color:transparent;
}
.partner_form .panel-body .table-ul li div table tbody label{
    margin-left:5px;
    margin-right:5px;
}

.modalBackground {
    opacity: .5;
    background-color: Gray;
}
.inline-block {
    display: inline-block;
}

.reset-link {
position: absolute;
top: 8px;
right: 8px;
font-weight: 500;
font-size: 15px;
}

.relative{ position:relative; }



/* new css  */


.post_prop_wrap{
	display: table;
	width:100%;
	height:100%;
	position:fixed;
	bottom:0;
	top:72px;
}
.post_prop_wrap .left{width:250px;display:table-cell;background-color:#333; vertical-align:top; }
.post_prop_wrap .left .nav li a{
	border-bottom:#454545 1px solid;
	padding:15px 30px;
	color:#fff;
	font-weight:400;
	pointer-events:none;
}
.post_prop_wrap .left .nav li a i.fa{
    position:absolute;
    right:20px;
	display:none;
    color:#6C0;
    top:19px;
}
.post_prop_wrap .left .nav li.completed a{ background-color:#222222; pointer-events:auto; }
.post_prop_wrap .left .nav li.completed a i{ display:block; }

.post_prop_wrap .left .nav li.active a{ background-color:#222222; pointer-events:auto;}

.post_prop_wrap .left .nav li.active a i.fa{ }

.post_prop_wrap .right .form-group {
    padding-bottom: 0;
	margin:0;
    display:table-row;
    width: 100%;
}

.post_prop_wrap .right .form-horizontal { width:100%; display:table; border:#ddd 1px solid; margin-bottom:20px;}

.post_prop_wrap .right{display:table-cell;overflow:auto;padding:30px;position:fixed;bottom:0;top:72px;right:0;left:250px; background-color:#e1e1e1; }

.post_prop_wrap .right .panel{ background-color:transparent; }
.post_prop_wrap .right .panel .panel-body{ padding:0;  }
.post_prop_wrap .right .panel .table-ul > li > div{ vertical-align:top; padding:15px; line-height:1; }
.post_prop_wrap .right .panel .table-ul > li > div:first-child{ 
	padding-left:0; width:25%; padding-top:22px; 
}
.post_prop_wrap .right .panel .table-ul > li > div:last-child{ background-color:#FFF; }

.post_prop_wrap .right .form-control{margin-bottom:0px;}
.post_prop_wrap .right .field_wrap{margin-bottom:0px;}
.post_prop_wrap .right .field_wrap .form-control{margin-bottom:0;}
.post_prop_wrap .right .meter{margin:0px 0 20px 0;}

.post_prop_wrap .right .form-group > label {
    font-weight: 400;
    padding-top: 25px;
    color: #333;
    background-color: #e1e1e1;
    height: auto;
    padding-bottom: 25px;
    margin-bottom: 0;
    margin: 0;
	display:table-cell;
	float:none;		
	vertical-align:top;
}

.post_prop_wrap .right .form-group > .data{ background-color:#FFF; width:auto; padding:15px;display:table-cell;float:none; vertical-align:top; }
.post_prop_wrap .right .btn-group label.active{color:#FFF;}
.post_prop_wrap .right .btn-group label:hover{color:#FFF;}


.post_prop_wrap .right .btn-group.ownership > label{
	display: block;
padding: 8px 15px;
text-align: left;
}

.meter { 
	height:40px;  /* Can be anything */
	position:relative;
	width:100%;
	margin:20px 0 50px 0; /* Just for demo spacing */
	
	-moz-border-radius:25px;
	-webkit-border-radius:25px;

	padding:0px;
	
	overflow:visible;
}
.meter::after{content: "";
	border-radius:25px;
			position: absolute;
			top: 14px; left: 0; bottom: 14px; right: 0;
			background:#555;
			-webkit-box-shadow:inset 0 -1px 1px rgba(255,255,255,0.3);
			-moz-box-shadow:inset 0 -1px 1px rgba(255,255,255,0.3);
			box-shadow:inset 0 -1px 1px rgba(255,255,255,0.3);
}

.meter > span {
			display:block;
			height:100%;
			-webkit-border-top-right-radius:8px;
			-webkit-border-bottom-right-radius:8px;
			-moz-border-radius-topright:8px;
			-moz-border-radius-bottomright:8px;
			border-top-right-radius:8px;
			border-bottom-right-radius:8px;
			-webkit-border-top-left-radius:20px;
			-webkit-border-bottom-left-radius:20px;
			-moz-border-radius-topleft:20px;
			-moz-border-radius-bottomleft:20px;
			border-top-left-radius:20px;
			border-bottom-left-radius:20px;
			position:relative;
}
	
.meter > span > i.text-circle{ 
		width:35px;
		height:35px;
		display:inline-block;
		text-align:center;
		padding:0;
		border-radius:100px;
		color:#FFF;
		float:right;
		position:relative;
		line-height:3;
		font-size:11px;
		font-weight:400;
		z-index:1000;
		background:#09F;
}
		
		.meter > span:before, .animate > span > span {
			content: "";
			border-radius:15px;
			position: absolute;
			top: 11px; left: 0; bottom: 14px; right: 0;
			background-image: 
			   -webkit-gradient(linear, 0 0, 100% 100%, 
			      color-stop(.25, rgba(255, 255, 255, .2)), 
			      color-stop(.25, transparent), color-stop(.5, transparent), 
			      color-stop(.5, rgba(255, 255, 255, .2)), 
			      color-stop(.75, rgba(255, 255, 255, .2)), 
			      color-stop(.75, transparent), to(transparent)
			   );
			background-image: 
				-moz-linear-gradient(
				  -45deg, 
			      rgba(255, 255, 255, .2) 25%, 
			      transparent 25%, 
			      transparent 50%, 
			      rgba(255, 255, 255, .2) 50%, 
			      rgba(255, 255, 255, .2) 75%, 
			      transparent 75%, 
			      transparent
			   );
			z-index: 1;
			-webkit-background-size: 50px 50px;
			-moz-background-size: 50px 50px;
			-webkit-animation: move 2s linear infinite;
			   -webkit-border-top-right-radius: 20px;
			-webkit-border-bottom-right-radius: 20px;
			       -moz-border-radius-topright: 20px;
			    -moz-border-radius-bottomright: 20px;
			           border-top-right-radius: 20px;
			        border-bottom-right-radius: 20px;
			    -webkit-border-top-left-radius: 20px;
			 -webkit-border-bottom-left-radius: 20px;
			        -moz-border-radius-topleft: 20px;
			     -moz-border-radius-bottomleft: 20px;
			            border-top-left-radius: 20px;
			         border-bottom-left-radius: 20px;
			background: #09F;
			z-index: 1;
		}
		
		.animate > span:after {
			display: none;
		}
		
		@-webkit-keyframes move {
		    0% {
		       background-position: 0 0;
		    }
		    100% {
		       background-position: 50px 50px;
		    }
		}
		
		.orange > span {
			background-color: #f1a165;
			background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
			background-image: -webkit-linear-gradient(#f1a165, #f36d0a); 
		}
		
		.blue > span {
			margin-top: 0;
			display: inline-block;
		}
		
		.red > span {
			background-color: #f0a3a3;
			background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
			background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
		}
		
		.nostripes > span > span, .nostripes > span:after {
			-webkit-animation: none;
			background-image: none;
		}




.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper .btn {
 border: 2px solid gray;
 color: gray;
 background-color: white;
 padding: 5px 15px;
 margin: 0;
 border-radius: 8px;
 font-size: 15px;
 font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.vedio_box{ width:250px; max-width:100%; height:180px; border:#ddd 1px solid; }

.bold-400{ font-weight:400; }

.ml-10{margin-left:10px;}
.mr-10{margin-right:10px;}

.breadcrumb > li > a{ color:#333; }


.business-categ {
    text-align: center;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.2) 0 0 5px;
}

    .business-categ .icon_ {
        height: 130px;
        display: table;
        width: 100%;
    }

        .business-categ .icon_ .inner {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

            .business-categ .icon_ .inner img {
                display: inline-block;
                height: 100px;
            }

    .business-categ .cont {
        padding: 15px;
        height: 85px;
        margin: -15px;
        margin-top: 0;
    }

.business-categ label.chk{position:absolute;top:15px;right:30px;box-shadow: none;padding: 0;margin: 0;}
.business-categ label.chk input[type="checkbox"]{ position:static; }
.business-categ label.chk.active + .cont{ border-bottom:#060 10px solid;}
    .business-categ label.chk.active + .cont .notsell {
        display: none;
    }
    .business-categ .cont h4 {
        margin: 0;
    }
.status-p {
    color: #FFF;
    font-size: 16px;
    padding: 5px;
    display: inline-block;
    float: right;
}

@media only screen and (max-width:991px){
 .post_prop_wrap .left .nav li a{ padding:15px; }	
 .post_prop_wrap .left .nav li a i.fa{right:10px;}
 .post_prop_wrap{}
 .post_prop_wrap .left{width:55px;}
 .post_prop_wrap .right{left:55px;}	
}

@media only screen and (max-width:767px){
	
  .post_prop_wrap .right .panel .table-ul > li > div:first-child{
    display: block;
    background: transparent;
    padding: 15px 0px 7px;
  }

  .post_prop_wrap .right .panel .table-ul > li > div:last-child {
    display:block;
    padding-top:10px;
	padding-bottom:10px;
  }
	
  .post_prop_wrap .right .btn-group.ownership{
	display:block;
    margin-bottom:15px;
    margin-top:15px;
  }
	
  .post_prop_wrap{top:65px;}
  .post_prop_wrap .right{top:65px;}	
		
  .logo{text-align:left;margin-top:15px;}	

  .thank_you{margin-top:10px;}
  .thank_you .panel-body{padding:15px;}
  .partner_Login_form{ width:100%;  }
}
		
	@media only screen and (max-width:667px)
	{
	.partner_form > h1{ font-size:28px; }
	}
	
	@media only screen and (max-width:600px)
	{
	 .partner_form > h1{ font-size:22px; }	
	}
	
	@media only screen and (max-width:540px)
	{
 	 .post_prop_wrap .right{ padding:10px; }	
	 .post_prop_wrap .right h2{ font-size:21px; }
	 .post_prop_wrap .right .panel .table-ul > li > div:first-child{ width:auto; }
	 .partner_form .panel-body .table-ul li{display:block;}			
	 .partner_form .panel-body .table-ul li div{display:block;}	
	 .partner_form > h1{font-size:22px;}	
	 .partner_form > h1 img{height:25px;}
	 .partner_form .panel-body .table-ul li div {
	    display: block;
	    padding: 0;
	    width: auto !important;
	 }
	 .partner_form .panel-body .table-ul li > > div:first-child{
		 font-size:13px;
	}
 	 .logo{text-align:center;}
	
	 .logo img{
		height:35px; 
	 }	
	
	 .steps2{ width:60%; margin-left:20%; }
	}
	
	@media only screen and (max-width:400px)
	{
	.logo img {
    height: 26px;
    margin-top: 5px;
	}	
	}
