label {
    font-weight: normal !important;
}

.no-devices-available {
    display: none;
}

#loadingOverlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    z-index: 1000;
    color: #fff;
}

#loadingText {
    position: relative;
    top: 50%;
    font-size: 30px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
}

#loadingImg {
    width: 30px;
}

.loading {
    overflow: hidden;
}

/**
THEME
 */

body {
    background-color: #F4F5FA;

}

html {
    overflow-x: hidden !important;
}

a:hover, a:focus {
    text-decoration: none;
}

.strong {
    font-weight: bold;
    color: #777;
}

.section {
    padding: 50px 0;
}

/*Header*/

.header {
    padding: 35px 0;
}

.header-border {
    border-top: 2px solid #337AB7;
}

.header-left {
    float: left;
}

.header-title {
    font-size: 22px;
    font-variant: small-caps;
    font-weight: 500;
}

.header-right {
    float: right;
    text-align: right;
}

.header-right .header-ul {
    list-style: none;
    padding: 0;
}

.header-right .header-ul li {
    margin-left: 10px;
    display: inline-block;
    list-style: none;
}

.header-right .header-ul li i {
    margin-right: 5px;
}

.header-right nav li {
    margin-right: 5px;
    padding-right: 10px;
    border-right: 1px solid #DDD;
}

.header-right nav li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

/*Header*/

/* Nav */

.navbar {
    border: 0;
}

.nav > li a {
    display: block;
    color: #737373;
    border-bottom: 2px solid transparent;
    transition: all 0.8s;
}

.nav > li a:hover {
    color: #fff;
}

.nav > li a:focus {
    color: #737373;
}

.nav-border {
    border-top: 3px solid #E1E0DF;
}

.nav-bg {
    background-color: #F7F7F7;
    margin-bottom: 0;
}

/* Nav */

/* Carousel */

.carousel-inner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px;
    width: 100%;
    z-index: -1000;
}

.carousel-caption {
    position: static;
}

.carousel-info {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 20px;
    min-height: 210px;
}

.carousel-inner .item {
    transition-property: opacity;
}

.carousel-img {
    max-width: 200px;
    margin: auto;
}

.carousel-indicators {
    bottom: 0;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.2);
}

/* Carousel */

/* Icono */

.icono-color {
    background-color: #1D5280;
}

.icono-content {
    display: block;
}

.icono-ul {
    display: table;
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
    list-style: none;
}

.icono-ul li {
    display: table-cell;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.icono-ul li a {
    display: inline-block;
    color: #EEE;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transition: all 1s;
}

.icono-info {
    padding: 15px 0;
}

.icono-info i {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    font-size: 30px;
    height: 70px;
    padding: 20px 0 0 0;
    margin: 30px;
    width: 70px;
}

.icono-info .h5 {
    text-transform: uppercase
}

.icono-info .p {
    text-transform: lowercase;
    font-size: 12px;
}

/* Icono */

/* Noticia*/

.wp-separator {
    background-color: #EEE;
}

.descrip {
    font-size: 15px;
    text-align: justify;
}

.item {
    padding-bottom: 20px;
}

.thumbnail {
    border-radius: 0;
}

/* Noticia */

/* Footer */

.footer {
    background-color: #337AB7;
    color: #EEE;
    padding-top: 30px;
}

.foot-geo {
    text-align: left;
}

.footer-p {
    background-color: #2B679A;
    color: #EEE;
    padding-top: 20px;
    text-align: center;
}

.footer-nav {
    display: inline-block;
    list-style: none;
}

.footer-nav li {
    float: left;
    margin-right: 15px;
}

.footer-nav li a {
    display: inline-block;
    background-color: #EEE;
    border-radius: 50%;
    font-size: 25px;
    height: 45px;
    width: 45px;
    padding-top: 3px;
    transition: all 1s;
}

.footer-nav li a:hover {
    background-color: #FFF;
}

.footer-info {
    text-align: right;
}

/*PAGINA GALERIA */

.galeria {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.26);
    margin-top: 20px;
}

.galeria-img {
    max-width: 100%;
    margin: auto;
}

.galeria-info {
    padding: 20px;
    min-height: 180px;
}

/* Footer */

@media screen and (max-width: 768px) {
    /*Header*/
    .header-left, .header-right {
        float: none;
        text-align: center;
    }

    .header-right {
        display: block;
        width: auto;
    }

    /* Header */
    /* Nav*/
    .navbar-collapse {
        background-color: #EEE;
    }

    .navbar-toggle {
        border: 1px solid rgb(220, 220, 220);
    }

    /*Icono*/
    .icono-ul {
        margin: auto;
        width: 90%;
    }

    .icono-ul li {
        display: block;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .icono-info {
        padding: 5px 0;
    }

    .icono-info i {
        margin: 0;
    }

    /* Noticia*/
    .descrip {
        text-align: start;
    }

    /* Footer*/
    .footer-geo, .footer-info {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    /* Nav */
    .nav > li.active {
        background-color: #1C2331;
        font-weight: bold;
    }

    .navbar-collapse {
        padding-left: 0;
    }

    .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .dropdown-menu {
        padding: 0;
        margin: 0;
        border-radius: 0;
    }

    .dropdown-menu > li > a {
        padding: 15px 20px;
    }

    /* Nav */
    /*Carousel*/
    .carousel-caption {
        padding-top: 100px;
    }

    /* Icono */
    .icono-ul li a:hover {
        color: #FFF;
        border-top: 3px solid #FFF;
        border-bottom: 3px solid #FFF;
    }
}

/*Inputs */

[hidden] {
    display: none !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/*

 */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #172b4d;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
}

.sidebar-nav li.menu-element {
    text-align: left;
    background-color: transparent;
    font-weight: bold;
    border-radius: 20px;
    width: 263px;
    padding: 3px;
    margin-left: 15px;
    text-indent: 10px;
    line-height: 40px;

}

li.menu-element:not(.active):hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1) !important;
}

.sidebar-nav li.menu-element.active {
    background-color: #fff;
}

.sidebar-nav li.menu-element.active a {
    color: #172b4d !important;
}

.sidebar-nav li.menu-element a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.sidebar-nav li.menu-element a i.fas {
    margin-right: 5px;
}

.sidebar-nav li a:hover {
    border-radius: 20px;
    width: 220px;
}

.sidebar-nav > .sidebar-brand {
    height: 100px;
    /* font-size: 36px !important; */
    /* line-height: 50px; */
    background-color: #fff !important;
    padding: 32px;
    color: #1C2331 !important;
    border-bottom: 1px solid #1C2331;
}

.sidebar-nav .logo {
    position: relative;
    padding: .5rem .7rem;
    z-index: 4;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    /* line-height: 30px; */
    overflow: hidden;
    /* padding: 14px; */
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

.sidebar-nav .logo a {
    opacity: 1;
    /* float: left; */
    /* width: 100%; */
    /* margin-left: 31px; */
    /* margin-right: 12px; */
    color: #fff !important;
    margin-top: 7px;
    font-weight: bold;
    text-align: center !important;
}

.sidebar-nav > .sidebar-brand a {
    color: #222d32;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.container-fluid {
    padding: 0 !important;
}

.navbar {
    border-radius: 0px !important;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px !important;
    }
}

@media (min-width: 768px) {
    #wrapper {
        padding-left: 0;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/*
Global
 */
.navbar {
    border: none !important;

}

.navbar-inverse {
    background-color: #222d32 !important;

}

.dashboard-logo a {
    color: #222d32 !important;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-left: -15px;
}

.navbar-brand:hover {
    color: #9d9d9d !important;
}

.user-info {
    color: #fff;
    padding: 15px;
}

.margin-top-05 {
    margin-top: 0.5em;
}

.margin-top-10 {
    margin-top: 1.0em;
}

.margin-top-15 {
    margin-top: 1.5em;
}

.margin-top-20 {
    margin-top: 2.0em;
}

.margin-top-25 {
    margin-top: 2.5em;
}

.margin-top-30 {
    margin-top: 3.0em;
}

td {
    vertical-align: inherit !important;
}

.ng-table-counts {
    display: none !important;
}

.custom-paginate {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.custom-paginate li a:hover {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    background-color: #eee;
}

.custom-paginate li a {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    outline: 0;
    font-size: .9rem;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #222;
    background-color: #fff;

}

.custom-paginate li.active a {
    background-color: #172b4d;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border-radius: .125rem;
}

.custom-paginate li:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

.custom-navbar {
    height: 60px !important;
    background-color: #172b4d !important;
    /* border-left: 3px dotted #F6B917!important; */
}

.custom-navbar a {
    color: #fff;
}

.custom-navbar .nav-link i {
    color: #fff;
}

.custom-navbar .nav-link {
    color: #fff !important;
}

.dropdown .dropdown-menu.dropdown-info .dropdown-item.active, .dropdown .dropdown-menu.dropdown-info .dropdown-item:active, .dropdown .dropdown-menu.dropdown-info .dropdown-item:hover, .dropleft .dropdown-menu.dropdown-info .dropdown-item.active, .dropleft .dropdown-menu.dropdown-info .dropdown-item:active, .dropleft .dropdown-menu.dropdown-info .dropdown-item:hover, .dropright .dropdown-menu.dropdown-info .dropdown-item.active, .dropright .dropdown-menu.dropdown-info .dropdown-item:active, .dropright .dropdown-menu.dropdown-info .dropdown-item:hover, .dropup .dropdown-menu.dropdown-info .dropdown-item.active, .dropup .dropdown-menu.dropdown-info .dropdown-item:active, .dropup .dropdown-menu.dropdown-info .dropdown-item:hover {
    background-color: #172b4d !important;
}

.custom-navbar a:hover {
    color: #F6B917;
}

/*
Conversation
 */
.btn:focus, .btn:active:focus, .btn.active:focus {

    outline: none !important;
    box-shadow: 0 0px 0px rgba(120, 144, 156, 1.0) inset, 0 0 0px rgba(120, 144, 156, 0.8);
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(120, 144, 156, 1.0);
    color: rgba(120, 144, 156, 1.0);
    opacity: 0.9;
    box-shadow: 0 0px 0px rgba(120, 144, 156, 1.0) inset, 0 0 10px rgba(120, 144, 156, 0.3);
    outline: 0 none;
}

.card::-webkit-scrollbar {
    width: 1px;
}

::-webkit-scrollbar-thumb {
    border-radius: 9px;
    background: rgba(96, 125, 139, 0.99);
}

.balon1, .balon2 {

    margin-top: 5px !important;
    margin-bottom: 5px !important;

}

.balon1 a {

    background: #42a5f5;
    color: #fff !important;
    border-radius: 20px 20px 3px 20px;
    display: block;
    max-width: 75%;
    padding: 7px 13px 7px 13px;

}

.balon1:before {

    content: attr(data-is);
    position: absolute;
    right: 15px;
    bottom: -0.8em;
    display: block;
    font-size: .750rem;
    color: rgba(84, 110, 122, 1.0);

}

.balon2 a {

    background: #f1f1f1;
    color: #000 !important;
    border-radius: 20px 20px 20px 3px;
    display: block;
    max-width: 75%;
    padding: 7px 13px 7px 13px;

}

.balon2:before {

    content: attr(data-is);
    position: absolute;
    left: 13px;
    bottom: -0.8em;
    display: block;
    font-size: .750rem;
    color: rgba(84, 110, 122, 1.0);

}

#goToMessagesPageButton.active {
    font-weight: bold;
}

/*
Custom ui-notification
 */
.ui-notification.custom {
    position: fixed;
    z-index: 9999;
    width: 300px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    color: #fff;
    background: #337ab7;
    box-shadow: 0px 3px 11px rgba(0, 0, 0, .3) !important;
    padding: 6px !important;
    font-size: 17px !important;
    text-align: center;
    border-radius: 5px;
}

#profileTab.tabs-default,
#settingsTab.tabs-default,
#integrationsPage .tabs-default {
    background-color: #172b4d !important;
}

#profileTab .nav > li a:hover,
#settingsTab .nav > li a:hover,
#integrationsPage .nav > li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff !important;
    border-bottom: none !important;
}

#profileTab .md-tabs .nav-item.open .nav-link, .md-tabs .nav-link.active,
#settingsTab .md-tabs .nav-item.open .nav-link, .md-tabs .nav-link.active,
#integrationsPage .md-tabs .nav-item.open .nav-link, .md-tabs .nav-link.active {
    color: #F6B917;
    font-weight: bold;
}

@media (min-width: 62em) {
    .classic-tabs .nav li:first-child {
        margin-left: 0px !important;
    }
}

.classic-tabs .tab-content.card {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.classic-tabs .nav li a.active {
    border-bottom: 5px solid !important;
}

.classic-tabs .nav li a {
    padding: 25px 33px !important;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #3f729b !important;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #3f729b !important;
}

.card-route {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.card-route:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}



/* CHAT
 */

.chats-place {
    height: 665px;
}

.chat {
    border-bottom: 1px solid #eee;
}

.chat a {
    color: #333;
    font-weight: normal;
}

.chat a:hover {
    color: #333;
}

.chat:hover {
    background-color: #f9f9f9;
}

.chat.unseen a {
    color: #333;
    font-weight: bold;
}

.chat.active {
    background-color: #eeeeee;
}

.stats-number {
    color: #72777a;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 2px;
}

.stats-number-desc {
    color: #72777a;
    /* font-weight: bold; */
    font-size: 15px;
    margin-bottom: 5px;
}

.btn-primary {
    background-color: #172b4d !important;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #1e365f !important;
}

.btn-info {
    background-color: #172b4d !important;
}

.btn-info:not([disabled]):not(.disabled).active, .btn-info:not([disabled]):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    background-color: #1e365f !important;
}

.btn-info.dropdown-toggle {
    background-color: #172b4d !important;
}

.btn-info.dropdown-toggle:focus, .btn-info.dropdown-toggle:hover {
    background-color: #172b4d !important;
}

.dropdown-info .dropdown-content li a, .dropdown-info .dropdown-content li span:hover, .dropdown-info .dropdown-content li.active {
    background-color: #172b4d !important;
}

.dropdown-info .dropdown-content li a, .dropdown-info .dropdown-content li span:hover, .dropdown-info .dropdown-content li.active {
    background-color: #172b4d !important;
}

.inv-second-text-color {
    color: #F6B917 !important;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #f9f9f9;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.custom-modal-header {
    background-color: #172b4d;
    color: #fff;
}

.custom-modal-header .close {
    color: #fff;
}

@media (min-width: 576px) {
    .modal-custom-full-screen .modal-dialog {
        max-width: none;
    }
}

.modal-custom-full-screen .modal-dialog {
    width: 98%;
    height: 92%;
    padding: 0;
}

.modal-custom-full-screen .modal-content {
    height: 99%;
}

.low-opacity {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.low-opacity:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.header-inv {
    background-color: #172b4d;
    color: #fff;
}