﻿html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: #f5f6f8;
}

/*#region Login Page Style */
.loginBG {
    background-color: #f5f6f8;
}

.login-height-400 {
    height: 400px;
    display: none;
    margin-top: 50px;
}

.loginContainer {
    background-color: white;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #aaa;
    /*-webkit-box-shadow: 0 8px 20px 5px #8c8c8c;
    box-shadow: 0 8px 20px 5px #8c8c8c;*/
    box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.35);
}

.loginFormHolder {
    padding: 24px;
}

.login-logo {
    margin: 0 auto;
    display: block;
}

.loginCommandsHolder {
    /*padding: 0 16px 16px 16px;
    background-color: white;
    text-align: right;
    border-radius: 6px;*/
    border: 1px solid red;
    width: 85%;
    margin: 0 auto;
}

    .loginCommandsHolder a {
        width: 88px;
        padding: 16px;
    }

#forgot-form {
    position: relative;
    /*margin-top: -260px;*/
    margin-left: 10px;
}

.forgotCommandsHolder {
    padding: 5px 25px 5px 5px;
    text-align: right;
}

/*#endregion */

#extLogo {
    /*display: block;*/
    margin: 10px auto -20px auto;
}

#wrapper {
    position: relative;
    min-height: 100%;
     margin: 0;
} 

.ext-container {
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 70px;
}

.container {
    z-index: 1;
    padding: 70px 10px 45px 10px;
    /*min-height: 400px;*/
    /*display: none;*/
}

.height-0 {
    height: 0;
}

.height-400 {
    height: 400px;
}

.height-100 {
    height: 100px;
}

.height-80 {
    height: 80px;
}

.height-60 {
    height: 60px;
}

.maxH400 {
    overflow-y: auto;
    max-height: 285px;
    margin: 20px 0;
    /*background: #f6f6f6;
    border-radius: 3px;
    padding: 5px 1px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.1);*/
}

.maxH600 {
    overflow-y: auto;
    max-height: 600px;
}

.width-300 {
    width: 300px;
}

.width-250 {
    width: 250px;
}

.width-100 {
    width: 100px;
}

.width-80 {
    width: 80px;
}

.width-70 {
    width: 70px;
}

.width-60 {
    width: 60px;
}

.width-50 {
    width: 50px;
}

.width-40 {
    width: 40px;
}

.width-30 {
    width: 30px;
}



.font-size-8 {
    font-size: 8px;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-19 {
    font-size: 19px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-25 {
    font-size: 25px !important;
}

.font-size-32 {
    font-size: 32px !important;
}

.fontSize-32 {
    font-size: 32px !important;
}

.vertically-centered {
    margin: auto 0;
}

.etiqueta {
    margin: 15px;
    border: solid 1px #bbb;
    border-radius: 11px;
    -webkit-box-shadow: 1px 1px 2px 2px #ccc;
    box-shadow: 1px 1px 2px 2px #ccc;
}

.textCustom {
    position: relative;
    top: 0;
    left: 0;
    vertical-align: text-top;
    font-size: 40px;
}

.rowNote {
    /*margin: 3px;
    padding: 8px;
    background-color: #00a300;
    color: white;*/
}

    .rowNote a:hover {
        text-decoration: underline;
    }
/*#region Table Style */
div.table {
    /*margin: 0 0 30px 0;*/
    position: relative;
}

    div.table table {
        width: 100% !important;
    }


            div.table table thead tr {
                display: table-row;
                vertical-align: inherit;
            }

            div.table table thead th {
                /*background: url("../images/bg_fileTable_headM.gif") repeat-x scroll left bottom transparent;*/
                color: #FFFFFF;
                font-size: 18px;
                vertical-align: middle;
                font-weight: 300;
                border: none !important;
                border-right: 1px solid #bcd3a5;
                border-bottom: 1px solid #DDDDDD;*/
            }

                div.table table thead th a {
                    padding: 0 13px 0 0;
                    /*background: url("../images/icons/table_order.png") no-repeat scroll right center transparent;*/
                    color: #FFFFFF;
                    /*font-weight: 300;*/
                    /*text-decoration: underline;*/
                }

.columnFilterHeaderRow .columnFilterHeaderColumn {
    padding-bottom: 0;
}




        div.table table tbody td,
        div.table table tbody th {
            /*position: relative;*/
            /*padding: 13px 3px 13px 7px;*/
            /*border-bottom: 1px solid #DDDDDD;*/
            vertical-align: middle;
            /*font-size: 13px;*/
        }

            div.table table tbody td a.edit {
                display: inline-block;
                float: left;
                margin: 0 10px 0 0;
                width: 16px;
                height: 16px;
                background: url("../images/icons/pencil.png") no-repeat scroll 0 0 transparent;
                text-indent: -999999px;
            }

            div.table table tbody td span.statusOn {
                padding: 0 0 0 15px;
                background: url("../images/icons/status.png") no-repeat scroll 0 0 transparent;
            }

            div.table table tbody td span.statusOff {
                padding: 0 0 0 15px;
                background: url("../images/icons/status-busy.png") no-repeat scroll 0 0 transparent;
            }

tbody tr.odd {
    background-color: #FFF;
}

tbody tr.even {
    /*background-color: #e9e9e9;*/
}

tbody tr.texto_tachado {
    background-color: #fcedec;
    text-decoration: line-through;
}

tbody tr:hover {
    background-color: #FFFFCC;
    /*cursor: pointer;*/
}

div.tableAction {
    padding: 4px;
    background-color: #e6e6e6;
    border-left: 2px solid #999;
    /*border-bottom:1px solid #999;*/
    /*margin-bottom: 10px;*/
    /*background: url("../images/bg_tableActions.png") repeat-x scroll 0 0 #f2f3f5;*/
    /*border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;*/
    /*vertical-align: middle;*/
}

    div.tableAction .delEntry {
        float: left;
        overflow: hidden;
        margin: 7px 0 0 7px;
        width: 77px;
        height: 20px;
        border: medium none;
        background: url("../images/btn_delete.png") no-repeat scroll 0 top transparent;
        cursor: pointer;
    }

        div.tableAction .delEntry:hover {
            background: url("../images/btn_delete.png") no-repeat scroll 0 bottom transparent;
        }

    div.tableAction .csvExport {
        float: left;
        overflow: hidden;
        margin: 2px 0 0 5px;
        width: 77px;
        height: 20px;
        border: medium none;
        background: url("../images/btn_csvExport.png") no-repeat scroll 0 top transparent;
        cursor: pointer;
    }

.dataTables_wrapper .dataTables_filter input {
    margin-left: 5px;
    width: 220px;
}

div.ColVis {
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 8px !important;
}

ul.ColVis_collection li {
    margin-bottom: 5px;
    background-color: #2eabbf;
    border-color: #2eabbf;
    color: white;
    padding: 2px;
    padding-left: 6px;
    border-radius: 6px;
}

ul.ColVis_collection li label span {
    margin-left: 5px;
}

ul.ColVis_collection {
    z-index: 10;
    padding: 8px;
    border-radius: 6px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    border: 1px solid rgba(0,0,0,0.4);
    background-color: #eeeeeedd !important;
}

ul.ColVis_collection li label span a {
    color: white;
}

button.ColVis_Button {
    color: white;
    background-color: #2eabbf;
    border-color: #2eabbf;
}

    button.ColVis_Button:hover {
        color: white;
        background-color: #2eabbf;
        border-color: #2eabbf;
    }

/*Feito para remover efeito do bootstrap que tira cor azul de links sem href*/
.btn-link {
    border-color: transparent !important;
    cursor: pointer !important;
    color: rgba(95,192,225,.95) !important;
    border-radius: 0 !important;
    text-decoration: #0e83cd !important;
}
.btn-link:hover {
    color: rgba(85,173,202,.95) !important;
}

.removeLink {
    margin: 0px;
    border: 0;
    padding: 0;
}
.btn {
    font-size: 16px;
    padding: 3px 10px 3px 10px;
    margin: 1px !important;
    border-radius: 3px !important;
}
/*new css*/
.btn-info {
    color: white !important;
}
.inpDtTime{
    width: 100%;
}

table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc, table.dataTable thead .sorting {
    background-image: none !important;
}
.dt-button-background{
    visibility: hidden !important;
}
.dataTables_processing {
    height: auto !important;
    z-index: 10;
}

.paginate_button.current {
    font-family: 'latoRegular', 'Open Sans';
    background-color: #00A2AD !important;
    color: #fff !important;
}
div.dt-buttons {
    
    margin: auto;
}

.table-footer {
    background-color: #e6e6e6;
    border-left: 2px solid #999;
    padding: 3px 4px 3px 0px;
    display: flex;
    align-items: center;
}

.ColVis_collectionBackground {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 5000px !important;
        margin: 1.75rem auto;
    }
}

.errorLogo {
    text-align: center;
    margin-top: 30px;
}
.btn:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: initial !important;
}
.btn:active {
    border-width: 1px !important;
}
#lnkShowActiveInactive {
    width: 150px;
}

.dt-button.buttons-columnVisibility {
    background-image: none !important;
    color: white;
    border-radius: 5px !important;
    border: 1px !important;
    background-color: #17a2b8 !important;
    border-color: #8abb53 !important;
}

.dt-button.buttons-columnVisibility.active {
    background-image: none !important;
    background-color: #127d8e !important;
    border-color: #8abb53 !important;
}


.dt-button-collection {
    background-color: #eeeeeebb !important;
    top: auto !important;
    bottom: 45px;
}
.search-button-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.fa-check {
    color: green;
}

.fa-times {
    color: red;
}

/*#region Slider*/
/* The switch - the box around the slider */
.switch {
    margin: 5px;
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.checkbox-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .checkbox-slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 20px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .checkbox-slider {
    background-color: #2196F3;
}

input:focus + .checkbox-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .checkbox-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.checkbox-slider.round {
    border-radius: 34px;
}

    .checkbox-slider.round:before {
        border-radius: 50%;
    }
/*#endregion*/

.inline-text-button, .inline-select-button, .inline-link-button {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 7pt !important;
}

.inline-text-button.input-control.text input, .inline-link-button a {
    margin-bottom: 0px;
    width: 100%;
    margin-right: 10px;
}

.inline-select-button .input-control.select, .inline-select-button .select2-choice {
    margin-bottom: 0px;
    margin-right: 10px;
}
  
.inline-bottom-button {
    display: flex !important;
    align-items: flex-end;
    margin-bottom: 5pt;
}

.btn-table-footer {
    background-color: #00A2AD;
    color: white;
    font-family: 'latoRegular', 'Open Sans';
}

.input-control.radio .check {
    margin: 0 10px 0 0;
}
.input-control.radio {
    margin: 0 20px 0 0;
}

/* Padroniza tamanho dos selects para mesmo das text inputs */
.select2-container .select2-choice  {
    height: 34px;
    display: flex;

}
.select2-container:not(.select2-container-multi) {
    height: 34px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-bottom: auto;
    margin-top: auto;
}
.select2-container-multi .select2-choices {
    border-radius: 3px;
    background-image: none;
}
/* Tooltip */
.custom-tooltip {
    position: relative;
}

    .custom-tooltip .custom-tooltip-text {
        visibility: hidden;
        background-color: rgba(0,0,0,0.8);
        width: max-content;
        color: #fff;
        border-radius: 6px;
        padding: 5px 10px 7px 10px;
        margin-left: 10px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .custom-tooltip:hover .custom-tooltip-text {
        visibility: visible;
    }

    .custom-tooltip .custom-tooltip-text::after {
        content: " ";
        position: absolute;
        top: 15px;
        right: 100%; /* To the left of the tooltip */
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent rgba(0,0,0,0.8) transparent transparent;
    }
.fill-space {
    width: 100%;
}

.dataTables_length {
    font-size: 16px;
}

.dataTables_length label{
    margin: 0;
}


    .dataTables_length select {
        border-color: rgba(85, 155, 226, 0.72) !important;
        border-radius: 3px;
        border-width: 1px !important;
    }
    

    /*Better select plugin checkboxes*/
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    margin-top: -6px !important;

}
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
    display: table-cell !important;
    top: unset !important;
}
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #edffda !important;
}
table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    margin-top: -15px !important;
}

.table-info-filter {
    position: relative;
    overflow: auto
}
.table-info-filter .dataTables_info {
    position: absolute;
    bottom: 0;
}


.filter_column .form-control {
    padding: 0.2rem !important;
}

.dotted-info {
    background-color: transparent;
    border-color: #3a87ad;
    border-width: 1px;
    border-style: dashed;
    color: #3a87ad;
    font-size: 13px;
    padding: 2px 7px 4px 7px;
}


.fa-power-off {
    color: #ff0000c7;
}

    .fa-power-off.power-on {
        color: #4cd23e;
    }


.fa-edit {
    color: #559be2
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}



/*============================================================================================================================================*/









.csvExport {
    background: url("../images/btn_csvExport.png") no-repeat scroll 0 top transparent;
}

.csvExport_hover {
    background: url("../images/btn_csvExport.png") no-repeat scroll 0 bottom transparent;
}

div.tableAction .csvExport:hover {
    background: url("../images/btn_csvExport.png") no-repeat scroll 0 bottom transparent;
}

div.tableAction .pdfExport {
    float: left;
    overflow: hidden;
    margin: 2px 0 0 5px;
    width: 77px;
    height: 20px;
    border: medium none;
    background: url("../images/btn_pdfExport.png") no-repeat scroll 0 top transparent;
    cursor: pointer;
}

    div.tableAction .pdfExport:hover {
        background: url("../images/btn_pdfExport.png") no-repeat scroll 0 bottom transparent;
    }

.pdfExport {
    background: url("../images/btn_pdfExport.png") no-repeat scroll 0 top transparent;
}

.pdfExport_hover {
    background: url("../images/btn_pdfExport.png") no-repeat scroll 0 bottom transparent;
}

/*#endregion */

/*#region Breadcrumbs */

.nnav a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #afafaf;
    text-decoration: none;
    font-weight: 200;
    /*font-size: 21.5px;*/
    font-size: 17px;
}

.nnav .divider {
    padding: 0 5px;
    color: #ccc;
}

.nnav a:hover,
.nnav a:focus {
    outline: none;
    /*color: #2e92cf;*/
}

.nnav .active {
    font-size: 18px;
    font-weight: 400;
    /*color: #333;*/
}

.nnav .active:hover {
    cursor: default;
    /*color: #333;*/
}

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
    display: inline-block;
    opacity: 0;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    -o-transition: transform 0.3s, opacity 0.2s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
    content: '/';
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    /*margin-right: 10px;*/
}

.cl-effect-1 a::after {
    content: '/';
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    /*margin-left: 10px;*/
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}


/* Effect 15: scale down, reveal */

.balance-nav {
    background: none repeat scroll 0 0 #0e83cd;
    padding: 1px 5px;
    margin-bottom: 15px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.cl-effect-15 a {
    color: rgba(51, 51, 51, .4);
    font-weight: 400;
    text-shadow: none;
    margin-right: 10px;
}

    .cl-effect-15 a::before {
        color: #fff;
        content: attr(data-hover);
        position: absolute;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        -o-transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
    }

    .cl-effect-15 a:hover::before,
    .cl-effect-15 a:focus::before {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0;
    }

/*#endregion */

/*#region Toolbar style */

.toolbar {
    margin-bottom: 10px;
    width: auto;
}

    .toolbar:before, .toolbar:after {
        display: table;
        content: "";
    }

    .toolbar:after {
        clear: both;
    }

    .toolbar.transparent button, .toolbar .transparent button, .toolbar.transparent .button, .toolbar .transparent .button {
        background-color: transparent;
    }

        .toolbar.transparent button:hover, .toolbar .transparent button:hover, .toolbar.transparent .button:hover, .toolbar .transparent .button:hover {
            border: 1px #fff solid;
            background-color: #eee;
        }

    .toolbar button, .toolbar .button {
        display: block;
        float: left;
        margin-right: 2px;
        padding: 4px 8px;
        color: inherit;
        font-size: 12pt;
        line-height: 12pt;
    }

        .toolbar button:last-child, .toolbar .button:last-child {
            margin-right: 0;
        }

    .toolbar.no-spaces button, .toolbar .toolbar-group.no-spaces button, .toolbar.no-spaces .button, .toolbar .toolbar-group.no-spaces .button {
        margin-right: 0;
    }

        .toolbar.no-spaces button:active, .toolbar .toolbar-group.no-spaces button:active, .toolbar.no-spaces .button:active, .toolbar .toolbar-group.no-spaces .button:active {
            top: auto;
            left: auto;
            background-color: #1d1d1d;
            color: #fff;
        }

    .toolbar .divider {
        display: block;
        float: left;
        margin: 8px 8px;
        width: 1px;
        height: 12px;
        background-color: #999;
        vertical-align: middle !important;
    }

    .toolbar .toolbar-group {
        display: inline-block;
        margin: 0;
        margin-right: 10px;
        padding: 0;
        color: inherit;
    }

        .toolbar .toolbar-group:before, .toolbar .toolbar-group:after {
            display: table;
            content: "";
        }

        .toolbar .toolbar-group:after {
            clear: both;
        }

/*#endregion */

/*#region Footer */

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 40px;
}

footer img {
    height: 30px;
    position: absolute;
    bottom: 3px;
    z-index: -5;
}

.footer-wrap {
    padding-left: 10px;
    padding-right: 10px;
    /*padding: 5px;*/
    /*position: absolute;*/
    /*margin-top: -20px;
    
    
    margin: 0 auto;
    position: relative;*/
}

.version {
    position: absolute;
    right: 20px;
    top: 10px;
    margin-left: 25px;
}

footer address {
    font-size: small;
}

.user-options {
    /*position: absolute;
    bottom: 20px;
    font-size: 22px;*/
}

.user-name-view {
    position: fixed;
    bottom: 0;
    left: 30px;
}

/*.notifications {
    position: absolute;
    top: 50%;
    font-size: 20px;
}

    .notifications:hover, .user-options:hover {
        padding-bottom: 3px;
        border-bottom: 1px solid white;
        cursor: pointer;
    }*/

/*#endregion */

/*#region TooltipPic */

.tooltipPic {
    position: relative;
    text-decoration: none;
}

    .tooltipPic span {
        display: none;
    }

        .tooltipPic span img {
            float: left;
        }

    .tooltipPic:hover span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        display: block;
        overflow: hidden;
        margin-top: -320px;
        margin-left: 110px;
        min-height: 128px;
        max-width: 320px;
        width: auto;
        /*border: 1px solid black;*/
    }

/*#endregion */

/*#region Modal Style */

/* ***********************************************************************
         Custom Styles
   *********************************************************************** */

/* Modal
-------------------------------------------------- */

.modal-open {
    overflow: hidden;
}

.modal {
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    outline: 0;
}

    .modal.fade .modal-dialog {
        /*-moz-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        -webkit-transform: translate(0, -25%);*/
        -moz-transition: -moz-transform .2s ease-out;
        -o-transition: -o-transform .2s ease-out;
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: transform .2s ease-out;
        /*transform: translate(0, -25%);*/
    }

    .modal.in .modal-dialog {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

#modalProcessing {
    margin-top: 150px;
    text-align: center;
    z-index: 9999;
}

#modalProcessing .modal-dialog {
    box-shadow: none;
}

.modal-dialog {
    position: relative;
    margin: 10px;
    width: 90%;
}

.modal-content {
    position: relative;
    outline: none;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    background-color: #fff;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}


    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    display: block !important;
    padding: 15px;
    min-height: 16.428571429px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.update-epc {
    text-align: right;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    border-top: 1px solid #e5e5e5;
    text-align: right;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media (min-width: 768px) {
    .modal-dialog {
        margin: 80px auto;
        /*width: 60%;*/
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }

    .modal-lg {
        width: 900px;
    }
}

@media (max-width:767px) {
    .home-logo {
        max-width: 170px;
    }
}



.info {
    background-color: #0072BC !important;
}

.attention {
    background-color: #c09853 !important;
}

.success {
    background-color: #468847 !important;
}

.error {
    background-color: #e63939 !important;
}

/*#endregion */

.apContainer {
    overflow-y: auto;
    padding: 5px 0;
    max-height: 400px;
    /*border: 1px solid #b94a48;*/
}

.epcTrkHist {
    padding-top: 50px;
}

/*#region Listview Outlook */

.listview .list {
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    width: 300px;
    height: auto;
    border: 4px transparent solid;
    color: inherit;
    cursor: pointer;
}

    .listview .list .list-content {
        position: relative;
        display: block;
        padding: 10px;
        color: inherit;
    }

        .listview .list .list-content:before,
        .listview .list .list-content:after {
            display: table;
            content: "";
        }

        .listview .list .list-content:after {
            clear: both;
        }

    .listview .list:hover {
        outline: 3px #ccc solid;
    }

    .listview .list:active {
        outline: 3px #3e3e3e solid;
    }

.listview .list {
    border: 1px #eaeaea solid;
}

    .listview .list .list-content .icon {
        display: block;
        float: left;
        margin-right: 10px;
        width: 56px;
        height: 56px;
        font-size: 40px;
    }

    .listview .list .list-content [class*="icon-"].icon {
        padding: 8px;
    }

    .listview .list .list-content .data {
        position: relative;
        display: block;
        margin: 0;
        margin-left: 66px;
        padding: 0;
        min-width: 200px;
    }

    .listview .list .list-content .list-title,
    .listview .list .list-content .list-remark {
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .listview .list .list-content .list-title {
        font-size: 14px;
        line-height: 16px;
    }

    .listview .list .list-content .list-remark {
        font-size: 11px;
        line-height: 12px;
    }

    .listview .list .list-content [class*="span"] {
        float: none;
    }

    .listview .list .list-content .rating {
        color: inherit;
    }

    .listview .list .list-content .progress-bar {
        margin: 5px 0;
    }

.listview.small .list-content .icon {
    display: block;
    float: left;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    font-size: 28px;
    line-height: 14px;
}

.listview.small .list-content [class*="icon-"].icon {
    padding: 8px 0;
}

.listview.small .list-content [class*="icon-"].border {
    padding: 8px 4px;
    font-size: 22px;
}

.listview.small .list-content .data {
    margin-left: 40px;
}

.listview .list.selected {
    border: 4px #4390df solid;
}

    .listview .list.selected:after {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 101;
        display: block;
        border-top: 28px solid #4390df;
        border-left: 28px solid transparent;
        content: "";
    }

    .listview .list.selected:before {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 102;
        display: block;
        color: #fff;
        content: "\e08a";
        font-weight: normal;
        font-size: 9pt;
        font-family: iconFont;
    }

/*#endregion */

/*#region Notify */

.notify-container {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1060;
}

    .notify-container .notify {
        position: relative;
        display: block;
        margin: 2px 2px 2px 0;
        padding: 10px;
        min-width: 220px;
        background-color: #ffffff;
        color: #1d1d1d;
        font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    }

        .notify-container .notify .caption {
            margin-bottom: 5px;
            font-size: 18px;
            line-height: 20px;
        }

        .notify-container .notify .content {
            font-size: 14px;
            line-height: 16px;
        }

.notify-wrapper {
    position: relative;
    min-width: 250px;
    width: auto;
    height: auto;
    background-color: #1d1d1d;
    color: #ffffff;
}

/*#endregion */

/*#region Monitoring Central Specific */

.monitoring-central-wrapper li {
    padding: 5px 0;
}

.monitoring-central-message {
    overflow-x: hidden;
    overflow-y: auto;
    height: 750px;
}

.monitoring-central-message-title {
    margin-bottom: 1.2375em;
    font-weight: 800;
    font-size: 28px;
    font-size: 1.555555555555556rem;
    /* 24 / 18 = 1.3333 */
}

.monitoring-central-message-alert {
    margin-bottom: 1.4142857142857141em;
    font-size: 21px;
    font-size: 1.16667rem;
    /* 21 / 18 = 1.1667 */
    /* measure( base font-size(18) * base line-height(1.65) ) / current font-size(21) = margin-bottom(1.4142857142857141) */
}
/*.MCContainer > div {
                background-color: #00a300;
                border-left: solid 6px #00a300;
                padding: 10px;
                margin-bottom: 10px;
                border-right: solid 10px white;
                color: white;
            }*/

.monitoring-central-message > div:hover {
    cursor: pointer;
    /*border-width: 0 0 0 6px;
    border-color: #00ff21;
    border-style: solid;*/
}

.monitoring-central-message a {
    color: white;
}

    .monitoring-central-message a:hover {
        color: white;
        text-decoration: underline;
        cursor: pointer;
    }

.mc-icon-holder {
    padding: 25px;
}

.mc-icon {
    stroke: none;
    fill: white;
    fill-opacity: 1;
}

.list-outlook-higher {
    height: 200px;
}

/*#endregion */

/*#region DataTables columns filter custom styles */
.columnFilterHeaderColumn {
    margin: 0;
    padding: 0;
}

.filter_column {
    padding: 0;
}

/*#endregion */


/*#region Balance custom styles */
.siteTitle:hover {
    cursor: pointer;
}

/*#endregion */


#divForms {
    overflow: visible;
    min-height: 350px;
}

.min-height-150 {
    min-height: 150px;
}

/*#region Overlay for Comissioner button */
#btnWrapperForComissioner {
    position: relative;
}

#btnOverlayForComissioner {
    position: absolute;
    top: 0;
    left: 0;
    width: 156px;
    height: 41px;
}


.border4 {
    border: 4px #eaeaea solid;
}

.border-radius-3 {
    border-radius: 3px;
}

.font-weight200 {
    font-weight: 200;
}

.font-weight400 {
    font-weight: 400;
}

/*#endregion */

/*Fix for tables overflowing page's max width*/
.dataTables_wrapper {
    padding-bottom: 10px;
}


/*#region Flexbox */
/*.flexbox {
    justify-content: space-between;
    align-items: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flexbox;
}

.flexchild {
    margin: auto;
}*/


/*#endregion */

/*#region BI */
li.hover-flash:hover {
    background-color: #f5f5f5;
}

div.date-range-panel {
    /*padding: 4px;
            background-color: #eeeeee;*/
    display: block;
}

.chart-title {
}

.chart-message {
    display: none;
}

.chart-place {
    height: 390px;
    background-color: #f5f6f8;
}

.chart-pagination {
    display: none;
}

.chart-filters {
    display: block;
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 3px;
    box-shadow: inset 0 0 3px #ccc;
}
/*#region Dummy classes???? */




.btn-clear-local-filter, .btn-update-local-filter {
    margin-top: 7px !important;
}


.chart-controls {
}

.chart-default-exclusion-disposition {
}
/*#endregion */
.dsds {
    font-size: medium;
}


/*#endregion */


/*#region New Commissioner*/
.comm-card {
    background-color: #FFFFFF;
    border: #c6c4c5 solid 1px;
    height: auto;
    width: 340px;
    margin-bottom: 6px;
    display: inline-block;
    padding: 10px 20px;
    -moz-transition: all 180ms ease-out;
    -o-transition: all 180ms ease-out;
    -webkit-transition: all 180ms ease-out;
    transition: all 180ms ease-out;
    -webkit-transform: translateZ(0) scale(1);
    -moz-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    -o-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

    .comm-card:hover {
        cursor: pointer;
        -webkit-box-shadow: 0 2px 5px 1px #a4a4a4;
        -ms-box-shadow: 0 2px 5px 1px #a4a4a4;
        box-shadow: 0 2px 5px 1px #a4a4a4;
    }

.comm-card-title {
    font-weight: 600;
    font-size: 13px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #e5e3e4;
    margin: 5px 0;
    padding-bottom: 16px;
}

.comm-card-text-bold {
    font-weight: 600;
    font-size: 13px;
    margin: 5px 0;
    padding-bottom: 8px;
}

.comm-card-text {
    font-weight: normal;
    font-size: 13px;
    margin: 5px 0;
    padding-top: 8px;
}

.comm-card-icon {
    float: right;
    width: 24px;
    margin-top: -42px;
    color: #c65c73;
}

.comm-card-data {
    padding-top: 8px;
}

    .comm-card-data .count {
        color: #896e75;
        font-size: 20px;
        display: block;
    }

    .comm-card-data .data1 {
        float: left;
        display: block;
    }

    .comm-card-data .data2 {
        display: block;
        float: right;
        margin-bottom: 15px;
    }



.card-data .card-link {
    float: left;
    display: block;
}

/*#endregion*/
/*#region New Balance - First Level Content Style*/
.first-level-content {
    margin-left: auto;
    margin-right: auto;
    padding: 15px 5px;
    -moz-transition: all 180ms ease-out;
    -o-transition: all 180ms ease-out;
    -webkit-transition: all 180ms ease-out;
    transition: all 180ms ease-out;
}

.mix {
    display: none;
}


.first-level-content .card {
    background-color: #FFFFFF;
    border: #c6c4c5 solid 1px;
    height: 160px;
    width: 360px;
    margin: 1px;
    margin-bottom: 6px;
    display: inline-block;
    display: none;
    padding: 15px 25px;
    -moz-transition: all 180ms ease-out;
    -o-transition: all 180ms ease-out;
    -webkit-transition: all 180ms ease-out;
    transition: all 180ms ease-out;
    -webkit-transform: translateZ(0) scale(1);
    -moz-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    -o-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

    .first-level-content .card:hover {
        cursor: pointer;
        -webkit-box-shadow: 0 2px 5px 1px #a4a4a4;
        -ms-box-shadow: 0 2px 5px 1px #a4a4a4;
        box-shadow: 0 2px 5px 1px #a4a4a4;
    }

.full-data {
}

.no-data {
}

.card .card-title {
    font-weight: 600;
    font-size: 13px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #e5e3e4;
    margin: 5px 0;
    padding-bottom: 8px;
}

.card .card-icon {
    float: right;
    width: 24px;
    margin-top: -42px;
    color: #c65c73;
}

.card .card-data {
    padding-top: 8px;
}

.card-data .count {
    color: #896e75;
    font-size: 20px;
    display: block;
}

.card-data .data1 {
    float: left;
    display: block;
}

.card-data .data2 {
    display: block;
    float: right;
    margin-bottom: 15px;
}



.card-data .card-link {
    float: left;
    display: block;
}

.pager-list {
    display: inline-block;
    margin: 15px 65px 10px 0;
}

    .pager-list span {
        padding: 2px 5px;
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: inline-block;
        border-radius: 3px;
        -webkit-appearance: none;
    }

.input-control.text input, .input-control.password input {
    font-size: 13.333px;
    font-family: Arial;
    border-color: #bbb;
    border-radius: 3px;
    /*border:none;
    
    border-style: none none solid;
    border-width: medium medium 1px;*/
}

.border-radius3 {
    border-radius: 3px;
}

.box-shadow {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1),2px 2px 8px rgba(0,0,0,0.1);
}

.graybg {
    background: #f6f6f6;
}



.listview-outlook {
    -moz-transition: all 180ms ease-out;
    -o-transition: all 180ms ease-out;
    -webkit-transition: all 180ms ease-out;
    transition: all 180ms ease-out;
    background-color: transparent !important;
}

    .listview-outlook .list {
        background-color: #ffffff;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color -moz-use-text-color #e1e1e1 #5fc0e1;
        border-image: none;
        border-style: none none solid solid;
        border-width: 0 0 1px 2px;
        color: #555;
        display: block;
        margin-bottom: 0;
        padding: 2px 0;
        width: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-transition: all 180ms ease-out;
        -o-transition: all 180ms ease-out;
        -webkit-transition: all 180ms ease-out;
        transition: all 180ms ease-out;
    }

        .listview-outlook .list:hover {
            background-color: #e6f2fa !important;
            border-left-width: 3px;
            /*-webkit-transform: translateZ(0) scale(.99);
            -moz-transform: translateZ(0) scale(.99);
            -ms-transform: translateZ(0) scale(.99);
            -o-transform: translateZ(0) scale(.99);
            transform: translateZ(0) scale(.99);*/
        }

/*.btn,
.ed_button {
    font-family: 'effra', sans-serif;
    font-size: 10px;
    line-height: 1;
    background: #68b8c4;
    padding: 1em 1em;
    margin: 0;
    min-width: 40px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: white;
    border: 0 none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #03899c;
    display: inline-block;
    border-radius: 2px;
    -webkit-appearance: none;
}

    .btn.submit,
    .ed_button.submit {
        min-width: 120px;
        text-align: center;
        margin-right: 1em;
    }

    .btn:disabled,
    .ed_button:disabled {
        background: #f2f2f2 !important;
        border-bottom: transparent;
        border-top: 1px solid #e2e2e2 !important;
        color: #999999;
        cursor: default;
    }

    .btn.cta,
    .ed_button.cta {
        background: #92e094;
        border-bottom-color: #36bd39;
    }

        .btn.cta:hover,
        .ed_button.cta:hover {
            background: #a6e6a7;
            border-bottom-color: #92e094;
        }

        .btn.cta:active,
        .ed_button.cta:active {
            border-top-color: #92e094;
            border-bottom-color: transparent;
        }

    .btn:hover,
    .ed_button:hover {
        background: #9dd8d9;
        border-bottom-color: #68b8c4;
    }

    .btn:active,
    .ed_button:active {
        border-top-color: #68b8c4;
        border-bottom-color: transparent;
    }

    .btn:focus,
    .ed_button:focus {
        outline: 0 none;
    }*/

hr {
    border: none;
    border-bottom: 1px solid #ccc;
}


.breadcrumbs {
    background: none repeat scroll 0 0 white;
    /*border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;*/
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 15px 10px 5px;
    white-space: nowrap;
    margin-bottom: 15px;
}

    .breadcrumbs ul {
        padding-right: 1px;
        font-size: 16px;
        margin: 0;
    }

    .breadcrumbs li {
        list-style: none;
        display: inline;
    }

        .breadcrumbs li span, .breadcrumbs li a span {
            display: inline-block;
            padding: 0 1em 0 0.6em;
            position: relative;
        }

        .breadcrumbs li a {
            border: medium none;
        }

            .breadcrumbs li a:first-child span {
                /*padding-left: 0 !important;*/
            }

            .breadcrumbs li a span:before, .breadcrumbs li a span:after {
                background: none repeat scroll 0 0 #e8e8e8;
                content: "";
                height: 1px;
                position: absolute;
                right: 0;
                top: 50%;
                -moz-transform-origin: 100% 50% 0;
                -ms-transform-origin: 100% 50% 0;
                -o-transform-origin: 100% 50% 0;
                -webkit-transform-origin: 100% 50% 0;
                transform-origin: 100% 50% 0;
                width: 30px;
            }

            .breadcrumbs li a span:before {
                -moz-transform: rotate(60deg);
                -ms-transform: rotate(60deg);
                -o-transform: rotate(60deg);
                -webkit-transform: rotate(60deg);
                transform: rotate(60deg);
            }

            .breadcrumbs li a span:after {
                -moz-transform: rotate(-60deg);
                -ms-transform: rotate(-60deg);
                -o-transform: rotate(-60deg);
                -webkit-transform: rotate(-60deg);
                transform: rotate(-60deg);
            }

            .breadcrumbs li a:hover span:before, .breadcrumbs li a:hover span:after {
                background: none repeat scroll 0 0 #afdfe0;
            }


a, .link {
    color: rgba(95,192,225,.95);
}

    a:hover, .link:hover {
        color: rgba(95,192,225,1);
    }

    a:focus, .link:focus, a:active, .link:active {
        color: rgba(45,173,237,.6);
    }

/*///////*/




/*POLYMER CUSTOM STYLES*/
#ink[checked] .white {
    color: #FFF;
}

.form-label {
    margin-bottom: 25px;
}


@media only screen and (max-width:320px) {

    .first-level-content {
        width: 100%;
        padding: 15px 20px;
    }

        .first-level-content .card {
            width: 265px;
        }
}
/*#endregion*/
margin-management-reports {
    width: 470px;
    height: 453.69px;
    margin-bottom: 20px;
}



/* help tips*/

div.relative {
    position: relative;
}

.help-tip {
    position: absolute;
    top: 2px;
    right: -64px;
    margin-right: 32px;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
    font-family: monospace;
}

    .help-tip:before {
        content: 'i';
        font-weight: bold;
        color: #fff;
    }

    .help-tip:hover p {
        display: block;
        transform-origin: 100% 0%;
        -webkit-animation: fadeIn 0.3s ease-in-out;
        animation: fadeIn 0.3s ease-in-out;
        z-index: 999;
    }

    .help-tip p { /* The tooltip */
        display: none;
        text-align: left;
        background-color: #1E2021;
        padding: 20px;
        width: 300px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        right: -4px;
        color: #FFF;
        font-size: 13px;
        line-height: 1.4;
        font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    }

        .help-tip p:before { /* The pointer of the tooltip */
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-bottom-color: #1E2021;
            right: 10px;
            top: -12px;
        }

        .help-tip p:after { /* Prevents the tooltip from being hidden */
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

@media (max-width: 768px) {

    .help-tip {
        margin-right: 0;
    }
}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

/*End help tips*/

/*profile pops*/



/*div.relative {
    position: relative;
}*/

.profile-pop {
    /*position: absolute;*/
    top: 2px;
    right: -64px;
    margin-right: 32px;
    text-align: center;
    width: 72px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
}

    .profile-pop:before {
        content: 'Perfis';
        font-weight: bold;
        color: rgba(95,192,225,.95);
    }

    .profile-pop:hover p {
        display: block;
        transform-origin: 100% 0%;
        /*-webkit-animation: fadeIn 0.3s ease-in-out;*/
        animation: fadeIn 0.3s ease-in-out;
        z-index: 999;
    }

    .profile-pop p { /* The tooltip */
        display: none;
        text-align: left;
        background-color: rgba(30,30,30,.85);
        padding: 15px;
        width: 300px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        right: 10%;
        color: #FFF;
        font-size: 13px;
        line-height: 1.2;
        font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    }

    .profile-pop p label { /* The tooltip */
        margin:0;
        cursor: default;
    }

        .profile-pop p:before { /* The pointer of the tooltip */
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-bottom-color: #1E2021;
            right: 10px;
            top: -12px;
        }

        .profile-pop p:after { /* Prevents the tooltip from being hidden */
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

@media (max-width: 768px) {

    .profile-pop {
        margin-right: 0;
    }
}

/*End profile pops*/

/*Start Report Notification*/

.invisible-collapse-field {
    visibility: collapse; 
    width: 0 !important;
}

/*End Report Notification*/

/*Start Diferent Modal Style*/

.modal-dialog.modal-notify.modal-warning .modal-header {
    background-color: #ffbb33;
}

.modal-dialog.modal-notify.modal-warning .fa {
    color: #ffbb33;
}

.modal-dialog.modal-notify.modal-warning .badge {
    background-color: #ffbb33;
}

.modal-dialog.modal-notify .heading {
    margin: 0;
    padding: 0.3rem;
    font-size: 1.15rem;
    color: #fff;
}

.btn-modal {
    padding: 0.84rem 2.14rem;
    font-size: 0.81rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0.375rem;
    border: 0;
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}

.btn-outline-warning {
    border: 2px solid #ff8800 !important;
    background-color: transparent !important;
    color: #ff8800 !important;

}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning:active:focus, .btn-outline-warning.active {
    border-color: #ff8800 !important;
    background-color: transparent !important;
    color: #ff8800 !important;
}

.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    background-color: transparent !important;
    border-color: #ff8800 !important;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

.modal-dialog.modal-notify.modal-info .modal-header {
    background-color: #00A2AD;
}

.modal-dialog.modal-notify.modal-info .fa {
    color: #00A2AD;
}

.modal-dialog.modal-notify.modal-info .badge {
    background-color: #00A2AD;
}

.btn-outline-primary {
    border: 2px solid #57937F !important;
    background-color: transparent !important;
    color: #57937F !important;
}

    .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:active:focus, .btn-outline-primary.active {
        border-color: #00A2AD !important;
        background-color: transparent !important;
        color: #00A2AD !important;
    }

    .btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        background-color: transparent !important;
        border-color: #00A2AD !important;
    }

.modal-dialog.modal-notify.modal-success .modal-header {
    background-color: #00c851;
}

.modal-dialog.modal-notify.modal-success .fa {
    color: #00c851;
}

.modal-dialog.modal-notify.modal-success .badge {
    background-color: #00c851;
}

.btn-outline-success {
    border: 2px solid #00c851 !important;
    background-color: transparent !important;
    color: #00c851 !important;
}

    .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success:active:focus, .btn-outline-success.active {
        border-color: #00c851 !important;
        background-color: transparent !important;
        color: #00c851 !important;
    }

    .btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        background-color: transparent !important;
        border-color: #00c851 !important;
    }

.modal-dialog.modal-notify.modal-danger .modal-header {
    background-color: #ff3547;
}

.modal-dialog.modal-notify.modal-danger .fa {
    color: #ff3547;
}

.modal-dialog.modal-notify.modal-danger .badge {
    background-color: #ff3547;
}

.btn-outline-danger {
    border: 2px solid #ff3547 !important;
    background-color: transparent !important;
    color: #ff3547 !important;
}

    .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger:active:focus, .btn-outline-danger.active {
        border-color: #ff3547 !important;
        background-color: transparent !important;
        color: #ff3547 !important;
    }

    .btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        background-color: transparent !important;
        border-color: #ff3547 !important;
    }

/*End Diferent Modal Style*/

/*Start Tranfer Report Style */

.div-display-none {
    display: none;
}

/*Start Management report styling*/

.MainTextSizeIndexReport {
    font-size: 30px;
    font-weight: 600;
}

.MainTextSizeCompReport {
    font-size: 15px;
    font-weight: 600;
}

table.tb-management-report {
    max-width: 100%;
    width: 50%;
    min-width: 290px;
    margin-left: 6ch;
}


.responsive {
    width: 100%;
    height: auto;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.centerText {
    text-align: center
}

.spacing {
    line-height: 200%
}

.signature {
    width: 85%;
    border-bottom: 1px solid black;
}

.signatureMinor {
    width: 25%;
    border-bottom: 1px solid black;
}

.SignatureFooter p {
    font-size: 16px;
    text-align: center;
}

.SignatureFooter span {
    font-size: 16px;
    text-align: center;
}

.centerTable {
    width: 100%;
    height: 100%;
}

.modal-xl {
    width: 1100px;
    margin: auto;
}

.modal-xxl {
    width: 1200px;
    margin: auto;
}

table.fontTdFormat tr td {
    font-size: 11px;
}

.leftText {
    text-align: left;
}

.modal-medical-report {
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 60px;
    right: 0px;
    bottom: 60px;
    left: 0px;
    z-index: 10040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    outline: 0;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.modal-center {
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    display: none;
    height: 0;
    overflow: visible;
}

.userProfileCellTable {
    overflow-y: auto;
    max-height: 120px;
}

.containerGraphics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.box {
    border-radius: .5em;
    cursor: move;
}

.box.over {
    border: 3px dotted #666;
}

[draggable] {
    user-select: none;
}

@font-face {
    font-family: 'latoBlack';
    src: url('../Content/fonts/latoblack/latoBlack.ttf');
    src: url('../content/fonts/latoblack/latoBlack.ttf?#iefix') format('embedded-opentype'),url('../content/fonts/latoblack/latoBlack.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoRegular';
    src: url('../Content/fonts/latoblack/latoRegular.ttf');
    src: url('../content/fonts/latoblack/latoRegular.ttf?#iefix') format('embedded-opentype'),url('../content/fonts/latoblack/latoRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.card-small-title {
    font-style: normal;
    font-weight: normal;
    font-size: 12px; 
    line-height: 14px; 
    color: #858585;
}

.card-biotracker-title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #265E5C;
}

.card-biotracker-error {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #EA1111;
}

.rightDiv {
    text-align: right;
    margin-top: 6px;
}

.drag-area {
    border: 2px dashed #57937F;
    height: 180px;
    width: 572px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #F6F7F9;
    cursor: pointer;
    margin: auto;
}

    .drag-area.active {
        border: 2px solid #57937F;
        background: #E8E9EA;
    }

    .drag-area span {
        font-size: 14px;
        line-height: 20px;
        font-family: arial;
        margin-top: 20px;
    }

.dragAreaFolder {
    width: 99px;
}

.customButtonClose {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    color: #57937F;
    text-shadow: 0 1px 0 #fff;
    line-height: 0.2;
}

    .customButtonClose:active {
        background-color: transparent !important;
        color: #AEFFD7 !important;
        border: 0px;
    }

#removeSelectedFile.customButtonClose {
    line-height: 1.5;
}

.customButtonClose:hover, .customButtonClose:focus {
    color: #AEFFD7;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    border: 0px;
}

.customButtonClose:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button.customButtonClose {
    background-color: transparent;
    -webkit-appearance: none;
}

#successBigIcon {
    width: 120px;
}

.concludeSpreadsheetImport {
    justify-content: center;
    margin-left: 85px;
    margin-right: 85px;
    font-size: 14px
}

.scale-up-center {
    -webkit-animation: scale-up-center 1.2s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
    animation: scale-up-center 1.2s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    50% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    50% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#item_confirmar {
    padding: 4px 9px;
}

#userAvatar1 {
    font-family: 'iconFont';
    speak: none;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    text-decoration: inherit;
    line-height: 1;
    display: inline-block;
    vertical-align: -8%;
    -webkit-font-smoothing: antialiased;
    font-size: inherit;
}

.biotrackerChartBox {
    padding: 24px;
    width: 100%;
    height: 730px;
    background: #FFFFFF;
    border-radius: 16px;
}

.biotrackerChartBox h2 {
    width: 320px;
    height: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #535A5A;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.biotrackerChartTotal {
    font-size: 20px;
    line-height: 32px;
    color: #353535;
    width: 100%;
    text-align: right;
    margin-top: 15px;
}

.contentEmptyStateDashboard {
    width: 100%;
    text-align: center
}

.contentEmptyStateDashboard img{
    margin-top: 56px;
}

#consumeValueDashboardFilter label {
    font-size: 12px;
}

.page-biotracker-link {
    color: #0e7b76 !important;
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #ddd !important;
    padding: 4px 12px !important;
    line-height: 25px !important;
    font-size: 14px !important;
}

.card-control {
    width: 266px;
    height: 87px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    margin-top: 6px;
    border: 2px solid transparent;
}

.card-control-content {
    margin-left: 24px;
    margin-top: 16px;
    width: 217px;
    height: 67px;
}

.card-control-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
}

.card-control-label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #535A5A;
}

.card-control-side {
    width: 8px;
    width: 8px;
    height: 87px;
    margin-top: -2px;
    margin-left: -2px;
    border-radius: 2px 0px 0px 2px;
    position: absolute;
}

.biotracker-color-success {
    color: #2A988B;
}

.biotracker-background-success {
    background-color: #2A988B;
}

.biotracker-color-warning {
    color: #E69317;
}

.biotracker-background-warning {
    background-color: #E69317;
}

.biotracker-color-error {
    color: #D32F2F;
}

.biotracker-background-error {
    background-color: #D32F2F;
}

.biotracker-color-success-light {
    color: #59D7A2;
}

.biotracker-background-success-light {
    background-color: #59D7A2;
}

.card-device {
    width: 360px;
    min-height: 180px;
    background: #FFFFFF;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 8px;
}

.card-device-top {
    width: 360px;
    height: 8px;
    border-radius: 4px 4px 0px 0px;
}

.card-device-content{
    margin-left: 16px;
    margin-top: 16px;
    width: 328px;
}

.card-device-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

.card-device-inner-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 8px;
    width: 328px;
    height: 97px;
    border-radius: 4px;
    flex: none;
    order: 1;
    flex-grow: 0;
    color: #fff;
}

.card-device-inner-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 8px;
    width: 328px;
    height: 97px;
    border-radius: 4px;
    flex: none;
    order: 1;
    flex-grow: 0;

}

.card-device-inner-information-title {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
}

.card-device-inner-information-value {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    width: 200px;
    height: 54px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 54px;
    text-align: center;
}

.card-device-alertlist {
    padding-bottom: 10px;
    margin-top: 10px;
}

.card-device-alertlist img {
    margin: 4px;
    cursor: pointer;
}

.card-device-div {
    display: flex;
    flex-wrap: wrap;
}

.card-device-item {
    margin-left: 10px;
    margin-right: 10px;
}

.biotracker-tooltip {
    position: relative;
    display: inline-block;
}

.biotracker-tooltip .biotracker-tooltiptext {
    visibility: hidden;
    font-size: 12px;
    width: 120px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    background-color: var(--tooltip-color);
    border-left: 4px solid var(--tooltip-color);
    border-right: 4px solid var(--tooltip-color);
    margin-left: -60px;
    opacity: 0;
    transition: opacity 500ms;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.6);
}

.biotracker-tooltip .biotracker-tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--tooltip-color) transparent transparent transparent;

}

.biotracker-tooltip:hover .biotracker-tooltiptext {
    visibility: visible;
    transition: opacity 500ms;
    opacity: 1;
}

#clearDeviceFilter {
    border: 2px solid #57937F;
    background-color: transparent;
    color: #57937F;
    cursor: pointer;
}

#clearDeviceFilter:active {
    border: 2px solid #57937F !important;
    background-color: transparent !important;
    color: #57937F !important;
    cursor: pointer !important;
}


#clearDeviceFilter:disabled {
    color: #696969 !important;
}

.inputTextAssetGrouper {
    max-width: 400px;
    width: 100%;
    border-radius: 3px;
    border: 1px #d9d9d9 solid;
    height: 34px;
    margin-left: 10px
}

.selectAssetGrouper {
    width: 200px;
    display: inline-block;
}

.inputFilterAssetGrouper {
    max-width: 400px;
    width: 100%;
    display: inline-block;
    margin-left: 10px
}

.titleDataTableInfo {
    font-weight: 700;
    font-size: 20px;
    color: #2A988B;
}