
/* ==========================================================================
   Layout
   ========================================================================== */

.navbar {
    border-radius: 0px;
    background-color: #fff;
}

.nav>li>a {
    padding: 6px 12px;
    line-height: 1.42857143;
    margin-right: 3px;
}

.nav>a {
    margin-top: 8px;
    margin-left: 3px;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    margin-top: 8px;
}

ul.nav-list {
    display: inline;
}

.login-wrapper {
    width: 400px;
    position: fixed;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-top: 5px solid #007649;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.login-wrapper img {
    margin: 0 auto;
    display: block;
}

.admin-login {
    width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    color: #364B5F;
}

.module-content {
    padding: 0px 20px;
    margin-top: 20px;
    margin-bottom: 120px;
}

ul.overview {
    margin: 0px 15px 20px 15px;
}

ul.sub-nav {
    padding-left: 0px;
    margin: 20px 0px;
    margin-bottom: 40px;
}

ul.sub-nav > li {
    display: inline;
    list-style: none;
    margin: 0px 10px;
}

ul.sub-nav > li:first-child {
    margin-left: 0px;
}

ul.voucher-progress li {
    display: inline;
    border-radius: 5px;
}

.sub-nav a {
    padding: 5px 10px;
    border: 1px solid #F8F8F8;
    border-radius: 5px;
}

.sub-nav a:hover {
    background-color: #ffffff;
    padding: 5px 10px;
    color: #007649;
    border: 1px solid #007649;
    text-decoration: none;
    transition-duration: 0.2s;
    border-radius: 5px;
}

a.sub-nav-active {
    color: #007649!important;
    text-decoration: underline!important;
}

.booking-panels, .voucher-panels {
    margin: 20px 0px;
    height: 140px;
    padding-top: 20px;
}

.donut-inner {
    margin-top: -135px;
    margin-bottom: 79px;
}

.donut-inner h2 {
    margin-bottom: 5px;
    margin-top: 0;
}

.campaign-chart canvas {
    width: 400px;
}

.progress {
    margin-bottom: 40px;
}


/* No side padding for tables inside panels */

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-padding a {
    padding-left: 10px;
}


/*.col-xs-3, .col-xs-4, .col-xs-6, .col-xs-12 {padding-left: 0px;}*/


/*.col-xs-3, .col-xs-4, .col-xs-6, .col-xs-12 {padding-left: 0px;}*/

footer {
    clear: both;
    padding: 0;
    text-align: right;
    vertical-align: middle;
    line-height: normal;
    margin: 0;
    bottom: 0px;
    width: 100%;
}

ul.legend {
    list-style: none;
    margin: 10px 0 10px 0;
    padding: 0;
    display: block;
    clear: both;
    position: relative;
    text-align: center;
}

ul.legend li {
    display: inline-block;
    font-size: 13px;
    margin: 0 7px 10px 0;
    border: 0;
}

ul.legend span {
    width: 14px;
    height: 14px;
}

span.available-legend {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: #43C393;
    border-radius: 2px;
    margin-bottom: -3px;
    margin-right: 10px;
}

span.limited-legend {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: #F19B2B;
    border-radius: 2px;
    margin-bottom: -3px;
    margin-right: 10px;
}

span.sold-legend {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: #E84D4D;
    border-radius: 2px;
    margin-bottom: -3px;
    margin-right: 10px;
}

span.good-text, span.low-priority {
    color: #43C393;
    font-weight: bold;
}

span.limited-text, span.medium-priority {
    color: #F19B2B;
    font-weight: bold;
}

span.sold-text, span.high-priority {
    color: #E84D4D;
    font-weight: bold;
}


/* ==========================================================================
   Typography
   ========================================================================== */

h1.counter-panel {
    margin-top: 0px;
}

h3.navbar-header {
    color: #333333 !important;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-top: 12px;
}

.navbar i.fa {
    /*float: left;*/
    margin-right: 10px;
}

h3.section-headers {
    padding: 0px 0px 8px 15px;
}

.module-content > h2::after {
    background-color: #E0E2E2;
    content: "";
    display: block;
    width: 1.5em;
    height: .2em;
    margin-bottom: .8em;
    margin-top: .3em;
}

a {
    color: #007649;
}

.nav-pills, .btn {
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 0.0625em;
    font-weight: 600;
}


/* ==========================================================================
   Color
   ========================================================================== */

body.login {
    background-color: #364B5F;
    margin-top: 20px;
}

.modal-backdrop.in {
    opacity: 0.8;
    background-color: #221E1F;
}

.search {
    text-align: center;
    padding: 20px 0px 35px 0px;
}

span.label {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
}

span.limited, span.paid {
    background-color: #F19B2B;
    font-size: 12px;
    font-weight: 500;
}

span.good, span.not-due, span.positive {
    background-color: #43C393;
    font-size: 12px;
    font-weight: 500;
}

span.sold, span.overdue, span.negative {
    background-color: #E84D4D;
    font-size: 12px;
    font-weight: 500;
}


/* Zendesk */

span.open {
    background-color: #EA7C7F;
    padding: 3px 5px;
}

span.closed {
    background-color: #E5E5E5;
    padding: 3px 5px;
}

span.pending {
    background-color: #99D1E6;
    padding: 3px 5px;
}

.panel-voucher {
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 0px;
}

.panel-voucher.active {
    background-color: #fff;
    border: 1px solid #ED1C2A;
    color: #ED1C2A;
    border-radius: 0px;
}

.panel-voucher:hover {
    border-radius: 0px;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
    border: 1px solid #ED1C2A;
    color: #ED1C2A;
    transform: scale(1.04);
}

.panel-bookings {
    border: 1px solid #eee;
    border-top: 4px solid #EA2032;
}

.panel-bookings > .panel-heading {
    background-color: #F19B2B;
    color: #fff;
    border: 1px solid #F19B2B;
}

.panel-profit {
    border: 1px solid #eee;
    border-top: 4px solid #EA2032;
}

.panel-profit > .panel-heading {
    background-color: #43C393;
    color: #fff;
    border: 1px solid #43C393;
}

.panel-visitors {
    border: 1px solid #eee;
    border-top: 4px solid #EA2032;
}

.panel-visitors > .panel-heading {
    background-color: #5BA5D9;
    color: #fff;
    border: 1px solid #5BA5D9;
}

.panel-today {
    border: 1px solid #eee;
    border-top: 4px solid #EA2032;
}

.panel-today > .panel-heading {
    background-color: #5BA5D9;
    color: #fff;
    border: 1px solid #5BA5D9;
}

.panel-zendesk {
    border: 1px solid #eee;
}

.panel-zendesk > .panel-heading {
    background-color: #78A440;
    color: #fff;
    border: 1px solid #78A440;
}

.panel-google {
    border: 1px solid #eee;
}

.panel-google > .panel-heading {
    background-color: #FF9E0D;
    color: #fff;
    border: 1px solid #FF9E0D;
}

footer a {
    color: #EFB22D;
    font-weight: 500;
}

footer a:hover {
    color: #EFB22D;
    text-decoration: underline;
    font-weight: 500;
}

.progress {
    background-color: #E8E8E8;
}

.progress-bar-success {
    background-color: #43C393;
}

.progress-bar-danger {
    background-color: #E84D4D;
}

span.available-legend, span.limited-legend, span.sold-legend, span.group-enquiry, span.group-provisional, span.group-confirmed, span.learning-enquiry, span.learning-provisional, span.learning-confirmed, span.cancelled, span.refunded {
    display: inline-block;
    border-radius: 2px;
    margin-bottom: -2px;
    margin-right: 10px;
}

span.available-legend {
    background-color: #43C393;
}

span.limited-legend {
    background-color: #F19B2B;
}

span.sold-legend {
    background-color: #E84D4D;
}

span.group-enquiry {
    background-color: #a5a5a7;
}

span.group-provisional {
    background-color: #2AAEF5;
}

span.group-confirmed {
    background-color: #CB77DF;
}

span.learning-enquiry {
    background-color: #f5ce4a;
}

span.learning-provisional {
    background-color: #d3b48d;
}

span.learning-confirmed {
    background-color: #27d7d0;
}

span.cancelled {
    background-color: #b94a48;
}

span.refunded {
    background-color: #54008b;
}

ul#menu {
    padding-left: 0px;
}

ul#menu li {
    display: inline;
    margin-right: 30px;
}

.menu-mobile {display: none;}


/* ==========================================================================
   Tables
   ========================================================================== */

tr:nth-child(even) {
    background-color: #fcfcfc;
}

.tablesaw thead th {
    font-weight: bold !important;
    border-bottom: 1px solid #DFDFDF;
    padding-left: 10px;
}

.tablesaw thead tr:first-child th {
    border-right: none !important;
}

.tablesaw thead {
    border: none !important;
    background: none !important;
    background-image: none !important;
}

table.accounts td:first-child {
    width: 300px;
}

table.booking td:first-child {
    width: 200px;
}

table.booking td:last-child, table.booking th:last-child {
    width: 125px;
    text-align: right;
}

table.tour-list td:last-child {
    /*text-align: right;*/
}

td.small-cell {
    width: 150px!important;
}

.alerts td:last-child {
    text-align: left!important;
}

.dashboard th {
    background-color: #ffffff!important;
    border: none!important;
}

.dashboard td:first-child {
    width: auto!important;
}

.ga tbody, .ga table, .ga tbody tr {
    border: none!important;
}

.ga td, .ga th {
    border-right: 1px solid #F1EEEE;
    text-align: center!important;
}

.form-group.cpd {
    margin-right: 30px;
}

table.good td:first-child {
    border-left: 4px solid #43C393;
}

table.limited td:first-child {
    border-left: 4px solid #F19B2B;
}

table.sold td:first-child {
    border-left: 4px solid #EA2032;
}



/* ==========================================================================
   Misc.
   ========================================================================== */

.search input.form-control {
    width: 140px;
}

.mob-show {
    display: none;
}

.center {
    text-align: center;
}

.btn {
    border-radius: 5px;
}

.btn-default {
    border-radius: none;
    color: #ffffff;
    border-color: #007649;
    background-color: #007649;
    padding: 6px 12px;
    font-size: 14px;
    text-decoration: none;
}

.btn-default:hover {
    background: #ffffff;
    border-color: #007649;
    color: #007649;
    text-decoration: none;
}

.nav-pills>li>a {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    color: #007649;
    border-radius: 5px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #007649;
    border: 1px solid #007649;
    color: #ffffff;
    border-radius: 5px;
}

.nav-pills>li>a:hover {
    background-color: #fff;
    border: 1px solid #007649;
    color: #007649;
    border-radius: 5px;
}

#checkboxgroup2 {
    float: left;
    margin-right: 10px;
    margin-left: 15px
}

#menu-toggle {
    margin-right: 8px;
}


/* ==========================================================================
  Mobile
  ========================================================================== */

@media screen and (max-width: 47em) {
    .menu-mobile {display: block;}
    #menu {display: none;}
    .mob-show {
        display: inline;
    }
    .mob-hide {
        display: none;
    }
    .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-6, .col-xs-8, .col-xs-9 {
        width: 100%;
    }
    .module-content {
        padding: 0px;
        margin-top: 0px;
    }
    .search {
        padding: 20px 50px 35px 50px;
    }
    .search input.form-control {
        width: 100%;
    }
    p.navbar-text {
        margin-top: -30px;
        margin-left: -60px;
    }
    .nav>li {
        position: inherit;
        display: inline;
    }
    .nav>li>a {
        display: inline;
        margin-right: 3px;
    }
    .navbar i.fa {
        margin-top: 0px;
        font-size: 16px;
        margin-top: 4px;
        margin-right: 4px;
    }
    ul.nav.navbar-nav.mob-inline {
        float: left;
        width: 60%;
        margin-left: -10px;
    }
    ul.nav.navbar-nav.navbar-right {
        float: right;
        margin-top: 18px;
    }
    ul.mob-inline li {
        display: inline;
    }
    ul.mob-inline li:first-child {
        float: left;
        margin-left: 10px;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        right: 0px;
        left: 200px;
        background-color: white;
        border: 1px solid #eee;
        text-align: left;
        float: right;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        background: none;
    }
    ul.sub-nav li {
        display: block;
    }
    .tablesaw-stack tbody td, .tablesaw-stack tbody th {
        float: none!important;
    }
    table.booking td:first-child {
        width: auto;
    }
    table.booking td:last-child, table.booking th:last-child {
        width: auto;
        text-align: left;
    }
    h3.navbar-header {
        color: #333333 !important;
        margin-bottom: 0px;
        font-size: 18px;
    }
    h4.steps {
        border-bottom: 2px solid #007649;
    }
}

@media screen and (min-width: 47.75em) and (max-width: 63.236em) {
    .menu-mobile {display: block;}
    #menu {display: none;}
    .mob-show {
        display: inline;
    }
    .mob-hide {
        display: none;
    }
    .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-6, .col-xs-8, .col-xs-9 {
        width: 100%;
    }
    .module-content {
        padding: 0px;
        margin-top: 0px;
    }
    .search {
        padding: 20px 50px 35px 50px;
    }
    .search input.form-control {
        width: 100%;
    }
    p.navbar-text {
        /*margin-top: -30px;
        margin-left: -60px;*/
    }
    .nav>li {
        position: inherit;
        display: inline;
        float:none;
    }
    .nav>li>a {
        display: inline;
        margin-right: 3px;
    }
    .navbar i.fa {
        margin-top: 0px;
        font-size: 16px;
        margin-top: 4px;
        margin-right: 4px;
    }
    ul.nav.navbar-nav.mob-inline {
        float: left;
        width: 60%;
        margin-left: -25px;
    }
    ul.nav.navbar-nav.navbar-right {
        float: right;
        margin-top: 8px;
    }
    ul.mob-inline li {
        display: inline;
    }
    ul.mob-inline li:first-child {
        float: left;
        margin-left: 10px;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        right: 0px;
        left: 200px;
        background-color: white;
        border: 1px solid #eee;
        text-align: left;
        float: right;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        background: none;
    }
    ul.sub-nav li {
        display: block;
    }
    .tablesaw-stack tbody td, .tablesaw-stack tbody th {
        float: none!important;
    }
    table.booking td:first-child {
        width: auto;
    }
    table.booking td:last-child, table.booking th:last-child {
        width: auto;
        text-align: left;
    }
    h3.navbar-header {
        color: #333333 !important;
        margin-bottom: 0px;
        margin-top: 12px;
        font-size: 18px;
    }
    h4.steps {
        border-bottom: 2px solid #007649;
    }
}

@media screen and (max-width: 32em) {
    .menu-mobile {display: block; width:100%;}
    #menu {display: none;}
    .mob-show {
        display: inline;
    }
    .mob-hide {
        display: none;
    }
    .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-6, .col-xs-8, .col-xs-9 {
        width: 100%;
    }
    .module-content {
        padding: 0px;
        margin-top: 0px;
    }
    .search {
        padding: 20px 50px 35px 50px;
    }
    .search input.form-control {
        width: 100%;
    }
    p.navbar-text {
        /*margin-top: -30px;
        margin-left: -60px;*/
    }
    .nav>li {
        position: inherit;
        display: inline;
    }
    .nav>li>a {
        display: inline;
    }
    .navbar-nav>li>a {
        padding: 8px 12px;
        margin-right: 3px;
    }
    .navbar i.fa {
        margin-top: 0px;
        font-size: 16px;
        margin-top: 4px;
        margin-right: 4px;
    }
    ul.nav.navbar-nav.mob-inline {
        float: left;
        width: 60%;
    }
    ul.nav.navbar-nav.navbar-right {
        float: right;
    }
    ul.mob-inline li {
        display: inline;
    }
    ul.mob-inline li:first-child {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        right: 0px;
        left: 200px;
        background-color: white;
        border: 1px solid #eee;
        text-align: left;
        float: right;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        background: none;
    }
    ul.sub-nav li {
        display: block;
    }
    .tablesaw-stack tbody td, .tablesaw-stack tbody th {
        float: none!important;
    }
    table.booking td:first-child {
        width: auto;
    }
    table.booking td:last-child, table.booking th:last-child {
        width: auto;
        text-align: left;
    }
    h3.navbar-header {
        font-size: 18px;
        color: #333333 !important;
        margin-bottom: 0px;
    }
    h4.steps {
        border-bottom: 2px solid #007649;
    }
}