/*
    Created on : 18/01/2018
    Author     : Rogerio Bertuol rrogpb@gmail.com

    Modified by : Ricardo Viapiana ricardoviapiana@gmail.com

    Redesign by : Norton Callazans
*/

.statusActiveState {
    color: #fff!important;
    background-color: #3ba778!important;
    border-color: #3ba778!important;
}

.statusHasAlarms {
    color: #fff!important;
    background-color: #ee1d24!important;
    border-color: #ee1d24!important;
    animation: blinker 1.3s linear infinite;
}

.statusHasMemoryAlarms {
    color: #383839!important;
    background-color: #fad205!important;
    border-color: #fad205!important;
    animation: blinker 1.3s linear infinite;
}

select#unitSetup {
    font-size: 27.5px;;
    height: calc(1.7em + 0.8rem + 2px);
    font-weight: 600;
}

select#unitSetup2 {
    font-size: 27.5px;;
    height: calc(1.7em + 0.8rem + 2px);
    font-weight: 600;
}

select#selectTimezone {
    font-size: 27.5px;;
    height: calc(1.7em + 0.8rem + 2px);
    font-weight: 600;
}

/* AVISO TURN DEVICE */
.aviso-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: calc(100vw + 50px);
    height: 100vh;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    padding: 25% 20px 20px 20px;
}
.aviso-mobile-text {
    font-size:2.3rem; font-weight: 600; color: #fff;
}




/* SIMULANDO LABELS DE ALARME */


/*.btn-warning*/ #statusAlarm {



}

/*.btn-danger*/ #statusMemory {



}

/*.btn-success*/ #statusInternal {



    display: inline-block;
    float: left;
    width: 49%;

    margin-right: 1%;
    text-align: center;
    padding: 0;
}

/*.btn-secondary*/ #statusExternal {
    display: inline-block;


    width: 49%;

    margin-left: 1%;
    text-align: center;
    padding: 0;
}

/*.btn-success*/ #statusExcitA {



    display: inline-block;
    float: left;
    width: 49%;

    margin-right: 1%;
    text-align: center;
    padding: 0;
}

/*.btn-secondary*/ #statusExcitB {
    display: inline-block;


    width: 49%;

    margin-left: 1%;
    text-align: center;
    padding: 0;
}

/*.btn-success*/ #statusAuto1 {



    display: inline-block;
    float: left;
    width: 49%;

    margin-right: 1%;
    text-align: center;
    padding: 0;
}

/*.btn-secondary*/ #statusAuto2 {
    display: inline-block;


    width: 49%;

    margin-left: 1%;
    text-align: center;
    padding: 0;
}

/*.btn-danger*/ #statusTemp1 {
    display: inline-block;
    float: left;
    width: 49%;
    display: inline-block;
    margin-right: 1%;
    text-align: center;
    padding: 0;
}

/*.btn-secondary*/ #statusTemp2 {
    width: 49%;
    display: inline-block;
    margin-left: 1%;
    text-align: center;
    padding: 0;
}

/* novos botoes */

button#btnethStateSwitchOn {
    margin-right: 10px;
    width:60px;
}

button#btnethStateSwitchOff {
    margin-right: 10px;
    width:60px;
}

button#btnwlanStateSwitchOn {
    margin-right: 10px;
    width:60px;
}

button#btnwlanStateSwitchOff {
    margin-right: 10px;
    width:60px;
}


button#btnethDHCPSwitchOn {
    margin-right: 10px;
    width:95px;
}

button#btnethDHCPSwitchOff {
    margin-right: 10px;
    width:95px;
}

button#btnenableMailSwitchOn {
    margin-right: 10px;
    width:60px;
}

button#btnenableMailSwitchOff {
    margin-right: 10px;
    width:60px;
}

button#btntlsSwitchOn {
    margin-right: 10px;
    width:60px;
}

button#btntlsSwitchOff {
    margin-right: 10px;
    width:60px;
}

button#btnsslSwitchOn {
    margin-right: 10px;
    width:60px;
}

button#btnsslSwitchOff {
    margin-right: 10px;
    width:60px;
}

select#wlanSSID {
    font-size: 1.4rem;
    height: calc(1.9em + 0.8rem + 2px);
}

select#frequencySetup {
    font-size: 27.5px;;
    height: calc(1.7em + 0.8rem + 2px);
    font-weight: 600;
}

select#modelSetup {
    font-size: 27.5px;;
    height: calc(1.7em + 0.8rem + 2px);
    font-weight: 600;
}


.btn-light {
    color: #383839;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-topo {
    width:60px;
    font-size:11px !important;
    padding: 0;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 700 !important;
    height: calc(100% - 4px) !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #3b6d9d !important;
    border-color: #3b6d9d !important;
}

.btn {
    border-radius: 8px !important;
}

.btn-toogle-bt {
    width: 120px;
}

/**/


.d-col {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.d-title {
    font-size: 14px;
    font-weight: 700;
}
.d-box-primary {
    border: 1px solid #383839;
    border-radius: 8px !important;
    padding: 5px;
    background: #cee6d5;
    min-height: 100px;
    line-height: 15px !important;

}
.d-box-alert {
    border: 1px solid #383839;
    border-radius: 8px !important;
    padding: 5px;
    background: #e8ccc6;
    min-height: 100px;
    line-height: 15px !important;

}
.d-content {
    font-size: 12px;
}

a.nav-full.nav-link {
    cursor: pointer;
}

#pleaseWait {
    display: none;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;

    color: #3b6d9d;
}
#pleaseWait > h1 {
    font-weight: 700 !important;
    color: #3b6d9d !important;
    font-size: 28px !important;
}


/* font weight */
.fw700 {
    font-weight: 700 !important;
    color: #383839;
}

/* paddings */
.pl-0 {padding-left: 0px
}
.pl-30 {padding-left: 30px
}
.pt-10 {
    padding-top: 10px !important;
}

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

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-40 {
    padding-top: 40px !important;
}
/**/

/* meas cards */
#horiz_container {
    width: 2000px !important;
    padding: 0px 10px !important;
}

.col-meas {
    -ms-flex: 0 0 14.16666%;
    flex: 0 0 14.16666%;
    /*max-width: 14.16666%;*/
    max-width: 150px;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 0;
}

.scrolling-wrapper{
    overflow-x: auto;
    margin-left: 0px;
}

#scrollbar {
    bottom: 36px !important;
    top: auto !important;
    width: 99% !important;
}

#horiz_container_outer {
    height: calc(100% - 0px) !important;
}

#track {
    position: absolute;
    left: 5px !important;
    top: 0;
    width: 99% !important;
    height: 20px !important;
    background: transparent !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;

    border: 1px solid #383839 !important;
    /* margin: 5px 0; */
    border-radius: 4px !important;
/*    width: calc(100% - 4px) !important;*/
}

#dragBar {
    position: absolute;
    left: 0px;
    top: -6px !important;
    width: 30px !important;
    height: 30px !important;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
    background-image: none !important;
    background: #3b6d9d !important;
}

.subtitle{
    font-size: 1.25em;
    opacity: 0.65;
}

.card-block{
    height: 380px;
    min-height: 380px;
    background-color: #fff;
    border: none;
    background-position: center;
    background-size: cover;
    transition: all 0.2s ease-in-out !important;
    border-radius: 24px;
}


.card-resume {
    background-color: #fff;
    border: 1px solid #383839;
    border-radius: 8px;
    padding: 20px 0 10px 10px;
    text-align: left;
    text-transform: uppercase !important;
    line-height: 18px;
}

.title-mod {
    font-weight: 600;
}

.title-mod-resume {
    position: absolute;
    margin-top: -20px;
    height: 32px;
    line-height: 30px;
    border-radius: 8px;
    border: 1px solid #3b6d9d;
    background: #3b6d9d;
    color: #fff;
    z-index: 9;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-weight: 600;
    font-size: 16px;
}

.frame {
    background-color: #fff;
    border: 1px solid #383839;
    border-radius: 8px;
    margin-top:0px;
    margin-bottom: 10px;
    padding-left:10px;
    padding-top: 15px;

    /*font-family: 'Courier New', Courier, monospace; */
    text-align:left;
    font-weight:600;
}
.measureFrame {
    height: 380px;
    min-height: 380px;
    font-size:15px;
    overflow: auto;
}

pre {
    color: #999;
}
/**/
/* botoes navegacao */

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

.col-md-0.no-padding {
    max-width: 16.666667% !important;
    width: 16.666667% !important;
}


.btn-outline-primary {
    color: #383839 !important;
    background-color: #eaecec !important;
   /* box-shadow: inset 1px 2px 5px #d3d3d3 !important;*/
}

.btn-outline-secondary {
    color: #383839 !important;
    background-color: #eaecec !important;
   /* box-shadow: inset 1px 2px 5px #d3d3d3 !important;*/
}
/*#main, #btnMeas, #btnAlarms, #btnProgram, #btnSetup, #btnHelp, #btnLogin, #btnResume {*/
#main, #btnMeas, #btnAlarms, #btnProgram, #btnHelp, #btnResume {
    height: 45px;
    width: 100%;
    border-right: none;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color: #fff;
    background-color: #3b6d9d;
    border-color: #383839;
    cursor: pointer;
    display: inline-block;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
}

 #btnLogin:last-child {
    border: 1px solid #383839;
    margin-right: 1px;
 }

/*#btnLogin {
    height: 45px;
    width: 100%;
    border-right: none;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;


    color: #111;
    background-color: #999;
    border-color: #bbb;

    cursor: pointer;
    box-shadow: inset 0px 1px 0px 0px #f6f6f6;
    background: linear-gradient(to bottom, #f6f6f6 5%, #dcdcdc 100%);
    background-color: #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-size: 24px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}*/

.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
 .padding10 {
    padding: 0 20px 10px;
 }

.navegacao {
    background-color: transparent;
    margin-top: -1px !important;
}
.navegacao_principal {
    color: #fff;
    background-color: #3b6d9d;
    border-top: 2px solid #000;
    width: 100%;
    border-radius: 0;
    height: 100%;
    line-height: 50px;
    top: 0px;
    text-align: center;

}
.active {
    margin-top: -2px;
    bottom: 0;
    background-color: #4e73df;
}
/**/

/* gauges */

canvas#dev {
/*    margin-top: 10px;*/
}
canvas#mpx {
/*    margin-top: 10px;*/
}

.gauges-container {
    border: 1px solid #383839;
    /*margin:5px -10px 5px 5px;*/
    border-radius: 8px;
    background: #e7e7e8;
   /* flex: 0 0 15.666667%;
    max-width: 15.666667%;*/
}
/**/

/* forms */
.form-group {
    margin-bottom: 0.63rem !important;
}

.w80 {
    width: 80%;
}

.mt30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-resume {
    margin-top: 87px;
}

.mt10 {
    margin-top: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-0 {
    padding-left: 10px;
}

.w-115 {
    width: 98px !important;
    font-size: 15px !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.6em + .8rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #383839;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #383839;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

div.alarm-filter-data > input#fromYear {
    padding: 6px;
    font-size: 1rem;
}
div.alarm-filter-data > input#fromMonth {
    padding: 6px;
    font-size: 1rem;
}
div.alarm-filter-data > input#fromDay {
    padding: 6px;
    font-size: 1rem;
}

div.alarm-filter-data > input#toYear {
    padding: 6px;
    font-size: 1rem;
}
div.alarm-filter-data > input#toMonth {
    padding: 6px;
    font-size: 1rem;
}
div.alarm-filter-data > input#toDay {
    padding: 6px;
    font-size: 1rem;
}

.custom-select {
    height: calc(1.9em + .95rem + 2px);
    font-size: 0.9rem;
    color: #0081FF;
    background-color: rgba(0,129,255,.1) !important;
    border: 1px solid #76899c;
}

.btn-full {
    width: 100%;
    line-height: 1.5 !important;
}

.btn {
    height: calc(1.6em + .8rem + 2px);
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1rem;
}

.btn-dark {
    color: #fff;
    background-color: #3b6d9d;
    border-color: #3b6d9d;
}

.btn-group-sm>.btn, .btn-sm {
    color: #fff !important;
    background-color: #3b6d9d !important;
    border-color: #3b6d9d !important;
}

.col-form-label {
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 700;
}

.col-form-label2 {
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 700;
}

.alarm-filter-data  {
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 600;
}

.text-program{
    font-size: 22px !important;
    text-transform: uppercase;
    font-weight: 600;
}

div#valuePowerAuto {
    margin-top: 10px;
    font-size: 1.6em;
    font-weight: 600;
}


button#btnOut, button#btnClearLog, button#btnApplyFilter {
    font-size: 13px;
    font-weight: 600;
    color: #383839 !important;
    background: #fff !important;
    border-color: #383839 !important;
    height: calc(2.5em + 1.6rem + 2px) !important;
    line-height: 18px;
}

.btn-medio {
    line-height: 0.2;
    padding: 1.8rem 0;
    font-size: 1.5rem;
 }

.bt-maismenos {
    width: 70px;
    padding: 1.8rem 1.5rem;
    line-height: 0rem;
}

 .btn-light-black {
    color: #383839;
    background-color: #ffffff;
    border-color: #383839;
}

.network-input {
    width: 80%;
/*    font-size: 32px;*/
    font-size: 27.5px;
    font-weight: 600;
    height: calc(1.6em + 0.8rem + 2px);
 /*   height: calc(1.3em + 0.8rem + 2px);*/
}

.network-input-100 {
    width: 100%;
/*    font-size: 32px;*/
    font-size: 27.5px;
    font-weight: 600;
    height: calc(1.6em + 0.8rem + 2px);
 /*   height: calc(1.3em + 0.8rem + 2px);*/
}

th {
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 700;
    color: #777777;
}

.text-white {
    color: #fff !important;
}

.black {
    color: #777 !important;
}
/**/

/* modal */
.modal {
    background: rgba(0,0,0,0.6);
}

.modal-dialog {
    top:  25%;
}

h5#staticBackdropLabel {

    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
}

#tabDigitalMeasures, #tabAnalogMeasures {
    margin-bottom: 10px;
}
/* setup pages */

#setupTab, #programTab, #alarmTab { cursor: pointer;
    padding: 10px 0 0 0;
}

.tab-program-nav {
    padding-left:5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #383839;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.nav-full  {
    width: 132px;
}

.nav-tabs {
    border-bottom: 0 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #fff;
    border: 1px solid #383839;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    color: #666;
    padding: 5px;
/*    width: 16.666667%;*/
}

.nav-tabs .nav-link {
    border: 1px solid #383839;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    padding: 5px;
/*    width: 16.666667%;*/
}



.nav-link.active {
    color: #fff !important;
    background-color: #3b6d9d !important;
    border-color: #3b6d9d !important;
}

.nav-link {
    background-color: #fff;
    border-color: #000 !important;
    margin-left: 3px !important;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    color: #383839;
}

.nav-fill .nav-item {
    -ms-flex: none;
    /* flex: 1 1 auto; */
    flex: none;
    text-align: center;
    margin: auto;
}





.btn-tabs {
    color: #fff !important;
    background-color: #383839 !important;
    border-color: #383839 !important;
}

.btn-tabs:not(:disabled):not(.disabled).active, .btn-tabs:not(:disabled):not(.disabled):active, .show>.btn-tabs.dropdown-toggle {
    color: #fff;
    background-color: #3b6d9d;
    border-color: #3b6d9d;
}




body {
    max-width: 100%;
    margin: 0 auto;
    overflow:auto!important;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #383839;
    text-align: left;
    background-color: #fff;
    }

p, span, a, div, img, button {
-webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
input {
    -webkit-user-select: text; /* Chrome, Opera, Safari */
    -moz-user-select: text; /* Firefox 2+ */
    -ms-user-select: text; /* IE 10+ */
    user-select: text; /* Standard syntax */
}
.shadow {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%) !important;
}
.bg-azul {
    background-color: #4e73df;
}

#headerTop{width:100%; /*bottom: 0; position: fixed;*/}
#pleaseWait{padding-top:170px;width:100%;height:550px;position:absolute;opacity:.80;background-color:#fff;top:0px;left:0px;z-index:999}
.hideit { display: none; }
.showit { display: auto; }
.logo { margin: 0px; }
#container {margin-top:0px; }
#pcontent {min-height:491px;}
#pheader {min-height:64px; background: #3b6d9d; border-bottom: 1px solid #383839; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}
#ptop, #pcontent, #pmiddle, #container { max-width: 100%; width: 100%; margin-left:0px;}

#pStation{text-align: left; font-size: 1.2em; padding-top:5px; padding-bottom: 13px; color: #fff; font-weight: 700; line-height: 22px; text-transform: uppercase;}
#pModel, #pFreq, #pPowerNominal{text-align: left; font-size: 1.2em; padding-top:5px; padding-bottom: 13px; color: #fff; font-weight: 700; line-height: 22px;}
#pLastCol{font-size: 11px; padding-right: 40px; padding-left: 0; padding-top:10px; padding-bottom: 5px; color: #fff; font-weight: 700; line-height: 22px; text-align: right;}

span#nStation, span#nFreq, span#nPowerNominal, span#nModel {
    margin-left: 25px;
}

span.txt-topo {
    margin-top: 28px;
    position: absolute;
    right: 0;
    padding: 0 10px;
}

span.tituloTop {
    font-size: 0.7em !important;
    text-transform: uppercase;
}

.title{ background: #cccccc; font-size: 2em; font-weight: 600; font-variant: all-small-caps}
#ptop { margin-top:2px; overflow:hidden; }


#pleft {/*min-height:491px; */text-align: center; border: 1px solid #383839; border-radius: 8px; background: #e7e7e8; /*padding: 0 15px 10px 15px; margin: 5px 5px 5px 0; */}
#pmain, #pmeas, #palarms {width:100%; padding-left: 10px; padding-right: 0px; /*border: 1px solid #383839; margin: 5px 0; border-radius: 8px; background: #e7e7e8;*/ /*height:480px;*/ }


div#pmiddle {
    padding: 5px 0 0 0;
    min-height: 481px;
}

div#pmeas {
    padding-right: 0;
}


.box-bt {
    border: 1px solid #383839;
    /* margin: 5px 0; */
    border-radius: 8px;
    background: #e7e7e8;
    min-height: 476px;
}


.box-bt-meas {
    border: 1px solid #383839;
    /* margin: 5px 0; */
    border-radius: 8px;
    background: #e7e7e8;
    /*min-height: 476px;*/
    padding: 10px;
}

.sw-supersmall { padding: .1rem .25rem!important; font-size: 10px!important; }
.smallfont { font-size: 13px!important; }
.mainpright { padding:0; margin:0;}

.pmaingauge { background-color: #ffffff; width: 100%; margin: 0 auto;
    height: 170px; overflow:hidden; border-radius:6px; padding-top: 12px;
    border: 1px solid #58585a;
}

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

#pfwdcaption, #preflcaption{ font-size: 1.8em; color: #383839; padding-right: 0; font-weight: 600;}
.labelcaption {font-size: 2em; font-weight: 600;}
#powersetupCaption, #SyncGrpCaption, #AudioGrpCaption, #modelGrpCaption, #stationGrpCaption, #frequencyGrpCaption, #powerTempGrpCaption, #fsGrpCaption, #powerGrpCaption {
    font-size: 25px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    padding-bottom: 15px;
}
#powersetup{ margin-top: 0px;}
#pfwd1, #prefl1 {color: #383839; font-weight: 700;}
#pfwd2, #prefl2 {color: #383839; font-size: 2.5em; text-align: left; margin: 0; line-height: 100%; }
#pfwd3, #prefl3 {font-size: 1.8em; text-align: left; margin: 0; line-height: 100%; }
.lcd8-unity {font-size: 1.4em; text-align: left; margin: 0; line-height: 100%; color: #000; text-shadow:2px 2px 1px #2077e1;}
.lcd8-small {font-size: 3.8em; text-align: left; margin: 0; line-height: 100%; color: #000; text-shadow:2px 2px 1px #2077e1;}
.lcd8-big {font-size: 4.3em; text-align: left; margin: 0; line-height: 100%; color: #000; text-shadow:2px 2px 1px #2077e1;}

.lcd8-huge {
    color: #383839;
    font-size: 4.5em;
    text-align: left;
    margin: 0;
    font-weight: 700;
    padding: 0 0 0 8px;
    line-height: 1.3;
}

#preturnlosscaption, #pvswrcaption, #peficiencycaption { font-size: 0.9em; color: #383839; padding-right: 0; font-weight: 600; }
#preturnloss2, #pvswr2, #peficiency2 {font-size: 1.3em; text-align: left; margin: 0; font-weight: 700; color: #383839; }
#rangePowerOut{   margin-top: 14px; }
#valuePowerOut{   font-size: 1.6em;  margin-top: 5px; font-weight: 600;}
#btnClearMemory { margin-bottom: 10px; font-weight: 600;}

.alarmColumn {
/*    margin-left: 10px;*/
}
.alarmFrame {
    min-height: 100%;
    font-size:15px;
    width: 100%;
/*    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;*/
}
.pstatus {
    color: #383839;
    background-color: #b2b4b6;
    border-color: #b2b4b6;
    font-weight: 700;
    border-radius: 8px;
    margin-top: 5px;
    line-height: 46px;
    padding: 0px 0px 0 10px;
    text-align: left;
    font-size: 16px;
}
#statusIP {
    border-bottom: none;
}
#statusAlarm { margin-top: 10px; }
.pstatusAlarm {
    background-color: #FF5459;
    color:white;
    font-weight: 600;
    animation: blinker 1.3s linear infinite;
}
.pstatusData {
    background-color: #FF5459;
    color:white;
    font-weight: 600;
    animation: blinker 1.3s linear infinite;
}
.pstatus > i {
    padding-right: 3.5px;
}

@keyframes blinker {
    50% { opacity: 1;
          -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
          filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    }
}
.pstatusOn {
    background-color: #4BDF95;
    color:white;
    font-weight: 600;
}
.pstatusMute {
    background-color: #FF5459;
    color:white;
    font-weight: 600;
}
.pstatusSync {
    background-color: #ffbf3a;
    color:white;
    font-weight: 600;
    animation: blinker 1.3s linear infinite;
}
.pstatusOnAuto {
    background-color: #13a3ce;
    font-weight: 600;
    color:white;
}
.line {
/*     border-bottom: 1px solid #ddd;*/
     margin: 0 5px;
}
.line-prg {
     border-bottom: 1px solid #ddd;
     margin: 10px 0 10px 0;
}
.rowListSmall { font-size: 15px; line-height:32px; }
.btnListSmall { padding: 0px 10px 0px 10px; width:64px }
.rowTab { min-height: 380px; }
.vertical-align {
    display: flex;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
}
.text-right.text-program.vertical-align {
    display: block;
}
.rowsmall{
    height: 2px;
    padding: 0;
    margin:0;
}

.col-md-2_4{
    position: relative;
    min-height: 1px;
    width: 20%;
    padding-right: 10px;
    padding-left: 10px;
}


.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 20px;
    background: transparent;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
   /* border-radius: 10px;*/
   border:  1px solid #383839;
/*   border-radius: 4px !important;*/
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    background: #3b6d9d;
    cursor: pointer;
    border-radius: 100%;
    /*border: 4px solid #fff;*/
    /*box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;*/
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 35px;
    background: #717171;
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 8px;
    height: 0px;
}
::-webkit-scrollbar-button {
    background: #3b6d9d;
    height: 0px;
}
::-webkit-scrollbar-track-piece {
    background: #DEDEDE;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #3b6d9d;
    border-radius: 10px;
}
*::selection {
    background:transparent;
}
*::-webkit-selection {
    background:transparent;
}

/**/
#menu-principal > .dropdown-toggle::after {
    display: none !important;
}





/**/



