/* INICIALIZAÇÕES */
a {
    text-decoration: none;
    color: #375a78;
    // #393a3e;
    /*font-weight: bolder;*/
    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%;
    overflow-x: hidden;
}

body {
    background: white;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #393a3e;
    min-height: 100%;
}

#footer {
    background: #000000;
    background: -moz-linear-gradient(-45deg, #000000 0%, #393a3e 48%, #4f4f4f 60%, #919191 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #000000), color-stop(48%, #393a3e), color-stop(60%, #4f4f4f), color-stop(100%, #919191));
    background: -webkit-linear-gradient(-45deg, #000000 0%, #393a3e 48%, #4f4f4f 60%, #919191 100%);
    background: -o-linear-gradient(-45deg, #000000 0%, #393a3e 48%, #4f4f4f 60%, #919191 100%);
    background: -ms-linear-gradient(-45deg, #000000 0%, #393a3e 48%, #4f4f4f 60%, #919191 100%);
    background: linear-gradient(135deg, #000000 0%, #393a3e 48%, #4f4f4f 60%, #919191 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#919191', GradientType=1);
    min-height: 78px;
    left: 0 !important;
    bottom: 0 !important;
    color: white;
    position: absolute;
    overflow: hidden;
    width: 100%;
}

#footer > div {
    padding-top: 42px;
}

#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: 61px;
    height: auto;
    border: none;
    margin-right: 7px;
}

h1 {
    font-size: 34px;
    text-transform: uppercase;
    padding-top: 0 !important;
    margin-top: 0 !important
}

.menu-itens{
     border: none !important;

    box-shadow: none !important;
    
}
.main {
    padding-top: 2%;
    padding-bottom: 3%;
}

.ui.blue.button, .ui.blue.buttons .button {
   background-color: #0f9b48 !important;
}
.ui.primary.button, .ui.primary.buttons .button {
    background-color: #0f9b48 !important;
  
}
.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;
    background-color: #0f9b48 !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.segment[class*="bottom attached"] {
    margin-bottom: 0;
}

.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;
}

.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: #c2c2c2 solid thin;
}

.sisfin_drag_n_drop_area {
    min-height: 210px;
    height: auto;
    border-bottom: #c2c2c2 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: black !important;
    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;
}

/* 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: 0px !important;
}
.no-paddings {
    padding: 0px !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;
}

/*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;
}

@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
}

.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;
    }
}

/* FIMLOCR ESPONSIVIDADE */

.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
}