.login,
.image {
    min-height: 100vh
}

.bg-image {
    /*background: linear-gradient(rgba(126, 126, 126, 0.158), rgba(0, 0, 0, 0.678)), url("../assets/images/video-transp.png") no-repeat;*/
    background-size: cover;
    background-position: center center;
}

.rborder {
    border-right: 2px solid #3f3f3f;
}

.input_text {
    margin-top: 20px;
    width: 100%;
    position: relative
}

input[type="text"] {
    height: 45px;
    width: 100%;
    border: none;
    background-color: #E7DCE6;
    outline: 0;
    padding: 5px 10px;
    padding-left: 30px;
    border-radius: 10px
}

input[type="password"] {
    height: 45px;
    width: 100%;
    border: none;
    background-color: #E7DCE6;
    outline: 0;
    padding: 5px 10px;
    padding-left: 30px;
    padding-right: 28px;
    border-radius: 10px
}

.panvideo {
    position: relative;
    height: 100vh;
    left: 0px;
    padding-left: 0px;
    display: flex;
}

.panvideo video {
    width: 100%;
    height: auto;
    object-fit: fill;
    z-index: -1;
    position: absolute;
    height: 100vh;
    justify-content: center;
}

.panvideo div#iot-footer {
    display: inline-block;
    align-self: flex-end;
    text-align: center;
    height: 100px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
}

/*
  Custom styles since Feb 28 2023
  */

.header-container .navbar-nav.theme-brand .theme-logo {
    width: auto;
}

.header-container .navbar-nav.theme-brand .theme-logo img {
    width: auto;
    height: 48px;
}

.header-container .navbar-nav.theme-brand {
    border-right: 1px solid #c2c2c2;
    background-image: none;
    /*background: #abbaab;*/
    background: #b1b1b1;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #ffffff, #b1b1b1);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #ffffff, #b1b1b1);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

header.header.navbar.navbar-expand-sm {
    background: #b1b1b1;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #ffffff, #b1b1b1);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #ffffff, #b1b1b1);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.header-container .sidebarCollapse svg {
    color: #333;
}

.sidebar-wrapper .profile-info figure {
    width: 100%;
    height: 82px;
    background: url("../system/assets/img/profile-backgrounds/bck-profile-office-01-compressed.jpg") center center / cover no-repeat;
    margin-bottom: 0;
}

.navbar .apps-dropdown .custom-dropdown-icon a.dropdown-toggle {
    border: 1px solid #f7f7f7;
    font-size: 13px;
    background-color: #d0d0d0;
    color: #597947;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar .navbar-item .nav-item .form-inline.search .search-form-control {
    border: 1px solid #f7f7f7;
    background-color: #d0d0d0;
    color: #597947;
}

.navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle {
    border: 1px solid #b3b3b3;
    font-size: 13px;
    background-color: #ababab1f;
    color: #2c2c2c;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link svg {
    color: #848484;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link svg {
    color: #848484;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link svg {
    color: #58a3ac;
}

.sidebar-wrapper .profile-info {
    position: relative;
    padding-bottom: 0;
    background: #f1f1f1;
    border-bottom: 4px inset #4b4b4b;
}

.sidebar-theme {
    background: #2e2e2e;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle {
    color: #b1b1b1;
}

#sidebar ul.menu-categories ul.submenu > li.active a {
    color: #c4e2e5;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

#sidebar ul.menu-categories ul.submenu > li a {
    font-size: 13px;
    font-weight: 500;
    color: #ccd9cc;
}

#sidebar ul.menu-categories ul.submenu > li a:hover {
    color: #fff;
}

#sidebar ul.menu-categories li.menu.active > .dropdown-toggle {
    background: #3c3c3c;
}

#sidebar ul.menu-categories li.menu:not(.active) > .dropdown-toggle[aria-expanded="true"] {
    background: #656865;
}

.sidebar-wrapper ul.menu-categories li.menu.menu-heading > .heading {
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    color: #fff4d5;
    padding: 20px 0 20px 12px;
    letter-spacing: 1px;
}

#sidebar ul.menu-categories li.menu ul.submenu > li a:before {
    content: '';
    background-color: #d3d3d3;
    position: absolute;
    height: 8px;
    width: 8px;
    top: 21.5px;
    left: 44px;
    margin-left: 0px;
    border-radius: 0;
}

#sidebar ul.menu-categories li.menu ul.submenu > li.active a:before {
    background-color: #ddc966;
}

#sidebar ul.menu-categories ul.submenu > li a:hover:before {
    background-color: #ffbd44 !important;
}

.feather-12 {
    width: 12px !important;
    height: 12px !important;
}

.feather-16 {
    width: 16px !important;
    height: 16px !important;
}

.feather-24 {
    width: 24px !important;
    height: 24px !important;
}

.feather-32 {
    width: 32px !important;
    height: 32px !important;
}

.widget-content-area {
    padding: 8px;
}

.counter-titles {
    font-size: 13px;
    font-weight: bold;
}

.icon--counter-container .counter-content {
    background-color: whitesmoke;
}

.inlineSparkline {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}


/*right arrow*/

.arrow {
    position: relative;
    width: 220px;
    background: #085a9a;
    height: 120px;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding-top: 44px;
    padding-left: 20px;
    display: inline-block;
    margin-left: 50px;
}

.arrow-right:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0px;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 40px solid #085a9a;
}

.arrow2 {
    position: relative;
    width: 220px;
    background: #0d6bb2;
    height: 120px;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding-top: 44px;
    padding-left: 20px;
    display: inline-block;
    margin-left: 50px;
}

.arrow-right2:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0px;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 40px solid #0d6bb2;
}

.arrow-right:before,
.arrow-right2:before {
    content: "";
    position: absolute;
    right: 200px;
    top: 0px;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 20px solid white;
}

.divstackVerde {
    height: 500px;
    width: 12%;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    color: #333;
    text-align: center;
    font-size: 20px;
}

div.divstackVerde .gdown {
    justify-content: center;
    align-items: flex-end;
    flex: 1;
    /* border: 1px solid purple; */
    background: transparent;
    display: flex;
    margin-bottom: 10px;
}

.divstackGray {
    display: block;
    background: #dcdcdc;
    /* fallback for old browsers */
    color: white;
    padding: 30px 4px;
    text-align: center;
}

.divstackRed {
    display: block;
    background: #B34039;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #B34039, #E55248);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #B34039, #E55248);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
    padding: 30px 4px;
    text-align: center;
}


div.divstackRojo {
    height: 500px;
    width: 12%;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    color: #333;
    text-align: center;
    font-size: 20px;
    /* border: 2px solid yellow; */
}

div.divstackRojo .gdown {
    justify-content: center;
    align-items: flex-end;
    flex: 1;
    /* border: 1px solid purple; */
    background: transparent;
    display: flex;
    margin-bottom: 10px;
}

div.divstackGris {
    height: 500px;
    width: 12%;
    display: flex;
    flex-direction: column;
    background-color: transparent;

    color: #333;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    /* border: 2px solid yellow; */
}

div.divstackGris .gdown {
    justify-content: center;
    align-items: flex-end;
    flex: 1;
    /* border: 1px solid purple; */
    background: transparent;
    display: flex;
}


/**************************************/

.gdown .ntasks {
    font-size: 26px;
}

p.ntasks.nwhite {
    color: rgb(255, 255, 255);
}

p.ntasks.ngray {
    color: rgb(99, 99, 99);
}

.nshadowhite {
    text-shadow: 0px 1px white;
}


.divstack {
    width: 12%;
    font-size: 26px;
    text-shadow: 0px 1px 4px #333;
    font-weight: 900;
    height: 500px;
}

.divstackTitle {
    width: 25%;
    text-align: center;
    padding-bottom: 4px;
}

.divstackTitle p {
    font-size: 20px;
    font-weight: bold;
    color: #ff6c60;
    line-height: 1;
}

.divstackRojo p {
    font-size: 40px;
    font-weight: bold;
    color: #555;
    line-height: 1;
}

.divstackVerde p {
    font-size: 40px;
    font-weight: bold;
    color: #555;
    line-height: 1;
}


.divstackTitle span {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.firstCell {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.lastCell {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.divstackGreen p.small {
    font-size: 13px;
    font-weight: normal;
    color: white;
    opacity: 0.80;
}

.divstackRed p.small {
    font-size: 14px;
    font-weight: normal;
    color: white;
    opacity: 0.80;
}

.divstackGray p.small {
    font-size: 14px;
    font-weight: normal;
    color: rgb(80, 80, 80);
    opacity: 0.80;
    text-shadow: 0px 1px 4px #fff;
}

h4.featured {
    font-size: 30px;
    margin-top: 30px;
    font-weight: 700;
    color: #ff5244;
    margin-bottom: 0;
    text-shadow: 0px 5px 4px rgba(31, 45, 61, 0.10196078431372549);
    text-align: center;
    font-family: 'Century Gothic', Arial, Tahoma;
    background: #b8afaf17;
    padding: 12px 10px;
    border-radius: 10px;
}

/* Classes to format typography content */
h5.h5sm {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    max-width: 200px;
    height: 3.2em;
    white-space: normal; /* Force skip line */
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ccc;
}

/* if is under 768px */
@media (max-width: 768px) {
    h5.h5sm {
        height: 1.8em;
        max-width: none;
        text-align: center;
    }
}

/* if under 900px */
@media (max-width: 900px) {
    .onlydesktop {
        display: none;
    }
}

@media (min-width: 900px) {
    .onlymobile {
        display: none;
    }
}

/* if exceeds 1800px */
@media (min-width: 1280px) {
    h5.h5sm {
        height: 4em;
    }
}
/* if exceeds 1800px */
@media (min-width: 1800px) {
    h5.h5sm {
        height: 1.9em;
    }
}

/*
Extra small (XS): de 0 a 576 píxeles
Small (SM): de 576 a 768 píxeles
Medium (MD): de 768 a 992 píxeles
Large (LG): de 992 a 1200 píxeles
Extra large (XL): de 1200 píxeles en adelante
 */

