/* Базовые стили кнопки */
.blockedProfile {
    width: 98%;
    padding: 10px;
}

.block-button {
    text-align: right;
    margin-top: -3%;
}

.block-warning {
    position: relative;
    width: 100%;
    padding: 10px 10px 10px 50px;
    -webkit-box-shadow: 1px 1px 5px rgba(24, 24, 24, .15);
    box-shadow: 1px 1px 5px rgba(24, 24, 24, .15);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #cfd8dc;
    background-color: #fff;
    margin-bottom: 20px;
    margin-left: 8px;
    font-size: 18px;
    display: flex;
    flex-flow: nowrap row;
    justify-content: space-between;
    align-items: center;
}

.block-warning:before {
    content: '';
    display: block;
    position: absolute;
    background: url(/public/images/alert.png) no-repeat center center;
    width: 34px;
    height: 34px;
    background-size: contain;
    left: 10px;
    top: 50%;
    margin: -17px 0;
}

.block-warning span {
    display: inline-block;
    font-size: 18px;
    color: #f00;
    font-weight: 900;
    border-radius: 4px;
    width: 80%;
    padding-left: 5%;
}

/* Базовые стили кнопки */
.block-button {
    text-align: right;
    margin-top: -3%;
}

.block-warning p {
    width: 90%;
    margin-bottom: -3%;
}

.buttonCom {
    position: relative;
    width: 14%;
    float: right;

}

.buttonCom a {
    width: 100%;
    border-radius: 3px;
    padding: 10px;
    border: rgba(0, 0, 0, .3) 0px solid;
    box-sizing: border-box;
    background: #f00;
    color: #fff;
    font-weight: 600;
    font-size: 11pt;
    transition: background .4s;
    cursor: pointer;
    text-decoration: none;
}

/* Изменение фона кнопки при наведении */
.buttonCom a:hover {
    background: #c00;
    color: #ffffff;
}


@media (max-width: 1200px) {
    .block-warning {
        margin-bottom: 10px;
    }

    .block-warning p {
        font-size: 13px;
        padding-bottom: 10px;
        width: 100%;
        margin-bottom: 0;
    }

    .buttonCom {
        position: relative;
        width: 65%;
        float: none;
        padding-top: 10px;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .buttonCom {
        width: 15%;
    }
}

@media screen and (max-width: 720px) {
    .block-warning {
        font-size: 12px;
    }

    .block-warning span {
        padding-left: 11%;
    }


}

@media (max-width: 767px) {
    .block-warning {
        width: 94%;
    }

    .block-warning p {
        font-size: 13px;
        padding-bottom: 10px;
        width: 100%;
        margin-bottom: 0;
    }

    .block-warning a {
        margin-left: 23%;
        font-size: 15px;
    }
}

.file-select {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-select.file-select-lg + label {
    padding: 10px 10px;
    font-size: 18px;
    border-radius: 5px;
}

.file-select + label {
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
    background: transparent;
    color: #fff;
}

.file-select.file-select-sm + label {
    font-size: 12px;
    padding: 5px 10px;
}

.file-select:focus + label,
.file-select + label:hover {
    background: #ccc;
}


/* Базовые стили формы */
.formClass {
    margin: 0 auto;
    max-width: 55%;
    box-sizing: border-box;
    padding: 40px;
    border-radius: 5px;
    background: RGBA(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .45);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .45);
}

/**/
.formBlock {
    margin: 0 auto;
    max-width: 95%;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: RGBA(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .45);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .45);
}

.formBlock font {
    font-size: 15px;
    font-style: italic;
    text-align: center;
}

.kapcha img {
    width: 100%;
    padding-bottom: 10px;
    height: 100px;
}

/* Стили полей ввода */
.textbox {
    height: 50px;
    width: 100%;
    border-radius: 3px;
    border: rgba(0, 0, 0, .3) 2px solid;
    box-sizing: border-box;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 30px;
}

.message:focus,
.textbox:focus {
    outline: none;
    border: rgba(24, 149, 215, 1) 2px solid;
    color: rgba(24, 149, 215, 1);
}

/* Стили текстового поля */
.message {
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 120px;
    border: rgba(0, 0, 0, .3) 2px solid;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    font-size: 18px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 10px;

    overflow: hidden;
}

/*!* Базовые стили кнопки *!*/
/*.button {*/
/*    height: 50px;*/
/*    width: 100%;*/
/*    border-radius: 3px;*/
/*    border: rgba(0, 0, 0, .3) 0px solid;*/
/*    box-sizing: border-box;*/
/*    padding: 10px;*/
/*    background: #790038;*/
/*    color: #FFF;*/
/*    font-weight: 400;*/
/*    font-size: 16pt;*/
/*    transition: background .4s;*/
/*    cursor: pointer;*/
/*    margin-left: 0;*/
/*}*/

/*!* Изменение фона кнопки при наведении *!*/
/*.button:hover {*/
/*    background: #80b438;*/
/*}*/


@media screen and (max-width: 767px) {
    .formClass {
        max-width: 100%;
    }
}

.abuse_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 10000;
}

.abuse_form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    min-height: 150px;
    transform: translate(-50%, -50%);
    background: #eee;
    z-index: 10001;
}

.abuse_title {
    background: #4B4B4B;
    color: #fff;
    padding: 10px;
    font-size: 22px;
    box-shadow: 0 1px 1px silver;
    box-sizing: border-box;
}

.abuse_body,
.abuse_request {
    background: #192423;
    padding: 10px 10px 55px;
    color: #fff;
}

.abuse_request {
    display: none;
}

.abuse_request img {
    margin: 0 auto;
    display: block;
}

.abuse_disclaimer {
    display: block;
    padding: 10px 15px;
    border: 1px solid #f8f8f8;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.37 !important;
    margin: 0 0 5px;
    color: #fff;
}

.abuse_body select {
    width: 100%;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #f8f8f8;
    box-sizing: border-box;
    background: transparent;
}

.abuse_body select option {
    color: #000;
}

.abuse_body textarea {
    width: 100%;
    height: 150px;
    padding: 10px 15px;
    border: 1px solid silver;
    box-sizing: border-box;
}

.abuse_body img {
    border: 1px solid #f8f8f8;
    box-sizing: border-box;
    width: 100%;
}

.abuse_body input[type=text] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #f8f8f8;
    box-sizing: border-box;
    background: transparent;
    color: #fff;
}

.abuse_body input[type=file] {
    transition: .8s;
}

.abuse_body select,
.abuse_body textarea {
    margin: 5px 0;
}

.abuse_captcha {
    display: flex;
    margin: 10px 0;
    width: 100%;
    height: 70px;
}

.abuse_captcha span {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid silver;
    cursor: pointer;
    box-sizing: border-box;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAADGUlEQVRoge3ZzYsURxjH8c/6spq4HiIqq0S9iSejriKeJCQE14NoEPQcgpIYcgtEQUFQvBjwBf8FD7mIRBKJB/8ABTFEEqKouOuKLiKJoquC5lC9OFNTM0xPd8/GOF8oZqqn5nmeX3dXdT1P06NHj3eCvhJtTcMQPsMqrMAizM38PMEoruMSLmafr0qMIclWPMB9bGkxbikOYQyvc7Y7OIzFlSjIuFvjcDTx+0KcxPMOBMRtAifwQRVCYme17MB4CQLi9gDbuiFkBk61CORvnMaXWIcF6MfM7Ps6fIWf8ayFnROYXpWQ2filiePr+ALv57A/B1+rv4Vr21nMKkFHg+FziWNP8Z1wpTrlPXwvPdfOFLRNwmjcbmBlUSc1bBAWldjPD0UNtxJxVVi1ymYQ1xL+Ci0A7a40tzBcxFHEMo3PpHuY16nBPMvmSIHAUwwJz5ZaH0c7NTaVQuBI5OOZsOXJTbsibmJT0agTDGic/Psr8NMVvtV40t5KFuCFejEfpQZO62JQnTCOC9GxT1ID/+tC4HzUH0oNehuEXIn6y6ckihJYon6OjKUGNbsinwq70ofYWUV0Obgr5CmTjOf58x/enIFHSswNOuRz4UrcwsY8f4z3Oh+WHlrJNLu17kX9JVUHUpRmQv6K+qurDqQozYRcjvplbtO7yir1c+SlahKpyunDbfVivpnKgIpwQGPOMVCBn83Cstpu2pCbRRprT4eLRp0gVXAoVQghvaw1MoE1RaJOMKILQuYJz5R4r7O0QOAxw0LCVKkQQikmNva7ULopm0H8lvBXihBCkSw2OCoU1cpitfYmfSFmCOXL2Ohz7JWv5hvTj33SRe2fEscK0y8UllNnaQx7hMJ0uwxgl+bz45xQxC5dCGE7f7yJ48lV7bwgar2wG+jPAlqYHduNH/G4hZ3j3hSvKxEyyTYh2cmzbLbT7mN75KtSIYTXZMc0ljY7aROZrfkJP7ULQKV1rUHhZejtDgSM4KDW+c5wNm5Ei4pmma+n+7AWHwuv2JYLmeWAEPQ/wsP1T6Ey8mv2Wcnt0qNHj/8p/wLQwui9g1jl4gAAAABJRU5ErkJggg==) #fff no-repeat center center;
}

.abuse_footer {
    background: #4B4B4B;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 1px gray;
    box-sizing: border-box;
}

.abuse_footer input {
    padding: 0 10px;
    border: 1px solid silver;
    color: #000;
    outline: 0;
    background: #fff;
}

.abuse_footer input:hover {
    transition: .6s;
}

.ab_submit {
    background: #28a745;
}

.ab_submit:hover {
    color: white;
    background: #000;
}

.ab_cancel:hover {
    color: white;
    background: #6c757d;
}

.ab_back {
    display: none;
    background: #007bff;
}

@media screen and (max-width: 768px) {
    .abuse_form {
        top: 0;
        left: 0;
        width: 100%;
        min-height: 150px;
        transform: translate(0, 0);
        bottom: 0;
    }
    .abuse_body,
    .abuse_request {
        overflow: auto;
        height: calc(100vh - 83px);
    }
}

@media (min-width: 768px) and (max-width: 900px){
    .abuse_form {
        top: 0;
        left: 10%;
        width: 80%;
        min-height: 150px;
        transform: translate(0, 0);
        bottom: 0;
        overflow: auto;
    }
    .abuse_footer {
        bottom: auto;
    }
    .abuse_captcha {
        height: 100px;
    }
}