#map {
    display: block;
    height: 400px;
    width: 500px;
}

.addon-fix-size {
    max-width: 180px;
    min-width: 180px;
    text-align: right;
}

.textarea-addon {
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 4px !important;
    border: 1px solid #ccc !important;
    border-bottom: none !important;
}

textarea {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

label {
    font-weight: normal;
}

.pr-10 {
    padding-right: 10px;
}

.col {
    padding: 30px;
}

agm-map {
    height: 300px;
}
.angular-google-map-container { height: 400px; }

/*Order */
/*===========================*/

.Line {
    width: 100%;
    height: 1px;
    border-top: solid 1px #dbdbdb;

}

.Line-vertical {
    border-right: solid 1px #dbdbdb;
}

.order-container {
    border-radius: 4px;
    border: solid 1px #d7d7d7;
    margin-bottom: 10px;
}

.order-top-element {
    padding-top: 14px;
    padding-bottom: 10px;
    border-radius: 2px;
    background-color: #f6f6f6;
}

.order-driver {
    margin: 10px 0;
}

.order-other-el {
    margin: 4px 0;
}

.order-text-header {
    font-size: 15px;
    line-height: 1;
    color: #323c47;
}

.order-text-info {
    font-size: 15px;
    color: rgba(50, 60, 71, 0.5);
}

.order-text-main {
    font-size: 16px;
    letter-spacing: -0.3px;
    color: #323c47;
}


.possibleaddress-container {
    border-radius: 3px;
    border: solid 1px #5fb269;
    margin-bottom: 4px;
}

.possibleaddress-element {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 2px;
    background-color: #dfdfdf;
}


/*Colors of order status*/

.circle-blue {
    margin-left: 15px;
    margin-top: -5px;
    width: 20px;
    height: 20px;
    background: #4da1ff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.circle-yellow {
    margin-left: 15px;
    margin-top: -5px;
    width: 20px;
    height: 20px;
    background: #9c9803;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.circle-orange {
    margin-left: 15px;
    margin-top: -5px;
    width: 20px;
    height: 20px;
    background: #f6a623;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.circle-red {
    margin-left: 15px;
    margin-top: -5px;
    width: 20px;
    height: 20px;
    background: #B5130E;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.circle-green {
    margin-left: 15px;
    margin-top: -5px;
    width: 20px;
    height: 20px;
    background: #0FCB27;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.circle-grey {
    margin-left: 15px;
    margin-top: -5px;
    width: 20px;
    height: 20px;
    background: #4b4c4c;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

}

.text-color-blue {
    color: #4da1ff;
}
.text-color-yellow {
    color: #a4a201;
}
.text-color-green {
    color: #0FCB27;
}

.text-color-orange {
    color: #f6a623;
}

.text-color-red {
    color: #B5130E;
}

.text-color-grey {
    color: #4b4c4c;
}

/*---End---*/

.b-img-radius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.padding-0 {
    padding: 0;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.text-right {
    text-align: right;
}

.margin-0 {
    margin: 0;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-right-5 {
    margin-right: 5px
}

.margin-top-5 {
    margin-top: 5px;
}

/* alert messages for form field */

.input-group {
    margin-top: 15px;
}

.col-xs-6 > .input-group {
    margin-top: 0;
}

/*.all-messages {*/
/*margin-top: 10px;*/
/*}*/

.each-message {
    margin-top: 10px;
    margin-left: 10px;
    color: #cd252a;
    font-size: 13px;
}
