a, a h4 {
    color: #037bd7;
}

.bg-primary {
    background-color: #037bd7;
}

.header {
    border-radius: 0 !important;
    border: 0 !important;
    margin-bottom: 0 !important;
}

    .header .navbar-nav a:hover, .nav > li > a:focus {
        background-color: transparent !important;
    }

    .header .divider {
        background-color: rgba(255, 255, 255, .2) !important;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent !important;
}

.header .dropdown-menu {
    border: none !important;
}

.row {
    margin: 4px -5px;
}

.row-no-gutter {
}

    .row-no-gutter > div[class*='col-'] {
        /*margin: 0px !important;*/
        padding: 0px !important;
    }


.sidebar .panel-heading {
    padding: 0px !important;
}

.sidebar .panel {
    border: none;
    margin: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.sidebar .panel-group {
    margin-bottom: 0px !important;
}

.sidebar .panel-heading {
    background-color: transparent !important;
}

.admin .form-group {
    margin: 0px;
    padding: 0px;
}

    .admin .form-group .form-control-feedback {
        top: 1px;
    }

.form-inline .form-group, .form-inline .radio, .form-inline .checkbox {
    margin-bottom: 20px;
}

.form-inline .form-full-width .form-control {
    width: 100%;
}

/** col 5px padding **/
.col-5px-padding [class*="col-md-"] {
    padding-right: 5px;
    padding-left: 5px;
}

/** override tooltip max width **/
.tooltip-inner {
    max-width: 350px;
}

.label-danger a {
    color: #6c2c2d;
}


/** to give separation betweens sections */

.spacing-top {
    margin-top: 25px;
}

/** override modal width for view source modal on examples page **/
.modal-large .modal-dialog {
    width: 55%;
}

.form-group {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 7px;
}

.navbar {
    min-height: 52px;
    box-shadow: 0px 3px 4px #e6e6e6;
}

.popover-content img {
    max-width: 100%;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

.input-group-addon {
    border-radius: 4px;
    padding: 3px 6px 6px 6px;
    box-shadow: 0 2px 4px #f3f3f3;
    background-color: #E8EBEE;
    color: #000000;
}

.form-control {
    border-radius: 4px;
    border-color: #CDD4DA;
    padding: 3px 6px 6px 6px;
    box-shadow: none;
    transition: none;
    color: #000000;
}

    .form-control:focus {
        box-shadow: 0 0 0 1px #037bd7;
    }

.has-success .form-control {
    border-color: #007f57;
}

    .has-success .form-control:focus {
        box-shadow: 0 0 0 1px #007f57;
    }

.has-error .form-control {
    border-color: #c80043;
}

    .has-error .form-control:focus {
        box-shadow: 0 0 0 1px #c80043;
    }

.input-group {
    box-shadow: none;
}

    .input-group .form-control:last-child {
        border-left: none;
    }

    .input-group .form-control:first-child {
        border-right: none;
    }

.input-group-addon:last-child {
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group-addon:first-child {
    border: 1px solid #CDD4DA;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn.dropdown-toggle, .btn.input-group-btn, .btn.input-sized-button, .btn.btn-x-delete, .btn.btn-plus-add {
    padding: 9px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    box-sizing: border-box;
}

.btn.btn-plus-add, .btn.btn-x-delete {
    padding-bottom: .45rem;
}

    .btn.btn-plus-add .fa-lg, .btn.btn-x-delete .fa-lg {
        vertical-align: -.1067em;
    }

.btn.input-group-btn, .btn.input-sized-button, .btn.btn-x-delete, .btn.btn-plus-add {
    color: white;
}

/* Remove the above styling and apply the default Bootstrap padding to the receipt buttons. */
.receipt-buttons .btn.dropdown-toggle, .pagination-options-container .btn.dropdown-toggle {
    padding: 6px 12px;
}

.form-group .alert {
    padding: 5px;
    border-radius: 3px;
}

.panel {
    border-radius: 1px;
    margin-bottom: 10px;
}

    .panel .panel-heading, .panel .panel-footer {
        padding: 6px 15px;
    }

.panel-dark {
    border-color: rgb(156, 156, 156);
}

    .panel-dark .panel-heading {
        color: white;
        background-color: #333333;
        border-color: #ddd;
        border-radius: 1px;
    }

.nav-tabs {
    border-bottom: 1px solid #555;
}

    .nav-tabs > li > a {
        background-color: #fbfbfb;
        border-color: #bbb #bbb #555;
    }

        .nav-tabs > li > a:hover {
            border-color: #555;
        }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border: 1px solid;
        border-color: #555 #555 #fff;
    }

.label.label-cardease {
    background-color: #5a2c99;
    font-weight: 400;
    color: white;
}

.well {
    border-radius: 6px;
    border: 1px solid #cdd4da;
    margin: 20px 0;
    padding: 15px;
    background-color: #f9fafb;
}

.alert {
    border: 0;
    border-radius: 6px;
}

    .alert.alert-success {
        color: black;
        background-color: #b6ecd9;
    }

    .alert.alert-danger {
        color: black;
        background-color: #fed2dc;
    }

    .alert.alert-warning {
        color: black;
        background-color: #fefdbb;
    }

    .alert.alert-info {
        color: black;
        background-color: #deeafc;
    }

    .alert.alert-light {
        color: black;
        background-color: #f0f2f4
    }

.breadcrumb {
    border-radius: 0;
}

.label {
    border-radius: 2px;
    padding-top: 5px;
    color: black;
    font-size: 85%;
    font-weight: 400;
}

    .label.label-default {
        background-color: rgba(51, 42, 61, 0.3);
        color: white;
    }

    .label.label-primary {
        background-color: rgba(3, 123, 215, 0.8);
    }

    .label.label-success {
        background-color: rgba(26, 209, 142, 0.5);
    }

    .label.label-info {
        background-color: rgba(241, 241, 241, 0.5);
        border: 1px solid #dadada;
    }

    .label.label-warning {
        background-color: rgba(227, 212, 55, 0.5);
    }

    .label.label-danger {
        background-color: rgba(240, 76, 106, 0.5);
    }

.has-success .input-group-addon {
    background-color: #009f60;
    border-color: #009f60;
    color: white;
}

.pagination {
    box-shadow: 0px 3px 4px 0px #e6e6e6;
    border-radius: 0;
}

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-radius: 0;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        border-radius: 0;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background-color: #037bd7;
        border-color: #037bd7;
    }


.progress {
    border-radius: 0px;
}

.progress-bar {
    background-color: #037bd7;
}

    .progress-bar.progress-bar-warning {
        background-color: #EDE737;
        color: #000;
    }

    .progress-bar.progress-bar-info {
        background-color: #037bd7;
    }

    .progress-bar.progress-bar-success {
        background-color: #0FBC7B;
    }

h3.panel-title {
    color: black;
}

.panel.panel-primary {
    border-color: #037bd7;
}

    .panel.panel-primary > .panel-heading {
        background-color: #037bd7;
        border-color: #037bd7;
        color: white;
    }

.one-time-notification-popup h3.panel-title {
    color: white;
}

.nav-tabs > li > a {
    border-radius: 2px 2px 0 0;
}

.panel-heading {
    border-radius: 0;
}

.table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
}

    .table tr:last-child td:first-child {
        border-bottom-left-radius: 6px;
    }

    .table tr:last-child td:last-child {
        border-bottom-right-radius: 6px;
    }

    .table tr:first-child td:first-child, .table tr:first-child th:first-child {
        border-top-left-radius: 6px;
    }

    .table tr:first-child td:last-child, .table tr:first-child th:last-child {
        border-top-right-radius: 6px;
    }

.table-bordered tr td:first-child, .table-bordered tr th:first-child {
    border-left: none;
}

.table-bordered tr td:last-child {
    border-right: none;
}

.table-bordered tr:first-child td, .table-bordered tr:first-child th {
    border-top: none;
}

.table-bordered tr:last-child td {
    border-bottom: none;
}

/*
 IE11 specific overrides.
 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {

    #floatlayer_cover {
        padding-top: 18px;
        padding-bottom: 6px;
    }

    body #header_transaction_id_quick_search, body #header_transaction_id_search_button > button {
        padding-top: 9px;
        padding-bottom: 3px;
    }

    #gateway-breadcrumb {
        padding-top: 10px;
        padding-bottom: 4px;
    }

    .modern-level3table .table-header td {
        padding-top: 6px !important;
    }

    .btn {
        padding-top: .75rem;
        padding-bottom: .15rem;
    }

    .form-control, .input-group-addon {
        padding-top: .6rem;
        padding-bottom: 0;
    }

    .btn.input-group-btn, .btn.input-sized-button {
        padding-top: 0.8rem;
        padding-bottom: 0.3rem;
    }

    .btn.btn-x-delete, .btn.btn-plus-add {
        padding-top: 0.9rem;
        padding-bottom: 0.2rem;
    }
}
