﻿.requiredField {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow:0 0 6px #f8b9b7;
}

.popupFontSize {
    font-size: 1.25rem;
}

.ng-invalid {
    border: 3px solid red !important;
}
.inline-label {
    display: inline-block;
}

.SiteCheckbox {
    position: relative;
    vertical-align: middle;
}

.smallText {
    font-size: small;
}

input[type='radio'], input[type='checkbox'] {
    margin-right: 8px !important;
    margin-left: 10px !important;
}

.small_col9 {
    width: 37.5%;
}

.small_col19 {
    width: 78.94%;
}

@media (max-width: 767px) {
    .phoneOffset2 {
        margin-left: 8.33% !important;
    }

    #smallspan3 {
        width: 49% !important;
        padding-left: 1%;
        padding-right: 1%;
        float: left !important;
    }
    .row-fluid [class*="span"] {
        width: 98% !important;
    }

    .wizard li {
        width: 2em;
        height: 2em;
        text-align: center;
        line-height: 2em;
        border-radius: 1em;
        background: dodgerblue;
        margin: 0 1em;
        display: inline-block;
        color: white;
        position: relative;
    }

        .wizard li::before {
            content: '';
            position: absolute;
            top: .9em;
            left: -4em;
            width: 4em;
            height: .2em;
            background: dodgerblue;
            z-index: -1;
        }

    .hideOnPhone {
        display: none !important;
    }

    .wizard li:first-child::before {
        display: none;
    }

    .current {
        background: dodgerblue;
    }

    .wizard .badge-inverse {
        background: dodgerblue !important;
    }

    .wizard .badge {
        background: lightblue !important;
    }

    .current ~ li {
        background: lightblue;
    }
}

@media (min-width: 768px) {
    .hideTableAndDesktop {
        display: none;
    }

    .wizard .outsideButton {
        padding: 10px 12px 10px;
        margin-right: 5px;
        background: #efefef;
        position: relative;
        display: inline-block;
    }

    .wizard .outsideButton:before {
        width: 0;
        height: 0;
        border-top: 20px inset transparent;
        border-bottom: 20px inset transparent;
        border-left: 20px solid #fff;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
    }

    .wizard .outsideButton:after {
        width: 0;
        height: 0;
        border-top: 20px inset transparent;
        border-bottom: 20px inset transparent;
        border-left: 20px solid #efefef;
        position: absolute;
        content: "";
        top: 0;
        right: -20px;
        z-index: 2;
    }

    .wizard .outsideButton:first-child:before,
    .wizard .outsideButton:last-child:after {
        border: none;
    }

    .wizard .outsideButton:first-child {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .wizard .outsideButton:last-child {
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

    .wizard .badge {
        /*margin: 0 5px 0 18px;*/
        position: relative;
        top: -1px;
    }

    .wizard .outsideButton:first-child .badge {
        margin-left: 0;
    }

    .wizard .current {
        background: #007ACC;
        color: white !important;
    }

    .wizard .current:after {
        border-left-color: #007ACC;
    }
}

#RequestApp {
    overflow-y: hidden;
    overflow-x: hidden;
    overflow: hidden;
}

.rowExtraSpacing {
    margin-top: 10px;
}

.extraLeftSpacing {
    margin-left: 20px;
}
.extraTopSpacing {
    margin-top: 20px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.form-control {
    display: block;
    width: 100% !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 30px;
}

input.form-control {
    height: 30px !important;
}