body {
    margin: 0;
    font: 14px Arial, Helvetica, sans-serif;
    color: #000;
    min-width: 960px;
}
body.ca-layout {
    background: #d6dbdd!important
}
/*Reset for header*/

#ca-header fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
    float: right;
}
#ca-header textarea,
#ca-header select {
    vertical-align: middle;
    color: #000;
}
#ca-header input[type=submit]:hover,
#ca-header input[type=button]:hover {
    cursor: pointer;
}
/*CA Header*/

#ca-header {
    margin: 0 0 11px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
#ca-header .top-notice-area {
    background: #BE1616;
    text-align: center;
    padding: 16px 0 16px;
    color: black !important;
}
#ca-header .top-notice-area .logo {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    text-transform: none;
}
#ca-header .top-area {
    background: #000;
    text-align: center;
    padding: 5px 0 11px;
}
#ca-header .header-area {
    background: url(/public/images/ca/design/bg-header.gif) repeat-x;
    padding: 0 0 3px;
    height: 37px;
}
#ca-header .holder,
#ca-footer .holder {
    margin: 0 auto;
    min-width: 970px;
    width: 80%;
    position: relative;
}
#ca-header .holder:after,
#ca-footer .holder:after {
    content: "";
    display: block;
    clear: both;
}
#ca-header .logo {
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    text-transform: none;
}
#ca-header .logo a {
    cursor: pointer;
    height: 100%;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 14px;
}
#ca-header .header-area .search-form {
    float: right;
    padding: 5px 0;
    width: 20%;
    background: none !important;
}
#ca-header .header-area .search-form .ca-user-picker {
    min-height: 28px !important;
    height: 28px;
    width: 210px;
    padding-top: 3px;
    float: right;
}
#ca-header .logged-user-name {
    width: 20%;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #fff;
}
#ca-header .logged-user-name a {
    color: #fff;
    text-decoration: none;
}
#ca-header .left-position {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    padding: 2px 0px 0px 2px;
}
#ca-header .left-position a {
    color: #fff;
    text-decoration: underline;
}
.z-index-1100 {
    z-index: 1100 !important;
}
#ca-footer {
    padding: 10px 0;
    font-size: 12px;
}
#ca-footer .copyright {
    float: left;
    color: #929292;
}
#ca-footer ul {
    float: right;
    padding: 0;
    margin: 0;
}
#ca-footer li {
    display: inline-block;
    margin-left: 20px;
}
#ca-footer a {
    text-decoration: none;
    color: #2398c9;
}
.ca-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Arial!important;
}
.ca-nav-menu > li {
    float: left;
    font-weight: bold;
    font-size: 13px;
    line-height: 37px;
    position: relative;
}
.ca-nav-menu a,
.ca-nav-menu span {
    color: #fff!important;
    display: inline-block;
    vertical-align: top;
    padding: 0 29px;
    background: url(/public/images/ca/design/sprite.png) no-repeat -9999px -9999px;
    cursor: pointer;
    height: 37px;
    position: relative;
    text-decoration: none;
}
.ca-nav-menu li:hover {
    background-color: #208cc3;
}
.ca-nav-menu .home a {
    text-indent: -9999px;
    outline: none;
    width: 12px;
    background-position: 29px -48px;
}
.ca-nav-menu .profiles a,
.ca-nav-menu .calendar-programs a {
    background-position: 20px -80px;
    padding: 0 29px 0 39px;
}
.ca-nav-menu .pos a,
.ca-nav-menu .calendar-classes a {
    background-position: 13px -116px;
    padding: 0 29px 0 33px;
}
.ca-nav-menu .activities a {
    background-position: 11px -158px;
    padding: 0 21px 0 32px;
}
.ca-nav-menu .reports a {
    background-position: 22px -241px;
    padding: 0 23px 0 41px;
}
.ca-nav-menu .tools > span {
    padding: 0 17px 0 37px;
    background-position: 15px -200px;
}
.ca-nav-menu .services > span {
    background-position: 15px -289px;
    padding: 0 15px 0 35px;
}
.ca-nav-menu .help {
    float: right;
    position: absolute;
    right: 240px;
}
.ca-nav-menu .help a {
    padding: 0 10px;
}
.ca-nav-menu .help a span {
    font-size: 17px;
    padding: 0;
}
.ca-nav-menu .help a span i {
    line-height: 34px;
}
.ca-nav-menu .settings > span {
    background-position: 10px -17px;
    padding: 0 15px 0 20px;
    text-indent: -9999px;
    outline: none;
}
.ca-nav-menu .settings {
    float: right;
    position: absolute;
    right: 210px;
}
.ca-nav-menu .settings > span {
    background-position: 10px -17px;
    padding: 0 15px 0 20px;
    text-indent: -9999px;
    outline: none;
}
.ca-nav-menu .active.home a {
    background-position: 29px -325px;
}
.ca-nav-menu .active.profiles a,
.ca-nav-menu .active.calendar-programs a {
    background-position: 20px -357px;
}
.ca-nav-menu .active.pos a,
.ca-nav-menu .active.calendar-classes a {
    background-position: 13px -393px;
}
.ca-nav-menu .active.activities a {
    background-position: 11px -435px;
}
.ca-nav-menu .active.tools > span {
    background-position: 15px -477px;
}
.ca-nav-menu .active.reports a {
    background-position: 22px -518px;
}
.ca-nav-menu .active.services > span {
    background-position: 15px -566px;
}
.ca-nav-menu .active.settings > span {
    background-position: 10px -1070px;
}
.ca-nav-menu .active > a,
.ca-nav-menu .active > span {
    padding-top: 5px;
    margin: -5px 0 0;
    background-color: #fff;
    color: #000!important;
}
.ca-nav-menu .active > span > span {
    color: #000!important;
    background-image: url("/public/images/ca/design/arrow-1-black.png")
}
.ca-nav-menu .active > a:after,
.ca-nav-menu .active > span:after {
    background: url(/public/images/ca/design/shadow-1.png) no-repeat;
    content: '';
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    left: -5px;
}
.ca-nav-menu span span {
    display: inline-block;
    vertical-align: top;
    padding: 0 17px 0 0;
    background: url(/public/images/ca/design/arrow-1.png) no-repeat 100% 18px;
}
.ca-nav-menu > li > ul {
    display: none;
    position: absolute;
    top: 40px;
    left: -30px;
    padding: 10px 0;
    margin: 0;
    border: 1px solid #BBBBBB;
    background: #fff;
    overflow-y: auto;
    max-height: 80vh;
}

.ca-nav-menu > li.child-expanded > span:before {
    content: '';
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 12px;
    top: 29px;
    left: 0;
    z-index: 3;
    background: url("/public/images/ca/design/arrow-3.gif") 50% 0 no-repeat;
}
.ca-nav-menu > li.child-expanded.active > span:before {
    top: 34px;
}

.ca-nav-menu > li > ul li {
    margin: 0 10px;
}
.ca-nav-menu > li > ul a {
    display: block;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    color: #2398C9!important;
    padding: 0 10px;
}
.ca-nav-menu > li > ul a:HOVER {
    background: #EFEFEF;
    color: #000!important;
}
.ca-nav-menu > li.on-hover:hover > ul {
    display: block;
}
.ca-nav-menu > li > ul > li {
    list-style-type: none;
    background: #fff;
}
.ca-nav-menu .tools ul {
    min-width: 230px;
}
.ca-nav-menu .services ul {
    min-width: 215px;
}
.ca-nav-menu .settings ul {
    min-width: 215px;
}
.ca-nav-menu .settings ul {
    left: -60px;
}
#ca-nav {
    float: left;
    width: 80%;
}
#ca-main-wrapper {
    margin-top: 76px;
}
#ca-main {
    border: 1px solid #bcc0c2;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    width: 1185px;
    margin: 0 auto;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
.clear {
    clear: both;
}
.pointer {
    cursor: pointer
}
/*Reset old styles*/

.ca-form .ca-button {
    line-height: normal;
    width: auto;
}
.ca-button.ca-button-blue.margin-left {
    margin-left: 10px;
}
.equipment-item-checked-out {
    color: red;
}
.equipment-item-available {
    color: green;
}

#select-pos-dialog .fields-group {
    padding: 25px;
}
#select-pos-dialog select {
    width: 300px;
}
#search-user-dialog .ca-confirmation-label {
    text-align: left;
}
#search-user-dialog .users-container {
    margin: 10px 0;
    max-height: 455px;
    overflow-y: auto;
}
#search-user-dialog .users-container a {
    display: block;
    margin: 0 10px;
    padding: 10px;
    border-bottom: 1px solid #777;
    height: auto;
    min-height: 70px;
}
#search-user-dialog .users-container a:hover {
    background-color: #DDEEF4;
}
#search-user-dialog .image-container {
    float: left;
    width: 80px;
    text-align: center;
}
#search-user-dialog .data-container {
    float: left;
    width: 350px;
    color: #666666;
}
#search-user-dialog .name {
    font-weight: bold;
    color: #005F9E;
    padding-bottom: 5px;
    font-size: 14px;
}
#search-user-dialog .status {
    font-weight: bold;
}
#search-user-dialog .groups {
    padding-bottom: 5px;
    font-size: 12px;
}
#search-user-dialog .phones {
    font-size: 12px;
}
#search-user-dialog .clear {
    padding: 0;
    margin: 0;
}
.user-profile-timeclock-input {
    border: 0;
    width: 84%;
    height: 37px;
    padding-left: 2%;
    font-size: 1.3em;
    background-color: white !important;
}
.user-profile-timeclock-input-container {
    width: 80%;
    height: 40px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 3px solid #c9c9c9;
    background-color: white;
}
.user-profile-timeclock-image {
    display: inline-block;
    float: left;
    height: 40px;
    width: 10%;
}
.user-profile-timeclock-error {
    width: 80%;
    margin: 5px auto;
    text-align: center;
    color: red;
    font-size: 1.3em;
}
.user-profile-timeclock-status {
    width: 80%;
    margin: 5px auto;
    text-align: center;
    color: #3f8bbc;
    font-size: 1.3em;
}
.user-profile-timeclock-form-submit {
    border: 0;
    font-size: 1.3em;
    background-color: #3f8bbc;
    color: white;
    padding: 3px 15px;
}
.timeclock-done-buttons {
    width: 82%;
    margin: auto;
}
/* ca-tabbed-page control from CA-1794 start */

.ca-tabbed-page #left-column {
    vertical-align: baseline;
}
.ca-tabbed-page .top-tabs {
    width: 100%;
    margin: 0 0 20px 0;
}
.ca-tabbed-page .top-tabs td {
    height: 35px;
    text-align: center;
    background-color: #ededed;
    background-position: left top;
    background-repeat: no-repeat;
    border: 1px solid #cacaca;
    border-left: none;
    line-height: 35px;
}
.ca-tabbed-page .top-tabs td:first-child {
    border-left: 1px solid #cacaca;
;
}
.ca-tabbed-page .group-types-tab {
    width: 200px;
}
.ca-tabbed-page .group-types-list td a {
    width: 100%;
    height: 100%;
    float: left;
    color: #555555;
    text-decoration: none;
    text-shadow: -1px -1px 0px #fff;
    font-weight: bold;
}
.ca-tabbed-page .group-types-list td a.active {
    background: #fff;
}
.ca-tabbed-page .group-type-groups {
    width: 100%;
    border-collapse: collapse;
}
.ca-tabbed-page .group-type-groups th {
    background: #3ba7de;
    height: 30px;
    color: #fff;
    text-align: left;
    padding: 0 10px;
    border-bottom: 3px solid #1288c1;
    vertical-align: middle;
}
.ca-tabbed-page .group-type-groups td {
    border-bottom: 1px solid #ccc;
    height: 41px;
    color: #222;
    padding: 0 10px;
    vertical-align: middle;
}
.ca-tabbed-page .group-type-groups td.child {
    padding-left: 50px !important;
}
.ca-tabbed-page td#right-column {
    padding-left: 25px;
    width: 310px;
    vertical-align: top;
}
.ca-tabbed-page td#left-column {
    padding-right: 25px;
    border-right: 1px solid #BBBBBB;
}
.ca-tabbed-page button#addNewButton {
    display: block;
}
.ca-tabbed-page input#filterMembershipInput {
    float: none;
    width: 200px;
}
.ca-tabbed-page .ca-autocomplete {
    width: 200px;
}
.ca-tabbed-page .ca-text-field {
    width: 200px;
}
.ca-tabbed-page .group-header {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.ca-tabbed-page .top-tabs td a {
    width: 100%;
    height: 100%;
    float: left;
    color: #555555;
    text-decoration: none;
    text-shadow: -1px -1px 0px #fff;
    font-weight: bold;
}
.ca-tabbed-page div.ca-tabbed-page-column {
    float: left;
    width: 49%;
}
.ca-tabbed-page div.ca-tabbed-page-column-last {
    float: right;
    width: 49%;
}
.ca-tabbed-page div.group-type-groups {
    background: #3ba7de;
    height: 30px;
    color: #fff;
    text-align: left;
    border-bottom: 3px solid #1288c1;
    line-height: 30px;
    font-weight: bold;
}
.ca-tabbed-page div.group-type-groups span {
    margin-left: 10px;
}
.ca-tabbed-page div.group-type-groups-row {
    border-bottom: 1px solid #ccc;
    height: 30px;
    color: #222;
    padding-left: 10px;
    vertical-align: middle;
    float: left;
    width: 48%;
    line-height: 30px;
}
.ca-tabbed-page div.group-type-groups-row-last {
    border-bottom: 1px solid #ccc;
    height: 30px;
    color: #222;
    vertical-align: middle;
    float: right;
    width: 48%;
    line-height: 30px;
}
.ca-tabbed-page div.group-type-groups-row-last img,
.ca-tabbed-page div.group-type-groups-row img {
    cursor: pointer;
    margin-top: 5px;
}
.ca-tabbed-page div.group-type-groups-row-last a,
.ca-tabbed-page div.group-type-groups-row a {
    color: #2398c9 !important;
    font-weight: bold;
    text-decoration: none;
    padding-left: 10px;
}
.ca-tabbed-page div.group-type-groups-row-last a:hover,
.ca-tabbed-page div.group-type-groups-row a:hover {
    color: #2398c9 !important;
    font-weight: bold;
    text-decoration: underline;
    padding-left: 10px;
}
/* ca-tabbed-page control from CA-1794 end */
#group-activity-container #instructor_id-label {
    width: 140px;
    float: left;
}
#group-activity-container #instructor_id-label label {
    margin-top: 3px;
    margin-bottom: 0px;
    font-size: 11px;
    color: black !important;
    width: 140px;
}
#group-activity-container #instructor_id-element {
    float: left;
    margin-left: 20px;
}
#group-activity-container #instructor_id-wrapper {
    width: 163px;
}
#report-filters-container {
    width: auto;
    margin: 0px -42px 0px -52px;
    border-top: 1px solid #2a8dd4;
    background: #cde6f7;
    border-bottom: 1px solid #2a8dd4;
    padding: 9px 60px 9px 50px;
}
#report-filters-container div.select {
    border: 1px solid #C0C0C0;
    height: 18px;
    background-color: #FFFFFF;
    background-image: url("/public/images/ca/controls/select/select.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 190px;
    font-family: Arial !important;
    line-height: 17px !important;
    margin: 0px;
    padding: 5px 4px;
    font-size: 13px !important;
    position: relative;
}
#report-filters-container div.select.withRemoveButton {
    background-position: 90% 50%;
}
#report-filters-container div.select .select-arrow {
    font-family: Arial !important;
    line-height: 17px !important;
    font-size: 13px !important;
    background: none;
    margin-left: 4px;
}
#report-filters-container div.select .select-arrow strong {
    font-weight: normal;
}
#report-filters-container .filters {
    overflow: auto;
    width: 85%;
    float: left;
}
#report-filters-container .button {
    float: right;
}
#report-filters-container .clearboth {
    clear: both;
}
.ca-filter-container {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    min-height: 35px;
}
.ca-filter-container div.hidden-filter div.row-block {
    border: none;
    font-weight: normal;
}
.ca-filter-container div.hidden-filter .row.selected {
    background: #FFFFFF;
}
.ca-filter-container div.hidden-filter a.row:hover {
    background: #CDE6F7;
}
.dismiss-input {
    float: none;
    position: absolute;
    right: 8px;
    top: 11px;
    width: 13px;
    height: 13px;
    cursor: pointer;
    background-image: url("/public/images/ca/dismiss.png");
    background-repeat: no-repeat;
}
.dismiss-input:hover {
    background-image: url("/public/images/ca/dismiss-hover.png");
    background-repeat: no-repeat;
}
.clear-input {
    float: none;
    position: absolute;
    right: 8px;
    top: 13px;
}
.form-text-input-container {
    position: relative;
    display: inline-block;
}
.report_th a {
    cursor: pointer;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: -15px;
    padding-left: 15px;
}
.report_th a:hover {
    cursor: pointer;
    color: #FFFFFF;
    text-decoration: underline;
}
.report_th a.with_triangle_up {
    background-image: url("/public/images/ca/arrow-up.png");
    background-repeat: no-repeat;
    background-position: 0% 55%;
}
.report_th a.with_triangle_down {
    background-image: url("/public/images/ca/arrow-down.png");
    background-repeat: no-repeat;
    background-position: 0% 55%;
}
/* Shop dashboard */

.shop-item-block-form .ca-tab .ca-panel {
    width: 190px;
}
.shop-item-block-form .si-pane-options {
    display: none;
    min-height: 138px;
    margin: 10px 20px;
}
.shop-item-block-form .si-pane-options .ca-autocomplete {
    box-sizing: content-box;
    width:320px;
}
.shop-item-block-form .si-pane-items .ca-autocomplete {
    width: 189px;
}
.shop-item-block-form .ca-panel-active {
    height: 35px;
}
.shop-category-block-form .footer_buttons,
.shop-item-block-form .footer_buttons {
    padding-bottom: 10px;
}
.shop-category-block-form .table-widget-popup td:first-child,
.shop-item-block-form .table-widget-popup td:first-child {
    padding-right: 65px;
}
.ca-dialog.dialog-hidden{
    display: none !important;
}
.ca-dialog .shop-dashboard .ca-dashboard {
    margin: 14px 10px 10px 15px;
    position: relative;
    height: 440px;
}
.ca-dialog .shop-dashboard .ca-table {
    width: 300px;
    margin-right: 5px;
    float: right
}
.ca-dialog .shop-dashboard .ca-table .td-edit {
    width: 15px;
}
.ca-dialog .shop-dashboard .ca-table .td-delete {
    width: 15px;
}
.ca-dialog .shop-dashboard #s-done-btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.ca-dialog .shop-dashboard .ca-dashboard {
    width: auto;
}
.ca-dialog .ca-dashboard-breadcrumbs {
    margin-top: 10px;
    margin-left: 15px;
    font-size: 16px;
    color: #505050;
}

#dashboard-done-btn {
    float: right;
    margin: 0 12px 12px 0;
}
#shop-item-edit-submit {
    float: right;
    margin-top: 5px;
}
.shop-item-edit-form .clearfix {
    clear:both;
    display: table;
    height: 1px;
}
.ca-dialog #shop-item-edit {
    overflow: overlay;
    padding: 5px 20px 10px;
}
.ca-dialog .ca-dashboard-breadcrumbs .clickable {
    cursor: pointer;
}
.ca-dialog .ca-dashboard-breadcrumbs .clickable:hover,
.ca-dialog .ca-dashboard-breadcrumbs .clickable .fa-home:hover {
    text-decoration: underline;
}
.ca-dialog .ca-dashboard-breadcrumbs .fa-home {
    color: #505050;
}
.ca-dialog .ca-dashboard .s-selected-items .s-delete,
.shop-item-info-form .s-selected-items .ai-delete {
    color: #E74c3c;
    font-size: 26px;
    position: absolute;
    margin: -5px 0 0 0;
}
.ca-dialog .ca-dashboard .s-selected-items .s-edit {
    font-size: 24px;
    position:absolute;
    margin: -2px 0px 0 -2px;
}
.ca-dialog .ca-dashboard .s-selected-items .ca-table,
.shop-item-info-form .s-selected-items .ca-table {
    font-size: 14px;
}

.shop-item-info-form .additional_note {
    margin-left: -20px;
}
.ca-dialog .ca-dashboard-pagination {
    padding-bottom: 10px;
}
.ca-dialog .ca-dashboard-pagination .shop-paginator-link {
    height: 35px;
    width: 35px;
    font-size: 20px;
    line-height: 31px;
}
.shop-dashboard .ca-dashboard .d-block {
    min-height: 80px;
}
.shop-dashboard .ca-dashboard .d-block.d-block-small {
    width: 180px;
}
.shop-dashboard .ca-dashboard .d-column.c-small {
    width: 190px;
}
.shop-dashboard .ca-dashboard .d-block.d-block-small > div ._a {
    font-size: 18px;
}
.ca-dashboard-breadcrumbs {
    margin-top: 17px;
    font-weight: bold;
}
.shop-breadcrumb {
    text-decoration: none;
    font-size: 17px !important;
    color: #3366CC !important;
}
.shop-breadcrumb-delimiter {
    font-size: 17px !important;
    color: #3366CC !important;
}
.shop-dashboard .ca-dashboard .d-block.d-block-small > div {
    max-height: 3em;
    overflow: hidden;
}
.shop-dashboard .ca-dashboard .d-block.d-block-small > div ._a {
    font-size: 16px;
}
.shop-item-info-form .si-options {
    float: left;
    width: 398px;
    height: 400px;
    padding-left: 10px;
    padding-top: 10px;
}
.shop-item-info-form .si-selected-options {
    float: right;
    width: 260px;
    padding-top: 10px;
}
.shop-item-info-form .si-selected-options .ca-table {
    width: 270px;
}
.shop-item-info-form .si-selected-options .ca-table .controls {
    width: 15px;
}
.shop-item-info-form .si-selected-options .s-selected-items {
    height: 275px;
    margin-left: -20px;
}
.shop-item-info-form .si-selected-options .selected-options-title {
    width: 270px;
}
.shop-item-info-form .si-selected-options .selected-options {
    width: 270px;
    height: 240px;
    margin-top: 2px;
    overflow-y: auto;
}
.shop-item-info-form textarea {
    height: 100px;
    width: 230px;
    margin-bottom: 10px;
    resize: none;
}
.shop-item-info-form .buttons-group .si-total,
.shop-item-info-form .buttons-group #add_to_cart {
    float: right;
}
.shop-item-info-form .buttons-group .si-total {
    line-height: 34px;
    font-size: 18px;
    padding-right: 20px;
}
.shop-item-info-form .ca-panel {
    padding: 0px 10px;
}
.shop-item-info-form .ca-panel-content {
    height: 353px;
    margin-top: 2px;
    overflow-y: auto;
}
.shop-item-info-form .ca-selection-list {
    padding: 4px 0px 0px 0px;
}
.shop-item-info-form .ca-selection-list label {
    display: block;
    text-align: left;
    width: auto;
    float: none;
    padding: 8px 10px;
    margin: 0px;
}
.shop-item-info-form .ca-selection-list input[type="checkbox"] {
    display: none;
}
.shop-item-info-form .ca-tab .ca-panel.ca-panel-active {
    border-bottom: 1px solid #CACACA;
}
.shop-item-info-form .ca-tab .ca-panel {
    min-width: 110px;
}
.shop-item-block-form .ca-tab {
    border: 1px solid #FFFFFF;
}
.ca-dashboard-pagination {
    text-align: center;
}
.ca-dashboard-pagination .shop-paginator-link {
    margin: 5px;
    border: 1px solid #dedede;
    text-decoration: none !important;
    color: #222;
    display: inline-block;
    height: 45px;
    width: 45px;
    font-size: 21px;
    line-height: 41px;
}
.ca-dashboard-pagination .shop-paginator-link.end {
    width: 150px;
}
.ca-dashboard-pagination .shop-paginator-link.active:hover {
    background-color: #66b5dc;
}
.ca-dashboard-pagination .shop-paginator-link.inactive {
    color: #AAA;
}
.ca-dashboard-pagination .shop-paginator-link.current {
    background-color: #66b5dc;
}
.shop-dashboard .d-block-highlight {
    width: 180px;
    min-height: 80px;
}
.shop-dashboard .ca-dashboard {
    margin-top: 20px;
}
.tip-provider .ca-autocomplete {
    width: 146px;
    margin-left: 5px;
    margin-top: 3px;
}
.tip-provider-label {
    line-height: 25px;
}
#sortable td {
    background-color: #ffffff;
}
#sortable .ui-sortable-helper {
    border: 1px solid #333;
}
#sortable .ui-state-highlight {
    border: 0;
}
#sortable .ui-state-highlight td {
    background-color: #dceefc;
    color: #61b8f7;
    text-align: right;
}
.icon {
    display: inline-block;
    vertical-align: baseline;
    float: none;
    margin-top: 2px;
}
.report-paginate {
    float: left;
}
.container-paginate {
    border-bottom: 1px solid #ccc;
    display: table;
    width: 100%;
}
.container-paginate .right {
    padding: 10px;
}
.container-paginate .counter {
    padding: 0 30px;
}
.container-paginate .icon-reload {
    margin-bottom: -3px;
}
.report-paginate > li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.report-paginate > li > a {
    width: 30px;
    line-height: 15px;
    padding: 10px 0;
    border: 2px solid transparent;
    display: block;
    text-align: center;
    vertical-align: middle;
    color: inherit;
}
.report-paginate > li > a:hover {
    text-decoration: none;
}
.report-paginate > li.active > a {
    border-top-color: #484cb2;
    color: #484cb2;
}
.report-paginate .disabled {
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.icon-reload {
    width: 14px;
    height: 14px;
    background: url(/public/images/ca/report/reload.png);
}
.icon-reload.active {
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(720deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.icon-arrow {
    width: 6px;
    height: 10px;
    background: url(/public/images/ca/report/arrow-right.png);
}
.icon-arrow.left {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.icon-arrow.end {
    width: 8px;
    height: 10px;
    background: url(/public/images/ca/report/arrow-right.png);
}
/* Mobile styles */

.ca-nav-menu li.collapse-button {
    display: none;
}
@media (max-width: 970px) {
    #ca-header {
        position: static;
    }
    #ca-header .header-area {
        height: inherit;
    }
    #ca-main-wrapper {
        margin-top: -6px;
        width: auto;
    }
    .ca-layout {
        min-width: inherit;
    }
    .logged-user-name {
        display: none;
    }
    .page-title {
        display: none;
    }
    .ca-nav-menu {
        width: 100% !important;
        float: none !important;
    }
    .ca-nav-menu li {
        display: none;
    }
    .ca-nav-menu li.collapse-button {
        display: inline-block;
        width: 70px;
    }
    .ca-nav-menu li.collapse-button a {
        background-position: 30px -158px;
        padding: 0 40px 0 30px;
    }
    .ca-nav-menu.expanded li.collapse-button {
        background-color: #2390C8;
        display: block;
        float: none;
    }
    .ca-nav-menu.expanded li.root-item {
        display: block;
        float: none;
        background-color: #2390C8;
    }
    .ca-nav-menu.expanded li.root-item a {
        display: block;
        width: auto;
        padding-right: 10px;
        padding-left: 40px;
    }
    .ca-nav-menu.expanded li.root-item.home {
        margin-top: -1px;
    }
    .ca-nav-menu.expanded li.root-item.active a {
        margin-top: 0px;
    }
    .ca-nav-menu.expanded li.root-item.settings {
        position: static;
        right: 0px;
    }
    .ca-nav-menu.expanded li.root-item span {
        display: block;
    }
    .ca-nav-menu.expanded li.root-item ul {
        position: static;
    }
    .ca-nav-menu.expanded li.child-item {
        display: block;
    }
    .ca-nav-menu.expanded li.child-item a {
        padding-left: 10px;
    }
    .ca-nav-menu .home a {
        background-position: 15px -48px;
        text-indent: inherit;
    }
    .ca-nav-menu .profiles a,
    .ca-nav-menu .calendar-programs a {
        background-position: 15px -80px;
    }
    .ca-nav-menu .pos a,
    .ca-nav-menu .calendar-classes a {
        background-position: 15px -116px;
    }
    .ca-nav-menu .activities a {
        background-position: 15px -158px;
    }
    .ca-nav-menu .reports a {
        background-position: 15px -241px;
    }
    .ca-nav-menu .settings > span {
        background-position: 15px -17px;
        text-indent: inherit;
    }
    .ca-nav-menu .active.home a {
        background-position: 15px -325px;
    }
    .ca-nav-menu .active.profiles a,
    .ca-nav-menu .active.calendar-programs a {
        background-position: 15px -357px;
    }
    .ca-nav-menu .active.pos a,
    .ca-nav-menu .active.calendar-classes a {
        background-position: 15px -393px;
    }
    .ca-nav-menu .active.activities a {
        background-position: 15px -435px;
    }
    .ca-nav-menu .active.reports a {
        background-position: 15px -518px;
    }
    .ca-nav-menu li.root-item > span {
        padding-right: 10px;
        padding-left: 40px;
    }
    .ca-nav-menu span span {
        background: url(/public/images/ca/design/arrow-2.png) no-repeat 100% 18px;
    }
    .ca-nav-menu .child-expanded span span {
        background: url(/public/images/ca/design/arrow-1.png) no-repeat 100% 18px;
    }
    .ca-nav-menu > li > ul {
        overflow-y: unset;
        max-height: none;
    }
    .ca-nav-menu > li > span:before {
        display: none !important;
    }
    .ca-nav-menu .active > a:after,
    .ca-nav-menu .active > span:after {
        display: none;
    }
    #ca-header .header-area .search-form {
        margin: 0px 10px;
        width: 200px;
    }
    #ca-header .holder,
    #ca-footer .holder {
        width: 100% !important;
        min-width: inherit !important;
    }
}

#select-location-dialog {
    padding: 0;
}

.quick-add-resources div,
.quick-add-resources span {
    vertical-align: middle;
}
.quick-add-resources .buttons-container {
    padding: 10px;
    text-align: right;
    background: #E7E7E7;
}
.quick-add-resources form {
    padding: 30px;
    padding-bottom: 20px;
    height: 150px;
}
.quick-add-resources label {
    width: 140px;
    font-weight: bold;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 28px;
}
.quick-add-resources .left-controls {
    width: 475px;
    float: left;
}
.quick-add-resources .right-controls {
    width: 320px;
    float: right;
}
.quick-add-resources .right-controls label {
    width: 120px;
}
.quick-add-resources .form-control {
    margin-bottom: 10px;
}
.quick-add-resources .form-control .ca-element-error-wrapper {
    display: inline;
}
.quick-add-resources .form-control .ca-element-error-wrapper .ca-error-popup {
    font-size: 13px;
}
.quick-add-resources #from {
    width: 40px;
}
.quick-add-resources #to {
    width: 41px;
}
.quick-add-resources #prefix,
.quick-add-resources #suffix,
.quick-add-resources #name,
.quick-add-resources #number {
    width: 160px;
}
.quick-add-resources #fee,
.quick-add-resources #activation_fee {
    width: 145px;
}
.quick-add-resources #pattern_value {
    width: 41px;
}
.quick-add-resources .pattern-value {
    display: inline-block;
    padding-top: 1px;
}
.quick-add-resources .edit-notes {
    line-height: 27px;
    color: #2398C9;
}
.quick-add-resources .edit-notes span {
    text-decoration: underline;
}
.quick-add-resources .resource-billing-type {
    display: inline-block;
    width: 163px;
}
.quick-add-resources .resource-billing-type .ca-box-select-caption {
    width: 149px;
    padding-top: 5px;
    padding-bottom: 4px;
}
.quick-add-resources .resource-billing-type .ca-box-select-caption .ca-box-select-text {
    width: 140px;
}
.quick-add-resources .resource-billing-type .ca-box-select-options {
    width: 161px;
}
.quick-add-resources .resource-billing-type .ca-box-select-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.quick-add-resources #location_id,
.quick-add-resources #type_id {
    padding-right: 24px;
}

.pos-auth-dialog-content {
    padding: 40px 20px;
}
.pos-auth-dialog-content label {
    width: 120px;
    margin-bottom: 4px;
    padding-top: 6px;
    color: #222222;
    font-weight: bold;
    text-align: left;
    padding-right: 20px;
}
.pos-auth-dialog-content .pos-pin-field {
    position: relative;
    width: 310px;
}
.pos-auth-dialog .buttons-group {
    text-align: right;
}
.alphacube_content .pos-auth-dialog-content {
    padding-bottom: 350px;
}
#user-profile-frame {
    border: 0;
}
.pos-manual-hide .manual-field {display: none;}

#take_payment #paymentFileds div#takePaymentForm_info {width: 300px; padding: 5px 0; margin: auto;}
#take_payment #paymentFileds .relative_right{min-width: 322px;}
#take_payment #paymentFileds #amount{width: 150px;}
#dialogForm_i4goFrame {height: 368px;}

#i4goFrameFormDialog #useEmvTerminalBtn {
    position: absolute;
    bottom: 18px;
    left: 25px;
    height: 32px;
    padding: 0 47px;
    font-size: 12px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica, Arial, sans-serif;
    font-weight: 600;
}
#close-waiver-popup {
    float: right;
    width: 80px;
    margin-bottom: 20px;
}
#waiver-popup-container .agreement {
    margin: 20px;
    overflow: scroll;
    height: 395px;
}
#registration-confirmation-content .header-title {
    margin-bottom: 20px;
}

.actions-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 10px;
}
.actions-container__right {
    width: 20%;
}
.actions-container__left {
    box-sizing: border-box;
    width: 80%;
    padding-right: 5px;
}

.ca-warning {
    color: #846404;
    font-size: 12px;
    background-color: #FFF3CD;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.ca-warning > span {
    display: inline-block;
    width: 80%;
}

.ca-warning > i {
    padding: 0 5px;
    font-size: 16px;
    vertical-align: super;
}
