﻿.modalProgressBar {
 display: none;
 position: absolute;
 z-index: 1000;
 height: 99%;
 width: 99%;
 background: rgba( 255, 255, 255, .8 ) url('/Content/themes/images/orderCostProgressBar.gif') 50% 30% no-repeat;
 top: 0;
 left: 0;
}

#orderForm.loading {
    overflow: hidden;
}

#orderForm.loading .modalProgressBar {
    display: block;
}

#ui-block-order-add-requirements-summary
{
    font-size:1em;
}

.calcCostContainer
{
    position: relative;
    width: 100%;
    height:3.6em;
}

#calcCostProgressImg
{
    position:absolute;
    left:15px;
    top:15px;
}

.calcCostContainer div.ui-btn-calc-cost 
{
    width: 100%;
    margin-top: -65px;
    position: absolute;
    top: 0px;
    left: 0;
}

.calcCostContainer #dCostInfoBlock
{
    height: 2.8em;
    margin-top: 4.5em;
    margin-bottom: 0.6em;
}
#ui-route-undefined-switcher label
{
    border:none 0;
    background:transparent;
}

#ui-route-undefined-switcher input
{
    opacity:0;
    filter: alpha(opacity = 0);
}

#dFeedTimeGroup .ui-controlgroup-horizontal .ui-controlgroup-controls
{
    width:100%;
}

#dFeedTimeGroup .ui-controlgroup-horizontal .ui-controlgroup-controls .ui-radio
{
    width:33%;
}

#dFeedTimeGroup .ui-controlgroup-horizontal .ui-controlgroup-controls .ui-radio label
{
    width:100%;
}

#dFeedTimeGroup .ui-controlgroup-horizontal .ui-controlgroup-controls .ui-radio label .ui-btn-inner
{
    padding-left:0.1em;
    padding-right:0.1em;
}

.ui-grid-a.ui-hidden-block-b .ui-block-a
{
    width:100% !important;
}

.ui-grid-a.ui-hidden-block-b .ui-block-b
{
    width:0 !important;
    display:none;
}

.ui-block-current-time
{
    position:absolute;
    right:0;
    display:inline;
    margin-top:0.8em;
    color:#999999;
    font-size:0.85em;
}

#captcha-container img, #captcha-container a{
    width: 200px;
    display:block;
    margin-left: auto;
    margin-right: auto;
}

#map_canvas {
    position: fixed !important;
    left: 0;
    bottom: 43px;
    top: 0;
    right: 0;
}

#backToOrderBtn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

#postOrderDiv .ui-btn
{
    height:3.4em;
}

#postOrderDiv .ui-btn-inner {
    padding-top: 0.5em;
    padding-left: 2px;
    padding-right: 2px;
}

.ui-btn-text .ui-btn-text-2line
{
    font-size : 1.1em;
    display: block;
}

.radio_img {
    width: 1.4em;
    height: 1.4em;
    padding-right: 10px;
}

#dCostBlock {
    font-weight: 600;
    color: #373737;
    margin: 9px 5px;
}

#errorMessage {
    font-size: 2.5em;
    font-weight: bold;
    color: black;
}

#recommended-add-cost {
    display: none;
}

.btn-circle-inactive {
    background-color: #dedede !important;
    box-shadow: none !important;
}

.btn-circle-sign-inactive {
    color: #a7a7a7 !important;
}

.btn-circle {
    padding: 0px;
    width: 42px;
    height: 42px;
    background-color: white;
    box-shadow: 0px 0px 5px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    float: left;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}

.btn-circle-sign {
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 2em;
    color: #eca100;
    user-select: none;
}

#informer-wrapper {
    padding: 0px;
    display: table;
    text-align: center;
}

.informer-title {
    position: absolute;
    width: 174px;
    font-size: 10px;
    top: 88%;
    left: -37px;
    background: white;
    padding: 1px;
    border: 1px solid #8b8b8b;
    text-align: left;
}

.btn-circle-right {
    margin: 0 10px;
    float: right;
}

.btn-circle-left {
    margin: 0 10px;
    float: left;
}

#informer {
    padding: 0px;
    width: 20px;
    height: 20px;
    display: table-cell;
    background-color: #dfdfdf;
    color: #f3f3f3;
    cursor: pointer;
    user-select: none;
    font-size: .85em;
    vertical-align: middle;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}

.cost-panel-element {
    float: left;
    height: 42px;
    padding: 0px;
}

#dCostInfoPanel {
    position: absolute;
    left: 50%;
}

#dCostInfoPanel * {
    user-select: none;
}

.add-cost-block {
    color: orange;
    font-weight: 600;
}

.cost-panel-element {
    text-align: right;
}

#currency {
    font-weight: 600;
    color: #373737;
}

@media screen and (max-width: 319px) {

    #dCostBlock {
        font-size: 20px !important;
    }

    #addCostContainer {
        font-size: 10px !important;
        margin: 0px 5px 0 5px;
    }

    #informer-block {
        margin: 0px 5px 0 5px;
    }

    #dCostInfoPanel {
        margin: 10px 0 0 -55px;
    }
}

@media screen and (min-width: 320px) and (max-width: 389px) {

    #dCostBlock {
        font-size: 30px;
    }

    #addCostContainer {
        font-size: 12px;
        margin: 3px 5px 0 5px;
    }

    #informer-block {
        margin: 3px 5px 0 5px;
    }

    #dCostInfoPanel {
        margin: 3px 0 0 -55px;
    }
}

@media screen and (min-width: 390px)   {

    #dCostBlock {
        font-size: 42px;
    }

    #addCostContainer {
        margin: 8px 5px 0 5px;
    }

    #informer-block {
        margin: 8px 5px 0 5px;
    }

    #dCostInfoPanel {
        margin: -6px 0 0 -55px;
    }
}