﻿html {
    width: 100%;
    min-height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    width: 100%;
    min-height: 100%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.pointer-cursor {
    cursor: pointer;
}

.build-border{
    border-style:solid;
    min-height:100px;
    max-height:300px;
}

.padding-reset{
    padding:0px;
}

.padding-small {
    padding:10px;
}

/*.mesco-table-title{

}
.mesco-table-header{

}*/

/*---------------------------------------------------
 * GENERAL FORMATTING
 *---------------------------------------------------*/
.btn:hover {
    cursor: pointer;
}

.btn:disabled {
    cursor: not-allowed;
}

.huge-fucking-btn { /*hahaha*/
    width: 100%;
    height: 60px;
    font-size: 15px;
}
.div-list-item{
    cursor: pointer;
}

/*---------------------------------------------------
 * AUTOCOMPLETE FORMATTING 
 *---------------------------------------------------*/
.ui-autocomplete {
    list-style: none;
    background: #FFFFFF;
    width: 1px;
    border-color: #CCD6E1;
    border-style: solid;
    border-radius: 6px;
}

.ui-menu {
    padding: 0px;
}

.ui-autocomplete .ui-menu-item:hover {
    background: #CCD6E1 !important;
    cursor: pointer;
    font: bold;
}

.ui-autocomplete .ui-menu-item {
    padding: 5px;
}

/*---------------------------------------------------
 * FORM CONTROL FORMATTING 
 *---------------------------------------------------*/
.form-control:disabled {
    background-color: #ECF1F6;
}

.form-control:disabled:hover {
    cursor: not-allowed;
}

/*---------------------------------------------------
 * MESCO TABLE FORMATTING 
 *---------------------------------------------------*/
.mesco-table {
    margin-top: 20px;
}

.mesco-table-title {
    font-size: 36px;
    text-align: center;
}

.mesco-table-header {
    /*border-bottom: groove;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.mesco-table-header-blue {
    background-color: #CBD9F7;
}

.mesco-table-header-no-title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
}

.mesco-table-footer {
    /*border-bottom-left-radius: 5px;*/
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /*border-top-left-radius: 5px;*/
    padding: 5px;
}

.mesco-table-columns {
    padding: 0px;
    border: 3px;
    border-bottom-style: solid;
    background-color: #DEE7FA;
    /*border-bottom-left-radius: 3px;*/
}

.mesco-table-columns-blue {
    border-color: #A5BEF3;
}

.mesco-table-column {
    padding: 5px;
    /*padding-left: 15px;*/
    font-size: 20px;
    text-align: left;
}

.mesco-table-column-blue {
    background-color: #DEE7FA;
}

.mesco-table-body {
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    min-height: 0px;
    max-height: 800px;
}

.mesco-table-row {
    border-style: solid;
    /*border-radius: 3px;*/
    border-width: 1px 1px;
    cursor: pointer;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    /*background-color: #EBF0FB;*/
    background-color: #F4F7FF;
    margin-top: -1px;
}

.mesco-table-row-selected {
    background-color: #B8CBF5;
    border-color: #95B2F1 !important;
}

.mesco-table-row-blue {
    border-color: #B8CBF5;
}

.mesco-table-row-blue:hover {
    background-color: #B8CBF5;
}

.sub-table-columns {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    padding: 0px;
    min-height: 100% !important;
    border-style: solid;
    border-width: 1px 1px;
    font-size: 16px;
    border-color: #B8CBF5;
}

.sub-table-column {
    padding: 5px;
    font-size: 16px;
    text-align: center;
    background-color: #DEE7FA;
}

.sub-table-row {
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px 1px;
    padding: 5px;
    font-size: 12px;
    font-weight: normal;
    background-color: #F4F7FF;
}

/*---------------------------------------------------
 *  MODAL FORMATTING
 *---------------------------------------------------*/
    .modal-backdrop {
    opacity: 0.5 !important;
}


/*---------------------------------------------------
 *  TOOLTIP FORMATTING
 *---------------------------------------------------*/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/*---------------------------------------------------
 * UNSURE WHAT THESE WERE FOR FORMATTING 
 *---------------------------------------------------*/
/*.reset-padding {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}*/
.margin-reset {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.input-padding {
    padding-top: 10px;
}
    /*.ui-helper-hidden-accessible {
    display: none !important;
}*/
    /*.autofilled {
    background-color: #aec3c4;
}*/
    .mesco-table-body3 {
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 100px;
    max-height: 200px;
}

.mesco-table-row3 {
    border-bottom-style: solid;
    border-radius: 5px;
    border-width: 1px 0;
    cursor: pointer;
}

.mesco-table-row3:hover {
    background-color: #dfdddd;
}

.mesco-table-container3 {
    border-style: solid;
    border-width: 3px 0;
    border-radius: 10px;
    border-color: #dfdddd;
}

/*
    LOADING MODAL STUFF
*/

.loadmodal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}

body.loading .modal {
    overflow: hidden;
}

body.loading .modal {
    display: block;
}

/*---------------------------------------------------
 * LOADING SCREEN 
 *---------------------------------------------------*/

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: hidden;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /*.loading:not(:required):after {
        content: '';
        display: block;
        font-size: 10px;
        width: 1em;
        height: 1em;
        margin-top: -0.5em;
        border-radius: 0.5em;
    }*/