﻿.container-fluid {
padding-left: 0px !important;
padding-right: 0px !important;
}
.container-form {
    padding-left: 75px;
    padding-right: 75px;
}

a {
    color: #555;
}

.intl-tel-input {
    width:100%;
}
textarea {
    resize: none;
}
fieldset.scheduler-border {
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.attention {
    background-color: #D4EDDA !important;
    /*color: white;*/
}

a.attention {
    color:white !important;
}

.border_invalid {
    border-color: red !important;
}

.alert-medium {
    background-color: #fff3cd; /* Soft Yellow */
    color: #856404;
    font-weight: bold;
}