#ajaxloader {
    background-image:url('../images/spinner.gif');
    width: 31px;
    height: 31px;
    position: fixed;
    left: calc(50% - 15px);
    top: 50%;
    display: none;
    z-index: 999;
}

.flash-message {
    position: fixed !important;
    top: 20px;
    right: 20px;
    opacity: 0.9;
    z-index: 9999;
}

.flash-message.success {
    background-color: #D1E6C4 !important;
}

select {
    width: 100px;
}

th {
    text-align: left;
}

.customer-filter {
    width: 100%;
}
/*
.leasing-form .control, .appointment-form .control {
    height: 40px;
}*/

input, textarea, select {
    font-size: 16px !important;
    line-height: 18px !important;
}

input[type=text], input[type=password], select {
    /*height: 35px !important;*/
    padding: 3px !important;
}

body {
    font-size: 16px !important;
}

.ink-button {
    height: 35px !important;
    font-size: 16px !important;
    padding-top: 5px !important;
}

.ink-navigation {
    height: 35px !important;
}

h1 {
    font-size: 2.1em !important;
}

h2 {
    font-size: 1.8em !important;
}

h3 {
    font-size: 1.4em !important;
}

.ink-form .column-group {
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
    margin-left: -1em !important;
    height: 0 !important;
    clear: both;
}

.ink-form .control {
    margin-bottom: 0px !important;
}

th {
    white-space: nowrap;
}

.ink-form .control-group {
    margin-bottom: 10px !important;
}

label {
    margin-bottom: 10px !important;
}

.tabs-custom {
    border-bottom: 1px solid #CCCCCC;
}

.tabs-custom li{
    display: inline;
    list-style-type: none;
    padding-right: 2px;
}

.tab-custom {
    box-sizing: border-box;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px 4px 0 0;
    background-color: white;
    position: relative;
    top: 1px;
}

.tab-custom.active {
    border: 1px solid #CCCCCC;
    border-bottom-color: rgba(0, 0, 0, 0);
    cursor: default;
    color: #555;
    text-decoration: none;
}

.tab-custom:hover {
    background-color: #F0F0F0;
}

.tab-custom.active:hover {
    background-color: #fff;
}

.tabs-content-custom {
    display: none;
}

.full-width-form input, .full-width-form select {
    width: 100%;
}

.dz-processing {
    border-radius: 3px;
    background-color: #FFFDDE;
}
.dz-success {
    border-radius: 3px;
    background-color: #E4FFDE;
}
.dz-error {
    border-radius: 3px;
    background-color: #FFE0DE;
}

.category-table {
    width: 100%;
}

.category-table td.active {
    border: 2px solid blue;
}

.category-table td {
    width: 11%;
    margin: 0;
    text-align: center;
    position: relative;
}

.category-input {
    width: 80%;
    height: 20px;
    margin: auto;
}

.category-input input {
    visibility: hidden;
}

.category-row div {
    width: 12px;
    height: 12px;
    margin: auto;
    margin-top: 4px;
}

.category-filter {
    width: 15%;
    float: left;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    margin-bottom: 20px;
}

.category-filter-color {
    width: 80%;
    height: 15px;
    margin: auto;
}
