b/* 
Admin CSS 
*/
* {
    outline: none;
}
html {
    font-size: 13px;
    height: 100%;
}
body {
    font-family: "ff-dagny-web-pro", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    background-color: #353f49;
    color: #111;
    overflow-x: hidden;
}
a {
    color: #888;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
a img {
    border: none!important;
}
input, select, textarea {
    font-family: "ff-dagny-web-pro", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
}
.bold {
    font-weight: 700;
}
.clear {
    clear: both;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    font-family: "franklin-gothic-urw", "franklin-gothic-urw-cond", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
.tab-pane img {
    max-width: 100%;
}
.nom {
    display: block;
    text-transform: uppercase;
    font-size: 1rem;
}
#form_wrap {
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -150px;
    z-index: 1;
    color: #fff;
    padding: 40px 0px;
}
#form_wrap form {
    border: none;
}
p.big {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    padding:0px;
    margin:0px;
}
#form_wrap label {
    display: inline-block;
    width: 6%;
    padding: 12px 5%;
    text-align: center;
    background-color: #495460;
    margin-top: 5px;
    vertical-align: top;
}
#form_wrap input {
    width: 74%;
    background-color: #fff;
    padding: 10px 5% 10px 5%;
    border: none;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
}
#form_wrap input.soob {
    width: 40%;
    text-align: center;
    font-family: "franklin-gothic-urw", "franklin-gothic-urw-cond", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    font-weight: normal;
    font-size: 1.231rem;
    padding: 5px 10px;
    margin-top: 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
#form_wrap input.soob:hover {
    border-radius: 10px;
    background-color: #495460;
    cursor: pointer;
}
#message {
    padding: 8px 10px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    font-size: 0.9231rem;
}
#form_wrap #message {
    margin-top: 10px;
}
.error {
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    color: #b94a48;
}
#message span {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}
#credit {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    z-index: 1;
    color: #616d7a;
    font-size: 0.8462rem;
}
.wrapper, #nav, .flex {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 1;
}
.wrapper, .flex {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.negative {
	margin-left:-10px;
	margin-right:-10px;
}
.negative .widget, .negative .inner {
	margin-left:10px;
	margin-right:10px;
}
.images .inner {
}
#nav {
    z-index: 2;
    background-color: #353f49;
    padding: 0px 30px;
}
#nav, #nav a {
    color: #aaa;
}
#nav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#nav ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
}
#nav ul li:last-of-type {
    margin-left: auto
}
#nav ul li:last-of-type a.logout {
    background-color: #c00;
    color: #fff;
    border-right: 1px solid #1f262d;
}
#nav ul li ul {
    position: absolute;
    left: 0px;
    top: 46px;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    min-width: 200px;
}
#nav ul li ul img {
    position: absolute;
    top: -6px;
    left: 20px;
    z-index: 2;
}
#nav ul li ul a, #nav ul li ul li {
    border: none;
    display: block;
    position: relative;
    z-index: 3;
}
#nav ul li ul a {
    padding: 7px 15px;
    font-size: 0.9231rem;
    color: #555;
}
#nav ul span, #nav ul a, .navigation h3 {
    padding: 15px 20px 15px 15px;
    display: block;
}
#nav ul a, #nav ul span {
    padding: 10px 30px 10px 30px;
    border-left: 1px solid #1f262d;
}
#nav ul li a:hover, #nav ul li a.active, .btn-group .dropdown-menu a:hover, .navigation h3 {
    background-color: #1e252c;
    color: #fff;
}
#nav ul li:first-child a {
    background-color: #0cf;
    color: #fff;
}
#nav i, #crumbs i, ul.navigation a i, .btn-group .dropdown-menu a i {
    display: inline-block;
    margin-right: 10px;
}
#nav li:first-of-type i {
    margin-right: 0px;
}
#crumbs i {
    margin-right: 5px;
}
.c_15 {
    width: 15%;
}
.c_20 {
    width: 20%;
}
.c_25 {
    width:25%;
}
.c_30 {
    width: 30%;
}
.c_33 {
    width: 33.3333333%;
}
.c_40 {
    width: 40%;
}
.c_50 {
    width: 50%;
}
.c_60 {
    width: 60%;
}
.c_50.margin {
    width: 47.5%;
    padding-left: 2.5%;
}
.c_60.margin {
    width: 57.5%;
    padding-left: 2.5%;
}
.c_66 {
    width: 66.6666666%;
}
.c_70 {
    width: 70%;
}
.c_70.margin {
    width: 67.5%;
    padding-left: 2.5%;
}
.c_80 {
    width: 80%;
}
.c_80.margin {
    width: 77.5%;
    padding-left: 2.5%;
}
.c_85 {
    width: 85%;
}
.c_100 {
    width: 100%;
}
.negative {
    margin-left: -10px;
    margin-right: -10px;
}
.negative .widget {
    margin-left: 10px;
    margin-right: 10px;
}
.negative hr {
    margin-left: 10px;
    margin-right: 10px;
}
form .flex .inner {
    margin:0px 0px;
    background-color: #fff;
    padding:10px;
    border-right:1px solid #ccc;
    overflow: hidden;
    text-align: center;
}
form .flex {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
form .flex .inner label, form .flex .inner div {
    display: block;
    width:100%;
    text-align: center;
}
form .flex section {
    border:none;
    padding:0px;
}
form .flex button {
    padding: 5px 30px 3px 30px;
    margin-top:3px;
    margin-left:auto;
    margin-right: auto;
    margin-bottom: 3px;
    display: inline-block;
}
form .flex div.selector span {
    margin-bottom: 3px;
}
.wrapper .c_80 {
    background-color: #eee;
    position: relative;
    z-index: 1;
}
.widget .wrapper .c_20 .inner {
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #efefef;
    margin: 0px 10px 10px 0px;
}
.widget .wrapper .c_20 .inner img {
    width: 100%;
    margin-bottom: 5px;
    height: auto;
}
.c_20 .widget img {
    width: 100%!important;
}
#moto_price {
    display: none;
}
#crumbs {
    background-color: #fff;
    color: #888;
    padding: 10px 30px;
    font-size: 0.8462rem;
    border-bottom: 1px solid #e0e0e0;
}
#crumbs span {
    display: inline-block;
    margin: 0px 8px;
}
#crumbs img {
    margin-bottom: -2px;
}
#crumbs a {
    font-weight: 700;
}
#crumbs a:hover {
    color: #333;
}
ul.navigation {
    padding: 0px 30px;
    margin: 0px 0px 0px 0px;
    list-style: none;
    background-color: #353f49;
}
ul.navigation li {
    flex: 1;
    background-color: #2e363f;
}
ul.navigation a, .navigation h3 {
    color: #939da8;
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #1f262d;
    border-top: 1px solid #37414b;
    position: relative;
    z-index: 1;
}
ul.navigation a {
    border-right: 1px solid #1f262d;
    border-top: 1px solid #1f262d;
    border-bottom: none;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 10px;
}
ul.navigation li:first-of-type a {
    border-left: 1px solid #1f262d;
}
ul.navigation a:hover, ul.navigation a.active {
    background-color: #27a9e3;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: right center;
}
ul.navigation a i {
    display: block;
    margin: 0px auto 5px auto;
}
.navigation h3 {
    font-size: 1rem;
    text-transform: uppercase;
    background-color: #3c4550;
    color: #fff;
    padding-left: 48px;
}
ul.navigation a.active {
    background-image: url(/images/menu-active.png);
}
ul.navigation a span {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    text-align: center;
    color: #fff;
    background-color: #495460;
    border-radius: 15px;
    z-index: 2;
    width: 35px;
    padding: 3px 0px;
    font-size: 0.8462rem;
    display: none;
}
ul.tabs {
    position:relative;
    z-index: 2; 
    display: block;
    padding:0px;
    margin:0px 0px -1px 0px;
    list-style: none;
}
ul.tabs li {
    display: inline-block;
}
ul.tabs li a {
    padding:10px 20px;
    display: block;
    border:1px solid #ccc;
    border-width:1px 1px 0px 1px;
    font-family: "franklin-gothic-urw", "franklin-gothic-urw-cond", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
ul.tabs li a.active, ul.tabs li a:hover {
    background-color: #fff;
}
#tab_content {
    padding:20px;
    background-color: #fff;
    border:1px solid #ccc;
    position:relative;
    z-index: 1;    
}
#content {
    padding: 15px 30px 30px 30px;
    position: relative;
    z-index: 1;
}
h1.main_title {
    text-transform: uppercase;
    font-size: 2.308rem;
}
h1.no_transform {
    text-transform: none;
}
.subtitle {
    padding: 5px 10px;
    display: block;
    background-color: #2e363f;
    color: #fff;
    text-transform: uppercase;
}
.widget {
    margin: 20px 0px 0px 0px;
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.widget .thumbnail {
    width: 100%;
}
.widget h3:first-of-type, fieldset.note {
    display: block;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    margin: -15px -15px 15px -15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 15px 8px 60px;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    font-size: 1rem;
}
.widget p {
    line-height: 125%;
}
fieldset.note {
    margin: 0px;
}
.widget h3 i, fieldset.note i {
    position: absolute;
    left: 0px;
    top: 0px;
    border-right: 1px solid #ccc;
    z-index: 2;
    padding: 10px 15px;
    background-color: #eee;
}
table {
    
    width: 100%!important;
    border-collapse: collapse;
    border-spacing: 0px;
}
.widget table {
    border: 1px solid #ddd;
}
.widget table td.register_row {
    background-color: #fff;
    text-transform: uppercase;
}
#balance {
    visibility: hidden;
}
.balance {
    font-size: 1.385rem;
    font-weight: 700;
    padding:0px;
    margin:0px;
}
table th {
    padding: 6px 5px 6px 5px;
    background-color: #eee;
    text-align: center;
    font-weight: normal;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "franklin-gothic-urw", "franklin-gothic-urw-cond", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 0.9231rem;
}
table th.actions {
    min-width: 170px;
}
table td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px 5px;
    text-align: center;
    font-weight: 300;
    font-size: 0.9231rem;
}
table td a.btn {
    display: inline-block;
    margin: 0px 3px;
}
table .po {
    font-style: italic;
    color: #999;
    font-size: 0.9231rem;
}
.location {
    font-style: italic;
    color: #888;
}
a.btn {
    display: inline-block;
    padding: 9px 10px 7px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 1rem;
    background-color: #eee;
    border-bottom: 2px solid #aaa;
}
a.btn:hover {
    background-color: #bbb;
    color: #fff;
}
a.blue {
    background-color: #3498DB;
    border-bottom: 2px solid #2980B9;
    text-shadow: 1px 1px #2980B9;
    color: #fff;
}
a.blue:hover {
    background-color: #2b88c7;
}
a.yellow {
    background-color: #efc548;
    border-bottom: 2px solid #D1B358;
    text-shadow: 1px 1px #D1B358;
    color: #fff;
}
a.yellow:hover, form button.submit:hover {
    background-color: #ddba51;
}
a.green {
    background-color: #82BF56;
    border-bottom: 2px solid #669644;
    color: #fff;
}
a.green:hover {
    background-color: #72ac49;
}
a.red {
    background-color: #E74C3C;
    border-bottom: 2px solid #BD3E31;
    color: #fff;
}
a.red:hover, form button.reset:hover {
    background-color: #d43d2d;
}
a.small {
    padding: 5px 10px 3px 10px;
    font-size: 0.7692rem;
}
.legend table {
    width: auto;
}
hr {
    margin: 20px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    height: 0;
}
/* Tables */
tr:hover {
    background: #f6f6f6;
}
span.icon .checker {
    margin-top: -5px;
    margin-right: 0;
}
.dataTables_length {
    color: #878787;
    margin: 7px 5px 0;
    position: relative;
    left: 5px;
    width: 50%;
    top: -7px;
}
.dataTables_length div {
    vertical-align: middle;
}
.dataTables_paginate {
    line-height: 16px;
    text-align: right;
    margin-top: 5px;
    margin-right: 0px;
}
.dataTables_paginate {
    line-height: 16px;
    text-align: right;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
}
.dataTables_paginate .ui-button, .pagination.alternate li a {
    font-size: 12px;
    padding: 4px 10px !important;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd #dddddd #cccccc; /* for IE < 9 */
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    display: inline-block;
    line-height: 16px;
    background: #f5f5f5;
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
    text-transform: uppercase;
}
.dataTables_paginate .ui-button:hover, .pagination.alternate li a:hover {
    background: #e8e8e8;
    color: #222222;
    text-shadow: 0 1px 0 #ffffff;
    cursor: pointer;
}
.dataTables_paginate .first {
    border-radius: 4px 0 0 4px;
}
.dataTables_paginate .last {
    border-radius: 0 4px 4px 0;
}
.dataTables_paginate .ui-state-disabled, .fc-state-disabled, .pagination.alternate li.disabled a {
    color: #AAAAAA !important;
}
.dataTables_paginate .ui-state-disabled:hover, .fc-state-disabled:hover, .pagination.alternate li.disabled a:hover {
    background: #f5f5f5;
    cursor: default !important;
}
.dataTables_paginate span .ui-state-disabled, .pagination.alternate li.active a {
    background: #41BEDD !important;
    color: #ffffff !important;
    cursor: default !important;
}
div.dataTables_wrapper .ui-widget-header {
    border-right: medium none;
    border-top: 1px solid #D5D5D5;
    font-weight: normal;
    margin-top: -1px;
}
.dataTables_wrapper .ui-toolbar {
    padding: 5px 0px 5px 5px;
}
.dataTables_filter {
    color: #878787;
    font-size: 11px;
    right: 15px;
    top: 42px;
    margin: 4px 0px 2px 10px;
    position: absolute;
    text-align: left;
}
.dataTables_filter input {
    margin-bottom: 0;
    margin-left: 10px;
}
.dataTables_scrollHeadInner {
	width: auto !important;
}
th.sorting {
    background-image: url(/images/icon-arrow-both.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 12px;
    padding-right:15px!important;
    padding-left:15px!important;
}
th.sorting_desc {
    background-image: url(/images/icon-arrow-down.png);
}
th.sorting_asc {
    background-image: url(/images/icon-arrow-up.png);
}
.tiny {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    visibility: hidden;
}
.table.with-check tr th:first-child, .table.with-check tr td:first-child {
    width: 10px;
}
.table.with-check tr th:first-child i {
    margin-top: -2px;
    opacity: 0.6;
}
.table.with-check tr td:first-child .checker {
    margin-right: 0;
}
.table tr.checked td {
    background-color: #FFFFE3 !important;
}
.dataTable td {
    text-align: center;
    border-right: 1px solid #ddd;
}
.dataTable a.btn {
    margin: 0px 2px;
}
.widget_title {
    background: #efefef;
    border: 1px solid #ddd;
    border-width: 1px 1px 1px 1px;
    position: relative;
    z-index: 2;
    margin-bottom: -1px;
}
.nav_tabs {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.nav_tabs li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-block;
}
.nav_tabs li a {
    display: block;
    padding: 10px 35px 10px 10px;
    border-right: 1px solid #ddd;
    margin-bottom: -1px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    background-image: url(/images/bended_arrow_down.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    font-family: "franklin-gothic-urw", "franklin-gothic-urw-cond", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav_tabs li a.active_link, .nav_tabs li a:hover {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}
.tab_content {
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.warning_wrap h2 {
    font-size: 8rem;
    font-weight: 400;
    color: #c00;
    text-align: center;
    display: block;
}
.warning_wrap h4 {
    display: block;
    text-align: center;
    font-size: 2rem;
}
.warning_wrap p {
    text-align: center;
}
.inner h1, .inner h2, .inner h3, .inner h4, .inner h5 {
    font-weight: 300;
}
.inner h1 {
    font-size: 2.5rem;
}
.inner h2 {
    font-size: 2.2rem;
}
.inner h3 {
    font-size: 2rem;
}
.inner h4 {
    font-size: 1.8rem;
}
.inner h4 {
    font-size: 1.8rem;
}
.btn-info {
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    border: none;
    padding: 5px 15px;
    font-size: 1rem;
    border-bottom: 2px solid #409eba;
}
.btn-info:hover {
    background-color: #2f96b4;
    cursor: pointer;
}
.action_group {
    position: absolute;
    right: 30px;
    top: 20px;
}
.btn-group .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 1000;
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    min-width: 210px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.btn-group .dropdown-menu a {
    display: block;
    font-size: 0.9231rem;
    padding: 7px 10px;
    border-bottom: 1px solid #ccc;
}
.btn-group i {
    display: inline-block;
    margin-left: 5px;
}
form {
    border-top: 1px solid #ccc;
    padding: 0px;
}
fieldset {
    border: 1px solid #ccc;
    background-color: #fff;
    border-width: 0px 1px 1px 1px;
    padding: 5px 10px;
    margin: 0px;
}
fieldset.note label {
    font-weight: 700;
    font-size: 1rem;
    padding: 4px 0px!important;
}
form section {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
    margin: 0px;
}
form fieldset section:last-of-type {
    border-bottom: 0px;
}
form section label {
    width: 18%;
    text-align: right;
    padding: 7px 0px;
    text-transform: uppercase;
    border-right: 1px solid #eee;
    padding-right: 2%;
}
form section div {
    width: 76%;
    padding-left: 4%;
}
form section div table {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
form section div div {
    width: auto;
    padding-left: 0px;
}
form section div img {
    max-width: 50%;
}
form section div input, form section div textarea {
    width: 97.8%;
    padding: 7px 1%;
    color: #888;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2) inset;
    border-radius: 3px;
    border: 1px solid #ccc;
}
form section div input.date, form section div input.time {
    width: auto;
}
form section div input[type=checkbox] {
    width: 16px;
}
form section span {
    font-weight: 300;
    font-size: 0.8462rem;
    display: block;
    text-transform: none;
    color: #777;
    padding: 5px 0px 0px 0;
}
form section label span.msg {
    padding-left: 20%;
}
#landscape {
    display: none;
}
input.integer, input.decimal {
    width: 60px;
    text-align: right;
    padding-right: 5px;
}
#ui-datepicker-div {
    background-color: #efefef;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
}
#ui-datepicker-div table {
    border: 1px solid #ddd;
    border-width: 1px 0px 0px 1px;
}
.ui-datepicker-title {
    background-color: #fff;
    text-align: center;
    padding: 5px 0px;
    border: 1px solid #ddd;
    border-width: 1px 1px 0px 1px;
}
#ui-datepicker-div .ui-icon {
    display: inline-block;
    padding: 4px 10px;
    color: #ffffff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    border-bottom: 2px solid #409eba;
    margin: 0px 2px 2px 0px;
}
#ui-datepicker-div .ui-icon:hover {
    background-color: #2f96b4;
    cursor: pointer;
}
.ui-datepicker-today {
    background-color: #fff!important;
}
.hasDatepicker {
    background-image: url(/images/calendar.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}
.hasDatepicker:hover {
    cursor: pointer;
}
.time {
    background-image: url(/images/clock.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}
/*----------------------------------------------------------------------*/
/* jQuery Checkbox
/*----------------------------------------------------------------------*/

.jquery-checkbox, .jquery-checkbox span {
    display: inline;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    padding-left: 0px;
    margin-top: 3px;
}
.jquery-checkbox span.checkboxplaceholder {
    vertical-align: baseline;
    padding: 2px 12px 0px;
    line-height: 8px;
    background-repeat: no-repeat;
}
.jquery-checkbox span.checkboxplaceholder {
    background-image: url(/images/checkbox.png);
}
.jquery-checkbox.checkbox span.checkboxplaceholder {
    background-position: 0px 0px;
}
.jquery-checkbox.checkbox .hover span.checkboxplaceholder {
    background-position: 0px -26px;
}
.jquery-checkbox.checkbox .hover.pressed span.checkboxplaceholder {
    background-position: 0px -51px;
}
.jquery-checkbox.checkbox.checked span.checkboxplaceholder {
    background-position: 0px -77px;
}
.jquery-checkbox.checkbox.checked .hover span.checkboxplaceholder {
    background-position: 0px -102px;
}
.jquery-checkbox.checkbox.checked .hover.pressed span.checkboxplaceholder {
    background-position: 0px -128px;
}
.jquery-checkbox.checkbox .disabled span.checkboxplaceholder {
    background-position: 0px -153px !important;
    cursor: auto;
}
.jquery-checkbox.checkbox.checked .disabled span.checkboxplaceholder {
    background-position: 0px -179px !important;
    cursor: auto;
}
.jquery-checkbox.radio span.checkboxplaceholder {
    background-position: -26px 0px;
}
.jquery-checkbox.radio .hover span.checkboxplaceholder {
    background-position: -26px -26px;
}
.jquery-checkbox.radio .hover.pressed span.checkboxplaceholder {
    background-position: -26px -51px;
}
.jquery-checkbox.radio.checked span.checkboxplaceholder {
    background-position: -26px -77px;
}
.jquery-checkbox.radio.checked .hover span.checkboxplaceholder {
    background-position: -26px -102px;
}
.jquery-checkbox.radio.checked .hover.pressed span.checkboxplaceholder {
    background-position: -26px -128px;
}
.jquery-checkbox.radio .disabled span.checkboxplaceholder {
    background-position: -26px -153px !important;
    cursor: auto;
}
.jquery-checkbox.radio.checked .disabled span.checkboxplaceholder {
    background-position: -26px -179px !important;
    cursor: auto;
}
/*----------------------------------------------------------------------*/
/* File Upload
/*----------------------------------------------------------------------*/

div.fileuploadui {
    padding: 0 5px;
    margin-bottom: 5px;
}
div.fileuploadui a {
    margin-right: 10px;
    font-size: 11px;
    display: inline !important;
}
ul.fileuploadpool {
    display: block;
    clear: both;
    margin-bottom: 5px;
    border: 1px solid;
    z-index: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 68px;
    min-width: 138px;
    overflow: hidden;
    padding: 4px;
}
ul.fileuploadpool.drop {
}
ul.fileuploadpool.single {
    width: 138px;
}
ul.fileuploadpool li {
    position: relative;
    z-index: 1;
    font-size: 11px;
    list-style-type: none;
    float: left;
    border: 1px solid;
    margin: 4px;
    padding: 4px;
    height: 50px;
    width: 120px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-animation-name: showfile;
    -moz-animation-name: showfile;
    animation-name: showfile;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes showfile {
 from {
-webkit-transform: scale(0);
}
to {
 -webkit-transform: scale(1.0);
}
}
@-moz-keyframes showfile {
 from {
-webkit-transform: scale(0);
}
to {
 -webkit-transform: scale(1.0);
}
}
@keyframes showfile {
 from {
-webkit-transform: scale(0);
}
to {
 -webkit-transform: scale(1.0);
}
}
ul.fileuploadpool li.error {
    text-shadow: none;
}
ul.fileuploadpool li .name {
    display: block;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 22px;
    padding-top: 0px!important;
}
ul.fileuploadpool li a {
    display: block;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    float: right;
    position: absolute;
    right: 5px;
    bottom: 0px;
    z-index: 2;
}
ul.fileuploadpool li a:hover {
    text-decoration: none;
}
ul.fileuploadpool li a.cancel {
}
ul.fileuploadpool li a.remove {
    position: absolute;
    right: 5px;
    bottom: 0px;
    z-index: 2;
}
ul.fileuploadpool li .progress {
    display: block;
    line-height: 1px;
    height: 3px;
    width: 0%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
ul.fileuploadpool li.success .progress {
}
/*----------------------------------------------------------------------*/
/* Comboselect
/*----------------------------------------------------------------------*/

div.comboselectbox {
    display: block;
    clear: both;
    min-height: 100px;
    padding-left: 0px;
}
div.comboselectbox div.combowrap {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    border: 1px solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-width: 42%;
    width: 350px;
    height: 99%;
    padding: 1% 1% 0 0;
}
div.comboselectbox ul.comboselect {
    overflow: auto;
    height: 99%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
div.comboselectbox.searchable div.combowrap:first-child ul.comboselect {
    height: 79%;
}
div.comboselectbox.searchable div.combowrap:first-child input {
    margin: 1% 2% 2% 2%;
    width: 94%;
}
div.comboselectbox ul.comboselect li {
    display: block;
    margin: 0;
    list-style-type: none;
    float: left;
    border: 1px solid;
    margin: 1px 6% 1px 2%;
    width: 97.5%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
div.comboselectbox ul.comboselect li.hidden {
    display: none;
}
div.comboselectbox ul.comboselect li a {
    font-size: 0.9231rem;
    padding: 5px 10px;
    float: left;
    width: 75%;
    cursor: pointer;
    text-decoration: none;
    cursor: pointer;
}
div.comboselectbox ul.comboselect.ui-sortable li.selected a {
    cursor: n-resize;
}
div.comboselectbox ul.comboselect li a.add, div.comboselectbox ul.comboselect li a.remove {
    float: right;
    display: block;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
div.comboselectbox ul.comboselect li.used a {
    text-decoration: line-through;
}
div.comboselectbox ul.comboselect li.selected {
}
div.comboselectbox div.comboselectbuttons {
    max-width: 9%;
    height: 99%;
    width: 30px;
    float: left;
    padding: 0 3px;
}
div.comboselectbox div.comboselectbuttons a {
    padding: 3px;
    line-height: 20px;
    font-size: 20px;
    width: 18px;
    height: 18px;
    margin: 0 2px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
}
div.comboselectbox div.comboselectbuttons a.add {
}
div.comboselectbox div.comboselectbuttons a.remove {
}
div.comboselectbox div.comboselectbuttons a.addall {
}
div.comboselectbox div.comboselectbuttons a.removeall {
}

@media screen and (max-width:700px) {
div.comboselectbox div.combowrap {
    max-width: 98%;
    width: 98%;
    height: 40%;
    float: none;
}
div.comboselectbox.searchable div.combowrap:first-child ul.comboselect {
    height: 40%;
}
div.comboselectbox div.comboselectbuttons {
    text-align: center;
    max-width: 98%;
    width: 98%;
    float: none;
    height: 30px;
}
}
form span.required {
    background-image: url(/images/required.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px!important
}
/*

Uniform Theme: Aristo
Version: 1.0
By: 280North / Ported by Josh Pyles
License: Creative Commons Share Alike
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action {
    background-image: url(/images/sprite.png);
    background-repeat: no-repeat;
}
.selector, .radio, .checker, .uploader, .selector *, .radio *, .checker *, .uploader * {
    margin: 0;
    padding: 0;
}
/* SPRITES */

/* Select */

div.selector {
    background-position: -483px -160px;
    line-height: 32px;
    height: 32px;
}
div.selector span {
    background-position: right 0px;
    height: 32px;
    line-height: 32px;
}
div.selector select {
    /* change these to adjust positioning of select element */
    top: 0px;
    left: 0px;
}
div.selector:active, div.selector.active {
    background-position: -483px -192px;
}
div.selector:active span, div.selector.active span {
    background-position: right -32px;
}
div.selector.focus, div.selector.hover, div.selector:hover {
    background-position: -483px -224px;
}
div.selector.focus span, div.selector.hover span, div.selector:hover span {
    background-position: right -64px;
}
div.selector.focus:active, div.selector.focus.active, div.selector:hover:active, div.selector.active:hover {
    background-position: -483px -256px;
}
div.selector.focus:active span, div.selector:hover:active span, div.selector.active:hover span, div.selector.focus.active span {
    background-position: right -96px;
}
div.selector.disabled, div.selector.disabled:active, div.selector.disabled.active {
    background-position: -483px -288px;
}
div.selector.disabled span, div.selector.disabled:active span, div.selector.disabled.active span {
    background-position: right -128px;
}
/* Checkbox */

div.checker {
    width: 23px;
    height: 23px;
}
div.checker input {
    width: 23px;
    height: 23px;
}
div.checker span {
    background-position: 0px -320px;
    height: 23px;
    width: 23px;
}
div.checker:active span, div.checker.active span {
    background-position: -23px -320px;
}
div.checker.focus span, div.checker:hover span {
    background-position: -46px -320px;
}
div.checker.focus:active span, div.checker:active:hover span, div.checker.active:hover span, div.checker.focus.active span {
    background-position: -69px -320px;
}
div.checker span.checked {
    background-position: -92px -320px;
}
div.checker:active span.checked, div.checker.active span.checked {
    background-position: -115px -320px;
}
div.checker.focus span.checked, div.checker:hover span.checked {
    background-position: -138px -320px;
}
div.checker.focus:active span.checked, div.checker:hover:active span.checked, div.checker.active:hover span.checked, div.checker.active.focus span.checked {
    background-position: -161px -320px;
}
div.checker.disabled span, div.checker.disabled:active span, div.checker.disabled.active span {
    background-position: -184px -320px;
}
div.checker.disabled span.checked, div.checker.disabled:active span.checked, div.checker.disabled.active span.checked {
    background-position: -207px -320px;
}
/* radio */

div.radio {
    width: 23px;
    height: 23px;
}
div.radio input {
    width: 23px;
    height: 23px;
}
div.radio span {
    height: 23px;
    width: 23px;
    background-position: 0px -343px;
}
div.radio:active span, div.radio.active span {
    background-position: -23px -343px;
}
div.radio.focus span, div.radio:hover span {
    background-position: -46px -343px;
}
div.radio.focus:active span, div.radio:active:hover span, div.radio.active:hover span, div.radio.active.focus span {
    background-position: -69px -343px;
}
div.radio span.checked {
    background-position: -92px -343px;
}
div.radio:active span.checked, div.radio.active span.checked {
    background-position: -115px -343px;
}
div.radio.focus span.checked, div.radio:hover span.checked {
    background-position: -138px -343px;
}
div.radio.focus:active span.checked, div.radio:hover:active span.checked, div.radio.focus.active span.checked, div.radio.active:hover span.checked {
    background-position: -161px -343px;
}
div.radio.disabled span, div.radio.disabled:active span, div.radio.disabled.active span {
    background-position: -184px -343px;
}
div.radio.disabled span.checked, div.radio.disabled:active span.checked, div.radio.disabled.active span.checked {
    background-position: -207px -343px;
}
/* uploader */

div.uploader {
    background-position: 0px -366px;
    height: 32px;
}
div.uploader span.action {
    background-position: right -494px;
    height: 24px;
    line-height: 24px;
}
div.uploader span.filename {
    height: 24px;
    /* change this line to adjust positioning of filename area */
    margin: 4px 0px 4px 4px;
    line-height: 24px;
}
div.uploader.focus, div.uploader.hover, div.uploader:hover {
    background-position: 0px -430px;
}
div.uploader.focus span.action, div.uploader.hover span.action, div.uploader:hover span.action {
    background-position: right -526px;
}
div.uploader.active span.action, div.uploader:active span.action {
    background-position: right -558px;
}
div.uploader.focus.active span.action, div.uploader:focus.active span.action, div.uploader.focus:active span.action, div.uploader:focus:active span.action {
    background-position: right -590px;
}
div.uploader.disabled {
    background-position: 0px -398px;
}
div.uploader.disabled span.action {
    background-position: right -462px;
}
/* PRESENTATION */

/* Select */
div.selector {
    font-weight: bold;
    color: #464545;
    font-size: 14px;
}
div.selector select {
    font-size: 1em;
    border: solid 1px #fff;
}
div.selector span {
    padding: 0px 25px 0px 2px;
    cursor: pointer;
}
div.selector span {
    color: #666;
    text-shadow: 0 1px 0 #fff;
}
div.selector.disabled span {
    color: #bbb;
}
/* checker */
div.checker {
    margin-right: 10px;
}
/* radio */
div.radio {
    margin-right: 10px;
}
/* uploader */
div.uploader {
    width: 190px;
    margin-bottom: 20px;
    cursor: pointer;
}
div.uploader span.action {
    width: 83px;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    background-color: #F5F5F5;
    font-weight: bold;
    color: #1c4257;
}
div.uploader span.filename {
    color: #777;
    width: 82px;
    border-right: solid 1px #F5F5F5;
    font-size: 90%;
    font-size: 11px;
}
div.uploader input {
    width: 190px;
}
div.uploader.disabled span.action {
    color: #aaa;
}
div.uploader.disabled span.filename {
    border-color: #ddd;
    color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector select:focus, .radio input:focus, .checker input:focus, uploader input:focus {
    outline: 0;
}
/* Select */

div.selector {
    position: relative;
    padding-left: 10px;
    display: inline-block;
    zoom: 1;
 *display:inline;
}
div.selector span {
    display: inline-block;
    float: left;
}
div.selector select {
    position: absolute;
    opacity: 0;
}
/* checker */

div.checker {
    position: relative;
    float: left;
}
div.checker span {
    display: block;
    float: left;
    text-align: center;
}
div.checker input {
    opacity: 0;
    display: inline-block;
}
/* radio */

div.radio {
    position: relative;
    float: left;
}
div.radio span {
    display: block;
    float: left;
    text-align: center;
}
div.radio input {
    opacity: 0;
    text-align: center;
    display: inline-block;
}
/* uploader */

div.uploader {
    position: relative;
    float: left;
    overflow: hidden;
}
div.uploader span.action {
    float: left;
    display: inline;
    padding: 4px 0px;
    overflow: hidden;
    cursor: pointer;
}
div.uploader span.filename {
    padding: 0px 10px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div.uploader input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
}
div.passwordstrength {
    text-shadow: 0 1px 0 #dddddd;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
div.passwordstrength.s_1 {
    background-color: #f0a8a8;
}
div.passwordstrength.s_2 {
    background-color: #f0d2b5;
}
div.passwordstrength.s_3 {
    background-color: #e8e8a2;
}
div.passwordstrength.s_4 {
    background-color: #a8f0f0;
}
div.passwordstrength.s_5 {
    background-color: #a2e8a2;
}
/*----------------------------------------------------------------------*/
/* File Upload
/*----------------------------------------------------------------------*/

div.fileuploadui {
}
div.fileuploadui a {
}
ul.fileuploadpool {
    border-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
ul.fileuploadpool.drop {
    background-image: url(/images/dragndrop.png), url(/images/paper_02.png);
}
ul.fileuploadpool.single {
}
ul.fileuploadpool li {
    border-color: #FFFFFF #E7E7E7 #CCCCCC #E7E7E7;
    background-color: #f6f6f6;
}
ul.fileuploadpool li.error {
    background-color: #f0cccc;
}
ul.fileuploadpool li .name {
}
ul.fileuploadpool li a {
}
ul.fileuploadpool li a:hover {
}
ul.fileuploadpool li a.cancel {
    background-image: url(/images/cross.png);
}
ul.fileuploadpool li a.remove {
    background-image: url(/images/cross.png);
}
ul.fileuploadpool li .progress {
    background-color: #f0a8a8;
    background-image: url(/images/upload.gif);
}
ul.fileuploadpool li.success .progress {
    background-color: #a2e8a2;
    background-image: none;
}
/*----------------------------------------------------------------------*/
/* Comboselect
/*----------------------------------------------------------------------*/

div.comboselectbox div.combowrap {
    border-color: #FFFFFF #E7E7E7 #CCCCCC #E7E7E7;
    background-image: url(/images/paper_02.png);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
div.comboselectbox ul.comboselect li {
    border-color: #FFFFFF #E7E7E7 #CCCCCC #E7E7E7;
    background-color: #f6f6f6;
}
div.comboselectbox ul.comboselect li:hover a {
    color: #111;
}
div.comboselectbox ul.comboselect li a.add {
    background-image: url(/images/plus.png);
}
div.comboselectbox ul.comboselect li a.remove {
    background-image: url(/images/cross.png);
}
div.comboselectbox ul.comboselect li.used a {
    color: #ccc;
}
div.comboselectbox ul.comboselect li.selected {
    background-color: #efefef;
}
div.comboselectbox div.comboselectbuttons a.add {
    background-image: url(/images/triangle_right.png);
}
div.comboselectbox div.comboselectbuttons a.remove {
    background-image: url(/images/triangle_left.png);
}
div.comboselectbox div.comboselectbuttons a.addall {
    background-image: url(/images/triangle_double_right.png);
}
div.comboselectbox div.comboselectbuttons a.removeall {
    background-image: url(/images/triangle_double_left.png);
}
img.thumb {
    max-width: 60px;
    max-height: 60px;
}
img.wide_thumb {
    max-width: 200px;
    max-height: 100px;
}
fieldset section .thumbnail {
    max-width: 20%;
}

@media screen and (max-width:700px) {
div.comboselectbox div.comboselectbuttons a.add {
    background-image: url(/images/triangle_down.png);
}
div.comboselectbox div.comboselectbuttons a.remove {
    background-image: url(/images/triangle_up.png);
}
div.comboselectbox div.comboselectbuttons a.addall {
    background-image: url(/images/triangle_double_down.png);
}
div.comboselectbox div.comboselectbuttons a.removeall {
    background-image: url(/images/triangle_double_up.png);
}
}
a.fileupload_cancel:hover {
    background-color: #c00;
    border-bottom: 2px solid #b00202;
    cursor: pointer;
}
#wl_msg {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999999;
}
.msg-box {
    padding: 30px;
    background-color: #000;
    color: #fff;
    position: relative;
    z-index: 1;
}
.msg-close {
    color: #c00;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}
.msg-close:hover {
    color: #fff;
    cursor: pointer;
}
form button {
    display: inline-block;
    padding: 9px 10px 7px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 1.077rem;
    background-color: #eee;
    border: none;
    border-bottom: 2px solid #aaa;
    text-shadow: 1px 1px #fff;
}
form button.submit {
    background-color: #efc548;
    border-bottom: 2px solid #D1B358;
    text-shadow: 1px 1px #D1B358;
    color: #fff;
}
form button.reset {
    background-color: #E74C3C;
    border-bottom: 2px solid #BD3E31;
    text-shadow: 1px 1px #BD3E31;
    color: #fff;
}
form button:hover {
    cursor: pointer;
}
#status {
    position: absolute;
    top: 55px;
    left: 20px;
    z-index: 999;
    padding: 10px 0px;
    width: 50%;
}
#status.warning {
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    color: #b94a48;
}
#status.success {
    background-color: #dff0d8;
    border: 1px solid #749d63;
    color: #749d63;
}
#status span {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
#solid {
    display: none;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: #2e363f;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left
}
#cboxContent {
    position: relative;
    border: 20px solid #409eba;
    padding: 10px
}
#cboxLoadedContent {
    overflow: auto
}
#cboxTitle {
    margin: 0
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}
#cboxContent {
    background: #fff;
    overflow: hidden
}
.cboxIframe {
    background: #fff
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}
#cboxLoadedContent {
    margin-bottom: 28px
}
#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494
}
#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494
}
#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef
}
#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/images/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}
#cboxPrevious:hover {
    background-position: -75px -25px
}
#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(/images/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}
#cboxNext:hover {
    background-position: -50px -25px
}
#cboxClose {
    position: absolute;
    bottom: 6px;
    right: 6px;
    background: url(/images/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}
#cboxClose:hover {
    background-position: -25px -25px
}
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}
.cboxIE6 #cboxTopLeft, .cboxIE6 #cboxTopCenter, .cboxIE6 #cboxTopRight, .cboxIE6 #cboxBottomLeft, .cboxIE6 #cboxBottomCenter, .cboxIE6 #cboxBottomRight, .cboxIE6 #cboxMiddleLeft, .cboxIE6 #cboxMiddleRight {
_behavior:expression(this.src = this.src ? this.src:this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src="+this.src+",sizingMethod='scale')")
}
.edits a {
    margin-right: 5px;
}
.edits a:last-of-type {
    margin-right: 0px;
}
img.croptest {
    display: none;
}
/* jquery.Jcrop.css v0.9.10 - MIT License */

/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
    direction: ltr;
    text-align: left;
}
/* These styles define the border lines */
.jcrop-vline, .jcrop-hline {
    background: #FFF;
    font-size: 0;
    position: absolute;
}
.jcrop-vline {
    height: 100%;
    width: 1px!important;
}
.jcrop-hline {
    height: 1px!important;
    width: 100%;
}
.jcrop-vline.right {
    right: 0;
}
.jcrop-hline.bottom {
    bottom: 0;
}
/* Handle style - size is set by Jcrop handleSize option (currently) */
.jcrop-handle {
    background-color: #333;
    border: 1px #eee solid;
    font-size: 1px;
}
/* This style is used for invisible click targets */
.jcrop-tracker {
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent; /* "turn off" link highlight */
    -webkit-touch-callout: none;              /* disable callout, image save panel */
    -webkit-user-select: none;                /* disable cut copy paste */
}
/* Positioning of handles and drag bars */
.jcrop-handle.ord-n {
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    top: 0;
}
.jcrop-handle.ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -4px;
    margin-left: -4px;
}
.jcrop-handle.ord-e {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 50%;
}
.jcrop-handle.ord-w {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 50%;
}
.jcrop-handle.ord-nw {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 0;
}
.jcrop-handle.ord-ne {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 0;
}
.jcrop-handle.ord-se {
    bottom: 0;
    margin-bottom: -4px;
    margin-right: -4px;
    right: 0;
}
.jcrop-handle.ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -4px;
    margin-left: -4px;
}
.jcrop-dragbar.ord-n, .jcrop-dragbar.ord-s {
    height: 7px;
    width: 100%;
}
.jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w {
    height: 100%;
    width: 0px;
}
.jcrop-dragbar.ord-n {
    margin-top: -4px;
}
.jcrop-dragbar.ord-s {
    bottom: 0;
    margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
    margin-right: -4px;
    right: 0;
}
.jcrop-dragbar.ord-w {
    margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline, .jcrop-light .jcrop-hline {
    background: #FFF;
    filter: Alpha(opacity=70)!important;
    opacity: .70!important;
}
.jcrop-light .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000;
    border-color: #FFF;
    border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline, .jcrop-dark .jcrop-hline {
    background: #000;
    filter: Alpha(opacity=70)!important;
    opacity: .7!important;
}
.jcrop-dark .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #FFF;
    border-color: #000;
    border-radius: 3px;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img, img.jcrop-preview {
    max-width: none;
}

@media only screen and (max-width: 900px) {
html {
    font-size: 60%;
}
#form_wrap label {
    padding: 13px 5%;
}
input {
    border-radius: 0px;
}
ul.navigation a span {
    right: 5%;
}
}
/*
#colsToShow {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
}
#colsToShow #title {
	font-size: 15px;
}
#colsToShow #title:hover {
	cursor: pointer;
}
#colsToShow #columnsToDisplay {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	transition: 0.5s ease-in-out;
}
#colsToShow #columnsToDisplay.hidden {
	transform: scaleY(0);
	height: 0;
	height: 0px;
	display: none;
	visibility: hidden;
}
#colsToShow #columnsToDisplay .item {
	width: 100px; 
	height: 25px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 5px;
	transition: 0.25s ease-in-out;
}
#colsToShow #columnsToDisplay .item .colStatus {
	background: green;
	height: 10px;
	width: 10px;
	border-radius: 5px;
}	
#colsToShow #columnsToDisplay .item.hidden .colStatus {
	background: red;
}
#colsToShow #columnsToDisplay .item:hover {
	cursor: pointer;
}
#colsToShow #columnsToDisplay .item:hover .colStatus {
	background: red;
}
#colsToShow #columnsToDisplay .item.hidden:hover .colStatus {
	background: green;
}
#colsToShow #columnsToDisplay .item p {
	margin: 0;
	line-height: 0;
}
*/

/* DATATABLE STYLING */
.dataTables_wrapper {
	color: black;
}
.dataTables_wrapper .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.dataTables_wrapper .functions {
	flex: 1;
	display: grid;
	grid-template-columns: 170px 1fr;
	grid-template-rows: 1fr 1fr;
	grid-row-gap: 10px;
	justify-content: center;
	align-items: center;
}
.dataTables_wrapper .functions .tableInfo {
	grid-column: 1 / span 2;
	grid-row: 2;
}
.dataTables_wrapper .functions .excelExportBtn,
.dataTables_wrapper .functions .csvExportBtn {
	padding: 5px 10px 3px 10px;
    font-size: 0.7692rem;
	background-color: #3498DB;
	border: none;
	border-bottom: 2px solid #2980B9;
    text-shadow: 1px 1px #2980b9;
    color: #fff;
	border-radius: 5px;
    text-transform: uppercase;
}
.dataTables_wrapper .functions .excelExportBtn:hover,
.dataTables_wrapper .functions .csvExportBtn:hover{
	background-color: #2b88c7;
	color: #fff;
}
.dataTables_wrapper .functions .showAmount .dataTables_length {
	margin: 0;
    position: relative;
    left: 0;
    top: 0;
}
.dataTables_wrapper .functions .showAmount .dataTables_length label {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	flex: 1;
}
.dataTables_wrapper .searchBox {
	width: 210px;
	
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.dataTables_wrapper .searchBox .dataTables_filter {
	position: relative;
	top: 0;
	right: 0;
	margin: 0;
}
.dataTables_wrapper .table {
	width: 100%;
	
	display: flex;
	justify-content: safe center;
	align-items: safe center;
}
.dataTables_scrollHead,
.dataTables_scrollBody {
	width: 100% !important;
	overflow: none !important;
	position: relative !important;
}
.dataTables_paginate {
	padding-top: 15px;
}
.dataTables_paginate,
.dataTables_paginate span {
	margin: 0;
	
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
/*	column-gap: 10px;*/
}
.dataTables_paginate .paginate_button {
	height: 30px;
	max-width: 60px;
	flex: 1;
	box-sizing: border-box;
	padding: 5px;
	color: black;
	border: thin solid #dcdcdc;
	transition: 0.2s ease-in-out;
	background: #f5f6f5;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.dataTables_paginate .paginate_button.first {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.dataTables_paginate .paginate_button.last {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
.dataTables_paginate .paginate_button:hover:not(.disabled) {
	background: #41bfdd;
	border: thin solid #287688;
	color: white;
	cursor: pointer;
}
.dataTables_paginate .paginate_button:active:not(.disabled) {
	background: #41bfdd;
	border: thin solid #287688;
	color: white;
}
.dataTables_paginate .paginate_button.disabled {
	color: grey;
	border: thin solid #cbcbcb;
}
.dataTables_paginate .paginate_button.current {
	background: #41bfdd;
	border: thin solid #287688;
	color: white;
}

/* Table column filter styling */
/* Open/ close Btn */
#colsToShowContainer {
	height: 100vh;
	z-index: 1000;
	position: fixed;
	top: 0;
	right: calc(100vw - 45px);
	box-sizing: border-box;
	transition: 0.25s ease-in-out;
	
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
}
#colsToShowContainer #colsToShowOpener {
	z-index: 1000;
	height: 60px;
	width: 35px;
	font-size: 20px;
	background: white;
	border-top: thin solid #dcdcdc;
	border-right: thin solid #dcdcdc;
	border-bottom: thin solid #dcdcdc;
	border-left: thin solid white;
	box-sizing: border-box;
	
	display: flex;
	justify-content: center;
	align-items: center;
}
#colsToShowContainer #colsToShowOpener:hover {
	cursor: pointer;
}
#colsToShowContainer #colsToShow {
	height: auto;
	padding: 25px;
	font-size: 12.5px;
	background: white;
	border-top: thin solid #dcdcdc;
	border-right: thin solid #dcdcdc;
	border-bottom: thin solid #dcdcdc;
	box-sizing: border-box;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	grid-row-gap: 15px;
}
#colsToShowContainer #colsToShow p {
	font-size: 12.5px;
	margin: 0;
	line-height: 0;
}
#colsToShowContainer #colsToShow .item {
	width: 100%;
	min-width: max-content;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
}
#colsToShowContainer #colsToShow .item:hover {
	cursor: pointer;
	text-decoration: none;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}
#colsToShowContainer.open {
	transform: translateX(calc(100% - 30px));
/*	right: auto;*/
}
#colsToShowContainer.open #colsToShowOpener{
}
#colsToShowContainer.open #colsToShow{
}

/* Switches */
.toggleSwitch {
	position: relative;
	display: block;
	margin: 0;
	width: 35px;
	height: 20px;
	color: white;
	outline: 0;
	text-decoration: none;
	border-radius: 10px;
	border: 2px solid #546E7A;
	box-sizing: border-box;
/*	background-color: #263238;*/
	transition: all 500ms;
}
.toggleSwitch:active {
	background-color: darken(#263238, 5%);
}
.toggleSwitch:after {
	display: block;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 2px;
    width: 14px;
    height: 14px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: white;
    background-color: #37474F;
    border: 2px solid;
	border-radius: 7px;
    box-sizing: border-box;
    transition: all 500ms;
}
.toggleSwitch.toggleSwitch-on:after {
	content: '';
    color: #66BB6A;
}
.toggleSwitch.toggleSwitch-off:after {
	content: '';
    transform: translate(100%, 0);
    color: #f44336;
}
.toggleSwitch-moving {
  background-color: #AFAFAF;
}
.toggleSwitch-moving:after {
    color: transparent;
    border-color: darken(#546E7A, 8%);
    background-color: darken(#37474F, 10%);
    transition: color 0s,
                transform 500ms,
                border-radius 500ms,          
                background-color 500ms;
}

/* PRICE CHANGES STYLING */
#price_changes_container {
	margin: 0 auto;
	
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
#price_changes_container .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	grid-column-gap: 15px;
	align-items: center;
}
#price_changes_container .row div {
	margin: 0;
}
#price_changes_container .row .col {
	margin-right: 15px;
}
#price_changes_container .row .col.price_changes_help .help_container {
	position: absolute;
	z-index: 10000;
	background: white;
	border: thin solid #ccc;
	transform: scaleY(0);
	transform-origin: top center;
	display: block;
	transition: 0.2s ease-in-out;
}
.price_changes_help:hover > .price_changes_help_btn {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	background: #2b88c7;
}
.price_changes_help_btn:hover {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	background: #2b88c7;
}
.price_changes_help:hover > .help_container {
	transform: scaleY(1) !important;
}
.help_container:hover {
	transform: scaleY(1) !important;
}
#price_changes_container .row .col.price_changes_help .help_container ul{
	margin-top: 2.5px;
}
#price_changes_container .hidden {
	display: none !important;
}
#price_changes_container .row label {
	padding-right: 5px;
}
#price_changes_container .row.error_message {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
#price_changes_container .loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}
#price_changes_container .loader.hidden {
	display: none;
}
/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.subs {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 999999;
	background-color: #353f49;
	width: 100%;
	display: block;
	padding:15px 30px;
	margin: 0px!important;
}
#form {
	padding-bottom: 50px;
}
