#orderProgram {
    background-color: #ebf4fc;
   /* font-family: "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;*/
}

.checkbox-inline {
    padding:5px 0 5px 20px;
}

#orderProgram input{
    border-left-color: #012243 !important;
    background-color: #ffffff;
}

#orderProgram select{
    border-left-color: #012243 !important;
    background-color: #ffffff;
}
#orderProgram textarea{
    border-left-color: #012243 !important;
    background-color: #ffffff;
}
#orderProgram select{
    max-width: 250px;
    font-size: 14px !important;
}

#orderProgram custom-control-inline{
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

#orderProgram select{
    color:#000;
    border-left-width: 1px;
}

#estimCost{
    background-color: #f7f6f6 !important;
}

.vertical-scrollable> .row {
    padding:5px 10px;
    margin:10px;
    overflow-y: scroll;
    height:200px;
    background-color: #ffffff;
}

#agreement-error {
    left: 51px;
    top: 20px;
}

.email {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 600px;
}

.email-body {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 600px;
    border:1px solid #000000;
}

.boxtext {
    padding: 15px;
}

.bold-blue {
    color:#005ba4;
    font-weight: bold;
}

.nobr {
    white-space: nowrap;
}

.smDiv {
    padding: 5px 5px 5px 7px;
}

.holidayCards  input{
    float:left;
    margin-right:5px;
    vertical-align: top;
}

#demographics1\[\]-error{
    top: -10px !important;
    left: 15px !important;
}
#demographics2\[\]-error{
    top: -10px !important;
    left: 15px !important;
}
#demographics3\[\]-error{
    top: -10px !important;
    left: 15px !important;
}
#demographics4\[\]-error{
    top: -10px !important;
    left: 15px !important;
}
#demographics5\[\]-error{
    top: -10px !important;
    left: 15px !important;
}
#demographics6\[\]-error{
    top: -10px !important;
    left: 15px !important;
}
#demographics7\[\]-error{
    top: -10px !important;
    left: 15px !important;
}

@media screen and (orientation: landscape) {
    #ipadpro.col-sm-5 {
        max-width: 260px !important;
    }
}

/* (ipad pro) */
@media (min-width: 992px) and (max-width: 1024px) {
    #agreement-error {
        left: 125px;
        top: 20px;
    }

    #ipadpro.col-sm-5 {
        max-width: 330px !important;
    }
}

/* (tablets, 768px and up) */
@media (min-width: 768px) {
    .vertical-scrollable > .row {
        width: 70%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #agreement-error {
        left: 60px;
        top: 20px;
    }
}

@media (max-width: 767px) {
    #agreement-error {
        left: 2px;
        top: 20px;
    }

    #hero .hero-section {
        padding-top: 302px;
    }

    #mobile {
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #rdio {
        margin-right:5px;
        height:50px;
        margin-top: -10px;
    }
}

@media (min-width:320px) {
    #rdio{
        margin-right:5px;
        vertical-align: top;
    }
}

@media (max-width:280px) {
    .holidayCards {
        margin-bottom:30px;
        margin-right: 5px;
    }
}


