.display-none {
    display: none;
}

/* Places the footer on the bottom for short pages */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#container {
    flex: 1;
}

.actions li{
    display: inline;
}

footer {
    margin-top: 15px;
    padding-bottom: 15px;
}

.login #content {
    margin-top: 150px;
}

.advOutput {
    padding: 10px 0;
}
.advOutput:nth-child(even) {
    background: #eee;
}
.advOutput label, .advOutput span {
    margin: 0;
}

.paging {
    margin-bottom: 10px;
}
.paging a {
    padding: 1px 5px;
    margin-right: 10px;
    border-radius: 2px;
}

/* Deleted orders */
.order-inactive {
    background: rgba(255,0,0,0.25) !important;
    border: 2px solid red !important;
}
.order-inactive td:first-child::before {
    position: absolute;
    left: -50px;
    content: 'Deleted';

    /* Badge  */
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #900323;
    border-radius: 10px;
}

/* order index modal */
.orderindex-modal .modal-body{
    word-wrap: break-word;
}
.orderindex-modal h1 {
    text-align: center;
}
.orderindex-modal h2 {
    text-align: center;
    margin-bottom: 1em;
}
.orderindex-modal .termsAgreed {
    margin: 1em 0;
}
.orderindex-modal .btn-danger {
    cursor: not-allowed;
    pointer-events: all;
}

/* order view/edit files */
.addAdditionalFiles{
	float:right;
}
.additionalFilesDiv{
	display: none;
}
.cancelAdditionalFiles{
	display: none;
	float: right;
}
.addBrandNewFiles{
    display: none;
}
.cancelBrandNewFileUploader{
    display: none;
}

/* apexadd */
.apexadd .header-glowing {
    text-align: center;
}

.apexadd .submitForm {
    text-align: center;
}
.apexadd .clientDis {
    color: red;
}
.apexadd .userDis {
    color: red;
}
.apexadd .modal-body {
    text-align: justify;
    word-wrap: break-word;
}
.apexadd .text-center {
    text-align: center;
}

/* userterms */
.modal-body{
    text-align: justify;
    word-wrap: break-word;
}
.reviewTerms{
    text-align: center;
    float:left;
    text-align: justify;
    text-align-last: left;
    word-wrap: break-word;
}

/* reset_password */
.resetpassword .header{
    text-align:center;
}
.resetpassword .submitForm{
    text-align:center;
}
.resetpassword .instructions{
    text-align:center;
}
.resetpassword .pwStatus{
    text-align:center;
}

/* forgot_password */
.registrationContainer .header {
    text-align:center;
}
.registrationContainer .submitForm {
    text-align:center;
}

/* Button bar/Search box */
.button_bar .form-group:before {
    content: " ";
    display: table;
}
.button_bar .form-group:after {
    clear: both;
    content: " ";
    display: table;
}
.button_bar .btn-group {
    display: block;
    padding: 0 15px;
    margin-bottom: 15px;
}
.button_bar .btn-group > * {
    display: inline;
    padding-right: 10px;
}

/* extra padding on index pages */
.container-index {
    padding: 0 60px;
}

/* order edit vendor notes */
.ordersvendor_notes pre {
    padding-top: 0;
    border: none;
    background: transparent;
    white-space: pre-wrap;
    word-break: keep-all;
}
.ordersVendors button {
    margin: 0 5px 5px 0;
    display: block;
}

.userMyPassword{
    margin-left: 200px;
    margin-bottom: 10px;
}

.hiddenLogoInput{
    display: none;
}

.cancelLogoUpload{
    display: none;
}

#myModalLabel{
    text-align: center;
}

@media(min-width: 768px) {
    .modal-dialog {
        width: 80vw;
    }
    .narrowType {
        width: 40vw;
    }
}
.modal-footer{
    text-align: center;
}

/* dimmed overlay (deleting files) */
.dimmed {
  background: rgba(10, 128, 128, 0.5);
}

/* JB :: 2018-07-19 Thu 10:53 AM -- clients /view as apex */
.apexOptionsMenu{
    margin-top: 2em;
}

.successTermsMessage2{
    color: green;
    display: none;
}

.hiddenTermsSuccess{
    color: green;
}

.howToHeader{
    text-align: center;
}

.howToFooter{
    text-align: center;
}

.howToBody{
    text-align: justify;
}

.howToDisclaimer{
    text-align: center;
    color: red;
}


.collapsableButtons {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.active, .collapsableButtons:hover {
    background-color: #ccc;
}

.loadSpinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px; /* half width of the spinner gif */
    margin-top: -260px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    /*
    width: 100px; 
    height: 102px; 
    */
    color:#FFFFFF;
    font-size:larger;
    font-weight:bolder;
}
.loadOverlay {
    display: none;
    background: rgba(50,50,50,0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    z-index: 1051;
}

.agreeConfirmation{
    color: green;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 500;
}
.vertiNote{
    max-height: 160px;
    overflow-y: auto;
}
/* 
.newUserForClient{
    float: right;
} */
