﻿.input-cell {
    width: 90px;
}

.input-table {
    border: none;
    background-color: transparent;
    padding: 0;
    height: 22px;
    text-align: right;
    color: blue;
    font-size: 14px;
}

.fg-white {
    color: white !important;
}

.full-width {
    width: 100%;
}

.datepicker.datepicker-dropdown {
    z-index: 1500;
}

.page-height {
    min-height: calc(100% - 22px);
    min-height: -webkit-calc(100% - 22px);
}


/* Border Initialization */
input:not(:invalid),
select:not(:invalid),
textarea:not(:invalid) {
    border: 1px solid gray;
}

input[type=file] {
    border: none;
}

.input-group-addon {
    border-color: gray;
}

input:invalid,
select:invalid {
    border: 1px solid red;
}

.help-block {
    color: blue;
}

.checkbox-custom label::before,
.radio-custom label::before {
    border: 1px solid gray;
}

.modal-content {
    border: 1px solid #62a8ea;
}

.bootstrap-select.btn-group .dropdown-menu {
    z-index: 1100;
}

.fa-spin {
    -webkit-animation: fa-spin 0.5s infinite linear;
    animation: fa-spin 0.5s infinite linear;
}

.locked-user {
    color: #056fa1;
    font-weight: bold;
}

select[name=DataTables_Table_0_length] {
    line-height: 40px !important;
}

.navbar-default .navbar-toggle {
    border: none;
}

.dropdown-menu.open {
    width: 100% !important;
}

th.custom-action {
    width: 1px !important;
}

a, a:hover, a:visited, a:active, a:focus {
    text-decoration: none !important;
}

.navbar-brand-imglogo {
    height: auto;
    margin: 5px auto !important;
    max-height: 60px;
    max-width: 230px;
}

.navbar-brand-smalllogo {
    height: auto;
    max-height: 50px;
    max-width: 40px;
    margin-left: 25px !important;
    margin-top: 5px;
    display: none;
}
.site-menubar-unfold .navbar-brand-smalllogo {
    display: none;
}

.site-menubar-fold .navbar-brand-imglogo {
    display: none;
}

.site-menubar-fold .navbar-brand-smalllogo {
    display: block !important;
}

.circle-icon {
    background-color: #075792 !important;
    border-radius: 15px;
    color: #fff !important;
}

.muted-color {
    color: #777 !important;
}

/*===============================================
  Scroller Bar - Height Options
================================================= */
.scroller-xs {
    height: 125px;
    max-height: 125px;
}

.scroller-sm {
    height: 200px;
    max-height: 200px;
}

.scroller-md {
    height: 300px;
    max-height: 300px;
}

.scroller-lg {
    height: 400px;
    max-height: 400px;
}

/* Scroll definition */
.scroll-y {
    overflow-y: auto;
    height: 100%;
}

.table-primary > td,
.table-success > td,
.table-info > td,
.table-warning > td,
.table-danger > td,
.table-dark > td {
    color: #fff;
}

.table-primary > td > a,
.table-success > td > a,
.table-info > td > a,
.table-warning > td > a,
.table-danger > td > a,
.table-dark > td > a {
    color: #fff;
}

    .table-primary > td > a:visited,
    .table-success > td > a:visited,
    .table-info > td > a:visited,
    .table-warning > td > a:visited,
    .table-danger > td > a:visited,
    .table-dark > td > a:visited {
        color: #fff;
    }

    .table-primary > td > a:hover,
    .table-success > td > a:hover,
    .table-info > td > a:hover,
    .table-warning > td > a:hover,
    .table-danger > td > a:hover,
    .table-dark > td > a:hover {
        color: #fff;
    }

    .table-primary > td > a:active,
    .table-success > td > a:active,
    .table-info > td > a:active,
    .table-warning > td > a:active,
    .table-danger > td > a:active,
    .table-dark > td > a:active {
        color: #fff;
    }

.table-default > td {
    background: #f3f7f9;
}

.table-primary > td {
    background: #62a8ea;
}

.table-success > td {
    background: #46be8a;
}

.table-info > td {
    background: #57c7d4;
}

.table-warning > td {
    background: #f2a654;
}

.table-danger > td {
    background: #f96868;
}

.table-dark > td {
    background: #526069;
}

.table-gray > td {
    color: #526069;
    background: #ccd5db;
}

.dropdown-customers {
    max-height: 360px;
    overflow-x: hidden;
}

table th.command-action {
    width: 1px;
}

table td.command-action {
    width: 1px;
}

.pie-progress-label {
    font-size: 12px !important;
    margin-top: 45px !important;
}

.pie-progress-content {
    top: 43% !important;
}