﻿:root {
    --primary-color: #234C72;
    --secondary-color: #2d6090;
}

html {
    height: 100%;
}

body {
    BACKGROUND-COLOR: white;
    FONT-FAMILY: MS Sans Serif, Arial, Verdana;
    FONT-SIZE: 8pt;
    height: 100%;
}

/*nav*/
.navbar {
    border: 0;
}

.navbar-default {
    display: none;
    background-color: #234C72;
}

.navbar-default {
    display: block;
}

.navbar-left > li > a {
    padding: 10px 8px;
}

.navbar-left > li.nav-item:hover {
    background-color: #2d6090;
}

.navbar-left > li.nav-item:first-child:hover {
    background-color: #2d6090 !important;
}

.navbar-nav > li.nav-item:first-child:hover {
    background-color: #234C72;
}

.navbar-nav > li.nav-item:hover {
    background-color: #2d6090;
}

.nav > li {
    font-size: 11px;
}

    .nav > li > a {
        padding: 9px 8px;
    }

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

    .navbar-default .navbar-nav > li > a:hover {
        cursor: pointer;
        color: #fff;
    }


.navbar-collapse.collapse {
    /*display: block !important;*/
}

.navbar-nav > li, .navbar-nav {
    float: left;
}

    .navbar-nav > li > .dropdown-menu {
        font-size: 12px;
    }

        .navbar-nav > li > .dropdown-menu li > a {
            padding: 5px;
        }

            .navbar-nav > li > .dropdown-menu li > a:hover {
                background-color: #2d6090;
            }

.center-menu {
    float: none !important;
    display: inline-block !important;
}


.navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

.navbar-right {
    float: right !important;
}

.navbar-gray {
    background-color: gray;
    border-color: transparent;
    color: white;
}

    .navbar-gray > .navbar-nav > li > a {
        color: white;
        padding: 3px;
    }

    .navbar-gray .navbar-nav > li > a:hover,
    .navbar-gray .navbar-nav > li > a:focus {
        color: gray;
    }

.navbar-nav > li > a {
    line-height: 20px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #2d6090;
    border-bottom: 1px solid white;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #2d6090;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: white;
    background-color: #2d6090;
    border: 1px solid #ecf0f1;
}

select:disabled, input:disabled {
    background-color: #e6e6e6;
}

input[disabled]:after {
    background-color: #e6e6e6 !important;
}

input[disabled]:before {
    background-color: #e6e6e6 !important;
}


.text-disabled {
    color: grey;
}

.PageTitle {
    BACKGROUND-COLOR: #147cb5;
    COLOR: #f8f7d9;
    FONT-FAMILY: Arial, Verdana;
    FONT-SIZE: 10pt
}

.NavTextRed {
    COLOR: red;
    CURSOR: pointer;
    FONT-SIZE: 8pt
}

.NavTextBlack {
    COLOR: black;
    CURSOR: default;
    FONT-SIZE: 8pt;
}

.NavTextWhite {
    COLOR: white;
    CURSOR: default;
    FONT-SIZE: 8pt;
}

.LabelL {
    FONT-SIZE: 8pt;
    TEXT-ALIGN: left;
}

.LabelR {
    FONT-SIZE: 8pt;
    TEXT-ALIGN: right;
}

.Text-Align-Right {
    TEXT-ALIGN: right;
}

.Text-Align-Center {
    TEXT-ALIGN: center;
}

.Text-Align-Left {
    TEXT-ALIGN: left;
}

.Label {
    COLOR: black;
    FONT-FAMILY: MS Sans Serif;
    FONT-SIZE: 9pt;
}

BODY SPAN {
    FONT-SIZE: 8pt;
}

BODY TABLE {
    FONT-FAMILY: 'MS Sans Serif';
    FONT-SIZE: 8pt;
}

    BODY TABLE TR {
        FONT-FAMILY: 'MS Sans Serif';
        FONT-SIZE: 8pt;
    }

        BODY TABLE TR TD {
            FONT-FAMILY: 'MS Sans Serif';
            FONT-SIZE: 8pt;
        }

    BODY TABLE thead tr th div {
        text-align: left;
    }

BODY INPUT {
    FONT-SIZE: 8pt;
    padding-left: 1.7px;
}

BODY SELECT {
    FONT-SIZE: 8pt;
}

BODY BUTTON {
    FONT-SIZE: 8pt;
}

BODY TEXTAREA {
    FONT-FAMILY: 'MS Sans Serif';
    FONT-SIZE: 8pt;
}

.PageTitleLink {
    COLOR: black;
    FONT-FAMILY: Arial, Verdana;
    FONT-SIZE: 8pt;
}

    .PageTitleLink A {
        COLOR: black;
        FONT-FAMILY: Arial, Verdana;
        FONT-SIZE: 7.5pt;
        TEXT-DECORATION: none;
    }

        .PageTitleLink A:hover {
        }

.DivText {
    BACKGROUND-COLOR: transparent;
    BORDER-BOTTOM: gray thin solid;
    BORDER-LEFT: gray thin solid;
    BORDER-RIGHT: gray thin solid;
    BORDER-TOP: gray thin solid;
    COLOR: gray;
    CURSOR: text;
    FONT-FAMILY: 'MS Sans Serif';
    FONT-VARIANT: normal;
    MARGIN: 5px;
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 5px;
    TEXT-ALIGN: left;
}

.left-panel {
    background-color: #ccc;
    width: 10%;
    height: 100px;
    float: left;
}

.right-panel {
    background-color: Gray;
    width: 80%;
    height: 100px;
    float: left;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 4px 5px;
    cursor: pointer;
}

.fill {
    height: 100%;
}

.width-97-percent {
    width: 97%;
}

.fill-width {
    width: 100%;
}
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modalLoading {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../../Content/images/download.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
modal element will be visible */
    body.loading .modalLoading {
        display: block;
    }

.vertical-center {
    min-height: 100%; /* Fallback for vh unit */
    min-height: 100vh; /* You might also want to use
                        'height' property instead.
                        
                        Note that for percentage values of
                        'height' or 'min-height' properties,
                        the 'height' of the parent element
                        should be specified explicitly.
  
                        In this case the parent of '.vertical-center'
                        is the <body> element */
    /* Make it a flex container */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* Align the bootstrap's container vertically */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
    width: 100%;
    /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.
  
     Therefore, we should use the following declarations to get it centered again */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

legend {
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 14px;
    width: auto;
    padding-right: 4px;
}

.legendTabScreens {
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 12px;
    width: auto;
    padding-right: 4px;
}

.btn {
    padding: 5px 10px;
}

.btn-default {
    background-color: #234C72;
}

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-color: #234C72;
    }

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
    }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    vertical-align: middle;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.form-group {
    margin-bottom: 1rem;
}

.radio, .checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

    .radio label, .checkbox label {
        padding-left: 0px;
    }

    .radio input[type='radio'], .radio-inline input[type='radio'], .checkbox input[type='checkbox'], .checkbox-inline input[type='checkbox'] {
        margin-left: 2px;
        margin-top: 0px;
    }

    .radio label, .checkbox label {
        font-weight: bold;
    }

fieldset /*.col-xs-1, fieldset.col-sm-1, fieldset.col-md-1, fieldset.col-lg-1, fieldset.col-xs-2, fieldset.col-sm-2, fieldset.col-md-2, fieldset.col-lg-2, fieldset.col-xs-3, fieldset.col-sm-3, fieldset.col-md-3, fieldset.col-lg-3, fieldset.col-xs-4, fieldset.col-sm-4, fieldset.col-md-4, fieldset.col-lg-4, fieldset.col-xs-5, fieldset.col-sm-5, fieldset.col-md-5, fieldset.col-lg-5, fieldset.col-xs-6, fieldset.col-sm-6, fieldset.col-md-6, fieldset.col-lg-6, fieldset.col-xs-7, fieldset.col-sm-7, fieldset.col-md-7, fieldset.col-lg-7, fieldset.col-xs-8, fieldset.col-sm-8, fieldset.col-md-8, fieldset.col-lg-8, fieldset.col-xs-9, fieldset.col-sm-9, fieldset.col-md-9, fieldset.col-lg-9, fieldset.col-xs-10, fieldset.col-sm-10, fieldset.col-md-10, fieldset.col-lg-10, fieldset.col-xs-11, fieldset.col-sm-11, fieldset.col-md-11, fieldset.col-lg-11, fieldset.col-xs-12, fieldset.col-sm-12, fieldset.col-md-12, fieldset.col-lg-12*/ {
    padding: 0px;
    border: 1px solid #234c72;
    margin: 2px;
}

table.dataTable tbody th,
table.dataTable tbody td {
    white-space: nowrap;
}

.ui-contextmenu .ui-menu-item .ui-menu-item-wrapper {
    padding: 5px;
    border: none;
}

.gi-2x {
    font-size: 2em;
}

.gi-3x {
    font-size: 3em;
}

.gi-4x {
    font-size: 4em;
}

.gi-5x {
    font-size: 5em;
}

.select-specialFields {
    height: 20px;
    width: 255px;
}

.well {
    background-color: rgba(255, 255, 255, 0);
    border-color: gainsboro;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.wellLogin {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 0 40px grey;
    border-color: gray;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 36px;
    border-radius: 20px;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    max-height: 530px;
}

    .wellLogin .form-login {
        margin: 0 auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%);
        height: auto;
        max-height: 359px;
    }

    .wellLogin hr {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .wellLogin .form-login .btn-actions {
        position: sticky;
        top: 100%;
        margin-bottom: 25px;
    }

    .wellLogin .form-login h4 {
        margin-bottom: 20px;
    }

    .wellLogin .form-login .field-validation-error {
        display: block;
        opacity: 1;
        animation: fadeIn ease 1s;
        position: relative;
        padding: .75rem 1.25rem;
        margin-bottom: 1rem;
        margin-top: 4px;
        border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-radius: .25rem;
        background-color: #f8d7da;
        border-color: #f5c6cb;
    }

.well .form-login .field-validation-valid {
    display: none;
}

.wellLogin .form-login .form-group {
    margin-bottom: 15px;
    animation: ease-out 1s;
}



.wellLogin .form-login .btn-block {
    margin-top: 30px;
    margin-bottom: 30px;
}


.img-wrapper {
    margin-top: 25px;
    margin-bottom: 10px;
}

.image-centered {
    display: block;
    margin: auto;
}

.pad-5 {
    padding: 5px;
}

.pad-top-5 {
    padding-top: 5px;
}

.pad-top-2 {
    padding-top: 5px;
}

.pad-top-15 {
    padding-top: 15px;
}

.pad-top-7 {
    padding-top: 7px;
}

.top-10 {
    top: 10px;
}

.top-100 {
    top: 100px;
}

.top-20 {
    top: 20px;
}

.top-30 {
    top: 30px;
}

.font-14 {
    font-size: 14pt;
}

.padding-top-3 {
    padding-top: 3px;
}

.padding-top-4 {
    padding-top: 4px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-7 {
    padding-top: 7px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-21 {
    padding-right: 21px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-3 {
    padding-right: 3px;
}

.padding-right-0 {
    padding-right: 0px;
}

.padding-top-2 {
    padding-top: 2px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-right-1 {
    padding-right: 1px;
}

.padding-left-3 {
    padding-left: 3px !important;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-40 {
    padding-right: 40px;
}

.padding-right-60 {
    padding-right: 60px;
}

.padding-left-45 {
    padding-left: 45px;
}

.left-15 {
    left: 15px;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-left-1 {
    padding-left: 1px;
}

.padding-left-2 {
    padding-left: 2px;
}


.padding-left-21 {
    padding-left: 21px;
}

.padding-left-120 {
    padding-left: 120px;
}

.padding-left-80 {
    padding-left: 80px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-18 {
    padding-left: 18px;
}

.padding-left-30 {
    padding-left: 30px;
}


.padding-left-25 {
    padding-left: 25px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-50 {
    padding-left: 50px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-35 {
    padding-left: 35px;
}


.padding-left-8 {
    padding-left: 8px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-12 {
    padding-left: 12px;
}

.padding-left-27 {
    padding-left: 27px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-60 {
    padding-left: 60px;
}

.padding-left-rigth-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.padding-left-rigth-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-rigth-0 {
    padding-right: 0px;
}

.padding-rigth-1 {
    padding-right: 1px;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-7 {
    margin-top: 7px !important;
}

.margin-top-2 {
    margin-top: 2px !important;
}

.margin-top-3 {
    margin-top: 3px !important;
}


.margin-top-50 {
    margin-top: 50px;
}

.margin-top-30 {
    margin-top: 50px;
}

.margin-bottom-2 {
    margin-bottom: 2px;
}

.margin-bottom-3 {
    margin-bottom: 3px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-17 {
    margin-bottom: 17px;
}


.margin-right-0 {
    margin-right: 0px !important;
}

.margin-right-3 {
    margin-right: 3px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-7 {
    margin-right: 7px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-left-13 {
    margin-left: 13px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-right-50 {
    margin-right: 50px;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-left-3 {
    margin-left: 3px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-7 {
    margin-left: 7px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-50 {
    margin-left: 50px;
}


.margin-3 {
    margin: 3px;
}

.bottom-5 {
    bottom: 5px;
}

.bottom-15 {
    bottom: 15px;
}

.float-right {
    float: right;
}

.input-GroupMaintenance {
    height: 21px;
    width: 175px;
}

.input-margin-GroupMaintenance {
    height: 21px;
    width: 175px;
    margin-left: 10px
}

.btn-GroupMaintenance {
    height: 25px;
    width: 70px;
    margin: 5px;
}

.buttonBar {
    top: 30px;
    float: right;
    padding-right: 0px;
}

.wellAlignment {
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.wellTitle {
    padding-left: 20px;
}

.rowHeader {
    margin-left: 0px;
    margin-top: 5px;
}

.rowPlanExclusion {
    margin-left: 0px;
    margin-top: 5px;
    padding-top: 0px;
    height: 27px;
}

.rowPAStatus {
    margin-left: 0px;
    margin-top: 5px;
    padding-top: 0px;
    height: 27px;
}

.rowRxMonitor {
    margin-left: 0px;
    margin-top: 5px;
    padding-top: 0px;
    height: 27px;
}

.rowRxMonitorDtl {
    margin-left: 0px;
    margin-top: 5px;
    padding-top: 0px;
    padding-right: 0px;
    height: 15px;
}

.rowRxMonitorIns {
    margin-left: 0px;
    margin-top: 5px;
    padding-top: 0px;
    padding-right: 0px;
    height: 27px;
}

    .rowRxMonitorIns select {
        height: 20px;
    }

.rowGlbMfgMedicaidDlg {
    margin-left: 0px;
    margin-top: 5px;
    padding-top: 0px;
    padding-right: 0px;
    height: 27px;
}

    .rowGlbMfgMedicaidDlg select {
        height: 20px;
    }


.fieldContainer {
    padding-left: 0px;
    padding-right: 0px;
}

    .fieldContainer input[type="text"] {
        width: 170px;
    }

    .fieldContainer select {
        width: 170px;
        height: 20px;
    }

.systemRightsFieldSet {
    margin-left: 0px;
    margin-top: 7px;
    padding-left: 9px;
    padding-right: 9px;
}

.tablePagesContainer {
    margin-top: 10px;
    padding-left: 10px;
}

.addRemoveButtons_SysMaint {
    margin-top: 115px;
    vertical-align: central;
}

.addRemoveButtonContainer {
    margin-top: 10px;
    padding-left: 15px;
}

.addRemoveButton {
    height: 33px;
    width: 70px;
}

.availablePagesContainer, .selectedPagesContainer {
    height: 97%;
}

.sysMaintRightsLegendContainer {
    margin-top: 6px;
    padding-left: 15px;
}

.sysMaintUpdateButton {
    padding-left: 25px;
}

.sysMaintCloseButton {
    padding-left: 30px;
}

    .sysMaintUpdateButton button, .sysMaintCloseButton button {
        width: 56px;
    }

.btnUpdateDisabled {
    visibility: hidden;
}

.fullWidth {
    width: 100%;
}

.width-400 {
    width: 400px;
}

.width-40 {
    width: 40px;
}

.width-50 {
    width: 50px;
}

.width-60 {
    width: 60px;
}

.width-375 {
    width: 375px;
}

.width-350 {
    width: 350px;
}

.width-300 {
    width: 300px;
}

.width-30 {
    width: 30px;
}

.width-20 {
    width: 20px;
}

.width-90 {
    width: 90PX;
}

.width-420 {
    width: 420px;
}

.width-225 {
    width: 225px;
}

.width-250 {
    width: 250px;
}

.width-155 {
    width: 155px;
}

.width-110 {
    width: 110px;
}

.width-175 {
    width: 175px;
}

.width-180 {
    width: 180px;
}

.width-150 {
    width: 150px;
}

.width-140 {
    width: 140px;
}

.width-100 {
    width: 100px;
}

.width-10 {
    width: 10px;
}

.width-45 {
    width: 45px;
}

.width-130 {
    width: 130px;
}

.width-65 {
    width: 65px;
}

.width-70 {
    width: 70px;
}

.width-75 {
    width: 75px;
}

.width-85 {
    width: 85px;
}

.width-175 {
    width: 175px;
}

.width-120 {
    width: 120px;
}

.width-full {
    width: 100%;
}

.width-200 {
    width: 200px;
}

.width-220 {
    width: 200px;
}

.width-277 {
    width: 277px;
}

.height-100 {
    height: 100px;
}

.height-185 {
    height: 185px;
}


.height-120 {
    height: 120px;
}

.height-50 {
    height: 50px;
}

.height-40 {
    height: 40px;
}

.height-160 {
    height: 160px;
}

.height-15 {
    height: 15px;
}

.height-85 {
    height: 85px;
}

.height-225 {
    height: 225px;
}

.height-230 {
    height: 230px;
}

.height-195 {
    height: 195px;
}

.height-240 {
    height: 240px;
}

.height-260 {
    height: 260px !important;
}

.height-290 {
    height: 260px !important;
}

.height-345 {
    height: 345px;
}

.height-420 {
    height: 420px;
}

.height-360 {
    height: 360px !important;
}

.height-500 {
    height: 500px !important;
}

.height-390 {
    height: 390px !important;
}

.height-30 {
    height: 30px !important;
}

.height-300 {
    height: 300px !important;
}

.height-35 {
    height: 35px !important;
}

.height-20 {
    height: 20px;
}

.height-22 {
    height: 22px;
}

.height-280 {
    height: 280px;
}

.select-specialFields2 {
    height: 22px;
    width: 200px;
}

.button-specialFields {
    height: 22px;
    width: 50px;
    padding-top: 3px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.size-35-22 {
    height: 22px;
    width: 35px;
}

.size-50-22 {
    height: 22px;
    width: 50px;
}

.size-60-22 {
    height: 22px;
    width: 60px;
}

.size-70-22 {
    height: 22px;
    width: 70px;
}

.size-70-20 {
    height: 20px;
    width: 70px;
}

.size-80-22 {
    height: 22px;
    width: 80px;
}

.size-80-20 {
    height: 20px;
    width: 80px;
}

.size-90-22 {
    height: 22px;
    width: 90px;
}

.size-90-20 {
    height: 20px;
    width: 90px;
}

.size-100-22 {
    height: 22px;
    width: 100px;
}

.size-110-22 {
    height: 22px;
    width: 100px;
}

.size-115-22 {
    height: 22px;
    width: 115px;
}

.size-120-22 {
    height: 22px;
    width: 140px;
}

.size-120-20 {
    height: 20px;
    width: 140px;
}

.size-150-22 {
    height: 22px;
    width: 150px;
}

.size-150-20 {
    height: 20px;
    width: 150px;
}

.size-170-22 {
    height: 22px;
    width: 170px;
}

.size-180-22 {
    height: 22px;
    width: 180px;
}

.size-200-22 {
    height: 22px;
    width: 200px;
}

.size-225-22 {
    height: 22px;
    width: 225px;
}

.size-250-22 {
    height: 22px;
    width: 250px;
}

.size-330-22 {
    height: 22px;
    width: 330px;
}

.size-340-22 {
    height: 22px;
    width: 340px;
}

.size-label-22 {
    height: 22px;
    padding-top: 10px;
}

.size-140-15 {
    height: 22px;
    width: 140px;
}

.size-150-22 {
    height: 22px;
    width: 150px;
}

.size-250-22 {
    height: 22px;
    width: 250px;
}

.size-300-22 {
    height: 22px;
    width: 300px;
}

.font-size-8 {
    font-size: 8pt;
}

.font-bold {
    font-weight: bold;
}

.header-gray {
    font-weight: bold;
    font-size: 11px;
    color: #696969;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


.textboxAslabel {
    border: none;
    background-color: #FFF;
    border-color: #FFF;
}

.sizeBoxes-UserProfile {
    width: 200px;
}

.paddingBoxes-User {
    padding: 5px;
    width: 90px;
}

.paddingButton-User {
    padding-right: 10px;
}

.label-color-red {
    color: #FF0000;
}

.label-color-green {
    color: #009933;
}

a.logoffLink {
    cursor: pointer;
}

a.inactiveLink:link, a.inactiveLink:visited, a.inactiveLink:hover, a.inactiveLink:active {
    pointer-events: none;
    cursor: default;
    user-select: none;
    -moz-user-select: none;
    text-decoration: none;
    color: white !important;
    text-decoration: none;
}


.messageInfoLogin {
    font-size: 14px;
}

hr.style5 {
    background-color: #fff;
    border-top: 2px dashed #dedede;
}

.forgotPassword {
    color: #357798;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=60);
    font-size: 11px;
}

    .forgotPassword:hover {
        opacity: 0.6;
    }


.loginFormInputs {
    margin-left: 0px;
    margin-bottom: 25px;
}

.RedMessage {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color: Red;
    width: 400px;
}

.updateHintLabel {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-left: 5px;
}

.updateProfileButtons {
    width: 145px;
}

.updateProfileDivButtons {
    padding-left: 0px;
}

.welcomeMessage {
    pointer-events: none;
    cursor: default;
    user-select: none;
    color: white !important;
    background-color: transparent;
    padding-top: 3px;
    letter-spacing: 0.1rem;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-23 {
    padding-bottom: 23px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-4 {
    padding-bottom: 4px;
}

.padding-bottom-3 {
    padding-bottom: 3px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-18 {
    padding-bottom: 18px;
}

.padding-bottom-10 {
    padding-bottom: 20px;
}

#noRowsMessage.no-visible {
    display: none;
}

#noRowsMessage[visibility='visible'] {
    color: #e3170a;
    display: block;
    opacity: 1;
    animation: fadeIn ease 2s;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    width: 180px;
    height: auto;
}

.no-visible {
    visibility: hidden;
}

@keyframes fadeIn {
    0% {
        display: none;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1 !important;
    }
}


@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.z-index-9999 {
    z-index: 9999;
}

.displayNone {
    display: none;
}

.height-75 {
    height: 75px;
}

.noVMargin {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.noHMargin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.noMargin {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.noPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.minimalPadding {
    padding-left: 2px !important;
    padding-right: 2px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.editedField {
    background-color: yellow !important;
}

.editedChkDiv {
    background-color: yellow !important;
    display: inline-block;
}

.checkBoxDivPadding {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-top: 3px;
    width: auto;
}

.checkBoxDivPadding2 {
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 20px;
    height: 20px;
}

.checkbox-yellow {
    background-color: #face00;
    border-color: #face00;
}

.PaStatusSearchButton {
    bottom: 35px;
    left: auto;
    margin-left: 0px;
    padding-left: 0px;
}

.top-5 {
    top: 5px;
}

.padding-top-1 {
    padding-top: 1px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-18 {
    padding-top: 18px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-left-3 {
    padding-left: 3px;
}

.padding-0 {
    padding: 0px;
}

.padding-0-left-5 {
    padding: 0px 0px 0px 5px;
}

.padding-0-left-8 {
    padding: 0px 0px 0px 8px;
}

.paddingLeftRight4 {
    padding-right: 4px;
    padding-left: 4px;
}

.slimButton {
    padding: 3px 5px;
}

.overflow-auto {
    overflow: auto;
}

.highlighted {
    background: #FFF;
}

.rowImpPayerSheet {
    margin-left: 0px;
    margin-top: 5px;
    padding-top: 0px;
    height: 27px;
}

.reset-this {
    animation: none;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    backface-visibility: visible;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0;
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    border-image: none;
    border-left: 0;
    border-left-color: inherit;
    border-left-style: none;
    border-left-width: medium;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top: 0;
    border-top-color: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    columns: auto;
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: medium none currentColor;
    column-rule-color: currentColor;
    column-rule-style: none;
    column-rule-width: none;
    column-span: 1;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font: normal;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 0;
    outline: 0;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    position: static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes: '\201C' '\201D' '\2018' '\2019';
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align: inherit;
    text-align-last: auto;
    text-decoration: none;
    text-decoration-color: inherit;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-style: flat;
    transition: none;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: none;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 0;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    /* basic modern patch */
    all: initial;
    all: unset;
}


/*Adds a border to the tabs*/

.nav-tabs > li > a {
    border-radius: 4px 4px 0 0;
    border: 1px solid #357798;
    border-bottom-color: transparent;
    cursor: pointer;
    padding: 7px;
}

.btn-full-width {
    display: block;
    width: 100%;
}

.DrugDiv {
    border-bottom: 0.5px solid #357798;
}

.PrevNextButtonsAlign {
    position: fixed;
    bottom: 30px;
}


#QDTable thead th, #QDTable thead td {
    padding: 2px 10px;
    font-size: 10.5px;
}

#DSTable thead th, #DSTable thead td {
    padding: 2px 10px;
    font-size: 10.5px;
}

#BQDDSTable thead th, #BQDDSTable thead td {
    padding: 2px 10px;
    font-size: 10.5px;
}

#QDTable tbody th, #QDTable tbody td {
    padding: 2px 10px;
    font-size: 10.5px;
}

#DSTable tbody th, #DSTable tbody td {
    padding: 2px 10px;
    font-size: 10.5px;
}

#BQDDSTable tbody th, #BQDDSTable tbody td {
    padding: 2px 10px;
    font-size: 10.5px;
}

#BQDDSTable_wrapper thead th {
    padding: 2px 10px;
    font-size: 10.5px;
}

#DSTable_wrapper thead th {
    padding: 2px 10px;
    font-size: 10.5px;
}

#QDTable_wrapper thead th {
    padding: 2px 10px;
    font-size: 10.5px;
}

.inputShadow {
    -webkit-box-shadow: 0px 0px 0px 2.5px #ff0;
    box-shadow: 0px 0px 0px 2.5px #ff0;
}

.PABenefitStructLabelPos {
    position: absolute;
    bottom: 4px;
    left: 40px;
    top: 5px;
}

.PABenefitStructChkPos {
    position: absolute;
    bottom: 4px;
    left: 5px;
    top: 2px;
}

.ListEntriesInputs1 {
    position: absolute;
    top: 64px;
    left: 100px;
    height: 21px;
    width: 65px;
}

.ListEntriesInputs2 {
    position: absolute;
    top: 64px;
    left: 120px;
    height: 21px;
    width: 95px;
}

.redLetter {
    color: red;
}

#TransactionFieldsTable thead th, #TransactionFieldsTable thead td {
    padding: 2px 10px;
    font-size: 10.0px;
    white-space: pre;
}

#TransactionFieldsTable tbody th, #TransactionFieldsTable tbody td {
    padding: 2px 10px;
    font-size: 10.0px;
    white-space: pre;
}

.system-maintenance .btn-actions {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.system-maintenance .legend {
    display: inline-block;
    margin-left: 30px;
    margin-right: 10px;
}

#toast-container .toast {
    width: 100% !important;
}

input[type=checkbox] {
    transform: scale(0.9);
}

input[type=checkbox] {
    width: 12px;
    height: 12px;
    cursor: pointer;
    font-size: 10px;
    /*visibility: hidden;*/
}

    input[type=checkbox]:after {
        content: " " !important;
        background-color: #fff;
        display: inline-block;
        color: #234C72;
        width: 15px;
        height: 15px;
        visibility: visible;
        border: 1px solid #92979c;
        padding-left: 2px;
        border-radius: 3px;
    }

    input[type=checkbox]:checked:after {
        content: "\2714" !important;
        font-weight: bold;
        padding-bottom: 0px;
    }




.inputShadow:after {
    box-shadow: 0px 0px 0px 2.5px #ff0;
}

input[type="radio"] {
    margin: 4px 0 2px;
}


.system-maintenance input[type="radio"]:checked:before,
.system-maintenance input[type="radio"]:not(:checked):before {
    content: '' !important;
    position: absolute;
    left: 0px;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #92979c;
    border-radius: 100%;
    background: #fff;
}

.system-maintenance input[type="radio"]:checked:after,
.system-maintenance input[type="radio"]:not(:checked):after {
    content: '' !important;
    width: 12px;
    height: 12px;
    background: #234C72;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.vertical-radio input[type="radio"]:checked:before,
.vertical-radio input[type="radio"]:not(:checked):before {
    content: '' !important;
    position: absolute;
    left: auto !important;
    top: 3px !important;
    width: 14px;
    height: 14px;
    border: 1px solid #92979c;
    border-radius: 100%;
    background: #fff;
}

.vertical-radio input[type="radio"]:checked:after,
.vertical-radio input[type="radio"]:not(:checked):after {
    content: '' !important;
    width: 12px;
    height: 12px;
    background: #234C72;
    position: absolute;
    top: 4px !important;
    left: 16px !important;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.trans input[type="radio"]:checked:before,
.trans input[type="radio"]:not(:checked):before {
    content: '' !important;
    position: absolute;
    top: auto;
    bottom: 45px;
    width: 14px;
    height: 14px;
    border: 1px solid #92979c;
    border-radius: 100%;
    background: #fff;
}

.trans input[type="radio"]:checked:after,
.trans input[type="radio"]:not(:checked):after {
    content: '' !important;
    width: 12px;
    height: 12px;
    background: #234C72;
    position: absolute;
    top: auto;
    bottom: 46px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="radio"]:not(:checked):after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

input[type="radio"]:checked:after {
    opacity: 1;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

.ui-button {
    background: #234C72;
    color: white !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: white;
    border: 1px solid #c5c5c5;
}

    .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:focus {
        background: white;
        background-color: white !important;
        border: 1px solid #c5c5c5 !important;
    }

.ui-button:hover, .ui-button:focus {
    color: #fff;
    background-color: #5e7b90;
    border-color: #152d43;
}

.scrtabs-tab-container {
    height: auto !important;
}

.scrtabs-tabs-fixed-container {
    height: auto !important;
}

.scrtabs-tab-scroll-arrow {
    border: none;
    height: 36px;
    padding-top: 0;
}

    .scrtabs-tab-scroll-arrow .glyphicon {
        top: 25%;
    }

.tab-content table {
    width: 100%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #2d6090;
    color: white !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: #2d6090;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    background: #2d6090;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #979797;
    border-top: 1px solid #979797;
    padding: 8px 18px;
}

@media (min-width: 768px) {
    .navbar-header {
        float: right;
    }

    .navbar-toggle {
        display: block;
    }
}





.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
    background-color: #2d6090;
    margin-left: 10px;
}

    .navbar-btn:focus, .navbar-btn.focus {
        background-color: #2d6090;
    }

    .navbar-btn:hover {
        background-color: #2d6090;
        border-color: #234C72;
    }

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    background: #234C72;
    color: #fff;
    transition: all 0.3s;
    margin-left: -250px;
    overflow: auto;
}

    #sidebar #WelcomePage {
        background: white;
        top: 0 !important;
    }

.container #WelcomePage,
.account #WelcomePage {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    position: absolute;
}

#sidebar .dropdown-menu {
    position: relative;
    width: 100%;
}

#sidebar.active {
    margin-left: 250px;
}

#sidebar ul li {
    width: 100%;
}

    #sidebar ul li a {
        padding: 10px;
        font-size: 11px;
        display: block;
        color: white;
    }

#sidebar ul.dropdown-menu li a {
    color: #357798;
}

#sidebar .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: white;
}

#sidebar .nav > li > a:hover, .nav > li > a:focus {
    background: #2d6090;
}


#sidebar li.active a.nav-link {
    background: #2d6090;
    border-bottom: 1px solid white;
}

#sidebar .dropdown-menu li.active a.nav-link {
    background: #2d6090;
    border-bottom: 1px solid white;
    padding-left: 5px !important;
}

#sidebar li.active a.nav-link.dropdown-toggle {
    background: #2d6090;
    border-bottom: 1px solid white;
}

#sidebar .dropdown-menu li a.nav-link {
    background: white;
    padding-left: 5px !important;
}

    #sidebar .dropdown-menu li a.nav-link:focus {
        background: #2d6090;
        color: white;
    }

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #234C72;
}

#sidebar ul.components {
    padding: 20px 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    border-bottom: 1px solid white;
}

.side-actions {
    padding-left: 0;
    margin-left: 0;
}

.account ul {
    border-bottom: 1px solid #357798;
}

.container {
    height: 100%;
}


.rxedit-img {
    height: 25px;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
}


/*Modules*/
.COBClaimBlockCap ul.typeList {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-left: 5px;
}

    .COBClaimBlockCap ul.typeList li {
        padding: 0 10px 0 10px;
    }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.content-wrapper {
    transition: all 0.3s;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (min-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    .content-wrapper {
        width: 100%;
    }

        .content-wrapper.active {
            width: calc(100% - 250px) !important;
        }

    #content {
        width: 100%;
    }

    #sidebarCollapse span {
        display: none;
    }

    .container {
        width: 100%;
    }
}


@media (min-width: 992px) {
    .navbar-btn {
        display: none;
    }

    #content {
        position: inherit;
        height: auto;
    }

    #sidebar .dropdown-menu {
        position: absolute;
    }

    .container {
        width: auto;
    }

    .side-actions {
        padding-left: 15px;
        margin-left: 15px;
    }

    .content-wrapper {
        position: static;
    }
}

@media (min-width: 1024px) {

    .nav-tabs > li > a {
        padding: 7px 7px !important;
    }
}
