﻿body {
}


.dashCard
{
    margin-top:20px;
}

.DTdateSearch
{
    width:30%;
}


.bootstrap-datetimepicker-widget {
    background: #FFF !important;
    height: 300px !important;
    z-index:-1;
}


.off-canvas-sidebar .user:after, .sidebar .user:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 15px;
    height: 1px;
    width: calc(100% - 30px);
    background-color: hsla(0,0%,100%,.5);
}


.off-canvas-sidebar .user .info > a > span, .sidebar .user .info > a > span {
    display: block;
    position: relative;
    opacity: 1;
}

.off-canvas-sidebar .user, .sidebar .user {
    padding-bottom: 20px;
    margin: 20px auto 0;
    position: relative;
}


.off-canvas-sidebar .user .photo, .sidebar .user .photo {
    width: 34px;
    height: 34px;
    overflow: hidden;
    float: left;
    z-index: 5;
    margin-right: 10px;
    border-radius: 50%;
    margin-left: 23px;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,.3);
}


.off-canvas-sidebar .user .info > a > span, .sidebar .user .info > a > span {
    display: block;
    position: relative;
    opacity: 1;
}

.main {
    background: #FFFFFF;
    position: relative;
    z-index: 3;
}

.main-raised {
    margin: -60px 30px 0px;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.home-search:focus {
    border: 0px;
}

.form-control:focus {
    border: 0px;
}

.page-header-small {
    height: 30vh;
    background-position: top center;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
}
.page-header-dash {
    height: 12vh;
    background-position: top center;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
}

.page-header-xsmall {
    height: 25vh;
    background-position: top center;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
}

.shadowcard {
    box-shadow: 0 25px 30px -13px rgba(40, 40, 40, 0.4);
    border-radius: 10px;

    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

/*************************TYPEAHEAD*********************************/
span.twitter-typeahead {
    display: block !important;
}

.tt-menu {
    position: initial !important;
    margin-bottom: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-bottom: 0px solid transparent;
    border-top: none;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: white;
}

    .tt-menu.tt-open {
        position: fixed !important;
        width:100%;
    }

ul.tt-dataset.tt-dataset-home {
    padding: 0;
    list-style: none;
    margin: 0;
}

.tt-dataset {
        text-align: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .tt-dataset .tt-suggestion {
        padding: 10px;
        border-bottom: solid 1px #efeeee;
        cursor: pointer;
        background-color: white;
    }

        .tt-dataset .tt-suggestion:hover {
            background: #2a6496;
            color: #fff;
        }




/*LOADING INDICATOR*/
.global-overlay-loader {
    opacity: .80;
    filter: alpha(opacity=80);
    background: #eaeaea;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4000;
}

.loading-indicator {
    position: fixed;
    right: 50%;
    bottom: 50%;
}

span.has-danger.form-control-feedback {
    position: relative;
    padding: 2px 4px;
    background: #d9534f;
    color: #fff !important;
    font-size: 11px;
    line-height: 17px;
    border-radius: 0px;
    z-index: 99;
    margin-top: -1px;
    display: inline-block;
    border-radius: 0px 0 2px 2px;
}

    span.has-danger.form-control-feedback:after {
        display: none;
        content: '';
        position: absolute;
        top: -5px;
        left: 10px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #c77;
    }

span.form-text.danger {
    color: #d9534f;
}

/*END LOADING INDICATOR*/


/* ***************************TOOLTIp STYLING OVERRIDES********************/
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
    background: #00bcd4;
    border: 1px solid white;
    border-radius: 6px;
    box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
    color: white;
    padding: 8px;
}
/**********************************************************************/


/******************FILE UPLOAD INPUT STYLING OVERRIDE*********************/
.custom-file-input {
    opacity: 0!important;
}
/*************************************************************************/

/***************************FAQ STYLING******************/
.faq-panels .panel .panel-body .container {
    padding: 20px;
}
/********************************************************/

#search-modal {
    z-index: 10;
    margin: 15px 0 0 0;
}

.budget-summary-text {
    margin-top: 10px;   
}

.budget-summary-text .content {
    display: inline-block;
}

.container .intro-section {
    z-index:100; 
    margin-top:80px;
    text-align: center;
    margin-bottom: 15px;
}
.steps.container-fluid {
    background: #FFF;
}

.testimonials.container-fluid {
    background: #000;
}
.simply-tutors-steps ul {
    padding: 15px;
}

    .simply-tutors-steps ul li {
        list-style-type: none;
        margin-bottom: 10px;
        text-align: center;
    }

    .simply-tutors-steps ul li i {
        text-align: center;
        width: 100%;
    }

.googleText {
    vertical-align: 5px;
}
    .google-icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url("/Content/Images/google_logo.svg");
        background-size: 40px;
        background-position: center;
    }


