/* here you can put your own css to customize and override the theme */

.absolute {
    position: absolute !important;
}

.relative {
    position: relative !important;
}

.report {
    background: #fff none;
    margin: 0px auto 10px auto !important;
    padding: 0px;
    width: 1001px;
}

    .report .page-title {
        text-align: center;
    }

.table thead tr th {
    font-size: 108%;
}

.page-break {
    page-break-after: always;
}

.btn input[type='submit'] {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.page-header.navbar .page-logo .logo-default {
    margin-top: 12px;
}

.page-header.navbar .hor-menu .navbar-nav > li.classic-menu-dropdown .dropdown-menu.dropdown-menu-wide {
    min-width: 275px;
    max-width: 315px;
}

.page-header.navbar .hor-menu.hor-menu-light .navbar-nav > li.active > a > i,
.page-header.navbar .hor-menu.hor-menu-light .navbar-nav > li.active > a:hover > i, .page-header.navbar .hor-menu.hor-menu-light .navbar-nav > li.current > a > i,
.page-header.navbar .hor-menu.hor-menu-light .navbar-nav > li.current > a:hover > i {
    color: #fff;
}

@media (max-width: 480px) {
    .page-header.navbar .top-menu {
        display: inline;
        float: none;
    }
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.form .form-group input[type='file'] {
    height: 2.5em;
    width: 100%;
}

.form-group-xs .form-control {
    height: 24px;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.form-group-xs .form-control {
    height: 24px;
    line-height: 24px;
}

textarea.form-group-xs .form-control,
select[multiple].form-group-xs .form-control {
    height: auto;
}

.form-group-xs .form-control-static {
    height: 24px;
    min-height: 26px;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }

    .form-horizontal .form-group-xs .control-label {
        padding-top: 3px;
        font-size: 12px;
    }
}

div.radio,
div.checker {
    margin-left: 0;
}

.page-404 .number {
    letter-spacing: -5px;
    margin: 6px 0;
    position: inherit;
    top: 0;
}

.page-404 .number, .page-404 .details {
    vertical-align: top;
}

/***
Fontawesome Icons
***/
[class^="fa-"]:not(.fa-stack),
[class^="glyphicon-"],
[class^="icon-"],
[class*=" fa-"]:not(.fa-stack),
[class*=" glyphicon-"]:not(.glyphicon-calendar),
[class*=" icon-"] {
    margin-right: .3em;
}

/* Table overrides */
.table.noborder > tbody > tr > td,
.table.noborder > tbody > tr > th,
.table.noborder > tfoot > tr > td,
.table.noborder > tfoot > tr > th,
.table.noborder > thead > tr > td,
.table.noborder > thead > tr > th {
    border: none;
}

/* Filters Table */
.table.filters tr td {
    padding: 0.25em 0;
}

    .table.filters tr td input {
        margin-right: 0.35em;
        margin-top: 1px;
        vertical-align: middle;
    }

    .table.filters tr td label {
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle;
    }

.table.font-sm tr td input, .table.font-sm tr td label {
    font-size: 13px;
}

.table.font-xs tr td input, .table.font-xs tr td label {
    font-size: 11px;
}

/* Bootstrap Pagination overrides */
.portlet.light > .portlet-title > .caption > i {
    font-size: 0.8em;
}

/* Bootstrap Pagination overrides */
tr.pagination {
    display: table-row;
}

    tr.pagination table > tbody > tr > td > a,
    tr.pagination table > tbody > tr > td > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

    tr.pagination table > tbody > tr > td > span {
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    tr.pagination table > tbody > tr > td:first-child > a,
    tr.pagination table > tbody > tr > td:first-child > span {
        margin-left: 0;
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
    }

    tr.pagination table > tbody > tr > td:last-child > a,
    tr.pagination table > tbody > tr > td:last-child > span {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

    tr.pagination table > tbody > tr > td > a:hover,
    tr.pagination table > tbody > tr > td > a:focus {
        color: #23527c;
        background-color: #eee;
        border-color: #ddd;
    }

tr.pagination-lg table > tbody > tr > td > a,
tr.pagination-lg table > tbody > tr > td > span {
    padding: 10px 16px;
    font-size: 18px;
}

tr.pagination-lg table > tbody > tr > td:first-child > a,
tr.pagination-lg table > tbody > tr > td:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

tr.pagination-lg table > tbody > tr > td:last-child > a,
tr.pagination-lg table > tbody > tr > td:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

tr.pagination-sm table > tbody > tr > td > a,
tr.pagination-sm table > tbody > tr > td > span {
    padding: 5px 10px;
    font-size: 12px;
}

tr.pagination-sm table > tbody > tr > td:first-child > a,
tr.pagination-sm table > tbody > tr > td:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

tr.pagination-sm table > tbody > tr > td:last-child > a,
tr.pagination-sm table > tbody > tr > td:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* ASPxDateEdit overrides */
.form-control.dxeButtonEdit td.dxic {
    padding: 1px 2px 1px 1px;
}

.form-control.input-sm.dxeButtonEdit {
    padding: 2px 10px;
}

/* ASP.NET CheckBoxList overrides */
.checkbox-list ul, .radio-list ul {
    list-style: none;
    padding-left: 0;
    padding-top: 8px;
}

    .checkbox-list ul li, .radio-list ul li {
        margin-bottom: 5px;
    }

        .checkbox-list ul li input[type=checkbox], .radio-list ul li input[type=radio] {
            margin-right: 7px;
            margin-top: 1px;
            vertical-align: middle;
        }

        .checkbox-list ul li label, .radio-list ul li label {
            margin-bottom: 0px;
            vertical-align: middle;
        }

/* jQuery Dropdown Check List overrides */
.form-group .ui-dropdownchecklist {
    color: #333;
}

    .form-group .ui-dropdownchecklist .ui-state-hover {
        background-color: #f5f5f5;
    }

    .form-group .ui-dropdownchecklist .ui-dropdownchecklist-text {
        color: inherit;
        font-size: 13px;
    }

.form-group .ui-dropdownchecklist-selector-wrapper {
    padding: 3px 10px 3px 10px;
}

    .form-group .ui-dropdownchecklist-selector-wrapper .ui-dropdownchecklist-selector {
        border: none;
        padding: 0 2px;
    }

    .form-group .ui-dropdownchecklist-selector-wrapper .ui-state-hover {
        background: none;
    }

.form-group .ui-dropdownchecklist-dropcontainer {
    border-color: #e5e5e5;
}

    .form-group .ui-dropdownchecklist-dropcontainer .ui-dropdownchecklist-item {
        padding: 5px 10px;
    }

        .form-group .ui-dropdownchecklist-dropcontainer .ui-dropdownchecklist-item input {
            position: relative;
            vertical-align: middle;
            bottom: 1px;
            margin: 0;
            margin-right: 5px;
        }

        .form-group .ui-dropdownchecklist-dropcontainer .ui-dropdownchecklist-item .ui-dropdownchecklist-text {
            position: relative;
            vertical-align: middle;
            bottom: 1px;
            margin-bottom: 0px;
        }

.map {
}

.map-controls {
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 10px;
}

    .map-controls a {
        background-color: rgba(0,0,0,0.6);
        color: #fff;
        display: block;
    }

        .map-controls a:hover {
            background-color: #000;
        }

        .map-controls a i {
            margin: 0.7em 0.5em !important;
            width: 1.28em;
            text-align: center;
        }

    .map-controls .btn-group .btn {
        margin-left: 0 !important;
    }

    .map-controls .btn {
        border: none;
        float: none !important;
        padding: 0;
    }

    .map-controls div.zoom {
        margin-bottom: 10px;
    }

    .map-controls div.switch {
        display: none;
    }

.page-404-full-page .copyright, .page-500-full-page .copyright {
    display: none;
}

svg circle[id], svg rect[id], svg use[id] {
    fill: #c0c0c0;
}

.help-block.help-block-error.field-validation-error {
    display: inline;
}

.help-block.help-block-error.field-validation-valid {
    display: none;
}

mark, .highlight {
    background-color: #ff0;
}

.table .sorting, .table .sorting_asc, .table .sorting_desc {
    color: #337ab7;
}

textarea {
    resize: none
}

.datetimepicker .clear {
    display: table-cell;
}

.nowrap {
    white-space: nowrap;
}

label .bootstrap-switch.bootstrap-switch-wrapper {
    margin-left: 0.5em;
}


/* Alert overrides */
.alert {
    display: flex;
    align-items: stretch;
    padding: 1rem 2rem;
    border-radius: 3px;
    margin: 0 0 20px 0;
}

    .alert .alert-icon {
        display: flex;
        align-items: center;
        padding: 0 1.25rem 0 0;
    }

        .alert .alert-icon i {
            font-size: 3.6rem;
        }

        .alert .alert-icon.alert-icon-top {
            align-items: flex-start;
            align-content: stretch;
        }

    .alert .alert-text {
        align-self: center;
        flex-grow: 1;
    }

    .alert.validation-summary-errors {
        display: block;
    }

        .alert.validation-summary-errors ul {
            margin-top: 5px;
            padding-inline-start: 30px;
        }

/* jQuery BlockUI overrides */
div.block-spinner-bar {
    width: 5em;
}

    div.block-spinner-bar > div {
        background-color: #EEE !important;
        margin: 0 0.25em;
        height: 1em;
        width: 1em;
    }

div.blockOverlay {
    cursor: wait;
    opacity: 0.7;
}

div.loading-message {
    color: #EEE !important;
}

    div.loading-message h3 {
        line-height: 1.25em;
        margin: 0.5em 0;
    }

.border {
    border: 1px solid #F1F1F4 !important;
}

.border-0 {
    border: 0 !important;
}

.border-dashed {
    border-style: dashed !important;
    border-color: #DBDFE9;
}

.border-bottom-dashed {
    border-bottom-style: dashed !important;
}

.border-dotted {
    border-style: dotted !important;
    border-color: #DBDFE9;
}

.border-bottom-dotted {
    border-bottom-style: dotted !important;
}

.border-gray-100 {
    border-color: #F9F9F9 !important;
}

.border-gray-200 {
    border-color: #F1F1F4 !important;
}

.border-gray-300 {
    border-color: #DBDFE9 !important;
}

.border-gray-400 {
    border-color: #C4CADA !important;
}

.border-gray-500 {
    border-color: #99A1B7 !important;
}

.border-gray-600 {
    border-color: #78829D !important;
}

.border-gray-700 {
    border-color: #4B5675 !important;
}

.border-gray-800 {
    border-color: #252F4A !important;
}

.border-gray-900 {
    border-color: #071437 !important;
}

