:root {
    --main-green: #99cb57;
    --main-blue: #5C6BC0;
    --sidebar-width: 260px;
    --footer-height: 50px;
    --footer-color: #002D81;
    --footer-color-grey: rgb(245, 245, 245);
    --header-color: #e6e7e6;
    --header-border-color: #df1b79;
    --header-height: 100px;
    --sidebar-icon-size: calc(var(--sidebar-width) - 10px);
    --content-height: 100%;
    --content-width: 100%;
    /*--content-height: calc((100% - var(--header-height)) - var(--footer-height))*/
}

@font-face {
    font-family: Ubuntu;
    src: url(../fonts/Ubuntu/Ubuntu-Regular.woff2) format("woff");
    font-weight: normal;
    font-style: normal;
}

.v-select .custom-select {
  height: auto;
  border: 1px solid #49438d;
  color: #49438d;
  font-size: 15px;
  padding: 8px 10px;
  letter-spacing: 1px;
	border-radius: 20px;
  background-color: #eaeaea; }
  .custom-select.custom-select-lg {
    font-size: 18px;
    padding: 16px 20px; }
  .custom-select.custom-select-sm {
    font-size: 13px;
    padding: 7px 16px; }
  .custom-select:focus {
    box-shadow: none;
    border-color: #6caca4;
    color: #3b3f5c; }

/*
@font-face {
    font-family: Ubuntu;
    src: url(../fonts/Ubuntu/Ubuntu-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Ubuntu;
    src: url(../fonts/Ubuntu/Ubuntu-Regular.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Ubuntu;
    src: url(../fonts/Ubuntu/Ubuntu-Regular.ttf) format("truetype");
    font-weight: bold;
    font-style: italic;
}
*/

body {
    font-family: Ubuntu !important;
    background-size: cover;
    /*margin: 0px !important;
    padding: 0;*/
}

.with-border {
    border: 3px solid green;
}


.min-w-100 {
    min-width: 100% !important;
}

.login-header {
    background-color: #29a781;
    min-height: 50px;
    height: 50px;
}

.login-container {
    background-iamge: url("../images/ondas.png");
    background-size: cover;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.login-row {
    background-image: url("images/ondas.png");
    height: 70% !important;
    min-height: 70% !important;
}

.login-logo {
    top: 150px;
    width: 450px;
    max-width: 450px;
    margin-top: 150px;
    margin-right: 50px;
}

.login-form-container {
    width: 350px;
    max-width: 350px;
    height: 350px;
    /*border: 1px solid black;*/
    background-color: white;
    box-shadow: 0px 0px 10px 0px #666;
    margin-top: 150px;
    padding: 10px;
    margin-left: 50px;
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.2);
}


.login-label {
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;

}

.lost-pass {
    font-size: small;
}

.btn-login {
    background-color: rgb(51, 51, 71);
    color: white;
    border-radius: 0 !important;
    width: 80%;
}

.form-control-login {
    width: 90% !important;
    min-width: 90% !important;
    border-radius: 0 !important;
}

@media all and (max-width: 1500px) {
    :root {
        --footer-height: 50px;
        --header-height: 75px;
    }

    .cumplimiento-label > h2 {
        margin-top: 50px;
        font-size: 20px;
    }

    .cumplimiento-label > h1 {
        margin-top: 10px;
        font-size: 50px !important;
        margin-right: 550px !important;
    }

    .cumplimiento-label {
        position: fixed;
        margin-top: 60px !important;
        height: 250px;
        max-height: 250px;
        left: 200px !important;
        width: 150px !important;
        max-width: 150px !important;
        /*min-width: 40%;*/
    }

    .login {
        float: none;
        margin: 0 auto;
        background-color: #FFF;
        padding: 0px !important;
        right: 20px !important;
        min-width: 450px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        z-index: 100 !important;
    }
}

@media all and (max-width: 810px) {
    :root {
        --footer-height: 50px;
        --header-height: 75px;
    }

    .cumplimiento-label > h2 {
        margin-top: 50px;
        font-size: 20px;
    }

    .cumplimiento-label > h1 {
        margin-top: 10px;
        font-size: 30px !important;
        margin-right: 350px !important;
    }

    .cumplimiento-label {
        background-color: rgba(0, 0, 0, 0.4);
        color: #FFF;
        position: fixed;
        margin-top: 60px !important;
        height: 150px;
        max-height: 150px;
        left: 20px !important;
        width: 150px !important;
        max-width: 150px !important;
        /*min-width: 40%;*/
    }

    .login {
        float: none;
        margin: 0 auto;
        background-color: #FFF;
        padding: 0px !important;
        right: 20px !important;
        min-width: 450px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        z-index: 100 !important;
    }
}

@media all and (max-width: 710px) {
    :root {
        --sidebar-width: 50px;
        --footer-height: 50px;
        --header-height: 50px;
    }

    .header-cumplimiento {
        font-size: 10px;
    }

    .header-amb {
        font-size: 20px;
    }

    .cumplimiento-label > h2 {
        margin-top: 50px;
        font-size: 20px;
    }

    .cumplimiento-label > h1 {
        margin-top: 10px;
        font-size: 30px;
        margin-right: 350px !important;
    }

}

.minimal {
    max-width: 100px;
}

.float-center {
    text-align: center;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
}

.center {
    text-align: center;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
}

.buttonbar {
    margin: 10px;
}

.left {
    float: left;
}

.right {
    float: right;
    right: 10px;
    left: auto;
}

.max {
    min-width: 95%;
    left: 0;
    right: 0;
}

.inline {
    display: inline-block;
}

.inline-form {
    max-width: 80%;
    display: inline-block;
}

.submitbutton {
    right: 10px;
    left: auto;
    background-color: var(--main-blue) !important;
    color: white;
}

.customer-address td, .customer-address th {
    font-size: smaller;
}

html {
    font-size: 0.85rem;
}

@include media-breakpoint-up(sm) {
    html {
        font-size: 1.2rem;
    }
}

@include media-breakpoint-up(md) {
    html {
        font-size: 1.4rem;
    }
}

@include media-breakpoint-up(lg) {
    html {
        font-size: 1.6rem;
    }
}

.login {
    float: none;
    margin: 0 auto;
    background-color: #FFF;
    padding: 20px;
    left: 20%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 100;
}

.login-container {
    height: 100%;
    display: table;
    width: 100%;
    min-width: 100%;
    padding: 0;
}

.row-fluid {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.dynasoft-login-logo {
    text-alignt: center;
    left: auto;
    right: auto;
    display: block;
    text-color: #1582c4;
    background: url(../images/compliance-login.png) center top no-repeat;
    padding: 50px;
}

.dynasoft-login-logo h1 {
    padding-top: 50px;
    color: #1582c4;
}

.cumplimiento-label {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    color: #FFF;
    position: fixed;
    vertical-align: middle;
    margin: 40px auto 0;
    height: 350px;
    left: 200px;
    width: 70%;
    min-width: 60%;
    -webkit-backdrop-filter: blur(10px);
}

.cumplimiento-label > h2 {
    margin-top: 50px;
    font-size: 40px;
}

.cumplimiento-label > h1 {
    margin-top: 10px;
    font-size: 60px;
}

.amb-header {
    background-color: var(--header-color);
    max-height: var(--header-height) !important;
    height: var(--header-height);
    border: 0px;
    border-bottom: 5px solid var(--header-border-color);
    z-index: 10;
}

.amb-header > ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.amb-header > ul > li {
    display: inline-block;
}

.amb-header-i {
    height: calc(var(--header-height) - 5px);
    max-height: calc(var(--header-height) - 5px);
}

.amb-header-c {
    top: 0px;
    left: var(--sidebar-width);
    position: absolute;

}

.amb-header-d {
    top: 0px;
    right: 0px;
    position: absolute;
}

.header-cumplimiento {
    color: var(--main-blue);
    vertical-align: middle;
    font-size: calc(var(--header-height) / 2);
    margin-left: 20px;
}

.header-amb {
    color: var(--main-green);
    vertical-align: middle;
    font-size: calc(var(--header-height) / 2);
    font-weight: bolder;
}

.sidebar-menu {
    min-width: 150px;
    background-color: var(--main-blue);
    color: white;
    /*box-shadow: 4px 0px 8px 0 rgba(0, 0, 0, 0.2), 6px 0px 20px 0 rgba(0, 0, 0, 0.19);*/
    position: absolute;
    /*height: var(--content-height);*/
    left: var(--sidebar-width);
    top: var(--header-height);
    margin: 0;
    padding: 0;
    z-index: 10;
}

.sidebar-width {
    max-width: var(--sidebar-width);
}

.sidebar-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.sidebar-menu li {
    display: block;
    min-width: 200px;
    max-width: 200px;
    width: 200px;
    min-height: 50px;
    max-height: 50px;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    cursor: pointer;
    padding: 10px;
}

.sidebar-menu li:hover {
    background-color: white;
    color: var(--main-blue);
}

.sidebar-menu li a {
    color: white;
    text-decoration: none;
    text-align: left;

}

.sidebar-menu ul li:hover a {
    color: var(--main-blue);
    text-decoration: none
}


.h-90 {
    min-height: 90% !important;
}

.main-content {
    /*background-color: #e6e7e6;*/
    background-image: url("../images/fondo_ondas.png");
    background-size: cover;
    max-width: var(--content-width) !important;
    min-width: var(--content-width) !important;
    width: var(--content-width) !important;
    min-height: 100% !important;
    max-height: 100% !important;
}

.with-sidebar {
    width: calc(100% - var(--sidebar-width));
    max-width: calc(100% - var(--sidebar-width));
}

.main-content-white {
    background-color: #FFF !important;
}

.footer {
    background-color: var(--footer-color-grey);
    color: #000;
}

.bg-blue {
    background: var(--main-blue) !important;
}

.btn-success {
    background-color: var(--main-blue) !important;
}

.btn-blue {
    background-color: var(--main-blue) !important;
    border-color: var(--main-blue) !important;
    color: white;
}

.btn-blue:hover {
    background-color: var(--main-blue) !important;
    border-color: var(--main-blue) !important;
    color: white;
}

.sidebar-main-option {
    max-width: var(--sidebar-width);
    max-height: var(--sidebar-width);
    width: var(--sidebar-width);
    height: var(--sidebar-width);
    cursor: pointer;
}

.sidebar-main-option-bg-blue {
    background-color: var(--main-blue);
    color: white;
}

.sidebar-label {
    position: relative;
    top: -22px;

}

.sidebar-image {
    max-width: var(--sidebar-width);
    max-height: var(--sidebar-width);
    /*width: calc(var(--sidebar-width) - 35px);
    height: calc(var(--sidebar-width) - 35px);*/
    width: var(--sidebar-width);
    height: var(--sidebar-width);
    z-index: 1000;
    padding-top: 5px;
}

.plants-dashboard {
    min-width: var(--sidebar-width);
    min-height: var(--sidebar-width);
    display: inline-block;
    text-align: center;
    margin: 10px;
}

.plants-dashboard i {
    vertical-align: middle;
}

.bg-beige {
    background-color: beige;
}

.bg-orange {
    background-color: orange !important;
}

.bg-yellow {
    background-color: #cedf44 !important;
}

.overflow-hidden {
    overflow: hidden;
}

.scroll {
    animation-name: slide;
    animation-duration: 25s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: slide;
    -webkit-animation-duration: 25s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

.plant-card {
    width: 260px;
    max-width: 260px;
    overflow: hidden;
}

.bg-plant-card {
    background-color: #3F51B5 !important;
    height: 35px !important;
    max-height: 35px !important;
}

@keyframes slide {
    from {
        left: 100%;
    }
    to {
        left: -100%;
    }
}

@-webkit-keyframes slide {
    from {
        left: 100%;
    }
    to {
        left: -100%;
    }
}

.marquee {
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    position: relative;
}

.card-header-text {
    font-size: 16px;
    font-weight: bolder;
    position: absolute;
    top: 5px;
    margin-right: -100%;
    padding: 0 -100%;
}

.scroll {
    animation-name: slide;
    animation-duration: 25s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: slide;
    -webkit-animation-duration: 25s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

.statistics-card {
    margin: 15px;
    width: 400px;
    min-width: 400px;
    height: 100%;
}

.no-bullet {
    list-style-type: none;
}

.list_style_square {
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
}

/* Background de riesgos
 */
.bootstrap-select, .dropdown-menu {
    max-width: 550px;

}

.dropdown-menu {
    #background-color: rgba(255, 255, 255, 0.85) !important;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    #-webkit-backdrop-filter: blur(10px) !important;
}

.dropdown-item {
    display: block;
}

span.text {
    #max-width: 480px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.innerspan {
    overflow: hidden;
}

div.dropdown-menu.open {
    width: 100%;
}

ul.dropdown-menu.inner > li > a {
    white-space: initial;
}

.landing-page {
    background-color: #FFF;
}

.to-center {
    left: auto;
    right: auto;
    vertical-align: middle;
    padding-top: 15%;
    padding-bottom: auto;
}

.login-enter {
    color: #717175;
}

.login-enter:hover {
    color: #7f7f7f;
    text-decoration: none;
}

.footer-login {
    background-color: #002D81;
    color: #fff;
}

.text-orange {
    color: #f36421;
}

.underline-orange {
    font-family: Roboto;
    border-bottom: 2px solid #f36421;
}

.underline-red {
    font-family: Roboto;
    border-bottom: 2px solid #C2192F;
}

.underline-green {
    border-bottom: 2px solid green;
    border-bottom: 2px solid green;
}

.bg-blurred {
    background-color: rgba(255, 255, 255, 0.4) !important;
    -webkit-backdrop-filter: blur(5px) !important;
}

.box-shadow {
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
}

.cover {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 9999;
}


.bg-pink {
    background-color: var(--header-border-color) !important;
}

/* =========================== SIDEBAR ============================ */

.sidebar-collapse {
    /*background-color: white !important;*/
    color: white !important;
    width: 100%;
    min-width: 100%;
    font-size: 14px;
    min-height: 100%;
}

ul.sidebar-ul {
    padding-left: 30px;
}

ul.collapse-ul {
    padding-left: 30px;
}

.sidebar-collapse ul > li > a, .sidebar-collapse ul > li > a:hover {
    color: white !important;
}

.sidebar-open {
    min-width: 250px;
    max-width: 250px;
}

.sidebar-closed {
    min-width: 100px;
    max-width: 100px;
}

.sidebar-items {
    background-color: #2f3139;
    padding: 10px !important;
    width: 280px;
    max-width: 276px !important;
    font-size: 20px;
    color: white;
}

.sidebar-menuitems {
    min-height: calc(100% - 230px);

}

.sidebar-logo {
    max-height: 230px;
}


.sidebar-items a, .sidebar-items a:hover {
    color: white;
}

.sidebar-items li {
    list-style-type: none;
}

.sidebar-handle {
    position: absolute;
    top: 100px;
    max-width: 25px;
    max-height: 25px;
    min-width: 25px;
    min-height: 25px;
    left: 0;
    right: auto;
    background-color: rgb(51, 51, 71);
    color: white;
    vertical-align: middle;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.sidebar-items a, .sidebar-items a:hover, .sidebar-handle a, .sidebar-handle a:hover {
    color: white !important;
}

/* ===========================ENDS SIDEBAR */


.flex-grow {
    flex: 2 !important;
    -ms-flex: 2 !important;
    -webkit-flex-grow: 2 !important;
}

/* ================================ Buttons */

.btn {
    border-radius: 0 !important;
}

.btn-add {
    border-radius: 0 !important;
    color: white !important;
    background-color: rgb(51, 51, 71);
    padding-top: 2px !important;
    padding-bottom: 2px !important;

}

.btn-add a {
    color: white !important;
}

.btn-success {
    background-color: rgb(51, 51, 71) !important;
    color: white !important;
    border-color: rgb(51, 51, 71) !important;
}

.btn-cancel {
    background-color: darkred !important;
    color: white !important;
}

.dropdown-menu li a.active {
    color: white !important;
}


ul.quiz-metadata {
    list-style-type: none !important;
}

ul.quiz-metadata li::after {
    content: " / "
}

ul.quiz-metadata li {
    display: inline !important;
}

.marquee {
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    position: relative;
}

.card-header-text {
    font-size: 16px;
    font-weight: bolder;
    position: absolute;
    top: 5px;
    margin-right: -100%;
    padding: 0 -100%;
}


@keyframes slide {
    from {
        left: 100%;
    }
    to {
        left: -100%;
    }
}

@-webkit-keyframes slide {
    from {
        left: 100%;
    }
    to {
        left: -100%;
    }
}


.h-99 {
    heigth: 99% !important;
}

.all-space {
    width: 99%;
    min-width: 99%;
    min-height: 99%;
    heigth: 99%;
    left: 0;
    right: 0;
    bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important
}

ul.breadcrumb {
    list-style-type: none;
    background: transparent
}

ul.breadcrumb li::before {
    content: "/ ";
    color: gray;
}

li.breadcrumb_item {
    color: gray !important;
}

a.breadcrumb_link, a.breadcrumb_link:visited, a.breadcrumb_link:hover {
    background: transparent;
    color: gray !important;
}

.quiz-matches {
    padding-left: 20px;
}

.quiz-subquestions li{
    list-style-type: none;
}

.question-answer{
    border: 1px solid #bbb;
    border-radius: 5px;
    background: white;
    padding: 5px;
}

hr {
    border: 1px solid black;
}

.fg-919191{
    color: #919191;
}


.autosize {
  resize: none !important;
  overflow: hidden !important;
}
