.modal {
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    /*padding-top: 150px;*/
    padding-top: 170px;
    /* 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 */
    color: black;
}

#forgotModal {
    display: none;
    /* Hidden by default */
}

#messageModal {
    display: none;
    /* Hidden by default */
}

#messageContent {}

/* Modal Content */
.modal-content {
    background-color: lightgray;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    /*border: 1px solid #888;*/
    /*border: #296889 10px solid;*/
    width: 90%;
    min-width: 1300px;
    color: #1d4a62;
    overflow: auto;
    font-family: arial;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#dropDowns {
    width: 100%;
    display: inline-block;
    height: 100px;
}

#currentDrop {
    width: 90%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

#currentTitle {
    font: bold 24px arial;
    color: #1d4a62;
    display: inline-block;
    /* margin-bottom: 20px; */
}

#currentSelectDiv {
    display: inline-block;

    /* width: 700px;
    height: 30px;
    border-radius: 5px; */
}

#currentSelect {
    /* display: inline-block; */
    width: 700px;
    height: 30px;
    border-radius: 5px;
    font-size: 18px;
}

#typeDrop {
    width: 37%;
    display: inline-block;
    text-align: center;
}

#typeTitle {
    font: bold 24px arial;
    color: #1d4a62;
    display: inline-block;
}

#typeSelectDiv {
    display: inline-block;
}

#typeSelect {
    height: 30px;
    border-radius: 5px;
    font-size: 18px;
}

#companyDrop {
    width: 48%;
    /*display: none;*/
    display: inline-block;
    text-align: center;
}

#companyTitle {
    font: bold 24px arial;
    color: #1d4a62;
    display: inline-block;
}

#companySelectDiv {
    display: inline-block;

}

#companySelect {
    height: 30px;
    border-radius: 5px;
    font-size: 18px;
}

#userDrop {
    width: 48%;
    /*display: none;*/
    display: inline-block;
    text-align: center;
}

#userTitle {
    font: bold 24px arial;
    color: #1d4a62;
    display: inline-block;
}

#userSelectDiv {
    display: inline-block;
}

#userSelect {
    height: 30px;
    border-radius: 5px;
    font-size: 18px;
}

#subject {
    width: 100%;
    display: inline-block;
    height: 50px;
    text-align: center;
}

#messageSubject {
    height: 30px;
    border-radius: 5px;
    font-size: 18px;
    border-width: 1px;
}

#subjectTitle {
    font: bold 24px arial;
    color: #1d4a62;
    display: inline-block;
    text-align: right;
    width: 9%;
}

#subjectLine {
    display: inline-block;
    width: 40%;

}

#enddate {
    display: inline-block;
    font: bold 24px arial;
}

#enddateDiv {
	font: bold 24px arial;
	color: #1d4a62;
	display: inline-block;
}

#message {
    width: 100%;
    display: inline-block;
}

#messageTitle {
    font: bold 24px arial;
    color: #1d4a62;
    display: inline-block;
    text-align: center;
    width: 100%;
	padding-top: 20px;
}

#messageArea {
    display: inline-block;
    width: 100%;
}

#messageBody {
    resize: none;
    width: 92%;
    height: 150px;
    margin: 1% 4% 2% 4%;
    font-size: 20px;
}

#Checkbox {
    width: 48%;
    display: inline-block;
    text-align: center;
    color: #1d4a62;
    font: 16px arial;
}

#date {
    width: 48%;
    display: inline-block;
    text-align: center;
    color: #1d4a62;
    font: 16px arial;
}

#buttons {
    width: 100%;
    height: 50px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 15px;
}

#delete {
    display: inline-block;
    width: 50%;
    text-align: right;
    padding-right: 10px;
}

#deleteButton {
    background-image: linear-gradient(red, darkred);
    color: whitesmoke;
    /* border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 40px;
    border-width: 0px; */
}

#submit {
    display: inline-block;
    width: 40%;
    text-align: left;
    padding-left: 10px;
}

/* 
#postButton {
    background-color: green;
    color: whitesmoke;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 45px;
    border-width: 0px;
} */

#deleteButton:hover {
    cursor: pointer;
    background-color: darkred;
}

#postButton:hover {
    cursor: pointer;
    background-color: darkgreen;
}

#shiftDiv {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#changeUser {
    /*background-color: purple;
    color: whitesmoke;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 45px;
    border-width: 0px;*/
}

.buttons {
    background-image: linear-gradient(#ebcb7a, #dea821);
    height: 35px;
    border-radius: 5px;
    border: solid 1px black;
    font-size: 15px;
    color: black;
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    cursor: pointer;
	width: fit-content;
}

.buttons:hover {
    background-image: linear-gradient(#dea821, #ebcb7a);

}

/*CSS for Go Configure modal content */
#companyHeader{
	font: bold 24px arial;
	display: inline-block;
}
#selectCompanyDiv{
	text-align: center;
	padding-top: 20px;
}
.updatedHeader{
	font: bold 24px arial;
	display: inline-block;
}
.configSelect{
	height: 50px;
	display: inline-block;
}
.configInput{
	height: 50px;
	width: 200px;
	display: inline-block;
	border-radius: 5px;
}
#configCheckbox{
	display: inline-block;
}
#companyEditDiv{
	/*width: 100%;
	display: inline-block;
	text-align: center;*/
}
#addCompanyDiv{
	width: 31%;
	display: none;
	text-align: center;
}
#emailSourceDiv{
	width: 30%;
	display: none;
	text-align: center;
	margin: 0px 20px;
}
#companyLogoDiv{
	width: 31%;
	text-align: center;
	display: none;
}
.configButtonsDiv{
	height: 50px;
	text-align: center;
}
.configButton{
	display: none;
}
.configDelete{
	background-image: linear-gradient(red, darkred);
	color: white;
    height: 35px;
    border-radius: 5px;
    border: solid 1px black;
    font-size: 15px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    cursor: pointer;
	width: fit-content;
}
#selectUserDiv{
	text-align: center;
	width: 100%;
	display: none;
}
#userEditDiv{
	text-align:center;
}
#userInfoEditDiv{
	text-align:center;
}
#userHeader{
	font: bold 24px arial;
	display: inline-block;
}
#addUserDiv{
	width: 25%;
	display: none;
	text-align: left;
}
#userEmailDiv{
	width: 25%;
	display: none;
	text-align: center;
	margin: 0px 20px;
}
#userStateDiv{
	width: 25%;
	text-align: center;
	display: none;
}
#userMonitorDiv{
	display: none;
}
#configCheckbox .input.checkbox{
	width: 20px;
	height: 20px;
}
