﻿.btn {
    padding: 6px 12px;
}

.anythingControls {
    width: inherit;
}

.BusLogoBG {
    background-color: gray;
}

.BusLogoBorder {
    border: 1px solid gray;
}


[class*="col-"] {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    border: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    /*position: fixed;*/
    position: static;
}


button, input, select, textarea {
    line-height: normal !important;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 3px 0 3px 5px;
    position: relative;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 2em;
}

.ui-dialog .ui-dialog-titlebar-close {
    top: 15px;
    width: 25px;
    height: 25px;
}

/* Jquery dialog fix for UL LI MENUS  inside modal's*/
.ui-dialog {
    overflow: visible;
    border: 2px solid #0a96be !important;
    background: #f5f5f5 !important;
}

    .ui-dialog .ui-dialog-content {
        overflow: inherit;
        padding: 0 5px 5px 0 !important;
    }

.panel-body {
    padding: 0;
}




.ui-widget-header {
    background: #cccccc /*{bgColorHeader}*/ url(../themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png) /*{bgImgUrlHeader}*/ 50% /*{bgHeaderXPos}*/ 50% /*{bgHeaderYPos}*/ repeat-x /*{bgHeaderRepeat}*/;
    font-weight: bold;
    text-align: center;
    border: 2px solid #0a96be;
    margin: -5px -5px auto -4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-width: 1px;
}

.thumbNav {
    text-align: left !important;
}

/* Overlays */
.ui-widget-overlay {
    background: url(../colorbox/overlay.png);
    opacity: .7 /*{opacityOverlay}*/ !important;
    filter: Alpha(Opacity=70) /*{opacityFilterOverlay}*/ !important;
}

.fa-id {
    font-size: 1.5em !important;
    color: #333 !important;
}

.ui-tabs-nav {
    border-width: 0;
    margin-left: -3px !important;
    margin-right: -4px !important;
    margin-top: -4px !important;
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.ui-state-default {
    background-color: #eee;
}

.ui-state-active {
    background-color: #f6f6f6 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border-color: #0a96be;
    background-color: transparent;
}

.ui-widget.ui-widget-content {
    border: 1px solid #0a96be;
}

.ui-button:active {
    background-color: #555 !important;
}

.ui-datepicker .ui-datepicker-header {
    border-width: 1px;
}

#tabs, #resourcetabs {
    border: 0;
    background-color: #f5f5f5;
    border-radius: 5px;
}

/* Corner radius for JQUERY ui;s */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 5px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 5px;
}

@media (min-width: 768px) {

    .pull-right-menu {
        float: right !important;
    }
}

.ui-dropdownchecklist-item {
    background-color: white !important;
}

.ui-dropdownchecklist-selector {
    background-color: white !important;
    line-height: 1.4em;
}


ui-dropdownchecklist {
    line-height: 1.4em;
}

/*.ui-dropdownchecklist-selector-wrapper:after {
    content: ">";
    right: 100px;
    position: absolute;*/


.GridClearButton {
    background: #3c3c3c;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 10px !important;
    font-weight: 100 !important;
    line-height: 12px;
}

    .GridClearButton:hover,
    .GridClearButton:focus {
        background: Black;
    }

    .GridClearButton:before {
        content: "\00d7" !important;
    }

.dxgvDetailRow_BlackGlass.dxgvADR .dxgvADCC {
    color: #BBBBBB;
}


.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: inherit;
    text-decoration: none;
}

.dxgvControl_BlackGlass {
    border: 0;
}

.noty_theme__relax.noty_type__error {
    background-color: #d93d57;
    border-color: red;
    color: white;
}

.noty_theme__relax.noty_type__success {
    background-color: #78c47a;
    color: white;
}

.noty_theme__relax.noty_type__warning {
    background-color: #ffbf47;
    color: white;
}

.noty_theme__relax {
    border-radius: 5px !important;
}
/*.noty_theme__relax.noty_bar .noty_body {
    padding: 5px;
}*/
.noty_body {
    text-align: center;
    font-weight: 700;
}

.notyWindow {
    z-index: 11000;
    /*left: 5%;*/
    position: fixed;
    width: 100%;
    padding-right: 110px;
}

.narrowNoty {
    padding-right: 290px !important;
}

.wideNoty {
    padding-right: 30px;
}

.error {
    color: #d93d57;
    padding-left: 10px;
}

.invalid {
    border: 1px solid #ffbf47;
}

.valid {
    border: 1px solid #78c47a;
}

.hasDatepicker {
    text-align: center;
}
/*
.noty_message{
    left:15% !important;
    width:90% !important;
}*/

.transformZ0 {
    transform: translateZ(0);
}


.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: inherit;
    font-size: 12px;
}

.MatrixGridWide {
    margin-right: 90px;
}

.MatrixGridNarrow {
    margin-right: 260px;
}


.updBusinessLogo {
    opacity: 0.1 !important;
}

pre {
    /*display: inline;  COMPLETELY MESSES UP DEVEXPRESS HTML EDITOR HTMLVIEWTAB REWRITES THE HTML TO INLINE*/
    padding: 0;
    margin: 0;
    border: 0;
}


.wizard > .steps > ul > li {
    width: 20%;
}

.wizard, .tabcontrol {
    height: 100%;
    overflow: auto;
}

    .wizard > .content {
        height: calc(100% - 120px);
        overflow: auto;
    }

/*.dxgvCommandColumn_Moderno {
    padding: 0;   
}*/

/*.dxgvDataRow_Moderno td.dxgv {
    padding: 0;
}*/
.dxmLite_Moderno .dxctToolbar_Moderno.dxm-main.dxmtb {
    padding-bottom: 5px;
    padding-top: 0;
}

.dxm-hovered {
    background: #505050 !important;
}

.dxbButton_Moderno[class~="dxgvCommandColumnItem_Moderno"], .dxgvEditFormTable_Moderno div.dxbButton_Moderno {
    text-decoration: none;
}
/*.dxbButton_Moderno {
    background: #505050 !important;
    color:white;
}*/
.GridButton {
    background: #3c3c3c !important;
    color: white;
}

.dxbButtonHover_Moderno {
    background: black !important;
}

.dxgvHeader_Moderno {
    font-weight: bolder;
}

.dxeButtonEdit_Moderno {
    border: 1px solid #0a96be;
}

.dxeTextBox_Moderno {
    border: 1px solid #0a96be;
}

.dxpcDropDown_BlackGlass {
    padding-top: 13px;
    z-index:999 !important; /* on GROUPs dropdown on releasemanager: this allows bs-toggle=tooltips to be shown above the dropdownlist */
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}



body {
    font-size: 14px;
    line-height: 1.42857143;
}



.container {
    padding-right: 15px;
    padding-left: 15px;
    /*width:100%;*/
    max-width: 100%;
}

.small, small {
    font-size: 85%;
}

.row {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}

    .row > * {
        padding-right: 0;
        padding-left: 0;
    }


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    padding-left: 0;
}

.small {
    padding: 0;
}

a {
    color: #0a96be;
    text-decoration: none
}


.form-control {
    text-transform: none;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 6px 12px;
    color: rgb(85,85,85) !important;
}

.form-select {
    text-transform: none;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 6px 12px;
    color: rgb(85,85,85) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
/*    background-image: none !important;
    background: #303030 url('/PortManage/DXR.axd?r=0_401-WdgBq') repeat-x top !important;*/
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h5, h5 {
    font-size: 14px;
}

.text-primary {
    color: #0a96be
}

.bg-primary {
    color: #fff;
    background-color: #0a96be
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 4px;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-color: initial;
}

.btn-primary {
    color: #fff;
    border-color: #2e6da4;
    background-color: #14b4e6;
    border: none;
}

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #0a96be;
    }

    .btn-primary .badge {
        color: #0a96be;
    }

.btn-info {
    color: #fff;
    background-color: #0a96be;
    border-color: #46b8da;
    border: none;
}

    .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
    .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

.btn-link {
    color: #0a96be;
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #0a96be;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: #0a96be
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #0a96be
}

.pagination > li > a, .pagination > li > span {
    color: #0a96be;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #0a96be;
    border-color: #0a96be
}

.label-primary {
    background-color: #0a96be
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #0a96be;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #0a96be
}

.progress-bar {
    background-color: #0a96be;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #0a96be;
    border-color: #0a96be
}

.panel-primary {
    border-color: #0a96be
}

    .panel-primary > .panel-heading {
        background-color: #0a96be;
        border-color: #0a96be
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #0a96be
        }

        .panel-primary > .panel-heading .badge {
            color: #0a96be;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #0a96be
    }

.pull-right {
    float: right !important
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

