/*@font-face {
	font-family: roboto-light;
	src: url(../fonts/Roboto-Light.ttf) format(''),
		 url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.svg#RobotoRegular') format('svg');
}

@font-face {
	font-family: roboto-regular;
	src: url(../fonts/Roboto-Regular.ttf) format(''),
		 url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
}*/
@font-face {
	font-family: roboto-regular;
	src: url('../fonts/Roboto-Regular-webfont.woff2') format('woff2'),
		url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
		url('../fonts/Roboto-Regular-webfont.ttf') format('truetype');
}

@font-face {
	font-family: roboto-light;
	src: url(../fonts/Roboto-Light-webfont.ttf) format(''),
		url('../fonts/Roboto-Light-webfont.woff') format('woff'),
		url('../fonts/Roboto-Light-webfont.svg#RobotoRegular') format('svg');
}

* {
	padding: 0px;
	margin: 0px;
	font-family: roboto-light;
}

html {
	height: 100%;
	overflow-y: auto;
}

body {
	resize: none;
	color: #333333;
	font: 0.75em/1.5em Arial, sans-serif;
	height: 100%;
}

.form_login {
	width : 300px;
	margin: 0 auto;
	margin-top : 60px;
	text-align: center;
}

/* Pie */
#footer {
	text-align: center;
	width: 100%;
	padding: 10px;
	background: #transparent;
	border-top: 1px solid #f2eded;
	margin-top: 16%;
}

#footer p {
	font: 10px sans-serif;
	color: #999999;
}

a:hover {
	cursor: pointer;
}

button {
	cursor: pointer;
}

.alert {
	background: url('../images/warning.png');
	background-color: #ffffff;
	width: 23px;
	height: 23px;
	border: 2px solid #dedbdb;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: contain;
}

.alert:hover {
	background: url('../images/warning_hover.png');
	background-color: #ffc82b;
	width: 23px;
	height: 23px;
	border: 2px solid #dedbdb;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: contain;
}

.display_none {
	display: none;
}

#header {
	height: 120px;
	width: 300px;
	margin: 0 auto;
	margin-top: 40px;
}

#logo {
	width: 100%;
}

#contenido {
	background-color: #FFF;
	width: 100%;
	/*height: 570px;*/
	overflow-y: hidden;
	overflow-x: hidden;
	min-height: 570px;
}

.marginBottom30 {
	margin-bottom: 50px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.marginTop40px {
	margin-top: 40px;
}

.marginTop20px {
	margin-top: 20px;
}

.marginTop15px {
	margin-top: 15px;
}

.marginTop10 {
	margin-top: 10px;
}

.paddingBottom40px {
	padding-bottom: 40px;
}

.select_OLT {
	margin-top: 15px;
	text-align: center;
	color: #AAA;
	font-size: 1.5em;
}

.centrado {
	margin: 22%;
	text-align: center;
}

.centrado_width100 {
	margin: 35%;
	text-align: center;
}

.centrado_lateral {
	margin: 0% 30%;
	margin-top: 30px;
	text-align: center;
}

.leftText {
	text-align: left;
}

.rightText {
	text-align: right;
}

#saveOltName {
	position: relative;
	top: -40px;
	float: right;
	display: none;
}

.no_service {
	font-size: 1.2em;
	font-weight: bold;
}

.no_service p {
	margin-bottom: 10px;
}

.opacity03 {
	opacity: 0.3;
}

.noevents {
	pointer-events: none;
}

.saveOltNameIcon {
	background-image: url(../images/saveNameIcon.png);
	position: absolute;
	left: 7px;
	top: 4px;
	width: 50px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	border: none;
	outline: 0 !important;
	-webkit-outline-style: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.saveOltName:active {
	background-image: url(../images/saveNameIcon.png);
	position: absolute;
	left: 5px;
	top: 2px;
	width: 50px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	border: none;
	outline: 0 !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.circular {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.verde {
	background-color: #a1e1d4;
}

.rojo {
	background-color: #ff534b;
}

.texto_verde {
	color: #019875;
}

.texto_rojo {
	color: #ff534b;
}

.texto_azul {
	color: #0000FF;
}

.texto_amarillo {
	color: #989809;
}

.texto_naranja {
	color: #f98138;
}

.texto_violeta {
	color: #8658e6;
}

.texto_bold {
	font-weight: bold;
}

.info {
	font-size: 1.2em;
	margin-bottom: 1em;
	text-align: left;
}

.texto_1em {
	font-size: 1.1em;
}

.inlineBlock {
	display: inline-block;
}

abbr {
	text-decoration: none;
	border-bottom: 0px;
}

.texto_small {
	font-size: small;
}

.texto_gris_oscuro {
	color: rgb(53, 53, 53);
}

#fondo_dialog_error {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000000;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	min-height: 920px;
}

#fondo_dialog_ont {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000000;
	opacity: 0.1;
	width: 100%;
	height: 100%;
}

#fondo_dialog {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000000;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	min-height: 920px;
}

#fondo_dialog_stats {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000000;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	min-height: 920px;
}

#fondo_dialog_wait {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000000;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	min-height: 920px;
}

.fondo_dialog {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000000;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	min-height: 920px;
}

#dialog {
	position: absolute;
	top: 35%;
	-webkit-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	-moz-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	padding: 3em;
	background-color: #FFF;
	width: 100%;
	overflow: hidden;
}

#dialogStatsONT {
	position: absolute;
	top: 1%;
	height: 98%;
	-webkit-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	-moz-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	padding: 3em;
	background-color: #FFF;
	width: 100%;
	-webkit-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	overflow: hidden;
}

#dialogWait {
	position: absolute;
	top: 35%;
	-webkit-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	-moz-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	padding: 3em;
	background-color: #FFF;
	overflow: hidden;
	width: 100%;
}

#dialogWaitWithCancel {
	position: absolute;
	top: 25%;
	-webkit-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	-moz-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	padding: 3em;
	background-color: #FFF;
	width: 848px;
	overflow: hidden;
}

#dialogSelectTarget {
	position: absolute;
	top: 35%;
	-webkit-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	-moz-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	padding: 3em;
	background-color: #FFF;
	overflow: hidden;
	width: 100%;
}

.dialog {
	position: absolute;
	top: 1%;
	-webkit-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	-moz-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	padding: 3em;
	background-color: #FFF;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

#showDialogAddPackage {
	position: absolute;
	top: 25%;
	width: 100%;
	-webkit-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	-moz-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	padding: 3em;
	background-color: #FFF;
	overflow: hidden;
}

#showDialogEditPackage {
	position: absolute;
	top: 25%;
	-webkit-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	-moz-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	padding: 3em;
	background-color: #FFF;
	width: 100%;
	overflow: hidden;
}

/*#showDialogAddSubnet {
	position: absolute;
	width: 100%;
	height: 512px;
	-webkit-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	-moz-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	padding: 3em;
	background-color: #FFF;
	overflow: hidden;
}*/

#dialogONT {
	position: absolute;
	top: 1%;
	height: 98%;
	/*max-height: 820px;*/
	-webkit-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	-moz-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	padding: 3em;
	background-color: #FFF;
	width: 100%;
	-webkit-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

#dialogError {
	position: absolute;
	top: 15%;
	max-height: 690px;
	-webkit-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	-moz-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	padding: 3em;
	background-color: #FFF;
	width: 100%;
	z-index: 13;
	-webkit-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	overflow: hidden;
}

#showDialogAddSN {
	position: absolute;
	top: 5%;
	-webkit-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	-moz-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
	padding: 3em;
	background-color: #FFF;
	width: 100%;
	overflow: hidden;
}

#dialogContenido {
	padding: 4%;
}

#dialogContenidoCentrado input {
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tdoculta {
	display: none;
}

.contenidoDhcp {
	margin: 0% 15%;
	text-align: center;
	overflow-y: auto;
	overflow-x: hidden;
}

.contenidoCentrado {
	margin: 0 auto;
	text-align: center;
	overflow-y: auto;
	overflow-x: hidden;
	max-width: 500px;
}

.contenidoCentrado700px {
	margin: 0 auto;
	text-align: center;
	overflow-y: auto;
	overflow-x: hidden;
	max-width: 700px;
}

.contenidoCentrado23porc {
	margin: 0% 23%;
	text-align: center;
}

.desplazableY {
	overflow-y: auto;
	overflow-x: hidden;
}

.desplazableX {
	overflow-y: hidden;
	overflow-x: auto;
}

.desplazable {
	overflow: auto;
}

.maxheight580 {
	max-height: 580px;
}

.height90porc {
	height: 93%;
}

.desplazable {
	overflow-y: auto;
	overflow-x: auto;
}

.tres_cuartos {
	width: 63.5%;
	height: 650px;
}

.un_cuarto {
	width: 30%;
	height: 95%;
	/*margin-left: 5%;*/
}

.cuatro_quintos {
	width: 75.5%;
	height: 100%;
}

.width100 {
	width: 100%;
	height: 100%;
}

.un_quinto {
	width: 15%;
	height: 100%;
	padding-right: 10px;
}

.marginRight20 {
	margin-right: 20px;
}

.marginLeft70 {
	margin-left: 70px;
}

.marginLeft20 {
	margin-left: 20px;
}

.height95 {
	height: 95%;
}

/*
* Para el tamaÃ±o de la tabla de onts
*/
.dac-fab, .button, .landing-button, .dac-button {
	background: transparent;
	border: 0;
	border-radius: 3px;
	/*box-sizing: border-box;*/
	color: currentColor;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	font-style: inherit;
	font-variant: inherit;
	font-family: inherit;
	letter-spacing: .5px;
	line-height: 24px;
	/*min-width: 88px;*/
	outline: 0;
	/*padding: 6px 12px;*/
	position: relative;
	text-align: center;
	text-decoration: none;
	/*text-transform: uppercase;*/
	-webkit-transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
		background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
		background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.button, .landing-button, .dac-button.dac-raised {
	background-color: #FAFAFA;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

.dac-button.dac-raised.dac-green, .landing-button.green {
	background-color: #90C653;
}

.dac-button.dac-raised.dac-primary, .landing-secondary, .button,
	.dac-button.dac-raised.dac-red, .landing-primary, .dac-button.dac-raised.dac-green,
	.landing-button.green {
	color: #fff;
}

/* download buttons */
.download-button {
	display: block;
	text-decoration: none;
	background-color: #33b5e5;
	font-weight: 500;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
	padding: 6px 12px;
	border-radius: 2px;
}

.download-button:hover, .download-button:focus {
	background-color: #0099cc;
}

.download-button:active {
	background-color: #006699;
}

#save {
	border: 1px solid #ff534b;
	background-color: #ff534b;
	padding: 0.5em;
	color: #FFF;
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 80px
}

#save:hover {
	border: 1px solid #f98138;
	background-color: #f98138;
}

#save:active {
	color: #ff534b;
	border: 1px solid #f98138;
	background-color: #FFF;
}

#refresh {
	width: 40px;
	height: 40px;
	background-color: #28abe3;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.button_blue {
	width: 60px;
	height: 60px;
	background-color: #28abe3;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 10px;
	padding: 10px;
}


.button_blue:hover {
	background-color: #f98138;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.button_blue:active {
	background-color: #a1e1d4;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#refresh:hover {
	background-color: #f98138;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#refresh:active {
	width: 40px;
	height: 40px;
	background-color: #a1e1d4;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.circle {
	border-radius: 100%;
}

.greenBackground {
	background-color: #019875;
}

.blueBackground {
	background-color: #28abe3;
}

.orangeBackground {
	background-color: #f98138;
}

.height80porc {
	height: 380px;
}

.width100porc {
	width: 100%;
}

.width60porc {
	width: 60%;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clearFloat {
	clear: both;
}

.columna1 {
	float: left;
	width: 48%;
	margin-right: 15px;
}

.columna2 {
	float: right;
	width: 48%;
}

.cabecera_atributos {
	margin-bottom: 10px;
	color: #AAA;
	font-size: 1.5em;
}

.sub_cabecera_atributos {
	margin-bottom: 1.5em;
	color: #AAA;
	font-size: 1.2em;
}

.gris {
	color: #AAA;
}

.letra_blanca {
	color: #FFF;
}

.select {
	border: 1px solid #AAA;
	width: 100%;
	overflow: hidden;
	background: #fff url("../images/arrowdown.gif") no-repeat 90% center;
}

.select select {
	padding: 7px 8px;
	width: 120%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	appearance: none;
}

.select select:disabled {
	background-color: #FAFAFA;
}

option:checked {
	/*
	* Naranja activo
	*/
	color: #f98138;
}

.buttonBlueFixed {
	width: 200px;
	/*padding: 8px 40px;*/
	border: none;
	/*azul*/
	background-color: #28abe3;
	color: #FFF;
	margin-top: 20px;
	font-weight: bold;
	font-size: 1em;
}

.padding8px40px {
	padding: 8px 40px;
}

.buttonBlueFixed a {
	width: 100%;
	display: block;
	padding: 8px 4px;
	color: #FFF;
}

.buttonBlueFixed:active {
	/*azul*/
	border: 1px solid #28abe3;
	background-color: #FFF;
	color: #000;
}

.buttonEnter {
	padding: 6px 41px;
	border: none;
	/*verde*/
	background-color: #019875;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
}

.buttonEnter:active {
	border: 1px solid #019875;
	background-color: #FFF;
	color: #019875;
	padding: 5px 40px;
	/*verde*/
	font-weight: bold;
	font-size: 1.1em;
}

.float_input_button {
	float: right;
	padding: 10px;
	background-color: #acb6b4;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	min-width: 170px;
}


.float_input_button:active {
	border-color: #acb6b4;
	background-color: #FFF;
	color: #acb6b4;
}

.buttonSubmit {
	padding: 6px 41px;
	border: none;
	/*verde*/
	background-color: #019875;
	color: #FFF;
	margin-top: 40px;
	font-weight: bold;
	font-size: 1.1em;
}

#saveOnt {
	margin-left: 25%;
}

.buttonCancel {
	padding: 6px 41px;
	border: none;
	/*rojo*/
	background-color: #ff534b;
	color: #FFF;
	margin-top: 40px;
	font-weight: bold;
	font-size: 1.1em;
}

.buttonReparar {
	padding: 6px 35px;
	border: none;
	/*rojo*/
	background-color: #ff534b;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
}

.buttonFilter {
	padding: 5px 25px;
	border: 1px solid #28abe3;
	/*azul*/
	background-color: #28abe3;
	color: #FFF;
	/*margin-top: 10px;*/
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1em;
}

.buttonFilter:active {
	border: 1px solid #28abe3;
	background-color: #FFF;
	color: #28abe3;
}

.buttonSubmit:hover {
	cursor: pointer;
}

.buttonSubmit:active {
	border: 1px solid #019875;
	background-color: #FFF;
	color: #019875;
	padding: 5px 40px;
}

.buttonCancel:active {
	border: 1px solid #ff534b;
	background-color: #FFF;
	color: #ff534b;
	padding: 5px 40px;
}

.separador {
	display: inline-block;
	width: 2px;
	height: 650px;
	background-color: #CCC;
}

/*#separador_dialog_ont {
	position: absolute;
	left: 800px;
	top: 60px;
}*/
#imagenONT {
	margin-bottom: 1em;
	width: 120px;
	height: 100px;
	resize: none;
	max-width: 120px;
	max-height: 100px;
	width: 120px;
}

#fondo {
	width: 100%;
	height: 100%;
}

#pagina {
	/*position: absolute;
	margin: 0 auto;
	top: 0px;
	width: 920px;*/
	height: 100%;
	width: 100%;
	/*min-height: 800px;*/
	/*background-color: #EEE;*/
	margin: 0;
	padding: 0;
}

#menuOLT {
	z-index: 2;
	background-color: #F5F5F5;
}

.atributosONT {
	width: 100%;
	height: 100;
	/*text-align: center;*/
}

#atributosONT {
	display: table;
	width: 100%;
	height: 100;
	text-align: center;
}

#atributosONT p:nth-child(2n+1) {
	margin-bottom: 1em;
}

.atributoONT {
	margin-bottom: 10px;
}

.containert_atributos {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

#subMenuOLT {
	display: none;
	z-index: 3;
}

#subMenuOLT ul.subs {
	z-index: 3;
}

/*.container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 100%;
}*/

/* common and top level styles */
.nav span {
	display: none;
}

.nav, .nav ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.nav {
	background-color: #F5F5F5;
	border-bottom: 5px solid #333333;
	float: left;
	position: relative;
	width: 100%;
}

.nav ul.subs {
	background-color: #FFFFFF;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	color: #333333;
	display: none;
	left: 0;
	padding: 20px;
	position: absolute;
	top: 54px;
	width: 670px;
	overflow: hidden;
}

.nav button {
	background: none;
	border: 0px;
	text-align: left;
	margin-bottom: 8px;
}

.nav button:hover {
	color: #f98138;
}

.nav>li {
	border-bottom: 5px solid transparent;
	float: left;
	margin-bottom: -5px;
	text-align: left;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

#menuOLT>ul .subs {
	z-index: 20;
}

.nav li a {
	display: block;
	text-decoration: none;
	-moz-transition: color 450ms ease-in-out 0s, background-color 450ms
		ease-in-out 0s;
	-ms-transition: color 450ms ease-in-out 0s, background-color 450ms
		ease-in-out 0s;
	-o-transition: color 450ms ease-in-out 0s, background-color 450ms
		ease-in-out 0s;
	-webkit-transition: color 450ms ease-in-out 0s, background-color 450ms
		ease-in-out 0s;
	transition: color 450ms ease-in-out 0s, background-color 450ms
		ease-in-out 0s;
	white-space: normal;
}

.nav>li>a {
	color: #333333;
	display: block;
	font-size: 1.3em;
	line-height: 49px;
	padding: 0 15px;
	text-transform: uppercase;
}

#menuOLT a.active {
	/*azul olt activa*/
	background-color: #53bdeb;
	color: #FFFFFF;
}

#pagina .nav>li:hover>a, #pagina .nav>a:hover {
	background-color: #f98138;
	color: #FFFFFF;
}

.nav li.active>a {
	background-color: #333333;
	color: #FFFFFF;
}

/* submenu */
.nav li:hover ul.subs {
	display: block;
}

.nav ul.subs>li {
	display: inline-block;
	float: none;
	padding: 10px 1%;
	vertical-align: top;
	margin-right: 30px;
	overflow: hidden;
	width: 280px;
}

.nav ul.subs>li a {
	color: #777777;
	line-height: 40px;
}

/*.nav ul li a:hover {
	color: #f98138;
}*/
.nav ul.subs>li>a {
	font-size: 1.3em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.nav ul.subs>li li {
	float: none;
	padding-left: 8px;
	-moz-transition: margin 150ms ease-out 0s;
	-ms-transition: margin 150ms ease-out 0s;
	-o-transition: margin 150ms ease-out 0s;
	-webkit-transition: margin 150ms ease-out 0s;
	transition: margin 150ms ease-out 0s;
	width: 280px;
}

.nav ul.subs>li li:hover {
	margin-left: 15px;
}

.sub_menu_connection {
	list-style-type: none;
	display: none;
	position: relative;
	top: -30px;
	padding-top: 30px;
}

.button_submenu {
	background-color: #acb6b4;
	width: 150px;
	padding: 8px 40px;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
}

.button_submenu:hover {
	background-color: #f98138;
}

/* responsive rules 
@media all and (max-width : 980px) {
	.nav>li {
		float: none;
		border-bottom: 0;
		margin-bottom: 0;
	}
	.nav ul.subs {
		position: relative;
		top: 0;
	}
	.nav li:hover ul.subs {
		display: none;
	}
	.nav li #s1:target+ul.subs, .nav li #s2:target+ul.subs {
		display: block;
	}
	.nav a:active {
		display: none;
	}
	.nav ul.subs>li {
		display: block;
		width: auto;
	}
}
*/
label {
	display: block;
}

#inputSNAdd {
	width: 95%;
}

input[type="text"] {
	display: block;
	margin: 0;
	width: 80%;
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
}

input[type="text"]:focus {
	outline: none;
}

input[type="password"]:focus {
	outline: none;
}

input[type="text"]:disabled {
	display: block;
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	background-color: #FAFAFA;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
}

.textCentrado {
	text-align: center;
}

input.textCentrado[type="text"] {
	display: block;
	margin-left: 20px;
	width: 80%;
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
	font-family: "Open Sans", sans-serif;
}

a.mas_info {
	font-size: 1.2em;
	color: #28ABE3;
}

input.textCentrado[type="password"] {
	display: block;
	margin-left: 20px;
	width: 80%;
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
	font-family: "Open Sans", sans-serif;
}

input[type="password"] {
	display: block;
	margin: 0;
	width: 80%;
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
}

input[type="text"]:focus {
	outline: none;
}

input[type="text"]:disabled {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	background-color: #FAFAFA;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
}

input[type="password"]:disabled {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	background-color: #FAFAFA;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
}

.form_input_underline input[type="text"] {
	padding: 10px;
	border: none;
	border-bottom: solid 2px #c9c9c9;
	-webkit-transition: border 0.3s;
	-moz-transition: border 0.3s;
	-o-transition: border 0.3s;
	transition: border 0.3s;
}

.form_input_underline input[type="password"] {
	padding: 10px;
	border: none;
	border-bottom: solid 2px #c9c9c9;
	-webkit-transition: border 0.3s;
	-moz-transition: border 0.3s;
	-o-transition: border 0.3s;
	transition: border 0.3s;
}

/*
* Input erroneo
*/
.input_erroneo {
	padding: 10px;
	border: none;
	border-bottom: solid 2px #ff534b;
	-webkit-transition: border 0.3s;
	-moz-transition: border 0.3s;
	-o-transition: border 0.3s;
	transition: border 0.3s;
}

.form_input_underline input[type="text"]:focus {
	border-bottom: solid 2px #f98138;
}

.form_input_underline input[type="password"]:focus {
	border-bottom: solid 2px #f98138;
}

/*
* Checkbox
*/
.container_checkbox {
	text-align: left;
	position: relative;
}

.checkbox-custom, .radio-custom {
	opacity: 0;
	position: absolute;
	z-index: 1;
	width: 18px;
	height: 18px;
}

.checkbox-custom+.select {
	content: '';
	background: #fff;
	border: 2px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	padding: 2px;
	margin-right: 10px;
	text-align: center;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom,
	.radio-custom-label {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	cursor: pointer;
}

.cursor_pointer {
	cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
	position: relative;
}

.checkbox-custom+.checkbox-custom-label:before, .radio-custom+.radio-custom-label:before
	{
	content: '';
	background: #fff;
	border: 2px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	padding: 6px;
	margin-right: 10px;
	text-align: center;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
	background: #f98138;
	box-shadow: inset 0px 0px 0px 1px #fff;
}

.radio-custom+.radio-custom-label:before {
	border-radius: 50%;
}

.radio-custom:checked+.radio-custom-label:before {
	background: #ccc;
	box-shadow: inset 0px 0px 0px 4px #fff;
}

.checkbox-custom:focus+.checkbox-custom-label, .radio-custom:focus+.radio-custom-label
	{
	outline: 1px solid #ddd; /* focus style */
}

/*
* Fin checkbox
*/

/*
* Elementos del dialogo de espera
*/
#contenedor_loader {
	width: 100%;
}

.loader_orange {
	border: 5px solid #f3f3f3; /* Light grey */
	border-top: 5px solid #f98138; /* Blue */
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 2s linear infinite;
}

.loader_purple {
	border: 5px solid #f3f3f3; /* Light grey */
	border-top: 5px solid #8658e6; /* Blue */
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 2s linear infinite;
}

.loader_yellow {
	border: 5px solid #f3f3f3; /* Light grey */
	border-top: 5px solid #989809; /* Blue */
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 2s linear infinite;
}

.loader_blue {
	border: 5px solid #f3f3f3; /* Light grey */
	border-top: 5px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 2s linear infinite;
}

.loader_gray {
	border: 5px solid #f3f3f3; /* Light grey */
	border-top: 5px solid #dedbdb; /* Blue */
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 2s linear infinite;
}

.loader_orange_stop {
	border: 5px solid #f3f3f3; /* Light grey */
	border-top: 5px solid #f98138; /* Blue */
	border-radius: 50%;
	width: 20px;
	height: 20px;
}

.loader_purple_stop {
	border: 5px solid #f3f3f3; /* Light grey */
	border-top: 5px solid #8658e6; /* Blue */
	border-radius: 50%;
	width: 20px;
	height: 20px;
}

.loader_blue_stop {
	border: 5px solid #f3f3f3; /* Light grey */
	border-top: 5px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 20px;
	height: 20px;
}

.loader_gray_stop {
	border: 5px solid #f3f3f3; /* Light grey */
	border-top: 5px solid #dedbdb; /* Blue */
	border-radius: 50%;
	width: 20px;
	height: 20px;
}

.loader_yellow_stop {
	border: 5px solid #f3f3f3; /* Light grey */
	border-top: 5px solid #989809; /* Blue */
	border-radius: 50%;
	width: 20px;
	height: 20px;
}

.loader_big {auto;
	width: 40px;
	height: 40px;
	border-width: 7px;
	margin: auto;
}

.advise {
	margin-bottom: 20px;
	border: 1px solid gray;
	background: rgb(240, 244, 183);
	padding: 10px;
}

.advise>p {
	font-size: medium;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

input[type="radio"] {
	display: none;
}

input[type="radio"]+label {
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}

input[type="radio"]+label span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	cursor: pointer;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

input[type="radio"]+label span {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.81);
	-moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.81);
	box-shadow: 0px 0px 1px 1px rgba(160, 160, 160, 0.81);
}

input[type="radio"]:checked+label span {
	background-color: #f98138;
}

input[type="radio"]+label span, input[type="radio"]:checked+label span {
	-webkit-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}

/*
* paquetes
*/
.pocoMargen {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 5px;
	margin-right: 5px;
}

/*
* Botones
*/
button:disabled {
	color: #777;
	background-color: #EEE;
}

.height85porc {
	height: 85%;
}

.letterSpacing1px {
	letter-spacing: 1px;
}

/*::-webkit-scrollbar-button:horizontal:decrement {
	background-image: url('../images/scroller/up-icon.png');
	width: 20px;
	height: 13px;
}

::-webkit-scrollbar-button:horizontal:increment {
	background-image: url('../images/scroller/down-icon.png');
	width: 20px;
	height: 13px;
}*/
::-webkit-scrollbar {
	width: 20px;
}

::-webkit-scrollbar-button:vertical:decrement {
	background-image: url('../images/scroller/up-icon.png');
	width: 20px;
	height: 13px;
}

::-webkit-scrollbar-button:vertical:increment {
	background-image: url('../images/scroller/down-icon.png');
	width: 20px;
	height: 13px;
}

::-webkit-scrollbar-track {
	
}

::-webkit-scrollbar-thumb {
	background-image: url('../images/scroller/scroller-thumb.png');
	/*background: -webkit-linear-gradient(top, #5aafb0, #4ca06d);
  -webkit-box-shadow:   inset 0 1px 0 rgba(255,255,225,.5),
                inset 1px 0 0 rgba(255,255,255,.4),
                inset 0 1px 2px rgba(255,255,255,.3);
 
  border:thin solid #232c34;
  border-radius: 10px;
  -webkit-border-radius: 10px;*/
}

::-webkit-scrollbar-thumb:horizontal {
	background-image:
		url('../images/scroller/scroller-thumb-horizontal.png');
	/*background: -webkit-linear-gradient(top, #5aafb0, #4ca06d);
  -webkit-box-shadow:   inset 0 1px 0 rgba(255,255,225,.5),
                inset 1px 0 0 rgba(255,255,255,.4),
                inset 0 1px 2px rgba(255,255,255,.3);
 
  border:thin solid #232c34;
  border-radius: 10px;
  -webkit-border-radius: 10px;*/
}

::-webkit-scrollbar-thumb:horizontal:hover {
	background-image:
		url('../images/scroller/scroller-thumb-horizontal.png');
}
/* Pseudo-clase */
/*::-webkit-scrollbar-thumb:window-inactive {
	background-color: black;
}*/
::-webkit-scrollbar-button:horizontal:decrement {
	background-image: url('../images/scroller/left-icon.png');
	width: 9px;
}

::-webkit-scrollbar-button:horizontal:increment {
	background-image: url('../images/scroller/right-icon.png');
	width: 9px;
}

/* dialogo checkServices */
.width70px {
	width: 70px;
}

#contenedor_reparar_ont {
	margin: 0% 5%;
	width: 80px;
}

#contenedor_reparar_services {
	margin: 0% 5%;
	width: 80px;
}

#dialogImageOnt {
	height: auto;
	align: middle;
	margin: 30px 0px; 
}

.checking {
	display: inline-block;
	width: 240px;
	text-align: left;
}

.floatImage {
	padding: 5% 5%;
}

.contenidoServices {
	margin: 0% 10%;
	overflow-y: auto;
	overflow-x: hidden;
}

#checkSalir {
	margin-top: 8%;
	text-align: center;
}

.tabla {
	border-collapse: collapse;
	margin-top: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tablaWidth45 {
  width:45%;
  max-width:100%;
  float:left;
  margin-right: 25px;
  margin-bottom: 20px;
}

.divWidth45 {
  width:45%;
  max-width:100%;
  float:left;
  margin-right: 20px;
  height: 20px;
  margin-bottom: 20px;
}

.t_sortable tr td {
  padding:4px;
}
.t_sortable tr, .ui-sortable-helper {
  cursor: move;
}
.t_sortable tr:first-child {
  cursor: default;
}
.t_sortable tr:hover{
  background: #f8c3b4;
}
.t_sortable tr:active {
  background: #a1e1d4;
}
.t_sortable_highlight {
  background-color: #fce6e0;
}


/*#tabla_onts {
	border-collapse: collapse;
	margin-top: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}*/

#tabla_onts tr:hover {
	background: #f8ceb4;
}


#tabla_onts tr:active {
	background: #a1e1d4;
}

/*#tabla_onts thead {
	display: block;
	width: 688px;
	overflow: auto;
	color: #fff;
}

#tabla_onts tbody {
	display: block;
	width: 688px;
	height: 368px;
	overflow: auto;
}

#tabla_onts th, #tabla_onts td {
	padding: 20px 3px;
	text-align: center;
	word-break: break-all;
}

#tabla_onts tbody tr {
	border-bottom: 1px solid #999999;
}

#tabla_onts tbody tr:hover {
	background-color: rgba(249, 129, 56, 0.5);;
}

#tabla_onts tbody tr:active {
	background-color: #a1e1d4;
}
*/
th {
	background-color: #AAA;
}

/*#tabla_voip {
	border-collapse: collapse;
	margin-top: 20px;
	height: 600px;
}*/

.thead_tabla {
	display: block;
	overflow: auto;
	color: #fff;
}

.tbody_tabla {
	display: block;
	height: 368px;
	/* background: pink; */
	overflow: auto;
}

/*#tabla_voip .thead_tabla, #tabla_voip .tbody_tabla {
	width: 544px;
}*/

/*.th_tabla, .td_tabla {
	padding: 20px 3px;
	text-align: center;
	word-break: break-all;
}*/

/*#tabla_model {
	border-collapse: collapse;
	margin-top: 40px;
	height: 600px;
}

#tabla_model .thead_tabla, #tabla_model .tbody_tabla {
	width: 554px;
}

#cuerpo_tabla_voip tr {
	border-bottom: 1px solid #999999;
}

#cuerpo_tabla_voip tr:hover {
	background-color: rgba(249, 129, 56, 0.5);;
}

#cuerpo_tabla_voip tr:active {
	background-color: #a1e1d4;
}*/

.width38px {
	width: 44px;
}

.width140px {
	width: 120px;
}

.width44px {
	width: 80px;
}

.width180px {
  width: 180px;
}
.width100px {
	width: 100px;
}

.vacio {
	background: #FFF;
}

#menu_gral ul {
	list-style-type: none;
	text-align: center;
	font-size: 0;
}

#menu_gral>ul li {
	display: inline-block;
	width: 25%;
	position: relative;
}

#menu_gral li button {
	text-decoration: none;
	display: block;
}

#menu_gral li button:hover, #menu_gral li button:focus {
	color: #fff;
}

#menu_gral li ul {
	position: absolute;
	width: 0;
	overflow: hidden;
}

#menu_gral li li {
	display: block;
	width: 100%;
}

#menu_gral li {
	list-style-type: none;
}

#menu_gral li:hover li button, #menu_gral li:focus li button {
	display: block;
	font-family: monospace;
	font-size: .9rem;
	line-height: 1.7rem;
	border-top: 1px solid #e5e5e5;
	background: #444;
}

#menu_gral li:hover ul, #menu_gral li:focus ul {
	width: 100%;
	z-index: 5;
	margin: 0rem;
	padding: 0rem;
}

ul {
	list-style-type: none;
}

.buttonBlue {
	padding: 8px 40px;
	width: 200px;
	border: none;
	background-color: #28abe3;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
}

.button_vacio {
	background: none;
	width: 200px;
	padding: 8px 40px;
	border: none;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
}

.sub_menu_connection>li {
	float: left;
}

.texto_centrado {
	text-align: center;
}

.margin_center {
	margin: 0 auto;
}

input.width100porc {
	width: 100%;
}

.state {
	width: 15px;
	height: 15px;
	margin: auto;
	border-radius: 50%;
}

.online {
	border: 2px solid #dedbdb;
	background-color: rgb(127, 214, 127);
}

.offline {
	border: 2px solid #dedbdb;
	background-color: #efeceb;
}

.deactive {
	border: 2px solid #dedbdb;
	background-color: #540606;
}

.container_graphic {
	width: 700px;
	height: 400px;
}

/* Para representar la OLT */
.frame {
	padding: 35px 45px; /*up,down - left-right*/
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
	max-width: 940px;
}

.slot {
	background: #8a8b90; /* Old browsers */
	background: -moz-linear-gradient(left, #8a8b90 0%, #c5cede 46%, #88898e 80%, #87878c
		100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #8a8b90 0%, #c5cede 46%, #88898e 80%,
		#87878c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #8a8b90 0%, #c5cede 46%, #88898e 80%, #87878c
		100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8b90',
		endColorstr='#87878c', GradientType=1); /* IE6-9 */
	margin: 0 auto;
	padding: 4px;
	overflow-x: hidden;
	border: 1px solid #808080;
	/*margin: 40px;*/
}

.tornillo {
	width: 20px;
	margin-top: 15px;
}

.pons {
	background: #4d4d4d;
	width: 79%;
	height: 100%;
	padding: 6px;
	padding-right: 16px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
}

.pon {
	width: 29px;
	/*margin-top: 12px;
	margin-left: 10px;*/
}

.net_port {
	width: 30px;
	margin-top: 12px;
	margin-left: 100px;
	margin-right: 100px;
}

.scun {
	width: 300px;
}

@keyframes bigger {
    from {width: 28px;}
    to {width: 32px;}
}

.pon:hover {
	animation-name: bigger;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
    opacity: 0.7;
}

.net_port:hover {
	opacity: 0.7;
}

.container_pon {
	overflow: hidden;
	display: inline-block;
	width: 32px;
	height: 28px;
	margin-top: 10px;
    margin-left: 5px;
}



/*box OLT*/



@keyframes expandable_horizontal {
    to {width: 540px;}
}

.container_boxes {
	margin: 0 auto;
    width: 650px;
    overflow-y: auto;
    padding-bottom: 150px;	
}

.box_hide_detail {
	cursor: pointer;
	font-size: 1.2em;
    overflow: hidden;
    margin-left: 15%;
    width: 220px;
    height: 250px;
    padding: 10px 20px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 2px 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;
    /*float: left;*/
    z-index: 40;
    text-align: left;
}

.box {
	cursor: pointer;
	font-size: 1.2em;
    overflow: hidden;
    padding: 10px 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 2px 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;
    /*float: left;*/
    z-index: 40;
    text-align: left;
    float: left;
}

.expandable:hover {
	animation-name: expandable_horizontal;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
}


.input_olt {
	display: inline-block;
    width: 50%;
    padding: 10px;
    border: none;
    border-bottom: solid 2px #c9c9c9;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}


.box .box_left {
	position: relative;
    left: 0px;
    text-align: center;
    float: left;
    height: 100%;
}


.box .box_right {
	float: right;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    padding: 5px;
    min-width: 200px;
}

.margin_bottom {
	margin-bottom: 5px;
}

.property_form_horiz>p{
	display: inline-block;
    /*margin-top: 10px;
    margin-right: 10px;*/
    margin-bottom: 0px;
    width: 30%;
}

.property_form_horiz_without_width>p{
	display: inline-block;
    /*margin-top: 10px;
    margin-right: 10px;*/
    margin-bottom: 0px;
}

.input_olt{
	display: inline-block;
    width: 50%;
    padding: 10px;
    border: none;
    border-bottom: solid 2px #c9c9c9;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}

.box_right button{
	margin-top: 20px;
    width: 100%;
}

.half_width {
	width: 50%;
}

.width60 {
	width: 60%;
}

.tabla td,.tabla th {
   text-align: center;   
}

@media screen and (min-height: 850px ) {
	#contenido {
		height: 83%;
	}
	#filters_packages {
		height: 680px;
	}
	
	#container_table {
		overflow: auto;
    	height: 700px;
	}
	#footer {
		text-align: center;
		width: 100%;
		padding: 10px;
		background: #transparent;
		border-top: 1px solid #f2eded;
		margin-top: 20%;
	}
}

@media screen and (max-width: 800px) {
	.scun {
		width: 50%;
	}
}

@media screen and (max-width: 650px) {
	.scun {
		width: 100%;
	}
	.box {
		width: 350px;
	}
}


@media screen and (max-height: 700px) {
	#dialogONT {
		position: absolute;
		top: 1%;
		/*max-height: 820px;*/
		-webkit-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
		-moz-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
		box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
		padding: 3em;
		background-color: #FFF;
		width: 100%;
		-webkit-box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.81);
		overflow: auto;
	}
	
	.box .box_left {
		clear: both;
		width: 100%;
	}


	.box .box_right {
		clear: both;
	}
}


.dialog_big label, .dialog label {
	font-weight: normal;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}


/*Antes en packages.css*/
.fondoGris {
	background-color: #AAA;
}

.letrablanca {
	color: #FFF;
}

.letragris {
	color: #444;
}


.inline {
	display: inline-table;
}

.inline_block {
	display: inline-block;
}

.margin_right20px {
	margin-right: 20px;
}

.margin_left15 {
	margin-left:15%;
}

#contenido_data {
	padding: 5px 20px;
	height: 93%;
	width: 100%;
}

#table_packages {
	height: 20px;
}

/*Contenedor para paginador*/
#container_pagination {
	height: 70px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

#container_pagination li {
	display: inline-block;
}
