@charset "utf-8";
input,
textarea {
    padding: 5px 8px;
    border: 0;
    display: block;
    color: rgb(84, 82, 80);
}
input[type="submit"] {
    color: #fff;
    border: 1px solid #702a00;
    font-size: 14px;
    margin-top: 6px;
    background: #702a00;
    text-decoration: none;
    display: block;
    cursor: pointer;
    padding: 4px;
    height: 30px;
}
input[type="submit"]:disabled{
    opacity: .3;
}
/*.open_modal-wrapper{
	position:absolute;
	left:-15px;
	bottom:70px;
	width:100%;

}*/
div#office-auth-form {
    position: relative;
}
.open_modal-block{
	/* display:table; */
	display:none;
	margin:0 auto;
}
.open_modal{
    cursor:pointer;
	border-bottom:1px dotted;
	display: inline-block;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.popup, .popup2{
    display: inline-block;
    left: 50%;
    opacity: 0;
    position: fixed;
    text-align: center;
    top: 40%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
	background-image: url(/assets/img/banners-on-page/bgr-silver.jpg);
}
.popup form {
    padding: 0 20px 20px;
    right: 0;
    background: rgba(0,0,0,0.2);
    border-radius: 2px;
    border: 1px solid #6b7881;
    border-top: 40px solid #1a213c;
}
.popup2 .window {
    padding: 0 27px 27px;
    right: 0;
    width: 373px;
	background: rgba(0,0,0,0.2);
    border-radius: 2px;
    border: 1px solid #1a213c;
    border-top-width: 40px;
}
.popup form input {
    background: #f0f5f7;
    margin-top: 8px;
    width: 227px;
}
.popup form input[name="txtname"]{
    margin-top: 20px;
}
.popup form textarea {
    background: #f0f5f7;
    margin-top: 8px;
    width: 227px;
    height: 100px;
    resize: none;
}
.popup form label{
    width: 100%;
    height: 20px;
    display: block;
    margin: 8px -2px;
    padding: 0;
	color:#d7dee4;
	font-weight: normal;
    font-size: 12px;
}
.popup form input[type="submit"] {
    background: #702a00;
    text-align: center;
    text-transform: uppercase;
}
.popup form input[type="submit"]:hover{
	background: #00541c;
	border-color: #00541c;
}
.popup form input[type="checkbox"] {
    width: auto;
    margin: 2px;
    padding: 2px;
    float: left;
}
.popup form h5 {
	position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #d7dee4;
    font-weight: normal;
    text-transform: uppercase !important;
    margin: 0;
	font-size: 12px;
}
.popup .close_modal,
.popup2 .close_modal  {
    position: absolute;
    padding: 0px 7px 3px 7px;
    top: -10px;
    right: -10px;
    cursor: pointer;
    color: #d7dee4;
    background: #702a00;
    text-align: center;
    border-radius: 10px;
	line-height: 18px;
}
.popup2 h5 {
	position: absolute;
	top: 10px;
	left: 120px;
	color: #d7dee4;
	font-weight: normal;
	text-transform: uppercase;
    margin: 0;
	font-size: 12px;
}
.popup2 p {
	line-height: 24px;
	text-align: center;
}
.popup2 p strong{
	line-height: 30px;
	font-weight: normal;
	display: block;
}
.popup2 hr {
	background: #63baff;
	height: 1px;
	border: none;
}