﻿.jumbotron {
    background-color: #fff !important;
}

body {
    padding-top: 20px;
}
/* allows hover to cause dropdown unless a mobile device */
html.busy, html.busy * {
    cursor: wait !important;
}

#loading-indicator {
    position: fixed;
    top: 300px;
    left: 50%;
}
@media only screen {

    .container {
        width: 100% !important;
    }
}
/*#appcontent {
    height: 80vh !important;
}*/

/*.panel-primary {
    height: 80vh !important;
}*/
.btn-primary {
    position: absolute;
    left: 30px;
    bottom: 30px;
}


.image-attach-body img {
    margin-left: 20px;
    margin-top: 7px;

}

.copyright {
    float: left;
}

.login {
    float: right;
}

.imgwrapp {
    position:inherit;
    top: 50%;
    left: 50%;
    margin-top: -50px;
  margin-left: -100px; 
}
.img-responsive {
    max-width: 400px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 160px;
}

/* EF  allows textarea to only a certain height in jqgrid, unlimited height in form edit */

/*
.ui-jqgrid tr.jqgrow td  {
    white-space: nowrap !important;
}
    */
.isa_info, .isa_success, .isa_warning, .isa_error {
    margin: 12px 12px;
}

.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
}

.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.isa_error {
    color: #D8000C;
    background-color: #FFD2D2;
}

.intuitPlatformConnectButton, .intuitPlatformReconnectButton, #intuitPlatformAppMenu .intuitPlatformReconnectButton {
    background: url("https://www.appbuilder.cloud/Images/c2qb_white_btn_lg_default.png") no-repeat 0 0 !important;
    background-size: 150px !important;
    width: 170px !important;
    margin-left: 15px !important;
    margin-top: 5px !important;
}


/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-y: scroll;
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-title {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: rgb(220, 220, 220);
    top: 10%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: left; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    margin-left: 50px;
}

.overlay-title-center {
    position: relative;
    font-size: 48px;
    font-weight: bold;
    color: rgb(220, 220, 220);
    top: 10%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 50px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.overlay-content-lg-font {
    position: relative;
    font-size: 16px;
    top: 15%; /* 25% from the top */
    width: 100%; /* 100% width */
    align-content: center; /* Centered text/links */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    display: block;
}
.overlay-content {
    position: relative;
    top: 15%; /* 25% from the top */
    width: 100%; /* 100% width */
    align-content: center; /* Centered text/links */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    display: block;
}
.overlay-table {
    position: relative;
    top: 15%; /* 25% from the top */
    align-content: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    margin-left:50px;
    display: block;
}
/* The navigation links inside the overlay */
.overlay-block {
    display: block; 
}
.overlay label {
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    text-align: left;
    display: inline-block;
    transition: 0.3s; /* Transition effects on hover (color) */
}
.overlay input {
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    text-align: left;
    color: #818181;
    display: inline-block;
    transition: 0.3s; /* Transition effects on hover (color) */
}
.overlay button {
    padding: 5px;
    text-decoration: none;
    align-content: center;
    align-items: center;
    font-size: 18px;
    transition: 0.3s; /* Transition effects on hover (color) */
}
    /* When you mouse over the navigation links, change their color */
    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}


/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .container {
        width: 100% !important;
    }

    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

#checkboxes label {
    float: left;
}

#checkboxes ul {
    margin: 0;
    list-style: none;
    float: left;
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

    .iframe-container iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
    padding-top: 75%;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
    color: darkblue !important;
    background: #D6EAF8 !important;
}

.bootstrap-select.btn-group .dropdown-menu li [aria-selected=true] {
    color: darkblue !important;
    background: #FADBD8 !important;
}