/* Custom Stylesheet */
/**
* Style sheet for Real Requirements
*
* Copyright 2017-2018 Watts Lab, Inc.
*/

.parallax-container {
    height: 350px;
}

.pp-blue {
    background: #2E3192;
}

.pp-blue-text {
    color: #2E3192;
}

.social_icon svg {
    height: 20px;
}

.logo-image {
    max-height: 80px;
}

/*Button Banner*/

.button-banner {
    height: auto;
}

.this_button {
    height: 8px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index:50;
}

.this_button {
    padding: 3px;
    border: inset;
    font-size: 13px;
    height: auto;
    border-radius: 5px;
    width: auto;
}

/*Forms Settings*/

.get_answer_div, .search_or_list_div, .reqeust_invite_div, .deal-input_div, .profile_content_div,
    .reset-confirm-block, .post_input_div, .search_input_div, .status_note_div {
    /*background-color: lightcyan;*/
    margin: 1em 0;
    width: 100%;
    border: inset;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.reset-confirm-block {
    width: 400px;
}


/*Table Formatting*/

.dashboard_table_div {
    max-width: 100%;
    border: groove;
    /*display: inline-block;*/
    border-radius: 5px;
    /*margin: 2px;*/
    padding-right: 1px;
    overflow: auto;
}

.left-side {
    width: 30%;
}

.right-side {
    width: 70%;
}

.dashboard_table {
    max-width: 100%;
    margin-right: 10px;
}

.dashboard_table td, .dashboard_table th {
    padding: 0px 5px 0px 5px;
    /*height: 10px;*/
}

.dashboard_table td, .dashboard_table th {
    border-style: groove;
    /*overflow: auto;*/
    word-wrap: break-word;
}

.broker_sum_table_div {
    max-width: 100%;
    border: groove;
    /*display: inline-block;*/
    border-radius: 5px;
    /*margin: 2px;*/
    padding-right: 1px;
    overflow: auto;
}

.broker_sum_table {
    max-width: 100%;
    table-layout: fixed;
    margin-right: 10px;
}

.broker_sum_table td, .broker_sum_table th {
    padding: 0px 5px 0px 5px;
    /*height: 10px;*/
}

.broker_sum_table td, .broker_sum_table th {
    border-style: groove;
    overflow: auto;
    word-wrap: break-word;
}

.intro-outer {
    margin-left: 100px;
    border: groove;
    border-radius: 1%;
    padding-left: 40px;
    padding-right: 40px;
    margin: auto;
    background-color: #e0e0e0;
    /*background-color: #bdbdbd;*/
}

ul.intro-outer li {
    display: list-item;
    list-style-type: disc !important;
    /*font-size: 20px;*/
    margin-left: 40px;
}

.intro-outer {
    margin-left: auto;
    border: ridge;
}

ul.intro-inner li {
    /*font-size: 18px;*/
    list-style-type: circle !important;
    display: list-item;
    margin-left: 60px;
}


.ui-dialog-titlebar {
    background-color: red;
    color: white;
    text-align: center;
}

