/* Add here all your CSS customizations */

.btn-context-01 {
	margin-left: 18px !important;
	display: inline-block;
}

.box-right {
	float: right;
	display: inline-block;
}

.box-left {
	float: left;
	display: inline-block;
}
.box-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.box-backcolor-01 {
	background: #e5edf5;r
	color: #555753;
}

/* filter */

.panel-app-heading {
	background: #f6f6f6;
	border-radius: 5px 5px 0 0;
	border-bottom: 3px solid #DADADA;
	padding: 0px 6px 0px 6px;
	margin-top: -10px;
	position: relative;
}
.panel-app-body {
	background: #f6f6f6;
	border-radius: 0px 0px 5px 5px;
	padding: 6px 6px 0px 6px;
	position: relative;
	margin-bottom: -10px;
}
.filter-input {
	padding: 5px;
	font-size: 8px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px 0;
  border-radius: 4px;
}

.header-input {
	font-size: 11px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	max-height: 40px;
	margin-top: -3px !important;
}

/* colors */

.color-active {
	color: #73d216;
}
.color-active-strong {
	color: #125321;
}
.color-deactivated {
	color: #888a85;
}
.color-register-deactivated {
	color: #cc0000;
}
.color-kpi-bad {
	color: #cc0000;
}
.color-kpi-good {
	color: #125321;
}
.color-kpi-default {
	color: #2e2cbd;
}

.bg-field-translate {
	background: #f9f5d2 !important;
}
.bg-page-login {
	background: url(./img_fundo_01.jpg) no-repeat;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
.form-subtitle-text {
	color: #3465a4;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px !important;
    margin-top: 20px !important;
}
.form-subtitle-translate {
	color: #555753;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: -10px !important;
}


.userbox .client-name {
	text-aligin: left;
	display: inline-block;
	vertical-align: middle;
}

.table-hover tr:hover {
	background: #d4ebe9!important;
}

.field-text-01 {
	color: #000000;
	font-size: 14px;
	letter-spacing: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	background: #eeeeec;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 3px;
	border-right-width: 0px;
	border-color: #cccccc;
	padding:5px;
	border-radius: 3px;
	min-height: 32px;
}
.field-min-height-01 {
	min-height: 120px;
}
.field-text-02 {
	color: #000000;
	font-size: 12px;
	letter-spacing: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	background: #eeeeec;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 3px;
	border-right-width: 0px;
	border-color: #cccccc;
	padding:4px 4px 4px 5px;
	border-radius: 3px;
	min-height: 28px;
}
.label-text-01 {
	color : #3465a4;
	font-size : 12px;
	letter-spacing: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-serif;
}
.label-text-02 {
	color : #555753;
	font-size : 10px;
	letter-spacing: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-serif;
	margin-bottom: -2px !important;
}

.box-mt-neg-01 {
    margin-top: -20px !important;
}
.login-title {
	color: #3465a4;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
	text-align: center;
}
.clickable-row {
	cursor: pointer;
}

.text-rel-sm {
	font-size: 12px !important;
	font-size: 1.2rem !important;
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-serif;
	color: #000000 !important;
	vertical-align: middle !important;
}
.text-rel-md {
	font-size: 14px !important;
	font-size: 1.6rem !important;
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-serif;
	color: #000000 !important;
	vertical-align: middle !important;
}

.text-btn-sm {
	font-size: 12px !important;
	font-size: 1.2rem !important;
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-serif;
	color: #2e3436 !important;
	vertical-align: middle !important;
	text-align: left;
}
.height-01 {
	height: 40px !important;
}
.height-02 {
	height: 60px !important;
}
.width-min-460 {
	min-width: 460px;
}
.width-min-360 {
	min-width: 360px;
}

.mtn-00 {
	    margin-top: -5px !important;
}
.mtn-01 {
	    margin-top: -10px !important;
}
.mtn-20 {
	    margin-top: -20px !important;
}
.mtn-25 {
	    margin-top: -25px !important;
}
.mtn-40 {
	    margin-top: -40px !important;
}
.mtn-60 {
	    margin-top: -60px !important;
}

.mtn-15 {
	    margin-top: -15px !important;
}
.mtn-10 {
	    margin-top: -10px !important;
}
.mtn-5 {
	    margin-top: -5px !important;
}
.mln-10 {
	    margin-left: -10px !important;
}
.mln-20 {
	    margin-left: -20px !important;
}
.mrn-10 {
	    margin-right: -10px !important;
}
.mrn-20 {
	    margin-right: -20px !important;
}

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


.min-width-a {
	    min-width:160px;
}

/* FROM PROTOTIPO */


.btn-context-01 {
	margin-left: 18px !important;
	display: inline-block;
}

.box-right {
	float: right;
	display: inline-block;
}
.disp-row {
	display: table-row !important;
}
.box-right-only {
	float: right;
}

.box-left {
	float: left;
	display: inline-block;
}
.box-left-only {
	float: left;
}

.box-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.box-backcolor-01 {
	background: #e5edf5;
	color: #555753;
}
.box-contentx-01 {
	max-width: 760px;
	margin: auto;
	position: relative;	
}

/* content data panel */
.box-subcontent {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
.box-subcontent-heading {
	background: #f6f6f6;
	border-radius: 5px 5px 0 0;
	border: 1px #888a85 solid;
	border-bottom: 3px solid #babdb6;
	padding: 4px 4px 4px 8px;
	position: relative;
	color: #33353f;
}
.box-subcontent-heading.bg-danger {
	background: #a40000;
	color: white !important;
}
.box-subcontent-heading > .title {
	font-size: 13px;
	font-weight: 550;
	line-height: 13px;
	padding: 0;
	text-transform: none;
}
.box-subcontent-body {
	background: #fdfdfd;
	border-bottom: 1px #e5edf5 solid;
	padding: 4px 4px 4px 8px;
	border-right: 1px #888a85 solid;
	border-left: 1px #888a85 solid;
}
.box-subcontent-body.bg-danger {
	background: #a40000;
	color: white !important;
}
.box-subcontent-body.bg-level1 {
	background: #47a447;
	color: white !important;
}
.box-subcontent-body.bg-level2 {
	background: #70c8e2;
	color: white !important;
}
.box-subcontent-body.bg-level3 {
	background: #cccccc;
	color: #000000; !important;
}
.box-subcontent-body.bg-level4 {
	background: #c09853;
	color: #000000 !important;
}
.box-subcontent-body.bg-level5 {
	background: #d2322d;
	color: white !important;
}
.box-subcontent-body.bg-level6 {
	background: #171717;
	color: white !important;
}

.box-subcontent-footer {
	background: #fdfdfd;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 0 0 5px 5px;
	padding: 4px 4px 4px 8px;
	color: #33353f;
	border-right: 1px #888a85 solid;
	border-left: 1px #888a85 solid;
	border-bottom: 1px solid #888a85;
}


/* filter */

.panel-app-heading {
	background: #f6f6f6;
	border-radius: 5px 5px 0 0;
	border-bottom: 3px solid #DADADA;
	padding: 0px 6px 0px 6px;
}
.panel-app-heading-01 {
	background: #f6f6f6;
	border-radius: 5px 5px 0 0;
	border-bottom: 3px solid #DADADA;
	padding: 0px 6px 0px 6px;
	position: relative;
	float: right;
    display: inline-block;
}
.panel-app-body {
	background: #f6f6f6;
	border-radius: 0px 0px 5px 5px;
	padding: 6px 6px 0px 6px;
	position: relative;
	margin-bottom: -10px;
}
.filter-input {
	padding: 5px;
	font-size: 8px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px 0;
  border-radius: 4px;
}

/* colors */

.color-active {
	color: #73d216;
}
.color-deactivated {
	color: #888a85;
}
.color-register-deactivated {
	color: #cc0000;
}
.bg-field-translate {
	background: #f9f5d2 !important;
}
.form-subtitle-text {
	color: #3465a4;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px !important;
    margin-top: 20px !important;
}
.form-subtitle-translate {
	color: #555753;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: -10px !important;
}
.box-subtitle-text {
	color: #3465a4;
    text-transform: uppercase;
}
.box-subtitle-text-black {
	color: #3465a4;
	font-size: 14px;
}


.userbox .client-name {
	text-aligin: left;
	display: inline-block;
	vertical-align: middle;
}

.table-hover tr:hover {
	background: #d4ebe9!important;
}

.field-text-01 {
	color: #000000;
	font-size: 14px;
	letter-spacing: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	background: #eeeeec;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 3px;
	border-right-width: 0px;
	border-color: #cccccc;
	padding:5px;
	border-radius: 3px;
	min-height: 32px;
}
.field-text-02 {
	color: #000000;
	font-size: 12px;
	letter-spacing: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	background: #eeeeec;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 3px;
	border-right-width: 0px;
	border-color: #cccccc;
	padding:2px 2px 2px 5px;
	border-radius: 3px;
	min-height: 22px;
}
.label-text-01 {
	color : #3465a4;
	font-size : 12px;
	letter-spacing: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-serif;
}
.label-text-02 {
	color : #3465a4;
	font-size : 11px;
	letter-spacing: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-serif;
}
.label-text-03 {
	color : #888a85;
	font-size : 10px;
	letter-spacing: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-serif;
}

.box-mt-neg-01 {
    margin-top: -20px !important;
}



.login-title {
	color: #2e3436;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
	text-align: center;
}
.clickable-row {
	cursor: pointer;
}

.text-rel-sm {
	font-size: 11px !important;
	font-size: 1.1rem !important;
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-serif;
	color: #2e3436 !important;
	vertical-align: middle !important;
}
.text-rel-light-sm {
	font-size: 11px !important;
	font-size: 1.1rem !important;
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-serif;
	color: #ffffff!important;
	vertical-align: middle !important;
}
.height-01 {
	height: 40px !important;
}

.box-status-level1 {
	border-radius: 5px;
	background-color: #47a447;
    font-size: 12px;
	font-size: 1.2rem;
	color: white;
	padding: 5px;
}
.box-status-level2 {
	border-radius: 5px;
	background-color: #70c8e2;
    font-size: 12px;
	font-size: 1.2rem;
	color: white;
	padding: 5px;
}
.box-status-level3 {
	border-radius: 5px;
	background-color: #cccccc;
    font-size: 12px;
	font-size: 1.2rem;
	color: #000000;
	padding: 5px;
}
.box-status-level4 {
	border-radius: 5px;
	background-color: #c09853;
    font-size: 12px;
	font-size: 1.2rem;
	color: #000000;
	padding: 5px;
}
.box-status-level5 {
	border-radius: 5px;
	background-color: #d2322d;
    font-size: 12px;
	font-size: 1.2rem;
	color: white;
	padding: 5px;
}
.box-status-level6 {
	border-radius: 5px;
	background-color: #171717;
    font-size: 12px;
	font-size: 1.2rem;
	color: white;
	padding: 5px;
}


.box-status-nok {
	border-radius: 5px;
	background-color: #47a447;
    font-size: 12px;
	font-size: 1.2rem;
	color: white;
	padding: 5px;
}


.mtn-01 {
	    margin-top: -10px !important;
}
.mtn-20 {
	    margin-top: -20px !important;
}
.mtn-30 {
	    margin-top: -30px !important;
}
.mtn-15 {
	    margin-top: -15px !important;
}
.mtn-10 {
	    margin-top: -10px !important;
}
.mtn-5 {
	    margin-top: -5px !important;
}
.mln-10 {
	    margin-left: -10px !important;
}
.mln-20 {
	    margin-left: -20px !important;
}

.a-box {
	color: #777;
	
}
.a-box:hover, .a-box:focus {
	text-decoration: none;
	color: #0088cc;
}

.text-red {
	color: #d2322d;
}
.text-title-01 {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
	font-family: "Open Sans", Arial, sans-serif;
}
.text-telemetry-value-1 {
	color: #000000;
	font-size: 16px;
	font-weight: 600;	
}
.text-telemetry-um-1 {
	color: #555753;
	font-size: 12px;
	font-weight: 400;	
}
.text-telemetry-label-1 {
	color: #555753;
	font-size: 16px;
	font-weight: 400;	
}

.text-telemetry-value-2 {
	color: #000000;
	font-size: 12px;
	font-weight: 300;	
}
.text-telemetry-label-2 {
	color: #555753;
	font-size: 12px;
	font-weight: 500;	
}

.text-small-00 {
	font-size: 11px;
	margin-top: -3px !important;
}

.text-small-01 {
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	margin-top: -3px !important;
}
.text-small-02 {
	font-size: 12px;
	text-align: right;
	margin-top: -3px !important;
    font-weight: 700;
}

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

.valign-top {
	vertical-align: text-top;
}

.border-01 {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}

.box-hwfull{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.bg-001 {
	background: #dedede; // 
	color: white;
}
.bg-001-light {
	background: #f3f3f3; // 
	color: white;
}
.border-color-light {
	border-color: #dedede;
}

/* painel */

.pnl01 {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.pnl01-heading {
	padding: 8px;
	position: relative;
}

.pnl01-body {
	background: #edd400;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}

.pnl01-body-nopadding {
	padding: 0;
}


.pnl01-heading-icon {
	margin: 0 auto;
	font-size: 42px;
	font-size: 4.2rem;
	width: 62px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 55px;
	border-radius: 55px;
}

.pnl01-heading.bg-primary {
	background: #cccccc;
	color: white;
	border-bottom: 0 none;
	border-right: 0 none;
}

.pnl01-horizontal {
	display: table;
	width: 100%;
}

.pnl01-horizontal .pnl01-heading,
.pnl01-horizontal .pnl01-body,
.pnl01-horizontal .pnl01-footer {
	display: table-cell;
	vertical-align: middle;
}

.pnl01-horizontal .pnl01-heading {
	border-radius: 5px 0 0 5px;
}

.pnl01-horizontal .pnl01-heading + .pnl01-body {
	border-radius: 0 5px 5px 0;
}

.pnl01-horizontal .pnl01-footer {
	border-radius: 0 5px 5px 0;
	margin-top: 0;
}

.color-white {
	color: white;
}

.text-unitmes {
	font-size: 12px;
}

.text-30 {
	font-size: 30px;
}
.text-20 {
	font-size: 20px;
}
.text-black {
	color: #CCCCCCC;
}

.amount-01 {
	margin-right: .2em;
	font-size: 40px;
	font-size: 3.1rem;
	font-weight: 600;
	vertical-align: middle;
}

.box-bottom{ 
     display: table-cell;
     vertical-align:bottom;
} 

/* #64b5f6', '#1976d2', '#ef6c00', '#ffd54f', '#455a64', '#96a6a6', '#dd2c00', '#00838f', '#00bfa5', '#ffa000 */

