﻿.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 100px;
    color: white;
    font-size: 12px;
    background-color: #192733;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
}

.hover-text:hover .tooltip-text {
    visibility: visible;
}

.tooltip-text-clients {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 100px;
    color: white;
    font-size: 12px;
    background-color: #192733;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
}

.hover-text-clients:hover .tooltip-text-clients {
    visibility: visible;
}

#top-right {
    bottom: -8px;
    left: 120%;
}

#right {
    top: -8px;
    left: 120%;
}

.hover-text {
    position: relative;
    display: inline-block;
    font-family: Avenir;
    text-align: center;
}

.hover-text-clients {
    position: relative;
    display: inline-block;
    font-family: Avenir;
    text-align: center;
}

.container-login {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.tb-padding--xs {
    padding: 10px;
}

.tb-padding {
    padding: 20px;
}

.tb-padding--md {
    padding: 30px;
}

.tb-padding-top--xs {
    padding-top: 10px;
}

.tb-padding-top {
    padding-top: 20px;
}

.tb-padding-top--md {
    padding-top: 30px;
}

.tb-margin--xs {
    margin: 10px;
}

.tb-margin {
    margin: 20px;
}

.tb-margin--md {
    margin: 30px;
}

.tb-margin-top--xs {
    margin-top: 10px;
}

.tb-margin-top {
    margin-top: 20px;
}

.tb-margin-top--md {
    margin-top: 30px;
}

#footer {
    position: fixed;
    padding: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    z-index: 1000;
}

.selected {
    color: #fff !important;
    background-color: #030CEF !important;
    border-color: #030CEF !important;
}

    .selected > span {
        color: #fff !important;
    }

.dropdown-item:active {
    color: #fff !important;
    background-color: #030CEF !important;
    border-color: #030CEF !important;
}

.btn-info {
    color: #fff !important;
    background-color: #030CEF !important;
    border-color: #030CEF !important;
}

    .btn-info:hover {
        color: #fff !important;
        background-color: #020ACC !important;
        border-color: #020ACC !important;
    }

    .btn-info:active, .btn-info:active {
        color: #fff !important;
        background-color: #020ACC !important;
        border-color: #020ACC !important;
        box-shadow: 0 0 0 0.2rem rgba(3, 12, 239, 0.5) !important;
    }

.btn-primary {
    color: #fff;
    background-color: #030CEF;
    border-color: #030CEF;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #020ACC;
        border-color: #020ACC;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #020ACC;
        border-color: #020ACC;
        box-shadow: 0 0 0 0.2rem rgba(3, 12, 239, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #020ACC;
        border-color: #020ACC;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #020ACC;
        border-color: #020ACC;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(3, 12, 239, 0.5);
        }

.btn-outline-primary {
    color: #030CEF;
    border-color: #030CEF;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #020ACC;
        border-color: #020ACC;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(3, 12, 239, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #020ACC;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #020ACC;
        border-color: #020ACC;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(3, 12, 239, 0.5);
        }

.badge-primary {
    color: #fff;
    background-color: #030CEF;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #020ACC;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.bg-primary {
    background-color: #030CEF !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #020ACC !important;
}

.text-primary {
    color: #030CEF !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #020ACC !important;
}


.tb-block {
    display: block;
}

.td-btn-align-right {
    text-align: right;
}

.td-btn-align-left {
    text-align: left;
    margin: auto;
}

.control-label.tb-required:after {
    content: " *";
    font-weight: bold;
    color: red;
}

.form-check-input {
    position: relative;
    margin-left: -1rem;
    margin-right: 1rem;
}

.form-check-filter {
    margin: auto;
    margin-left: 20px;
    margin-bottom: 25px;
}

    .form-check-filter:after {
        background: #23b9d8 !important;
    }

.form-check-input:after {
    background: #23b9d8 !important;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
}

.filter-check-align {
    margin-top: 40px;
}



.richText .richText-toolbar ul li a {
    display: block;
    padding: 10px 13px;
    border-right: #EFEFEF solid 1px;
    cursor: pointer;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    transition: background-color 0.4s;
    color: black;
}

.btn-light {
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
}

    .btn-light:hover {
        color: #212529;
        background-color: #fff;
        border: 1px solid #ced4da;
    }

    .btn-light:focus, .btn-light.focus {
        color: #212529;
        background-color: #fff;
        border-color: #dae0e5;
        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    }


.container-error {
    position: relative;
    height: 85vh;
    width: 100%;
}

    .container-error::before {
        content: "";
        background-image: url(/Logo/atc_logo_positvo_ldpi_new.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 80% 0;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.4;
    }


@media (min-width: 1500px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1450px;
    }
}


@media (min-width: 1700px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1650px;
    }
}

.wi-subject-column {
    max-width: 25ch; /*Limite de caracteres a serem exibidos*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;*/
}

.wi-environment-column {
    display: none;
}

.pagination > li > a {
    border: 0px;
}

.showBttnId:hover, .showBttnDownloadId:hover {
    cursor: pointer;
}

.lineExportTicket {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 16.666667%;
    margin-bottom: 1rem;
}

.input-label-modal {
    margin: .5rem 0 .5rem 1rem;
}