/* Minification failed. Returning unminified contents.
(17,2): run-time error CSS1031: Expected selector, found '!'
(17,2): run-time error CSS1025: Expected comma or open brace, found '!'
 */
#wnd-verifycode-request {
    display: none;
    width: auto;
    min-height: 129px;
    max-height: 600px;
    height: auto;
    max-width: 800px;
    display: none;
    border-style: none !important;
    overflow: visible;
    text-transform: initial;
    font-family: ArquitectaL !important;
    font-size: 12px !important;
    background-color: black;
}

*! > #wnd-verifycode-request {
    background: #212121 !important;
}

#wnd-verifycode-request input {
    border-color: #333333 !important;
    letter-spacing: 2px;
    font-size: 16px !important;
    padding-bottom: 0px;
    font-family: ArquitectaL !important;
}

#wnd-verifycode-request select {
    border-color: #333333 !important;
    height: 22px;
    margin-top: -1px;
}

#verifycoderequestwindowclosebtn {
    top: -16px;
    left: 284px;
    cursor: pointer;
    color: #bbb;
    border: 1px solid #777;
    border-radius: 27px;
    background: #000;
    font-size: 28px;
    display: inline-block;
    line-height: 0;
    padding: 13px 0;
    position: absolute;
    z-index: 20;
    width: 28px;
    height: 28px;
    font-weight: bold;
    font-family: Times New Roman;
    display: none;
    padding-right: 1px;
}

.verifycoderequestwindowclosebtn:before {
    content: "×";
}

.ui-widget-content1 {
    border: 1px solid #3b3b3b !important;
    background: black !important;
    color: white !important;
}

#frmVerifyCodeRequest {
    margin-bottom: 35px;
}

#questionMark {
    color: #ccc7c7;
    border-style: solid;
    background-color: black;
    border-width: 1px;
    border-color: #ccc7c7;
    border-radius: 39px;
    width: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 18px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 68px;
}

.questionMark-tooltip {
    background-color: white !important;
    border-radius: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border: 1px black;
    height: auto;
    text-align: left;
}

.black-dialog {
    background-color: black !important;
}
