/******************/
/* Main container */
/******************/

#chipboard {
    max-width: 1100px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif, "Times New Roman", Times, serif;
    color: #383838;
}

#cb_steps_block {
    max-width: 1100px;
    overflow: hidden;
}

#cb_steps_boxes {
    width: 10000px;
}
.bold {
    font-weight: bold;
}
.cb_step {
    float: left;
    width: 920px;
    min-height: 760px;
}

.cb_clear {
    clear: both;
}

.cb_wait * {
    cursor: wait !important;
}

/*************************/
/* Step-by-step selector */
/*************************/
ul.cb_steps_selector {
    list-style: none;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    border: #CCCCCC 1px solid;
    margin-bottom: 3px;
    padding: 5px;
    border-radius: 5px;
}

ul.cb_steps_selector li {
    padding: 5px;
    display: inline;
    margin-left: 0px;
    border-left: #CCCCCC 1px solid;
    margin-right: 90px;
    text-transform: uppercase;
}

ul.cb_steps_selector li.cb_step_first {
    padding-left: 0px;
    border-left: none;
}

ul.cb_steps_selector li.cb_step_last {
}

ul.cb_steps_selector li.cb_step_selected {
    font-weight: bold;
}

/***********/
/* Actions */
/***********/
.cb_actions {
}

.cb_actions a {
    padding: 6px 10px;
    text-transform: uppercase;
    font-weight: bold;
    background: #1A80B6;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.cb_actions a:hover {
    text-decoration: none;
    background: #0F4E6F;
    color: #fff;
}
a.cb_action_summary {
    background: #449D44;
}
a.cb_action_summary:hover {
    background: #1a9d22;
}

a.cb_action_next {
    background: #449D44;
}

a.cb_action_next {
    background: #1a9d22;
}

a.cb_action_send {
    background: #449D44;
}

a.cb_action_send {
    background: #1a9d22;
}

.cb_action_left {
    float: left;
}

.cb_action_right {
    float: right;
}

.cb_action_panel_update {
}

/***************************/
/* Step 1 - Items in order */
/***************************/

/* Panel Area */

.rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.cb_panel {
//margin-right: 25 px;
    float: left;
//border: 1 px solid #d2d2d2;
    padding: 4px;
    width: 30%;
}

.cb_panel_top {
    font-weight: bold;
    text-align: center;
    line-height: 15px;
    height: 20px;
//width: 340 px;
}

.cb_panel_left {
    float: left;
    font-weight: bold;
    text-align: center;
    height: 288px;
    width: 90px;
    line-height: 350px;
    vertical-align: middle;
}

.cb_panel_right {
    float: left;
    font-weight: bold;
    margin-top: 132px;
    margin-left: -30px;
}

.cb_panel_bottom {
    clear: both;
    text-align: center;
    line-height: 15px;
    font-weight: bold;
    padding-top: 5px;
    height: 30px;
    //width: 340 px;
}

.cb_panel_item {
    float: left;
    width: 148px;
    height: 288px;
    background: url('images/panel.png') no-repeat;
    border: #CCCCCC 3px solid;
}

.cb_panel_item_left {
    border-left: green 3px solid;
}

.cb_panel_item_right {
    border-right: green 3px solid;
}

.cb_panel_item_top {
    border-top: green 3px solid;
}

.cb_panel_item_bottom {
    border-bottom: green 3px solid;
}

/* Panel Form */
.cb_panel_form {
//margin-right: 25 px;
    float: left;
    width: 70%;
}

.cb_panel_form_row {
    margin-bottom: 10px;
}

.cb_panel_form_title {
    font-weight: bold;
    text-transform: uppercase;
}

.cb_panel_form_left {
    float: left;
    margin-right: 20px;
    width: 30%;
}

.cb_panel_form_right {
    float: right;
}

.cb_panel_form_height {
    width: 110px;
    height: 30px;
    font-size: 18px;
}

.cb_panel_form_width {
    width: 110px;
    height: 38px;
    font-size: 18px;
}

.cb_panel_form_qty {
    width: 110px;
    height: 30px;
    font-size: 18px;
}

.cb_panel_form_help_text {
    font-size: 10px;
    color: #777777;
}

.cb_panel_form_tooltip_icon {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

#cb_panel_name {
    width: 50%;
    height: 29px;
}

#cb_panel_material {
    height: 30px;
    width: 90%;
}

#cb_panel_decoration {
    height: 30px;
    width: 90%;
}

/* Pattern item */
.cb_panel_pattern {
    float: left;
}

.cb_panel_pattern_item {
    width: 150px;
    height: 150px;
    border: #CCCCCC 1px solid;
}

/* Order summary */
.cb_order_summary {
    border-right: #CCCCCC 1px solid;
    margin-top: 5px;
    margin-bottom: 5px;
}

.cb_order_summary_left {
    border: #CCCCCC 1px solid;
    height: 55px;
    line-height: 55px;
    border-right: none;
    float: left;
    width: 30%;
    text-align: center;
}

.cb_order_summary_right {
    border: #CCCCCC 1px solid;
    height: 55px;
    border-right: none;
    float: right;
    width: 17.5%;
    padding: 5px;
}

.cb_order_summary_title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.cb_order_summary_item_text {
    font-size: 12px;
    color: #777777;
    text-transform: uppercase;
}

.cb_order_summary_item_value {
    font-size: 18px;
    font-weight: bold;
    float: left;
}

.cb_order_summary_total_price {
    border: #868686 3px solid;
}

.dph {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
}
#cb_form_delivery{
    height: 30px;
}

/* Order box */
.cb_order_box {
    /*overflow: auto;*/
    border: #CCCCCC 1px dotted;
    padding: 2px;
    //display: none;
}

.cb_order_box_content {
    width: 100%;
}

.cb_order_item {
    float: left;
    width: 25%;
    min-height: 240px;
    border-right: #CCCCCC 1px dashed;
    border-bottom: #CCCCCC 1px dashed;
    padding: 5px;
    cursor: pointer;
    font-size: 14px;
}

.cb_order_item:hover {
    background: #EEEEEE;
}

.cb_order_item_selected {
    background: #DDDDDD;
}

.cb_order_item b {
    font-weight: bold;
}

.cb_order_item_title {
    font-size: 14px;
    font-weight: bold;
}

.hinges {
    float: left;
    width: 70px;
    margin-right: 10px;
    height: 35px;
}

#hinges input{
    width: 70px;
    height: 35px;
}
/********************/
/* Step 2 - Summary */
/********************/
.cb_summary_item {
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: #CCCCCC 1px dashed;
}

.cb_summary_title {
    font-size: 16px;
    font-weight: bold;
}

#cb_summary_loader {
    text-align: center;
}

#cb_summary_data {
    min-height: 500px;
    overflow: auto;
    margin-bottom: 5px;
    border: #CCCCCC 1px solid;
}

.cb_summary_item_left {
    width: 620px;
    float: left;
}

.cb_summary_item_right {
    float: right;
}

.cb_summary_item_title {
    font-size: 14px;
    font-weight: bold;
}

.cb_summary_item b {
    font-weight: bold;
}

.cb_summary_item_price {
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold;
}

.cb_summary_item_pattern {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: #CCCCCC 1px solid;
}

.cb_summary_price {
    font-size: 16px;
    font-weight: bold;
}

.cb_summary_text {
    font-size: 11px;
    color: #777777;
}

/*********************************/
/* Step 3 - Shopping information */
/*********************************/
.cb_form_row {

}

.cb_form_row {
    margin-bottom: 10px;
}

.cb_form_title {
    font-weight: bold;
}

.cb_form_left {
    float: left;
    margin-right: 20px;
}

.cb_form_right {
    float: right;
}

.cb_form_required {
    font-size: 10px;
    color: #777777;
}

.cb_form_delimiter {
    border-bottom: #CCCCCC 1px dashed;
    margin-bottom: 5px;
}

.cb_form .uploadifyQueueItem {
    width: 300px !important;
}

.delivery {
    text-align: right;
    padding-bottom: 10px;
}

.red {
    color: #ed3a34;
}

.orange {
    color: orange;
}

.green {
    color: #62af1e;
}

.small {
    padding-top: 5px;
    font-size: 11px;
}
.lock{
    position: relative;
    color: #62af1e;
    top: 8px;
    padding-left: 5px;
    cursor: pointer;
}

.hint-icon{
    position: relative;
    top: -4px;
    margin-left: 2px;
    display: inline-block;
    height: 14px;
    width: 14px;
    line-height: 14px;
    border-radius: 50%;
    background: #868686;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.hint-text {
    position: absolute;
    padding: 5px;
    border-radius: 3px;
    font-size: 11px;
    background-color: #555;
    color: #fff;
    text-align: center;
    z-index: 1;
    transition: opacity .6s;
}
/*#cb_file {
    display: block !important;
}*/


/*ADAPTIVE*/
@media ( max-width: 1140px ) {

    ul.cb_steps_selector li {
        margin-right: 50px;
    }

    #chipboard {
        width: 100%;
        padding: 0;
    }

    .cb_panel_form_left {
        width: 20%;
    }

    #cb_panel_name {
        width: 30%;
    }

    .cb_order_summary_right {
        width: 15%;
    }

    .adce {
        width: 500px;
    }

    .cb_actions {
        width: 500px;
    }
}

@media ( max-width: 930px ) {

    ul.cb_steps_selector li {
        margin-right: 20px;
    }

    .cb_panel_form_left {
        width: 15%;
    }

    .adce {
        width: 380px;
    }

    .cb_actions {
        width: 300px;
    }

    .cb_actions a {
        width: 132px;
        font-size: 12px;
    }

    .cb_panel_form_tooltip_icon {
        display: none;
    }

    #chipboard {
        font-size: 12px;
    }
    .order_status {
        font-size: 14px;
    }
    p.status{
        font-size: 16px;
        font-weight: bold;
    }
}
th.strong {
    font-weight: bold;
    padding-bottom: 10px;
}
th.orders {
     padding: 10px 0px;
 }

 .upozornenie {
    color: #a85959;
    border-color: #fedede;
    background-color: #fdeaea;
 }

