@charset "UTF-8";

/* General */

.dashboard {
    background: #eee;
    display: block;
    position: relative;
    min-height: 600px;
    padding: 3%
}

.db-right {
    display: block;
    position: relative;
}

.summary {
    padding: 0
}

.summary hr {
    background: #fff;
    border: 0;
    height: 3px;
    width: 55px;
    display: block;
    margin: 10px 0
}

.row {
    display: block;
    position: relative
}

.m-top {
    margin-top: 20px;
}

.select select {
    background: transparent;
    border: none;
    font-size: 16px;
    height: 32px;
    padding: 5px;
    /* If you add too much padding here, the options won't show in IE */
    width: 100%;
    color: #555;
    font-family: futura-pt, sans-serif;
}

.select {
    border-radius: 30px;
    background: #eee;
    margin-left: 5px;
    font-family: futura-pt, sans-serif;
}

.data-table.invoice-table td {
    text-transform: none;
    font-size: 16px;
    font-weight: 300
}

.data-table.invoice-table td span,
.data-table.daily-cost td span {
    margin: 0;
}

.data-table.daily-cost td {
    font-size: 16px;
    font-weight: 400;
    text-transform: none
}


/* Login & Forms */

#login-page {
    padding: 6% 0;
    display: block;
}

#login-page .inner-fields {
    width: 70%;
    margin: 0 auto;
    display: block;
    overflow: hidden
}

form.login {
    max-width: 320px;
    margin: 0 auto;
    border-radius: 10px;
    min-height: 300px;
    padding: 30px 0
}

form.standard-form hr {
    margin: 10px 25px 30px 25px
}

form.standard-form hr.v2 {
    margin: 20px 25px 0px 25px
}

form.standard-form h1,
form.standard-form h2 {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    color: #454749;
    -webkit-font-smoothing: antialiased;
}

form.standard-form h1 {
    color: #f16521;
    font-size: 20px;
}

form.standard-form textarea {
    border-radius: 5px;
    background: #eee;
    border: 0;
    width: 99%;
    padding: 10px 0;
    margin-bottom: 17px;
    outline: none;
    text-indent: 10px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    border: 1px solid #ccc;
    min-height: 70px;
}

.standard-form label {
    display: block;
    font-weight: 300;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 16px;
    color: #727272;
    margin-bottom: 4px;
}

.standard-form label small {
    float: right;
    display: inline-block;
    background: #ddd;
    font-weight: 500;
    color: #999;
    padding: 3px 5px;
    border-radius: 2px;
    margin: -5px 8px 4px 4px;
    font-family: futura-pt, sans-serif;
    font-size: 10px;
}

.standard-form input[type="text"],
.standard-form input[type="email"],
.standard-form input[type="password"] {
    border-radius: 2px;
    background: #eee;
    border: 0;
    width: 99%;
    padding: 10px 0;
    margin-bottom: 17px;
    outline: none;
    text-indent: 20px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    border: 1px solid #ccc
}

.standard-form p {
    font-size: 15px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #727272;
    display: block;
    padding: 20px 0 0px 0;
    text-align: center
}

.standard-form a {
    color: #f16521
}

.standard-form .button.outline {
    color: #f16521;
    font-size: 12px;
    padding: 8px 15px;
    background: none;
    border-color: #f16521;
    margin: 10px 0 0 0
}

.standard-form .button.outline:hover {
    border-color: #727272;
    color: #727272;
}

.standard-form ::-webkit-input-placeholder {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 17px;
    color: #c8d3dc;
    font-size: 12px;
}

.standard-form :-moz-placeholder {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.standard-form ::-moz-placeholder {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.standard-form :-ms-input-placeholder {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.check {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.check input {
    float: left;
    margin: 2px 5px 0 0
}

.setting-group .check {
    font-size: 14px;
    color: #727272;
}

.standard-form .col-6 input {
    width: 97.6%
}

.accountOwnerBox {
    overflow: hidden;
    margin-bottom: 10px;
}

.accountOwnerBox label,
.accountOwnerBox input {
    float: left;
}

.accountOwnerBox label {
    margin-left: 8px;
    margin-bottom: 0
}

.accountOwnerBox input {
    margin-top: 2px;
}

.groupSupplier {}


/* Signup */

form.signup {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 10px;
    min-height: 300px;
    padding: 30px 0
}

#signup-page {
    padding: 6% 0;
    display: block;
}

#signup-page .inner-fields {
    width: 90%;
    margin: 0 auto;
    display: block;
    overflow: hidden
}


/* Validation */

#validation,
.flash {
    display: block;
    overflow: hidden;
    background: none;
    border-radius: 7px;
    margin: 10px auto;
}

.flash {
    margin: 0;
    border-radius: 0
}

#validation p,
.flash p {
    padding: 10px;
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 15px;
}

.flash p {
    background: #f5f5f5;
    color: #000;
}

#validation.validate {
    display: block
}

p.error {
    background: #e41042 !important;
}

p.success {
    background: #4cb612;
}

input.validation,
textarea.validation {
    border-bottom: 3px solid #e41042 !important;
    color: #e41042
}

#login-page #validation {
    max-width: 320px;
    margin: 0 auto 10px
}


/* Forms */

form.standard-form {
    background: #fff;
}


/* Left Account Navigation */

.account-nav {
    display: block;
}

.account-nav .inner {
    max-width: 220px;
    background: #fff;
    border-radius: 2px;
    display: block;
    overflow: hidden;
    padding: 40px 20px;
}

.account-nav nav {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.account-nav nav>ul {
    margin: 0 0 -10px 0;
    padding: 0;
}

.account-nav nav>ul>li {
    margin-bottom: 5px;
}

.account-nav li a {
    color: #909193;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 2px;
    padding: 10px 15px;
    display: block;
}

.account-nav li a:hover {
    background: #fafafa;
    color: #f16521
}

.account-nav nav>ul>li>a.active {
    background: #e3e7eb url(../img/active.gif) 92% 13px no-repeat;
    margin-bottom: 10px;
    color: #f16521
}

.account-nav nav>ul>li>a .account-nav__text {
    display: inline-block;
    padding-left: 8px;
}

.dashboard-nav--toggle nav>ul>li>a .account-nav__text {
    display: none;
}

.dashboard-nav--toggle {
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
}

.dashboard-nav--toggle .col-2 {
    width: auto;
    flex: 0 0 5%;
    box-sizing: border-box;
}

.dashboard-nav--toggle .col-10 {
    width: auto;
    flex: 0 0 95%;
    padding-left: 40px;
    box-sizing: border-box;
}

.dashboard-nav--toggle .account-nav .inner {
    max-width: auto;
}

.username-letter {
    display: none;
}

.dashboard-nav--toggle .username {
    display: none;
}

.dashboard-nav--toggle .username-letter {
    display: flex;
    background-color: #f16521;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;

}

.dashboard-nav--toggle .username-letter h1 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}

.dashboard-nav--toggle .account-nav nav>ul>li>a.active {
    background-image: none;
}

.toggle-btn i.fa.fa-sign-out {
    transform: rotate(180deg);
}

.dashboard-nav--toggle .toggle-btn i.fa.fa-sign-out {
    transform: rotate(0deg);
}

.account-nav nav hr {
    background: #eceef1;
    border: 0;
    height: 3px;
    width: 35px;
    display: block;
    margin: 40px 0
}

.dashboard-nav--toggle .account-nav nav hr {
    margin: 40px auto;
}

.account-nav h1,
.account-nav h2 {
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
}

.account-nav h1 {
    font-size: 20px;
    color: #f16521;
    line-height: 22px;
    margin-bottom: 10px;
}

.account-nav h2 {
    font-size: 14px;
    color: #727272;
}

.sub {
    background: #efefef;
    border-radius: 5px;
    margin: 10px 0;
    display: block;
    position: relative;
}

.sub li {
    text-transform: none;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 14px;
    color: #727272;
}

.sub li a {
    font-weight: 300;
    font-size: 16px;
    padding: 9px 10px;
    display: block;
    border-bottom: 1px solid #ddd;
    color: #909193;
}

.sub li a:hover {
    background: none;
    color: #f16521
}

.sub>li>a.active {
    color: #f16521
}


/* Data Table, Accounts */

.data-table {
    background: #fff;
    display: block;
    border-radius: 2px;
    padding: 30px 30px 40px 30px;
}

.data-table table {
    width: 100%;
}

.data-table thead th {
    border-bottom: 3px solid #eceef1;
    padding: 0 10px 15px 10px
}

.data-table thead th a {
    color: #45474d;
}

.data-table thead th {
    color: #45474d;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

.data-table td {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 14px;
    color: #222;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #eceef1;
    text-transform: uppercase;
    font-weight: 700
}

.data-table td span {
    display: block;
    margin: 10px 0 0 0;
    position: relative
}

.data-table td a {
    color: #f16521;
    text-decoration: none;
}

.accounts .button {
    border: 2px solid #727272;
    background: #fff;
    color: #727272;
    float: right
}

.accounts .button:hover {
    border-color: #f16521;
    color: #f16521
}

.accounts .button.datepicker {
    width: auto;
    float: left;
    background: #f16521;
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 900;
    display: inline-block;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    transition: background-color 0.5s ease;
}

.accounts .button.datepicker:before {
    color: #fff;
    content: "\f09a";
    font-family: 'FontAwesome';
    font-size: 11px;
    display: inline-block !important;
    text-align: center;
    padding: 0;
    margin: 0
}

.data-table td.staff-name {
    vertical-align: middle;
    padding-right: 30px;
}

.data-table td.staff-name input {
    font-size: 18px;
    padding: 10px;
}

.general-info td {
    border-bottom: none;
    padding: 3px 5px;
}

.general-info tr:first-child td {
    padding-top: 10px;
}

.general-info-name {
    width: 195px;
}

.general-info-wrapper {
    width: 88%;
}

select {
    font-family: futura-pt, sans-serif;
    outline: none;
    padding: 5px;
}

.data-table input {
    border: 1px dotted #ddd;
    margin: -5px 0;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 14px;
    color: #727272;
    outline: none;
    width: 98%;
    display: block;
    background: #f1f1f1;
    padding: 5px 0;
    text-indent: 5px
}

.ui-autocomplete,
.autocomplete-suggestions {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #eee;
    padding: 13px 20px 20px 20px;
}

.ui-autocomplete li,
.autocomplete-suggestion {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    display: block;
    padding: 3px 0;
    cursor: pointer
}

.ui-autocomplete li:hover,
.autocomplete-suggestion:hover {
    color: #999
}

#dialog {
    padding: 20px 20px 30px 20px;
    background: #fff;
}


/* Heading Groups */

.hgroup {
    display: block;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    position: relative;
    margin-bottom: 85px;
}

.hgroup h1 {
    font-size: 20px;
    color: #45474d;
    font-weight: 900;
}

.hgroup h2 {
    font-size: 14px;
    color: #f16521;
    font-weight: 900;
    margin-bottom: 15px;
}


/* Reports */

.input-daterange {
    display: block;
    margin: 0 0 15px 0
}

.input-daterange input[type="text"] {
    border-radius: 20px !important;
    border: 0;
    padding: 7px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 13px;
    outline: none
}

.input-daterange>span {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    padding: 0 6px;
    text-transform: uppercase
}

.input-daterange .button {
    margin-left: 7px;
}

.group {
    display: block;
    margin-left: -15px;
}

.group-pie {
    display: block;
    margin-left: -248px;
}

.group-pie span.small {
    font-size: 12px;
    color: #f16521;
    display: block;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 15px;
}

.group-pie h2 {
    display: block;
    margin-left: 15px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-size: 16px;
}

.group span.small {
    font-size: 12px;
    color: #f16521;
    display: block;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 15px;
}

.group h2 {
    display: block;
    margin-left: 15px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 10px;
}

.showing {
    margin: -30px 0 10px 15px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    padding: 8px 15px;
    background: #eee;
    border-radius: 20px;
    display: inline-block;
    float: right
}

.group hr {
    background: #eceef1;
    border: 0;
    height: 3px;
    width: 35px;
    display: block;
    margin: 10px 0 20px 15px
}

.plain {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.plain.dark article {
    background: #56575d;
    margin: 0 0 0 15px;
    border-radius: 2px;
    overflow: hidden
}

.plain.orange article {
    background: #f16521;
    margin: 0 0 0px 15px;
    border-radius: 2px;
    overflow: hidden
}

.plain.orange article small {
    font-size: 12px;
    display: block;
    color: #fff;
}

.plain.green article {
    background: #fe9211;
    margin: 0 0 0px 15px;
    border-radius: 2px;
    overflow: hidden
}

.plain.green article small {
    font-size: 12px;
    display: block;
    color: #ffffff;
}

.plain.lightgreen article {
    background: #00cd93;
    margin: 0 0 10px 15px;
    border-radius: 2px;
    overflow: hidden
}

.plain.lightgreen article small {
    font-size: 12px;
    display: block;
    color: #ffffff;
}

.plain article {
    padding: 25px;
    font-size: 19px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    color: #fff;
    text-align: center;
    min-height: 60px;
}

.plain.dark article small {
    font-size: 12px;
    display: block;
    color: #fff;
}

.plain article small {
    font-weight: 500;
}

.divider {
    background: url(../img/dots.png) right repeat-y;
}

aside.sidebar {
    display: block;
    padding: 0 30px 0 0
}

.year {
    margin-top: 15px;
}

.data-table thead th a {
    text-decoration: none;
}


/* Pagination */

.select-style {
    padding: 0;
    margin: 10px 0 20px 0;
    width: auto;
    min-width: 140px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
    background: #fff url("/img/arrowdown.gif") no-repeat 90% 50%;
}

.select-style select {
    padding: 8px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 700
}

.select-style select:focus {
    outline: none;
}

.pagination #paginate {
    float: left;
    display: block;
    width: 50%;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 700;
    margin: 20px 0;
    padding: 0;
    list-style: none
}

#paginate li {
    display: inline-block;
}

#paginate li a {
    background: #666;
    color: #fff;
    display: block;
    padding: 7px;
    border-radius: 4px;
    text-decoration: none;
    min-width: 30px;
    text-align: center
}

#paginate .selected {
    background: #f16521;
}


/* Buttons */

.button,
.ui-button {
    outline: none
}

.btn-left {
    position: absolute;
    left: 0;
    top: 20px
}

.btn-left .button {
    margin-right: 7px;
}

.btn-left .button:hover {
    background: #444
}

.btn-right.lrg {
    top: 0
}

.btn-right {
    position: absolute;
    right: 0;
    top: 20px
}

.btn-right .button {
    margin-left: 7px;
}

.action-bar .btn-right .button {
    margin-right: 7px;
    margin-left: 0;
    background: transparent;
    color: #343436;
    font-size: 13px;
}

.action-bar .btn-right .button.selected {
    color: #f16521;
}

.action-bar .btn-right .button:hover {
    background: transparent;
    color: #f16521;
}

.action-bar .btn-left .button {
    border: 1px solid #343436;
    background: transparent;
    color: #343436;
}

.quick-add {
    float: right;
    margin: -17px 0 0 0;
    background: #fff;
    border: 3px solid #f16521;
    color: #f16521;
    padding: 7px;
    border-radius: 50%;
    height: 16px;
    width: 15px;
    text-align: center;
    transition: background-color 0.5s ease;
}

.quick-add:hover {
    background: #f16521;
    color: #fff
}

.group .btn-right {
    right: 30px;
    top: 30px;
}

.group .btn-right .button.sml:hover {
    background: none
}

.selected {
    background: #45474d
}


/* Trial */

.trial-expiry div {
    display: block;
    position: relative;
    border-radius: 7px;
    background: #fff;
    border: 3px solid #e3e7eb;
    color: #727272;
    padding: 8px 10px;
    margin: 20px 0 0 0;
    -webkit-font-smoothing: antialiased;
}

.trial-expiry span {
    font-size: 25px;
    display: block;
    color: #56575d;
    line-height: 25px;
}

.trial-expiry p {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    background: #f16521;
    border-radius: 5px;
    padding: 6px;
    margin: 5px 0 0 0;
}

.trial-expiry a {
    text-decoration: none;
    color: #fff;
}

.trial-expiry i {
    color: #f16521;
}


/* Graphs */

.graphs {
    display: block;
    background: #fff;
    padding: 30px;
    border-radius: 2px;
    margin-bottom: 20px
}

.graphs canvas {
    width: 100% !important;
    max-width: 1500px;
    height: auto !important;
}

.graph-inner {
    display: block
}

.graph-inner article {
    padding: 0px 15px 15px 15px;
    display: block;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
}

.graph-inner article p {
    margin: 7px 0;
    padding: 7px 0
}

.graph-inner article ul {
    list-style: none;
    margin: 0;
}

.graph-inner article ul li {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    color: #b4bcc3;
    font-size: 12px;
    margin: 6px 0
}

.key {
    border-radius: 10px;
    width: 50px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
}

.key-green {
    background: #f16521;
}

.key-orange {
    background: #ef723e;
}

.key-light {
    background: #8a8b91;
}

.key-grey {
    background: #56575d;
}

.noData p {
    font-size: 16px;
}


/* Calendar */

.dayHighlight {
    background: #eee;
}

.calDrop {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    padding: 20px;
    width: 300px;
    border-radius: 7px;
    margin-top: 10px;
}

.calDrop.opened {
    display: block;
}

.datepicker-inline,
.datepicker table {
    width: 100% !important
}

.calendar {
    min-height: 250px;
    background: #fff;
    border-radius: 2px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    padding: 20px;
}

.datepicker-days,
.datepicker-months,
.datepicker-years {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    text-transform: uppercase
}

.calendar .dow,
.datepicker-days .dow {
    text-align: center;
    color: #45474d;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

.calendar .day,
.datepicker-days .day {
    color: #909193;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
}

.calendar .day:hover,
.datepicker-days .day:hover {
    background: #f3f4f6;
}

.day.new,
.datepicker-days .day.new {
    color: #45474d;
}

.disabled {
    color: #ccc !important
}

.disabled:hover {
    background: none !important
}

.calendar table,
.datepicker-days table {
    width: 100%
}

.calendar .active,
.datepicker-days .active,
.datepicker table tr td.selected {
    border-bottom: 2px solid #f16521 !important;
    color: #f16521 !important;
    border-radius: 0 !important;
    background: none !important;
    text-shadow: none !important
}

.calendar .active:hover,
.datepicker-days .active:hover {
    background: none
}

.calendar tfoot th.today,
.datepicker-days tfoot th.today {
    background: #56575d;
    color: #fff;
    padding: 10px 0;
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.calendar .datepicker-switch,
.datepicker-days .datepicker-switch {
    text-align: center;
    color: #f17235;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    width: 90%
}

.calendar .month,
.datepicker-days .month {
    text-align: center;
    width: 26%;
    display: block;
    float: left;
    padding: 18px 10px;
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
    color: #45474d;
}

.old {
    color: #ccc !important
}

.calendar .month.active {
    border-bottom: none;
    background: none;
}

.datepicker-months .month.active,
.datepicker-years .active {
    border-bottom: 2px solid #f16521 !important;
    color: #f16521 !important;
    border-radius: 0 !important;
    background: none !important;
    text-shadow: none !important
}

.calendar .month.active:hover {
    background: none
}

.calendar .month:hover {
    background: #f3f4f6;
    border-radius: 20px;
}

.datepicker-months td {
    padding: 0 !important;
}

.calendar .year,
.datepicker-days .year {
    display: inline-block;
    padding: 15px 8px;
    width: 19%;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    color: #45474d;
    border-top: 1px solid #eee;
    cursor: pointer
}

.datepicker table tr td span {
    border-bottom: 2px solid #fff
}

.prev {
    display: inline-block;
    background: url(../img/prev.gif) no-repeat 7px 7px;
    cursor: pointer;
    text-indent: -9999em;
    width: 25px;
}

.next {
    display: inline-block;
    background: url(../img/next.gif) no-repeat 7px 7px;
    cursor: pointer;
    text-indent: -9999em;
    width: 25px;
}

.next:hover {
    background: url(../img/next.gif) no-repeat 7px 7px !important
}

.prev:hover {
    background: url(../img/prev.gif) no-repeat 7px 7px !important
}


/* Settings */

.settings {
    display: block;
    background: #fff;
    padding: 30px;
    border-radius: 2px
}

.setting-group {
    display: block;
    margin-bottom: 25px;
}

.setting-group article {
    padding: 0 50px 0 0
}

.setting-group p {
    font-size: 17px;
    color: #727272;
    margin: 5px 0;
    padding: 5px 0;
    line-height: 20px;
}

.setting-group h3 {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    color: #444;
    font-size: 16px;
}

.setting-group hr {
    background: #eceef1;
    border: 0;
    height: 3px;
    width: 35px;
    display: block;
    margin: 10px 0 20px 0px
}

.setting-group p a,
#creditcard_details button {
    color: #f16521;
    background: none;
    border: 0;
    font-family: futura-pt, sans-serif;
    font-size: 17px;
    text-decoration: underline
}

.setting-group a i,
#creditcard_details button i {
    text-decoration: none;
    margin-right: 7px;
}

.setting-group .col-8>article {
    background: #E3E7E9;
    min-height: 150px;
    border-radius: 2px;
    padding: 20px 30px;
}

.setting-group .button {
    color: #fff;
    margin: 15px 0
}

.setting-group .button.sml {
    margin: 0
}

.staff-table .button {
    border: 2px solid #727272;
    background: none;
    color: #727272;
    float: right;
}

.setting-group .standard-form {
    background: none;
    padding-top: 10px;
}

.setting-group .standard-form input[type="text"],
.setting-group .standard-form input[type="email"],
.setting-group .standard-form input[type="password"] {
    background: #fff;
}

.setting-group h4 {
    text-align: center;
    font-size: 19px;
    margin: 7% 0
}

.setting-group h4 span {
    display: block;
    font-size: 13px;
    color: #ef723e
}

.setting-group .feature {
    background: #fff;
    padding: 10px;
    margin: 10px 5px;
    border-radius: 7px;
}

.setting-group .feature p {
    margin: 0;
    padding: 0
}

.setting-group h1.payment {
    font-size: 36px;
    font-weight: 300;
    color: #ef723e;
    text-shadow: 1px 1px 1px #fff
}

.setting-group h1.payment b {
    font-weight: 300
}

.setting-group h1.payment span.highlight {
    background: #fff;
    display: block;
    max-width: 70px;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 10px;
    border-radius: 20px;
    color: #ef723e;
    margin-bottom: 7px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-size: 12px
}

.setting-group h1 span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #727272
}

.setting-group h2 {
    font-size: 16px;
    margin: 7px 0;
    display: block
}

.setting-group h2 a {
    color: #f16521;
    text-shadow: 1px 1px 1px #fff
}

.setting-group .col-6 h2 {
    text-align: right;
    margin: 20px 10px 15px 0;
    font-size: 17px;
}

.credit-card-payment {
    text-align: right
}

.credit-card-payment label {
    font-size: 14px;
    font-weight: 300;
    color: #727272
}

.credit-card-payment select {
    padding: 6px 10px;
    text-align: center;
    border: 1px solid #ccc;
    width: 55px;
    margin-bottom: 5px;
    font-size: 14px;
    font-style: normal;
    text-indent: 10px;
    outline: none;
    margin-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border-radius: 3px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 300;
}

.custom-select {
    padding: 8px 10px;
    text-align: center;
    border: 1px solid #ccc;
    min-width: 200px;
    margin-bottom: 5px;
    font-size: 14px;
    font-style: normal;
    text-indent: 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border-radius: 3px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 300;
}

.active {
    color: ##f16521
}

.inactive {
    color: #e41042
}

.staff-table {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px
}

.staff-table thead td {
    font-weight: 700;
    font-family: futura-pt, sans-serif;
}

.staff-table tr td {
    border-bottom: 1px solid #ccc;
    padding: 14px 0;
}

#costItemTable.staff-table tr td {
    text-align: center;
}

#costItemTable.staff-table tr td.tdTitle {
    text-align: left;
}

.staff-table td span {
    display: block;
    margin: 7px 0;
    position: relative;
    font-size: 16px;
}

.icon {
    border: 1px solid #ddd;
    background: #fff;
    padding: 6px 3px;
    border-radius: 3px;
    text-align: center;
    color: #ef723e
}

.icon i {
    margin: 0 6px
}

.btn {
    margin: 0 !important
}

.credit-card-payment .button {
    margin-left: 15px !important;
}


/* Rosters */

.af-num {
    font-size: 14px;
    font-family: futura-pt, sans-serif;
}

h2.staff_name {
    font-family: futura-pt, sans-serif;
    text-transform: none;
    font-size: 17px;
    margin: 7px 0 0 0;
    line-height: 18px;
    background: #56575d;
    padding: 5px;
    border-radius: 4px;
    color: #fff;
    min-height: 55px;
    text-shadow: 1px 1px 1px #222;
    width: 130px;
}

h2.staff_name span {
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    color: #f16521;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
}

.general-roster-info,
.weekly-roster {
    margin-bottom: 20px;
}

.general-roster-info .button,
.weekly-roster .button {
    margin: 20px 5px
}

#chart1 {
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px;
}

#chart2 {
    width: 100%;
    max-width: 600px;
}

.publicholiday select {
    border: 1px solid #727272;
    height: 33px;
    font-weight: 600;
    background: #fff;
    color: #727272;
    float: right;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 2px;
    padding: 0 10px;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 16px) calc(1em + 2px), calc(100% - 11px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 0px 1.5em;
    background-repeat: no-repeat;
    padding: 0 30px 0 10px;
}

.publicholiday select.active-holiday {
    border-color: #f16521 !important
}

.week-heading {
    font-weight: 900;
    background: #eee;
    padding: 7px 15px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: futura-pt, sans-serif;
}

.publicholiday select option {
    padding: 8px 10px;
}

.checkbox {
    position: relative;
    top: 0;
    margin: 0 1rem 0 0;
    cursor: pointer;
    display: inline;
    padding: 0;
    margin-right: 30px;
    border: 0;
}

.checkbox:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: 0.1875rem;
    top: 0.125rem;
    z-index: 1;
    width: 0.75rem;
    height: 0.375rem;
    border: 2px solid #444;
    border-top-style: none;
    border-right-style: none;
}

.checkbox:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.checkbox:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: #fff;
    border: 2px solid #e1e1e1;
    cursor: pointer;
}

.staff-table tr td input[type="text"] {
    width: 90% !important;
    margin-bottom: 0;
}

.staff-table tr td a {
    border: 0;
    font-size: 20px;
}

.staff-table thead {
    text-transform: uppercase;
}

.rev-table {
    width: 95%;
    float: right
}

.rev-side {
    margin-left: 0;
    left: 30px;
    position: absolute;
    padding-top: 15px;
    text-align: right;
}

.rev-side>div {
    padding: 10px 0;
    font-family: "brandon-grotesque" !important;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
}

.columnTable {
    width: 14%;
    display: inline-block;
    margin: 0 0 10px 0;
}

.columnTable input {
    box-sizing: border-box !important;
}

.columnTable label {
    width: 100%;
    display: inline-block;
    margin: 0 0 10px 0;
    font-family: "brandon-grotesque" !important;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.columnTable input.daysInput {
    float: right;
}

.datepicker1::-webkit-input-placeholder,
.datepicker2::-webkit-input-placeholder {
    color: #444;
    font-weight: 600;
}

.datepicker1::-moz-placeholder,
.datepicker2::-moz-placeholder {
    color: #444;
    font-weight: 600;
}

.datepicker1:-ms-input-placeholder,
.datepicker2:-ms-input-placeholder {
    color: #444;
    font-weight: 600;
}

.datepicker1:-moz-placeholder,
.datepicker2:-moz-placeholder {
    color: #444;
    font-weight: 600;
}

.ui-datepicker {
    width: auto !important;
    padding: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    line-height: 20px;
    font-family: "brandon-grotesque";
    min-width: 160px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ui-datepicker-header {
    text-align: center;
    color: #f17235 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    background: none !important;
    border: 0 !important;
}

.ui-datepicker-calendar thead {
    font-family: "brandon-grotesque" !important;
    color: #45474d !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 13px !important;
}

.ui-datepicker-calendar tbody tr td {
    background: #eeeeee;
    color: #909193;
    border: 2px solid #fff;
}

.ui-datepicker-calendar tbody tr td,
.ui-datepicker-unselectable {
    text-align: center !important;
    font-size: 13px !important;
    padding: 3px 6px !important;
    font-weight: 400 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: none !important;
    border: 0 !important;
    font-family: "brandon-grotesque" !important;
    font-size: 13px !important;
    text-align: center !important;
}

.ui-datepicker-unselectable {
    color: #ccc !important;
    background: none !important;
}

.ui-datepicker-week-col {
    background: #f9f9f9 !important;
}

.ui-datepicker-current-day {
    border-bottom: 2px solid #f16521 !important;
    color: #f16521 !important;
    background: none !important;
}

.ui-datepicker-current-day a {
    color: #f16521 !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background: url(../img/prev.gif) no-repeat 7px 7px !important;
    cursor: pointer;
}

.ui-datepicker-next .ui-state-disabled,
.ui-datepicker-prev .ui-state-disabled {
    cursor: none;
}

.ui-datepicker .ui-datepicker-prev:hover {
    border: 0;
    left: 2px;
    top: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
    border: 0;
    right: 2px;
    top: 2px;
}

.ui-datepicker .ui-datepicker-next {
    background: url(../img/next.gif) no-repeat 7px 7px !important;
}

.ui-widget-header .ui-icon {
    background: none !important;
}

.ui-datepicker:after {
    content: '' !important;
    display: inline-block !important;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-top: 0;
    position: absolute;
    top: -6px;
    left: 8px;
    display: block;
    visibility: visible !important;
}

.ui-datepicker:before {
    content: '' !important;
    display: inline-block !important;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 7px;
    top: -7px;
    visibility: visible !important;
}

.ui-datepicker-title {
    font-family: "brandon-grotesque" !important;
}

.ui-datepicker-month,
.ui-datepicker-year {
    border: 0;
    padding: 6px 0 0 15px;
    height: 27px;
    background: none;
    color: #f16521;
    text-transform: uppercase;
    font-family: "brandon-grotesque" !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    text-align: center !important;
}

.ui-datepicker-buttonpane {
    border: 1px solid #f9f9f9 !important;
}

.k-autocomplete.k-state-default,
.k-dropdown-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-picker-wrap.k-state-default {
    background: none !important;
    border: 0 !important;
    color: #000 !important;
    background-position: 0% !important;
}

.k-datepicker {
    border-radius: 20px !important;
}

.k-picker-wrap.k-state-default input {
    padding: 4px 10px;
    box-sizing: content-box;
    .
}

.k-input {
    background: none !important;
}

.k-state-hover,
.k-state-focused {
    box-shadow: none !important;
    background-position: 0% !important;
}

.k-datepicker.datepicker1 .k-icon.k-i-calendar,
.k-datepicker.datepicker2 .k-icon.k-i-calendar {
    background: url(../img/prev.gif) no-repeat;
    cursor: pointer;
    transform: rotate(-90deg);
}

.k-state-hover .k-icon.k-i-calendar {
    background: url(../img/prev.gif) no-repeat;
    cursor: pointer;
    transform: rotate(-90deg);
}

.k-widget.k-calendar .k-header {
    background: none !important;
    font-family: "brandon-grotesque" !important;
    color: #45474d !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 13px !important;
}

.k-widget.k-calendar .k-header .k-state-hover {
    background: none !important;
    color: #f16521 !important;
}

.k-widget.k-calendar .k-header a {
    color: #45474d !important;
}

.k-calendar-container {
    border-radius: 5px !important;
}

.k-widget.k-calendar .k-nav-prev {
    background: red;
    background: url(../img/prev.gif) no-repeat !important;
    margin: 10px 0px 0 10px !important;
}

.k-widget.k-calendar .k-nav-prev.k-state-hover {
    border-radius: 0 !important;
    background: url(../img/prev.gif) no-repeat !important;
    margin: 10px 0px 0 10px !important;
    opacity: 0.6 !important;
}

.k-widget.k-calendar .k-nav-next {
    background: red;
    background: url(../img/next.gif) no-repeat !important;
    margin: 10px -5px 0 0 !important;
}

.k-widget.k-calendar .k-nav-next.k-state-hover {
    border-radius: 0 !important;
    background: url(../img/next.gif) no-repeat !important;
    margin: 10px -5px 0 0 !important;
    opacity: 0.6 !important;
}

.k-calendar .k-content {
    font-family: "brandon-grotesque" !important;
}

.k-calendar thead th {
    text-transform: uppercase;
    font-weight: 800;
}

.k-today {
    border-bottom: 2px solid #f16521 !important;
    color: #999 !important;
    background: none !important;
    border-radius: 0 !important;
}

.k-today a {
    color: #999 !important;
}

.k-calendar-container.k-popup {
    padding: 5px !important;
    border-radius: 5px 10px !important;
}

.k-calendar-container.k-popup:after {
    content: '' !important;
    display: inline-block !important;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-top: 0;
    position: absolute;
    top: -6px;
    left: 8px;
    display: block;
    visibility: visible !important;
}

.k-calendar-container.k-popup:before {
    content: '' !important;
    display: inline-block !important;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 7px;
    top: -7px;
    visibility: visible !important;
}

.datepicker2 .k-weekend {
    background: #eeeeee;
    color: #909193;
    border-radius: 0 !important;
}

.datepicker2 .k-weekend:hover {
    border-radius: 0 !important;
}

.k-content tbody tr td {
    background: #eeeeee !important;
    color: #909193 !important;
    border-radius: 0 !important;
    border: 2px solid #fff !important;
    padding: 2px 3px !important;
}

.nameStaffFirst td {
    padding-top: 30px;
}

.nameStaffLast td {
    padding-bottom: 30px;
}

.infoInsideTable {
    color: #45474d !important;
    font-weight: 600;
    vertical-align: middle;
}

.nameStaffFirst td,
.nameStaffLast td,
td.infoInsideTable {
    font-size: 12px;
}

.tableRooster {
    border-bottom: 2px solid #56575d;
}

.tableRooster th {
    border-top: 3px solid #eceef1;
    padding-top: 12px !important;
}

.roster-row td {
    border-top: 2px solid #eceef1;
    padding: 2px 10px 10px 0;
}

.roster-row-btm td {
    border-bottom: 1px solid #eceef1
}

form.signup.standard-form .validatemeSignup {
    width: auto;
    padding: 13px 30px;
}

.checkbox-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.staff-table td .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbox-label:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked~.checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-label input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #ef723e;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.action-bar .btn-left .button {
    align-self: flex-start;
}

.staff-table .checkbox-label {
    padding-left: 0;
    width: 25px;
    margin: 0 auto;
}

.account-row *,
.account-row *:before,
.account-row *:after {
    box-sizing: border-box;
}

.account-row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}

.account-col {
    flex: 0 0 50%;
    padding: 0 15px;
}



.account-panel {
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    padding: 25px 20px;
    background-color: #fff;
    margin-bottom: 30px;
}

.account-panel h6 {
    font-family: futura-pt,
        sans-serif;
    font-style: normal;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    color: #444;
    font-size: 14px;
}

.account-panel p {
    font-size: 14px;
    margin-bottom: 25px;
    max-width: 420px;
}

.account-panel h2 {
    font-size: 26px;
    margin-bottom: 25px;
    color: #7b7a7a;
    text-transform: uppercase;
}

.account-panel__inner {
    height: auto;
    display: flex;
    flex-flow: row wrap;
}

.account-panel__inner .col-2 {
    position: relative;
}

.account-panel__inner input[type="text"] {
    padding: 20px 15px 7px 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    width: 95%;
    font-size: 15px;
}

.account-panel__inner label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
}

.account-panel__inner input[type="text"]:focus {
    outline: 0;
}

.account-panel.orange {
    background-color: #f16521;
    height: 100%;
}

.account-panel.orange h2,
.account-panel.orange h6,
.account-panel.orange p {
    color: #fff;
}

.account-panel.orange h2 {
    text-transform: uppercase;
    font-size: 18px;
    color: #ecc7b5;
    margin-bottom: 5px;
}

.account-panel.orange h4 {
    font-size: 16px;
    font-weight: 300;
    background-color: #f5f5f5;
    color: #343436;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
}

.account-panel.light-blue {
    background-color: #E3E7E9;
    height: 100%;
}

.account-panel p a {
    color: #727272;
}

.account-panel h5 {
    font-size: 18px;
}

.account-panel .inner-fields {
    position: relative;
}

.account-panel .inner-fields label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
}

.account-panel .inner-fields input[type="text"] {
    padding: 20px 15px 7px 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    width: 95%;
    background-color: transparent;
}

.account-panel .inner-fields input[type="text"]:focus {
    outline: 0;
}

.account-panel #costItemTable.staff-table tr td {
    font-size: 10px;
}

@media print {
    #print_roster {
        display: none !important;
    }
}

@media screen and (min-width: 200px) and (max-width: 850px) {
    .wrapper-wide {
        width: 95%
    }

    .wrapper {
        width: 95%
    }

    .hide-xs {
        display: none !important;
    }

    .dashboard {
        padding: 20px;
    }

    .account-nav .inner {
        max-width: 100%
    }

    .db-right {
        width: 100% !important
    }

    .dashboard-nav--toggle .col-10 {
        width: auto !important;
    }

    .dashboard-nav--toggle .col-10 {
        flex: 0 0 80%;
        padding-left: 15px;
    }

    .btn-right {
        position: relative
    }

    .btn-right .button {
        width: 42%;
        display: inline-block;
        margin: 5px 0
    }

    .btn-left {
        position: relative
    }

    .highlights {
        display: none
    }

    header {
        text-align: center
    }

    header figure.logo {
        float: none;
        width: 100%;
        margin: 25px auto 0;
    }

    .logo a {
        flex-flow: row wrap;
        justify-content: center;
    }

    .ui-accordion .accordion-wrap .ui-accordion-header {
        position: relative;
        padding-left: 20px;
    }

    .ui-accordion .accordion-wrap .ui-accordion-header .ui-accordion-header-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .ui-accordion .accordion-wrap .ui-accordion-header.ui-state-active .ui-icon,
    .ui-accordion .accordion-wrap .ui-accordion-header.ui-state-active .ui-button:active .ui-icon {
        transform: translateY(-50%) rotate(90deg);
    }

    .logo .divider {
        display: none;
    }

    header aside {
        float: none;
        margin-bottom: 25px;
    }

    header {
        height: auto;
        display: block;
        overflow: hidden;
    }

    .info-icn {
        display: none
    }

    header .button {
        background: #45474d;
        border: 2px solid #45474d;
    }

    header .button.outline {
        background: none
    }

    footer {
        text-align: center
    }

    footer nav ul li {
        float: none;
        display: inline-block
    }

    footer nav li a {
        padding: 3px
    }

    .logo-footer {
        display: none
    }

    footer .copyright {
        text-align: center;
        display: block;
        margin: 10px 0
    }

    footer h4 {
        margin-bottom: 10px;
    }

    .hgroup {
        padding: 20px 0;
        min-height: inherit
    }

    .data-table,
    .graphs canvas,
    .graph-inner {
        display: none
    }

    aside.sidebar {
        padding: 0
    }

    .table-hide {
        display: none !important
    }

    .input-daterange .button {
        margin-top: 10px;
    }

    .staff-table thead {
        display: none
    }

    .staff-table tr td {
        display: block;
        width: 100%;
        font-size: 12px;
    }

    .staff-table .button {
        float: none
    }

    .action-bar .btn-left {
        flex: 0 0 100%;
    }

    .action-bar .btn-right {
        padding-top: 5px;
        flex: 0 0 100%;
        justify-content: flex-start;
    }

    .account-col {
        flex: 0 0 100%;
    }

    .account-panel {
        height: auto;
    }

    .account-panel.light-blue {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1080px) and (max-width: 1800px) {
    .wrapper-wide {
        width: 95%
    }

    .wrapper {
        width: 95%
    }

    .dashboard {
        padding: 20px;
    }

    .account-nav .inner {
        padding: 20px;
        max-width: 70%;
    }

    .account-nav.col-2 {
        width: 25%;
    }

    .db-right.col-10 {
        width: 74%;
        padding-top: 15px
    }

    .db-right>.col-3 {
        width: 30%
    }

    .db-right>.col-9 {
        width: 70%
    }
}

@media screen and (min-width: 1080px) and (max-width: 1400px) {
    .data-table thead th {
        font-size: 11px
    }

    #staffedit {
        overflow-x: auto;
        width: 100%
    }

    .staff-table {
        width: 140%
    }

    .rev-table {
        width: 92%;
    }

    .action-bar .btn-left {
        flex: 0 0 45%;
    }

    .action-bar .btn-right {
        flex: 0 0 55%;
    }
}

@media screen and (min-width: 900px) and (max-width: 1070px) {
    #staffedit {
        overflow-x: auto;
        width: 100%
    }

    .staff-table {
        width: 140%
    }

    .wrapper-wide {
        width: 95%
    }

    .wrapper {
        width: 95%
    }

    .dashboard {
        padding: 20px;
    }

    .account-nav .inner {
        padding: 20px;
        max-width: 70%;
    }

    .account-nav.col-2 {
        width: 25%;
    }

    .db-right.col-10 {
        width: 75%;
        padding-top: 15px
    }

    .db-right .col-3,
    .db-right .col-9 {
        float: none;
        width: 100%
    }

    aside.sidebar {
        padding: 0
    }

    .plain {
        width: 50% !important;
        float: left !important;
    }

    .data-table td {
        font-size: 9px;
        padding: 8px;
    }

    .accounts .button {
        float: left;
    }

    .data-table thead th {
        font-size: 12px;
    }

    .button.sml {
        padding: 8px;
    }

    #revenue_wages .demo-section.k-content.col-6 {
        width: 100%;
    }

    .cost-item-table thead td,
    .staff-table thead td {
        font-size: 12px;
        line-height: 11px;
    }

    .staff-table tr td {
        padding: 5px;
    }

    .staff-table tr td a {
        background: none;
        font-size: 15px;
        margin-top: 10px;
        color: inherit;
    }

    .btn-right {
        position: relative;
        right: 0 !important;
        top: 0 !important;
        left: 0
    }

    .action-bar .btn-left {
        flex: 0 0 45%;
    }

    .action-bar .btn-right {
        flex: 0 0 55%;
    }

    .action-bar .btn-right {
        margin-top: 0;
        margin-bottom: 0;
    }
}

#systemMessage.highlight_message {
    background: #e41042 !important;
    display: block;
    overflow: hidden;
    border-radius: 7px;
    margin: 10px auto;
    padding: 20px;
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 15px;
}
#systemMessage.highlight_message.success-message,
#systemMessage.success-message {
    background: #4cb612 !important;
    display: block;
    overflow: hidden;
    border-radius: 7px;
    margin: 10px auto;
    padding: 20px;
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 15px;
}

.success-message h2 {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.success-message p {
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
}

/* END CSS */