﻿@charset "utf-8";

/*-- Custom Fonts --*/
@font-face {
    font-family: 'avi-book';
    src: url('../fonts/gr-book.eot');
    src: url('../fonts/gr-book.eot?#iefix') format('embedded-opentype'), url('../fonts/gr-book.woff') format('woff'), url('../fonts/gr-book.ttf') format('truetype'), url('../fonts/gr-book.svg#GothamRounded-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avi-medium';
    src: url('../fonts/gr-medium.eot');
    src: url('../fonts/gr-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/gr-medium.woff') format('woff'), url('../fonts/gr-medium.ttf') format('truetype'), url('../fonts/gr-medium.svg#GothamRounded-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------
    Basic Layout Classes
---------------------------*/
/*-- Alignment --*/
.clearLeft {
    clear: left;
}

.clearboth {
    clear: both;
}

.clearfix {
    clear: both;
    height: 0;
    content: "";
    display: block;
}

.noDisplay, .displayNone {
    display: none;
}

.hidden {
    display: none;
}

.center {
    margin: 0 auto;
}

.ltxtalign {
    text-align: left;
}

.rtxtalign {
    text-align: right !important;
}

.ctxtalign {
    text-align: center !important;
}

.small {
    font-size: 10px;
}

.left-float {
    float: left !important;
}

.right-float {
    float: right !important;
}

.container-fluid {
    height: calc(100% - 95px) !important;
    height: -webkit-calc(100% - 95px) !important;
    height: -moz-calc(100% - 95px) !important;
    height: -o-calc(100% - 95px) !important;
    padding: 0;
}

.container-popup {
    width: 100%;
    height: 100%;
    /*padding: 0;*/
    padding: 20px;
}
/*-- Height & Width --*/
.height62 {
    height: 62px;
}

.height250 {
    height: 250px;
}

.height350 {
    height: 350px;
}

.width100 {
    width: 100px;
}

.width20-percent {
    width: 20%;
}

.full-width {
    width: 100%;
}

.square21 {
    height: 21px;
    width: 21px;
}

.square76 {
    height: 76px;
    width: 76px;
}
/*-- Display --*/
.displayBlock {
    display: block;
}

.displayInlineBlock {
    display: inline-block;
}
/*-- padding --*/
.nopadding {
    padding: 0 !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-30 {
    padding: 30px !important;
}

.top-padding-10 {
    padding-top: 10px;
}

.top-padding-20 {
    padding-top: 20px;
}

.top-padding-30 {
    padding-top: 30px;
}

.leftpadding-20 {
    padding-left: 20px !important;
}

.leftpadding-30 {
    padding-left: 30px !important;
}

.rightpadding-0 {
    padding-right: 0 !important;
}

.rightpadding-30 {
    padding-right: 30px !important;
}

.bottom-padding-10 {
    padding-bottom: 10px;
}
/*-- margins --*/
.nomargin {
    margin: 0 !important;
}

.marginAuto {
    margin: auto;
}

.margin-5 {
    margin: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-20 {
    margin: 20px !important;
}

.topmargin-0 {
    margin-top: 0 !important;
}

.topmargin-3 {
    margin-top: 3px !important;
}

.topmargin-5 {
    margin-top: 5px !important;
}

.topmargin-10 {
    margin-top: 10px !important;
}

.topmargin-15 {
    margin-top: 15px !important;
}

.topmargin-20 {
    margin-top: 20px !important;
}

.topmargin-24 {
    margin-top: 24px !important;
}

.topmargin-30 {
    margin-top: 30px !important;
}

.topmargin-35 {
    margin-top: 35px !important;
}

.topmargin-40 {
    margin-top: 40px !important;
}

.topmargin-50 {
    margin-top: 50px !important;
}

.bottommargin-0 {
    margin-bottom: 0 !important;
}

.bottom-margin-2 {
    margin-bottom: 2px !important;
}

.bottommargin-5 {
    margin-bottom: 5px !important;
}

.bottommargin-10 {
    margin-bottom: 10px !important;
}

.bottommargin-15 {
    margin-bottom: 15px !important;
}

.bottommargin-20 {
    margin-bottom: 20px !important;
}

.bottommargin-30 {
    margin-bottom: 30px !important;
}

.bottommargin-40 {
    margin-bottom: 40px !important;
}

.bottommargin-50 {
    margin-bottom: 50px !important;
}

.rightmargin-5 {
    margin-right: 5px !important;
}

.rightmargin-10 {
    margin-right: 10px !important;
}

.rightmargin-15 {
    margin-right: 15px !important;
}

.rightmargin-20 {
    margin-right: 20px !important;
}

.leftmargin-5 {
    margin-left: 5px !important;
}

.leftmargin-10 {
    margin-left: 10px !important;
}

.leftmargin-15 {
    margin-left: 15px !important;
}

.leftmargin-20 {
    margin-left: 20px !important;
}
/*-- backgrounds --*/
.bkgd-white {
    background-color: #fff;
}

.bkgd-f1f1f1 {
    background-color: #f1f1f1;
}

.bkgd-e7e7e7 {
    background-color: #e7e7e7;
}

.bkgd-highlight {
    background-color: #97CC44;
}
/*-- box shadow --*/
.noshadow {
    box-shadow: none;
}
/*-- borders --*/
.no-border {
    border: none !important;
}

.no-border-top {
    border-top: none !important;
}

.no-border-bottom {
    border-bottom: none !important;
}

.small-border {
    border: 1px solid #d7d7d7;
}

.small-border-top {
    border-top: 1px solid #d7d7d7;
}

.small-border-bottom {
    border-bottom: 1px solid #d7d7d7;
}

.small-dashed-border-right {
    border-right: 1px dashed #d7d7d7;
}

.small-dashed-border-bottom {
    border-bottom: 1px dashed #d7d7d7;
}

.border-1 {
    border-style: solid;
    border-width: 1px;
}

.border-4 {
    border-style: solid;
    border-width: 4px;
}

.border-color-e7e7e7 {
    border-color: #e7e7e7;
}

.radius-4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.radius-6 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
/*-- Font --*/
.family-avi-medium {
    font-family: 'avi-medium', sans-serif !important;
}

.family-avi-book {
    font-family: 'avi-book', sans-serif !important;
}

.uppercase {
    text-transform: uppercase;
}

.lightgray {
    color: #949494;
}

.darkgray {
    color: #515151;
}

.darkblue {
    color: #20374b;
}

.text-highlight {
    color: #97CC44;
}

.text-white {
    color: #ffffff;
}

.font10 {
    font-size: 10px;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font21 {
    font-size: 21px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font34 {
    font-size: 34px;
}

.font40 {
    font-size: 40px;
}

.font42 {
    font-size: 42px;
}

.font50 {
    font-size: 50px;
}
/*-- Line Heights --*/
.lineheight16 {
    line-height: 16px;
}

.lineheight18 {
    line-height: 18px;
}

.lineheight24 {
    line-height: 24px !important;
}

.lineheight36 {
    line-height: 36px !important;
}
/*-- supercript --*/
.super-1 {
    position: relative;
    bottom: 1px;
}
/*-- Error Styles --*/
.error {
    color: #ff0000;
}

.k-file-error {
    margin-left: 5px;
}
/*-- Cursor --*/
.imgPointer {
    cursor: pointer;
}
/*-- Overflow / Scroll --*/
.overflow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}
/*-------------------------------
    END: Basic Layout Classes
--------------------------------*/

/*--------------------------
    Main Layout Elements
---------------------------*/
html {
    width: 100% !important;
    height: 100%;
    overflow-x: hidden;
}

body {
    width: 100% !important;
    height: 100%;
    position: relative;
    font-family: 'avi-book', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #949494;
}

#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -90px;
    /* Pad bottom by footer height */
    padding: 0 0 90px;
}

header {
    position: relative;
    padding: 0;
    height: 60px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #d7d7d7;
}

    header .navbar {
        border: none;
    }

    header .navbar-header {
        margin-right: 15px;
        width: auto;
        height: 59px;
        line-height: 56px;
        text-align: left;
    }

    header #header-logo {
        float: none;
        margin-left: auto;
        padding: 0;
        max-width: 200px;
        max-height: 45px;
        height: auto;
    }

    header .navbar-toggle {
        float: left;
        color: #20374b;
    }
/*-- Navbar Cart / Checkout Item --*/
#navbar-cart {
    float: left;
}

    #navbar-cart a {
        padding: 0 10px;
        width: 100%;
        height: 100%;
        text-decoration: none;
        display: block;
        line-height: 58px;
    }

    #navbar-cart #cartCount {
        position: relative;
        top: 2px;
        font-family: 'avi-book', sans-serif;
        font-size: 12px;
        color: #97CC44;
        font-weight: bold;
    }

    #navbar-cart .fa, #navbar-cart a:hover .fa {
        position: relative;
        top: 2px;
        margin: 0 5px 0 0;
        font-size: 24px;
        color: #97CC44;
    }

    #navbar-cart .cart-text {
        font-size: 14px;
        color: #515151;
        font-weight: bold;
        font-family: 'avi-book', sans-serif;
    }
/*-- Top Navigation Menu Items --*/
header .top-nav-menu {
    float: left;
    position: relative;
    padding: 0 10px;
    cursor: pointer;
    color: #20374b;
    font-family: 'avi-medium', sans-serif;
    min-height: 59px;
    line-height: 56px;
    min-width: 65px;
    text-align: center;
}

    header .top-nav-menu .nav-menu-icon {
        color: #999;
        font-size: 20px;
    }

    header .top-nav-menu:hover {
        background-color: #e7e7e7;
    }

header li.divider {
    margin: 8px 20px;
    height: 1px;
    background-color: #e1e1e1;
}
/*-- Top Navigation Menu Dropdowns --*/
header .top-nav-menu .top-nav-menu-dropdown {
    position: absolute;
    top: 59px;
    left: 0;
    padding: 0;
    display: none;
    border-top: 1px solid #d7d7d7;
    z-index: 2;
}

header #language-menu .top-nav-menu-dropdown {
    left: 0;
    right: auto;
}

header .top-nav-menu-dropdown ul {
    padding: 0;
    top: 0;
    margin: 0;
    min-width: 180px;
    padding: 12px 0px !important;
    font-family: 'avi-book', sans-serif;
    background-color: #fff;
    border: none;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.172549) 0px 3px 6px;
    z-index: 2;
}

header .top-nav-menu-dropdown li {
    list-style: none;
    display: block;
}

header .top-nav-menu-dropdown ul li a,
header.top-nav-menu-dropdown ul li .k-link {
    padding: 4px 20px;
    font-family: 'avi-book', sans-serif;
    display: block;
    clear: both;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #20374B;
    white-space: nowrap;
    text-decoration: none;
    text-transform: none;
    text-align: left;
}

header .top-nav-menu-dropdown ul li:last-child {
    border-bottom: none;
}

header .top-nav-menu-dropdown ul li:hover > a {
    color: #fff;
    background-color: #97CC44;
}
/*-- User Menu Item --*/
header #username {
    float: left;
    position: relative !important;
    margin-top: 0;
    padding: 0 10px;
    color: #20374b;
    font-family: 'avi-medium', sans-serif;
    cursor: pointer;
    min-height: 59px;
    line-height: 56px;
}

header #userImg {
    float: left;
    margin: 12px 0 0;
    height: 32px;
    width: 32px;
    cursor: pointer;
    border: 2px solid #999;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

header #name-user {
    padding-left: 10px;
    color: #20374B;
    font-family: 'avi-book', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

header #username:hover, header .header-cart a:hover {
    background-color: #e7e7e7;
}
/*-- User Menu Dropdown --*/
header #user-menu-dropdown {
    display: none;
    position: absolute;
    top: 59px;
    right: 0;
    padding: 0;
    border-top: 1px solid #d7d7d7;
    z-index: 2;
}

    header #user-menu-dropdown ul {
        top: 0;
        margin: 0;
        min-width: 200px;
        padding: 12px 0px !important;
        font-family: 'avi-book', sans-serif;
        background-color: #fff;
        border: none;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.172549) 0px 3px 6px;
    }

    header #user-menu-dropdown li {
        list-style: none;
        display: block;
    }

        header #user-menu-dropdown li.divider {
            margin: 8px 20px;
            height: 1px;
            background-color: #e1e1e1;
        }

    header #user-menu-dropdown ul li a,
    header #user-menu-dropdown ul li .k-link {
        padding: 4px 20px;
        font-family: 'avi-book', sans-serif;
        display: block;
        clear: both;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        color: #20374B;
        white-space: nowrap;
        text-decoration: none;
        text-transform: none;
    }

    header #user-menu-dropdown ul li:last-child {
        border-bottom: none;
    }

    header #user-menu-dropdown ul li:hover > a {
        color: #fff;
        background-color: #97CC44;
    }
/*-- Additional Menu Styles --*/
header #main-nav .top-nav-menu {
    padding: 0;
}

    header #main-nav .top-nav-menu > a {
        padding: 0 13px;
        width: 100%;
        height: 100%;
        color: #20374b;
        font-family: 'avi-medium', sans-serif;
        display: block;
        line-height: 56px;
        background: transparent;
    }

#main-nav .navbar-collapse > ul > li > a:hover > span.menu-highlight, #login-menu-link:hover > span > span.menu-highlight {
    position: relative;
    bottom: 19px;
    height: 3px;
    width: 100%;
    display: block;
    background-color: #97CC44;
}
/*-- Content Containers --*/
#body-content {
    width: 100%;
    height: 100%;
}

.body-content {
    width: 100%;
    height: 100%;
}

#main-content {
    width: 100%;
    margin: 0;
    position: relative;
    /*padding: 30px;*/
}
/*-- Footer --*/
footer {
    height: 90px;
    width: 100%;
    text-align: right;
}

    footer .navbar {
        height: 90px;
        margin-bottom: 0;
        padding: 26px 15px 0 0;
        border-radius: unset;
        border-top: 1px solid #d8d8d8;
        background-color: #f1f1f1;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    footer p {
        color: #afafaf;
        font-size: 14px;
        line-height: 37px;
    }

.footer-logo {
    width: 80px;
    float: right;
    margin-left: 10px;
}

.footer-sidebar {
    position: relative;
    float: left;
    width: 240px;
    height: 90px;
    background-color: #2B4964;
    border-top: 1px solid #2B4964;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

footer.collapsed .footer-sidebar {
    width: 240px;
}

footer.collapsed .navbar {
    margin-left: 40px;
}
/*-- Modals --*/
body.modal-open {
    /* Fix Modal not jumping to top of page */
    overflow: visible;
}

.modal-sm {
    width: 450px;
}

.modal-xs {
    width: 300px;
}

.modal-body {
    padding: 30px;
}

.bootbox .modal-body {
    padding: 20px;
}

.modal-header {
    background-color: #e7e7e7;
    background-clip: padding-box;
    border-bottom: 1px solid #d7d7d7;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
/*-------------------------------
    END: Main Layout Elements
--------------------------------*/

/*---------------------------
    Main Content Elements
----------------------------*/
h1, h2, h3, h4, h5 {
    color: #20374B;
    font-family: 'avi-book', sans-serif;
    font-size: 28px;
    padding: 0;
    margin: 0 0 5px 0;
}

h1 {
    font-family: 'avi-medium', sans-serif;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
    font-family: 'avi-medium', sans-serif;
}

h5 {
    font-size: 12px;
    font-family: 'avi-medium', sans-serif;
}

p {
    margin: 0 0 15px;
    font-family: 'avi-book', sans-serif;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    max-height: 100%;
}

h3.gray-flag-banner {
    padding: 0 10px 0 15px;
    color: #949494;
    font-family: 'avi-book', sans-serif;
    line-height: 36px;
    display: inline-block;
    background-color: #f1f1f1;
}

    h3.gray-flag-banner > .white-triangle {
        float: right;
        position: relative;
        left: 10px;
        width: 0;
        height: 0;
        border-bottom: 18px solid transparent;
        border-top: 18px solid transparent;
        border-right: 15px solid #fff;
    }
/*-- Badges --*/
.badge-action, .btn-default .badge-action {
    color: #fff;
    background-color: #97CC44;
}
/*-- Buttons --*/
.btn {
    padding: 8px 14px;
}

.btn-sm {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
}

.btn-xs {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 17px;
}

.btn-xxs {
    padding: 2px 8px;
    font-size: 10px;
    line-height: 13px;
}

.btn-default {
    color: #20374b;
}

.btn-secondary {
    margin: 0;
    color: #515151 !important;
    font-family: 'avi-medium', sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #e7e7e7;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active,
    .btn-secondary.active,
    .open > .dropdown-toggle.btn-secondary {
        background-color: #d7d7d7;
        border-color: #ccc;
    }

    .btn-secondary > i.fa {
        color: #515151;
        font-size: 16px;
    }

.btn-action {
    margin: 0;
    /*font-family: 'avi-book', sans-serif;*/
    font-family: 'avi-medium', sans-serif;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #97CC44;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-group .btn-action {
    border-color: #82B433;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active,
.open > .dropdown-toggle.btn-action {
    color: #fff;
    background-color: #82B433;
    border-color: #6e9c25;
}

.btn-action:active,
.btn-action.active,
.open > .dropdown-toggle.btn-action {
    background-image: none;
}

.btn-action .badge {
    color: #ffffff;
    background-color: #97CC44;
}

.btn-action > i.fa {
    color: #fff;
    font-size: 16px;
}

.btn-action.btn-sm > i.fa, .btn-secondary.btn-sm > i.fa {
    font-size: 14px;
}

.btn-action.btn-xs > i.fa, .btn-secondary.btn-xs > i.fa {
    font-size: 12px;
}

.btn-action.btn-xxs > i.fa, .btn-secondary.btn-xxs > i.fa {
    font-size: 10px;
}
/*-- Button Dropdowns --*/
.btn-group .dropdown-menu > li:not(.disabled) > a:hover, .btn-group .dropdown-menu > li:not(.disabled) > a:focus {
    color: #fff;
    background-color: #97CC44;
}
/*-- Forms --*/
form {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

    fieldset div {
        margin-bottom: 10px;
    }

label {
    font-size: 14px;
    font-family: 'avi-medium', sans-serif;
    display: block;
    color: #20374B;
    font-weight: normal;
}

    label > .req-star, .req-star {
        color: #97CC44 !important;
    }

    label.checkbox-lbl {
        position: relative;
        top: 3px;
        display: inline-block;
        vertical-align: super;
    }

.form-control {
    min-height: 37px;
    height: 37px !important;
}

textarea.form-control {
    min-height: 74px;
    height: auto !important;
}

.input-group-addon {
    color: #20374b;
}

    .input-group-addon .fa {
        font-size: 16px;
    }

.input-group-xs .form-control {
    padding: 5px 10px;
    min-height: 25px;
    height: 25px !important;
    font-size: 12px;
}

.input-group-xs .input-group-addon {
    padding: 5px 10px;
    height: 25px;
    font-family: avi-medium, sans-serif;
    font-size: 11px;
}
/*-- Tables --*/
.full-table {
    width: 100%;
}

.table {
    margin-bottom: 0;
    font-size: 14px;
    color: #20374b;
    border-bottom: 5px solid #e7e7e7;
}

    .table > thead {
        background-color: #e7e7e7;
    }

        .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
            border: none;
        }

    .table.pad12 > thead > tr > th, .table.pad12 > tbody > tr > td {
        padding: 12px;
    }
/*-- Pagination --*/
.pagination > li > a, .pagination > li > span, .pagination > li:hover > a, .pagination > .li:hover > span {
    color: #20374b;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #97CC44;
    border-color: #97CC44;
}

.pagination > li.scrunch > a {
    padding: 6px 0;
    width: 0px;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #949494;
}

.page-count {
    margin: 7px 0 0 20px;
}
/*-- Tooltips / Popovers --*/
.popover-content {
    color: #20374b;
}
/*-- Progress Bars --*/
.progress-bar-highlight {
    background-color: #97CC44;
}
/*-- Tabs --*/
.tab-content {
    position: relative;
}

#tab-load-icon {
    position: absolute;
    top: 120px;
    left: 50%;
    font-size: 38px;
    color: #20374b;
}

.nav-tabs > li > a {
    margin-right: 4px;
    color: #20374b;
    background-color: #f1f1f1;
    border-color: #f1f1f1 #f1f1f1 #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #20374b;
}

.nav-pills > li > a {
    color: #20374b;
    font-size: 16px;
    background-color: #f1f1f1;
    border: 1px solid #d7d7d7;
}

.nav-pills > li {
    margin: 0 5px 0 0;
}

.nav-pills.nav-stacked > li {
    margin: 0 0 10px;
}

.nav-pills > li > a {
    border-radius: 6px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    /*font-family: 'avi-medium', sans-serif;*/
    background-color: #97CC44;
    border: 1px solid #82B433;
}
/*-- Howler Messages --*/
.howl {
    padding: 0;
    list-style: none;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#2B4964), to(#20374B));
    background-image: -webkit-linear-gradient(top, #2B4964, 0%, #20374B, 100%);
    background-image: -moz-linear-gradient(top, #2B4964 0%, #20374B 100%);
    background-image: linear-gradient(to bottom, #2B4964 0%, #20374B 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2B4964', endColorstr='#ff20374B', GradientType=0);
    border: 1px solid #111;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}

    .howl:empty {
        display: none;
    }

.howl-slot {
    position: relative;
}

.howl-close {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 10px;
    color: #000;
    outline: none !important;
    filter: alpha(opacity=25);
    -webkit-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
    text-shadow: none;
}

.howl-message {
    position: relative;
    padding: 10px 30px 13px 65px;
    color: #f1f1f1;
    font-size: 13px;
    font-weight: 500;
    background: transparent;
    text-shadow: 0px 1px #111111;
    -webkit-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
    -moz-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
    box-shadow: inset 0px 1px rgba(255, 255, 255, 0.13), inset 0px -1px rgba(0, 0, 0, 0.23), inset 48px 0px 0px rgba(0, 0, 0, 0.3), inset 46px 0px 0px rgba(255, 255, 255, 0.07);
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
}

    .howl-message:hover .howl-close {
        color: #fff;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    .howl-message a {
        color: #f0ad4e;
        text-decoration: none;
    }

        .howl-message a:hover {
            text-decoration: underline;
        }

.howl-title {
    margin-bottom: 4px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

    .howl-title:empty {
        display: none;
    }

.howl-message-inner:before {
    position: absolute;
    top: 15px;
    left: 18px;
    z-index: 20;
    display: block;
    content: " ";
    height: 13px;
    width: 13px;
    background-color: #999;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}

.howl-message.howl-danger .howl-message-inner:before {
    background-color: #d9534f;
}

.howl-message.howl-info .howl-message-inner:before {
    background-color: #3498db;
}

.howl-message.howl-success .howl-message-inner:before {
    background-color: #5cb85c;
}

.howl-message.howl-warning .howl-message-inner:before {
    background-color: #ff751a;
}

.howl-icon {
    position: absolute;
    top: 12px;
    left: 15px;
    z-index: 1000;
    width: 1em;
    font-size: 20px;
    text-align: center;
}

.howl-has-icon .howl-message-inner:before {
    display: none !important;
}

.howl-has-icon .howl-icon {
    color: #bbb;
}

.howl-has-icon .howl-success .howl-icon {
    color: #5cb85c;
}

.howl-has-icon .howl-warning .howl-icon {
    color: #ff751a;
}

.howl-has-icon .howl-danger .howl-icon {
    color: #d9534f;
}

.howl-has-icon .howl-info .howl-icon {
    color: #3498db;
}

.howl {
    position: fixed;
    top: auto;
    bottom: 10px;
    right: auto;
    left: 50%;
    z-index: 1200;
    width: 300px;
    padding: 0;
    margin: 0;
    margin-left: -150px;
}
/*-- Popup Forms --*/
#popup-form-elements {
    height: 100%;
}

#popup-buttons {
    height: 50px;
    text-align: right;
    border-top: solid 1px #d8d8da;
    vertical-align: middle;
}

.k-window-title {
    margin: 3px 0 0 10px;
    font-family: 'avi-book', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #515151;
}

.k-window-titlebar .k-window-actions a {
    margin: 4px 5px 0 0;
}
/*--------------------------------
    END: Main Content Elements
---------------------------------*/

/*-------------------------------------
    Specific Page / Section Content
--------------------------------------*/
/*-- Login --*/
.login-section {
    padding: 30px;
    background-color: #E7E7E7;
    border-radius: 10px;
}

    .login-section h2 {
        margin-bottom: 10px;
        margin-top: 0;
        font-family: 'avi-medium', sans-serif;
        text-transform: none;
        text-align: center;
    }

    .login-section #btnSubmit { /*-- Added !important due to over-riding styles --*/
        margin: 20px 0 0;
        color: #fff !important;
        font-size: 16px !important;
        background-color: #97CC44 !important;
    }

        .login-section #btnSubmit > i.fa {
            font-size: 17px;
        }

#login-logo {
    max-height: 210px;
}

.vertical-align {
    display: flex;
    align-items: center;
    min-height: 100%;
    margin: 0 !important;
}

.forgotPasswordContent {
    float: left;
    margin: 30px 30px 120px 30px;
    text-align: center;
}
/*fix for bootstrap box sizing issues inside of kendo tabs*/
.boxfix *,
.boxfix *::before,
.boxfix *::after {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
/*Signature Pad*/
.m-signature-pad {
    position: relative;
    padding: 7px;
    width: 100% !important;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.m-signature-pad--body {
    position: relative;
    height: 100px;
}

    .m-signature-pad--body canvas {
        width: 100%;
        height: 100%;
    }

.m-signature-pad--footer {
    position: relative;
    margin-top: 7px;
}

    .m-signature-pad--footer .description {
        float: right;
        padding: 7px 0 8px;
        width: 79%;
        color: #949494;
        font-size: 12px;
        text-align: center;
        background-color: #f5f5f5;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

        .m-signature-pad--footer .description.success {
            width: 89%;
            color: #3c763d;
            text-transform: uppercase;
            background-color: #dff0d8;
        }
/*-- Date Picker (Week) Carousel --*/
.calendarControlBtn {
    float: left;
    width: 35px;
    height: 35px;
    color: #20374b;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    background-color: #e7e7e7;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .calendarControlBtn.prev {
        margin: 35px 15px 0 0;
    }

    .calendarControlBtn.next {
        margin: 35px 0 0 15px;
    }

.calendar-controls {
    margin-bottom: 20px;
}

.calendarLocation {
    font-size: 18px;
    font-family: 'avi-medium', sans-serif;
    color: #20374b;
    text-align: center;
}

.calendarWeek .wkDy {
    float: left;
    width: 14.26%;
    text-align: center;
    cursor: pointer;
    border: 1px solid #d7d7d7;
    border-right: none;
}

    .calendarWeek .wkDy.last {
        border-right: 1px solid #d7d7d7;
    }

    .calendarWeek .wkDy.active {
        border: 1px solid #20374b;
    }

        .calendarWeek .wkDy.active + .wkDy {
            border-left: none;
        }

    .calendarWeek .wkDy .wkDyTitle {
        width: 100%;
        height: 26px;
        line-height: 26px;
        background-color: #f9f9f9;
        border-bottom: 1px solid #d7d7d7;
        color: #20374b;
        text-transform: capitalize;
    }

    .calendarWeek .wkDy.past .wkDyTitle {
        color: #949494;
        background-color: #f1f1f1;
    }

    .calendarWeek .wkDy:hover .wkDyTitle {
        background-color: #e7e7e7;
    }

    .calendarWeek .wkDy.active .wkDyTitle {
        color: #fff;
        background-color: #97CC44;
        border-bottom: 1px solid #20374b;
    }

    .calendarWeek .wkDy .calDateWrapper {
        cursor: pointer;
        padding-top: 19px;
        height: 79px;
        color: #20374b;
    }

    .calendarWeek .wkDy.past .calDateWrapper {
        cursor: not-allowed;
        color: #949494;
    }

    .calendarWeek .wkDy:hover .calDateWrapper {
        background-color: #f1f1f1;
    }

    .calendarWeek .wkDy.active .calDateWrapper {
        color: #20374b;
        background-color: #f1f1f1;
    }

    .calendarWeek .wkDy .calDateWrapper .calMo {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 14px;
    }

    .calendarWeek .wkDy .calDateWrapper .calDate {
        font-size: 28px;
        line-height: 28px;
    }
/*-- Venue Location Time Select List --*/
.pr-time-select {
    float: left;
    margin: 0 10px 10px 0;
    padding: 6px 12px;
    width: 90px;
    color: #515151;
    list-style-type: none;
    text-align: center;
    cursor: pointer;
    background-color: #e7e7e7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .pr-time-select.full, .pr-time-select.soldout {
        color: #fff;
        cursor: not-allowed;
        background-color: #949494;
    }

    .pr-time-select.active {
        color: #fff;
        background-color: #97CC44;
    }

#tmplPickDateRowWrapper .pickDateRowIdx:not(:last-of-type) > .row {
    border-bottom: 1px dashed #d7d7d7;
}
/*-- Customize Event (Step #4) --*/
.upsNameBox {
    height: 54px;
    line-height: 18px;
}

#waiver-content p, #waiver-content span, #waiver-content div, #waiver-content b, #waiver-content strong, #waiver-content em {
    color: #949494 !important;
    font-family: 'avi-book', sans-serif !important;
    background-color: transparent !important;
}

#waiver-content strong, #waiver-content b {
    font-family: 'avi-medium', sans-serif !important;
}

.faq-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .faq-box li {
        margin: 0 0 10px;
        padding: 0;
        list-style: none;
        cursor: pointer;
    }

    .faq-box .faq-answer {
        padding: 3px 0 3px 18px;
        font-size: 13px;
        display: none;
    }
/*-- Checkout Discount Codes --*/
.spnDiscCode {
    margin: 0 5px 5px 0;
    color: #20374b;
    display: inline-block;
    background-color: #e7e7e7;
}

    .spnDiscCode > .removeDisc {
        padding: 4px 7px 4px 8px;
        display: inline-block;
        cursor: pointer;
        border-right: 1px solid #fff;
    }

        .spnDiscCode > .removeDisc:hover {
            background-color: #d7d7d7;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

    .spnDiscCode > .discName {
        padding: 2px 10px;
        display: inline-block;
    }
/*-- Change Password Section --*/
.change-password {
    color: #515151;
    font-size: 14px;
}

    .change-password.well {
        margin-top: 10px;
        padding: 10px 19px;
    }

        .change-password.well p {
            margin: 0 0 5px;
        }

.spancirclecheck, .password-none-color {
    font-size: 14px;
    color: #C71A1A;
}

.password-weak-color {
    color: #C71A1A;
}

.spancirclecheck.password-good-color, .password-good-color {
    color: #24983E;
}

.change-password .passwordicon {
    padding-right: 6px;
    font-size: 16px;
    color: #C71A1A;
}

    .change-password .passwordicon.good-criteria {
        padding-right: 2px;
        color: #24983E;
    }

.change-password .mb16 {
    margin-bottom: 16px;
}

.change-password .mb8 {
    margin-bottom: 8px;
}

.change-password .mb4 {
    margin-bottom: 4px;
}

.change-password .mt8 {
    margin-top: 8px;
}

.change-password .mt16 {
    margin-top: 16px;
}

.change-password a {
    transition: 0.1s;
    text-decoration: none;
}

.change-password .passwordul {
    margin: 0;
    padding-left: 0px;
    list-style-type: none;
}

    .change-password .passwordul li {
        line-height: 16px;
    }

.change-password-group input.password-good.password-input {
    background-color: #dff0d8;
}

.change-password-group input.password-weak.password-input {
    background-color: #f2dede;
}

.change-password-group .password-message {
    position: absolute;
    top: 21px;
    padding: 0px 28px;
    font-family: 'avi-medium', sans-serif;
    font-size: 13px;
    display: block;
    line-height: 45px;
    pointer-events: none;
    z-index: 5;
}

#newpassword-message {
    right: 50px;
}

#confirmpassword-message {
    right: 0;
}
/*-- Summary Sidebar --*/
.divSumWrapper {
    position: relative;
}
.divSumWrapper #more-time {
    position: relative;
    left: 5px;
    bottom: 5px;
}

    .divSumWrapper #more-time:hover {
        text-decoration: underline;
    }

#sum-products-box .sum-product:not(:last-child) {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #d7d7d7;
}
/*------------------------------------------
    END: Specific Page / Section Content
-------------------------------------------*/
/*--------------------------
    Mobile Layout Styles
---------------------------*/
@media (min-width: 768px) {
    .howl {
        left: auto;
        right: 30px;
        width: 350px;
        margin-left: 0;
    }
    /*-- Venue Location Time Select List (hover - only for non mobile sizes) --*/
    .pr-time-select:not(.active):hover {
        background-color: #d7d7d7;
    }
    /*-- Fix layout in product upsells in Venues --*/
    #divUpsellWrapper > .row > .col-sm-3:nth-of-type(4n+5) {
        clear: both;
    }
    .collapse.in {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .howl {
        width: 375px;
    }
}

/*--------------------------
    Medium Size Layouts
---------------------------*/
@media screen and (max-width: 1199px) {
    .m-signature-pad--footer .description {
        width: 74%;
    }

        .m-signature-pad--footer .description.success {
            width: 86%;
        }
}

/*-----------------------------------
    Small and Extra Small Layouts
------------------------------------*/
@media screen and (max-width: 991.98px) {
    /*-- Date Picker (Week) Carousel --*/
    .calendarWeek .wkDy .calDateWrapper {
        padding-top: 12px;
        height: 58px;
    }

        .calendarWeek .wkDy .calDateWrapper .calMo {
            font-size: 12px;
            line-height: 12px;
        }

        .calendarWeek .wkDy .calDateWrapper .calDate {
            font-size: 24px;
            line-height: 24px;
        }

    .m-signature-pad--footer .description {
        width: 75%;
    }

    /*-- Sidebar Summary --*/
    .divSumWrapper {
        position: fixed !important;
        top: 80px;
        right: -265px;
        width: 263px !important;
        z-index: 99;
    }

        .divSumWrapper .panel {
            border-top-left-radius: 0;
        }

    .show-mobile-summary {
        position: absolute;
        left: -45px;
        padding-top: 9px;
        display: inline-block;
        background-color: #f5f5f5;
        border: 1px solid #d7d7d7;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .divSumWrapper, .show-mobile-summary {
        display: none;
    }

    .cmn-summary .show-mobile-summary, .cmn-summary .divSumWrapper {
        display: block;
    }

    /*-- Receipt --*/
    #receipt-paid {
        transform: rotate(15deg);
    }
}

.divSumWrapper, .show-mobile-summary {
    display: none;
}

.divSumWrapper {
    display: none !important;
}
.cmn-summary .divSumWrapper {
    display: block !important;
}
.cmn-summary .divSumWrapper ~ .divSumWrapper {
    display: none !important;
}

@media screen and (max-width: 767px) {
    /*-- helper classes --*/
    .height-450-xs {
        height: 450px;
    }

    .width-auto-xs {
        width: auto;
    }

    .topmargin-0-xs {
        margin-top: 0 !important;
    }

    .topmargin-30-xs {
        margin-top: 30px !important;
    }

    .leftmargin-0-xs {
        margin-left: 0 !important;
    }

    .bottommargin-20-xs {
        margin-bottom: 20px !important;
    }

    .overflow-auto-xs {
        overflow: auto;
    }
    /*-- Modals --*/
    .modal {
        padding-right: 0 !important;
    }

        .modal .modal-dialog.modal-xs, .modal .modal-dialog.modal-sm {
            margin: 30px auto;
        }
    /*-- Header & Main Menu --*/
    header .navbar-header {
        float: left;
        width: auto;
        padding-left: 30px;
    }

    header .navbar-right {
        float: right;
    }

    header .navbar-toggle {
        margin: 0;
        padding: 0 13px;
        font-size: 21px;
        cursor: pointer;
        line-height: 59px;
    }

    header #main-nav {
        position: absolute;
        top: 59px;
        left: auto;
        right: 15px;
        padding: 0;
        min-width: 250px;
        width: 250px;
        max-width: 100%;
        border-top: 1px solid #d7d7d7;
        z-index: 100;
    }

        header #main-nav ul#nav-menu {
            padding: 0;
            top: 0;
            margin: 0;
            min-width: 180px;
            padding: 12px 0px !important;
            font-family: 'avi-book', sans-serif;
            background-color: #fff;
            border: none;
            -webkit-border-bottom-right-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            -moz-border-radius-bottomleft: 4px;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
            box-shadow: rgba(0, 0, 0, 0.172549) 0px 3px 6px;
            z-index: 2;
        }

        header #main-nav li {
            float: none;
            min-height: 0;
            min-width: 0;
            list-style: none;
            display: block;
            line-height: inherit;
        }

        header #main-nav #nav-menu .top-nav-menu a, header #main-nav #nav-menu li #loginLink, #main-nav .clsLink {
            padding: 4px 20px;
            font-family: 'avi-book', sans-serif;
            display: block;
            clear: both;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.42857143;
            color: #20374B;
            white-space: nowrap;
            text-decoration: none;
            text-transform: none;
            text-align: left;
            cursor: pointer;
        }

        header #main-nav #nav-menu .top-nav-menu:last-child {
            border-bottom: none;
        }

        header #main-nav #nav-menu .top-nav-menu:hover > a, header #main-nav #nav-menu .top-nav-menu .top-nav-menu-dropdown li:hover > a, header #main-nav #nav-menu li:hover #loginLink, #main-nav .clsLink:hover {
            color: #fff;
            background-color: #97CC44;
        }

        header #main-nav .navbar-collapse.in {
            overflow-y: visible;
        }

    #main-nav .navbar-collapse > ul > li > a:hover > span.menu-highlight {
        display: none;
    }

    header .top-nav-menu .top-nav-menu-dropdown {
        position: relative;
        top: 0;
        border: none;
    }

    header .top-nav-menu-dropdown ul {
        background-color: #f1f1f1;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    /*#username {
        display: none;
    }*/
    /*#language-menu {
        display: none;
    }*/
    /*-- Signature Pad --*/
    .m-signature-pad--footer .description {
        width: 70%;
    }

        .m-signature-pad--footer .description.success {
            width: 84%;
        }
    /*-- Time Buttons for Step #2 --*/
    .pr-time-select {
        width: 110px;
    }
    /*-- Fix layout in product upsells in Venues --*/
    #divUpsellWrapper > .row > .col-xs-6:nth-of-type(2n+3) {
        clear: both;
    }
    /*added by bobby*/
    .eventNavbar .navbar-right {
        position: absolute;
        top: 0;
        right: 15px;
    }
    .eventNavbar #language-menu .top-nav-menu-dropdown {
        left: 0;
        right: auto;
    }
    header .navbar-toggle {
        float: right;
    }
    .calendar-controls .btn-xs {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 650px) {
    /*-- Signature Pad --*/
    .m-signature-pad--footer .description {
        width: 63%;
    }

        .m-signature-pad--footer .description.success {
            width: 80%;
        }
}

@media screen and (max-width: 550px) {
    /*-- helper classes --*/
    .hidden-550 {
        display: none;
    }

    .col-550-12 {
        width: 100%;
    }

    .bottommargin-20-550 {
        margin-bottom: 20px !important;
    }

    .bottommargin-30-550 {
        margin-bottom: 30px !important;
    }

    .bottompadding-30-550 {
        padding-bottom: 30px !important;
    }

    .no-border-550 {
        border: none;
    }

    .small-dashed-border-bottom-550 {
        border-bottom: 1px dashed #d7d7d7;
    }
    /*-- Signature Pad --*/
    .m-signature-pad--footer .description {
        width: 56%;
    }

        .m-signature-pad--footer .description.success {
            width: 77%;
        }
}

@media screen and (max-width: 480px) {
    /*-- Modals --*/
    .modal .modal-dialog.modal-sm:not(.modal-xs) {
        margin: 10px;
        width: auto;
    }
    /*-- Pick Date --*/
    .calendar-controls {
        margin-bottom: 10px;
    }

    .calendarLocation {
        clear: both;
        float: left;
        margin: 10px 0 0;
        width: 100%;
    }
    /*-- Customize Event (Step #4) --*/
    .upsNameBox {
        font-size: 13px;
    }
    /*-- Signature Pad --*/
    .m-signature-pad--footer .description {
        width: 48%;
    }

        .m-signature-pad--footer .description.success {
            width: 72%;
        }
}

@media screen and (max-width: 420px) {
    .calendarWeek .wkDy .wkDyTitle {
        font-size: 12px;
        height: 21px;
        line-height: 21px;
    }

    .calendarWeek .wkDy .calDateWrapper {
        padding-top: 10px;
        height: 50px;
    }

        .calendarWeek .wkDy .calDateWrapper .calMo {
            font-size: 10px;
            line-height: 10px;
        }

        .calendarWeek .wkDy .calDateWrapper .calDate {
            font-size: 20px;
            line-height: 20px;
        }
    /*-- Signature Pad --*/
    .m-signature-pad--footer .description {
        width: 40%;
    }

        .m-signature-pad--footer .description.success {
            width: 69%;
        }
}

@media screen and (max-width: 380px) {
    #app-header-data h2.font34 {
        margin-top: 15px !important;
        font-size: 24px !important;
    }

    /*.calendar-controls .year {
        display: none;
    }*/
    /*-- Customize Event (Step #4) --*/
    .upsNameBox {
        height: 64px;
        font-size: 12px;
        line-height: 15px;
    }

    .btn-xs-380 {
        padding: 4px 10px;
        font-size: 12px;
        line-height: 17px;
    }

    .btn-action.btn-xs-380 > i.fa {
        font-size: 12px;
    }
    /*-- Signature Pad --*/
    .m-signature-pad--footer .description {
        display: none;
    }
    .calendar-controls .btn-xs {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media screen and (max-width: 350px) {
    /*-- Helper Classes --*/
    .topmargin-10-350 {
        margin-top: 10px !important;
    }

    .bottommargin-10-350 {
        margin-bottom: 10px !important;
    }
    /*-- Modals --*/
    .modal .modal-dialog.modal-xs {
        margin: 10px;
        width: auto;
    }
}

@media screen and (max-width: 320px) {
    /*-- Week Calendar Carousel --*/
    .calendarWeek .wkDy .wkDyTitle {
        font-size: 9px;
        height: 18px;
        line-height: 18px;
    }

    .calendarWeek .wkDy .calDateWrapper {
        height: 42px;
    }

        .calendarWeek .wkDy .calDateWrapper .calMo {
            font-size: 8px;
            line-height: 8px;
        }

        .calendarWeek .wkDy .calDateWrapper .calDate {
            font-size: 16px;
            line-height: 16px;
        }
    /*-- Sidebar Summary --*/
    /*.divSumWrapper {
        right: -227px;
        width: 225px !important;
    }*/
}

@media screen and (max-width: 300px) {
    .calendar-controls .month {
        display: none;
    }
    /*-- Customize Event (Step #4) --*/
    .upsNameBox {
        height: 54px;
        font-size: 10px;
        line-height: 12px;
    }
}

.isotope-button-group .button:active, .isotope-button-group .button.is-checked {
    background-color: inherit !important;
}

@media screen and (max-width: 991.98px) {
    .customize-summary .panel-body, .cmn-summary .panel-body, .divSumWrapper .panel .panel-body {
        max-height: 75vh !important;
        overflow-y: auto !important;
    }
    .divSumWrapper .panel, .cmn-summary .panel {
        box-shadow: none !important;
    }
    .divSumWrapper .show-mobile-summary.btn-secondary {
        border: 1px solid #cfcfcf !important;
        border-radius: 6px 0 0 6px !important;
    }
}