.control-label {
    font-size: 14px;
}
/*tab fushion*/
.form-steps {
    background-color: white;
    border-bottom: 3px solid #4192d3;
    display: -webkit-box;
    height: 54px;
    list-style: none;
    margin: 0;
    overflow: hidden;
}
.form-steps+.content-block>form:first-child>.bar:first-of-type,.form-steps+.content-block>.bar:first-of-type{
    border-top:0
}
.form-steps .step{
    background-color:white;
    color:#293041;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    font-size:21px;
    font-weight:400;
    height:54px;
    line-height:20px;
    padding:15px 15px 17px 20px;
    position:relative;
    -webkit-transform:skewX(-20deg);
    -ms-transform:skewX(-20deg);
    transform:skewX(-20deg);
    white-space:nowrap;
    width:auto
}
.form-steps .step:not(.-title):not(.first){
    background-image:linear-gradient(78deg, rgba(51,109,205,0.15) 0, transparent 18px);
}
.first{
    margin-left: -10px;
    background-image: none;
}
.form-steps .step:not(.-title):not(.current){
    text-align:center;
    max-width:80px;
    min-width:40px
}
.form-steps .step:not(.-title):not(.current) .link,.form-steps .step:not(.-title):not(.current) .page-name{
    color:transparent;
    display:inline-block;
    left:0;
    position:absolute;
    right:0;
    top:15px
}
.form-steps .step:not(.-title):not(.current) .step-number{
    margin-left:-5px
}
.form-steps .step.current{
    background-color:white;
    color:#478cfe;
}
.form-steps .step.current .link{
    color:#478cfe;
}
.form-steps .step.-complete{
    background-image:linear-gradient(78deg, rgba(0,0,0,0.1) 0, transparent 18px)
}
.form-steps .step.-title{
    margin-left:-10px;
    min-width:160px;
    padding:15px 20px 17px 25px
}
.form-steps .step.-title,.form-steps .step.-complete{
    background-color:#478cfe;
    color:white
}
.form-steps .step.-title .link,.form-steps .step.-complete .link{
    color:white
}
.form-steps .step.disabled{
    cursor:not-allowed
}
/*.form-steps .step.current .link,.form-steps .step.current .text,.form-steps .step.current .step-number{
    max-width:calc(100% - 10px)
}*/
.form-steps .step .link{
    z-index:1
}
.form-steps .step .link,.form-steps .step .text,.form-steps .step .step-number{
    display:inline-block;
    line-height:26px;
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-transform:skewX(20deg);
    -ms-transform:skewX(20deg);
    transform:skewX(20deg)
}
.form-steps .step .link{
    color:#293041;
    text-decoration:none
}

/*end tab fushion*/




.o2m_input{
    width: 100%;
}

input[type="text"], input[type="email"], input[type="tel"]{
    background-color: #e9e9e9;
    border: 0;
    height: 40px;
    width: 350 ;
}

textarea[type="text"]{
    background-color: #e9e9e9;
    border: 0;
}

.selectGroup select{
    background-color: #e9e9e9;
    border: 0;
    height: 40px;
}
/*.calendarGroup, .selectGroup {
    
}*/

.calendarGroup, .selectGroup {
    position: relative;
    width: 350px !important;
    /*width: max-content;*/
}

.selectGroup:after,
.calendarGroup:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    font: normal normal normal 14px/1 'FontAwesome';
    background-color: #ededed;
    text-align: center;
    padding: 12px 0;
    color: dodgerBlue;
    border: 1px solid #d7d7d7;
    pointer-events: none;
}

.calendarGroup:after {
    content: "\f073";
}

.selectGroup:after {
    content: "\f078";
    z-index: 2;
}

input:focus{
/*    border-color:dodgerBlue;
    box-shadow:0 0 8px 0 dodgerBlue;*/
    background-color: white;
  }
  
select:focus{
/*    border-color:dodgerBlue;
    box-shadow:0 0 8px 0 dodgerBlue;*/
    background-color: white;
  }
  
textarea:focus{
/*    border-color:dodgerBlue;
    box-shadow:0 0 8px 0 dodgerBlue;*/
    background-color: white;
  }
  
  
  
  /*------tab--*/
/*  .tabbed {
        width: 80%;
        min-width: 400px;
        margin: 0 auto;
        margin-bottom: 68px;
        border-bottom: 4px solid #4192d3;
        overflow: hidden;
        transition: border 250ms ease;
}
.tabbed ul {
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        float: left;
        padding-left: 37px;
        list-style-type: none;
        width: 100%;
}
.tabbed ul * {
        margin: 0px;
        padding: 0px;
}
.tabbed ul li {
        display: block;
        float: left;
        padding: 3px 14px 3px;
        background-color: #FFF;
        margin-right: 46px;
        margin-right: 16px;
        z-index: 2;
        position: relative;
        cursor: pointer;
        color: #777;

        text-transform: uppercase;
        font: 600 13px/20px roboto, "Open Sans", Helvetica, sans-serif;

        transition: all 250ms ease;
        
        padding-left: 5px;
        padding-right: 5px;
}
.tabbed ul li:before,
.tabbed ul li:after {
        display: block;
        content: " ";
        position: absolute;
        top: 0;
        height: 100%;
        width: 44px; 	
        background-color: #FFF;
        transition: all 250ms ease;
}
.tabbed ul li:before {
        right: -24px;
        right: -12px;
        transform: skew(30deg, 0deg);
        box-shadow: rgba(0,0,0,.1) 3px 2px 5px, inset rgba(255,255,255,.09) -1px 0;
}
.tabbed ul li:after {
        left: -24px;
        left: -12px;
        transform: skew(-30deg, 0deg);
        box-shadow: rgba(0,0,0,.1) -3px 2px 5px, inset rgba(255,255,255,.09) 1px 0;
}
.tabbed ul li:hover,
.tabbed ul li:hover:before,
.tabbed ul li:hover:after {
        background-color: #F4F7F9;
        color: #444;
}
.tabbed ul li.active {
        z-index: 3;
}
.tabbed ul li.active,
.tabbed ul li.active:before,
.tabbed ul li.active:after {
        background-color: #4192d3;
        color: #4192d3;
}


.tabbed ul li.active a, .tabbed ul li.active a:before, .tabbed ul li.active a:after {
    background-color: #4192d3;
    color: white;
    border: none;
    
}   
.tabbed ul li a, .tabbed ul li a:before, .tabbed ul li a:after {
    z-index: 2;
    padding-left: 0px;
    padding-right: 0px;
}
.tabbed ul li.active a:hover{
    color: #555;
    cursor: default;
    background-color: transparent; 
    border: 1px solid transparent; 
    border-bottom-color: transparent;
}*/

/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color: #555;
    cursor: default;
    background-color: #4192d3 !important; 
    border: 1px solid #4192d3 !important; 
    border-bottom-color: #4192d3 !important;
}*/

/*.nav > li > a:hover {
    border: none;
}*/
/*.nav-tabs > li > a:hover{
    background-color: transparent !important; 
}*/

/*---datepicker---*/
.ui-widget {
  background: #bbb;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ui-datepicker {
	padding: 0;
  width: 14em;
}

.ui-datepicker-header {
	border: none;
	background: #4192d3;
	font-weight: normal;
	font-size: 0.8em;
	text-transform: uppercase;
}

.ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ui-datepicker .ui-datepicker-title {
	margin-top: 5px;
	margin-bottom: 5px;
  color:white;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	top: 13px;
	border:none;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	background-image: url(https://raw.githubusercontent.com/rtsinani/jquery-datepicker-skins/master/css/images/ui-icons_ffffff_256x240.png);
	background-position: -32px -32px;
	margin-top: 0;
	top: 0;
	font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev span {
	background-position: -96px -32px;
}

.ui-datepicker .ui-datepicker-prev-hover span {
	background-position: -96px -48px;
}

.ui-datepicker .ui-datepicker-next-hover span {
	background-position: -32px -48px;
}
.ui-datepicker-calendar{
  background:white;
  margin-bottom:5px;
}
.ui-datepicker table {
  margin: 0 0 1;
}

.ui-datepicker th {
	padding: 1.3em 0;
	color: #383434;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	border: none;
	border-top: 1px solid #3fabdc;
}

.ui-datepicker td {
	border: none;
	padding: 0;
}

.ui-datepicker td span, .ui-datepicker td a {
	background: transparent;
	border: none;
	text-align: center;
	padding: 5px 0;
	margin: 0;
	font-weight: normal;
	color: #999;
	font-size: 0.8em;
        
        
}

td .ui-state-active,
td .ui-state-hover {
	background: #59A9FF;
  color:white;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.ui-datepicker-title select {
    color: #000;
}

td .ui-state-active, td .ui-state-hover{
    background: #59A9FF;
    color: white;
}

/*.ui-state-default, .ui-widget-content .ui-state-default{
    border: none;
    background: none;
}

.ui-state-default .ui-state-highlight{
    background:#4192d3;
    color:white;
}*/


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid white;
    background: white;
    font-weight: normal;
    color: #454545;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #e98a29;
    background: #e98a29;
    color: white;
}

.ui-datepicker-calendar .ui-state-active {
    border: 1px solid #0092d3;
    background: #0092d3;
    color: white;
}



