/*
 * Copyright (c) 2020 por Kaique Garcia <contato@kaiquegarcia.dev>
 */

a.protest-delation[data-delate] {
    color: #ff010b;
    font-size: 10px;
    padding-right: 3px;
    text-decoration: underline;
}

a.protest-delation[data-delate]:hover {
    color: #c90009;
}

.protest-delation-solved {
    color: #3174E3 !important;
}

.protest-box {
    padding: 30px;
    background: #fff;
    border: 1px solid #eeeff6;
    border-radius: 15px;
    margin-bottom: 30px;
}

.protest-box-btn, .protest-box-extra-btn {
    padding: 10px 20px;
    border-radius: 15px;
    color: #fff;
    transition: all 400ms;
    outline: none;
    border: 1px solid transparent;
    font-weight: 700;
}

.protest-box-btn, .protest-box-archive-btn, .delete-document-box-btn {
    padding: 10px 20px;
    border-radius: 15px;
    color: white;
    transition: all 400ms;
    outline: none;
    border: 1px solid transparent;
    font-weight: 700;
}

.protest-box-archived-btn, .delete-document-box-btn {
    padding: 10px 20px;
    border-radius: 15px;
    color: #888;
    transition: all 400ms;
    outline: none;
    border: 1px solid transparent;
    font-weight: 700;
}

.protest-box-archived-btn {
    color: #888;
}

.protest-box-dearchive-btn {
    padding: 10px 20px;
    border-radius: 15px;
    color: green;
    transition: all 400ms;
    outline: none;
    border: 1px solid green;
    font-weight: 700;
    background: transparent
}

.protest-box-attach-documents-btn {
    padding: 10px 20px;
    border-radius: 15px;
    color: orange;
    transition: all 400ms;
    outline: none;
    border: 1px solid orange;
    font-weight: 700;
    background: transparent;
    font-size: 14px;
}

.protest-available .protest-box-btn {
    background: #9a8ed4;
}

.protest-available .protest-box-btn:hover {
    background: #7267af;
}

.protest-unavailable .protest-box-btn {
    background: #f00;
    cursor: default;
}

.protest-unavailable .protest-box-btn:hover {
    background: #af0000;
}

.protest-opened .protest-box-btn {
    background: #fdd700;
    cursor: default;
}

.protest-opened .protest-box-btn:hover {
    background: #d0b000;
}

.protest-opened .protest-box-extra-btn {
    background: transparent;
    border: 1px solid #4f50e7;
    color: #4f50e7;
}

.protest-opened .protest-box-extra-btn:hover {
    background: #4f50e7;
    border: 1px solid #4f50e7;
    color: #fff;
}

.protest-opened .protest-box-archive-btn {
    background: transparent;
    border: 1px solid gray;
    color: gray;
}

.protest-opened .protest-box-archive-btn:hover {
    background: gray;
    border: 1px solid gray;
    color: #fff;
}

.protest-opened .protest-box-dearchive-btn {
    background: transparent;
    border: 1px solid gray;
    color: gray;
}

.protest-archived .protest-box-dearchive-btn:hover {
    background: gray;
    border: 1px solid gray;
    color: #fff;
}

.protest-opened .protest-box-attach-documents-btn {
    background: transparent;
    border: 1px solid orange;
    color: gray;
}

.protest-archived .protest-box-attach-documents-btn:hover {
    background: orange;
    border: 1px solid orange;
    color: #fff;
}

.delete-document-box-btn {
    background: #c1c1c1;
    border: 1px solid #c1c1c1;
    color: white;
}

.delete-document-box-btn:hover {
    background: red;
    border: 1px solid red;
    color: #fff;
}

.list-documents-reclamajus .protest-box{
    padding: 15px 20px 1px;
    border:none !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.1) !important;
    margin-left: 0 !important;
    vertical-align: middle;
}

.protest-closed .protest-box-btn {
    background: #3ec840;
    cursor: default;
}

.protest-closed .protest-box-btn:hover {
    background: #1b8e1c;
}

.protest-box-label {
    font-weight: 700;
}

.protest-box-scroller {
    height: 150px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.protest-box-scroller.ps--active-y .ps__rail-y {
    opacity: 1;
    background-color: #eee;
    width: 10px;
    transition: width .2s linear, width .2s ease-in-out;
}

.protest-box-scroller.ps--active-y .ps__rail-y:hover {
    width: 15px;
}

.protest-box.protest-available {
    -webkit-box-shadow: -27px 0 0 0 #9a8ed4;
    -moz-box-shadow: -27px 0 0 0 #9a8ed4;
    box-shadow: -27px 0 0 0 #9a8ed4;
    margin-left: 27px;
}

.protest-box.protest-unavailable {
    -webkit-box-shadow: -27px 0 0 0 #f00;
    -moz-box-shadow: -27px 0 0 0 #f00;
    box-shadow: -27px 0 0 0 #f00;
    margin-left: 27px;
}

.protest-box.protest-opened {
    -webkit-box-shadow: -27px 0 0 0 #fdd700;
    -moz-box-shadow: -27px 0 0 0 #fdd700;
    box-shadow: -27px 0 0 0 #fdd700;
    margin-left: 27px;
}

.protest-box.protest-archived {
    -webkit-box-shadow: -27px 0 0 0 #b3b3b3;
    -moz-box-shadow: -27px 0 0 0 #fdd700;
    box-shadow: -27px 0 0 0 #b3b3b3;
    margin-left: 27px;
}

.protest-box.protest-closed {
    -webkit-box-shadow: -27px 0 0 0 #3ec840;
    -moz-box-shadow: -27px 0 0 0 #3ec840;
    box-shadow: -27px 0 0 0 #3ec840;
    margin-left: 27px;
}

@media screen and (max-width: 767px) {
    .protest-box {
        padding: 15px 10px;
    }
    .protest-box-btn {
        width: 100%;
    }
    .protest-box.protest-available {
        -webkit-box-shadow: -17px 0 0 0 #9a8ed4;
        -moz-box-shadow: -17px 0 0 0 #9a8ed4;
        box-shadow: -17px 0 0 0 #9a8ed4;
        margin-left: 17px;
    }

    .protest-box.protest-unavailable {
        -webkit-box-shadow: -17px 0 0 0 #f00;
        -moz-box-shadow: -17px 0 0 0 #f00;
        box-shadow: -17px 0 0 0 #f00;
        margin-left: 17px;
    }

    .protest-box.protest-opened {
        -webkit-box-shadow: -17px 0 0 0 #fdd700;
        -moz-box-shadow: -17px 0 0 0 #fdd700;
        box-shadow: -17px 0 0 0 #fdd700;
        margin-left: 17px;
    }

    .protest-box.protest-closed {
        -webkit-box-shadow: -17px 0 0 0 #3ec840;
        -moz-box-shadow: -17px 0 0 0 #3ec840;
        box-shadow: -17px 0 0 0 #3ec840;
        margin-left: 17px;
    }
}

.slim .slim-area .slim-result img, .slim-slide{
    border-radius: 200px;
}
.big-title{
    font-size: 38px;
}
.big-title span{
    font-size: 18px !important;
    color: #999 !important;
}

.link-no-border, .link-no-border:hover{
    text-decoration: none !important;
}

#content-wrapper .force-acept-term::before{
    background: transparent;
    position: absolute;
    z-index:1;
    width: 100%;
    height: 100%;
    content: '';
    cursor: pointer;
}

.modal__container{
  position: relative;
}