/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
    #Site Styles
    #Page Styles
    #Media Queries
    #Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */
    html, body {
        background: #e9e9e9;
        font-family: 'Roboto', verdana, sans serif;
        color: #666;
        -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
        -webkit-text-size-adjust: 100%;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
     }
.app-heading {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    background: url(/img/layout/appheading.jpg) #eee repeat-x;
    
    border-bottom: 17px solid #278fc9;
    height: 300px;
    background-size: cover;
    background-position: top center;

}
    .menu {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 60px;
        background: #278fc9;
        z-index: 999;
        font-size: 14px;
        box-shadow:0 2px 5px 0px rgba(0, 0, 0, 0.25);
    }
    a {
        text-decoration: none;
        color: #1980bb;
    }
    a:hover {
        color: #000;
    }
    a.black {
        text-decoration: none;
        color: #444;
    }
    a.black:hover {
        color: #78c117;
    }
    .fa.green {
        color: #78c117;
    }
    .fa.red {
        color: #e94d6a;
}
.fa.orange {
    color: #f8843d;
}
    .menu-links {
        padding-left: 120px;
    }
    .menu-link {
        transition: 200ms;
        color: #fff;
        font-weight: 400;
        display: inline-block;
        background: none;
        padding: 17px;
        min-width: 85px;
        text-align: center;
}
    .menu-link:hover {
    color: #fff;
    background: #1980bb;
    }
.menu-link.active {
    color: #fff;
    background: #0575b7;
}
    .logo {
        position: absolute;
        top: 14px;
    }
    .body-content {
        margin-top: 155px;
        position: relative;
    }
    .box {
        position: relative;
        background: #fff;
        border-radius: 3px;
        margin-bottom: 10px;
        padding: 15px;
    }
    .list-item {
        position: relative;
        background: #fff;
        padding: 5px;
        border-bottom: 1px solid #eee;
        box-shadow:0 2px 5px 0px rgba(0, 0, 0, 0.25);
        font-size: 16px;
    }
    .head-box {
        background: #eee;
        font-weight: 600;
    }
    .list-item .item {
        float: left;
    }
    .list-item .item.float-right {
        float: right !important;
    }
    .list-item .item.size5 { width: 5%; }
    .list-item .item.size10 { width: 10%; }
    .list-item .item.size15 { width: 15%; }
    .list-item .item.size20 { width: 20%; }
    .list-item .item.size25 { width: 25%; }
    .list-item .item.size30 { width: 30%; }
    .list-item .item.size35 { width: 35%; }
    .list-item .item.size40 { width: 40%; }
    .list-item .item.size45 { width: 45%; }
    .list-item .item.size50 { width: 50%; }
    .list-item .item.size55 { width: 55%; }
    .list-item .item.size60 { width: 60%; }
    .list-item .item.size65 { width: 65%; }
    .list-item .item.size70 { width: 70%; }
    .list-item .item.size75 { width: 75%; }
    .list-item .item.size80 { width: 80%; }
    .list-item .item.size85 { width: 85%; }
    .list-item .item.size90 { width: 90%; }
    .list-item .item.size95 { width: 95%; }
    .list-item .item.size100 { width: 100%; }
    .list-item .item-right { text-align: right; }
    .list-item .item-left { text-align: left; }
    .list-item .item-center { text-align: center; }

    .list-menu-icon {
        position: absolute;
        right: 10px;
        top: 9px;
        font-size: 18px !important;
        color: #ccc;
        transition: 300ms;
        cursor: pointer;
        &:hover {
            color: #333;
        }
    }
    .list-menu {
        position: absolute;
        display: none;
        right: 13px;
        top: 13px;
        border-radius: 3px;
        background: #fff;
        z-index: 9999;
        border-top: 1px solid #eee;
        box-shadow:0 2px 5px 0px rgba(0, 0, 0, 0.25);
        overflow: hidden;
        line-height: 16px;
        font-size: 16px;
    }
    .list-menu.active {
        display: block;
    }
    .list-menu .link {
        padding: 8px 10px;
        color: #777;
        transition: 300ms;
        min-width: 130px;
        max-width: 100%;
        border-bottom: 1px solid #eee;
        font-size: 14px;
    }
    .list-menu .link:hover {
        background: #eee;
    }
    .list-button-box {
        width: 140px;
        height: 31px;
        cursor: pointer;
    }
    .list-button-menu {
        opacity: 0;
        background: #f5f5f5;
        position: absolute;
        left: 0px;
        top: -15px;
        z-index: 50;
        min-width: 200px;
        text-align: left;
        border-top: 0px;
        box-shadow:0 2px 5px 0px rgba(0, 0, 0, 0.25);
        overflow: hidden;
        border-radius: 2px;
        transition: 100ms;
        visibility: hidden;
        font-size: 14px;
    }
    .list-button-menu .fa {
        width: 20px;
    }
    .list-button-menu.active {
        visibility: visible;
        opacity: 1;
        display: block;
        top: 0px;
        transition: 200ms;
        color: #777;
    }
    .list-button-menu .link {
        padding: 8px;
        color: #777;
        transition: 300ms;
    }
    .list-button-menu .link:hover {
        background: #555;
        color: #fff;
}
.lightbox {
    position: relative;
    max-width: 100%;
    max-width: 650px;
    min-height: 200px;
    color: #666;
    border-radius: 2px;
}
.lightbox .title {
    background: #1980bb repeat-x;
    text-align: left;
    padding: 20px;
    border-radius: 2px 2px 0 0;
    color: #fff;
    font-size: 30px;
}
.lightbox .alert-title {
    background: #f8843d;
    text-align: center;
    padding: 20px;
    border-radius: 2px 2px 0 0;
    color: #fff;
    font-size: 30px;
}
.lightbox .confirm-title {
    background: #28bd91;
    text-align: center;
    padding: 20px;
    border-radius: 2px 2px 0 0;
    color: #fff;
    font-size: 30px;
}
.lightbox .content {
    background: #fff;
    text-align: left;
    padding: 20px;
    box-shadow:0 2px 5px 0px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #eee;
}
.form-item,.form-item-half {
    position: relative;
    margin-left: 200px;
    margin-bottom: 15px;
    min-height: 20px;
}
.form-item-half {
    margin-left: 50%;
}
.form-item input,.form-item textarea {
    width: 100%;
}
.form-item-half input,.form-item-half textarea {
    width: 100%;
}
.form-item .form-label {
    position: absolute;
    left: -200px;
    top: 10px;
}
.form-item-check {
    position: relative;
    margin-left: 50px;
    margin-bottom: 15px;
    min-height: 20px;
}
.form-item-check .form-label {
    position: absolute;
    left: -50px;
    top: 0px;
}
.form-item-check .form-input {
    padding-top: 2px;
}
.form-item-half .form-label {
    position: absolute;
    left: -100%;
    top: 10px;
}
.hidden { display: none; }
.button {
    display: inline-block;
    background: #1980bb;
    border-radius: 3px;
    border: 3px solid transparent;
    padding: 10px 30px;
    font-size: 16px;
    font-family: inherit;
    color: #fff;
    transition: 300ms;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.button:hover {
    color: #fff;
    background: #2fcbac;
}
.filter-link {
    background: #ccc;
    color: #fff;
    float: left;
    padding: 6px;
    margin-right: 10px;
    margin-bottom: 15px;
    border-radius: 3px;
}
.filter-link.active {
    background: #aaa;
    color: #fff;
}
.hours-box {
    position: relative;
    float: left;
    padding: 4px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 14px;
    box-sizing: border-box;
}
.hours-head {
    background: #ddd;
    color: #111;
}
.hours-day {
    width: 70px;
    text-align: center;
}
.hours-name {
    width: 150px;
    text-align: left;
}
.hours-total {
    width: 100px;
    text-align: center;
}
.calendar-link {
    transition: 300ms;
    padding: 5px;
    border-radius: 4px;
    color: #000 !important; }

.calendar-link:hover {
    background: #ff568e;
    color: #fff !important; }

.calendar-header {
    padding: 10px;
    box-sizing: border-box;
    width: 98%;
    text-align: center;
    color: #333;
    border-radius: 2px 2px 0 0;
    margin-bottom: 5px;
    font-size: 26px;
    font-weight: 600; }

.calendar-arrow {
    transition: 300ms;
    position: absolute;
    top: 5px;
    padding-top: 5px;
    padding-left: 0px;
    border-radius: 50%;
    text-align: center;
    width: 32px;
    height: 32px;
    background: none;
    color: #333;
    box-sizing: border-box;
    font-size: 24px; }

.calendar-arrow:hover {
    color: #888; }

.calendar-arrow img {
    position: absolute;
    top: 9px;
    left: 12px; }

.calendar-arrow.right {
    padding-left: 5px; }

.day-head {
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    float: left;
    width: 14%;
    text-align: center;
    font-size: 14px;
    background: #fff;
    color: #455;
    font-weight: 600; }

.day-box {
    transition: 200ms;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    background: #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #eee;
    float: left;
    width: 14%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #555; }

.day-box:hover {
    background: #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.day-box.active {
    background: #78c117;
    color: #fff;
}
.day-box.past {
    color: #eee;
}
.day-box.past:hover {
    color: #ddd;
    background: #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #eee;
}
.day-box.pending {
    color: #aaa;
    background: #eee;
}
.day-box.pending:hover {
    color: #aaa;
    background: #eee;
}
.day-box.busy {
    color: #fff;
    background: #999;
}
.day-box.busy:hover {
    color: #fff;
    background: #999;
}
.day-box.declined {
    color: #fff;
    background: #e94d6a;
}
.day-box.declined:hover {
    color: #fff;
    background: #e94d6a;
}


    /* Smaller than standard 960 (devices and browsers) */
    @media only screen and (max-width: 959px) {
    }

    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 959px) {

    }

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
        .list-item .items { margin-right: 0px; }
        .no-mobi { display: none; }
        .list-item .mobi-right { text-align: right !important; }
        .list-item .mobi-left { text-align: left !important; }
        .list-item .mobi-center { text-align: center !important; }
        .list-item .item.mobi-size5 { width: 5% !important; }
        .list-item .item.mobi-size10 { width: 10% !important; }
        .list-item .item.mobi-size15 { width: 15% !important; }
        .list-item .item.mobi-size20 { width: 20% !important; }
        .list-item .item.mobi-size25 { width: 25% !important; }
        .list-item .item.mobi-size30 { width: 30% !important; }
        .list-item .item.mobi-size35 { width: 35% !important; }
        .list-item .item.mobi-size40 { width: 40% !important; }
        .list-item .item.mobi-size45 { width: 45% !important; }
        .list-item .item.mobi-size50 { width: 50% !important; }
        .list-item .item.mobi-size55 { width: 55% !important; }
        .list-item .item.mobi-size60 { width: 60% !important; }
        .list-item .item.mobi-size65 { width: 65% !important; }
        .list-item .item.mobi-size70 { width: 70% !important; }
        .list-item .item.mobi-size75 { width: 75% !important; }
        .list-item .item.mobi-size80 { width: 80% !important; }
        .list-item .item.mobi-size85 { width: 85% !important; }
        .list-item .item.mobi-size90 { width: 90% !important; }
        .list-item .item.mobi-size95 { width: 95% !important; }
        .list-item .item.mobi-size100 { width: 100%; }

        .form-item,.form-item-half {
            position: relative;
            margin-left: 0px;
            margin-top: 40px;
            margin-bottom: 15px;
            min-height: 20px;
        }
        .form-item-half {
            margin-left: 100%;
        }
        .form-item input,.form-item textarea {
            width: 100%;
        }
        .form-item-half input,.form-item-half textarea {
            width: 100%;
        }
        .form-item .form-label {
            position: absolute;
            left: 0px;
            top: -25px;
        }
        .form-item .form-label.rel {
            position: relative;
            left: 0px;
            top: -25px;
        }
        .form-item-half .form-label {
            position: absolute;
            left: -100%;
            top: 10px;
        }

    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 480px) and (max-width: 767px) {


    }

    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 479px) {

    }
