﻿.alerts {
    padding: 10px 0;
}

    .alerts .alert {
        padding: 8px 15px;
        margin: 0;
    }

        .alerts .alert + .alert {
            margin-top: 3px;
        }

        .alerts .alert div {
            vertical-align: middle;
            text-align: justify;
            display: table-cell;
        }

        .alerts .alert .alert-text {
            padding-right: 10px;
            width: 100%;
        }


@media (min-width: 992px) {
    .box-container {
        margin: 10px 160px !important
    }

    .password-box-container {
        padding: 0px 15px !important
    }
}

.margin-top-28px {
    margin-top: 28px;
}

.font-18 {
    font-size: 18px;
}

.feature-heading {
    font-size: 21px;
    font-weight: 600;
}

.wid-50 {
    width: 50px;
}

.style-text-left {
    text-align: left !important;
}

.top-padding-1 {
    padding-top: 1%;
}

.merge-section-first {
    padding-right: 0px !important;
}

.merge-section-second {
    padding-left: 0px !important;
}

.margin-top-19 {
    margin-top: 19px;
}

.input-error {
    outline: 1px solid red;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !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;
    border: none !important;
    width:190px !important;
    margin-bottom:0px !important;
}

legend.scheduler-border2 {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    border: none !important;
    width: 240px !important;
    margin-bottom: 0px !important;
}
