.create-container{
    height:100%;
}

md-radio-button .md-label {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin-left: 30px;
    margin-right: 0;
    vertical-align: middle;
    white-space: normal;
    pointer-events: none;
     width: 100% !important;
}

md-radio-button .md-off .md-on {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px !important;
    height: 15px !important;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    transition: border-color ease .28s;
}

#pickupBlock {
    transition: 0.2s ease-in-out;
    /*transform: translate3d(0, 0, 0);*/
    opacity: 1;
}

#pickupBlock.ng-show-add {
    /*transform: translate3d(0,-100%, 0);*/
    opacity: 1;
    transition: all linear 1000ms;
}
#pickupBlock.ng-show-remove {
    /*transform: translate3d(0,-100%, 0);*/
    opacity: 1;
    transition: all linear 1000ms;
}
#pickupBlock.ng-hide-add {
    /*transform: translate3d(0,-100%, 0);*/
    opacity: 1;
    transition: all linear 1000ms;
}
#pickupBlock.ng-hide-remove{
    /*transform: translate3d(0,-100%, 0);*/
    opacity: 1;
    transition: all linear 1000ms;
}



.blockedDelivery{
    display: inline-block;
    border-bottom: solid 1px #d6d4d4;
    padding: 2% 0;
    /* padding-left: 22px; */
    width: 100%;
}

.blockedDeliveryNoBorder{
    display: inline-block;
    border:none;
    padding: 2% 0;
    /* padding-left: 22px; */
    width: 100%;
}




.create-job-title {

    height: 41px;
    background-color: #fafafa;
    border: solid 1px #d6d4d4;
    padding: 10px;
    margin-bottom: 0px;
}

.fare-box {
    border: 1px solid grey;
    border-left: 2px solid grey;

    margin: 1% 0 1% 0;
    display: block;
}

.radio-cust {
    width: 40px;
}

#orderMap {
    height: 100%;
    display: block;

    width: 100%;
    z-index:0;
}
.sidebox{

    /*display:flex;*/
    flex-direction: column;

}



.sidebox > div {
    flex-grow : -1 ;
}
#pickupBlock{
    /*height:20%;*/
    padding: 10px 27px;
    color: #4a4a4a;
    max-height:40%;
    overflow:auto;
    /*background-color: #eaecf4;*/
}

.pickupBlock-inner{
    display:flex;
    flex-direction: row ;
}
#pickupBlock #btn-change{
    display: block;
}


#pickupBlock > div {
    align-self: auto ;
    flex-grow : 2;
}

#pickupBlock  #name {
    font-weight: 500;

}

.createOrderCheckbox input[type=checkbox] {
    display:none;
}

.createOrderCheckbox input[type=checkbox] + label
{
    background: none;
    background-size: 50%;
    height: 15px;
    width: 15px;
    display: inline-block;
    padding: 0 0 0 0px;
    margin-top: 2px;
    border: 1px solid #595968;
    border-radius: 2px;
}
.createOrderCheckbox input[type=checkbox]:checked + label
{
    background: url("../img/selected-checkbox.png") no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
    display:inline-block;
    padding: 0 0 0 0px;
    margin-top: 2px;
    border: none;
}



#displayBlock{
    display:block;
    width:100%;
}
.delivery-details{
    align-self: auto ;

}
.order-details{
    /*padding: 10px;*/
}
.delivery-details > div {
    padding:15px 10px 0 0 ;
}

#weight{
    border:2px solid red;
}

#delivery-options{
    width:100%;
}
#delivery-options > div{
    padding-top: 8px;
}
#delivery-options .radio-inline{
    /*padding: 0 20px;*/
    min-width: 30px;
}


#fare-data{
    display:inline-block;
    position:relative;
    margin-top: 3%;
    border-radius: 3px;

    /*border: solid 0.7px #d0d0d0;*/
    color: #595968;
    padding: 0 24px;
}
#deliveryBlock{
    margin-top: 10px;
}

.responsive-leftNoPadding{
    padding-left: 0px;
    padding-right: 0px;
}
.responsive-rightNoPadding{
    padding-left: 0px;
    padding-right: 0px;
}



@media only screen and (min-width: 992px) {

    .responsive-leftNoPadding{
        padding-left: 0px;
        padding-right: 15px;
    }
    .responsive-rightNoPadding{
        padding-left: 15px;
        padding-right: 0px
    }
}

@media only screen and (min-width: 1600px) {

    .delivery-details > div {
        padding:20px 10px 0 0 ;
    }


    #fare-data{
        display:inline-block;
        position:relative;
        margin-top: 5%;
        border-radius: 3px;

        /*border: solid 0.7px #d0d0d0;*/
        color: #595968;
    }


    .order-details{
        /*padding: 3% 5%;*/
    }

}


md-radio-group.md-default-theme:not([disabled]) .md-primary .md-on, md-radio-group:not([disabled]) .md-primary .md-on, md-radio-group.md-default-theme:not([disabled]).md-primary .md-on, md-radio-group:not([disabled]).md-primary .md-on, md-radio-button.md-default-theme:not([disabled]) .md-primary .md-on, md-radio-button:not([disabled]) .md-primary .md-on, md-radio-button.md-default-theme:not([disabled]).md-primary .md-on, md-radio-button:not([disabled]).md-primary .md-on{
    background: #0f4879;
}

.red {
    border: solid 1px red;
}

#dTPick{
    font-size: 11px;
    width: 200px;
    height: 29.4px;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(201, 209, 219);
    padding: 10px;
    padding-top: 7px;
}

.datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 353px !important;
}

.datepicker:before {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 353px !important;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
    margin-left: -25px !important;
}

.glyphicon {
    color: #8c96ab !important;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.deliveryOptDesc:hover{
    color: #0f4879;
}

.selectedDOD{
    color: #0f4879;
}

#createOrdForm {
    display: inline-block;
    float: left;
    height: 100%;
    width: 480px;
    overflow-y: auto;
    box-shadow: 7px 5px 10px 0 rgba(0, 0, 0, 0.25);
}



@media only screen and (max-width: 480px) {
    #createOrdForm {
        display: inline-block;
        float: left;
        height: 100%;
        width: 100%;
        overflow-y: auto;
        box-shadow: 7px 5px 10px 0 rgba(0, 0, 0, 0.25);
    }
    .linkImgs{
        margin-top: 4px;
        width:144px;
    }

}


#createPromoHead{
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #494949;
}

.createPromoLabel{
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #313131;
}

.createPromoInput{
    border: solid 1.5px #e2e2e2;
}