/*
 * Css written by Dollop Team
 */
 .dp-design {
    box-shadow: 0px 12px 25px rgb(250, 65, 1) !important;
 }
 .dp-design .widget-header-flat{
 	background: #fa4101;
 }
 .dp-design .steps>li.active .step,  .dp-design .steps>li.active:before, .dp-design .steps>li.complete .step,  .dp-design .steps>li.complete:before{
	border-color: #fa4101;
}
.dp-design .green ,.blue{
	color: rgb(123,24,1) !important;
    font-weight: 600;
}
.dp-design .blue:before{
    width: 35px;
    position: absolute;
    height: 2px;
    background: #5093e6;
    content: '';
    bottom: 8px;
    right: 61%;
}
.dp-design .green:before{
    width: 35px;
    position: absolute;
    height: 2px;
    background: #5093e6;
    content: '';
    bottom: 8px;
    right: 61%;
}
.dp-design .widget-toolbar:before{
	border:none;
}
.dp-design .steps>li.active .title, .dp-design  .steps>li.complete .title {
    color: #fa4101;
    font-family: sans-serif;
}
.dp-design .steps>li .title {
    font-family: sans-serif;
}
.dp-design .form-horizontal .form-group{
	margin-left: 0px;
	margin-right: 0px;
}
.dp-design .form-control.error{
   border: 1px solid red;
}
.dp-design .error{
	color: red;
}
.dp-design .widget-header>.widget-title {
    line-height: 36px;
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    padding: 10px;
}
 .ui-datepicker{
    width: 20em !important;
}
.ui-widget-header {
    background: #fa4101 !important;
    color: #fbf6f6 !important;
}
.ui-datepicker td>a.ui-state-highlight {
    background-color: rgba(250, 65, 1,0.8) !important;
    color: #fff !important;
}
#main-navigation-wrapper .nav > li > a {
    height: auto;
    color: #670101 !important;
}
#main-navigation-wrapper  .navbar-nav>li.open>a, 
#main-navigation-wrapper  .navbar-nav>li>a:focus, 
#main-navigation-wrapper  .navbar-nav>li>a:hover{
    color: #fff !important;
    background: none !important;
}