/* Report page */
.reporterror_wrap { display: none; background-color: #e6e6e6; width: 500px; padding: 10px; margin-bottom: 0;}
.reporterror_holder { background: #ffffff; padding: 15px 18px 20px 18px; margin: 8px 0 14px 0;}
.reporterror_wrap h2 { margin: 0; font-family: Avenir-Black,sans-serif; font-size: 14px; color: #000; }
.reporterror_wrap .title { margin: 0; font-family: Avenir,sans-serif; font-size: 15px; color: #333333; }
.reporterror_wrap .two_column { overflow: hidden; }
.reporterror_wrap .two_column .column { float: left; width: 35%;}
.reporterror_wrap .two_column p { padding: 5px; }
.reporterror_wrap .two_column .custom { float: left; width: 65%;}
.reporterror_wrap .one_column { padding-right: 0px; }
.reporterror_wrap .one_column .column { width: 100%; margin-bottom: 15px; }
.reporterror_wrap .one_column .custom { width: 100%; }
.reporterror_wrap input[type=text] { width: 100%;  height: 27px; line-height: 27px; padding-left: 10px; border: 1px solid #666; }
.reporterror_wrap textarea { width: 349px; height: 77px; padding: 10px; border: 1px solid #666; resize: none; background: #f0f0f0; }
.reporterror_wrap label { font-family: Avenir; font-size: 13px; color: #333333; font-weight: normal !important; }
.reporterror_wrap .share_link,
.reporterror_wrap .share_link:hover { 
    display: inline-block; height: 27px; line-height: 27px; color: #fff; background-color: #da2129;
    text-transform: uppercase; position: relative; padding: 0 10px 0 10px; margin-right: 20px; text-decoration: none; text-align: center;
}
.reporterror_wrap .error { color: #da2129; }
body .fancybox-skin { background-color: #ffffff; }
.reporterror_wrap .sendCopy span { position: relative; top: -2px; margin-left: 5px; }
.report_success { background: #ffffff; padding: 15px 18px 20px 18px; margin: 8px 0 14px 0; display: none;}

input[type=checkbox] { margin-right: 20px; }
input[type=text] { border: 1px solid #666; background: #f0f0f0; }
a { cursor: pointer; }

/* Special page style */
#odpr_reporterror .reporterror_wrap { display: block; }

@media screen and (max-width:991px) {
    .reporterror_wrap { width: auto; }
}
@media screen and (max-width:767px) {
    .reporterror_wrap .two_column .column { float: none; width: auto; }
}