﻿

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


/*Medium devices (landscape tablets, 768px and up) */

/* Large devices (laptops/desktops, 992px and up) */
@media screen and (min-width: 784px) and (max-width: 1200px) {
    body {
        overflow-y: scroll !important;
    }
    .login-box {
        top: -70px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .login-box {
        top: -70px;
    }
}

.title-page-dashboard {
    font-size: 32px;
    color: #009dc9;
    font-weight: 600;
}

nav.sidebar-nav li {
cursor:pointer;
}

td.grid-cell a.fa-download {
text-align: center !important;
}

.contact-tel a {
    color: #a2bd30 !important;
}

/* cambios */

input[type="date"] {
    position: relative;
    padding: 10px;
}

    input[type="date"]::-webkit-calendar-picker-indicator {
        color: transparent;
        background: none;
        z-index: 1;
    }

    input[type="date"]:before {
        color: transparent;
        background: none;
        display: block;
        font-family: 'FontAwesome';
        content: '\f073';
        /* This is the calendar icon in FontAwesome */
        width: 15px;
        height: 20px;
        position: absolute;        
        right: 6px;
        color: #00a2cd;
    }

.sidebar-nav > ul > li > a.active {
    background: #ffffff !important;
}

btn-info, .btn-info.disabled {
    /*    background: #009dc9 !important;
    border: 1px solid #009dc9 !important;*/
    background: #014f7b !important;
    border: 1px solid #014f7b !important;
    padding: 10px !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-info {
    color: #fff;
    background-color: #014f7b;
    border-color: #014f7b;
/*    background-color: #009dc9;
    border-color: #009dc9; */
}

#usuario::placeholder, #password::placeholder {
    font-weight: 600 !important;
    color: #242a33 !important;
}

#usuario::-webkit-input-placeholder,
#usuario::-ms-input-placeholder,
#password::-webkit-input-placeholder,
#password::-ms-input-placeholder { 
    font-weight: 600 !important;
    color: #242a33 !important;
}



.dataTables_length {
    display: none !important;
}

th.grid-header {
    color: #a6b7bf;
    font-weight: 600;
}

table.dataTable tbody {
    text-align: center;
}

td.grid-cell {
    color: #484f52;
    font-weight: 500;
}

.dataTables_wrapper .dataTables_paginate {
    float: left !important;
    width: auto !important;
}

table.dataTable th, td{
    font-size: 0.8rem;
}

.text-dark {
    font-weight: 500;
}

.change_password {
    font-weight: 600 !important;
    color: #242a33 !important;
}

.textPayComet{
    font-size:11px;
}

body-login {
    background-image: url("../EnergyNordic/img/blue-bg.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    background-color: var(--white);
}

a, .fake-link {
    color: var(--text-accent-color);
    font-weight: bold;
    transition: ease-in-out 0.3s;
    text-decoration: underline;
}

    a:hover {
        color: var(--dark-green);
    }

.tertiary-link {
    font-weight: normal;
    color: var(--text-color) !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 8px;
}

    .tertiary-link:hover {
        background-color: var(--light-blue);
    }

        .tertiary-link:hover .fake-link {
            color: var(--dark-green);
        }

h1, h2, h3 {
    font-family: Nexa, sans-serif;
}

h1 {
    font-family: Nexa;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
}

.tac {
    text-align: center;
}

input {
    border: none;
    outline: none;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}

.checkbox-input {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-self: center;
    align-self: center;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
}

    [type="checkbox"]:not(:checked) + .label,
    [type="checkbox"]:checked + .label {
        position: relative;
        padding-left: 2.3em;
        line-height: 28px;
        cursor: pointer;
        display: inline-block;
    }

        [type="checkbox"]:not(:checked) + .label:hover,
        [type="checkbox"]:checked + .label:hover {
            color: var(--text-accent-color);
        }

        [type="checkbox"]:not(:checked) + .label:before,
        [type="checkbox"]:checked + .label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 24px;
            height: 24px;
            border: 1px solid var(--border-color);
            background: #FFFFFF;
            border-radius: .2em;
            box-shadow: inset 0 1px 3px rgba(0,0,0, .1);
            -webkit-transition: all .275s;
            transition: all .275s;
        }

        [type="checkbox"]:not(:checked) + .label:after,
        [type="checkbox"]:checked + .label:after {
            content: '■';
            position: absolute;
            top: 11px;
            left: 4px;
            font-size: 32px;
            color: var(--dark-blue);
            line-height: 0;
            -webkit-transition: all .2s;
            transition: all .2s;
        }

        [type="checkbox"]:not(:checked) + .label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="checkbox"]:checked + .label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    [type="checkbox"]:checked:focus + .label:before,
    [type="checkbox"]:not(:checked):focus + .label:before {
        box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px var(--light-blue);
    }

.accent-color {
    color: var(--text-accent-color);
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-24 {
    margin-bottom: 24px;
}

.container {
    max-width: 1080px;
    margin: 0 auto;
}

.input {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    margin-bottom: 16px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 8px 12px;
}

    .input:focus {
        background-color: red;
        border: 1px solid red;
    }

.simple-header {
    background-color: var(--white);
    padding: 16px;
    box-shadow: 0px 8px 0px rgba(0, 38, 62, 0.05);
}

.d-flex {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.company-logo {
    max-height: 44px;
}

.phone-call {
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.phone-icon {
    margin-right: 8px
}

.main-section {
    padding: 32px 16px;
}

.login {
    margin: 0 auto;
    max-width: 600px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ffffff;
    padding: 32px 16px;
    box-shadow: 8px 0px 30px 0px rgba(0, 38, 62, 0.2);
}

.label {
    color: var(--placeholder-color);
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    margin-bottom: 4px;
}

.row-login {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.lost-password {
    font-size: 14px;
    text-align: right;
}

.btn {
    padding: 15px 45px;
    text-align: center;
    color: white;
    border-radius: 8px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.btn-grad {
    background: linear-gradient(85.38deg, #014F7B 0%, #217861 138.99%);
}

.btn-grad {
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
}

    .btn-grad:hover {
        background-position: right center; /* change the direction of the change here */
        color: white;
    }

.footer {
    padding: 16px 16px 32px;
    text-align: center;
}

.footer-menu {
    margin-top: 24px;
}

.copyright, .footer-menu-item {
    font-size: 14px;
}

.footer-menu-item {
    color: var(--text-color);
    font-weight: normal;
    text-decoration: none;
    margin: 0 8px;
}

    .footer-menu-item:hover {
        color: var(--accent-text-color);
        text-decoration: underline;
    }

.footer .company-logo {
    max-height: none;
    width: 120px;
}
/*  From 768px  */
@media (min-width: 768px) {
    .main-section {
        padding: 32px;
    }

    .login {
        padding: 64px 32px;
    }

    .footer {
        padding: 32px;
    }

    .tertiary-link {
        padding: 12px 24px;
    }
}

/*  From 1366px  */
@media (min-width: 1366px) {
    .main-section {
        padding: 64px;
    }

    .footer {
        padding: 0px 16px 64px;
    }

        .footer .row {
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -ms-align-items: center;
            align-items: center;
            justify-content: space-between;
        }

        .footer .col.tal {
            text-align: left;
        }
}
