
/* Button used to open the contact form - fixed at the bottom of the page */
.UIEmailGetArticle .open-button {
	top: 50%;
	position: fixed;
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: none;
	z-index: 999;
	left: 10px;
}

/* The popup form - hidden by default */
.UIEmailGetArticle .form-popup {
    visibility:hidden;
    position: fixed;
    /*bottom: 0;
    right: 15px;*/
    /* border: 3px solid #f1f1f1; */
    z-index: 9999;
    top: 50%;
}

/* Add styles to the form container */
.UIEmailGetArticle .form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
    margin: 0;
    color: #0170b5;
}

    /* Full-width input fields */
    .UIEmailGetArticle .form-container input[type=text] {
        width: 100%;
        padding: 15px;
        margin: 5px 0 22px 0;
        border: none;
        background: #f1f1f1;
    }

        /* When the inputs get focus, do something */
        .UIEmailGetArticle .form-container input[type=text]:focus, .form-container input[type=password]:focus {
            background-color: #ddd;
            outline: none;
        }

    /* Set a style for the submit/login button */
    .UIEmailGetArticle .form-container .btn {
	/*background-color: #2897db;*/
	background-color: #145a8d;
        color: white;
        padding: 8px;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
        opacity: 0.8;
        font-size: 14px;
    }

    /* Add a red background color to the cancel button */
    .UIEmailGetArticle .form-container .cancel {
        background-color: red;
    }

    /* Add some hover effects to buttons */
    .UIEmailGetArticle .form-container .btn:hover, .open-button:hover {
        opacity: 1;
    }


.UIEmailGetArticle label {
    font-size: 14px;
}
.UIEmailGetArticle .col-6 {
    width: 100%;
    max-width: 100%;
}
/********************Form*****************/

.UIEmailGetArticle.EmailForm {
    background:#fafafa;
}
.UIEmailGetArticle.EmailForm .form-popup {
    position: relative;
    padding: 20px 0;
}
.UIEmailGetArticle.EmailForm .form-container {
    padding: 10px;
    background-color: transparent;
    color: #0170b5;
    margin:0 auto;
    position: relative;
    width: 100%;
    max-width: 800px;
    overflow: hidden;
}
.UIEmailGetArticle.EmailForm .col-12 {
    line-height: 35px;
}

.UIEmailGetArticle.EmailForm h3 {
	float: left;
	line-height: 35px;
}
.UIEmailGetArticle.EmailForm label {
    color:#0e7fc5;
    text-transform:uppercase;
    font-weight:bold;
  	margin-left: 8px;
}
.UIEmailGetArticle.EmailForm .form-container input[type=text] {
    padding: 10px;
    margin: 0;
    background: #fff;
    border: 1px solid #f1f1f1;
    width: calc(100% - 110px);
    float: left;
    font-style: italic;
}
.UIEmailGetArticle.EmailForm .col-6 {
}
.UIEmailGetArticle.EmailForm .form-container .btn {
/*background-color: #1da5f8;*/
background-color:#145a8d;
    color: white;
    padding: 7px;
    border: none;
    cursor: pointer;
    width: 100px;
    font-size: 14px;
    opacity: 1;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
}
.UIEmailGetArticle.EmailForm .cancel {
    display:none;
}
.UIEmailGetArticle.EmailForm .form label {
    display: none;
}
.UIEmailGetArticle.EmailForm .form {
    margin-left: 230px;
}
