.panel-heading-best{background-color:#0da0e9;padding: 10px 0px 10px 20px;}
.panel-heading-best .panel-title{color: #fff;font-size: 18px;font-weight: normal;}
.panel-default-best{margin-top: 25px;}
/*.form-control {
    display: block;
    width: 87% !important;
    height: 20px !important;
    padding: 6px 12px !important;
    font-size: 13px !important;
    line-height: 1.42857143;
    color:#615e5e !important;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #bdbdbd !important;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075)!important;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075)!important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}*/
.panel {
    margin-bottom: 20px;
    background-color:transparent;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
}
.sign-label{
    color:#404040;
	margin-bottom: 5px;
}
.green-star{
	color: #fd2b2b;
}
.fields-are{
	font-size: 12px;
	color: #656565;
	font-style: italic;
}
.continue-paper{
background-color: #fa5557;
color: #ffffff;
font-size: 16px;
border-radius: 0px;
padding: 8px 6px;
font-weight: 400;
}
.continue-paper:hover{
background-color: #f74944 !important;
color: #ffffff;
}
.ordering{
text-align: center;
font-size: 15px;
color: #fff;
font-weight: 600;
}
.ordering-shild
{
background: url('../images/sprite.png') no-repeat -61px -40px;
    width: 17px;
    height: 19px;
vertical-align: middle;
display: inline-block;
margin-right: 5px;
}
.border-corner{
background-color: #08c;
padding: 5px;
border: 1px dashed #effaff;
margin-top: 15px;
}
.check-icon{
background: url('../images/sprite.png') no-repeat -137px -19px;
width: 9px;
height: 9px;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}
ul.order-place {
list-style: none;
}
ul.order-place li{
font-size: 13px;
color: #404040;
line-height: 18px;
text-indent: -15px;
margin-left: 15px;
margin-bottom: 18px;
}
.unlimited{
padding: 7px 0px 7px 15px;
background-color: #08c;
border: 1px dashed #effaff;
color: #fff;
font-size: 13px;
font-weight: 600;
margin-bottom: 15px;
}
.form-groups {
    margin-bottom: 15px;
}
#signupdiv{
z-index: 99999;
}