﻿@font-face {
    font-family: Avenir;
    src: url("https://img.enerbras.app/fonts/Avenir_Light.woff2") format("woff2"),url("https://img.enerbras.app/fonts/Avenir_Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: Avenir;
    src: url("https://img.enerbras.app/fonts/Avenir_Book.woff2") format("woff2"),url("https://img.enerbras.app/fonts/Avenir_Book.ttf") format("truetype");
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: Avenir;
    src: url("https://img.enerbras.app/fonts/Avenir_Medium.woff2") format("woff2"),url("https://img.enerbras.app/fonts/Avenir_Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: Avenir;
    src: url("https://img.enerbras.app/fonts/Avenir_Heavy.woff2") format("woff2"),url("https://img.enerbras.app/fonts/Avenir_Heavy.ttf") format("truetype");
    font-weight: 700;
    font-display: swap
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #133660;
}

.dropdown-menu {
    background-color: #133660;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #262626;
        text-decoration: none;
        background-color: #2080B8;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: white !important;
}


.bloqueado {
    background-image: -webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%) !important;
    background-image: -o-linear-gradient(top,#f2dede 0,#ebcccc 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc)) !important;
    background-image: linear-gradient(to bottom,#f2dede 0,#ebcccc 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0) !important;
    background-repeat: repeat-x !important;
    color: rgb(169, 68, 66) !important;
}

.editar {
    background-image: -webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%) !important;
    background-image: -o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3)) !important;
    background-image: linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0) !important;
    background-repeat: repeat-x !important;
    color: rgb(49, 112, 143) !important;
}


.titulo {
    text-transform: uppercase !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.alert {
    margin-bottom: 0px !important;    
}

hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;    
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px !important;
    margin-bottom: 10px;
}

.titulo {
    margin-top: 7px !important;    
}

.progress {
    
    margin-bottom: 0px !important;
    
}

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    /*font-family: 'Avenir', sans-serif;*/
    font-family: 'Avenir', sans-serif !important;
    min-height: 300px;
    font-size: 13px !important;
    font-weight: 500 !important;
    /*background-color: #fff !important;*/
    background-color: white !important;
}

/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight:300 !important;
}*/

.chrome {
    font-weight: 600 !important;
}

    .chrome .btn {
        font-weight: 600 !important;
    }

    .chrome .dropdown-menu > li > a {
        font-weight: 600 !important;
    }

    .chrome select {
        font-weight: 600 !important;
    }

    .chrome .input-group-addon {
        font-weight: 600 !important;
    }



.back {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url('../Images/fundo.png');
    background-position-x: center;
    background-position-y: bottom;
    background-size: 80%;
}



.body-content {
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
}

/*.btn {
    font-weight: 300 !important;
}*/

.form-signin {
    padding: 15px;
    position: absolute;
    z-index: 15;
    top: 45%;
    left: 50%;
    margin: -100px 0 0 -150px;
    min-width: 300px;
}

    .form-signin .form-signin-heading {
        text-align: center;
    }

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset;
        background-color: transparent;
        border: 0px;
        position: relative;
        font-size: 13px !important;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[tipo="normal"] {
        background-color: white;
        margin-bottom: -1px;
        border: 1px solid #CCC;
    }

    .form-signin input[tipo="text"] {
        background-color: white;
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border: 1px solid #CCC;
    }

    .form-signin input[tipo="password"] {
        background-color: white;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-bottom: -1px;
        border: 1px solid #CCC;
    }

    .form-signin input[tipo="periodo"] {
        background-color: white;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-bottom: -1px;
        border: 1px solid #CCC;
    }

    .form-signin input[tipo="periodo-password"] {
        background-color: white;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin-bottom: -1px;
        border: 1px solid #CCC;
    }

    .form-signin input[type="submit"] {
        font-size: 16px !important;
        padding: 10px 13px;
        height: 44px !important;
        color: white !important;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2080b8+0,133660+100 */
        background: #1f80b9; /* Old browsers */
        background: -moz-linear-gradient(top, #1f80b9 0%, #2281b7 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #1f80b9 0%,#2281b7 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #1f80b9 0%,#2281b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80b9', endColorstr='#2281b7',GradientType=0 ); /* IE6-9 */

        border-color: #133660;
        text-shadow: none;
    }

.form-control {
    /*font-family: 'Avenir', sans-serif;*/
    font-family: 'Avenir', sans-serif;
    font-size: 13px !important;
    
}

.navbar-default {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbd600+0,fefcea+100 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#133660+0,2080b8+100 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+1,3b6899+100 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f80b9+0,2281b7+100 */
    background: #1f80b9; /* Old browsers */
    background: -moz-linear-gradient(top, #1f80b9 0%, #2281b7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1f80b9 0%,#2281b7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1f80b9 0%,#2281b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80b9', endColorstr='#2281b7',GradientType=0 ); /* IE6-9 */


    color: white !important;
}

.navbar-default-footer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcea+0,fbd600+100 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2080b8+0,133660+100 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3b6899+0,1e5799+99 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2281b7+0,1f80b9+100 */
    background: #2281b7; /* Old browsers */
    background: -moz-linear-gradient(top, #2281b7 0%, #1f80b9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2281b7 0%,#1f80b9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2281b7 0%,#1f80b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2281b7', endColorstr='#1f80b9',GradientType=0 ); /* IE6-9 */
}

.navbar {
    border-bottom-width: 1px !important;
    border-color: #2281B7 !important;
}

.navbar a {
    color: white !important;
}

a {
    color: #363636 !important;
}

select {
    padding: 5px 13px !important;
}

.dropdown-menu {
    font-size: 13px !important;
    
}

.input-group-addon {
    font-family: 'Avenir', sans-serif !important;
    font-size: 13px !important;
}

.btn {
    font-family: 'Avenir', sans-serif !important;
    font-size: 13px !important;
    padding: 6px 13px;
    height: 34px !important;
}


/* Important part */
.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    max-height: 500px;
    overflow-y: auto;
}

.carregando {
    display: none;
    position: fixed;
    top: 40%;
    left: 45%;
    margin-top: -50px;
    margin-left: -20px;
}

.carregandoBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #333;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1003;
}

.carregandoPopupImg {
    z-index: 0 !important;
}

/*.panel {
    border-width: 10px;
    box-shadow: 10px 10px 5px #888888;
}

.panel-success {
    border-color: #33FF33;
}

.panel-warning {
    border-color: #FFFF00;
}

.panel-error {
    border-color: #FF0000;
}*/


table.grid-table .grid-filter {
    float: left !important;
    margin-right: 4px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0px 0 0 !important;
    margin-top: 1px \9;
    line-height: normal;
}



.pagger td {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}



.progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    /*background-color:#000;*/
    background-color: white;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1003;
}

.processMessage {
    position: fixed;
    top: 45%;
    left: 45%;
    padding: 10px;
    width: 14%;
    z-index: 1004;
    border: solid 0px #000;
}

.ProgresPopupImg {
    position: fixed;
    top: 25%;
    left: 28%;
    right: 28%;
    padding: 10px;
    z-index: 1001 !important;
    background-color:#fff;
    border: solid 0px #000;
}



.AutoComplete {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    z-index: 500000 !important;    
}

.AutoCompleteItem.active,
.AutoCompleteItem.active:hover,
.AutoCompleteItem.active:focus {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

a.AutoComplete.active > .badge,
.nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #ffffff;
}

.AutoComplete {
    padding-left: 0;
    margin-bottom: 20px;
}

.AutoCompleteItem {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

    .AutoCompleteItem:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .AutoCompleteItem:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .AutoCompleteItem > .badge {
        float: right;
    }

        .AutoCompleteItem > .badge + .badge {
            margin-right: 5px;
        }

a.AutoCompleteItem {
    color: #555555;
}

    a.AutoCompleteItem .AutoCompleteItem-heading {
        color: #333333;
    }

    a.AutoCompleteItem:hover,
    a.AutoCompleteItem:focus {
        text-decoration: none;
        background-color: #f5f5f5;
    }

    a.AutoCompleteItem.active,
    a.AutoCompleteItem.active:hover,
    a.AutoCompleteItem.active:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #428bca;
        border-color: #428bca;
    }

        a.AutoCompleteItem.active .AutoCompleteItem-heading,
        a.AutoCompleteItem.active:hover .AutoCompleteItem-heading,
        a.AutoCompleteItem.active:focus .AutoCompleteItem-heading {
            color: inherit;
        }

        a.AutoCompleteItem.active .AutoCompleteItem-text,
        a.AutoCompleteItem.active:hover .AutoCompleteItem-text,
        a.AutoCompleteItem.active:focus .AutoCompleteItem-text {
            color: #e1edf7;
        }

.AutoCompleteItem-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.AutoCompleteItem-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.badge {
    background-color: red !important;
}

.popupBackground {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

.modal-dialog {
    margin: 70px auto;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0px 0 0px 0px;
        -moz-border-radius: 0px 0 0px 0px;
        border-radius: 0px 0 0px 0px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 0px 0 0px 0px;
            -moz-border-radius: 0px 0 0px 0px;
            border-radius: 0px 0 0px 0px;
        }



table.grid-table tr.grid-row-selected td {
    background-color: darkgrey !important;
    color: white;
}

.btn-link {
    font-weight: 500;
    color: #333 !important;
    border-radius: 0;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px !important;
    line-height: 1.42857143;
    vertical-align: middle !important;
    border-top: 1px solid #ddd;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 7px !important;
    line-height: 1.42857143;
    vertical-align: middle !important;
    border-top: 1px solid #ddd;
}

table.grid-table .grid-header > .grid-header-title {
    width: 100%;
    margin-right: 0px !important;
    white-space: nowrap;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #333 !important;
    border-color: #333 !important;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}
