﻿@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 --*/
.relativePosition {
    position: relative;
}
.clearLeft {
    clear: left;
}
.clearboth {
    clear: both;
}
.clearfix {
    clear: both;
    height: 0;
    content: "";
    display: block;
}
.cursorPointer {
    cursor: pointer;
}
.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;
    line-height: 20px;
}
.square35 {
    height: 35px;
    width: 35px;
}
.square40 {
    height: 40px;
    width: 40px;
}
.square58 {
    height: 58px;
    width: 58px;
}
.square76 {
    height: 76px;
    width: 76px;
}
/*-- Display --*/
.displayBlock {
    display: block;
}
.displayInlineBlock {
    display: inline-block;
}
/*-- padding --*/
.nopadding {
    padding: 0!important;
}
.padding-2 {
    padding: 2px !important;
}
.padding-5 {
    padding: 5px !important;
}
.padding-9 {
    padding: 9px !important;
}
.padding-10 {
    padding: 10px !important;
}
.padding-11 {
    padding: 11px !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-14 {
    padding-left: 14px;
}
.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;
}
.padded-container {
    padding: 20px 0 !important;
    margin: 0;
}
.padded-inner-container {
    padding: 20px !important;
}
/*-- 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-8 {
    margin-top: 8px !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;
}
.bkgd-green {
    background-color: #5cb85c;
}
.bkgd-yellow {
    background-color: #f0ad4e;
}
.bkgd-red {
    background-color: #d9534f;
}
.bkgd-theme-green {
    background-color: #91C340;
}
.bkgd-theme-gray {
    background-color: #C1C1BF;
}
.bkgd-theme-teal {
    background-color: #35BCC3;
}
/*-- 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-top {
    border-top: 1px dashed #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-top-2 {
    border-top: 2px solid;
}
.border-bottom-1 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.bottom-border-width-5 {
    border-bottom-width: 5px!important;
}
.border-color-e7e7e7 {
    border-color:#e7e7e7;
}
.border-color-c7c7c7 {
    border-color: #c7c7c7;
}
.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, .text-aluvii {
    color: #97CC44;
}
.text-white {
    color: #ffffff;
}
.text-green {
    color: #5cb85c;
}
.text-dark-green {
    color: #43894E;
}
.text-yellow {
    color: #f0ad4e;
}
.text-red {
    color: #d9534f;
}
.text-theme-green {
    color: #91C340;
}
.text-theme-gray {
    color: #C1C1BF;
}
.text-theme-teal {
    color: #35BCC3;
}
.text-bold {
    font-weight: bold!important;
}
.font10 {
    font-size: 10px;
}
.font11 {
    font-size: 11px;
}
.font12 {
    font-size: 12px;
}
.font13 {
    font-size: 13px;
}
.font14 {
    font-size: 14px;
}
.font15 {
    font-size: 15px;
}
.font16 {
    font-size: 16px;
}
.font18 {
    font-size: 18px;
}
.font20 {
    font-size: 20px;
}
.font21 {
    font-size: 21px;
}
.font24 {
    font-size: 24px;
}
.font25 {
    font-size: 25px;
}
.font26 {
    font-size: 26px;
}
.font28 {
    font-size: 28px;
}
.font34 {
    font-size: 34px;
}
.font36 {
    font-size: 36px;
}
.font40 {
    font-size: 40px;
}
.font42 {
    font-size: 42px;
}
.font50 {
    font-size: 50px;
}
.font70 {
    font-size: 70px;
}
/*-- Line Heights --*/
.lineheight14 {
    line-height: 14px;
}
.lineheight16 {
    line-height: 16px;
}
.lineheight18 {
    line-height: 18px;
}
.lineheight24 {
    line-height: 24px!important;
}
.lineheight36 {
    line-height: 36px!important;
}
.lineheight46 {
    line-height: 46px;
}
.lineheight70 {
    line-height: 70px;
}
/*-- 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;
}
/*-- Transition --*/
.transitionAll500 {
    transition: all .5s;
    transition-timing-function: ease-in-out;
}
/*-------------------------------
    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;
}
header {
    position: relative;
    padding: 0;
    height: 60px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #d7d7d7;
}
header #header-logo {
    height: 47px;
}
header .header-cart {
    float: left;
}
/*-- Pending Transactions --*/
header .header-cart a {
    padding: 0 10px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: block;
    line-height: 58px;
}
header .header-cart #cartCount {
    position: relative;
    top: 2px;
    font-family: 'avi-book', sans-serif;
    font-size: 12px;
    color: #97CC44;
    font-weight: bold;
}
header .header-cart .fa, header .header-cart a:hover .fa {
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
    font-size: 24px;
    color: #97CC44;
}
header .header-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;
    min-height: 59px;
    line-height: 57px;
    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;
}
/*-- 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 .top-nav-menu-dropdown ul {
  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;
  position: absolute;
  right: -65px;
  padding: 0;
  z-index: 2;
}
header .top-nav-menu-dropdown li {
  list-style: none;
  display: block;
}
header .top-nav-menu-dropdown li.divider {
  margin: 8px 20px;
  height: 1px;
  background-color: #e1e1e1;
}
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;
    cursor: pointer;
    min-height: 59px;
    line-height: 58px;
}
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 .Evnt-name-user {
    text-align: center;
    line-height: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c5c5c5;
}
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;
}
/*-- Content Containers --*/
#body-content {
    width: 100%;
    height: 100%;
    display: table;
}
.body-content {
    width: 100%;
    height: 100%;
}
#main-content {
    width: 100%;
    display: table-cell;
    margin: 0;
    vertical-align: top;
    position: relative;
    padding: 30px;
}
#main-content-venue {
    width: 100%;
    margin: 0;
    vertical-align: top;
    position: relative;
    padding: 30px;
}
/*-- Footer --*/
footer {
    height: 90px;
    width: 100%;
    text-align: right;
}
footer .navbar {
    height: 90px;
    margin-bottom: 0;
    /*margin-left: 240px;*/
    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;
}
/*-- Sidebar Menu --*/
#menuSlider {
    float: right;
    margin: 0;
    padding: 5px;
    width: 40px;
    height: 100%;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    border-left: 1px solid #15293A;
    background: #2b4964 url(../Images/aluvii-menu-group-nav.png) repeat 0 0;
}
#sidebar {
    /*display: table-cell;*/
    display: inline-block;
    margin: 0;
    width: 240px;
    height: 100%;
    vertical-align: top;
    font-family: 'avi-book', sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-right: solid 1px #c2c2c2;
    border-top: solid 1px #c2c2c2;
    border-bottom: solid 1px #c2c2c2;
    background-color: #2B4964;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
#sidebar .fa {
    font-size: 16px;
}
#sidebar .icon-container {
    float: left;
    margin-top: 1px;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
#sidebar .sidebar-expand-section {
    width: 100%;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 44px;
}
#sidebar #sidebar-menu {
    padding: 0;
    margin: 0;
    position: relative;
    border-top: 1px solid #15293A;
}
#sidebar #sidebar-menu > li {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    list-style-type: none;
    background: #20374B;
    border-top: 1px solid #3D698F;
    border-bottom: 1px solid #15293A;
}
#sidebar #sidebar-menu > li > a, #sidebar #sidebar-menu > li > a .fa {
    color: #fff;
}
#sidebar #sidebar-menu > li > a {
    padding: 0 14px;
    display: block;
    line-height: 40px;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    background: #2b4964 url(../Images/aluvii-menu-group-nav.png) repeat 0 0;
}
#sidebar #sidebar-menu > li:hover > a, #sidebar #sidebar-menu > li.open > a {
    background: #315472 url(../Images/aluvii-menu-group-hover.png) repeat 0 0;
}
#sidebar #sidebar-menu > li > a > span.caret {
    float: right;
    position: relative;
    top: 7px;
    border-top-color: #15293A;
    border-bottom-color: #15293A;
}
#sidebar #sidebar-menu > li.k-state-highlight > a {
    background: #f1f1f1;
}
#sidebar #sidebar-menu > li > a > span {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
#sidebar #sidebar-menu > li > ul > li > a {
    padding: 10px 18px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    display: block;
}
#sidebar #sidebar-menu > li > ul > li.active > a, #sidebar #sidebar-menu > li > ul > li > a:hover {
    background-color: #15293A;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/*-- Sidebar Menu: Collapsed --*/
#sidebar.collapsed {
    width: 40px;
}
#sidebar.collapsed .icon-container {
    float: none;
}
#sidebar.collapsed #menuSlider {
    border-left: none;
}
#sidebar.collapsed #sidebar-menu > li {
    border-top: none;
}
#sidebar.collapsed #sidebar-menu > li > a {
    padding: 0 10px;
}
#sidebar.collapsed #sidebar-menu > li > a > span {
    display: none;
}
#sidebar #sidebar-menu > li > a .fa {
    text-shadow: none;
}
#sidebar #sidebar-menu > li.k-state-highlight > a, #sidebar #sidebar-menu > li.k-state-highlight > a .fa {
    color: #20374b;
    text-shadow: none;
}
#sidebar #sidebar-menu > li > ul {
    margin: 10px 10px 10px 25px;
    padding: 0;
    width: auto;
    list-style: none;
    display: none;
}
#sidebar #sidebar-menu > li > ul > li {
    margin: 0 0 2px;
}
#sidebar.collapsed #sidebar-menu > li > ul {
    position: absolute;
    left: 40px;
    top: 0;
    margin: 0;
    padding: 10px;
    width: 210px;
    display: none;
    background-color: #15293A;
    z-index: 30;
}
#sidebar.collapsed #sidebar-menu > li > ul > li {
    margin: 0;
}
#sidebar.collapsed #sidebar-menu > li > ul > li.active > a, #sidebar.collapsed #sidebar-menu > li > ul > li > a:hover {
    background-color: #2b4964;
}
/*-- 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: 26px;
    padding: 0;
    margin: 0 0 5px 0;
}
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 {
    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-aluvii, .btn-default .badge-aluvii {
    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: #949494!important;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #f1f1f1;
    border-color: #d7d7d7;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #e6e6e6;
  border-color: #ccc;
}
.btn-default > i.fa {
    color: #949494;
    font-size: 16px;
}
.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-aluvii {
  margin: 0;
  font-family: 'avi-book', sans-serif;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #97CC44;
  /*border-color: #82B433;*/
  border-color: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-group .btn-aluvii {
    border-color: #82B433;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn-aluvii:hover,
.btn-aluvii:focus,
.btn-aluvii:active,
.btn-aluvii.active,
.open > .dropdown-toggle.btn-aluvii {
  color: #fff;
  background-color: #82B433;
  border-color: #6e9c25;
}
.btn-aluvii:active,
.btn-aluvii.active,
.open > .dropdown-toggle.btn-aluvii {
  background-image: none;
}
.btn-aluvii .badge {
  color: #ffffff;
  background-color: #97CC44;
}
.btn-aluvii > i.fa {
    color: #fff;
    font-size: 16px;
}
/*.btn-aluvii.btn-xs > i.fa {
    font-size: 14px;
}
.btn-aluvii.btn-xxs > i.fa {
    font-size: 10px;
}*/
.btn-aluvii.btn-sm > i.fa, .btn-secondary.btn-sm > i.fa {
    font-size: 14px;
}
.btn-aluvii.btn-xs > i.fa, .btn-secondary.btn-xs > i.fa {
    font-size: 12px;
}
.btn-aluvii.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: 2px solid #e7e7e7;
}
.table-solid-header > thead {
    background-color: #e7e7e7;
}
.table .tablesorter-header, .table-server-sort th {
    cursor: pointer;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.table th.tablesorter-headerAsc .sorting-icon:before {
    content: "\f0d7";
    font-family: FontAwesome;
}
.table th.tablesorter-headerDesc .sorting-icon:before {
    content: "\f0d8";
    font-family: FontAwesome;
}
.table td > span.icon-fa-check {
    padding: 3px 4px 3px;
}
.table td > span.icon-fa-times {
    padding: 3px 5px 3px;
}
.table td > span.icon-fa-exclamation {
    padding: 3px 7px 3px;
}
.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-color: #e7e7e7;
}
.table-solid-header>thead>tr>th, .table-solid-header>tbody>tr>th, .table-solid-header>tfoot>tr>th, .table-solid-header>thead>tr>td, .table-solid-header>tbody>tr>td, .table-solid-header>tfoot>tr>td {
    border: none;
}
/*-- 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;
}
/*-- Panels --*/
.panel-dashboard {
    border-color: #d7d7d7;
}
.panel-dashboard > .panel-heading {
    position: relative;
    color: #20374b;
    background-color: #f5f5f5;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #f9f9f9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f1f1f1 0%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
    border-color: #d7d7d7;
}
.panel-dashboard > .panel-heading > h3 {
    margin: 1px 0 0;
    font-size: 16px;
    font-family: 'avi-medium', sans-serif;
}
.panel-dashboard > .panel-heading > .panel-toggle {
    position: relative;
    bottom: 1px;
    color: #20374b;
}
.panel-dashboard > .panel-body {
    padding: 20px 25px 25px;
    max-height: 600px;
    width: 100%;
    overflow: auto;
}
/*-- 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 --*/
#loginpage {
    min-height: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #515151;
}
.logincontainer {
    margin-bottom: 25px;
    min-height: 100% !important;
}
.login-section {
    padding: 30px;
    background-color: #E7E7E7;
    border-radius: 10px;
    margin: 80px auto 0;
}
.login-section h2 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: none;
    color: #515151;
    font-size: 20px;
}
.login-section #btnSubmit { /*-- Added !important due to over-riding styles --*/
    margin: 20px 0 0;
    height: 47px !important;
    color: #fff !important;
    font-size: 18px !important;
    background-color: #97CC44 !important;
}
.login-section #btnSubmit > i.fa {
    font-size: 19px;
}
#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;
}
/*-- Search Suggestions --*/
#suggestions-container, #reorder-product-suggestions {
    position: absolute;
    padding: 10px 0;
    width: 80%;
    display: none;
    background-color: #f1f1f1;
    z-index: 999;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    border: 1px solid #d7d7d7;
}
#suggestions-container ul, #reorder-product-suggestions ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#suggestions-container ul li a, #reorder-product-suggestions ul li a {
    padding: 2px 15px;
    color: #20374b;
    font-size: 14px;
    display: block;
}
#suggestions-container ul li a:hover, #reorder-product-suggestions ul li a:hover {
    color: #fff;
    background-color: #97CC44;
}
/*-- Inventory Search --*/
#search-location td, #search-product td {
    line-height: 36px;
}
.product-table-photo {
    width: 36px;
    height: 36px;
    border: 1px solid #d7d7d7;
}
.info-module {
    position: relative;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 7px;
    color: #20374b;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.info-module p {
    font-size: 14px;
}
.module-status {
    position: absolute;
    padding-top: 2px;
    width: 32px;
    min-height: 46px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    background-color: #999999;
}
.module-status.success {
    background-color: #5CB85C;
}
.module-status.warning {
    background-color: #F0AD4E;
}
.module-status.danger {
    background-color: #D9534F;
}
.info-module .white-triangle {
    float: right;
    position: relative;
    top: 2px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 10px solid #fff;
}
.info-module .module-icon {
    margin: 0 auto;
    font-size: 30px;
    color: #20374b;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
}
.info-module .module-icon > .fa {
    position: relative;
    bottom: 1px;
}
.info-module .module-icon > .fa-building {
    left: 1px;
}
.info-module .product-photo {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    text-align: center;
    display: block;
}
.info-module .module-title {
    padding: 8px 0;
    font-size: 18px;
    font-family: avi-medium;
    color: #20374b;
    display: block;
    text-align: center;
    line-height: 18px;
}
.info-module .well {
    margin-bottom: 7px;
}
/*-- Tills --*/
.simple-till .cal {
    text-align: center;
}
.simple-till .cal span {
    margin: 10px;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 50px;
    font-family: 'avi-book', sans-serif;
    border: 1px solid #ececec;
}
/*-- Gateway --*/
.connected {
    font-weight: 700;
    color: #0A8C44;
}
.disconnected {
    font-weight: 700;
    color: #C00;
}
/*-- Waivers --*/
.waiverTextBlock {
    border: 1px solid #e0e0e0;
    padding: 10px;
    height: 300px;
    overflow-y: auto;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.signedWaiverGuestParent {
    background-color: #ececec !important;
}
.viewSignedWaiverGuest-header {
    margin: 0 auto !important;
    background-color: #fff;
    color: #333;
    position: relative;
    width: 30%;
    padding: 10px;
}
.pdf-page {
    margin: 0 auto;
    box-sizing: border-box;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
    color: #333;
    position: relative;
}
.pdf-header {
    position: absolute;
    top: .5in;
    height: .6in;
    left: .5in;
    right: .5in;
    border-bottom: 1px solid #e5e5e5;
}
.pdf-footer {
    position: absolute;
    bottom: .5in;
    height: .6in;
    left: .5in;
    right: .5in;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    color: #787878;
    font-size: 12px;
}
.pdf-body {
    position: absolute;
    top: 3.7in;
    bottom: 1.2in;
    left: .5in;
    right: .5in;
}
.size-a4 {
    width: 8.3in;
    /*height: 11.7in;*/
}
.size-letter {
    width: 8.5in;
    height: 11in;
}
.size-executive {
    width: 7.25in;
    height: 10.5in;
}
.imgSignature {
    border: 1px solid #ddd;
    width: 450px;
    padding: 10px;
}
.imgNoSignature {
    border: 1px solid #ddd;
    width: 450px;
    height: 100px;
    padding: 10px;
}
#page-container .imgCheckBoxIcon {
    top: 28px;
    left: 10px;
    position: relative;
}
#page-container .checkBoxLabel {
    top: 10px;
    left: 50px;
    position: relative;
}
.button-section-export-pdf {
    position: relative;
    top: 4px;
    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;
}
/*-- Venues --*/
.zabuto_calendar .calendar-month-header {
    background-color: #f9f9f9;
}
.zabuto_calendar .calendar-dow-header {
    background-color: #f1f1f1;
}
.zabuto_calendar .dow-clickable {
    cursor: pointer;
}
.zabuto_calendar .table>thead>tr>th, .zabuto_calendar .table>tbody>tr>th, .zabuto_calendar .table>tfoot>tr>th, .zabuto_calendar .table>thead>tr>td, .zabuto_calendar .table>tbody>tr>td, .zabuto_calendar .table>tfoot>tr>td {
    padding: 5px;
}
/*-- 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;
}
/*-- Time Slot Select --*/
#venueTimeList, .venueTimeList {
    margin: 0;
    padding: 0;
}
.pr-time-select, .filter-time-select {
    float: left;
    margin: 0 10px 10px 0;
    padding: 6px 12px;
    width: 90px;
    color: #515151;
    font-size: 13px;
    list-style-type: none;
    text-align: center;
    cursor: pointer;
    background-color: #e7e7e7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.filter-time-select {
    padding: 6px 10px;
    width: 109px;
}
.pr-time-select.full, .pr-time-select.soldout, .filter-time-select.full, .filter-time-select.soldout {
    color: #fff;
    cursor: not-allowed;
    background-color: #949494;
}
.pr-time-select.active, .filter-time-select.active {
    color: #fff;
    background-color: #97CC44;
}
.pr-time-select.active > span, .filter-time-select.active > span {
    color: #fff;
}
.pr-time-select .displayBlock, .filter-time-select .displayBlock {
    border-color: #c7c7c7;
}
.pr-time-select.full .displayBlock, .pr-time-select.soldout .displayBlock, .pr-time-select.active .displayBlock, .filter-time-select.full .displayBlock, .filter-time-select.soldout .displayBlock, .filter-time-select.active .displayBlock {
    border-color: #fff;
}
#tmplPickDateRowWrapper .pickDateRowIdx:not(:last-of-type) > .row {
    border-bottom: 1px dashed #d7d7d7;
}
/*-- Add Upsells (Step #4) --*/
.upsNameBox {
    height: 54px;
    line-height: 18px;
}
/*#venue-tab-sidebar, #venue-tab-content {
    transition: all 1s;
    transition-timing-function: ease-in-out;
}
#venue-tab-content {
    opacity: 0;
}*/
/*-- 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;
}
/*-- User Search Suggestions --*/
#userAccountSuggestions {
    position: absolute;
    width: 100%;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 5px #bbb;
    z-index: 10;
}
#userAccountSuggestions > div.alert {
    margin: 10px;
    padding: 10px 15px;
}
#userAccountSuggestions > div.selectable-user {
    padding: 5px 20px;
    cursor: pointer;
}
#userAccountSuggestions > div.selectable-user:nth-child(even) {
    background-color: #f5f5f5;
}
#userAccountSuggestions > div.selectable-user:hover {
    background-color: rgba(151,204,68,.5)
}
/*-- 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;
}
/*------------------------------------------
    END: Specific Page / Section Content
-------------------------------------------*/

/*-----------------------
    Dashboard Widgets
------------------------*/
/*-- Tasks Widget --*/
#active-task-list .task-details {
    display: none;
}
#active-task-list .complete-task {
    width: 14px;
    height: 14px;
    cursor: pointer;
}
#active-task-list.full-view .task-details {
    display: block;
    line-height: 12px;
}
#active-task-list.full-view .task-name {
    margin-bottom: 5px;
    line-height: 14px;
}
#active-task-list.full-view .square21 {
    margin-top: 5px;
}
#active-task-list.full-view > tbody > tr > td, #active-task-list.full-view > tbody > tr > th {
    padding: 6px;
}
#active-task-list.full-view .complete-task {
    margin-top: 8px;
}
#completed-task-container {
    display: none;
}
#show-tasks-full-view {
    position: absolute;
    bottom: 0;
    right: 42px;
    padding: 9px 10px 7px;
    font-size: 16px;
    color: #20374b;
    cursor: pointer;
    z-index: 100;
}
#show-tasks-full-view:hover {
    background-color: #e7e7e7;
}
#show-tasks-full-view.active {
    color: #fff;
    background-color: #97CC44;
}
/*-- Weather Widget --*/
.weekForecast .wkday {
    float: left;
    width: 14.26%;
    text-align: center;
    cursor: pointer;
    border: 1px solid #d7d7d7;
    border-right: none;
}
.weekForecast .wkday.last {
    border-right: 1px solid #d7d7d7;
}
.weekForecast .wkday.active {
    border: 1px solid #20374b;
}
.weekForecast .wkday.active + .wkday {
    border-left: none;
}
.weekForecast .wkday .dayTitle {
    width: 100%;
    height: 26px;
    line-height: 26px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #d7d7d7;
    color: #20374b;
    font-family: 'avi-medium', sans-serif;
    text-transform: capitalize;
}
.weekForecast .wkday.active .dayTitle {
    color: #fff;
    background-color: #35BCC3;
    border-bottom: 1px solid #20374b;
}
.weekForecast .wkday .dayCast {
    padding-top: 8px;
    padding-bottom: 5px;
}
/*.weekForecast .wkDy .calDateWrapper .calMo {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
}
.weekForecastk .wkDy .calDateWrapper .calDate {
    font-size: 28px;
    line-height: 28px;
}*/
/*----------------------------
    END: Dashboard Widgets
-----------------------------*/

/*--------------------------
    Mobile Layout Styles
---------------------------*/
@media (min-width: 768px) {
    .howl {
        left: auto;
        right: 30px;
        width: 350px;
        margin-left: 0;
    }
    /*-- Fix layout in product search locations / sites --*/
    .table .col-sm-4:nth-of-type(3n+4), #search-site .col-sm-4:nth-of-type(3n+5) {
        clear: both;
    }
	/*-- Venue Location Time Select List (hover - only for non mobile sizes) --*/
	.pr-time-select:not(.active):hover, .filter-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;
    }
}

@media (min-width: 1200px) {
    .howl {
        width: 375px;
    }
    /*-- Fix layout in product search locations / sites --*/
    .table .col-sm-4:nth-of-type(3n+4), #search-site .col-sm-4:nth-of-type(3n+5) {
        clear: none;
    }
    .table .col-lg-3:nth-of-type(4n+5), #search-site .col-lg-3:nth-of-type(4n+6) {
        clear: both;
    }
}

/*--------------------------
    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: 991px){
    /*-- 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%;
    }

    /*-- Receipt --*/
    #receipt-paid {
        transform: rotate(15deg);
    }
}

@media screen and (max-width: 768px){
    /*-- helper classes --*/
    #main-content-venue {
        padding: 30px 15px;
    }
    .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;
    }
    /*-- 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;
    }
}

@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) {
    header #header-logo {
        max-width: 100px;
        height: auto;
    }
    /*-- 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){
    /*.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;
    }
}

@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;
    }
}

@media screen and (max-width: 300px){
    .calendar-controls .month {
        display: none;
    }
    /*-- Customize Event (Step #4) --*/
    .upsNameBox {
        height: 54px;
        font-size: 10px;
        line-height: 12px;
    }
}

.quantityInput {
    position: relative;
}
.quantityInput input {
    width: 100%;
    box-sizing: border-box;
    padding-right: 5px !important;
    height: 34px !important;
}

.plusicon, .minusicon {
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 25px;
    height: 50%;
    border: 1px solid #ccc;
    background-color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
.plusicon {
    top: 0;
    border-bottom: 0;
    -webkit-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}
.minusicon {
    bottom: 0;
    -webkit-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
    vertical-align: middle;
}
.plusicon:hover, .minusicon:hover {
    background-color: #e7e7e7;
}
.plusicon .fa, .minusicon .fa {
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

.form-k-dropdown .k-dropdown-wrap {
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.evnt-pbox {
    margin-right: 10px;
}
@media screen and (max-width: 479px) {
    .evnt-pbox {
        display: block;
        width: 100%;
        margin-top: 15px;
        margin-right: 0;
    }
}
.btnPrev, .btnNext, .btnChk {
    margin-bottom: 5px !important;
}

.img-thumbnail {
    width: 100%;
}