@charset "UTF-8";
/* CSS Document v0.4 */
@import url(http://fonts.googleapis.com/css?family=Audiowide);
@import url(http://fonts.googleapis.com/css?family=Exo+2:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
/*@import url(//cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.css);
/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
       height: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
#loading {
   /* display:none;*/
    position: absolute;
    background: #fff;
    z-index: 9000;
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: 0.7;
}
#img-load {
    display: block;
    margin: 0 auto;
	margin-top:10%;
    height: 120px;
    width: 120px;
}

/*
#wrapper {
    width: 100%;
}*/

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 0;
        padding: 0 30px;
        border-left: 0px solid #e7e7e7;
    }
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}
.navbar-right {
	padding-left: 15px;
	padding-right: 25px;
	}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
     
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}
	
.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
	
    clear: both;
}


table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.breadcrumb {
	margin-left: -30px;
	margin-right: -30px;
}
.breadcrumb li:first-child{
	padding-left: 15px;
}
/* --------------------------------------------------------------- */
.navbar-default .navbar-brand,
.page-header {
	color:#666;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.5);
	font-family:Audiowide;
}
.page-header {
    font-size: 1.2em;
}
.sidebar ul li a{
	color:#999;
	font-weight:bold;
	font-family:'Exo 2';
}
.sidebar ul li a .glyphicon{
	color:#666;
}
.sidebar ul li a .fa{
	color:#666;
}

.ficha-ibeacon #map-canvas { min-height: 485px; height: 100%; margin: 0; padding: 0;}
.ficha-ibeacon .tab-pane{
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top-color: transparent;
	padding:5%;
}
.ficha-ibeacon a .panel-body{
	min-height:515px;
	}
.ficha-ibeacon .tabpanel{
	min-height:485px;
	}
.ficha-ibeacon .tab-pane{
	min-height:438px;
	}


.ficha-poi .panel-body .panel-body{
	max-height:200px;
	overflow:scroll;
	}
	
.ficha-poi #map-canvas { min-height: 500px; height: 100%; margin: 0; padding: 0;}
.ficha-poi .tab-pane{
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top-color: transparent;
	padding:5%;
}
.ficha-poi .tab-pane{
	min-height:488px;
	}
.ficha-poi .table-container{
	height:488px;
	overflow:scroll;
	}
	
#data-canvas .nav>li>a{
	padding:5px;	
	color:#000;
	}

#data-canvas .nav>li>a:hover{
	padding:5px;	
	color:#ff0000;
	background:#fff;
	}
	
	#data-canvas .nav>li>a:active{
	padding:5px;	
	color:#ff0000;
	background:#fff;
	}
	
.nav-tabs .btn{	
  padding: 2px 6px 3px;
}

blockquote.chat {
	margin: 0 auto;
	max-width: 320px;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.chat p {  
  margin: 0 0 0.5em;
  border-radius: 1em;
  padding: 0.5em 1em;
  background: #e5e5ea;
  max-width: 75%;
  clear: both;
  position: relative;
}
p.them {
  float: left;
}
p.them::after {
	content: "";
  position: absolute;
  left: 0;
  bottom:-0.3em;
  width: 1em;
  height: 1em;
  border-right: 0.5em solid #e5e5ea;
  border-bottom-right-radius: 1em 1em;
}
p.me {
  float: right;
  background-color: #1289fe;
  color: white;
}
p.me::after {
  content: "";
  position: absolute;
  right: 0;
  bottom:-0.3em;
  width: 1em;
  height: 1em;
  border-left: 0.5em solid #1289fe;
  border-bottom-left-radius:  1em 1em;
}

#local-alerts {
	position:absolute;
	top: 3em;
	right: 1em;
	z-index:1000000;
	width: 40%;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#local-alerts p {
	margin: 0 0 0.5em;
	border-radius: 1em;
	padding: 0.5em 1em;
	background: #ff0000;
	max-width: 75%;
	clear: both;
	position: relative;
}
p.local-alert {
	float: right;
	background-color: #ff0000;
	color: white;
}
p.local-alert::after {
	content: "";
	position: absolute;
	right: 0;
	bottom:-0.3em;
	width: 1em;
	height: 1em;
	border-left: 0.5em solid #ff0000;
	border-bottom-left-radius:  1em 1em;
}
.panel-body{
	padding:0px;
	}
.panel{
	border:0px;
	}
legend{
	font-size:16px;
	}
legend a{
	color:#666;
	}
.modal-header .close{
    width: 20px;
}

/**
*    Estilos listados
*/

.col-acronym{
    width: 100px;
}
.col-name{

}
.row-list{
    cursor: pointer;
}
.cel-acronym{

}
.cel-name{

}
.cel-description{

}
/**
*   Estilos tablas de datos
*/

/*
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    color: #dedede !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next{
    text-indent: -9999px;
    line-height: 0; /* Collapse the original line */
	/*
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:after{
    content: '\25C0';
    text-indent: 0;
    display: block;
    line-height: initial; /* New content takes up original line height */
	/*
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:after {
    content:  "\25B6";
    text-indent: 0;
    display: block;
    line-height: initial; /* New content takes up original line height */
	/*
	
	
}
*/
#side-menu ul,
#side-menu li,
#data-mem ul,
#data-mem li{
    list-style: none;
    border: 0px;
}

#data-mem .file-upload{
    /*float: right;*/
}

#fileCrud-btn-action-mem{
    float: left;
}

/*   windfarm  */
.icon-windfarm-xl:before
{
    content: url("/v2.0/img/icon/windfarm.png");
    zoom:60%;
}
.icon-windfarm-lg:before
{
    content: url("/v2.0/img/icon/windfarm.png");
    zoom:40%;
}
.icon-windfarm:before
{
    content: url("/v2.0/img/icon/windfarm.png");
    zoom:20%;
}
.icon-windfarm-sm:before
{
    content: url("/v2.0/img/icon/windfarm.png");
    zoom:11%;
}
.icon-windfarm-xs:before
{
    content: url("/v2.0/img/icon/windfarm.png");
    zoom:8%;
}
/*   windtower  */
.icon-windtower-xl:before
{
    content: url("/v2.0/img/icon/windtower.png");
    zoom:60%;
}
.icon-windtower-lg:before
{
    content: url("/v2.0/img/icon/windtower.png");
    zoom:40%;
}
.icon-windtower:before
{
    content: url("/v2.0/img/icon/windtower.png");
    zoom:20%;
}
.icon-windtower-sm:before
{
    content: url("/v2.0/img/icon/windtower.png");
    zoom:11%;
}
.icon-windtower-xs:before
{
    content: url("/v2.0/img/icon/windtower.png");
    zoom:8%;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 880px) {
    .page-header {
        font-size: 2em;
    }
}