﻿.captcha {
    width: 304px;
    height: 78px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.div-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url(../imgs/loading.gif) center no-repeat #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.red {
    color: red !important;
}

.darkgray {
    color: darkgray !important;
}

.strong {
    font-weight: bold !important;
}

.btn-delete-asp {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

    .btn-delete-asp::before {
        color: red;
    }

.width_05 { width: 5%  !important; }
.width_10 { width: 10% !important; }
.width_15 { width: 15% !important; }
.width_20 { width: 20% !important; }
.width_25 { width: 25% !important; }
.width_30 { width: 30% !important; }
.width_35 { width: 35% !important; }
.width_40 { width: 40% !important; }
.width_45 { width: 45% !important; }
.width_50 { width: 50% !important; }
.width_55 { width: 55% !important; }
.width_60 { width: 60% !important; }
.width_65 { width: 65% !important; }
.width_70 { width: 70% !important; }
.width_75 { width: 75% !important; }
.width_80 { width: 80% !important; }
.width_85 { width: 85% !important; }
.width_90 { width: 90% !important; }
.width_95 { width: 95% !important; }
.width_100 { width: 100% !important; }


.table .thead-dark th {
    color: #fff;
    background-color: #1c1c62;
    border-color: #1c1c62;
}

.align_left {
    text-align: left !important;
}

.align_right {
    text-align: right !important;
}

.align_center {
    text-align: center !important;
}

/*genereta filter: https://codepen.io/sosuke/pen/Pjoqqp*/
.status_item {
    width: 26px;
    filter: invert(36%) sepia(39%) saturate(7425%) hue-rotate(336deg) brightness(95%) contrast(90%);
}

.table-hover > tbody > tr:hover .status_item {
    width: 26px;
    filter: invert(100%) sepia(83%) saturate(462%) hue-rotate(196deg) brightness(115%) contrast(100%);
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #F5F5F5 !important;
}

.table-hover > tbody > tr:hover {
    background-color: #c30079 !important;
    color: #fff !important;
}

.pagination > li > a, .pagination > li > span {
    color: #c30079 !important;
    text-decoration: none !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        z-index: 2 !important;
        color: #fff !important;
        background-color: #c30079 !important;
        border-color: #c30079;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3 !important;
    color: #fff !important;
    cursor: default !important;
    background-color: #c30079 !important;
    border-color: #ddd !important;
}

.ck01 {
    width: 5%;
    float: left;
    margin-left: 20px;
}

.ck02 {
    width: 85%;
    float: left;
}

.link-regulamento {
    color: mediumblue !important;
    cursor: pointer !important;
    text-decoration: none !important;
    font-size: medium !important;
}