﻿.wrapper
{
	width:990px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
}

.display-none {
    display:none;
}

.full-width
{
	width:100%;
}

.float-left
{
	float:left;
}

.BusyBoxContainer
{
	background-color: black;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99998;
	display: none;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

div.BusyBox
{
    background-color: #ffffff;
    color: Black;
    border: 4px solid #666666;
    width: 250px;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    padding: 2em;
    display: none;
    position: absolute;
    z-index: 99999;
    box-shadow:4px 4px 4px rgba(0,0,0,0.3),0px 0px 6px rgba(0,0,0,0.5) inset;
    border-radius:12px;
}
div.BusyBox-text
{
    padding-bottom: 10px;
    font-size: 1.5em;
}

.login-privacy-policy {
    text-align: center;
    float: left;
    width: 100%;
    padding: 0px 0 20px 0;
}

.overflow-hidden {
    overflow:hidden;
}

    /*dialog*/

.candidate-dialog {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0%;
    width: 0%;
    background-color: rgba(45, 45, 45, 0.75);
    opacity: 0;
    visibility: hidden;
    z-index: 12;
}

    .advanced-search-options-overlay.active, .refine-search-overlay.active, .verification-overlay.active, .login-overlay.active, .profile-introduction.active, .candidate-dialog.active {
        height: 100%;
        width: 100%;
        opacity: 1;
        visibility: visible;
    }

.candidate-dialog-box {
    border: 1px solid rgba(221, 221, 221, 1);
    background-color: rgba(255, 255, 255, 1);
    margin: 0 auto;
    width: 700px;
    max-height: 700px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(44, 44, 44, 0.5);
}

.candidate-dialog-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(221, 221, 221, 1);
    position: absolute;
    top: -20px;
    right: -20px;
    float: left;
    background-color: rgba(45, 45, 45, 0.9);
    background-image: url(../img/icons/ffffff/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50%;
    cursor: pointer;
    z-index: 2;
}

.candidate-dialog-top-section {
    float: left;
    width: 100%;
    padding: 15px 25px;
    height: 60px;
    background-color: rgba(248, 248, 248, 1);
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.candidate-dialog-title {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.candidate-dialog-bottom-section {
    float: left;
    width: 100%;
    height: -moz-calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: -o-calc(100% - 70px);
    height: calc(100% - 70px);
    border-radius: 0px 0px 5px 5px;
}

#divSocialMediaPrivacyPolicy_dialog .container
{
    height:100%;
}

.candidate-dialog-bottom-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 25px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.privacy-policy-link {
    text-decoration: underline !important;
    cursor: pointer !important;
    color: #1160da !important;
}

.candidate-dialog-box a {
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}

.login-item .privacy-policy-not-selected-social-media {
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
    background-color: rgb(236, 236, 236);
    border: 1px solid rgb(221, 221, 221);
}

    .login-item .privacy-policy-not-selected-social-media:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background-image: url(../img/icons/e11e1e/Alert-Icon.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
    }