﻿* {
    margin: 0;
}

html, body, form {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25em;
}

.master_wrapper {
    min-height: 100%;
    position: relative;
}

.master_content {
    padding-top: 62px;
}

.master_content_sub {
    padding-top: 104px;
}

.master_header {
    height: 62px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #f5f5f5;
    border-bottom: 2px solid #7d7d7d;
    z-index: 499;
}

.master_sub_header {
    height: 42px;
    position: fixed;
    top: 62px;
    width: 100%;
    padding: 10px 0 0 0;
    background-color: lightblue;
    border-bottom: 1px solid black;
    z-index: 498;
}

    .master_sub_header .text {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
    }

    .master_sub_header .text:first-child {
        padding-left: 15px;
    }

.master_body {
    padding: 0 0 0 0;
}

.message_text {
    color: green;
}

/* #region Controls */

.section_header {
    padding: 10px 0 10px 0;
    background-color: lightgray;
    font-weight: bold;
}

.centered {
    text-align: center;
}

.config_row {
    padding: 10px 0 10px 0;
}

    .config_row:first-child {
        padding: 25px 0 10px 0;
    }

    .config_row:last-child {
        padding: 10px 0 25px 0;
    }

    .config_row .first_row {
        padding-top: 25px;
    }

    .config_row .last_row {
        padding-bottom: 25px;
    }

.edit_header {
    padding: 10px 0 10px 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid black;
}

.layout {
    padding-top: 15px;
}

.control_header {
    font-weight: bold;
    font-size: 25px;
    padding: 5px 0 10px 0;
}

.control_row {
    padding: 5px 0 5px 0;
}

.control_row.all_border {
    border: 1px solid gray;
}

.scrolling_column {
    overflow-y: scroll;
}

.control_column {
    padding: 5px 0 5px 0;
}

.control_column.centered {
    text-align: center;
}

.control_column.left {
    text-align: left;
}

.control_column.right {
    text-align: right;
}

.control_row_max {
    padding: 25px 0 5px 0;
}

.control_row:first-child {
    padding: 25px 0 10px 0;
}

.control_row:last-child {
    padding: 10px 0 25px 0;
}
.control_row_max:last-child {
    padding: 25px 0 25px 0;
}

.control_message {
    color: green;
}

.control_alert {
    color: red;
}

.control_label {
    padding-bottom: 5px;
    font-size: .8em;
}

.control_label_nested {
    padding-bottom: 5px;
    font-size: 12px;
}

.control_label_tall {
    padding-bottom: 15px;
    font-size: .8em;
}

.control_validator {
    padding-top: 5px;
    font-size: .8em;
    color: red;
}

/* #endregion */

/* #region Employee Search Item */

    .emp_search_item {
        width: 100%;
        border: 1px solid darkgray;
        margin-bottom: 5px;
    }

    .emp_search_item.open {
        background-color: #ffffff;
    }

    .emp_search_item.closed {
        background-color: #ffff80;
    }

    .emp_search_item.removed {
        background-color: #ff9999;
    }

    .item_table {
        width: 100%;
        border-collapse: collapse;
    }

    .cell {
        padding: 2px 10px 2px 10px;
    }

    .cell.top {
        padding-top: 5px;
    }

    .cell.last {
        padding-bottom: 5px;
    }

    .cell.bold {
        font-weight: bold;
        font-size: 1.35em;
    }

    .cell.vert {
        vertical-align: top;
    }

    .cell.alert {
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        font-size: 1.35em;
    }

/* #endregion */

.layout_normal {
    background-color: #ffffff;
}

.layout_alternate {
    background-color: #f5f5f5;
}

.tab_text {
    text-align: center;
    border: 1px solid lightgray;
}

/* #region Popup Table */

    .popup_table {
        width: 100%;
        border-collapse: collapse;
    }

    .popup_table .header_cell {
        padding: 3px 6px 3px 6px;
        text-align: center;
        font-weight: bold;
        background-color: lightgray;
        border: 1px solid black;
    }

    .popup_table .item_cell {
        padding: 3px 6px 3px 6px;
        border: 1px solid black;
    }

    .popup_table .item_cell.centered {
        text-align: center;
    }

/* #endregion */

/* #region Cheat Sheet */

    .cheat {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid darkgray;
        margin: 15px 0 15px 0;
    }

    .cheat .header {
        font-weight: bold;
        font-size: 1.75em;
        text-align: center;
        background-color: lightblue;
        padding: 10px 0 10px 0;
        border: 1px solid darkgray;
    }

    .cheat .sub_header_1 {
        text-align: center;
        background-color: lightblue;
        color: black;
        font-weight: bold;
        font-size: 1.4em;
        padding: 10px 10px 10px 10px;
        border: 1px solid darkgray;
    }

    .cheat .sub_header_2 {
        text-align: left;
        background-color: lightgray;
        font-weight: bold;
        padding: 10px 10px 10px 10px;
        border: 1px solid darkgray;
    }

    .cheat .footer {
        font-weight: bold;
        background-color: lightgray;
        padding: 10px 10px 10px 10px;
        border: 1px solid darkgray;
    }

    .cheat .text {
        padding: 10px 10px 10px 10px;
        vertical-align: text-top;
        line-height: 1.85em;
        border: 1px solid darkgray;
    }

    .cheat .left {
        font-weight: bold;
    }

    .cheat .center {
    }

    .cheat .right {
    }

/* #endregion */

/* #region Dashboard */

.dashboard_header {
    background-color: lightgray;
    padding: 5px 0 5px 0;
}

    .dashboard_header .bold {
        font-size: 16px;
        font-weight: bold;
    }

dashboard_header .regular {
    font-size: 16px;
    text-align: left;
}

.dashboard_row {
    padding: 5px 0 5px 0;
}

.dashboard_row .item {
    text-align: left;
}

.dashboard_row .item_bold {
    text-align: left;
    font-weight: bold;
}

.dashboard_row:last-child {
    padding: 5px 0 15px 0;
}

/* #endregion */

/* #region Tab Button */
    
    .col_tab {
        text-align: center;
    }

    .tab {
        color: #337ab7;
        width: 100%;
    }

    .tab .tab_button {
        float: left;
        width: 185px;
        border: 1px solid #d3d3d3;
        text-align: center;
        padding: 15px 0 15px 0;
        margin-left: 0;
        cursor: pointer;
    }

        .tab .tab_button:hover {
            color: #23527c;
            border-color: #dedede;
            background-color: #e6e6e6;
        }

    .tab .tab_button.selected {
        color: #23527c;
        border-color: #e6e6e6;
        background-color: #e6e6e6;
    }

        .tab .tab_button.selected:hover {
            border-color: #dedede;
        }

/* #endregion */

/* #region Question Matrix */

.matrix_layout {
    border-bottom: 1px solid black;
}

.matrix_layout:first-child {
    border-top: 1px solid black;
}

.matrix_layout_alt {
    background-color: #f5f5f5;
    border-bottom: 1px solid black;
}

.matrix_layout_error {
    background-color: #f78383;
    border-bottom: 1px solid black;
}

/* #endregion */

.editor_control {
    overflow: scroll;
    border: 1px solid darkgray;
}

.nestedLayout {
    padding: 25px 0 25px 0;
    background-color: #f7f7f7;
    border: 1px solid darkgray;
}

.signin_layout {
    padding-top: 75px;
}

.signin_wrapper {
    border: 1px solid #555555;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
}

    .signin_header {
        overflow: hidden;
        padding: 15px 5px 15px 5px;
        background-color: #555555;
        font-size: 1.5em;
        font-weight: bold;
        color: white;
    }

.signin_sub_title {
    padding: 10px 0 10px 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background-color: #e6e6e6;
}

/* Extra Small (Xs) */
@media only screen and (max-width : 360px) {
    .signin_header {
        padding: 15px 5px 15px 5px;
        font-size: 1em;
    }

    .master_sub_header {
        height: 62px;
    }

    .master_sub_header .text {
        font-size: 18px;
    }
}

/* Small (Sm)  */
@media only screen and (min-width : 361px) and (max-width : 768px) {
    .signin_header {
        padding: 15px 5px 15px 5px;
        font-size: 1em;
    }

    .master_sub_header {
        height: 62px;
    }

    .master_sub_header .text {
        font-size: 18px;
    }

    .tab .tab_button {
        font-size: 18px;
        width: 120px;
        padding: 15px 0 15px 0;
    }
}

/* Medium (Md) */
@media only screen and (min-width : 769px) and (max-width : 1024px) {
    .master_sub_header {
        height: 62px;
    }

    .master_sub_header .text {
        font-size: 18px;
    }
}

/* Large (Lg) */
@media only screen and (min-width : 1025px) {

}

/* Extra Large (Xl) */
@media only screen and (min-width : 1281px) {

}