@font-face {
    font-family: HelvNeue55;
    src: url(../fonts/HelvNeue55.woff);
}

@font-face {
    font-family: HelvNeue75;
    src: url(../fonts/HelvNeue75.woff);
}

@keyframes show {
  
  0%   { opacity: 0; }
  100% { opacity: 1; }
	
}

html, body{
	/*height: 100%;
	#width: 100%;*/
}

label{
	font-family: 'HelvNeue75', Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'HelvNeue75', Arial, sans-serif !important;
}

a{
	text-decoration: none !important;
	color: inherit !important;
}

a:hover{
	color: inherit !important;
}

body{
	font-family: 'HelvNeue55', Arial, sans-serif !important;
}

.text-center{
	text-align: center;
}

.default-cursor{
	cursor: auto !important;
}

.text-green{ color: green; }
.text-red{ color: red; }
.text-black { color: black !important; }
.text-white { color: white !important; }

.logo-orange{
	max-width: 200px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.orange-color{ color: #FF7900 !important; }
.orange-color-off{ color: #ccc !important; }

span.mandatory{
	margin: auto 0.5em;
	color: red !important;
	font-weight: bold;
}

.help-block{
	float: right;
}


.title{
	font-family: 'HelvNeue55', Arial, sans-serif !important;
	font-weight: bold !important;
	text-align: center;
	margin: 1rem;
	opacity: 1;
	/*-webkit-animation-name: show;
	-webkit-animation-duration: 3s;	
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-delay: 1s;	
	animation-name: show;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-delay: 1s;*/
}

.subtitle{
	font-family: 'HelvNeue75', Arial, sans-serif !important;
	font-weight: bold !important;
	text-align: center;
	margin: 1rem;
	opacity: 0;
	-webkit-animation-name: show;
	-webkit-animation-duration: 3s;	
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-delay: 1s;	
	animation-name: show;
	animation-duration: 3s;	
	animation-fill-mode: forwards;
	animation-delay: 1s;		
}

.user-portrait-tiny{
	width: 24px;
	height: 24px;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	margin-bottom: 5px;
	margin-right: 10px;
	overflow: hidden !important;	
	float: left;
}

.user-portrait-tiny img {
	max-width: 100%;
	display: block;
	margin: 0 auto;

}

.version_box{
	width: auto;
	position: fixed;
	left: 0px;
	bottom: 0px;
	color:  #FF6600;
	text-shadow: 1px 1px 1px #ccc;
	padding: 1rem;
}

/* Pagination */

dir-pagination-controls{display: inline-block; margin: 0.5rem 0; margin-right: 2.5rem;}
.pagination > li { width: 30px; height: 30px; text-align: center; border-left: 1px solid rgba(0, 0, 0, 0.15); border-top: 1px solid rgba(0, 0, 0, 0.15); border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
.pagination > li:last-child{ border-right: 1px solid rgba(0, 0, 0, 0.15); }
.pagination > li > a { width: 100%; height: 100%; display: block; line-height: 25px;}
.pagination > li > a, .pagination > li > span { color:#FF6600}
.pagination > li > a:hover{ background: #FF6600; color:#FF6600}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {background:#FF6600; color:#ffffff; border-color:#ff7200}

.wrapper-pagesize{ display: inline-block; margin: 0.5rem 0; margin-right: 2.5rem; }
.wrapper-pagesize > select { padding: 3px; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem }

.wrapper-pagination-info { display: inline-block; margin: 0.5rem 0; margin-right: 2.5rem; }


/** HELP **/

.video{
	max-width: 100%;
}


/** CONTAINERS **/

.wrapper-main{

	padding: 1rem;
	padding-bottom: 60px !important;
	padding-top: 125px !important;
	background-color: white;
	color: black !important;
	
}

.top-bar{
	width: 100%;
	height: 130px;
	background-color: #000000;
	color: white !important;
	margin-bottom: 1rem;
	position: fixed;
	top: 0;
	box-shadow: 0 0px 33px -4px #000000;
	margin-left: 0px !important;
    margin-right: 0px !important;
    z-index: 2;
}

.user-details{
	font-family: 'HelvNeue75', Arial, sans-serif !important;
	color: white !important;
	padding: 1rem;
	
}


/** BUTTONS **/

.btn-form{
	background-color: #FF7900;
	color: black;
	width: 250px;
	cursor: pointer;
	font-size: 2em;
	border-radius: 0px !important;
}

.btn-form:hover{
	transition: color 0.5s ease;	
	color: white;
}

.btn-back{
	background-color: black !important;
	color: white !important;
}

.btn-back:hover{
	transition: color 0.5s ease;
	color: #FF7900 !important;
}

.btn-resumen{
	background-color: #FF7900;
	color: black;
	width: 200px;
	cursor: pointer;
	font-size: 1.5em;
	border-radius: 0px !important;
}

.btn-resumen:hover{
	transition: color 0.5s ease;
	color: white;
}

.btn-logout-icon{
	
	font-size: 70px !important;
	color: white;
	vertical-align: middle;
}

.btn-logout a{
	height: 100px;
	width: 100px;
	color: white !important;
	text-decoration: none !important; 
	display: block;
	text-align: center;
	font-size: 50px;
	margin: 0 auto;
	margin-top: 15px;
}

.btn-wrapper{
	display: inline-block;
	vertical-align: top;
	opacity: 0;
	-webkit-animation-name: show;
	-webkit-animation-duration: 1s;	
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-delay: 0s;	
	animation-name: show;
	animation-duration: 1s;	
	animation-fill-mode: forwards;
	animation-delay: 0s;		
}

.btn-o {
	
	width: 250px;
	height: 250px;
	#background-color: #FF7900;
	background-color: #0b9df5;
	padding: 35px;
	display: inline-block !important;
	text-align: center;	
	cursor: pointer;
	margin: 0.5rem;
	
}

.btn-o:hover .btn-o-icon{
	color: white !important;
}

.btn-o-icon{
	transition: color 0.5s ease;
	font-size: 180px !important;
	color: black;
}

.btn-o-title{
	
	margin: 0 1rem;
	border: 2px solid #000000;
	height: 50px;
	width: 250px;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	font-size: 25px;
	line-height: 45px;
}

.btn-shape-1{
	
	width: 100%;
	height: 100%;
}

/** Dashboard **/

.dashboard-link{
	display: block;
	margin: 0 auto;
	text-align: center;
}


.master-dashboard .btn-o {
	
	width: 155px;
	height: 145px;
	padding: 12.5px;
	border-radius: 15px;
}

.master-dashboard .btn-o-icon {
	
	font-size: 115px !important;
	/*line-height: 150px;*/
}

.master-dashboard .btn-o-title{

	border: 2px solid #000000;
	height: 35px;
	width: 155px;
	font-size: 18px;
	line-height: 30px;
}

.btn-ok{
	background-color:  #FF7900 !important;
	color: white !important;
}

.btn-ok:hover{
	transition: color 0.5s ease;
	color: #653102  !important;
}

/** Incidents **/

.fadeIn{
	opacity: 0;
	-webkit-animation-name: show;
	-webkit-animation-duration: 2s;	
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-delay: 1s;		
	animation-name: show;
	animation-duration: 2s;	
	animation-fill-mode: forwards;
	animation-delay: 1s;		
}

/** Types **/

.type-box{
	
	display: inline-block;
	margin: 1rem;
	background-color: white;
	padding: .5rem;
	height: 100px;
	vertical-align: top;
	color: black;
	text-align: center;
	cursor: pointer;
	border: 3px solid #FF7900;
}

.type-box:hover{
	transition: background-color 0.5s ease;
	background-color: #FF7900;
	transition: color 0.5s ease;
	color: white !important;
}

.type-box p{
	font-family: 'HelvNeue75', Arial, sans-serif !important;
	text-align: center;
}


/** Assets **/

.asset-box{
	display: inline-block;
	margin: 1rem;
	height: 200px;
	vertical-align: top;
	color: #FF7900;
	text-align: center;
	cursor: pointer;
}

.asset-box .asset-alias{
	padding: 1rem;
	color: black !important;
}

.asset-box img{
	max-height: 150px;
	display: block;
	margin: 0 auto;
}

.asset-device-list{
	
	height: 100%;
}

.asset-image-preview{
	max-height: 50px;
}

/** Devices **/

.device-image-preview {
	max-height: 50px;
}

/** CHAT **/

.chat-button{
    padding: 2px;
    color: #fff;
    background-color: #FF7900;
    height: 30px;
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
    cursor: pointer;
    font-size: 1.1em;
    line-height: 25px;
}

.chat-box{
	height: 40%;
	overflow-y: auto;
	padding: 0px;
}

.chat-textbox{
	margin-bottom: 5px;

}

.chat-body{

	margin-bottom: 0px !important;	
	padding-bottom: 0px !important;
}


@keyframes colorchange
{
  0%   {background: #666666;}
  50% {background: #FF9E44;}
  100% {background: #666666;}
}

.new-message{
	animation: colorchange 2s linear infinite;
}

.portrait-comment{
	margin-top: 10px;
	width: 32px;
	height: 32px;
	
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	margin-bottom: 5px;
	margin-right: 10px;
	overflow: hidden !important;
	
	display: inline-block;
	float: left;
}

.portrait-comment img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.user-comment-name{
	
	margin-top: 10px;
	float: left;
	display: inline-block;
	height: 24px;
	line-height: 24px;
}

.comment-date{
	padding-top: 3px;
	font-size: 0.6em;
	display: block;
	text-align: right;
}

#wrapper-comments{
	
	padding-bottom: 1rem;
	padding-top: 1rem;
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #d4d4d4;	
}

.ticket-comment-text{
	border: 1px solid #eee;
	padding: 5px 15px 5px 15px;
	border-radius: 10px 10px 10px 10px;
	
	display: block;
	width: auto;
	margin-bottom: 2px !important;
	float: left;
	clear: both;
	background-color: #D6F7FF;
}

.self-ticket-comment-text{
	border: 1px solid #eee;
	padding: 5px 15px 5px 15px;
	border-radius: 10px 10px 10px 10px;
	
	display: block;
	width: auto;
	margin-bottom: 2px !important;
	float: right;
	clear: both;
	background-color: #E7FFE4;
	text-align: right;
}

.self-ticket-comment-text .comment-date{ 
	text-align: left !important;
}

.new-self-comment-header{
	width: auto;
	float: right;
	clear: both;
}

.self-comment-header{
	width: auto;
	float: left;	
	clear: both;
}

.new-ticket-comment-text{
	border: 1px solid #eee;
	padding: 5px 15px 5px 15px;
	border-radius: 0% 10px 10px 10px;
	
	display: block;
	width: auto;
	margin-bottom: 2px !important;
	float: left;
	clear: both;
	background-color: #D6F7FF;
}

.new-self-ticket-comment-text{
	border: 1px solid #eee;
	padding: 5px 15px 5px 15px;
	border-radius: 10px 10px 0% 10px;
	
	display: block;
	width: auto;
	margin-bottom: 2px !important;
	text-align: right;
	clear: both;
	background-color: #E7FFE4;
}

.new-self-ticket-comment-text .comment-date{
	text-align: right !important;
}

/** FORMS **/

.form-controls{
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 1.5rem;
}

/** TIMELINE **/
.logbook-info{
	border-right: 1px solid #d9d9d9 !important;
}

.timeline-wrapper{
	height: 535px;
	overflow-y: auto;
}

.error-text{
	font-family: 'HelvNeue55', Arial, sans-serif;
	color: #FE6500 !important;
	text-align: center;
}

/** SEARCH FORM **/ 

.search-form {}

/** TABLES **/

table { width: 100% !important; }
table > thead > tr > th, table > thead > th { font-family: 'HelvNeue55', Arial, sans-serif !important; white-space: nowrap !important; color: white !important; background-color: black !important; padding: 10px 5px; font-size: 0.8em;}
table > thead > tr > th > span { cursor: pointer !important; }
table > thead > tr > th > span > i.fa-caret-up, i.fa-caret-down { color: #FF7900 !important;}

table > tbody > tr { cursor: pointer; border-bottom: 1px solid #FF7900; }
table > tbody > tr > td { font-size: 0.7em; padding: 5px 2px; }
table > tbody > tr:hover > td { transition: background-color 0.5s ease; background-color: #ffbd7b;  }

/** SPINNER LOADER **/

.spinner { width: 100px; height: 100px; background: url('../../assets/images/orangelogo.png') no-repeat center center; background-size: cover; margin: 100px auto; -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out; animation: sk-rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/** CHECKBOXES **/


/*TABS*/
body {
	margin: 15px;
}

/* text recolor */
h1, p, a {
	/*color: #4DC9C9 !important;*/
}

/* button recolor */
.nav-pills > li.active > a, .btn-primary {
	background-color: #6C6C6C !important;
	border-color: #6C6C6C !important;
}

#pestanas {
	float: top;
	font-size: 3ex;
	font-weight: bold;
}

#pestanas ul{
	margin-left: -15px;
}
#pestanas li{
	 list-style-type: none;
	 float: left;
	 text-align: center;
	 margin: 0px 2px -2px 10px;
	 font-size: 1.2ex;
	 color: black;
	 border-top-left-radius: 5px;
	 border-top-right-radius: 5px;
	 border-bottom: dimgray;
	 padding: 0px 20px 0px 20px;
	 background-color: #d99393;
 }

#pestanas li.tieneItems {

	background-color: #8db890;

}
#pestanas li.tieneItems.active {

	background-color: #53b858;

}
#pestanas li.active{
	color: white;
	background-color: #d93f3d;
}
#pestanas a:link{
	text-decoration: none;
	color: black;
}


#snackbar {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 50%;
	bottom: 30px;
	font-size: 17px;
}

#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	/*animation: fadein 0.5s, fadeout 0.5s 2.5s;*/
}

@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 0;
	}
}

.jumbotron {
	padding: 3rem 1rem;
}
.jumbotronA {
	padding: 1rem 1rem;
}
/* Container loader */
div.loading-container    {
	background: url('../../assets/images/loader.gif') no-repeat center center;
	/*background-color: #FBFBFB;*/
	background-color: transparent;
}

.loading-container {
	position:absolute;
	background-color:#f9f9f9;
	/*z-index:99;*/
	top: 0;
	left: 0;
	height:100%;
	width:100%;
	cursor:wait;
	/*z-index: 1;*/
}



.loading {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	margin:auto;
	transform: rotate(45deg);
}

.loading div {
	width: 16px;
	height: 16px;
	position: absolute;
}

.discrepancia {
	color: #fb0303;
	font-weight: bold;
}
.ko{
	color: #fb0303;
	font-size: medium;
}
.ok{
	color: #12b817;
	font-size: medium;
}

.containerInventarios{
	width: 95%!important;
	font-size: 0.9em;
}
.containerPequeno{
	width: 60%!important;
	font-size: 0.9em;
}
/*Autocomplete*/
/*.dropdown-menu {
	position:relative;
	width:100%;
	top: 0px !important;
	left: 0px !important;
}*/

.dropdown-menu {
				position : absolute;
				top : 100% ;
				left : 0;
				z-index : 1000;
				display : none;
				float : left;
				min-width : 160px;
				padding : 5px 0;
				margin : 2px 0 0;
				font-size : 14px;
				text-align : left;
				list-style : none;
				background-color :#fff;
				-webkit-background-clip : padding-box;
				background-clip : padding-box;
				border : 1px solid #ccc;
				border : 1px solid rgba(0, 0, 0, .15);
				border-radius : 4px;
				-webkit-box-shadow : 0 6px 12px rgba(0, 0, 0, .175);
				box-shadow : 0 6px 12px rgba(0, 0, 0, .175)
			}
.dropdown-menu.pull-right {
							right : 0;
							left : auto
						}
.dropdown-menu.divider {
				height : 1px;
				margin : 9px 0;
				overflow : hidden;
				background-color :#e5e5e5
			}
.dropdown-menu > li > a {
				display : block;
				padding : 3px 20px;
				clear : both;
				font-weight : 400;
				line-height : 1.42857143;
				color :#333;
				white-space : nowrap
			}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a :hover {
												   color :  #262626;
												   text-decoration : none;
												   background-color :  #f5f5f5
											   }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
																						color :#fff !important;
																						text-decoration : none;
																						background-color :#ff6600;
																						outline : 0
																					}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
																							color :#777
																						}
.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
														  text-decoration : none;
														  cursor : not-allowed;
														  background-color : transparent;
														  background-image : none;
														  filter : progid : DXImageTransform.Microsoft.gradient(enabled = false)
													  }
.open > .dropdown-menu {
						display : block
					}
.open > a {
	outline : 0
}
.dropdown-menu-right {
					   right : 0;
					   left : auto
				   }
.dropdown-menu-left {
					   right : auto;
					   left : 0
				   }
.dropdown-header {
				display : block;
				padding : 3px 20px;
				font-size : 12px;
				line-height : 1.42857143;
				color :#777;
				white-space : nowrap
			}
.dropdown-backdrop {
				position : fixed;
				top : 0;
				right : 0;
				bottom : 0;
				left : 0;
				z-index : 990
			}

div.colorpicker-item {
	width: 25px;
	height: 25px;
	border: 1px solid #efefef;
	display: inline-block;
	cursor: pointer;
}
div.colorpicker-item:hover{
	border: 1px solid black;
}

div.panel-filters {
	margin-bottom: 10px !important;
	padding: 0px;
	padding-top: 10px;
	width: 95%!important;
	margin-left: 30px;
    border-color: #d9d9d9 !important;
}
.panel{
    border-color: #d9d9d9 !important;
}
.panel-info{
    border-color: #d9d9d9;}

.panel-info > .panel-heading,
.panel-info > .panel-footer{
    border-color: #d9d9d9;
    background-color: #efefef;
    color: #666666;
    box-shadow: none;}

.dropdown-menu.arrow.panel-default:after{
    border-bottom-color:#F5F5F5;}

.search [class*="col-"] {
	float: left;
	font-size: 0.8em !important;
}

tr.conBorde{
    border-color: gray;  /*o color gris más oscuro o el color que desees*/
}

.emoji{
	max-width: 60px;
	width: 100%;
	margin: 0 auto;
	margin-right: 20px;
	background-color: transparent;
}
.btn-emoji {
	border: 0px;
}

.btn-emoji:hover, .btn.btn-emoji.active {
	border: 1px solid purple;
}

.modalGrande {
	max-width: 510px;
	margin: 30px auto;
}
.modalGrandeTecnicos {
	max-width: 700px;
	margin: 30px auto;
}

#scrollable-dropdown-menu .dropdown-menu {
	max-height: 500px;
	overflow-y: auto;
}