﻿
.orderform {

}

.orderform-cancel
{
    position:absolute;
    right:29px;
    top:12px;
    color:#999;
}
.orderform-cancel .fa
{
    color:#933;
}

.orderform-head
{
    /*margin-bottom:30px;*/
}
.orderform-head-title
{
    padding-left:7px;
    margin-bottom:10px;
    font-size:23px;
}

/* ----------------------------------- BREADCRUMB ---------------------------------- */

.orderform-breadcrumb {

}
.orderform-breadcrumb-item
{
    width: 108px;
    height: 28px;
    font-size: 16px;
    float:left;
    background:url('/images/breadcrumb_sprite.png');
    background-position:0px -60px;
}
.orderform-breadcrumb-item[order_state='StepComplete']
{
    background-position:0px -90px;
}
.orderform-breadcrumb-item[order_state='StepBegun']
{
    background-position:0px -30px;
}

.orderform-breadcrumb-item .breadcrumb-circle
{
    height:28px;
    width:30px;
    line-height:28px;
    text-align:center;
    font-size:15px;
    display:inline-block;
    background:url('/images/breadcrumb_sprite.png');
    background-position:-120px 0px;
    float:left;
    padding-left:3px;
}
.orderform-breadcrumb-item[order_state='StepComplete'] .breadcrumb-circle
{
    background-position:-150px 0px;
}
.orderform-breadcrumb-item[order_state='StepBegun'] .breadcrumb-circle
{
    background-position:-60px 0px;
}
.orderform-breadcrumb-item .breadcrumb-num
{
    display:block;
}
.orderform-breadcrumb-item .breadcrumb-check
{
    display:none;
}
.orderform-breadcrumb-item[order_state='StepComplete'] .breadcrumb-check
{
    display:block;
    margin-top: 6px;
    color: #52DA82;
}
.orderform-breadcrumb-item[order_state='StepComplete'] .breadcrumb-num
{
    display:none;
}
[is_first_step='true'] [bread_num='0'] .breadcrumb-circle {
    background-position:0px 0px;
}
[is_first_step='false'] [bread_num='0'] .breadcrumb-circle {
    background-position:-30px 0px;
}
[is_next_step='true'] .breadcrumb-circle {
    background-position:-90px 0px;
} 

.breadcrumb-cap
{
    float:left;
    height:28px;
    width:30px;
    background:url('/images/breadcrumb_sprite.png');
    background-position:-150px -60px;
}
[is_last_step='true'] .breadcrumb-cap
{
    background-position:-150px -30px;
}

.breadcrumb-name
{
    float:left;
    width:65px;
    padding-left:3px;
    line-height:28px;
    color:#fff;
}

/* --------------------------- */



/* ---------------------------------------------------- */

.orderstep-buttons
{
    height:30px;
    padding-top:10px;
    border-top:solid 1px #ccc;
}
.orderstep-button-prev
{
    float:left;
}
.orderstep-button-next
{
    float:right;
}
.orderstep-requiredalert
{
    float:right;
    padding-top:10px;
}
.orderstep-requiredalert i
{
    color:#f90;
}


.orderform-customer
{
    font-size:14px;
    font-weight:bold;
    /*float:left;*/
    margin-right:4px;
}
.orderform-step
{
    float:left;
}
.orderstep-form
{
    margin: 20px 0px;
    border-top: solid 1px #ccc;
    padding-top: 10px;
}
.orderstep-formitem
{
    clear:both;
    margin:10px;
}
.orderform-full .orderstep-formitem
{
    margin:3px;
}
.orderform-input{

    width:200px;
    display:inline-block;
    vertical-align:top;
}

.orderstep-formitem  label{
    display:inline-block;
    text-align:right;
    margin-right:20px;
    width:250px;
    vertical-align:top;
    color:#039;
}
.orderform-full .orderstep-formitem  label{
    width:250px;
}

.orderform-tip
{
    display:inline-block;
    margin-left:10px;
    font-style:italic;
    width:250px;
    vertical-align:top;
    font-size:12px;
}
[hide_tip='true'] .orderform-tip
{
    display:none;
}


.orderform .screenselect-title
{
    float:left;
    margin:0px 10px 4px 203px;
}
.orderform .screenselect-select
{
    color: #000;
    font-size: 14px;
    width: 250px;
}
.orderform-full .screenselect-select
{
    width: 200px;
}
.orderform-full .screenselect-title
{
    width:250px;
    font-weight:bold;
    margin:0px 20px 2px 0px;
    text-align:right;
}

.orderstep-formitem [data_type='date'] .orderform-input { width:211px; }


.orderform-required
{
    color:#f90;
}
.orderform-required-space
{
    color:#fff;
}
.orderform-saveprogress
{
    clear:both;
    margin-top:10px;
    text-align:right;
}
.orderstep-header
{
    font-weight:bold;
    height:30px;
    line-height:30px;
    font-size:18px;
}
.orderstep-okbutton
{
    margin:10px 0px 50px 342px;
}
.orderstep-okbutton .md-button {
    background-color:rgb(55, 160, 62);
}
.orderform-ordercomplete
{
    clear:both;
    margin-top:20px;
    text-align:left;
}


[project_cycle='setup'] [cycle='setup']
{
    width:590px;
    background:#09f;
}

[project_state='new'] [state='new'] {
    background:rgb(55, 160, 62);
    color:#fff;
}
.orderstep-intro2
{
    border-top:#ccc solid 1px;
    padding-top:10px;
    margin-top:10px;
}
.orderform-body{
    margin-top:30px;
}

.orderform-dates-error {
    position: relative;
    left: 470px;
    top: -20px;
}

.orderform-dates-error .fa-warning{
    color: red;
}


