/* 
    Created on : 09-Mar-2018, 16:50:03
    Author     : opensoft-user
*/

.sub-label {
    color: #7b8082;
    font-size: 11px;
    padding-top: 3px;
}

.diffSmall {
    padding-top: 20px;
}

.hidden {
    display: none;
}

.h {
    display: none;
}

.small {
    font-size: small;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    font-family: FontAwesome;
}

table.dataTable thead th:not(:last-child).sorting:after {
    content: "\f0dc";
    color: #ddd;
    font-size: 1em;
    padding-top: 0.12em;
}
table.dataTable thead th:not(:last-child).sorting_asc:after {
    content: "\f0de";
}
table.dataTable thead th:not(:last-child).sorting_desc:after {
    content: "\f0dd";
}

.color-green {
    color: green;
}

.color-red {
    color: red;
}

.color-yellow {
    color: #ffd24d;
}

.color-balon {
    color: white;
}


.font-bold {
    font-weight: bold;
}

.oneLine {
    overflow: hidden;
    white-space: nowrap;
}


.cursor-pointer {
    cursor: pointer;
}

div.dataTables_filter label {
	float: right;
}

.margin-top-bottom-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.same-line {
  display: inline-block;}

.file-class{
  background-color: #e6ffff;
}

.fa-clickable {
    cursor:pointer;
    outline:none;
}

.icon-down-color{
    color: #0084cc;
}

.right-align {
	float: right;
}

button-detail{
    float:right;
}

.button-detail-local{
    float:right!important;
}

.button-detail-marcar{
    float:right!important;
}


.input-file-border{
    border-bottom: 0;
    border-right: 0;
}

.margin-5-5 {
    margin: 5px 5px;
}

.w-100 {
    width: 100%;
}

@media (max-width: 768px) { /* <= 768px */

    .margin-none-home {
        margin-top: 0;
    }

}

@media screen and (max-width: 576px) { /* <= 576px */

    .phoneNrHRef {
        display: inline;
    }
    .phoneNr {
        display: none;
    }

}
@media screen and (min-width: 576px) { /* >= 576px */

    .phoneNrHRef {
        display: none;
    }
    .phoneNr {
        display: inline;
    }

}

/*
 * Ajustar alinhamento dos botões dos mosaicos - home.html
 */
@media screen and (min-width: 992px) and (max-width: 1001px) { /* 992px to 1001px (both inclusive)  */

    .margin-bottom-lg-mx-30 {
        margin-bottom: 30px;
    }

}
@media screen and (min-width: 992px) { /* >= 992px */

    .margin-bottom-lg-50 {
        margin-bottom: 50px;
    }

}

/*
 * Ajustar alinhamento dos botões dos mosaicos - direitosContribuinte.html
 */
@media screen and (min-width: 992px) { /* >= 992px */

    .margin-bottom-lg-30 {
        margin-bottom: 30px;
    }

}
@media screen and (min-width: 992px) and (max-width: 994px) { /* 992px to 994px (both inclusive)  */

    .margin-bottom-lg-mx-70 {
        margin-bottom: 70px;
    }

}
@media screen and (min-width: 995px) and (max-width: 1001px) { /* 995px to 1001px (both inclusive)  */

    .margin-bottom-lg-mx-50 {
        margin-bottom: 50px;
    }

}

#WACContainer.WACContainer .WAC__disclaimer {
    height: 100%;
}
