/* INICIALIZAÇÕES */
a {
    text-decoration: none;
    color: #375a78;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

a:hover {
    text-decoration: none;
    color: black;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

li {
    list-style: none;
}

/* PRINCIPAL */
html {
    position: relative;
    min-height: 100%;
}

body {
    background: white;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #393a3e;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1;
}

header {
    width: 100%;
}

footer {
    background: #076ba4;

    min-height: 78px;
    height: auto;
    color: white;
    width: 100%;
    text-align: center;
    padding: 30px 0 0;
    margin-top: 20px;
}

footer > div {
    padding-top: 42px;
}

footer a {
    color: white;
    font-weight: 700;
}

footer > div > a > span {
    padding-top: 3px;
}

footer > div > a {
    color: white !important;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

footer > div > a:hover {
    color: white !important;
    opacity: 0.7 !important;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

/* LOGO DA MASTERIX */
.logo-masterix {
    width: 60px;
    height: auto;
    border: none;
    padding-bottom: 15px;
}

h1, h2, h3, h4 {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 34px;
    text-transform: uppercase;
    padding-top: 0 !important;
    margin-top: 0 !important
}

.main {
    padding: 20px 0 10px;
}

.main-color {
    background: -webkit-linear-gradient(#073855, #076ba4) !important;
    background: -o-linear-gradient(#073855, #076ba4) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#073855, #076ba4) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#073855, #076ba4) !important; /* Standard syntax */
    margin-bottom: 0 !important;
}

.white {
    color: white !important
}

.white a {
    color: white !important
}

html.ios {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

html.ios,
html.ios body {
    height: initial !important;
}

.ui.menu.main-color .item {
    color: white;
}

.ui.menu.main-color .item:hover {
    color: white !important;
    opacity: 0.7;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

.pushable {
    overflow-x: visible;
    height: auto;
}

.pushable > .pusher {
    background: white;
    min-height: 1000px;
}

.brand {
    font-size: 40px;
    padding: 25px 20px 25px 20px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}

.brand > a {
    color: white !important;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

.brand > a:hover {
    color: white !important;
    opacity: 0.8;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

.clear, .clearfix {
    clear: both;
}

/* TELA PRINCIPAL */
.sisfin_box {
    padding: 15px;
    border: #f6f6f6 solid thin;

    -webkit-box-shadow: 1px 0 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 1px 0 2px 2px rgba(0,0,0,0.1);

    border-radius: 5px;
}

.sisfin_drag_n_drop_area {
    min-height: 210px;
    height: auto;
    border-bottom: #d9d9d9 solid thin;
}

.sisfin_drag_view a, .sisfin_drag_n_drop_area a {
    color: #393a3e !important;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

.sisfin_drag_view a:hover, .sisfin_drag_n_drop_area a:hover {
    color: #076ba4 !important;
    font-weight: 500;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

.santander_icon {
    width: 20px;
    margin-right: 2px;
}

.login_box {
    max-width: 450px;
    min-height: 650px;
    overflow-y: hidden;
    margin-top: calc((100vh - 650px) / 2);
    color: white;
}

/* AJUSTES */
.center-text {
    text-align: center;
}

.padding-15 {
    padding: 15px !important;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-40 {
    padding: 40px !important;
}

.margin-15 {
    margin: 15px;
}

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

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.no-margins {
    margin: 0 !important;
}
.no-paddings {
    padding: 0 !important;
}
.clear-both {
    clear: both;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

/* Conserta o tamanho do pagination*/
.ui.pagination.menu .item {
    padding: 1em;
    min-width: 1em
}

.ui.blue.text {
    color: #073855 !important
}

.ui.red.text {
    color: #b21e1e !important
}

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

/*ícone porcento*/
.fa-percent:before {
    content: "%";
    font-family: "Open Sans", serif;
    font-weight: bold;
}

/*ícone a*/
.fa-a:before {
    content: "A";
    font-family: "Open Sans", serif;
}
/*ícone S*/
.fa-s:before {
    content: "S";
    font-family: "Open Sans", serif;
}
/*ícone E*/
.fa-e:before {
    content: "E";
    font-family: "Open Sans", serif;
}
/*ícone V*/
.fa-v:before {
    content: "V";
    font-family: "Open Sans", serif;
}
/*ícone 5*/
.fa-5:before {
    content: "5";
    font-family: "Open Sans", serif;
}

/*correção ckeditor*/
.cke_toolbar {
    box-sizing: content-box;
}

.error_list {
    color: red;
}

.chart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.chart_wrap {
    position: relative;
    padding-bottom: 65%;
    height: 0;
    overflow: hidden;
}

i.chart {
    position: relative !important;
}

@media screen and (max-width: 768px) {
    .chart_wrap {
        padding-bottom: 124%;
    }
}

.blue01 .value {
    color: #D1DFFB !important
}

.blue02 .value {
    color: #749ae6 !important
}

.blue03 .value {
    color: #517ED6 !important
}

.red01 .value {
    color: #FF876A !important
}

.red02 .value {
    color: #F0603E !important
}

.red03 .value {
    color: #DC3912 !important
}

.hidden {
    display: none !important;
}

.bar-legend > li {
    list-style: none;
    margin-bottom: 10px;
}

.doughnut-legend > li {
    list-style: none;
    margin-bottom: 10px;
}

.bar-legend > li > span {
    width: 20px;
    height: 100%;
    display: inline-block;
    margin-right: 10px;
}

.doughnut-legend > li > span {
    width: 20px;
    height: 100%;
    display: inline-block;
    margin-right: 10px;
}

hr {
    border: #eaeaea solid thin;
    background-color: #eaeaea;
}

.checkmark_color {
    color: #49ab81;
    font-weight: bold;
    font-size: 1.5em !important;
}

.minus_color {
    color: #fe2e2e;
    font-weight: bold;
    font-size: 1.5em !important;
}

.equal_color {
    color: #ccc;
    font-weight: bold;
    font-size: 1.5em !important;
}

.font-bold {
    font-weight: bold
}

/* INÍCIO RESPONSIVIDADE */

/* Mobile */

@media only screen and (max-width: 767px) {
    [class*="mobile hidden"],
    [class*="tablet only"]:not(.mobile),
    [class*="computer only"]:not(.mobile),
    [class*="large monitor only"]:not(.mobile),
    [class*="widescreen monitor only"]:not(.mobile),
    [class*="or lower hidden"] {
        display: none !important;
    }
}


/* Tablet / iPad Portrait */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    [class*="mobile only"]:not(.tablet),
    [class*="tablet hidden"],
    [class*="computer only"]:not(.tablet),
    [class*="large monitor only"]:not(.tablet),
    [class*="widescreen monitor only"]:not(.tablet),
    [class*="or lower hidden"]:not(.mobile) {
        display: none !important;
    }
}


/* Computer / Desktop / iPad Landscape */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    [class*="mobile only"]:not(.computer),
    [class*="tablet only"]:not(.computer),
    [class*="computer hidden"],
    [class*="large monitor only"]:not(.computer),
    [class*="widescreen monitor only"]:not(.computer),
    [class*="or lower hidden"]:not(.tablet):not(.mobile) {
        display: none !important;
    }
}


/* Large Monitor */

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
    [class*="mobile only"]:not([class*="large monitor"]),
    [class*="tablet only"]:not([class*="large monitor"]),
    [class*="computer only"]:not([class*="large monitor"]),
    [class*="large monitor hidden"],
    [class*="widescreen monitor only"]:not([class*="large monitor"]),
    [class*="or lower hidden"]:not(.computer):not(.tablet):not(.mobile) {
        display: none !important;
    }
}


/* Widescreen Monitor */

@media only screen and (min-width: 1920px) {
    [class*="mobile only"]:not([class*="widescreen monitor"]),
    [class*="tablet only"]:not([class*="widescreen monitor"]),
    [class*="computer only"]:not([class*="widescreen monitor"]),
    [class*="large monitor only"]:not([class*="widescreen monitor"]),
    [class*="widescreen monitor hidden"],
    [class*="widescreen monitor or lower hidden"] {
        display: none !important;
    }
}

/* FIM RESPONSIVIDADE */

.text-center {
    text-align: center !important;
}

.line-through {
    text-decoration: line-through;
}

.display-none {
    display: none;
}

.caixa-de-sugestao {
    min-height: 200px; 
    max-height: 300px; 
    overflow-y: auto; 
    overflow-x: hidden
}

/* BOTÃO FLUTUANTE */
.floated_buttons {
    position: fixed;
    bottom: 90px;
    right: 30px;
    opacity: 0.8;

    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

.floated_buttons:hover {
    opacity: 1;

    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

.floated_wait {
    position: fixed;
    top: 40%;
    right: 50%;
    opacity: 0.8;
    transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
}

#sf_admin_content .ui.segment:first-child {
    margin: 1rem 0;
}

.horizontal_stretch {
    width: 100% !important;
}

.vertical_stretch {
    height: 100%;
}

/* Atalhos */
.edit_view {
    display: none !important;
    cursor: pointer;
}

.normal_view {
    cursor: pointer;
}

.sisfin_drag_view {
    display: none !important;
}

#fechar_edicao {
    float: right;
}

#editar_atalhos {
    float: right;
}

/* EXTRATOS */
.extract .content {
    padding-left: 40px !important;
}

.extract ol.list > li {
    margin-bottom: 20px;
}

.extract ol.list > li:last-child {
    border-top: #f3f3f3 solid thin;
    padding-top: 20px;
}

form .field i {
    font-size: 12px;
    display: block;
    padding-left: 3px;
}

td {
    vertical-align: top;
}
.session {

    color: white;
    text-align: right;
    float: right;
}
.session.sidebar {
    color: black;
    float: none;
}

.ui.menu .ui.dropdown.item .menu .item:not(.filtered) {
    min-width: 200px;
}

@media print {
    * {
        font-size: 10px !important
    }
    .not_printable {
        display: none !important;
    }
    .ui.table td {
        padding: 0.5px !important;
    }

}


.ui.menu .item {
    padding: 7px !important;
}
.ui.menu .item>i.dropdown.icon {
    margin: 0 0 0 0.4em !important;
}