@charset "utf-8";

.tabs > DIV {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 10px;
	background: white !important;
	/*border-bottom: 4px solid #E95855 !important;*/
}

.tabs > DIV SPAN {
	color: #ccc !important;
	font-weight: 300;
	line-height: 186px !important;
	display: block;
	text-align: center;
	font-size: 24px;
}

.tabs UL.horizontal {
	list-style: none outside none;
	margin: 0;
}

.tabs LI {
	/* border-bottom: 4px solid #FF6C60; */
	margin: 0 10px 0 0;
	display: inline-block;
}

.tabs A {
/*	font-size: 18px;
	font-weight: 300;
	padding: 14px 24px;*/
	text-decoration: none;
}

.tabs LI:hover {
	/* background: #04456B; */
}

.tabs LI:hover a {
	color: white;
}

.active1 {
	background: #04456B !important;
}

.active1 a {
	color: white !important;
}
.kycBox{width:100%; height:auto; float:left; margin:10px 0;}
.kycBox table{border:1px #CCC solid;}
.kycBox table tr{}
.kycBox table tr:hover{ background:#f7f7f7;}
.kycBox table tr td{border-right:1px #CCC solid; border-bottom:1px #CCC solid; padding:10px;}
.kycBox table tr th{border-right:1px #CCC solid; border-bottom:1px #CCC solid; padding:10px;}
.kycBox table tr td a{ color:#fff; text-decoration:none;}
.btnclass{
  padding:8px 19px;
  border-radius:0.3em;
 -webkit-border-radius:0.3em;
  -moz-border-radius:0.3em;
  -o-border-radius:0.3em;
   color:#fff;
  background:#AC0000;
  font-size:13px;
  outline:none;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  margin:15px auto;
  cursor: pointer;
      display: inline-block;
}
.btnclass:hover {
 background:#2E2D2D;
 color:#fff;

}
.tabbed_panel ul li{border-bottom:0; margin-right:0;}
.tabbed_panel ul li:hover{ background:none;}
.table_leftBox {
    width: 156px;
    height: auto;
    padding: 10px;
    float: left;
    border: 1px #ccc solid;
}

  
     
ul.step li.step_current {
    font-weight: bold;
    background: #FCA933;
}

ul.step li.step_complete {
    font-weight: bold;
    background: #129576;
}

ul.step{
	padding: 10px 10px 0;
	list-style: none;
	}
/* ul.step li.first {
    border-left-width: 1px;
    border-left-color: #d7d7d7;
} */
ul.step li {
    float: left; padding:0 !important;
    width: auto;
    text-align: left;
    border: 1px solid;
    border-top-color: #d7d7d7;
    border-bottom-color: #d7d7d7;
    border-right-color: #d7d7d7;
    border-left-width: 0;
}

ul.step li.step_current span {
    color: white;
    position: relative;
    text-shadow: #23b8c0 1px 1px 0;
}

ul.step li.step_complete span {
    color: white;
    position: relative;
    text-shadow: #23b8c0 1px 1px 0;
}

ul.step li.first span, ul.step li.first a {
    z-index: 13;
    padding-left: 5px !important;
}
ul.step li a, ul.step li span, ul.step li.step_current span, li.step_complete span, ul.step li.step_current_end span {
    display: block;
    padding: 13px 26px 13px 26px;
    color: #6f6f6f;
    font-size: 12px;
    line-height: 21px;
    font-weight: normal;
    text-shadow: none;
    position: relative;
}
ul.step li em {
    font-style: normal;
}

@media (min-width: 992px)
{
ul.step li a:after, ul.step li span:after, ul.step li.step_current span:after, li.step_complete span:after, ul.step li.step_current_end span:after {
    content: ".";
    position: absolute;
    top: 7px;
    right: -18px;
    z-index: 0;
    text-indent: -5000px;
    display: block;
    width: 33px;
    height: 33px;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
}
@media (min-width: 992px){
ul.step li.step_current span:after {
    background: #FCA933;
    border-top: 1px solid #04456b;
    border-right: 1px solid #04456b;
}
@media (min-width: 992px){
ul.step li.step_complete span:after {
    background: #129576;
    border-top: 1px solid #04456b;
    border-right: 1px solid #04456b;
}
}

.accordion-header-Tab:hover {
    background: #F0F0F0;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #E0E0E0;
    min-height: 45px;
    transition: .25s;
    margin-bottom: 10px;
}
.accordion-header-Tab {
    background: #f5f5f5;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #E0E0E0;
    min-height: 45px;
    margin-bottom: 10px;
}
.accordion-header-Tab h1 {
    float: left;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3em;
    color: #212121;
    width: 60%;
}
.accordion-header-Tab h1 span {
    font-size: 13px;
    font-weight: 400;
    color: #8a8a8a;
}

.accordion-header-Tab .blue {
    float: right;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3em;
    color: #0489EA;
    width: 5%;
    display: block;
    text-align: right;
}
.accordion-header-Tab .yellow {
    float: right;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3em;
    color: #FCA933;
    width: 5%;
    display: block;
    text-align: right;
}
.accordion-header-Tab .red {
    float: right;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3em;
    color: #ff6c60;
    width: 5%;
    display: block;
    text-align: right;
}
.accordion-header-Tab .green {
    float: right;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3em;
    color: #129576;
    width:93px;
    display: block;
    text-align: right;
    background: url(../images/done.png) no-repeat left;
}
.table_center{width:98%; margin:0 10px;}
.table{ float:left;}
.table a{ 
/* 	float:left; width:100%; */
}
.bg{ background:#fff; overflow:hidden;}
.left-form input[type=submit]:hover {
    background: #2E2D2D;
    color: #fff;
}
.mar15{ margin-top:15px; min-width:98%;}
.left-form input[type=submit] {
    padding: 8px 19px;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    color: #fff;
    background: #AC0000;
    border: 1px solid #EBEBEB;
    font-size: 13px;
    outline: none;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    margin-bottom: 15px;
    cursor: pointer; margin-right:15px;
}
h2.default-title-bar-active {
    background: #062b46;
}
h2.default-title-bar {
    background: #062b46;
}
h2.acc_title_bar {
    padding: 0;
    margin: 0 0 2px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

h2.default-title-bar-active a {
    color: #f0f0f0;
}
h2.default-title-bar a {
    color: #fff;
}
h2.acc_title_bar a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0px 0 0 56px;
    position: relative;
    font-size: 18px;
}
h2.default-title-bar-active a:before {
    content: "\f068";
    background: #FF8E01;
}
h2.default-title-bar a:before {
    background: #FF8E01;
}
h2.acc_title_bar a:before {
    z-index: 2;
    content: "\f067";
    font-family: 'FontAwesome';
    display: inline-block;
    width: 48px;
    height: 46px;
    line-height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 0 4px 0 4px;
    -moz-border-radius: 0 4px;
    border-radius: 0 4px 0 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
h2.default-title-bar-active a:after {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
    background: #FF8E01;
}
h2.default-title-bar a:after {
    background: #FF8E01;
}
h2.acc_title_bar a:after {
    z-index: 1;
    left: 20px;
    top: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 0px;
    height: 46px;
    line-height: 46px;
    -webkit-transform: skewX(50deg);
    -moz-transform: skewX(50deg);
    -ms-transform: skewX(50deg);
    -o-transform: skewX(50deg);
    transform: skewX(50deg);
    -webkit-transition: .5s .2s ease-out;
    -moz-transition: .5s .2s ease-out;
    -o-transition: .5s .2s ease-out;
    transition: .5s .2s ease-out;
}
.table_box { padding:15px; float:left;}
ul.tabs {
    width: 100%;
    overflow: hidden;
}
ul.tabs li.current {
    background-color: #940000;
    padding: 5px 20px;
}
ul.tabs li {
    list-style-type: none;
    display: block;
    float: left;
    color: #fff;
    padding: 5px 20px;
    margin-right: 2px;
    border-bottom: 2px solid #2f2f2f;
    background-color: #000;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    cursor: pointer;
}
.marginbot {
    margin-bottom: 15px;
    border: 1px solid #B4B4B4;
    border-right: none;
    border-bottom: none;
}
.tabscontent {
    padding: 0px 0 0 0;
    display: none;
    width: 100%;
    text-align: justify;
}
.tabscontent table tbody tr {
    background: #fff;
}
.alt1 {
    background: #F0F0F0!important;
}
.tabscontent table tr:hover {
    background: #F0F0F0;
}
.tabscontent table tr td {
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid;
    padding: 5px;
}
.select:hover {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(214,228,255,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(214,228,255,1);
    box-shadow: 0px 0px 5px 1px rgba(214,228,255,1);
}
.select {
    float: left;
    width: 91%;
    padding: 5px;
    border: none;
    font-size: 12px;
    outline: none;
    display: block;
    color: #4D4949;
    border: 1px solid #ccc;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -o-border-radius: 0.3em; background:#fff;
}
div.acc_container {
    margin: 0 0 2px;
    padding: 0;
    overflow: auto;
    clear: both;
    background: #fbfbfb;
   border: 1px solid #d6d6d6;
}
div.acc_container .block {
    /*padding: 12px;*/
    /* margin-left: 20px; */
}
.bg input[type="submit"]{ margin-right:0; margin-top:15px;}
.myKart {
    width: 130px;
    float: left;
    margin-top: 10px;
    background: #880000;
    text-align: center;
}
.myKart a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 0;
}
.table thead tr th {
    color: #fff;
    background: #666666;
    padding:10px 5px 10px;
    font-weight: normal;
}
.table tbody tr td:first-child {
    /* border-left: 1px #ccc solid; */
}
.table tbody tr td {
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid;
    padding: 10px 5px 10px;
}

.emd_Input:hover {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(214,228,255,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(214,228,255,1);
    box-shadow: 0px 0px 5px 1px rgba(214,228,255,1);
}
.emd_Input {
    float: left;
    width: 40%;
    padding:8px 5px;
    color: #4D4949;
    border: 1px solid #ccc;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    margin-bottom: 5px;
    font-size: 12px;
    outline: none;
    margin-right: 20px; background:#fff;
}
.search_box {
    width: 942px;
    height: auto;
    margin: 15px auto 0;
    padding: 10px 20px 10px;
    background: #fff;
	border:1px #ccc solid;
}
.left-form input[type=text], .left-form input[type=email], .left-form input[type=password], .left-form select[type=text] {
    float: left;
    width: 50%;
    padding: 8px;
    color: #4D4949;
    border: 1px solid #ccc;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    margin-bottom: 10px;
    font-size: 12px;
    outline: none; background:#fff;
}
.date {
    float: left;
    width: 80%;
    padding: 8px;
    color: #4D4949;
    border: 1px solid #ccc;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    margin-bottom: 10px;
    font-size: 12px;
    outline: none; background:#fff;
}
div.acc_container .block ol li {
    margin-bottom: 10px; line-height:1.7;
}
.top_box p {
    color: #555;
    font-weight: normal;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
}
.top_box1 p {
    color: #555;
    font-weight: normal;
    font-size: 14px;
	margin:10px 0;
	float:left;
	width:100%;
}
.modal{top:100px!important;}
.blueLight{    background: #7bb8dc;
    padding: 10px;
    color: #fff; text-align:center;}

.msg_center {
    width: 60%;
    float: left;
    border: 1px #ccc solid;
    padding: 10px;
}
.submitBox {
    width: 37%;
    float: right;
    margin: 0px 0 0 0;
}
.time_box {
    width: 100%;
    margin: 20px auto;
/*  border: 1px #ccc solid; */
	border: 20px #d7de38 solid;
    height: auto;
    text-align: center;
	    box-shadow: 1px 1px 7px #A0A0A0;
}
.report_view{background:#000; width:98%; height:auto; overflow:hidden; margin:10px 0; padding:8px 0;}
.report_view a{ color:#fff; font-size:14px; font-weight:500; text-decoration:none;}
.report_view a:hover{ color:#fff; font-size:14px; font-weight:500; text-decoration:underline;}


 .timer{
            text-align: center;

            margin: 30px auto 0;
            padding: 0 0 10px;
        }
        .timer .table-cell{
            display: inline-block;
            margin: 0 5px;

            width: 79px;
            background:url(../../../bfsi_1/resources/images/timer.png) no-repeat 0 0;
        }
        .timer .table-cell .tab-val{
            font-size: 35px;
            color: #80a3ca;

            height: 81px;
            line-height: 81px;

            margin: 0 0 5px;
        }
        .timer .table-cell .tab-metr{
            font-family: Arial;
            font-size: 12px;
            text-transform: uppercase;
        }

        #simple_timer.timer .table-cell.day, 
        #periodic_timer_days.timer .table-cell.hour{
            width: 120px;
            background-image: url(../../../bfsi_1/resources/images/timer_long.png);
        }
        
        
        
.user_icon{width:214px; height:100px; margin-top:5px; padding-top:65px; border:solid 1px  #E2E2E2; /* border-bottom: 1px solid #ff6c60;  */ font-size:14px; font-weight:600; text-align:center; color:#003D4B; background:url(../images/user_icon.png) 80px 16px no-repeat #fff; float:left; font-family: 'Open Sans', sans-serif; margin-right:2%; border-radius: 2px;
    box-shadow: 0 0px 10px #424242;/*-webkit-box-shadow: 0px 2px 0px 0px #ff6c60;
     -moz-box-shadow: 0px 2px 0px 0px #ff6c60;
    box-shadow: 0px 2px 0px 0px #ff6c60; */}
.user_icon_admin{
    width: 175px;
    height:100px;
    margin-top:5px;
    padding-top:65px;
    border:solid 1px  #E2E2E2;
    border-bottom: 1px solid #ff6c60;
    font-size:14px;
    font-weight:600;
    text-align:center;
    color:#003D4B;
    background:url(../images/user_icon.png) 80px 16px no-repeat #fff;
    float:left;
    font-family: 'Open Sans', sans-serif;
    margin-right:2%;
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px 0px 0px #ff6c60;
    -moz-box-shadow: 0px 2px 0px 0px #ff6c60;
    box-shadow: 0px 2px 0px 0px #ff6c60;
    }
.client_icon{ background:url(../images/client_icon.png) 80px 16px no-repeat #fff;}
.blog_icon{ background:url(../images/blog_icon.png) 80px 16px no-repeat #fff;}
.news_icon{ background:url(../images/news_icon.png) 80px 16px no-repeat #fff;}
.client_admin{background:url(../images/client_admin_icon.png) 80px 16px no-repeat #fff;}
.property-value{background:url(../images/property-value.png) 80px 16px no-repeat #fff;}
.remittance-Details{background:url(../images/remittance-Details.png) 80px 16px no-repeat #fff;}
.bidder-qualification{background:url(../images/bidder-qualification.png) 80px 16px no-repeat #fff;}
.qualification-history{background:url(../images/qualification-history.png) 80px 16px no-repeat #fff;}
.live-auction{background:url(../images/auctionHammer.png) 80px 25px no-repeat #fff;}
.cart{background:url(../images/cart.png) 80px 16px no-repeat #fff;}
.billing_icon{background:url(../images/billing.png) 80px 16px no-repeat #fff;}




   