body {
    background: #fafafa;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: rgba(0, 0, 0, 0.60);
    font-size: 14px;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 170px;
    text-align: center;
    padding: 50px 10px;
    margin-left: 10px;
}
.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 170px;
    text-align: center;
    padding: 50px 10px;
    margin-left: 10px;
}

/* ==========================================================================
    HELPERS
========================================================================== */

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

/* ==========================================================================
Hide ng-cloak on page load, https://docs.angularjs.org/api/ng/directive/ngCloak
========================================================================== */

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

/* ==========================================================================
Development Ribbon
========================================================================== */

.ribbon {
    background-color: #a00;
    box-shadow: 0 0 10px #888;
    left: -3.5em;
    moz-box-shadow: 0 0 10px #888;
    moz-transform: rotate(-45deg);
    ms-transform: rotate(-45deg);
    o-transform: rotate(-45deg);
    overflow: hidden;
    position: absolute;
    top: 40px;
    transform: rotate(-45deg);
    webkit-box-shadow: 0 0 10px #888;
    webkit-transform: rotate(-45deg);
    white-space: nowrap;
    width: 15em;
    z-index: 9999;
    pointer-events: none;
}

.ribbon a {
    border: 1px solid #faa;
    color: #fff;
    display: block;
    font: bold 81.25% 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 1px 0;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 5px #444;
    pointer-events: none;
}

/*==========================================================================
shadow in navbar
==========================================================================*/

.dropdown-menu {
    box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.26);
    min-width: 151px;
    font-size: 12px !important;
}

.table-dropdown-menu {
    box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.26);
    min-width: 151px;
    font-size: 12px;
    position: absolute;
    z-index: 1000;
}

/* ==========================================================================
Version number in footer
========================================================================== */

#footer-version {
    font-size: 10px;
    color: #ffffff;
}

/* ==========================================================================
separator in navbar
========================================================================== */

.separator {
    max-height: 35px;
}

/* ==========================================================================
responsivity adjustment
========================================================================== */

@media (min-width: 2001px) {
    #msisdnSelectAutoSelectInput {
        width: 83%;
    }
    #multi-msisdn {
        width: 83%;
    }
}

@media (min-width: 1637px) and (max-width: 2000px) {
    .nav > li > a {
        padding: 6px 6px !important;
    }
    #msisdnSelectAutoSelectInput {
        width: 89%;
    }
    #multi-msisdn {
        width: 89%;
    }
}

@media (min-width: 1510px) and (max-width: 1637px) {
    .nav > li > a {
        padding: 6px 6px !important;
    }
}

@media (min-width: 1278px) and (max-width: 1510px) {
    .hidden-res {
        display: none !important;
    }
    body {
        font-size: 13px;
    }
    #msisdnSelectAutoSelectInput {
        width: 83%;
    }
    #multi-msisdn {
        width: 83%;
    }
}

@media (min-width: 768px) and (max-width: 1278px) {
    .hidden-sm {
        display: none !important;
    }
    #msisdnSelectAutoSelectInput {
        width: 88%;
    }
    #multi-msisdn {
        width: 88%;
    }
}

@media (min-width: 768px) and (max-width: 974px) {
    .nav > li > a {
        padding: 8px 5px !important;
    }
}

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
Logo styles
========================================================================== */

.logo-img {
    width: auto;
    height: 100%;
}

.navbar-brand {
    margin-left: 0 !important;
    padding: 0.4em 0 0.4em 0 !important;
    top: 0.4em;
    left: 0;
}

@media (min-width: 1440px) and (max-width: 2560px) {
    .navbar-brand-container {
        margin-left: -3.6em !important;
    }
}

@media (min-width: 1366px) and (max-width: 1440px) {
    .navbar-brand-container {
        margin-left: -1.2em !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-brand-container {
        margin-left: 1.3em !important;
        height: 3.4em !important;
    }
}

@media (min-width: 425px) and (max-width: 768px) {
    .navbar-brand-container {
        margin-left: 1.4em !important;
        height: 3.4em !important;
    }
}

@media (max-width: 425px) {
    .navbar-brand-container {
        margin-left: 1em !important;
        height: 2.6em !important;
    }
}

.navbar-brand-link {
    color: #ffffff;
    font-size: 10px;
}

.navbar-brand-link:hover {
    color: #23527c;
    text-decoration: underline;
}

/* ==========================================================================
Main page styles
========================================================================== */

.hero-unit {
    margin: 50px auto 0 auto;
    width: 300px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    background-color: #eee;
    border-radius: 6px;
    padding: 60px;
}

.hero-unit h1 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
}

.error-image {
    display: inline-block;
    width: 347px;
    height: 180px;
    background: url("../images/error-image-alert.png") no-repeat center top;
    background-size: contain;
    margin-top: 50px;
    margin-left: 40px;
}

.error-message {
    padding-top: 110px;
}

/* wait autoprefixer update to allow simple generation of high pixel density media query */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {

}

/* ==========================================================================
Generic styles
========================================================================== */

.error {
    color: white;
    background-color: red;
}

.pad {
    padding: 10px;
}

.break {
    white-space: normal;
    word-break: break-all;
}

.voffset {
    margin-top: 2px;
}

.voffset1 {
    margin-top: 5px;
}

.voffset2 {
    margin-top: 10px;
}

.voffset3 {
    margin-top: 15px !important;
}

.voffset4 {
    margin-top: 30px;
}

.voffset5 {
    margin-top: 40px;
}

.voffset6 {
    margin-top: 60px;
}

.voffset7 {
    margin-top: 80px;
}

.voffset8 {
    margin-top: 100px;
}

.voffset9 {
    margin-top: 150px;
}

.readonly {
    background-color: #eee;
    opacity: 1;
}

/* ==========================================================================
make sure browsers use the pointer cursor for anchors, even with no href
========================================================================== */

a:hover,
.hand,
[jh-sort-by] {
    cursor: pointer;
}

/* ==========================================================================
Metrics and Health styles
========================================================================== */

#threadDump .popover,
#healthCheck .popover {
    top: inherit;
    display: block;
    font-size: 10px;
    max-width: 1024px;
}

#healthCheck .popover {
    margin-left: -50px;
}

.health-details {
    min-width: 400px;
}

/* ==========================================================================
start Password strength bar style
========================================================================== */

ul#strengthBar {
    display: inline;
    list-style: none;
    margin: 0;
    margin-left: 15px;
    padding: 0;
    vertical-align: 2px;
}

.point:last {
    margin: 0 !important;
}

.point {
    background: #DDD;
    border-radius: 2px;
    display: inline-block;
    height: 5px;
    margin-right: 1px;
    width: 20px;
}

/* ==========================================================================
Password validation style
========================================================================== */

.password-validation-strike {
    color: lightgrey;
    text-decoration: line-through;
    transition: 0.3s;
}

.password-validation-required-color {
    font-size: 1.7rem;
    color: red;
}

/* ==========================================================================
Custom alerts for notification
========================================================================== */

.alertBreakWord {
    word-break: keep-all;
}

.alerts .toast {
    position: fixed;
    width: 100%;
}

.alerts .toast.left {
    left: 5px;
}

.alerts .toast.right {
    right: 5px;
}

.alerts .toast.top {
    top: 55px;
}

.alerts .toast.bottom {
    bottom: 55px;
}

@media screen and (min-width: 480px) {
    .alerts .toast {
        width: 50%;
    }
}

/* ==========================================================================
entity tables helpers
========================================================================== */
/* Remove Bootstrap padding from the element
http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

/* bootstrap 3 input-group 100% width
http://stackoverflow.com/questions/23436430/bootstrap-3-input-group-100-width */

.width-min {
    width: 1% !important;
}

/* Makes toolbar not wrap on smaller screens
http://www.sketchingwithcss.com/samplechapter/cheatsheet.html#right */

.flex-btn-group-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.jh-table>tbody>tr>td{
    /* Align text in td vertically (top aligned by Bootstrap) */
    vertical-align: middle;
}

.jh-table>thead>tr>th>.glyphicon-sort,
.jh-table>thead>tr>th>.glyphicon-sort-by-attributes,
.jh-table>thead>tr>th>.glyphicon-sort-by-attributes-alt {
    /* less visible sorting icons */
    opacity: 0.5;
}

.jh-table>thead>tr>th>.glyphicon-sort:hover,
.jh-table>thead>tr>th>.glyphicon-sort-by-attributes:hover,
.jh-table>thead>tr>th>.glyphicon-sort-by-attributes-alt:hover {
    /* full visible sorting icons and pointer when mouse is over them */
    opacity: 1;
    cursor: pointer;
}

/* ==========================================================================
entity detail page css
========================================================================== */

.dl-horizontal.jh-entity-details>dd {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .dl-horizontal.jh-entity-details>dt {
        margin-bottom: 15px;
    }
    .dl-horizontal.jh-entity-details>dd {
        border-bottom: 1px solid rgba(0,0,0,.12);
        padding-left: 180px;
        margin-left: 0;
    }
}

/* Classe para adicionar espaço abaixo do dt */
.dt-margin {
    margin-bottom: 10px; /* ajuste o valor conforme necessário */
}

/* ==========================================================================
ui bootstrap tweaks
========================================================================== */

.nav,
.pagination,
.carousel,
.panel-title a {
    cursor: pointer;
}

.datetime-picker-dropdown>li.date-picker-menu div>table .btn-default,
.uib-datepicker-popup>li>div.uib-datepicker>table .btn-default {
    border: 0;
}

.datetime-picker-dropdown>li.date-picker-menu div>table:focus,
.uib-datepicker-popup>li>div.uib-datepicker>table:focus {
    outline: none;
}

/* ==========================================================================
Fix error field display
========================================================================== */

.form-group .help-block {
    position: static;
}

/* jhipster-needle-css-add-main JHipster will add new css style */
/* ==========================================================================
overwrite style navbar
========================================================================== */

.navbar,
.navbar.navbar-default {
    background-color: #07477B;
    color: rgba(255, 255, 255, 0.84);
}

.navbar .dropdown-menu .active>a,
.navbar.navbar-default .dropdown-menu .active>a {
    background-color: #07477B;
    color: rgba(255, 255, 255, 0.84);
}

.navbar .dropdown-menu li>a:hover,
.navbar.navbar-default .dropdown-menu li>a:hover,
.navbar .dropdown-menu li>a:focus,
.navbar.navbar-default .dropdown-menu li>a:focus {
    color: #07477B;
    background-color: #eeeeee;
}

.navbar .dropdown-menu .active>a,
.navbar.navbar-default .dropdown-menu li>a:focus {
    background-color: #07477B !important;
    color: rgba(255, 255, 255, 0.84) !important;
}

/* ==========================================================================
icons webfont
========================================================================== */

.fa {
    padding-left: 3px;
}

/* custom icons*/

.simcard-icon {
    vertical-align: middle;
    padding-top: 0px;
    fill: #009688;
}

.workflow-icon {
    vertical-align: middle;
    padding-top: 0px;
    fill: currentColor;
}

.inventory-icon {
    vertical-align: middle;
    padding-top: 0px;
    fill: currentColor;
}

.finance-icon {
    vertical-align: middle;
    padding-top: 0px;
    fill: currentColor;
}

/* ==========================================================================
CONTENT ADJUSTMENT
========================================================================== */

.no-js {
    min-height: 100%;
    position: relative;
}

.content-body {
    /* margin-bottom: 10% !important; RAFAEL */
}

/* ==========================================================================
DESCRIPTION LISTS // CONTENT ADJUSTMENT
========================================================================== */
/*Description field*/

dd {
    word-wrap: break-word;
}

.dl-horizontal dt {
    width: 190px;
    margin-right: 10px;
}

.dl-horizontal.jh-entity-details>dd {
    margin-left: 10px;
}

.dt-width-230 dt {
    width: 230px;
}

.dl-horizontal.jh-entity-details.dt-width-230>dd {
    margin-left: 60px;
}

/* ==========================================================================
FOOTER
========================================================================== */

#main-footer {
    background-color: #07477B;
    /* #414141;*/
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

#main-content .container:before {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
}

/* Widgets */

#footer-widgets {
    width: 100%;
    padding-bottom: 0;
}

.footer-widget {
    float: left;
    color: #fff;
    width: 100%;
}

.footer-widget .fwidget:last-child {
    margin-bottom: 0 !important;
}

#footer-widgets .footer-widget li {
    position: relative;
    padding-left: 14px;
}

#footer-widgets .footer-widget li:before {
    position: absolute;
    top: 9px;
    left: 0;
    border-width: 3px;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    content: "";
}

#footer-widgets .footer-widget li a {
    color: #fff;
    text-decoration: none;
}

#footer-widgets .footer-widget li a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.footer-widget .widget_adsensewidget ins {
    min-width: 160px;
}

.footer-social {
    /* width: 100%; RAFAEL*/
}

.social-item {
    float: right;
}

/* Clearfix */

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    content: " ";
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
}

#logo-footer {
    max-width: 6vh;
    width: 100%;
}

#footer-box {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
}

.footer-text {
    color: #cfd8dc;
}

/* ==========================================================================
LOGIN
========================================================================== */
/* BOX LOGIN */

.box-login {
    position: relative;
    margin: auto;
    top: 40px;
    border-radius: 10px;
    background: #FFF;
    margin-bottom: 60px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    overflow: hidden;
    padding-bottom: 80px;
}

.box-login h1 {
    padding-bottom: 14px;
    font-size: 25px;
    font-weight: 300;
    color: #607d8b;
}

.box-login button {
    background: #cfd8dc;
    border: 0;
    color: #07477B;
    padding: 10px;
    font-size: 16px;
    font-weight: 300;
    width: 70%;
    margin: 20px auto;
    display: block;
    cursor: pointer;
    border-radius: 5px;
}

.box-login button:hover {
    background: #07477B;
    color: #FFF;
}

.box-login p {
    font-size: 15px;
    text-align: center;
    margin: 3%;
    color: #FFF;
}

.group-login {
    position: relative;
    margin-bottom: 35px;
    margin-left: 40px;
}

.inputMaterial {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 85%;
    border: none;
    border-bottom: 1px solid #757575;
}

.inputMaterial:focus {
    border-bottom: 0;
}

/* LABEL ======================================= */

.label-login {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */

.inputMaterial:focus~label,
.inputMaterial:valid~label {
    top: -20px;
    font-size: 14px;
    color: #07477B;
}

/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 85%;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #07477B;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

/* active state */

.inputMaterial:focus~.bar:before,
.inputMaterial:focus~.bar:after {
    width: 50%;
}

/* active state */

.inputMaterial:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@media only screen and (max-width: 500px) {
    #modal-login {
        width: 90%;
    }
    .footer-info {
        display: none;
    }
}

@media only screen and (min-width:501px) and (max-width: 768px) {
    #modal-login {
        width: 50%;
    }
    .footer-info {
        margin-left: 14%;
        margin-right: 10%;
    }
}

@media only screen and (min-width:769px) {
    #modal-login {
        width: 40%;
    }
    .footer-info {
        margin-left: 25%;
        margin-right: 10%;
    }
}

/* ==========================================================================
MESSAGES
========================================================================== */

.alert.alert-success {
    background-color: #07477B;
    color: rgba(255, 255, 255, 0.84);
}

/* ==========================================================================
HOME
========================================================================== */

#cards-home {
    margin-left: 0 !important;
}

#cards-home h4 {
    font-size: 100%;
    color: #666666 !important;
}

#cards-home p {
    color: #999999 !important;
    padding: 0px 6px 0px 6px;
}

.cards-content {
    text-align: center;
}

.card-image {
    width: 40%;
    height: 40%;
}

.cards {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
}

@media only screen and (max-width: 500px) {
    #cards-home p {
        display: none;
    }
    #cards-home img {
        margin: 0;
    }
    #cards-home h4 {
        font-size: 64%;
        margin: 0;
        font-weight: bold;
        text-align: center;
    }
    .cards {
        padding: 0 10px 0 10px;
    }
}

@media only screen and (min-width:501px) and (max-width: 768px) {
    #cards-home p {
        font-size: 85%;
        color: #999999 !important;
        padding: 10px 0 0;
        text-align: center;
    }
    #cards-home h4 {
        font-size: 100%;
        margin: 0;
        font-weight: bold;
        text-align: center;
    }
    .cards {
        padding: 0 10px 0 10px;
    }
}

@media only screen and (min-width:769px) {
    #cards-home p {
        font-size: 90%;
        color: #999999 !important;
        padding: 10px 0 0;
        text-align: center;
    }
    #cards-home h4 {
        font-size: 100%;
        margin: 0;
        font-weight: bold;
        text-align: center;
    }
    .cards {
        padding: 0 10px 0 10px;
    }
}

#user-logged {
    margin: 17px 20px;
    color: #07477B;
    font-size: 100%;
    font-weight: bold;
}
@media (max-width: 1020px) {
    #user-logged {
        display: flex;
        flex-direction: column-reverse;
    }

}
#user-logged-tools{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media (max-width: 1020px) {
    #user-logged-tools {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}
.lsm-logo-homepage {
    float: right;
    width: 12%;
}

/* ==========================================================================
FORMS - COLOR
========================================================================== */
/*LABELS*/

.form-group.is-focused label {
    color: #07477B !important;
}

.form-group.is-focused label.control-label {
    color: #07477B !important;
}

label.control-label {
    font-size: 15px !important;
}
/*BAR*/

.form-group.is-focused .form-control {
    background-image: linear-gradient(#07477B, #07477B), linear-gradient(#D2D2D2, #D2D2D2);
}

/* ==========================================================================
BUTTONS - COLOR
========================================================================== */

/* BUTTON ACCEPT*/

.btn:not(.btn-raised).btn-accept {
    color: #FFFFFF;
    background-color: #07477B;
}

.btn:not(.btn-raised).btn-accept:focus {
    color: #FFFFFF;
    background-color: #07477B;
}

.btn:disabled.btn-accept {
    color: #FFFFFF;
    background-color: #2b587c;
}

.btn:not(.btn-raised).btn-accept:not(.btn-link):hover{
    color: #FFFFFF;
    background-color: #1d749a;
}

/* BUTTON DISMISS*/

.btn:not(.btn-raised).btn-dismiss {
    color: #FFFFFF;
    background-color: #f44336;
}

.btn:not(.btn-raised).btn-dismiss:focus {
    color: #FFFFFF;
    background-color: #f44336;
}

.btn:not(.btn-raised).btn-dismiss:not(.btn-link):hover{
    color: #FFFFFF;
    background-color: #9a2721;
}

/* BUTTON MODIFY*/

.btn:not(.btn-raised).btn-modify {
    color: #FFFFFF;
    background-color: #009688;
}

.btn:not(.btn-raised).btn-modify:focus {
    color: #FFFFFF;
    background-color: #009688;
}

.btn:not(.btn-raised).btn-modify:not(.btn-link):hover {
    color: #FFFFFF;
    background-color: #00635a;
}

/* ==========================================================================
ui-select2
========================================================================== */

.ui-select-match-item {
    border: 1px silver solid !important;
    color: #000000 !important;
}

/* ==========================================================================
search filter
========================================================================== */
.displayFormFilter {
    display: inline !important;
}

.inputFormFilter {
    width: 53% !important;
    padding-top: 20px;
}

@media only screen and (max-width:374px) {
    .selectFormFilter {
        width: 24% !important;
        margin-left: 2%;
        padding-top: 15px
    }
}

@media only screen and (min-width:375px) and (max-width:767px) {
    .selectFormFilter {
        width: 28% !important;
        margin-left: 2%;
        padding-top: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .selectFormFilter {
        width: 18% !important;
        margin-left: 2%;
        padding-top: 15px
    }
}

@media only screen and (min-width:1024px) {
    .selectFormFilter {
        width: 16% !important;
        margin-left: 2%;
        padding-top: 15px
    }
    #filters-consumptions .selectFormFilter {
        width: 12% !important;
    }
}

.cursorPointer {
    cursor: pointer;
}

.home-user-information-button {
    cursor: pointer;
    float: right;
}

.containerFormFilter {
    margin: 18px 8px 5px 8px;
}

/* BEGIN table-filter */

.table-filter-action-buttons {
    display: inline-block;
    padding: 0 0 8px 10px;
    overflow: hidden;
    vertical-align: middle;
}

@media only screen and (max-width: 1380px) {
    .table-filter-action-buttons button {
        font-size: 12px !important;
    }
}

/* END table-filter */

/* BEGIN cockpit filter */

.cockpit-filter-action-buttons {
    display: inline-block;
    padding: 0 0 1px 10px;
    overflow: hidden;
    vertical-align: middle;
}

/* END cockpit filter */

.grayText {
    color: gray !important;
}

.buttonFilter {
    margin-top: -5px;
}

.marginRight10 {
    margin-right: 10px !important;
}

/* ==========================================================================
loading bar
========================================================================== */

#loading-bar .bar {
    background: #FFFFFF !important;
    height: 6px !important;
}

#loading-bar .peg {
    -moz-box-shadow: #FFFFFF 1px 0 6px 1px !important;
    -ms-box-shadow: #FFFFFF 1px 0 6px 1px !important;
    -webkit-box-shadow: #FFFFFF 1px 0 6px 1px !important;
    box-shadow: #FFFFFF 1px 0 6px 1px !important;
}

#loading-bar-spinner .spinner-icon {
    width: 24px !important;
    height: 24px !important;

    border-top-color:  #FFFFFF !important;
    border-left-color: #FFFFFF !important;
}

/*Background-color of the btn-dismiss buttons remain the same color, because if it stays as the default, it looks like it's disabled*/
.btn:not(.btn-raised).btn-dismiss:focus{
    background-color: #f44336 !important;
    outline: none !important;
}

/* ==========================================================================
DataTables NO ACTIVE
========================================================================== */

table.dataTableNoActive {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}
table.dataTableNoActive thead th,
table.dataTableNoActive tfoot th {
    font-weight: bold;
}
table.dataTableNoActive thead th,
table.dataTableNoActive thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111111;
}
table.dataTableNoActive thead th:active,
table.dataTableNoActive thead td:active {
    outline: none;
}
table.dataTableNoActive tfoot th,
table.dataTableNoActive tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111111;
}

table.dataTableNoActive.no-footer {
    border-bottom: 1px solid #111111;
}

table.dataTableNoActive tbody th,
table.dataTableNoActive tbody td {
    padding: 8px 10px;
}

table.dataTableNoActive.nowrap th, table.dataTableNoActive.nowrap td {
    white-space: nowrap;
}

table.dataTableNoActive,
table.dataTableNoActive th,
table.dataTableNoActive td {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}


table.dataTableNoActive th.dt-left,
table.dataTableNoActive td.dt-left {
    text-align: left;
}
table.dataTableNoActive th.dt-center,
table.dataTableNoActive td.dt-center,
table.dataTableNoActive td.dataTables_empty {
    text-align: center;
}
table.dataTableNoActive th.dt-right,
table.dataTableNoActive td.dt-right {
    text-align: right;
}
table.dataTableNoActive th.dt-justify,
table.dataTableNoActive td.dt-justify {
    text-align: justify;
}
table.dataTableNoActive th.dt-nowrap,
table.dataTableNoActive td.dt-nowrap {
    white-space: nowrap;
}

table.dataTableNoActive td, table.dataTableNoActive th {
    text-align: center;
}

table.dataTableNoActive {
    margin-top: 35px;
}

/* ==========================================================================
DataTables style
========================================================================== */

.dt-button {
    display: inline-block;
    border: none;
    background-color: none;
    background-image: none;
    background-color: #fff;
    text-align: left;
}

.dt-button.buttons-collection{
    background: none;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.dt-button:hover:not(.disabled){
    background: transparent;
    border: none;
}

.dt-button.buttons-collection:hover{
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #07477B;
    background-color: #eeeeee;
}

.dt-button.buttons-collection:active:not(.disabled):hover:not(.disabled){
    background-color: #07477B;
    color: rgba(255, 255, 255, 0.84);
    background-image:none;
    box-shadow: none;
}

div.dt-button-background {
    background: none;
}

div.dt-button-collection {
    box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.26) !important;
    border-radius: 2px;
    background-color: #fff;
    display: grid;
    color: #333;
    background: none;
    padding: 0 0 0 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border : none;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    white-space: nowrap;
    background-image: none;
    max-height: 235px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 15em;
}

div.dt-button-collection>.dt-button.buttons-columnVisibility:not(.disabled) {
    color: #333;
    background-color: #fff;
    box-shadow: none;
    background: none ;
    background-image :none;
    border:none;
    min-width: 160px;
    margin: 2px 0 0;
    font-size: 13px;
    float: left;
    min-width: 160px;
    background-clip: padding-box;
    content: '\f14a';
}

/*icon item column selected*/

div.dt-button-collection>.dt-button.buttons-columnVisibility.active:not(.disabled)::before {
    font-family: FontAwesome;
    content: '\f046';
    padding-right: 5px;
}

/* hover button selected */

div.dt-button-collection>.dt-button.buttons-columnVisibility:not(.disabled):hover {
    color: #07477B;
    background-color: #eeeeee;
    background-image:none;
    box-shadow: none;

}

div.dt-button-collection .dt-button:hover {
    color: #07477B;
    background-color: #eeeeee;
}

/* click button selected */

div.dt-button-collection .dt-button:active:not(.disabled):hover {
    background-color: #07477B;
    color: rgba(255, 255, 255, 0.84);
    background-image:none;
    box-shadow: none;
}

/*icon item column not selected*/

div.dt-button-collection>.dt-button.buttons-columnVisibility:not(.disabled)::before {
    font-family: FontAwesome;
    content: '\f096';
    padding-right: 5px;
}

/* ==========================================================================
workflow representation component
========================================================================== */

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 28px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 10px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 10px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    bottom: 20px;
    display: table-cell;
    text-align: center;
    position: relative;
    max-width: 20px;
}

.btn-circle {
    width: 62px;
    height: 62px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 45px;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2) !important;
    pointer-events:none;
    border: none;

}

.btn-prev-step {
    color: #fff;
    background-color: #07477B;
    border-color: #07477B;
}

.btn-current-step {
    color: #fff;
    background-color: #0d96c2;
    border-color: #0d96c2;
}

.btn-next-step {
    color: #fff;
    background-color: #ccc;
    border-color: #b3b3b3;
    border-style: solid;
    border-width: thin;

}

/* ==========================================================================
Cards
========================================================================== */

.internal-card {
    border: 2px solid #e3e3e3;
    border-radius: 2px;
    padding: 19px;
    margin-bottom: 20px;
    min-height: 20px;
}

.internal-card-cockpit {
    border: 2px solid #e3e3e3;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 20px;
    min-height: 20px;
}

.internal-card-progress-os {
    border: 2px solid #e3e3e3;
    border-radius: 2px;
    padding: 19px;
    margin-bottom: 20px;
	height: 355px;
	width: 275px;
}

/* ==========================================================================
OS Simcard Replacement (Client)
========================================================================== */

.tablesReplacement {
    width: 45%;
    display: inline-block;
    margin-right: 10px;
}

/* ==========================================================================
Service Order Data
========================================================================== */

.service-order-data {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.service-order-data div{
    flex-basis: 280pt;
    margin-right: 10px;
}

/* ==========================================================================
dl, dt, dd
========================================================================== */

dd {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    /*padding-bottom: 10px; Atylla */
}

/* ==========================================================================
Notification Bell
========================================================================== */

.container-bell {
    display: flex;
}

@import url(https://fonts.googleapis.com/css?family=Lato:700);
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button-default {
  -webkit-transition: 0.25s ease-out 0.1s color;
  -moz-transition: 0.25s ease-out 0.1s color;
  -o-transition: 0.25s ease-out 0.1s color;
  transition: 0.25s ease-out 0.1s color;
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  position: relative;
  margin-top: 6px;
}

.show-notifications {
  position: relative;
}

.show-notifications:hover #icon-bell,
.show-notifications:focus #icon-bell,

.show-notifications.active #icon-bell {
  fill: #34495e;
}

.show-notifications #icon-bell {
  fill: #7f8c8d;
}

.show-notifications .notifications-count {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #07477B;
  color: #fefefe;
  font: normal 0.85em 'Lato';
  height: 16px;
  line-height: 1.75em;
  position: absolute;
  right: -2px;
  text-align: center;
  top: 22px;
  width: 16px;
}

.show-notifications.active ~ .notifications {
  opacity: 1;
}

.notifications {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: 0.25s ease-out 0.1s opacity;
    -moz-transition: 0.25s ease-out 0.1s opacity;
    -o-transition: 0.25s ease-out 0.1s opacity;
    transition: 0.25s ease-out 0.1s opacity;
    background: #ecf0f1;
    border: 1px solid #bdc3c7;
    position: absolute;
    z-index: 1;
}

.notifications:after {
  border: 10px solid transparent;
  border-bottom-color: #07477B;
  content: '';
  display: block;
  height: 0;
  left: 178px;
  position: absolute;
  top: -20px;
  width: 0;
}

.notifications h3,

.notifications .show-all {
  background: #07477B;
  color: #fefefe;
  margin: 0;
  padding: 10px;
  width: 350px;
}

.notifications h3 {
  cursor: default;
  font-size: 1.05em;
  font-weight: normal;
}

.notifications .show-all {
  display: block;
  text-align: center;
  text-decoration: none;
}

.notifications .show-all:hover,

.notifications .show-all:focus {
  text-decoration: underline;
}

.notifications .notifications-list {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.notifications .notifications-list .item {
  -webkit-transition: -webkit-transform 0.25s ease-out 0.1s;
  -moz-transition: -moz-transform 0.25s ease-out 0.1s;
  -o-transition: -o-transform 0.25s ease-out 0.1s;
  transition: transform 0.25s ease-out 0.1s;
  border-top: 1px solid #bdc3c7;
  color: #7f8c8d;
  cursor: default;
  display: block;
  padding: 10px;
  position: relative;
  white-space: nowrap;
  width: 350px;
}

.notifications .notifications-list .item:before,

.notifications .notifications-list .item .details,

.notifications .notifications-list .item .button-dismiss {
  display: inline-block;
  vertical-align: middle;
}

.notifications .notifications-list .item:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #07477B;
  content: '';
  height: 8px;
  width: 8px;
}

.notifications #no-alerts.notifications-list .item:before {
    background: none;
}

.notifications .notifications-list .item .details {
  margin-left: 10px;
  white-space: normal;
  width: 280px;
}

.notifications .notifications-list .item .details .title,

.notifications .notifications-list .item .details .date {
  display: block;
}

.notifications .notifications-list .item .details .date {
  color: #95a5a6;
  font-size: .85em;
  margin-top: 3px;
}

.notifications .notifications-list .item .button-dismiss {
  color: #bdc3c7;
  font-size: 2.25em;
}

.notifications .notifications-list .item .button-dismiss:hover,

.notifications .notifications-list .item .button-dismiss:focus {
  color: #95a5a6;
}

.notifications .notifications-list .item.no-data {
  display: none;
  text-align: center;
}

.notifications .notifications-list .item.no-data:before {
  display: none;
}

.notifications .notifications-list .item.expired {
  color: #bdc3c7;
}

.notifications .notifications-list .item.expired:before {
  background: #bdc3c7;
}

.notifications .notifications-list .item.expired .details .date {
  color: #bdc3c7;
}

.notifications .notifications-list .item.dismissed {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.notifications.empty .notifications-list .no-data {
  display: block;
  padding: 10px;
}

/* ==========================================================================
Notification position alerts
========================================================================== */

.notification-bell {
    margin: auto 0 auto 0;
}

.notifications-position {
    position: absolute;
    transform: translateX(-49.5%);
    margin-top: 10px;
}

/* ==========================================================================
INICIO - Retirar após a migração total do handlers
========================================================================== */

.notifications-position2 {
    position: absolute;
    transform: translateX(-9%);
    margin-top: 69px;
}

/* ==========================================================================
FIM - Retirar após a migração total do handlers
========================================================================== */

/* ==========================================================================
angular-notifications (Sobrescrevendo a classe)
========================================================================== */

.angular-notifications-icon {
  right: -40px;
  top: 6px;
  border-radius: 50%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  min-width: 20px;
  height: 20px;
  line-height: 1.15;
  background: red;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

.angular-notifications-icon2 {
    right: -30px;
    top: 6px;
    border-radius: 50%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    min-width: 20px;
    height: 20px;
    line-height: 1.15;
    background: red;
    color: white;
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: default;
}

/* variables */
/* mixins */

/* ==========================================================================
Alerts in OS detail
========================================================================== */

.heightAlerts {
    max-height: 600px;
    overflow: auto;
    max-width: 350px;
}

.small-scroll::-webkit-scrollbar {
    width: 0.5em;
}
#divAlerts::-webkit-scrollbar {
    width: 0.5em;
}

.small-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#divAlerts::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.small-scroll::-webkit-scrollbar-thumb {
    background-color: #9e9b9b;
    outline: 1px solid #9e9b9b;
}
#divAlerts::-webkit-scrollbar-thumb {
    background-color: #9e9b9b;
    outline: 1px solid #9e9b9b;
}

/* ==========================================================================
Colors of a Simcard Phases
========================================================================== */

.linkedPhase {
    color: #00BFFF;
}

.readedPhase {
    color: #0000CD;
}

.releasedPhase {
    color: #008000;
}

.waitingForTestsPhase {
    color: #FF69B4;
}

.quarantinePhase {
    color: #808080;
}

.waitingForSuspensionPhase {
    color: #fec319;
}

.suspendedPhase {
    color: #FF8C00;
}

.waitingForReplacementPhase {
    color: #9370DB;
}

.replacedPhase {
    color: #8A2BE2;
}

.waitingForCancelPhase {
    color: #A0522D;
}

.canceledPhase {
    color: #FF0000;
}

/* ==========================================================================
AmCharts
========================================================================== */

.amcharts-chart-div a{
     opacity: 0 !important;
    pointer-events: none !important;
    cursor: default !important;
}

/* ==========================================================================
Select
========================================================================== */

select {
    -webkit-appearance: menulist !important;
    -moz-appearance:    menulist !important;
    appearance:         menulist !important;
}

/* ==========================================================================
Inventory Migration
========================================================================== */

.inventory-input {
    text-align: center;
}

.inventory-icon-arrow {
    text-align: center;
    display: block !important;
}

/* ==========================================================================
Table Body Scroll
========================================================================== */

.tableScroll > tbody {
    display: block;
    max-height: 582px;
    overflow: auto;
}

.tableScroll > thead, .tableScroll > tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

.tableScroll > tbody::-webkit-scrollbar {
    width: 0.2em;
}

.tableScroll > tbody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.tableScroll > tbody::-webkit-scrollbar-thumb {
    background-color: #9e9b9b;
    outline: 1px solid #9e9b9b;
}

/* ==========================================================================
Icon PDF Simcards
========================================================================== */

.icon-pdf-simcards {
    margin-bottom: 10px;
    float: right;
}

/* ==========================================================================
Table
========================================================================== */

.backgroundGray {
    background-color: #EEEEEE;
}

.backgroundAlterGray {
    background-color: #A8A8A8;
}

/*.table-info { Rafael*/
table-info {
    float: left;
    margin-top: 1%;
}

.table-pagination {
    float: right;
    margin-top: 1%;
}

.pagination > .active > a{
    background-color: #07477B;
    border-color: #07477B;
}

.pagination > .active > a:hover{
    background-color: #1d749a;
    border-color: #1d749a;
}

.pagination > li > a{
    color: #1d749a;
}

table {
    word-wrap: break-word;
}

/* ==========================================================================
ICONS - INVOICE TABLE
========================================================================== */

.invoice-icon-liquidated::before{
    font-family: FontAwesome;
    content: " \f14a";
    padding-right: 5px;
    color: #07477B;
}

.invoice-icon-not-liquidated::before{
    font-family: FontAwesome;
    content: " \f2d3";
    padding-right: 5px;
    color: #ff0000;
}

.invoice-icon-blocked::before{
    font-family: FontAwesome;
    content: "\f235";
    padding-right: 5px;
    color: #ff0000;
}

.invoice-icon-unlocked::before{
    font-family: FontAwesome;
    content: "\f007";
    padding-right: 5px;
    color: #07477B;
}

.invoice-icon-cancelled::before{
    font-family: FontAwesome;
    content: " \f14a";
    padding-right: 5px;
    color: #07477B;
}

/* ==========================================================================
TOOLTIPS
========================================================================== */

.tooltip {
    position: relative;
    display: inline-block;
    font-size: 14px;
    z-index: 5;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    bottom: 120%;
    left: 50%;
    opacity: 0;
    transition: opacity 1s;
    z-index: 9999 !important;
    transform: translateX(-50%);
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip-table {
    position: static;
    font-size: 14px;
}

.tooltip-table .tooltip-table-text {
    visibility: hidden;
    min-width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    left: 100%;
    top: -50%;
}

.tooltip-table:hover .tooltip-table-text {
    visibility: visible;
    opacity: 1;
    z-index: 2;
}

/* ==========================================================================
RADIO
========================================================================== */

.radio label, label.radio-inline {
    padding-left: 35px;
}

.radio input[type=radio]:checked ~ .circle, label.radio-inline input[type=radio]:checked ~ .circle {
    border-color: #07477B;
}

.radio input[type=radio]:checked ~ .check, label.radio-inline input[type=radio]:checked ~ .check {
    background-color: #07477B;
}

/* ==========================================================================
ERROR MESSAGE COLOR
========================================================================== */

.error-message-color{
    color: red;
}

/* ==========================================================================
INSERT RECHARGES
========================================================================== */

.input-recharge {
    text-align: right;
    padding-bottom: 0
}

.error-input-addon-color {
    color: #a94442;
}

#recharge-action-buttons {
    margin-top: 22px;
}

/* ==========================================================================
CALENDAR
========================================================================== */

.input-group .input-group-addon {
    padding-top: 37px !important;
}

.form-group {
    margin: 0px 0 0 0;
}

/* ==========================================================================
INVENTORY BAR
========================================================================== */

.progress .progress-bar.progress-bar-inventory {
    background-color: #3275DE;
}

.progress .progress-bar.progress-bar-inventory-total {
    background-color: #172D63;
}

/* ==========================================================================
EXPORT MENU
========================================================================== */

.btn.buttons-collection{
    background: none;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.dropdown-menu li a:hover{
    color: #07477B;
}

/* ==========================================================================
SELECT ROW IN TABLE
========================================================================== */

.selectedRow {
    background-color: #07477B !important;
}

/* ==========================================================================
BUTTONS EXPORT AND IMPORT FILE
========================================================================== */

.button-filter {
    width: 67px !important;
    height: 30px ;
}

.divOuter {
    text-align: right;
}

.divInner {
    display: inline-block;
}

/* ==========================================================================
MULTIPLE FILTERS
========================================================================== */

.button-multiple-filters {
    padding: 5px 5px !important;
    margin-bottom: 7px;
    vertical-align: top;
}

div .table-responsive {
   width: 100%
}

/* ==========================================================================
TABLE SERVICE ORDER WITH DOUBLE SELECTION
========================================================================== */

.border-right-separate {
    border-right: 3px solid #ddd !important;
}

.border-left-separate {
    border-left: 3px solid #ddd !important;
}

/* ==========================================================================
TABLE ADJUSTMENT IN PADDING, MARGIN AND FONT-SIZE
========================================================================== */

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 1px 5px;
}

.table > thead, .table > tbody, .table > tfoot {
    font-size: 12px;
}

/* @media (min-width: 1200px) { RAFAEL*/
@media (min-width: 1270px) {
    .container {
        width: 1270px;
    }
    label {
        margin-bottom: 6px;
    }
}

@media (min-width: 1900px){
    .container {
        width: 1760px;
    }
    label {
        margin-bottom: 12px;
    }
}

.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
}

.table .btn.btn-sm, .table .input-group-btn .btn.btn-sm, .table .btn-group-sm .btn, .table .btn-group-sm .input-group-btn .btn {
    padding: 0 5px;
    font-size: 12px;
}

.table .btn, .input-group-btn .btn {
    margin: 2px 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

@media (max-width: 1199px) {
    .navbar .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 15px;
    }
}

.btn, .input-group-btn .btn {
    font-size: 13px;
    padding: 7px 17px;
    margin: 0 1px 12px;
}

h2, .h2 {
    font-size: 27px;
    margin-top: 0px !important;
}

.form-control {
    font-size: 15px;
    height: 35px;
}

.checkbox label, .radio label, label {
    font-size: 14px;
}

.navbar .dropdown-menu li > a, .navbar.navbar-default .dropdown-menu li > a {
    font-size: 15px;
}

h3, .h3 {
    font-size: 22px;
}

label {
    margin-bottom: 6px;
}

/* ==========================================================================
TEXTAREA SCROLL
========================================================================== */

textarea::-webkit-scrollbar {
    width: 0.5em;
}

textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

textarea::-webkit-scrollbar-thumb {
    background-color: #9e9b9b;
    outline: 1px solid #9e9b9b;
}

/* ==========================================================================
DATEPICKER
========================================================================== */

.datepicker .datepicker-switch {
    width: 120px;
}

.datepicker table tr td, .datepicker table tr th{
    height: 18px;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td{
    padding: 0px;
}

.datepicker table tr td span {
    height: 40px;
}

.selectionOfLinesNote {
    color: #BDBDBD;
}

.checkbox .checkbox-material .check, label.checkbox-inline .checkbox-material .check {
    width: 19px;
    height: 19px;
}

/* ==========================================================================
MULTISELECT - EXPORT SIMS BASE
========================================================================== */

.multiselect-filter .checkbox .checkbox-material .check, label.checkbox-inline .checkbox-material .check {
    width: 15px;
    height: 15px;
}

.multiselect-filter .checkbox .checkbox-material .check:before, label.checkbox-inline .checkbox-material .check:before {
    margin-top: -7px;
    margin-left: 5px;
}

.multiselect-filter .checkbox .checkbox-material, label.checkbox-inline .checkbox-material {
    top: 1px;
}

.multiselect-filter {
    margin: 0 1px;
}

.multiselect-filter button {
    min-width: 160px;
}

.multiselect-filter ul {
    max-height: 295px;
    overflow-y: auto;
}

.multiselect-filter ul>li>div {
    margin: 0 0 0 10px;
}

.multiselect-filter ul>li>div>span{
    margin-left: 6px;
}

.multiselect-filter .divider {
    margin: 6px 0;
}

.multiselect-filter .dropdown-menu {
    min-width: 190px;
    width: 100%;
}

.multiselect-filter {
    width: 100%;
}
.multiselect-filter .btn {
    width: 100%;
}
.multiselect-filter .btn span {
    float: left;
}
.multiselect-filter .btn .caret {
    margin-left: 0;
    right: 0;
    float: right;
    top: 21px;
    margin-top: 7px;
}

.textarea-multiplos-filtros {
    border: 1px solid #d0d0d0 !important;
    padding: 15px !important;
}

#simcards-data-tables thead tr th {
    -webkit-line-break: auto !important;
    -ms-line-break: auto !important;
    width: 50px !important;
}

.w-100 {
    width: 100% !important;
}

.w-100 .input-multi{
    width: 87%;
    float: left;
}

.w-92 {
    width: 84.5%;
    height: 33.5px;
    float: left !important;
    border: 1px solid #cccccc !important;
    background: white !important;
    padding-left: 15px;
}

.w-90 {
    width: 90%;
}

.autocomplete {
    font-size: 15px;

    height: 33.5px;
    float: left !important;
    border: 1px solid #cccccc !important;
    background: white !important;
    padding-left: 15px;
}

.input-white {
    width: 100%;
    height: 34px !important;
    float: left !important;
    border: 1px solid #cccccc !important;
    background: white !important;
    padding-left: 15px;
    font-size: 12px;
    margin-bottom: 0 !important;
}

/* RODAPÉ LOGIN */

.main-login .footer-login {
    width: 100%;
    position: fixed;
    bottom: 0;
}
.main-login #main-content{
    /* min-height: auto !important; RAFAEL */
}

/* center datepicker */

.center-date {
    margin: 0 auto;
    display: block;
    margin-left: 25%;
}

.margin-top-20 {
    margin-top: 20px;
}

table.dataTable td, table.dataTable th {
    font-size: 12px;
    white-space: initial !important;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    vertical-align: middle;
}

table.dataTable th {
    /* font-size: 10px; */
}

.tela-login {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 60px;
    background: #1cb7e9;
}

.login-form-logo-container {
    max-width: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;

}

.float-right {
    float: right;
}

.login-form-logo {
    width: 100%;
}

#modal-login {
    max-width: 360px;
}

.navbar {
    display: block;
    position: relative;
}

.navbar-toggle {
    margin-top: 15px;
}

.navbar.navbar-default {
    min-height: 60px;
}

#main-content {
    overflow: hidden;
    min-height: 100vh;
    position:relative;
    padding-bottom: 110px;
}

.footer-fixed {
    background-color: #07477B;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar .navbar-nav > li > a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.navbar .navbar-nav > li:hover > a span.hidden-res{
    display: initial !important;
}

.footer-text {
    color: #333;
}

#cop-footer {
    color: white;
}

.footer-info {
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 573px) {
    .footer-info {
        justify-content: center;
    }
}

@media only screen and (max-width: 723px) {
    .footer-item:nth-child(4) {
        width: 0;
        height: 0;
        position: absolute;
    }
}

.footer-item {
    display: flex;
    margin: 1px 8px;
    padding: 4px;
    align-items: center;
}

.footer-item:nth-child(2) {
    flex-flow: column;
}

.footer-item:nth-child(4) {
    visibility: hidden;
}
.footer-item-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.bt-success {
    background: #07477B !important;
    color: #FFF !important;
    border: 0 !important;
    padding: 10px !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    width: 50% !important;
    margin: 20px auto !important;
    display: block !important;
    cursor: pointer !important;
    border-radius: 5px !important;
    margin-bottom: 0 !important;
}

.box-login {
    padding-bottom: 40px;
}

.box-login h1 {
    color: #777;
    text-align: center;
}

.box-login button {
    background: #07477B;
    color: #FFF;
    width: 50%;
    margin-bottom: 0;
}

.box-login button:hover {
    background: #038ff4c9;
    color: #FFF;
}

.box-login p {
    color: #777;
}

.modal-open .modal {
    padding-top: 90px;
}

.modal-xl {
    width: 67%;
}

@media (min-width: 1920px) and (max-width: 2560px)  {
    .modal-xl {
       width: 58%;
    }
 }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}

.alert-info {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}

.alert-warning {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
}

.alert-danger {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}

.btn {
    padding: 6px 12px;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
}

@media only screen and (min-width:501px) and (max-width: 768px) {
    #modal-login {
        width: 80%;
    }
}

.tooltip .tooltiptext {
    width: 250px;
}

/* ==========================================================================
AJUSTE TABELAS
========================================================================== */

.bt-actions {
    float: left;
    padding: 2px;
    margin-top: 0px;
    margin-left: 8px;
    width: 28px;
    height: 28px;
    border-radius: 36px;
    text-align: center;
}

.bt-actions span,
.bt-actions .fa {
    width: auto;
    padding-left: 0;
    padding-top: 5px;
}

.info-action {
    padding-top: 4px;
    display: block;
    padding-left: 45px;
}

.td-options {
    overflow: initial !important;
}

.btn-opcoes {
    color: #337ab7 !important
}

.imei-locked {
    color: red;
    font-weight: 500
}

.status-offline {
    color: red;
    font-weight: 500
}

.status-online {
    color: green;
    font-weight: 500
}

.status-pendente {
    color: orange;
    font-weight: 500
}

.status-sem {
    color: #00635a;
    font-weight: 500
}

.width-100 {
    width: 100%;
}

#filter-file {
    border-radius: 6px;
    left:10px;
}

#export {
    top:40px;
}

.btn-export {
    width: 140px;
    height: 35px;
    padding: .75rem 2rem;
    font-size: 1rem;
    font-weight: 400;
    font-family: Poppins;
    color: #fff !important;
    background-color: #2ca189 !important;
    border-color: #299781 !important;
}

#export .dropdown-menu {
    min-width: 140px;
}

.btn-filter {
    width: auto;
    height: 35px;
    padding: .75rem 2rem;
    font-size: 1rem;
    font-weight: 400;
    font-family: Poppins;
    color: #FFFFFF !important;
    background-color: #07477B !important;
    border-color: #0ba9d4 !important;
}

.limitText {
    overflow: initial !important;
}

.tooltip-grid + .tooltip {
    position: absolute !important;
    padding: 20px !important;
    min-width: 240px;
    margin-top: -50px;
    z-index: 9999999;
}

.tooltip-grid + .tooltip > .tooltip-inner {
    background-color: white !important;
    position: absolute;
    width: auto;
    padding: 10px;
    border: 1px solid #ccc;
    color: gray
}

.tooltip-grid + .tooltip > .tooltip-arrow {
    border-bottom-color: white !important;
}

#export .dropdown-menu {
    box-shadow: 0 !important;
    box-shadow: none !important;
    border: 1px solid #e3e3e3;
    top: 95% !important;
}

.btn-pill {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

.content-table {
    overflow: hidden;
}

#table-invoices {
    margin-top: 25px;
}

.iccidAutocomplete {
    height: auto !important;
}

.scroll-table {
    /* overflow-x: auto; */
}

.details-table {
    width: 100px;
    float: left;
}

.small-col {
    width: 80px !important;
}

.iccid-col {
    width: 150px !important;
}

@media (min-width: 768px) {
    .container {
        /* width: auto; */
    }
    .details-table {
        width: 120px;
    }
}

table {
    font-family: "Poppins","Arial",sans-serif !important;
    background-color: #fafafa !important;
    border: 1px solid #E3E3E3 !important;
}

table.w-100.table-striped {
    font-size: 12px;
    text-align: center !important;
}

table.w-100.table-striped > thead > tr {
    border-bottom: 1px solid #E3E3E3;
}

table.w-100.table-striped > thead > tr > th,
table.w-100.table-striped > tbody > tr > th {
    text-align: center;
    vertical-align: middle;
}

table.w-100.table-striped > tbody > tr,
table.w-100.table-striped > tbody > tr {
    line-height: unset;
}

table.w-100.table-striped > thead > tr > th,
table.w-100.table-striped > thead > tr > td {
    padding: 10px 18px;
}

table.w-100.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

table.w-100.table-striped tbody tr {
    background-color: white;
}

table.table-striped > tbody > tr > td {
    padding: 6px;
}

.mdl-data-table td {
    padding: 0 6px 0 !important;
}

.compact td, table.dataTable th {
    /*font-size: 9px; Atylla */
    /* font-size: 10px; Atylla */
    vertical-align: middle; /* Atylla */
}

table {
    overflow-x: auto;
    overflow-y: auto;
}

tr td, tr th {
    overflow:visible;
}

.JPadding > tbody > tr > td,
.JPadding > tbody > tr > th {
    overflow: inherit !important;
}

.btn-custom {
    background-color: white !important; /* Força o fundo a ser branco */
    border: 1px solid #cccccc !important; /* Reaplica a borda que pode ter sido removida ou sobreposta */
    margin-left: 0 !important; /* Remove a margem negativa que pode estar causando o problema */
}

.btn-group {
    white-space: nowrap;
    margin: 0px 0px;
}

.btn-group .btn {
    float: none;
    display: inline-block;
}

.btn + .dropdown-toggle {
    margin-left: -4px;
}

.table-responsive {
    overflow-y: visible !important;
    overflow-x: auto !important;
    display: flex;
}

.btn-plus-filters {
    padding: 0 !important;
    margin-right: 15px !important;
}

.btn-plus-filters:hover {
    background: none !important;
}

/* Autocomplete */

.typeahead__container.backdrop+.typeahead__backdrop, .typeahead__container.filter .typeahead__dropdown, .typeahead__container.hint .typeahead__hint, .typeahead__container.result .typeahead__list {
    z-index: 9999;
}

.float-right-important {
    float: right !important;
}

.textarea-multiplos-filtros {
    border: 1px solid #d0d0d0 !important;
    padding: 15px !important;
    background-color: #ffffff !important;
}

#simcards-data-tables thead tr th {
    -webkit-line-break: auto !important;
    -ms-line-break: auto !important;
    width: 50px !important;
}

#field-operator-name{
    color: blueviolet;
    font-weight: 500;
}

/* ==========================================================================
ICON - INICIO
========================================================================== */

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v38/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
ICON - FIM
========================================================================== */

.table-complete-info{
    display: block;
    margin-bottom: 50px;
}

.alert .close {
    margin-right: 20px !important;
}

.remove-margin {
    margin-top: -7px;
}

.float-left {
    float: left;
}

.typeahead__query input {
    border-radius: 0 !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.autocomplete::-webkit-input-placeholder,
.input-white::-webkit-input-placeholder {
    color: #bdbdbd !important;
    opacity:1 !important;
}

.padding-left-24 {
    padding-left: 24px !important;
}

/* ==========================================================================
RAFAEL - FIM
========================================================================== */

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #E3E3E3;
}

table.dataTable.no-footer {
    border-bottom: none;
}

.mdl-data-table tbody td {
    border-top: none;
}

.padding-left-19 {
    padding-left: 19px !important;
}

/* ==========================================================================
Atylla - Adequação datatables ao estilo - Inicio
========================================================================== */

button.dt-button, div.dt-button, .dt-button {
    background-color: #fafafa;
    background-image: none;
    border: 1px solid rgba(0,0,0,.12);
}

.fa-table, .fa-caret-down {
    color: rgba(0,0,0,.54);
}

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
.dt-button:hover:not(.disabled) {
    background-color: #eee !important;
    border: 1px solid rgba(0,0,0,.12) !important;
    background-image: none !important;
}

button.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
.dt-button:active:not(.disabled),
.dt-button.active:not(.disabled) {
    background-color: #e2e2e2 !important;
    box-shadow: none !important;
    background-image: none !important;
}

button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
.dt-button:focus:not(.disabled) {
    border: none !important;
    text-shadow: none !important;
    background-color: none !important;
}

button.dt-button:active:not(.disabled):hover:not(.disabled),
button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
.dt-button:active:not(.disabled):hover:not(.disabled),
.dt-button.dt-button.active:not(.disabled):hover:not(.disabled) {
    background-color: #e2e2e2 !important;
    box-shadow: none !important;
    background-image: none !important;
    border: 1px solid rgba(0,0,0,.12) !important;

}

div.dt-button-collection button.dt-button:active:not(.disabled),
.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection .dt-button:active:not(.disabled),
div.dt-button-collection .dt-button.active:not(.disabled) {
    background-color: #eee !important;
    box-shadow: none !important;
    background-image: none !important;
    color: rgba(0,0,0,.54) !important;
}

button.dt-button, div.dt-button, .dt-button {
    color: rgba(0,0,0,.54);
}

.dt-button-collection::-webkit-scrollbar {
    width: 0.4em;
}

.dt-button-collection::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.dt-button-collection::-webkit-scrollbar-thumb {
    background-color: #9e9b9b;
    outline: 1px solid #9e9b9b;
}

/* ==========================================================================
Atylla - Adequação datatables ao estilo - Fim
========================================================================== */

.typeahead__container .typeahead__field .typeahead__label-container, .typeahead__container .typeahead__field [contenteditable], .typeahead__container .typeahead__field input, .typeahead__container .typeahead__field textarea {
    padding-right: 0;
}

/* Botão Dropdown de exportações tela de Invoices */
.pull-right {
    padding-left:5px;
}

/* Remove margin from the element */
.no-margin {
    margin: 0;
}

/* Add margin from the element */
.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

#buttonCreateServiceOrder {
    margin-top: 37px;
}

/**
    Internal Label
**/

#internal_label_table{
    margin-left:30px;
    border-collapse:separate;
    border-spacing: 2em;
}

#internal_label_table tr td {
    width:200px;
    height:50px;
    border:1px solid black;
}

.externalLabel {
    float:left;
}

.selectedCell {
    background-color: #1ea1cc
}

/**
OS Alert icon
 */

.bell-icon{
    margin-bottom: 7px;
}

.display-inline {
    display: inline;
}

.display-block {
    display: block;
}

/*SUBMENU NAVBAR*/

.navbar.navbar-default .dropdown-menu .sub-menu {
    right: 100%;
    position: absolute;
    top: 0;
    margin-top: -5px;
}

.dropdown-menu .sub-menu {
    display: none !important;
}

.navbar.navbar-default .dropdown-menu li:hover .dropdown-menu.sub-menu {
    visibility: visible;
    display: block !important;
}

.dropdown-menu li {
    overflow: visible;
    cursor: pointer;
}

.sub-menu.open-submenu {
    visibility: visible;
    display: block !important;
}

.dropdown-menu.sub-menu {
    box-shadow: 4px 4px 6px 2px rgba(0, 0, 0, 0.26);
}

.dropdown {
    position: relative;
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
}

.dropdown:hover .dropdown-toggle {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.dropdown:hover ul {display: block;}

/*END SUBMENU NAVBAR*/

.min-width180 {
    min-width: 180px;
}

#export-form {
    margin-bottom: -30px;
}

#div-button-export {
    z-index: 2;
    margin-bottom: 25px;
}

.buttons-table {
    z-index: 2;
    position: relative;
    margin-bottom: -30px;
}

.adv-inv-div-buttons-table {
    margin-bottom: -30px;
}

.adv-inv-buttons-table {
    z-index: 2;
    position: relative;
}

.y-35 {
    transform: translateY(35px);
}

.buttons-table .button-table {
    padding: 5px 10px;
}

.line-height15 {
    line-height: 15px;
}

dd a {
    color: #009688;
}

.label-customer-category {
    font-weight: bold;
    color: currentColor;
}

.label-customer-category.orange {
    color: darkorange;
}

.label-customer-category.blue {
    color: deepskyblue;
}

.label-customer-category.red {
    color: red;
}

.cornflowerblue-back-color {
    background-color: cornflowerblue;
}

.dropdown-menu .divider {
    margin: 6px 0;
}

table.w-100.table-striped.simcards-summary > tbody > tr,
table.w-100.table-striped.simcards-summary > thead > tr > th     {
    border-bottom: 1px solid #7676769e;
}

.dataTables_wrapper {
    width: 99.8%;
}

.disabled {
    pointer-events: none;
}

.notifications-list .item .details .title {
    word-break: break-word;
}

.border-unset{
    border: unset;
}

/* RELATED SERVICE ORDERS */

.list-group {
    border: 1px solid lightgray;
    border-radius: 5px;
}

.font-bold {
    font-weight: bold;
}

#divRelatedOS {
    max-height: 360px;
    overflow-y: auto;
    padding-right: 5px;
}

.break-word {
    word-break: break-word;
}

/* ==========================================================================
Expandir a largura do dropdown - Inicio
========================================================================== */

.custom-expand-dropdown {
    padding-right: 10px;
}

/* ==========================================================================
Expandir a largura do dropdown - Fim
========================================================================== */

/* Email Recharge Subscription */
.custom-multi-input {
    width: 92.1% !important;
}

/* ==========================================================================
Batc imports information (tag a) - Inicio
========================================================================== */

a.batch-imports-information {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    text-decoration: none;
}

/* ==========================================================================
toggle-switch
========================================================================== */

.toggle-switch-active, .toggle-switch-inactive {font-size:30px;cursor:pointer;}
em.toggle-switch-active { color: #07477B}
em.toggle-switch-inactive {color: #ff0000}

/* ==========================================================================
fa-blink
========================================================================== */

@keyframes fa-blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 0; }
}

.fa-blink {
  -webkit-animation: fa-blink .88s linear infinite;
  -moz-animation: fa-blink .88s linear infinite;
  -ms-animation: fa-blink .88s linear infinite;
  -o-animation: fa-blink .88s linear infinite;
  animation: fa-blink .88s linear infinite;
}

/* ==========================================================================
filters collapsed
========================================================================== */

.filters-collapsed {
    height: 60px;
}

.h2-filters-collapsed-title {
    text-align: center;
    float: center;
    padding-right: 25px;
}

.div-filters-collapsed-button {
    text-align: left;
    float: left;
    margin-top: -65px;
}

.div-filters-collapsed-button-right {
    text-align: right;
    float: right;
    margin-top: -65px;
}

/* ==========================================================================
mouse cursor not allowed
========================================================================== */

.cursor-not-allowed {
    cursor: not-allowed !important;
}

/* ==========================================================================
label inventory information
========================================================================== */

.label-inventory-information-title {
    font-weight: bold;
    color: currentColor;
}

.input-file::-webkit-file-upload-button {
/*    take off border and hover*/
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    color: #009688;
}
.input-file {
    content: '<p data-translate="LsmApp.serviceOrder.osInvoice.selectLabel"> </p>';
}

/* ==========================================================================
Blue link
========================================================================== */

.blue-link a {
    color: blue;
}

/* ==========================================================================
Disabled link
========================================================================== */

.disabled-link a {
    cursor: not-allowed;
    pointer-events: none;
    /* color: grey; */
    color: #ccc;
}

/* ==========================================================================
Counter iccids TNS Select
========================================================================== */

.iccids-counter-blue {
    color: blue;
}

.iccids-counter-red {
    color: red;
}
.flex-end{
    display: flex;
    justify-content: end;
    margin: 0px 15px;
}
.pr-15{
    padding-right: 15px !important;
}

/* ==========================================================================
Screen filters - Line for when collapse is true
========================================================================== */

.line-placeholder {
  border-top: 2px solid #e3e3e3;
}

tr:nth-child(-n+4) td.td-options > div.btn-group > ul.dropdown-menu, tr:nth-child(-n+4) td > div.btn-group > ul.dropdown-menu{
    top: 100% ;
    bottom: auto;
    margin-bottom: 2px ;
}

/* ==========================================================================
Animação para ficar piscando o label
========================================================================== */

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.blinking {
    animation: blink 1s infinite;
}

/* ==========================================================================
Table nested - Service Orders
========================================================================== */

.outer-table,
.inner-table {
    font-family: Arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.outer-table th,
.inner-table th {
    background-color: #4682B4 !important;
    color: white;
    padding: 8px 12px;
    border: 1px solid #ddd;
}

.outer-table td,
.inner-table td {
    padding: 8px 12px;
    border: 1px solid #ddd;
}

/* Remove as bordas das células que contêm tabelas aninhadas */
.outer-table tr > td:has(.inner-table) {
    border: none;
}

.outer-table tr:nth-child(even),
.inner-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.inner-table {
    margin-top: 10px;
    border: 1px solid #ddd; /* Garante que a tabela interna tenha bordas */
}

.inner-table tr:nth-child(even) {
    background-color: #e1f3ff;
}

/* ==========================================================================
Table Filter
========================================================================== */

.flex-container-table-filter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

.flex-item-table-filter {
    margin: 5px;
}

.flex-item-input-table-filter {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.flex-item-input-table-filter label {
    margin-right: 10px;
    position: relative;
    bottom: 10px;
}

.flex-grow-table-filter {
    flex-grow: 1;
}

.flex-buttons-table-filter {
    display: flex;
    gap: 5px;
    align-items: center;
    bottom: 5px;
}

.custom-input-table-filter {
    margin-left: 20px;
}

/* ==========================================================================
Position filter organization
========================================================================== */

.position-filter-organization {
    left: -400px;
}

/* ==========================================================================
Dropdown sem ser por componente
========================================================================== */

/* Classe específica para o menu dropdown manual */
.non-component {
    width: 100%; /* Ajusta a largura para 100% do contêiner do botão */
    box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.26); /* Define explicitamente a sombra */
    font-size: 12px !important; /* Mantém o tamanho de fonte */
    z-index: 1050; /* Um valor de z-index alto o suficiente para sobrepor outros elementos */
    position: absolute; /* Posicionamento absoluto para acompanhar a largura do botão */
    top: 100%; /* Posicionado logo abaixo do botão */
    left: 1px; /* Ajuste fino da posição à esquerda, se necessário */
    right: 1px; /* Ajuste fino da posição à direita, se necessário */
}

/* Ajuste de margem e largura para alinhar o dropdown com o botão acima */
.btn-group-sm {
    position: relative; /* Posicionamento relativo para o contêiner do botão */
}

.btn-group-sm .dropdown-toggle {
    width: 100%; /* O botão terá 100% da largura do seu elemento pai .btn-group-sm */
}

.btn-group-sm .non-component {
    position: absolute; /* Posicionamento absoluto para o dropdown acompanhar a largura do botão */
    width: calc(100% - 2px); /* Ajuste de 1px de cada lado, se necessário, para bordas ou padding */
    left: 1px; /* Ajuste fino da posição à esquerda */
    right: 1px; /* Ajuste fino da posição à direita */
    top: 100%; /* Posicionar logo abaixo do botão */
}

/* ============================================================================
Posição do Client autocomplete do componente table-multiple-filter-autocomplete
==============================================================================*/

.client-posisition-orders {
    margin-top: -6px !important;
}

/* ==========================================================================
Table nested external - TNS Select
========================================================================== */

.details-control {
    cursor: pointer;
}

.details-control.plus::before {
    content: '\f067'; /* ícone de "mais" do FontAwesome */
    font-family: 'FontAwesome';
}

.details-control.minus::before {
    content: '\f068'; /* ícone de "menos" do FontAwesome */
    font-family: 'FontAwesome';
}

tr.shown .details-control::before {
    content: '\f068'; /* ícone de "menos" do FontAwesome */
}

/* ==========================================================================
TNS Select - Espaço Reservado
========================================================================== */

.placeholder {
    float: right;
    width: 40px;
    height: 40px;
    visibility: hidden;
}

/*
    Cockpit Sharepools Legends
*/
.plan-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.plan-card {
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 10px;
    min-width: 180px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.color-square {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-right: 10px;
}

.plan-info {
    display: flex;
    flex-direction: column;
}

.plan-name {
    font-weight: bold;
}

.plan-percent {
    font-size: 14px;
}

/*TNS LINK DATA CARD*/
.status-card {
    width: 100%;
    max-width: 500px;
    border: 2px solid #ccc;
    border-radius: 12px;
    padding: 16px;
    font-family: 'Segoe UI', sans-serif;
    background-color: #f9f9f9;
    box-shadow: 2px 4px 8px rgba(0,0,0,0.1);
}

.status-header {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.status-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.status-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    background-color: #fff;
    transition: background 0.3s;
}

.status-item:hover {
    background-color: #f0f0f0;
}

.status-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-indicator {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.status-blue {
    background-color: #1e90ff;
}

.status-green {
    background-color: #28a745;
}

.status-red {
    background-color: #dc3545;
}
