﻿.datepicker {
    width: 60px;
}

.datepicker_nodate {
    width: 70px;
}


.width_400 {
    width: 400px;
}
.width_600 {
    width: 600px;
}
.headerRow {
    background-color: powderblue;
}

body {
    background-color: #fffbf8;
    font-family: Helvetica, Arial;
    font-size: 14px;
}

.maincontainer {

}

.boldCell {
    font-weight: bold;
}
.moduleHelp {
    background: antiquewhite;
    width: 300px;
    border-width: 1px;
    border-style: solid;
    border-color: blue;
    padding: 10px;
    margin-bottom: 10px;
   
}


.hidden {
    display: none !important;
}

.header-container {
    clear: both;
}

.logo-container {
    width: 100px;
    height: 50px;
    padding: 20px;
    background-color: white;
    border: 1px solid lightgrey;
    border-radius: 5px;
    clear: right;
}

.forgot-password-link {
    font-size: 12px;
    margin-left: 100px;
}

.title {
}

.body-container {

}


.menu-image {
    margin-right: 10px;
    height: 18px;
    width: 18px;
}

.menu-image-picker {
    margin-left: 30px;
}

.saveNotesContainer, .saveConfigNotesContainer, .saveAssignmentContainer {
    min-height: 22px;
}

.saveNotes, .saveConfigNotes, .saveAssignmentNotes {
    margin: 0 0 15px 20px;
    padding: 0 10px 0 10px;
    border: 1px solid red;
    border-radius: 5px 5px 5px 5px;
    background-color: antiquewhite;
}


.saveConfigNotes {
    margin: 0 0 15px 0;
}


.menu-container {
    float: left;
    clear: right;
    margin-top: -8px;
    border-right: 1px solid darkgray;
    border-bottom: 1px solid darkgray;
    border-radius: 0 0 5px  0;
}

.menu-container ul {
    margin: 35px 10px 30px 0;
    padding-right: 10px;
}

.menu-container ul li {
    margin: 10px 10px 10px 0;
    list-style: none;
}

.menu-container ul li a{
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.menu-container ul li a:visited{
    color: black;
    text-decoration: none;
}

    .menu-container ul li a:hover {
        font-weight: bold;
        text-decoration: underline;
    }

    .menu-container ul li a:visited{
        color: black;
        text-decoration: none;
    }

.body-area {
    float: left;
}


label {
    /*font-weight: bold;*/
}

h3 {
    margin: 0;
}


.scrollable {
    overflow-y: auto;
    overflow-x: auto;
    height: 90%;
    width: 100%;
}

div.scrollable {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.displayLogData {
    word-wrap: break-word;
}

.highlightlogerror {
    color: red;
    background-color: white;
}

.rowhighlightlogerror {
    background-color: white;
}

.error_list > li {
    color: red;
    font-weight: bold;
}

.error_fieldset {
    width: 500px;
    margin: 0 0 10px 0;
    background-color: white;
    border: 1px solid red;
    border-radius: 5px;
}

.error_fieldset > legend {
    padding-left: 3px;
    padding-right: 3px;
    color: red;
    font-weight: bold;
}




.manager-div {
    margin-left: 40px;
    
}

.manager-table {
    border: 1px solid black;
    border-collapse: collapse;
}

    .manager-table th {
        padding: 6px 15px;
        text-align: left;
        border: 1px solid black;
        background-color: #96ceff;
    }

.manager-table td {
    border: 1px solid black;
    padding: 6px 10px;
}

.manager-table a:visited {
    color: Blue;
}

.editor-div {
    padding: 5px 10px 10px 20px;
    border: 1px solid darkgray;
    border-radius: 8px;
    display: inline-block;
    margin: 0 0 0 20px;
    min-width: 400px;
}

.editor-label {
    margin-bottom: 2px;
    font-weight: bold;
}

.editor-input {
    margin-bottom: 8px;
}

.editor-hr {
    margin: 2px -5px 10px 0;
    width: 100%;
    border: .5px solid blue;
    color: blue;
    vertical-align: bottom;
}


.editor-errors {
    /*override alignment here*/
}



#portal-sites-grid-container {
    min-width: 700px;
    max-width: 1200px;
    padding: 5px;
    border: 1px solid darkgray;
    -webkit-box-shadow: 10px 10px 5px 0 darkgray;
    -moz-box-shadow: 10px 10px 5px 0 darkgray;
    box-shadow: 10px 10px 5px 0 darkgray;
}

#portal-users-grid-container {
    min-width: 700px;
    max-width: 1200px;
    padding: 5px;
    border: 1px solid darkgray;
    -webkit-box-shadow: 10px 10px 5px 0 darkgray;
    -moz-box-shadow: 10px 10px 5px 0 darkgray;
    box-shadow: 10px 10px 5px 0 darkgray;
}


#airings-grid-container {
    min-width: 700px;
    max-width: 1700px;
    padding: 5px;
    border: 1px solid darkgray;
    -webkit-box-shadow: 10px 10px 5px 0 darkgray;
    -moz-box-shadow: 10px 10px 5px 0 darkgray;
    box-shadow: 10px 10px 5px 0 darkgray;
}



#grdExtractAirings {
    min-width: 1000px;
    max-width: 1500px;
    margin: 0;
}

#grdExtractAirings_wrapper .header {
    /*background-color: #00BFFF;*/
    background-color: #96ceff;;
}

#grdExtractAirings_wrapper .dataTables_length {
    margin-bottom: 5px;
    margin-top: -23px;
}

#grdExtractAirings thead tr th {
    white-space: nowrap;
}

#grdExtractAirings tbody tr td {
    white-space: nowrap;
}

#grdExtractAirings_wrapper table.dataTable.stripe tbody tr.odd, #grdExtractAirings_wrapper table.dataTable.display tbody tr.odd {
    background-color: aliceblue;
}

    #grdExtractAirings_wrapper table.dataTable.display tbody tr.odd > .sorting_1, #grdExtractAirings_wrapper table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: #e1f1ff;
    }

.dataExtractFilters {
    margin: 0 0 3px 170px;
}

#filter {
    margin: 0 20px 0 0;
}


#tabs {
    width: 800px;
    margin: 20px 0 60px 20px;
}

.center {
    text-align: center;
}

/* Tooltip container */
.tooltip {
    margin-left: 20px;
    margin-right: -25px;
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltiptext{
    /*visibility: hidden;*/
    display: none;
    width: 250px;
    background-color: whitesmoke;
    color: black;
    padding: 5px 10px;
    border: 1px solid black;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    /*top: 35%;
    left: 32%;*/ 
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    /*visibility: visible;*/
}

.option-display {
    border: 1px solid black;
    border-radius: 6px;
    padding: 1px 10px;
    background-color: beige;
    display: inline-block;
    margin: 2px;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    display: none;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(253,245,230); /* Oldlace fallback color */
    background-color: rgba(253,245,230, 0.9); /* Oldlace w/opacity */
    overflow-x: hidden; /* Disable horizontal 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-content {
    position: relative;
    top: 45%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.role-table {
    margin: 10px 10px 10px 0;
    border: 1px solid black;
    border-collapse: collapse;
}

.role-table th {
    padding: 6px 15px;
    text-align: left;
    border: 1px solid black;
    background-color: #96ceff;
}

.role-table td {
    border: 1px solid black;
    padding: 6px 10px;
}

.role-div {
    max-width: 600px;
}

.privilege-table {
    margin: 10px 10px 10px 0;
    border: 1px solid black;
    border-collapse: collapse;
}

.privilege-table th {
    padding: 6px 15px;
    text-align: left;
    border: 1px solid black;
    background-color: #96ceff;
}

    .privilege-table tr {
        vertical-align: top;
    }

.privilege-table td {
    border: 1px solid black;
    padding: 6px 10px;
}


.force-refresh{ margin-bottom: 5px;}


#sortable {
    border: 2px solid #eee;
    width: 420px;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
}

#sortable li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    width: 400px;
}

#build-sortable {
    border: 2px solid #eee;
    width: 620px;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
}

    #build-sortable li {
        margin: 0 5px 5px 5px;
        padding: 5px;
        font-size: 1.2em;
        width: 600px;
    }


.hometileimage-square {
    height: 129px;
    width: 129px;
}

.hometileimage-wide {
    height: 129px;
    width: 220px;
}

.build-order-container {
    width: 630px !important;
}

.build-order-list {
    width: 620px !important;
}
/*.build-order-item {
    width: 600px !important;
}*/

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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 */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}



/* The Modal (background) */
.modal-full {
    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 */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* Modal Content */
.modal-full-content {
    position: fixed;
    top: 0;
    background-color: #fefefe;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: lightblue;
    color: white;
}

.modal-body {
    padding: 2px 16px;
    overflow: auto;
    max-height: 600px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: lightblue;
    color: white;
}

.width-100px {
    width: 100px;
}

.width-200px {
    width: 200px;
}

.width-400px {
    width: 400px;
}

.width-800px {
    width: 800px;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}