/* 
    Created on : 28-jul-2017, 8:38:17
    Author     : Enrique Blasco Blanquer
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }

body, html {
    width: 100%;
    height: 100%;
    font-family: sans-serif; }

#home-body {
    background-color: #F5F5F5; }

input, label {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 1em;
    margin-bottom: 10px; }

.f-left {
    float: left; }

.f-right {
    float: right; }

.w-100 {
    width: 100%; }

.w-50 {
    width: 50%; }

.list-7-normal {
    width: calc(60% / 5); }

.list-7-large {
    width: calc(33% / 2); }

.list-5-normal {
    width: calc(100% / 5); }

.list-4-normal {
    width: calc(60% / 3); }

.list-4-large {
    width: calc(40% / 1); }

.list-3-normal {
    width: calc(50% / 2); }

.list-3-large {
    width: calc(50% / 1); }

.list-2-normal {
    width: calc(20% / 1); }

.list-2-large {
    width: calc(80% / 1); }

.txt-error {
    display: none;
    width: 100%;
    color: #C9302C;
    text-align: center;
    padding: 0 10px; }

.firmanwt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-image: url(../img/firma2.png);
    background-position: center;
    background-size: 180px;
    background-repeat: no-repeat; }

.li-selected {
    background-color: #293A42; }

span {
    font-style: italic;
    font-weight: bolder; }

.hiden {
    display: none; }

.center {
    text-align: center; }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px;
    display: block;
    width: 100%;
    margin-bottom: 10px; }

.btn, .btn-primary, .btn-white {
    padding: 6px 10px;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: .9em; }

.btn-primary {
    background-color: #42A5F6;
    color: #fff; }

.btn-white {
    margin: 0 !important; }
.btn-white:hover {
    background-color: #42A5F6;
    color: #fff; }

.btn-red {
    background-color: #fff;
    color: #212121; }
.btn-red:hover {
    background-color: #EA5745;
    color: #fff; }

.btn-close {
    position: absolute;
    right: -40px;
    top: 0px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 8px 11px;
    border-radius: 50%;
    font-size: .7em; }
.btn-close:hover {
    cursor: pointer; }

.external-view {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.2); }
.external-view .content-external-view {
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin: auto;
    width: 600px;
    height: 80%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
@media screen and (max-width: 610px) {
    .external-view .content-external-view {
        width: 100%;
        border-radius: 0px; } }
.external-view .content-external-view .content-scroll {
    width: 100%;
    height: calc(100% - 42px);
    overflow-y: scroll; }
.external-view .content-external-view .toolbar {
    position: absolute;
    width: 100%;
    padding: 10px 40px;
    left: 0;
    bottom: 0;
    overflow: hidden; }
.external-view .click-close {
    position: absolute;
    width: 100%;
    height: 100%; }

.table {
    width: 100%;
    overflow: hidden;
    list-style: none; }
.table .header-table {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 10px; }
.table .header-table .content-table {
    list-style: none;
    width: 100%;
    overflow: hidden; }
.table .header-table .content-table li {
    height: 100%;
    float: left;
    font-weight: bold;
    color: #2a2a2a; }
@media screen and (max-width: 770px) {
    .table .header-table {
        display: none; } }
.table .row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 20px 10px; }
.table .row .content-table {
    list-style: none;
    width: 100%;
    overflow: hidden; }
.table .row .content-table li {
    height: 100%;
    float: left;
    font-size: .9em; }
.table .row .content-table li p {
    padding-top: 7px; }
@media screen and (max-width: 770px) {
    .table .row .content-table li {
        width: 100% !important;
        text-align: left; } }

#login-body {
    width: 100%;
    height: 100%;
    background-image: url(../img/loginbackground.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

#cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1; }

#content-login {
    position: fixed;
    width: 350px;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    padding: 20px; }
@media screen and (max-width: 414px) {
    #content-login {
        width: 100%;
        padding: 5%; } }

.loglogin {
    width: 100%;
    height: 150px;
    background-image: url(../img/logo.png);
    background-position: center;
    background-size: 200px;
    background-repeat: no-repeat; }

.form-login {
    overflow: hidden; }

nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 250px;
    background-color: #212121;
    overflow: hidden;
    z-index: 999; }

.nav_hidden {
    width: 50px !important; }

.header_left, .content_left {
    left: 50px !important; }

.title_hidden {
    display: none !important; }

.btn-menu {
    width: 50px;
    height: 100%;
    cursor: pointer;
    background-image: url(../img/menu.png);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat; }

nav header {
    background-color: #42A5F6;
    padding: 10px 0;
    height: 50px; }
nav header h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    padding-top: 6px;
    height: 100%;
    font-weight: lighter; }
nav header h2 {
    color: #fff;
    font-size: .7em;
    font-weight: lighter; }

.header {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 250px;
    right: 0;
    background-color: #fff;
    height: 51px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.header img {
    width: 20px;
    height: 20px;
    margin-top: 15px;
    margin-left: 15px; }
@media screen and (max-width: 400px) {
    .header img {
        display: none; } }
.header h2 {
    color: #2a2a2a;
    font-size: 1em;
    margin-left: 15px;
    margin-top: 18px;
    font-weight: lighter; }
@media screen and (max-width: 400px) {
    .header h2 {
        display: none; } }

.main-menu {
    width: 250px;
    color: #fff;
    list-style: none; }
.main-menu li {
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative; }
.main-menu li:hover {
    background-color: #293A42; }

.icon-menu {
    width: 30px;
    height: 30px;

    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat; }

.icon-home {
    background-image: url(../img/home_selected.png); }

.icon-my-data {
    background-image: url(../img/user_selected.png);
    background-size: 15px; }

.icon-users {
    background-image: url(../img/multiple-users-silhouette_selected.png); }

.icon-groups {
    background-image: url(../img/gorup-selected.png);
    background-size: 17px; }

.icon-errors {
    background-image: url(../img/warning-selected.png); }

.icon-logs {
    background-image: url(../img/line-chart-selected.png); }

.txt-menu {
    padding-top: 7px;
    padding-left: 10px; }

.triangle-left {
    position: absolute;
    right: 0;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #F5F5F5;
    border-bottom: 10px solid transparent; }

.txt_mini{
    position: absolute;
    top: 37px;
    font-size: 10px;
    color: #44A3DC;
    width: 32px;
    text-align: center;
    display: none;
}

.content {
    position: absolute;
    top: 50px;
    left: 250px;
    right: 0;
    padding: 20px;
    z-index: 997;
    overflow-x: hidden;
    overflow-y: scroll; }
.content h1 {
    color: #2a2a2a;
    font-size: 1.1em;
    margin-bottom: 20px; }

section {
    display: none;
    overflow: hidden; }

.white-panel {
    overflow: hidden;
    padding: 10px; }
.white-panel h2 {
    margin-bottom: 20px; }
.white-panel .panel-content {
    background: #fff;
    padding: 20px; }
@media screen and (max-width: 400px) {
    .white-panel .panel-content {
        width: 100%;
        padding: 10px; } }
@media screen and (max-width: 400px) {
    .white-panel {
        width: 100%;
        padding: 10px; } }

.last-access {
    background: #42A3DD;
    width: 300px;
    text-align: center;
    color: #fff;
    padding: 30px;
    padding-top: 90px;
    background-image: url(../img/key.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 25px;
    background-size: 50px; }
@media screen and (max-width: 400px) {
    .last-access {
        width: 100%; } }

.last-access h2 {
    font-size: 1.2em;
    font-weight: lighter; }

.last-access p {
    font-size: .6em; }

/*
SWITCHS
*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
    top: 2px; }

.switch input, .switch label {
    display: none; }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D8D8D8;
    -webkit-transition: .4s;
    transition: .4s; }

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 24px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }

input:checked + .slider, label:checked + .slider {
    background-color: #42A5F6; }

input:focus + .slider, label:focus + .slider {
    box-shadow: 0 0 1px #42A5F6; }

input:checked + .slider:before, label:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px); }

/* Rounded sliders */
.slider.round {
    border-radius: 20px; }

.slider.round:before {
    border-radius: 50%; }

.span-checkbox {
    color: #858585;
    font-size: .9em;
    position: relative;
    bottom: 10px; }

/* Dropdown Button */
.dropbtn {
    background: rgba(0, 0, 0, 0);
    color: #2a2a2a;
    font-size: 1em;
    font-weight: lighter;
    border: none;
    cursor: pointer;
    position: fixed;
    right: 30px;
    top: 6px;
    text-align: right;
    padding: 10px; }
@media screen and (max-width: 400px) {
    .dropbtn {
        font-size: .8em;
        top: 9px; } }

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block; }

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #42A5F6;
    color: #fff; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: fixed;
    right: 20px;
    top: 60px;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
    font-size: .8em; }

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block; }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block; }

#triangle-down {
    position: fixed;
    top: 24px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2a2a2a; }

/* Absolute Center Spinner */
.loading2 {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none; }

/* Transparent Overlay */
.loading2:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }

/* :not(:required) hides these rules from IE9 and below */
.loading2:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }

.loading2:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; }

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg); } }
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg); } }
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg); } }
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg); } }

/*# sourceMappingURL=powerweb.css.map */




.highcharts-credits{
    display: none!important;
}

.transparent{
    background: transparent!important;
}

#containerworld{

}

#title-manage-group {
    margin-bottom: 20px;
}
