﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
    background-color: #f5f7fa;
    font-family: Verdana;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

       
h2 {
    margin-top:10px;
    margin-bottom:20px;
}

h3 {
    margin-top: 6px;
    margin-bottom: 12px;
}

.sa-home-box h2 {
    border-bottom: 1px solid #eee;
    padding-bottom:10px;
}

.sa-home-box h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}


.content-page {
    padding: 1em 0em;
    margin-bottom: 0.3em;
    width: 100%;
    min-height: 540px;
}

    .content-page h1 {
        font-size: 3em;
        font-weight: 600;
        /*color: #25A7AD;*/
        font-family: 'Amaranth', sans-serif;
        margin-bottom: 0.7em;
        text-align: center;
    }

    .content-page h2 {
        font-size: 2.7em;
        color: #25A7AD;
        margin-bottom: 0.6em;
        font-family: 'Amaranth', sans-serif;
    }


#overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align: center;
    z-index: 6000000;
    overflow: auto;
    width: 80px; /* width of the spinner gif */
    height: 80px; /*hight of the spinner gif +2px to fix IE8 issue */
    opacity:0.3;
    background-color:transparent;
}

.sa-home-box {
    border: 1px solid #e0e0e0;
    margin-top: 2em;
    padding: 12px 20px 20px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: none;
}

.contact-item 
{
    margin-bottom:10px
}

.contact-item span {
  width:32px;  
}

.max-medium {
    max-width: 640px !important;
}

.max-small {
    max-width: 480px !important;
}


form label {
    font-weight: normal;
}

.separator {
    margin: 0 auto;
    padding: 0;
    height: 1px;
    border-width: 0;
    color: #cbd2d6;
    background-color: #cbd2d6;
} 
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}






/* Menu */

#login-dp {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: rgba(255,255,255,.8);
}

    #login-dp .help-block {
        font-size: 12px
    }

    #login-dp .bottom {
        background-color: rgba(255,255,255,.8);
        border-top: 1px solid #ddd;
        clear: both;
        padding: 14px;
    }

    #login-dp .social-buttons {
        margin: 12px 0
    }

        #login-dp .social-buttons a {
            width: 49%;
        }

    #login-dp .form-group {
        margin-bottom: 10px;
    }

.btn-fb {
    color: #fff;
    background-color: #3b5998;
}

.btn-fb:hover {
        color: #fff;
        background-color: #496ebc
}

.btn-tw {
    color: #fff;
    background-color: #55acee;
}

    .btn-tw:hover {
        color: #fff;
        background-color: #59b5fa;
    }




.navbar-default .navbar-collapse {
    max-height: 400px;
}

.navbar-default {
    background-color: #5bc0de;
}

    .navbar-default .navbar-nav > li {
        background-color: transparent;
    }

 .navbar-default .navbar-nav > li > a {
            color: white;
            border-bottom: 1px solid transparent;
            font-size:16px;
 }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background-color: transparent;
        color: white;
        padding-bottom: 12px;
        border-bottom: 4px solid #d9534f;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover, 
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent;
        color:white;
    }

.location-item-selected {
    border-style: solid !important;
    border-width: 1px;
    border-color: #5bc0de !important;
    background-image: url("./Images/checkG.png");
    background-position: right;
    background-repeat: no-repeat;
    background-origin: content-box;
    border-radius: 5px;
}

.service-item-selected {
    border-style: solid !important;
    border-width: 1px;
    border-color: #5bc0de !important;
    border-radius: 5px;
}

div.media.service-item.service-item-selected > div.service-description {
    background-image: url("./Images/checkG.png");
    background-position: right;
    background-repeat: no-repeat;
    background-origin: content-box;
}

.service-item, .location-item {
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    padding: 4px;
    cursor: pointer;
    padding-right: 20px;
}

.service-item:hover,.location-item:hover {
        border-style: dashed;
        border-width: 1px;
        border-color: #e7e7e7;
        border-radius: 5px;
}

.row-staff-resource-selection {
    margin-top:15px;
}


.reservation-item {
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px;
    text-align: center;  
    background-color: transparent;
}

.reservation-class-item {
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px;
    text-align: left;
    padding: 10px;
    font-size: 16px;
    line-height:32px;
    background-color: transparent;
}

.reservation-item-selected {
    background-color: #5bc0de !important;
}

.noReservation {
    font-size:16px;
}

.reservationResponse {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.datepicker-title {
    background-color: #f0ad4e; 
    color: white;
}


/*media query*/


@media screen and (max-width: 768px) {
    .context-link {
        font-size: 12px;
    }

    #sa-smartwizard > ul > li:not(.active) {
        display: none;
    }
}


@media screen and (min-width: 769px) and (max-width: 1023px) {
    
    #sa-smartwizard > ul > li {
        font-size:0.8em;
    }
}

@media(max-width:768px) {
    #login-dp {
        background-color: inherit;
        color: #fff;
    }

        #login-dp .bottom {
            background-color: inherit;
            border-top: 0 none;
        }

    h3 {
        font-size: 1.2em;
    }

    h4 {
        font-size: 1.0em;
    }

    .nav > li > a {
        font-size: 0.9em !important;
        padding: 10px 4px 10px 4px !important;
    }

    .service-item-selected {
        border-style: solid;
        border-width: 1px;
        border-color: #5bc0de !important;
        background-image: none;
        background-position: right;
        background-repeat: no-repeat;
        background-origin: content-box;
        border-radius: 5px;
    }

    .reservation-item {
        padding: 10px 0px 10px 0px !important;       
        font-size:15px !important;
    }

    .reservation-item-availability {
        font-size: 0.7em;
        margin-top: -4px;
        margin-right: 2px;
        float: right;
    }

   
    .reservation-item-hours-with-availability {
        margin-top: -5px;
        padding-bottom: 5px;
    }

    div.media.service-item.service-item-selected > div.service-description {
        background-image: none !important;
    }


    .header-main-row {
        width: 100%;       
    }

    .companyTitle {       
        margin-top: 0px;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background-color: transparent;
        color: white;
        padding-bottom: 12px;
        border-bottom: none;
    }

    .lang-menu-desktop {
        display: none !important;
    }

    .long-text-btn {
        font-size:1.1em;
    }
   
}

@media screen and (min-width: 769px) {
    .lang-menu-mobile {
        display: none !important;
    }
    
    .header-main-row {
        height:200px;
        width:100%;
    }

    .companyTitle {
        font-weight: bold;
        font-style: italic;
        margin-top: 0px;
    }


    .reservation-item {
        padding: 10px !important;
        font-size: 16px !important;
    }
    
    .reservation-item-availability {
        font-size: 0.7em;
        margin-top: -6px;
        margin-right: -6px;
        float: right;
    }

    .reservation-item-hours-with-availability {
        margin-top: -4px;
        padding-bottom: 4px;
    }

}

.datepicker-inline {
    width: 100% !important;
}

.datepicker table {
    width: 100% !important;
}

/** animate dotted */


.saving {
    font-size: 40px;
}

    .saving span {
        font-size: 50px;
        animation-name: blink;
        animation-duration: 1.4s;
        animation-iteration-count: infinite;
        animation-fill-mode: both;
    }

    .smalldot {
        font-size:30px !important;
    }

        .saving span:nth-child(2) {
            animation-delay: .2s;
        }

        .saving span:nth-child(3) {
            animation-delay: .4s;
        }

@keyframes blink {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}
/* end animated dotted */


.iti {
    width: 100%;
}


/*date picker css*/
#resDate .dateToday {
    /*border: solid 2px #ffce0a !important;*/
    background-color: green !important;
}

#resDate .day {   
    color: darkblue;
}

#resDate .active {
    color:white !important;
}

#resDate .disabled-date {
    color: sandybrown !important;
}

#resDate .datePast {
    color: gray !important;
}


