
html, body {
    font-size: 14px !important;
}

body {
    min-height: 100%;
    height: auto !important;
}

/*BOOTSTRAP*/

.pull-left {
    position: relative;
    float: left;
    right: 0px;
}

.pull-right {
    position: relative;
    float: right;
    right: 0px;
}

.dropdown .dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 0.4rem;
}

.pagination .page-item .page-link-ellipsis,
.pagination .page-item .page-link-ellipsis:hover {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    cursor: default !important;
    color: #8c9197 !important;
}

/* modal */


/* CARREGADOR */

.carregador {
    position: absolute;
    z-index: 9;
    background: url('../img/bg-cinza.png');
}

.carregador .lotplay {
    width: 300px;
    height: 300px;
    margin-top: -150px;
    left: -150px;
    top: 50%;
    margin-left: 50%;
    position: absolute;
}

.carregador.fixed {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999 !important;
}

.offline,
.online {
    z-index: 9999;
    font-size: 12px;
    background: greenyellow;
    color: black;
    padding: 0px 3px;
    border-radius: 5px;
}

.offline {
    background: red;
    color: white;
}

.load-circle-back {
    width: 84px;
    height: 84px;
    margin-top: -42px;
    left: -42px;
    top: 50%;
    margin-left: 50%;
    position: absolute;
    background: rgba(255, 255, 255, .8);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 6px;
}

.load-circle-back.fixed {
    position: fixed !important;
}

.load-circle-side {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    left: -16px;
    top: 50%;
    margin-left: 50%;
    position: absolute;

    -webkit-animation: load-circle-side-circle infinite .6s linear;
       -moz-animation: load-circle-side-circle infinite .6s linear;
         -o-animation: load-circle-side-circle infinite .6s linear;
            animation: load-circle-side-circle infinite .6s linear;

    border: 3px solid rgb(45, 164, 170);
    border-top-color: rgba(0, 0, 0, .1);
    border-right-color: rgba(0, 0, 0, .1);
    border-bottom-color: rgba(0, 0, 0, .1);
    border-radius: 100%;
}

.load-circle-side.fixed {
    position: fixed !important;
}

@-webkit-keyframes load-circle-side-circle {
    0%
    {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@-moz-keyframes load-circle-side-circle {
    0%
    {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@-o-keyframes load-circle-side-circle {
    0%
    {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes load-circle-side-circle {
    0%
    {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}


/* ANGULARJS */

form .ng-invalid {
    border: 1px solid red;
}


/*  UIGRID */

.acao-info {
    position: absolute;
    left: 8px;
    margin-top: 10px;
    padding: 2px;
}

.acao-info i {
    font-size: 0.9rem;
}

.swal2-container {
    z-index: 9999999 !important;
}


/* OPERACOES */

.badge-removido {
    margin-right: 25px;
}

.enviar-botao {
    position: absolute !important;
    padding-top: 10px;
}

/* UI-TOOLTIP*/

.tooltip.in {
    opacity: 1 !important;
}
.tooltip > .tooltip-inner {
    font-size: 12px !important;
    background-color: rgba(0,0,0,.75) !important;
    opacity: 1 !important;
}

/* UI-SELECT*/

.ng-invalid.ui-select-container {
    border: none;
}

.form-control.ui-select-container {
    line-height: normal;
    height: auto;
    padding: 0px;
    background: none;
    border: none;
}

form .ng-invalid .selectize-input {
    border-color: red !important;
}

.selectize-input {
    min-height: 38px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
    background-color: #1b9dec !important;
    color: white !important;
}

.selectize-control .selectize-input.disabled {
    opacity: 0.9 !important;
    background-image: linear-gradient(to bottom, #F2F4F4, #F2F4F4) !important;
}


/* DROPZONE */

.dropzone {
    min-height: none !important;
    border: none !important;
    background: none !important;
    padding: none !important;
}

upload-componente>div {
    border: 3px dashed #00000036;
    padding: 23px;
    border-radius: 10px;
}

/* TIME LINE */

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.app-status-sincronizacao {
    display: block;
    margin-top: -8px !important;
    padding-bottom: 8px !important;
    text-align: center !important;
    width: 100% !important;
}

.app-status-sincronizacao-img {
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
}

.app-status-sincronizacao-msg {
    display: inline-block !important;
    color: rgb(15,100,142) !important;
}