﻿a:hover {
    text-decoration: none;
}

body {
    padding-bottom: 20px;
    color: #333;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}


/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

    input.block,
    select.block,
    textarea.block {
        max-width: none;
    }

fieldset legend {
    font-size: 16px;
    color: #254767;
    font-weight: bold;
    margin-top: 10px;
}


/* Navigation Bar */
.navbar > .container {
    width: inherit;
}

.navbar {
    background-color: #234769;
    font-size: 16px;
    /*min-height: 40px;
    height: 40px;*/
    margin-bottom: 0px;
    margin-left: 216px;
    margin-right: 20px;
}

@media only screen and (max-width: 479px) {
    .navbar {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.navbar-collapse {
    padding-left: 0px;
}

.navbar > .container {
    padding-left: 0px;
}

.navbar-nav {
    margin-left: 2px;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: 0px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #234769;
    /*height: 38px;*/
}

.dropdown-menu {
    background-color: #234769;
    color: #ffffff;
    font-weight: bold;
}

    .dropdown-menu > li > a {
        font-weight: bold;
        color: #ffffff;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #ffffff;
            text-decoration: none;
            background-color: #428dd4;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #234769;
        outline: 0;
    }

@media all and (min-width:768px) {
    .navbar-nav {
        min-height: 39px;
        height: 39px;
    }
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
    font-weight: bold;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-weight: bold;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}



.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #234769;
}

/* Footer */
footer {
    background-color: #234769;
    color: #ffffff;
    margin-left: 5px;
    margin-right: 5px;
}

@media only screen and (max-width: 479px) {
    footer {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 330px) {
    /*
    .navbar-toggle {
        margin-right: 45px;
    }
    */
}
/* Logo */
.logo {
    height: 132px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 500;
}

@media only screen and (max-width: 479px) {
    .logo {
        display: none;
    }
}



/* Page Description*/
.pageDescription {
    background-color: #D9D9D9;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 203px;
    min-height: 83px;
    margin-right: 8px;
    border-radius: 4px;
}

.testingHeader {
    
}

    .pageDescription h2 {
        margin-top: 10px;
    }

@media only screen and (max-width: 479px) {
    .pageDescription {
        margin-left: 0px;
        margin-right: 0px;
    }
}

label {
    position: relative;
}

/* Required */
.required {
    color: red;
    margin-left: 1px;
    font-size: 18px;
    position:absolute;
}

/* Buttons */
.btn:focus{
    outline: none;
}
.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus 
{
    outline: 5px auto -webkit-focus-ring-color;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 5px;
    outline-offset: -2px;
}


.btn:disabled, button:disabled, input:disabled, select:disabled, .disabled {
    cursor: not-allowed !important;
}

.btn-default:disabled, .btn-default.disabled {
    background-color: #428dd4;
    opacity: .65;
    color: white;
}

.btn-default, .btn-default[disabled]:hover {
    background-color: #428dd4;
    color: #ffffff;
}

.btn-default:hover, .btn-default:focus {
    background-color: #3a7ab7;
    color: #ffffff;
}

.btn-info {
    background-color: #234769;
    color: #ffffff;
    border: 1px solid #41719C;
}

    .btn-info:hover {
        background-color: #183652;
        color: #ffffff;
    }

    .btn-info:active:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-info:active {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }
    .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active, .show > .btn.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-info:focus, .btn-info.focus {
        color: #000000;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.btn-info:disabled {
    opacity: .65;
}


.btn {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 8px;
    margin-right: 10px;
}

.btn-tight {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.btn-addon-icon{
    padding: 6px 8px;
}

.btn-addon-icon:active, .btn-addon-icon:focus {
    outline: none !important;
}

@media only screen and (max-width: 479px) {
    .btn {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* Inputs */
.form-control {
    border-radius: 8px;
}

.checkbox {
    vertical-align: central;
}

.checkbox, .checkboxLabel {
    display: inline;
    font-weight: normal;
}

.data-label{
    font-weight: normal;
}



/*
label input[type=checkbox] {
    display: none;
}
*/


label span {
    position: relative;
    top: 0px;
    display: inline-block;
    padding-left: 5px;
    font-weight: normal;
}

label input[type="checkbox"] ~ i.fa.fa-square-o {
    color: #c8c8c8;
    display: inline;
    margin-right: 3px;
    font-size: 22px;
}

label input[type="checkbox"] ~ i.fa.fa-check-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    color: #234769;
    display: inline;
    margin-right: 0;
    font-size: 22px;
}

label:hover input[type="checkbox"] ~ i.fa {
    color: #234769;
}

label:hover input[type="checkbox"]:disabled ~ i.fa {
    color: #c8c8c8;
    cursor: not-allowed;
}

/* added to allow tabstop on checkboxes */
label.checkbox{position: relative; top: 5px;}
label input[type=checkbox] { display: inline; width: 0; height: 0; opacity: 0; }
label input[type=checkbox]:focus ~ i.fa { color: #234769 !important; }
label input[type=checkbox]:focus:checked ~ i.fa { color: #000 !important; }




label input[type="checkbox"] ~ i.fa.fa-square-o {
    color: #c8c8c8;
    display: inline;
    margin-right: 3px;
    font-size: 22px;
}

label input[type="checkbox"] ~ i.fa.fa-check-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    color: #234769;
    display: inline;
    margin-right: 0;
    font-size: 22px;
}

label:hover input[type="checkbox"] ~ i.fa {
    color: #234769;
}

label:hover input[type="checkbox"]:disabled ~ i.fa {
    color: #c8c8c8;
    cursor: not-allowed;
}

/* added to allow tabstop on checkboxes */
label.checkbox{position: relative; top: 5px;}
label input[type=checkbox] { display: inline; width: 0; height: 0; opacity: 0; }
label input[type=checkbox]:focus ~ i.fa { color: #234769 !important; }
label input[type=checkbox]:focus:checked ~ i.fa { color: #000 !important; }


.radio label, .checkbox label {
    padding-left: 5px;
}


/* white checkboxes */
/* white unchecked checkbox */
label.white-checkbox input[type="checkbox"] ~ i.fa.fa-square-o {
    color: white;
}

/* white checked checkbox */
label.white-checkbox input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    color: white !important;
}

/* white unchecked hover */
label.white-checkbox:hover input[type="checkbox"] ~ i.fa {
    color: lightblue !important;
}

/* white checkbox disabled */
label.white-checkbox:hover input[type="checkbox"]:disabled ~ i.fa {
    color: red !important;
}

/* white checkbox focus */
label.white-checkbox input[type=checkbox]:focus ~ i.fa {
    color: lightblue !important;
}






/* added to allow tabstop on checkboxes */
label.checkbox {
    position: relative;
    top: 5px;
}




.testing {
    background-color: #b9c5df !important;
    color: darkred !important;
}

.testingHeader {
    margin-left: 203px !important;
    font-weight: bold !important;
    font-size: 25px !important;
    margin-right: 8px !important;
    background-color: #b9c5df !important;
    color: darkred !important;
}

@media only screen and (max-width: 479px) {
    .testingHeader {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

.testingHeader:hover {
    background-color: #b9c5df !important;
}

.testing:hover {
    background-color: #428dd4 !important;
}


.DCMMessage {
    color: red;
}

.alternate:nth-child(odd) {
    background-color: #edebeb;
}

.alternate {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
}

.MessageBox {
    margin-right: 20px;
    margin-left: 20px;
}

@media only screen and (max-width: 479px) {
    .MessageBox {
        margin-right: 5px;
        margin-left: 5px;
    }
}

.disabled {
    color: #c8c8c8 !important;
}



.validation-summary-errors > ul {
    padding-left: 17px !important;
}

@media only screen and (max-width: 479px) {
    .validation-summary-errors > ul {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 479px) {
    .buttonIcon {
        display: inline-block;
    }

    .buttonText {
        display: none !important;
    }
}

@media only screen and (min-width: 480px) {
    .buttonIcon {
        display: none !important;
    }

    .buttonText {
        display: inline-block;
    }
}


/* Modal Extras */
.modal-body-scroller {
    max-height: 500px;
    overflow: auto;
    border-radius: 6px;
}

.modal-body + .modal-body {
    border-top: 1px solid #e5e5e5;
}

.modal-actions:before,
.modal-actions:after {
    content: " ";
    display: table;
}

.modal-actions:after {
    clear: both;
}

.modal-action {
    float: left;
    width: 50%;
    padding: 20px;
    border: solid #e5e5e5;
    border-width: 1px 0 0;
}

    .modal-action + .modal-action {
        border-left-width: 1px;
    }

    .modal-action:first-child {
        border-bottom-left-radius: 5px;
    }

    .modal-action:last-child {
        border-bottom-right-radius: 5px;
    }

    .modal-action:hover,
    .modal-action:focus,
    .modal-action:active {
        text-decoration: none;
        background-color: #f5f5f5;
        border-color: #e5e5e5;
    }
/* Fix iOS9 Safari bug that cause modals to zoom */
body.modal-open {
    padding-right: 0px !important;
}
/* End Modal Extras */


a:focus {
    text-decoration: none;
}

/* Delivery Maintenance*/

/*Menu*/
.navbar-dm {
    background-color: transparent;
    font-size: 16px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 20px;
    border: none;
    margin-top: 15px;
}

    .navbar-dm .navbar-nav > li > a {
        color: #ffffff;
    }

        .navbar-dm .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #ffffff;
            background-color: #183652;
        }

@media only screen and (max-width: 479px) {
    .navbar-dm .navbar-nav > li {
        margin-top: 5px;
    }
}



@media only screen and (min-width: 479px) {


    .navbar-dm .navbar-toggle {
        display: none;
    }

    .navbar-dm. navbar-nav.navbar-left {
        float: left;
        margin: 0;
    }

    .navbar-dm .navbar-nav.navbar-right {
        float: right;
        margin: 0;
    }

    .navbar-dm .navbar-nav > li {
        float: left;
    }

        .navbar-dm .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
        }
}

@media only screen and (max-width: 479px) {
}



/* Spinner */
.spinner {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 6px solid;
    border-top-color: #005a9c;
    border-bottom-color: #005a9c;
    border-left-color: rgba(0, 90, 156, 0.15);
    border-right-color: rgba(0, 90, 156, 0.15);
    -webkit-animation: spinner 0.8s ease-in-out infinite alternate;
    animation: spinner 0.8s ease-in-out infinite alternate;
}

@keyframes spinner {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/* Fix iOS zooming*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input[type="text"],
    input[type="email"],
    input[type="password"] {
        font-size: 16px !important;
    }
}

div.table-responsive {
    margin-bottom: 0;
    /*height: 750px;*/
}

table.table-hover tbody tr:hover {
    background-color: gray !important;
    color: black;
    cursor: pointer;
}

table thead th[data-bind], table thead td[data-bind] {
    cursor: pointer;
}

.selected, tr.selected, tr.selected td {
    background-color: #b9c5df !important;
    color: black;
    cursor: pointer;
}

tr.highlight td {
    background: #FFA07A;
}

input.block,
select.block,
textarea.block {
    max-width: none;
}

span.access {
    text-decoration: underline;
    font-weight: inherit;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

ul.ui-autocomplete {
    z-index: 1100;
}

table.ui-datepicker-calendar{min-width: initial; min-width: auto;}
table.ui-datepicker-calendar tr td:before {
    content: "";
}

ul.ui-autocomplete{max-height: 225px; overflow: auto; padding-left: 0;}
ul.ui-autocomplete li.ui-menu-item { list-style: none; margin-left: 0; cursor: pointer; }
ul.ui-autocomplete li.ui-menu-item div.ui-menu-item-wrapper{padding-left: 15px;  border: none;}
.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{ background: #234769 !important; }


/* IE Only */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    fieldset legend{position: relative; top: -22px; background-color: white; }
}

/* Edge Only */
@supports (-ms-ime-align:auto) {
    fieldset legend{position: relative; top: -22px; background-color: white; }
}

.online-order-notification-container {
    overflow: auto;
    height: 9em;
    cursor: pointer;
}

ul.online-order-notification-container li:hover {
    background-color: gray !important;
    color: black;
    cursor: pointer;
}

ul.online-order-notification-container li.list-group-item {
    padding: 2px 5px !important;
}

.width-100-percent{
    width: 100% !important;
}

.width-600 {
    width: 600px !important;
}

.width-5em {
    width: 5em !important;
}

.height-0 {
    height: 0px !important;
}

.height-40em {
    height: 40em;
}

.height-50em {
    height: 50em;
}

.height-35em {
    height: 35em;
}

.height-30em {
    height:30em;
}

.height-20em {
    height: 20em;
}

.height-150px {
    height: 150px;
}

.max-height-20em{
    max-height: 20em !important;
}

.max-height-10em {
    max-height: 10em !important;
}

.max-height-15em {
    max-height: 15em !important;
}

.min-height-10em {
    min-height: 10em !important;
}

.min-height-10em {
    min-height: 10em !important;
}

.max-height-80-percent {
    max-height: 80% !important;
}

.height-15em {
    height: 15em;
}

.height-19em {
    height: 19em;
}

.height-10em {
    height:10em;
}

.height-8em {
    height: 8em;
}

.height-6em {
    height: 6em;
}

.width-15em {
    width: 15em;
}

.width-550 {
    width: 550px;
}

.width-150px {
    width: 150px !important;
}

.height-450 {
    height: 450px;
}

.height-100-percent {
    height: 100% !important;
}

min-height-500 {
    min-height: 500px !important;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.mar-left-auto {
    margin-left: auto !important;
}

.mar-left-30-percent {
    margin-left: 30% !important;
}

.mar-top-30-percent {
    margin-top: 30% !important;
}

.mar-left-1 {
    margin-left: 1px;
}

.mar-left-13 {
    margin-left: 13px !important
}

.mar-right-1 {
    margin-right: 1px;
}

.width-100 {
    width: 100px !important;
}

.height-36em {
    height: 36em;
}

.width-50-percent {
    width:50%;
}

.width-20-percent {
    width: 20%
}

.width-25-percent {
    width: 25%;
}

.width-75-percent {
    width:75%
}

.width-80-percent {
    width: 80%;
}
.width-13-percent {
    width: 13% !important;
}

.width-66-percent {
    width: 66%;
}

.width-10-percent {
    width: 10% !important;
}

.width-10em {
    width: 10em !important;
}

.width-20em {
    width: 20em !important
}

.width-30em {
    width: 30em !important;
}

.min-width-30em {
    min-width: 30em !important;
}

.min-width-55em {
    min-width: 55em !important;
}

.min-width-40em {
    min-width: 40em !important;
}

.min-width-45em {
    min-width: 45em !important;
}

.min-width-80em{
    min-width: 80em !important;
}

.min-width-70em {
    min-width: 70em !important;
}

.min-width-60em {
    min-width: 60em !important;
}

.max-height-30em {
    max-height: 30em !important;
}

.max-height-35em {
    max-height: 35em !important;
}

.grid-misc-description table{
    min-width: 200px !important;
}

.grid-misc-description td{
    height: 2em !important;
    word-break: normal !important;
}

.default-table td{
    word-break: break-word !important;
}

.grid-misc-categories td{
    height: 26px !important
}

.grid-warnings td {
    height: 26px !important
}

.grid-class td {
    height: 26px !important
}

.grid-misc-items-table {
    min-width: 725px;
    table-layout: fixed;
    margin-top: 12px !important;
}

.grid-misc-items-table-bottom {
    min-width: 725px;
    table-layout: fixed;
}


.grid-sales-report table{
    min-width: 750px;
    table-layout: fixed;
}

.grid-price-plans table{
    min-width: 725px;
    table-layout: fixed;
}

.grid-assign table{
    min-width: 725px;
    table-layout: fixed;
}

.grid-nonStock table {
    min-width: 900px;
    table-layout: fixed;
}

.disabled-opacity {
    opacity: 0.4 !important;
}

.max-width-10-percent {
    max-width: 10% !important;
}

.max-width-none {
    max-width: none !important;
}

.height-400 {
    height: 400px;
}

.sales-log-notes {
    width: 100%;
    background: white;
    margin-right: 10px;
    height: 15em;
    overflow-y: auto;
    resize: none;
}

.proposal-description {
    width: 100%;
    background: white;
    margin-right: 10px;
    min-height: 20em;
    overflow-y: auto;
    resize: none;
}

.action-button-group {
    padding: 5px;
}

.mar-right-auto {
    margin-right: auto;
}

.ship-to-edit textarea{
    height: 8em;
    width: 100%;
    overflow-y: auto;
    resize: none;
}

.email-invoice-subject textarea {
    height: 8em;
    min-width: 100%;
    overflow-y: auto;
    resize: none;
}

.resize-none {
    resize: none
}

.ship-to-button-group {
    height: 6em;
    width: 22em;
}

.ship-to-modal {
    width: 55em;
}

.ship-to-button-group input{
 margin-right: 3px;
}


.overflow-y-scroll {
    overflow-y: scroll;
}

.mar-left-5-percent {
    margin-left: 5%;
}

.mar-left-20-percent{
    margin-left: 20%;
}

.mar-left-60-percent {
    margin-left: 60%;
}

.mar-top-30-percent {
    margin-top: 30%;
}

.mar-top-0 {
    margin-top: 0px !important;
}

.mar-top-50 {
    margin-top: 50px !important;
}

.mar-bottom-50 {
    margin-bottom: 50px !important;
}
.mar-right-8 {
    margin-right: 8px !important;
}

.mar-right-2 {
    margin-right: 2px !important;
}

.align-bottom-right {
    right: 0;
    bottom: 0;
    position: absolute;
}

.align-bottom-left {
    left: 0;
    bottom: 0;
    position: absolute;
}


.ship-to-textarea-readonly {
    background: white;
    width: 303px;
    height: 117px;
    border: none;
}

.ship-to-textarea-no-description {
    height: auto !important;
}

.ship-to-table tr{
    height: 2.2em;
}

.sales-log-notes-container{
    height: 42.75em;
}

.sales-log-details {
    max-height: 29em !important;
}

.sales-log-notes-align-bottom {
    left: 0;
    top: 21em;
    position: absolute;
}

.name-address-modal {
    width: 30em;
    margin-left: 20%;
}

.lbl-cityStateCity {
    padding-top: 7px;
    font-weight: normal;
}

.grid-orders-table {
    min-width: 975px;
    table-layout: fixed;
}

.grid-proposals-table {
    min-width: 605px;
    table-layout: fixed;
}



.grid-call-history-table {
    min-width: 975px;
    table-layout: fixed;
}

.grid-inventory-nonstock-table {
    min-width: 500px;
    table-layout: fixed;
}

.default-table {
    min-width: 600px;
    table-layout: fixed;
}

.grid-inventory-containers-table {
    min-width: 500px;
    table-layout: fixed;
}

.grid-accounts-customers-table {
    min-width: 700px;
    table-layout: fixed;
}

.grid-statements-details-table {
    min-width: 600px;
    table-layout: fixed
}

.grid-item-master-search {
    min-width: 500px;
    table-layout: fixed;
}

.grid-inventory-onInvoice-table {
    min-width: 700px;
    table-layout: fixed;
}


.grid-print-admin-table {
    min-width: 975px;
    table-layout: fixed;
}

.grid-print-queue-table {
    min-width: 975px;
    table-layout: fixed;
}


grid-contract-headers-table {
    min-width: 1000px !important;
    table-layout: fixed !important;
}

.width-40em {
    width: 40em;
}

.grid-invoice-details {
    min-width: 40em;
}

.white-space-pre {
    white-space: pre-wrap !important;
    word-break: normal !important;
}

.error-label {
    font-weight: bold;
    color: red;
}

.top {
    background-color: #F1F1F1;
}

.inline-block {
    display: inline-block;
}

.text-align-left{
    text-align: left;
}

.cursor-pointer {
    cursor: pointer;
}

.duplicate-customers-list {
    padding: 2px 5px !important;
}

.invoice-radio-group-header {
    top: -2px;
    left: -25px;
}

.border-light-gray {
    border: 1px solid lightgray !important;
}

.min-width-550 {
    min-width: 550px
}

.min-width-800 {
    min-width: 800px;
}

.min-width-135 {
    min-width: 135px;
}

.min-width-100-percent{
    min-width: 100%;
}

.grid-select-contract-orders-table td{
    word-wrap: break-word;
}

.grid-payables-table td{
    word-break: break-word !important;
}

.grid-invoice-search {
}

.grid-invoice-search td{
    -ms-word-break: break-all !important;
    word-break: break-all !important;
    word-break: break-word !important;
    -webkit-hyphens: auto !important;
    -moz-hyphens: auto !important;
    hyphens: auto !important;
}

.grid-invoice-search th {
    word-break: normal !important;
    -ms-hyphens: none !important;
}

.grid td {
    -ms-word-break: break-all !important;
    word-break: normal !important;
    word-break: break-all !important;
    word-break: break-word !important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

input::-ms-clear {
    display: none;
}

.modal-zindex-large {
    z-index: 3000;
}

.max-width-40em{
    max-width: 40em !important;
}

.btn-disabled-hover {
}

.btn-disabled-hover:hover {
    background-color: #3a7ab7 !important;
    cursor: not-allowed !important;
}

.btn-disabled-delete-hover:hover {
    background-color: #d9534f !important;
}

.invoice-void-credit-label {
    font-size: 35px;
}

.z-index-1 {
    z-index: 1;
}

.z-index-500 {
    z-index: 500 !important;
}

.actionButton {
    width: 100% !important;
}

.width-290 {
    width: 290px !important;
}

.width-300 {
    width: 300px !important;
}

.width-350 {
    width: 350px !important;
}

.form-control-disabled {
    background-color: #f0ecec !important;
}

.fa-white {
    color: white !important;
}

.modal-90-percent {
    width: 90% !important;
}

.modal-70-percent {
    width: 70% !important;
}

.modal-50-percent {
    width: 50%!important;
}

@media (max-width: 768px) and (min-with: 401px){
    .modal-xmd-60 {
        max-width: 60% !important;
    }

    .modal-xmd-100 {
        width: 100% !important;
    }
}


@media (max-width: 1100px) {
    .modal-xmd-100 {
        width: 100% !important;
    }
}


@media (max-width: 768px) and (min-with: 401px) {
    .modal-xmd-55 {
        max-width: 55% !important;
    }
}

@media (min-width: 768px) {
    .modal-xmd-90 {
        width: 90% !important;
    }
}

@media (max-width: 400px) {
    .modal-xsm-100 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 479px) {
    .purchase-history-scroll-alignment {
        padding-right: 0px !important;
    }

    .ship-to-edit textarea {
        min-height: 8em;
        min-width: 100%;
        max-width: 100%;
    }

    .ship-to-button-group {
        width: 100%;
    }

    .ship-to-modal {
        width: auto;
    }

    .ship-to-button-group input {
        margin-right: 0px;
    }

    .sales-log-notes-container {
        height: 10em;
    }

    .sales-log-notes-align-bottom {
        left: 0;
        bottom: 0;
        top: auto;
        position: absolute;
    }

    .sales-log-notes {
        height: auto;
        overflow-y: auto;
        resize: none;
    }

    .ship-to-city {
        padding-left: 0px !important;
    }

    .name-address-modal {
        width: auto;
        margin-left: 0px;
    }

}

@media only screen and (max-width: 450px) {
    .col-xxs-12 {
        width: 100%
    }
}

@media only screen and (max-width: 991px) {
    .ship-to-edit textarea {
        min-height: 8em;
        min-width: 100%;
        max-width: 100%
    }

    .ship-to-button-group {
        width: 100%;
    }

    .ship-to-modal {
        width: auto;
    }

    .ship-to-button-group input {
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .sales-log-notes-container {
        height: 10em;
    }

    .sales-log-notes-align-bottom {
        left: 0;
        bottom: 0;
        top: auto;
        position: absolute;
    }

    .sales-log-notes {
        height: auto;
        overflow-y: auto;
        resize: none;
    }

    .ship-to-city {
        padding-left: 0px !important;
    }

    .name-address-modal {
        width: auto;
        margin-left: 0px;
    }
}

@media(min-width: 992px) {
    .text-right-md {
        text-align: right;
    }
}

.break-word {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}


div.topBreak {
    display: none;
}

#drawArea {
    width: 100%;
    padding-top: 100%;
    max-height: 475px;
    max-width: 475px;
    position: relative;
    text-align: center;
    background-color: #eaeaea;
    margin: auto;
    margin-bottom: 5px;
}

button[disabled]{cursor: not-allowed;}

@media(max-width: 991px) {
    #drawArea {
        max-width: none;
        max-height: none;
        padding-top: 0;
        height: 350px;
    }
}

@media(max-width: 1325px) {
    div .topBreak.xl {
        display: block;
        clear: both;
        height: 5px;
    }

    .PageList {
        float: left;
    }
}

@media(max-width: 1100px) {
    div.topBreak.lg {
        display: block;
        clear: both;
        height: 5px;
    }
}

@media(max-width: 767px) {
    div.topBreak.sm {
        display: block;
        clear: both;
        height: 5px;
    }

    .PageList {
        float: left;
    }
}

@media (max-width: 767px) {
    .overflow-x-xs-auto {
        overflow-x: auto !important;
    }
    .pad-right-xs-56 {
        padding-right: 56px !important;
    }
    .pad-right-xs-23 {
        padding-right: 23px !important;
    }

    .btn-block-xs-only {
        display: block;
        width: 100%;
    }
    
}

@media (min-width: 768px) and (max-width: 991px) {
    .overflow-x-sm-auto {
        overflow-x: auto !important;
    }
}

@media (max-width: 767px) {
    .width-xs-40em {
        width: 40em !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mar-top-xs-15 {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .mar-top-xs-15 {
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .width-sm-40em {
        width: 40em !important;
    }
}

@media (min-width: 1200px) {
    .min-width-lg-55em {
        width: 55em !important;
    }

    .mar-left-lg-30-percent {
        margin-left: 30% !important;
    }

    .mar-top-lg-30-percent {
        margin-top: 30% !important;
    }
}

@media (min-width: 1200px) {
    .pad-lg-left-0 {
        padding-left: 0px;
    }

    .pad-lg-right-16 {
        padding-right: 16px !important;
    }

    .mar-lg-left-66 {
        margin-left: 66px !important;
    }
}

@media (min-width: 1200px) {
    .pad-lg-right-0 {
        padding-right: 0px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .pad-md-left-0 {
        padding-left: 0px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    modal-md-90 {
        width: 90% !important;
    }

    modal-md-70 {
        width: 70% !important;
    }
}


@media only screen and (max-width: 1400px) {
    .buttonIcon-md {
        display: inline-block !important;
    }

    .height-md-10em {
        height: 10em !important;
    }

    .max-height-md-15em {
        max-height: 15em !important;
    }
}

@media (min-width: 1400px)  and (max-width: 1600px) {
    .buttonText-lg {
        font-size: .85vw;
    }
}

@media only screen and (max-width: 1400px) {
    .buttonText-md {
        display: none !important;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .pad-md-right-0 {
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .pad-xs-right-0 {
        padding-right: 0px !important;
    }

    .pad-xs-right-26 {
        padding-right: 26px !important;
    }

    .pad-xs-right-17 {
        padding-right: 17px !important;
    }

    .mar-xs-left-69 {
        margin-left: 69px !important
    }
}

@media (max-width: 767px) {
    .pad-xs-left-0 {
        padding-left: 0px !important;
    }
}

@media(max-height: 768px){
    .modal-dialog{
        margin: 15px auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pad-sm-right-0 {
        padding-right: 0px !important;
    }

    .pad-sm-right-26 {
        padding-right: 26px !important;
    }

    .pad-sm-right-17 {
        padding-right: 17px !important
    }

    .mar-sm-left-69 {
        margin-left: 69px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pad-sm-left-0 {
        padding-left: 0px !important;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .pad-md-left-0 {
        padding-left: 0px;
    }

    .pad-md-right-16 {
        padding-right: 16px !important;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .pad-md-right-0 {
        padding-right: 0px;
    }
}

@media (min-width: 1400px) {
    .hidden-md-lg {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .width-11-percent-xmd{
        width: 11% !important
    }
}

.btn-link:hover{
    text-decoration:none;
    cursor:pointer;
}


.table {
    max-width: none !important;
    -webkit-overflow-scrolling: touch !important;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0px);
    -webkit-transform: translate3d(0,0,0);
}

text-italic{
    font-style: italic;
}

.preview-work-order-image {
    margin:auto;
    display: block;
}

.invoice-time-whitespace-pre {
    white-space: pre;
}

.min-width-inherit {
    min-width: inherit !important
}

.calendar-button-group{
    display: block !important;
}

#gridDuplicateCustomers .table{
    min-width: auto !important;
}

#gridCallHistory .search-filter {
    position: initial !important
}

.pad-right-16 {
    padding-right: 16px !important;
}

.pad-left-17 {
    padding-left: 17px !important;
}

.pad-right-26 {
    padding-right: 26px !important;
}

.pad-right-24 {
    padding-right: 24px;
}

.pad-left-62 {
    padding-left: 62px !important;
}

.pad-left-69 {
    padding-left: 69px !important;
}

.pad-left-77 {
    padding-left: 77px !important;
}

.pad-left-75 {
    padding-left: 75px !important
}

.pad-left-55 {
    padding-left: 55px !important;
}

.pad-left-13 {
    padding-left: 13px !important;
}

@media (max-width: 440px) {
    .pad-left-xxs-53 {
        padding-left: 53px !important;
    }
}

.overfly-y-inherit{
    overflow-y: inherit !important;
}

.flex-container {
    display: flex !important;
}

.flex-container .flex-label {
    margin: 5px 0 5px 0;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
}

.flex-container .flex-content {
    flex-grow: 1;
    position: relative;
    flex-shrink: 1;
    display: flex;
}

    .flex-container .flex-content span.input-group-btn {
        display: inherit !important;
        position: relative !important;
        right: 0px !important;
    }

.flex-legend {
    display: block;
    width: 100%;
    background-color: rgba(255,255,255,0);
    position: relative;
    margin-top: -35px;
}

.flex-legend .flex-container {
    flex-wrap: wrap;
    align-content: flex-start;
    padding-bottom: 5px;
}


@media (max-width: 991px) {
    .btn-block-sm {
        display: block;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .btn-block-sm {
        display: block;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .mar-right-sm-22 {
        margin-right: 22px !important;
    }
}


.mar-right-65 {
    margin-right: 65px !important;
}
.mar-right-90 {
    margin-right: 90px !important;
}

.mar-right-40 {
    margin-right: 40px !important;
}

.mar-right-53 {
    margin-right: 53px !important;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

.min-width-450px {
    min-width: 450px !important;
}

@media (max-width: 767px) {
    .block-container-xs{
        display: block !important
    }
}

.table-price-change {
    min-width: 800px;
    table-layout: fixed;
}

.table-price-change input {
    padding: 2px;
    max-width: 75px !important;
    text-align: center;
}

.table-price-change input:focus {
    border: 1px solid black;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: white;
}


.select-editable {
    position: relative;
    background-color: white;
    width: 120px;
    height: 18px;
}

.select-editable select {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    border: none;
    width: 120px;
    margin: 0;
    height: 34px !important;
}

.select-editable-textbox {
    width: 90% !important;
    border-bottom: 1px solid lightgray;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: none !important;
    padding: 6px 12px !important;
}

.select-editable input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    padding: 1px;
    font-size: 12px;
}

.select-editable select:focus, .select-editable input:focus {
    outline: none;
}

.mar-top-7 {
    margin-top: 7px !important;
}

.mar-right-5 {
    margin-right: 5px !important;
}

.grid-header-checkbox{
    color: white !important;
}

.display-table-row {
    display: table-row !important;
}

.actionLegend{
    margin-top: -30px !important;
}

/* IE Only */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fieldset {
        position: relative !important;
        padding-top: 15px !important;
        margin-top: 5px;
    }

    .fieldset-legend {
        position: absolute !important;
        margin-top: 0 !important;
        top: -10px !important;
    }

    .actionLegend {
        max-height: 1px !important;
        margin-top: -9px !important
    }

    .grid-misc-items-table {
        min-width: 725px;
        table-layout: fixed;
    }

    .grid-mics-items-container {
        margin-top: 0px !important;
    }

    .actionLegend-white {
        background: white !important;
    }

}

.input-group .form-control:focus {
    z-index: 2;
}

@media (min-width: 1200px) {
    .content-lg-bottom {
        position: absolute;
        bottom: 0;
    }
}

@media (max-width: 1190px) {
    .paging-lgmd-width-100{
        min-width: 100% !important;
    }
}
@media (max-width: 769px){
    .mw-sm-100{
        max-width: 100% !important;
    }
}

.min-height-25em {
    min-height: 25em !important;
}

.height-25px {
    min-height: 25px !important;
}

.yellow {
    background-color: yellow !important;
}

.active-navigation-button {
    color: #555;
    background-color: #e7e7e7;
    border: solid 1px rgb(65, 113, 156);
}

.standard-input-height {
    height: 36px !important;
}

.accounts-recievable-navigation a{
    min-width: 80px;
}

.posted-add {
    width: 102px;
}

.posted-remove {
    width: 102px;
}

.post-invoice-label {
    width: 163px;
}

.autofocus-hidden{
    height: 0;
    width:0;
    border: none;
}

.resource-grid-table {
    min-width: 790px;
}

.grid-scheduled-price-change {
    min-width: 500px !important
}

.grid-contracts {
    min-width: 800px !important
}

.grid-whoIs table{
    min-width: 800px !important
}

.grid-schedule table {
    min-width: 800px !important
}

grid-pay-period table{
    min-width: 200px !important
}

.grid-jobs{
    min-width: 1400px !important
}

.grid-job-history {
    min-width: 1000px !important
}

.grid-builders-risk {
    min-width: 800px !important
}

.min-width-44-percent{
    min-width: 44% !important
}

.accordion-border-bottom {
    border-bottom: 1px solid lightgray;
}

.grid-daily-hours table{
    min-width: 300px !important;
}

.grid-vacation-adjustments table {
    min-width: 600px !important
}

.margin-left-30px {
    margin-left: 30px !important;
}

.margin-left-25px{
    margin-left: 25px !important;
}

.margin-right-17px {
    margin-right: 17px !important;
}

.border-top-light-gray{
    border-top: 2px solid lightgray;
}

.max-width-250 {
    max-width: 250px !important;
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #234769 !important;
    border-color: #41719C !important
}

.btn:focus {
    outline: 0;
    animation-duration: .75s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-name: focusShadow;
    border: solid 1px white !important;
}

.btn:focus:hover {
    animation-name: none;
    box-shadow: 0 0 2px 3px #234769;
}

@keyframes focusShadow {
    from {
        box-shadow: 0 0 2px 2px rgba(35, 71, 105, 0.95);
    }

    to {
        box-shadow: 0 0 2px 2px rgba(35, 71, 105, 0.65);
    }

}
.pad-8 {
    padding: 8px;
}

.border-none {
    border: none !important;
}

.background-none {
    background: none !important;
}

.grid-item-audit table:not(.table-header) {
    min-width: 850px;
    table-layout: fixed;
}

.grid-item-audit table:not(.table-header) td {
    word-wrap: break-word;
}

#ReportGrid .bottom {
    max-height: 425px;
    overflow-y: auto;
}

.truncate-ellipsis {
    text-overflow:ellipsis;
    overflow:hidden;
    width: 150px;
    vertical-align: middle;
    white-space: nowrap;
}

.grid-timeclock-employee table{
    min-width: 600px !important
}

.grid-vacation-reset table {
    min-width: 800px !important
}

.min-width-0 {
    min-width: 0px !important
}

.grid-orders-payables table {
    max-height: 200px !important
}

.grid-orders-payables div.bottom {
    max-height: 10.5em !important;
    min-height: 10.5em !important;      
}

.grid-orders-payables div.top {
    overflow:initial !important;
}

.spinner-small {
    width: 10px !important;
    height: 10px !important;
    margin-bottom: 3px !important;
    border: .1em solid currentColor;
    border-right-color: transparent;
}

/* red notification badge */
.badge.badge-red {
    background-color: red;
    padding: 0;
    position: relative;
    top: -10px;
    left: -3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    min-width: 16px;
}

.badge > .badge-label {
    display: inline-flex;
    align-self: center;
    text-align: center;
    line-height: 16px;
    margin: auto;
    letter-spacing: 0;
    font-size: 12px;
    font-family: monospace, 'Courier New';
    padding-left: 1px;
    padding-right: 1px;
}

.fieldset-bordered {
    border: solid 1px #d9d9d9;
}

    .fieldset-bordered legend {
        width: auto;
        display: inline;
        padding: 0 15px 0 5px;
    }



/* date/time picker changes */
.flatpickr-month {
    background-color: #e9e9e9
}

.flatpickr-prev-month, .flatpickr-next-month {
    background: none;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
}

    .flatpickr-prev-month:after, .flatpickr-next-month:after {
        background-color: white;
        border-radius: 16px;
        background-image: url('Images/ui-icons_444444_256x240.png');
        background-position: -48px -192px;
        content: '';
        width: 16px;
        height: 16px;
        display: inline-block;
        position: relative;
        top: -8px;
        left: -8px;
    }

    .flatpickr-prev-month:after {
        background-position: -80px -192px
    }

    .flatpickr-prev-month svg, .flatpickr-next-month svg {
        width: 10px;
        height: 10px;
        fill: white;
        position: relative;
        top: -8px;
        left: -6px;
        padding: 0;
        display: none;
    }

.flatpickr-weekdays {
    background-color: #234769;
}

.flatpickr-weekdays {
    height: 38px;
}

span.flatpickr-weekday {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
    color: white;
}

.flatpickr-day {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
    border-radius: 0;
    width: 36px;
    text-align: right;
    font-size: 14px;
    padding-right: 2px;
    line-height: 24px;
    height: 30px;
    margin: 1px;
    margin-bottom: 2px;
}

    .flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
        color: white;
        background-color: #234769 !important
    }

.prevMonthDay, .nextMonthDay {
    visibility: hidden;

}

.info-icon{
    position: absolute;
    right: 0;
    bottom: 0;
}


#modal-non-stock-item[data-special-order='true'] #selNonStockVendor,
body[form-state='readonly'] #modal-non-stock-item label.checkbox,
body[form-state='readonly'] #modal-non-stock-item input,
body[form-state='readonly'] #modal-non-stock-item select,
#modal-non-stock-item[data-status='2'] input,
#modal-non-stock-item[data-status='2'] select,
#modal-non-stock-item[data-status='4'] input,
#modal-non-stock-item[data-status='4'] select,
#modal-non-stock-item[data-status='5'] input,
#modal-non-stock-item[data-status='5'] select,
#modal-non-stock-item[data-status='6'] input,
#modal-non-stock-item[data-status='6'] select,
body[form-state='readonly'] #modal-special-order select, #modal-special-order.readonly select {
    background-color: #eeeeee !important;
    opacity: 1 !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
}


body[form-state='readonly'] #modal-non-stock-item button:not([data-bs-dismiss='modal']):not(#btnSpecialOrder),
#modal-non-stock-item[data-status='2'] button#btnMiscItems,
#modal-non-stock-item[data-status='4'] button#btnMiscItems,
#modal-non-stock-item[data-status='5'] button#btnMiscItems,
#modal-non-stock-item[data-status='6'] button#btnMiscItems {
    cursor: not-allowed !important;
    opacity: 0.65 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    pointer-events: none !important;
}

body[form-state='readonly'] #modal-special-order #btnSpecialOrderOK, #modal-special-order.readonly #btnSpecialOrderOK {
    display: none;
}

body:not([form-state='readonly']) #modal-special-order.readonly.canedit #btnSpecialOrderEdit {
    display: block !important;
}

.offset-menu {
    margin-left: 203px;
}

@media (max-width: 991px) {
    .offset-menu {
        margin-left: 0;
    }
}

label.control-label {
    position: relative;
    font-weight: bold;
}

.colon-label {
    display: flex;
    gap: 2px;
    justify-content: end;
}

.colon-label::before {
    content: ":";
    order: 2;
}

.colon-label-required::after {
    color: red;
    content: "*";
    order: 3;
}

label.checkbox > label {
    padding-left: 0;
    margin-top: -1px;
}

label.checkbox > label span.required {
    display: none;
}

label.control-label > span.required {
    position: absolute;
}

.form-group {
    margin: 15px 0;
}

table.table thead, table.table thead tr, table.table thead tr th, table.table thead tr td {
    background-color: #234769;
    color: white;
}

ul.navbar-nav a { font-weight: bold; color: white; text-decoration: none; }

ul.navbar-nav.navbar-right {
    display: flex;
    height: 100%;
    flex-direction: row;
}

    ul.navbar-nav.navbar-right li {
        margin: auto 0 auto 20px;
    }

    ul.navbar-nav.navbar-right li a {
        color: white;
        text-decoration: none;
    }

.btn-default, .btn-default[disabled]:hover {
    background-color: #428dd4;
    color: #ffffff;
}

.btn-info {
    background-color: #234769;
    color: #ffffff;
    border: 1px solid #41719C;
}

.col-form-label {
    font-weight: 500;
}

th div.input-group button.btn-addon-icon {
    border: solid 1px lightgrey;
    border-collapse: collapse;
}

th div.input-group button.btn-addon-icon:not(:last-of-type) {
    margin-right: 0;
}

.MessageBox .alert, div.modal-header {
    position: relative;
}

    .MessageBox .alert button.close, div.modal-header button.close {
        position: absolute;
        top: 0;
        right: 5px;
        background-color: transparent;
        border: none;
        font-size: 25px;
    }

.text-info {
    color: #234769 !important;
}

.btn-block {
    display: block;
    width: 100%;
}

    .input-group > input {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin-right: 0;
    }

    .input-group > .input-group-btn {
        display: flex;
    }

        .input-group > .input-group-btn button {        
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            margin-left: 0;
        }
            .input-group > .input-group-btn button:not(:last-of-type) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }



.form-group.form-inline { display: flex; }
    .form-group.form-inline label.control-label {
        display: inline-flex;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 15px;
    }


.btn.btn-primary.disabled, .btn.btn-primary[disabled], fieldset[disabled] .btn.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-info.disabled, .btn-info:disabled {
    color: white;
}