.main-content{

}
.order-div{
    border-style: solid;
    border-width: 0.5px;
    border-color: #e1edf7;
}
.form-div{
    clear: both;
}

.form-div input{
    width: 100%;
    clear: both;
}
hr{
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 3px;
}
.form-label{
    display: inline-block;

}

.order-field{
    width: 100%;
    height: 30px;
}

.has-error{
    border: solid;
    border-width: 1px;
    border-color: red;
}
.errorLabel{
    color: red;
}


/*styled select box*/

/* -------------------- Select Box Styles: stackoverflow.com Method */
/* -------------------- Source: http://stackoverflow.com/a/5809186 */
select.soflow {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url("../img/15xvbd5.png");
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #8699a4;
    height: 40px;
    color: #555;
    font-size: 18px;
    overflow: hidden;
    padding: 5px 10px 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 10px;
}
.required:after{
    content:"  *" ;
    color:red;
    font-size: 15px;
}
.important{
    color: red;
}
.custom-border{
    order-style: solid;
    border-width: 0.5px;
    border-color: #e1edf7;
}
.style-heading{
    font-weight: bold;
    color: #00a1d9;
    font-size: 20px;
}
.style-heading-red{
    font-weight: bold;
    color: orangered;
    font-size: 20px;
}
.bold-text{
    font-weight: bold;
}
.style-heading-small{
    font-weight: bold;
    color: teal;
    font-size: 20px;
}
.style-heading-small-blue{
    font-weight: bold;
    color: #00a2ed;
    font-size: 20px;
}
.style-heading-small-red{
    font-weight: bold;
    color: orangered;
    font-size: 20px;
}
.style-label{
    font-weight: bold;
    color: teal;
    font-size: 15px;
}
p,li{
    line-height: 200%;
}
.highlighted{
    color: teal;
    font-weight: bold;
    font-size: larger;
}

/*Pop up styles start*/

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 300px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.modal-body {
    margin: 20px 0;
}

.modal-default-button {
    float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*Pop up styles end*/

/*responsive images start*/
.img-responsive{
    .make-xs-column(12);
    display: block;
    margin: 0 auto;
}
/*responsive images end*/

/*star ratings start*/
.star-rating__star{
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    line-height: 1;
    font-size: 1.5em;
    color: #ABABAB;
    transition: color .2s ease-out;
}
.star-rating__star:hover{
    cursor: pointer;
}
.star-rating__star.is-selected{
    color: #FFD700;
}
.star-rating__star.is-disabled:hover {
    cursor: default;
}
/*star ratings end*/

#home-slider{ background-color: #000000; }
#home-slider img { opacity: 0.9; }
[v-cloak] {
    display: none;
}
.padded-top{
    margin-top: 120px;
}
@media only screen and (max-device-width: 480px) {
    .padded-top{
        margin-top: 0px;
    }
}