/* STYLES FOR THE ENTIRE APPLICATION*/

/* Hide the body of the page until checked that the user is logged in*/
html {
    visibility: hidden;
}

.container {
    max-width: 600px
}

.alert_message {
    text-align: center;
    padding: 10px;
    background: green;
    color: white;
    margin-bottom: 10px;
    display: none;
}

.alert_1 {
    text-align: center;
    padding: 10px;
    background: green;
    color: white;
    margin-bottom: 10px;
    display: none;
}

.alert_2 {
    text-align: center;
    padding: 10px;
    background: green;
    color: white;
    margin-bottom: 10px;
    display: none;
}

.alert_3 {
    text-align: center;
    padding: 10px;
    background: green;
    color: white;
    margin-bottom: 10px;
    display: none;
}

.alert_4 {
    text-align: center;
    padding: 10px;
    background: lightskyblue;
    color: white;
    margin-bottom: 10px;
    display: none;
}

.alert_5 {
    text-align: center;
    padding: 10px;
    background: lightskyblue;
    color: white;
    margin-bottom: 10px;
    display: none;
}

.alert_6 {
    text-align: center;
    padding: 10px;
    background: rgb(238, 77, 19);
    color: white;
    margin-bottom: 10px;
    display: none;
}

.alert_7 {
    text-align: center;
    padding: 10px;
    background: green;
    color: white;
    margin-bottom: 10px;
    display: none;
}

.alert_8 {
    text-align: center;
    padding: 10px;
    background: lightskyblue;
    color: white;
    margin-bottom: 10px;
    display: none;
}

/* used for errors  */
.alert_9 {
    text-align: center;
    padding: 10px;
    background: rgb(212, 4, 4);
    color: white;
    margin-bottom: 10px;
    display: none;
}

#contactListSearch {
    width: 60%;
    height: 100%;
}

#employeeSearch {
    /* width: 65%; */
    min-width: 375px;
    height: 100%;
}

#email_group_list_removal_assignment {
    min-width: 286px;
    /* margin-left: 20px; */
    
}

#createNewList_tableReference {
    margin-left: 8px;
    color: #87cee0;
}

#createNewList_tableReference:hover {
    font-weight: bold;
    text-decoration: none;
}

#assign_employee_batch {
    /* display: block; */
    min-width: 135px;
    margin-top: 5px;
    margin-right: 8px;
    /* margin-bottom: 5px; */
    /* margin-left: 20px; */
}

#remove_employee_batch_list {
    /* display: block; */
    /* min-width: 100%; */
    min-width: 135px;
    margin-top: 5px;    
}

#remove_employee_batch {
    /* display: block; */
    /* min-width: 100%; */
    min-width: 135px;
    margin-top: 5px;
    float: right;
}

#remove_contact_list_batch {
    min-width: 100%;
}

#name_survey {
    overflow: visible;
}

/* .dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
} */

.dropdown a:hover {
    background-color: #ddd;
}

/* .show {
    display: block;
}  */

#employee_contact_form {
    margin-top: 25px;
    margin-bottom: 20px;
}

#employee_list_form {
    margin-top: 25px;
    margin-bottom: 20px;
}

body {
    background: #ECEFF1;
    color: rgba(0, 0, 0, 0.87);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

textarea {
    width: 100%;
    padding-top: 5px;
    padding-left: 10px;
}

/* .textwrapper {
    border: 1px solid #999999;
    margin: 5px 0;
    padding: 3px;
} */

#message {
    background: white;
    max-width: 360px;
    margin: 100px auto 16px;
    padding: 32px 24px;
    border-radius: 3px;
}

#message h2 {
    color: #ffa100;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 8px;
}

#message h1 {
    font-size: 22px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 0 16px;
}

#message p {
    line-height: 140%;
    margin: 16px 0 24px;
    font-size: 14px;
}

#message a {
    display: block;
    text-align: center;
    background: #039be5;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    padding: 16px;
    border-radius: 4px;
}

#message, #message a {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#load {
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 13px;
}

@media (max-width: 600px) {
    body, #message {
        margin-top: 0;
        background: white;
        box-shadow: none;
    }

    body {
        border-top: 16px solid #ffa100;
    }
}

#employee_table {
    margin-bottom: 150px;
}

.dropdown {
    cursor: pointer;
}

#contact_lists_update {
    color: rgb(185, 185, 185);
}

::-webkit-input-placeholder {
    font-style: italic;
}
:-moz-placeholder {
    font-style: italic;  
}
::-moz-placeholder {
    font-style: italic;  
}
:-ms-input-placeholder {  
    font-style: italic; 
}