@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
}

/* POP UP*/
.trouble {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-align: center;
    text-decoration: underline;
    color: #133463;
    cursor: pointer;
}

.info-popup {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup-container {
    width: 650px;
    padding: 40px;
    background-color: white;
    border: 1px solid #e6e6e6;
    max-height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 10px;
}

.popup-headline {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    padding-bottom: 30px;
}

.popup-txt {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    padding-bottom: 15px;
}

.containermain {
    margin: 10px;
}

.containermainleft {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.containermainleftleft {
    height: 100px;
    cursor: pointer;
}

.tableHeading {
    display: flex;
    margin-top: 30px;
}

#tblProjects, #tblDetails {
    margin-bottom: 50px;
}

.deleteImageUsers {
    margin-top: 35px;
}

.left {
    width: 100%;
    grid-column-start: 1;
    position: fixed;
}

.left_cont {
    display: grid;
    height: 100vh;
    grid-template-rows: auto auto auto;
    position: relative;
}

.logo {
    margin-top: 70px;
    margin-left: 30px;
    align-self: start;
    justify-self: start;
    cursor: pointer;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 54px;
    color: #0F023D;
    font-weight: 600;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #0F023D;
}

#nrg {
    font-family: 'Montserrat', sans-serif;
    font-size: 54px;
    color: #0F023D;
    font-weight: 600;
}

#accounting {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #0F023D;
}

.menu {
    margin-left: 50px;
    align-self: center;
    justify-self: start;
}

.menu_list {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #0F023D;
    list-style-type: none;
}

    .menu_list .dropdown {
        width: 200px;
        background: white;
        font-family: 'Montserrat', sans-serif;
        color: #0F023D;
        border-color: #0F023D;
        border-radius: 5px;
        font-weight: 100;
        padding: 10px 25px 10px 10px;
        /*margin-right: 20px;*/
    }

    .menu_list li {
        padding-bottom: 30px;
    }

        .menu_list li:hover {
            font-weight: 400;
        }

        .menu_list li:last-child {
            padding: 0;
        }

.bottom {
    margin-left: 50px;
    margin-bottom: 70px;
    align-self: end;
    justify-self: start;
}

.settings li {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    list-style-type: none;
    color: #0F023D;
    font-weight: 300;
    display: grid;
    grid-template-columns: 30px auto;
    gap: 15px;
    justify-items: start;
    align-items: center;
}

.bottom ul li:first-child {
    padding-bottom: 30px;
}

.settings li:hover {
    font-weight: 400;
}

.right {
    width: 100%;
    /*display: grid;*/
    grid-template-columns: auto auto auto auto auto auto auto auto;
    gap: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    grid-column-start: 2;
}

.content_right {
    grid-column-start: 2;
    grid-column-end: 8;
    /*display: grid;*/
    gap: 20px;
}

#chart-container {
    filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.096));
    background: white;
    grid-row-start: 1;
    margin-top: 100px;
    border-radius: 25px;
    min-height: 600px;
    margin-bottom: 30px;
}

.chart_options {
    display: grid;
    column-gap: 20px;
    justify-content: left;
    grid-template-columns: 16% 16% 16% 16% 16% 16%;
}

    .chart_options .l1 {
        grid-column-start: 1;
    }

    .chart_options .l2 {
        grid-column-start: 2;
    }

    .chart_options .l3 {
        grid-column-start: 3;
    }

    .chart_options ul {
        list-style-type: none;
    }

        .chart_options ul li {
            font-family: 'Montserrat', sans-serif;
            font-size: 16px;
            padding-bottom: 10px;
            display: grid;
            grid-template-rows: auto;
            grid-template-columns: auto auto;
            align-items: center;
        }

            .chart_options ul li .color {
                width: 15px;
                height: 15px;
                grid-column-start: 1;
                border-radius: 5px;
            }

        .chart_options ul li {
            display: grid;
            grid-template-columns: 25px auto;
        }

    .chart_options .options_row {
        display: grid;
    }

    .chart_options ul li p {
        grid-column-start: 2;
    }

.below_chart {
    width: 100%;
    margin-top: 50px;
}

    .below_chart .first_row {
        grid-row-start: 1;
    }

    .below_chart .second_row {
        grid-row-start: 2;
        z-index: 1;
    }

.first_row {
    display: block;
}

    .first_row button {
        background: #0F023D;
        font-family: 'Montserrat', sans-serif;
        color: white;
        font-weight: 100;
        padding: 10px 25px 10px 25px;
        border-radius: 5px;
        margin-right: 20px;
    }

    .first_row .button_first_row {
        grid-row-start: 1;
    }

    .first_row .button_second_row {
        grid-row-start: 1;
    }

    .first_row .button_third_row {
        grid-row-start: 1;
    }

.second_row {
    margin-top: 20px;
}

.first_row .dropdown {
    background: white;
    font-family: 'Montserrat', sans-serif;
    color: #0F023D;
    border-color: #0F023D;
    border-radius: 5px;
    font-weight: 100;
    padding: 10px 25px 10px 25px;
    margin-right: 20px;
}

.first_row .button {
    background: #0F023D;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 100;
    padding: 10px 25px 10px 25px;
    border-radius: 5px;
    margin-right: 20px;
}

.chart_small_cont {
    width: 100%;
    display: grid;
    column-gap: 20px;
    margin-top: 50px;
}

.small_chart {
    min-height: 200px;
    background: white;
    filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.171));
    border-radius: 15px;
}

.small_chart1 {
    grid-column-start: 1;
}

.small_chart2 {
    grid-column-start: 2;
}

.small_chart3 {
    grid-column-start: 3;
}

#osm-map {
    width: 100%;
    height: 500px;
    border-radius: 25px;
}

.map {
    width: 100%;
    display: grid;
    margin-top: 50px;
    margin-bottom: 75px;
}

    .map .map_heading {
        grid-row-start: 1;
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 20px;
    }

#map {
    grid-row-start: 2;
    width: 100%;
    height: 500px;
    background: red;
    margin-bottom: 100px;
}

.deleteimage {
    height: 30px;
    margin: 5px;
    cursor: pointer;
}

table {
    width: 100%;
}

#table_heading {
    grid-row-start: 1;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.logoright {
    display: none;
}

@media only screen and (min-width: 150px) and (max-width: 1200px) {
    .left_cont {
        display: none;
    }

    .first_row .button {
        margin-top: 20px;
    }

    .logoright {
        display: contents;
    }

    #chart-container {
        grid-row-start: auto;
        margin-top: 0;
    }

    #devicePage {
        margin-left: 20%;
    }

    .content_right {
        /*margin-left: 20px;*/
    }
}

@media only screen and (min-width: 150px) and (max-width: 600px) {
    .button button_third_row {
        margin-top: 20px;
    }
}

/*@media only screen and (max-width: 500px) {
    .content_right {
        display: block;
    }

    .right {
        display: block;
    }
}*/


/*login*/

.main_cont {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
}

    .main_cont .left_cont {
        grid-column-start: 1;
        grid-column-end: 5;
        width: 100%;
        height: 100vh;
        position: relative;
        background-image: url(../img/photomain.png);
        background-size: cover;
    }

        .main_cont .left_cont .logo_nrg {
            position: absolute;
            left: 25px;
            top: 25px;
            cursor: pointer;
        }

    .main_cont .right_cont {
        grid-column-start: 5;
        grid-column-end: 11;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }

        .main_cont .right_cont .login_cont {
            grid-column-start: 2;
            grid-column-end: 6;
            max-width: 600px;
            justify-content: center;
            align-content: center;
            align-self: center;
            justify-self: center;
            padding: 90px 115px;
            border-left: 3px solid #2462BB;
        }

            .main_cont .right_cont .login_cont .logo_cont {
                display: flex;
                flex-direction: column;
                row-gap: 10px;
                justify-content: center;
                align-items: center;
                padding-bottom: 40px;
                /*opcharge:*/
                /*margin-right: 40px;*/
            }

body .wrapper .cont_right .row1 .logo {
    width: 240px;
    height: 100px; /*sgm: 100px, other 80px*/
    grid-row-start: 1;
}

/*sgm:*/
#user_logo {
    height: 160px;
}

.main_cont .right_cont .register_cont {
    grid-column-start: 2;
    grid-column-end: 6;
    max-width: 600px;
    justify-content: center;
    align-content: center;
    align-self: center;
    justify-self: center;
    padding: 10px 115px;
    border-left: 3px solid #2462BB;
}

    .main_cont .right_cont .register_cont .heading {
        color: #d9d9d9;
        font-family: "Kanit";
        font-size: 42px;
        font-weight: 500;
        display: block;
        margin: auto;
        padding-bottom: 20px;
        text-align: center;
    }

    .main_cont .right_cont .register_cont .toggle_cont {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
        padding-bottom: 25px;
    }

        .main_cont .right_cont .register_cont .toggle_cont .toggle_option {
            justify-self: center;
            font-size: 20px;
            font-family: "Kanit";
            font-weight: 300;
            color: #D9D9D9;
            padding: 20px 0;
            border-bottom: 1px solid #D9D9D9;
            width: 100%;
            text-align: center;
        }

            .main_cont .right_cont .register_cont .toggle_cont .toggle_option:hover {
                font-weight: 300;
                cursor: pointer;
                border-bottom: 3px solid #D9D9D9;
            }

        .main_cont .right_cont .register_cont .toggle_cont .toggle_active {
            color: #2462BB;
            border-bottom: 3px solid #2462BB;
            font-weight: 500;
        }

            .main_cont .right_cont .register_cont .toggle_cont .toggle_active:hover {
                border-bottom: 3px solid #2462BB;
            }

.main_cont .disc {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-family: "Kanit";
    font-size: 16px;
    font-weight: 300;
    color: #a6a6a6;
}

    .main_cont .disc .txt_bold {
        font-weight: 500;
    }

.input_wrapper {
    justify-content: center;
    display: grid;
    padding-bottom: 40px;
}

    .input_wrapper .input_cont {
        justify-self: center;
        align-self: center;
        padding-bottom: 15px;
    }

        .input_wrapper .input_cont:last-child {
            padding: 0;
        }

        .input_wrapper .input_cont label {
            display: block;
            padding-bottom: 5px;
            font-family: "Kanit";
            font-weight: 300;
            font-size: 16px;
            line-height: 24px;
            color: #a6a6a6;
            position: unset;
        }

        .input_wrapper .input_cont:last-child {
            padding: 0;
        }

        .input_wrapper .input_cont input {
            width: 350px;
            height: 40px;
            background-color: white;
            border: 1px solid #d9d9d9;
            font-family: "Kanit";
            font-weight: 300;
            font-size: 16px;
            line-height: 24px;
            color: #133463;
            padding: 0 10px;
            box-sizing: border-box;
        }

            .input_wrapper .input_cont input:focus {
                border: 1px solid #2462BB;
                outline: none;
            }

            .input_wrapper .input_cont input::-moz-placeholder {
                font-size: 16px;
                font-weight: 300;
                font-style: italic;
                opacity: 0.5;
            }

            .input_wrapper .input_cont input::placeholder {
                font-size: 16px;
                font-weight: 300;
                font-style: italic;
                opacity: 0.5;
            }

            .input_wrapper .input_cont input:-webkit-autofill, .main_cont .right_cont .login_cont .input_wrapper .input_cont input:-webkit-autofill:hover, .main_cont .right_cont .login_cont .input_wrapper .input_cont input:-webkit-autofill:focus, .main_cont .right_cont .login_cont .input_wrapper .input_cont input:-webkit-autofill:active {
                -webkit-box-shadow: 0 0 0px 1000px white inset;
                -webkit-text-fill-color: #133463 !important;
                font-family: "Kanit";
                font-weight: 300;
            }

    .input_wrapper .reg_dd_cont {
        padding-bottom: 15px;
        z-index: 1;
    }

        .input_wrapper .reg_dd_cont:last-child {
            padding: 0;
        }

        .input_wrapper .reg_dd_cont .dd_label {
            display: block;
            padding-bottom: 5px;
            font-family: "Kanit";
            font-weight: 300;
            font-size: 16px;
            line-height: 24px;
            color: #a6a6a6;
        }

        .input_wrapper .reg_dd_cont .reg_dd {
            width: 350px;
            height: 40px;
            cursor: pointer;
            box-sizing: border-box;
        }

            .input_wrapper .reg_dd_cont .reg_dd .menu_label {
                display: grid;
                align-content: center;
                grid-template-rows: auto;
                height: 100%;
                background-color: white;
                border: 1px solid #d9d9d9;
                font-family: "Kanit";
                font-weight: 300;
                font-size: 16px;
                line-height: 24px;
                color: #133463;
                padding: 0 10px;
                box-sizing: border-box;
            }

                .input_wrapper .reg_dd_cont .reg_dd .menu_label #touch {
                    opacity: 0;
                    height: 0;
                }

                    .input_wrapper .reg_dd_cont .reg_dd .menu_label #touch:checked ~ .dropdown_arrow {
                        transform: rotate(180deg);
                    }

                .input_wrapper .reg_dd_cont .reg_dd .menu_label span {
                    background: white;
                    color: #133463;
                    font-family: "Kanit";
                    font-weight: 300;
                    font-size: 16px;
                    cursor: pointer;
                    display: block;
                    grid-row-start: 1;
                }

                .input_wrapper .reg_dd_cont .reg_dd .menu_label .dropdown_arrow {
                    transform: rotate(0deg);
                    content: url(../Materials/Arrow.svg);
                    transition: transform 0.4s ease-in-out;
                    grid-row-start: 1;
                    justify-self: end;
                    align-self: center;
                }

            .input_wrapper .reg_dd_cont .reg_dd .slide {
                clear: both;
                width: 100%;
                color: #133463;
                height: 0;
                overflow-y: scroll;
                overflow-x: hidden;
                text-align: left;
                transition: all 0.3s linear;
                filter: drop-shadow(0px 6px 15px rgba(217, 217, 217, 0.2));
            }

                .input_wrapper .reg_dd_cont .reg_dd .slide::-webkit-scrollbar {
                    width: 5px;
                    background: #FAFAFA;
                }

                .input_wrapper .reg_dd_cont .reg_dd .slide::-webkit-scrollbar-thumb {
                    background-color: #a6a6a6;
                    width: 50px;
                }

                .input_wrapper .reg_dd_cont .reg_dd .slide .dropdown_item {
                    padding: 15px 0;
                    width: 100%;
                    display: grid;
                    align-content: center;
                    padding-left: 10px;
                    font-family: "Kanit";
                    font-weight: 300;
                    font-size: 16px;
                    color: #133463;
                    border-left: 1px solid #D9D9D9;
                }

                    .input_wrapper .reg_dd_cont .reg_dd .slide .dropdown_item:hover {
                        background-color: #FAFAFA;
                        border-left: 3px solid #D9D9D9;
                        transition: all 0.2s ease-in-out !important;
                    }

                .input_wrapper .reg_dd_cont .reg_dd .slide .dropdown_active {
                    border-left: 3px solid #2462BB;
                    background-color: #F6F9FC;
                }

                    .input_wrapper .reg_dd_cont .reg_dd .slide .dropdown_active:hover {
                        background-color: #F6F9FC;
                        border-left: 3px solid #2462BB;
                    }

            .input_wrapper .reg_dd_cont .reg_dd .show-slide {
                height: 150px;
                background-color: white;
                width: 100%;
            }

.btn_big {
    width: 350px;
    height: 50px;
    background-color: #2462BB;
    color: white;
    display: grid;
    align-content: center;
    justify-content: center;
    font-family: "Kanit";
    font-weight: 500;
    font-size: 16px;
    align-self: center;
    justify-self: center;
    margin: auto;
    cursor: pointer;
}

.error_pass {
    border: 1px solid #FF9292 !important;
}

/*.error_pass_msg:after {
    content: "* Ne valja ti sifra druze";
    display: block;
    font-family: "Kanit";
    font-size: 14px;
    font-weight: 300;
    color: #FF9292;
    padding-top: 5px;
}*/

.validation-summary-errors ul {
    list-style-type: none;
}

.error_pass_msg {
    display: block;
    font-family: "Kanit";
    font-size: 12px;
    font-weight: 300;
    color: #FF9292;
    padding-top: 5px;
}

.error_email {
    border: 1px solid #FF9292 !important;
}

.error_pass_email:after {
    content: "* Ne valja ti mejl druze";
    display: block;
    font-family: "Kanit";
    font-size: 14px;
    font-weight: 300;
    color: #FF9292;
    padding-top: 5px;
}
/*# sourceMappingURL=style.css.map */

#containerDevicesCurrent {
    height: 250px;
    grid-column-start: 7;
    grid-column-end: 10;
}


@media (max-width: 991.98px) {
    /*login*/
    .left_cont {
        display: none;
    }

    .main_cont .right_cont {
        grid-column-start: 1 !important;
    }

        .main_cont .right_cont .login_cont {
            margin-top: 50px;
        }

    .disc {
        display: none;
    }
}

/*register*/
.main_cont .right_cont .register_cont {
    grid-column-start: 2;
    grid-column-end: 6;
    max-width: 600px;
    justify-content: center;
    align-content: center;
    align-self: center;
    justify-self: center;
    padding: 10px 115px;
    border-left: 3px solid #2462BB;
}

    .main_cont .right_cont .register_cont .heading {
        color: #d9d9d9;
        font-family: "Kanit";
        font-size: 42px;
        font-weight: 500;
        display: block;
        margin: auto;
        padding-bottom: 20px;
        text-align: center;
    }

    .main_cont .right_cont .register_cont .toggle_cont {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
        padding-bottom: 25px;
    }

        .main_cont .right_cont .register_cont .toggle_cont .toggle_option {
            justify-self: center;
            font-size: 20px;
            font-family: "Kanit";
            font-weight: 300;
            color: #D9D9D9;
            padding: 20px 0;
            border-bottom: 1px solid #D9D9D9;
            width: 100%;
            text-align: center;
        }

            .main_cont .right_cont .register_cont .toggle_cont .toggle_option:hover {
                font-weight: 300;
                cursor: pointer;
                border-bottom: 3px solid #D9D9D9;
            }

        .main_cont .right_cont .register_cont .toggle_cont .toggle_active {
            color: #2462BB;
            border-bottom: 3px solid #2462BB;
            font-weight: 500;
        }

            .main_cont .right_cont .register_cont .toggle_cont .toggle_active:hover {
                border-bottom: 3px solid #2462BB;
            }

.main_cont .disc {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-family: "Kanit";
    font-size: 16px;
    font-weight: 300;
    color: #a6a6a6;
}

    .main_cont .disc .txt_bold {
        font-weight: 500;
    }

.input_wrapper {
    justify-content: center;
    display: grid;
    padding-bottom: 40px;
}

    .input_wrapper .input_cont {
        justify-self: center;
        align-self: center;
        padding-bottom: 15px;
    }

        .input_wrapper .input_cont:last-child {
            padding: 0;
        }

        .input_wrapper .input_cont label {
            display: block;
            padding-bottom: 5px;
            font-family: "Kanit";
            font-weight: 300;
            font-size: 16px;
            line-height: 24px;
            color: #a6a6a6;
            position: unset;
        }

        .input_wrapper .input_cont:last-child {
            padding: 0;
        }

        .input_wrapper .input_cont input {
            width: 350px;
            height: 40px;
            background-color: white;
            border: 1px solid #d9d9d9;
            font-family: "Kanit";
            font-weight: 300;
            font-size: 16px;
            line-height: 24px;
            color: #133463;
            padding: 0 10px;
            box-sizing: border-box;
        }

            .input_wrapper .input_cont input:focus {
                border: 1px solid #2462BB;
                outline: none;
            }

            .input_wrapper .input_cont input::-moz-placeholder {
                font-size: 16px;
                font-weight: 300;
                font-style: italic;
                opacity: 0.5;
            }

            .input_wrapper .input_cont input::placeholder {
                font-size: 16px;
                font-weight: 300;
                font-style: italic;
                opacity: 0.5;
            }

            .input_wrapper .input_cont input:-webkit-autofill, .main_cont .right_cont .login_cont .input_wrapper .input_cont input:-webkit-autofill:hover, .main_cont .right_cont .login_cont .input_wrapper .input_cont input:-webkit-autofill:focus, .main_cont .right_cont .login_cont .input_wrapper .input_cont input:-webkit-autofill:active {
                -webkit-box-shadow: 0 0 0px 1000px white inset;
                -webkit-text-fill-color: #133463 !important;
                font-family: "Kanit";
                font-weight: 300;
            }

    .input_wrapper .reg_dd_cont {
        padding-bottom: 15px;
        z-index: 1;
    }

        .input_wrapper .reg_dd_cont:last-child {
            padding: 0;
        }

        .input_wrapper .reg_dd_cont .dd_label {
            display: block;
            padding-bottom: 5px;
            font-family: "Kanit";
            font-weight: 300;
            font-size: 16px;
            line-height: 24px;
            color: #a6a6a6;
        }

        .input_wrapper .reg_dd_cont .reg_dd {
            width: 350px;
            height: 40px;
            cursor: pointer;
            box-sizing: border-box;
        }

            .input_wrapper .reg_dd_cont .reg_dd .menu_label {
                display: grid;
                align-content: center;
                grid-template-rows: auto;
                height: 100%;
                background-color: white;
                border: 1px solid #d9d9d9;
                font-family: "Kanit";
                font-weight: 300;
                font-size: 16px;
                line-height: 24px;
                color: #133463;
                padding: 0 10px;
                box-sizing: border-box;
            }

                .input_wrapper .reg_dd_cont .reg_dd .menu_label #touch {
                    opacity: 0;
                    height: 0;
                }

                    .input_wrapper .reg_dd_cont .reg_dd .menu_label #touch:checked ~ .dropdown_arrow {
                        transform: rotate(180deg);
                    }

                .input_wrapper .reg_dd_cont .reg_dd .menu_label span {
                    background: white;
                    color: #133463;
                    font-family: "Kanit";
                    font-weight: 300;
                    font-size: 16px;
                    cursor: pointer;
                    display: block;
                    grid-row-start: 1;
                }

                .input_wrapper .reg_dd_cont .reg_dd .menu_label .dropdown_arrow {
                    transform: rotate(0deg);
                    content: url(../Materials/Arrow.svg);
                    transition: transform 0.4s ease-in-out;
                    grid-row-start: 1;
                    justify-self: end;
                    align-self: center;
                }

            .input_wrapper .reg_dd_cont .reg_dd .slide {
                clear: both;
                width: 100%;
                color: #133463;
                height: 0;
                overflow-y: scroll;
                overflow-x: hidden;
                text-align: left;
                transition: all 0.3s linear;
                filter: drop-shadow(0px 6px 15px rgba(217, 217, 217, 0.2));
            }

                .input_wrapper .reg_dd_cont .reg_dd .slide::-webkit-scrollbar {
                    width: 5px;
                    background: #FAFAFA;
                }

                .input_wrapper .reg_dd_cont .reg_dd .slide::-webkit-scrollbar-thumb {
                    background-color: #a6a6a6;
                    width: 50px;
                }

                .input_wrapper .reg_dd_cont .reg_dd .slide .dropdown_item {
                    padding: 15px 0;
                    width: 100%;
                    display: grid;
                    align-content: center;
                    padding-left: 10px;
                    font-family: "Kanit";
                    font-weight: 300;
                    font-size: 16px;
                    color: #133463;
                    border-left: 1px solid #D9D9D9;
                }

                    .input_wrapper .reg_dd_cont .reg_dd .slide .dropdown_item:hover {
                        background-color: #FAFAFA;
                        border-left: 3px solid #D9D9D9;
                        transition: all 0.2s ease-in-out !important;
                    }

                .input_wrapper .reg_dd_cont .reg_dd .slide .dropdown_active {
                    border-left: 3px solid #2462BB;
                    background-color: #F6F9FC;
                }

                    .input_wrapper .reg_dd_cont .reg_dd .slide .dropdown_active:hover {
                        background-color: #F6F9FC;
                        border-left: 3px solid #2462BB;
                    }

            .input_wrapper .reg_dd_cont .reg_dd .show-slide {
                height: 150px;
                background-color: white;
                width: 100%;
            }

.btn_big {
    width: 350px;
    height: 50px;
    background-color: #2462BB;
    color: white;
    display: grid;
    align-content: center;
    justify-content: center;
    font-family: "Kanit";
    font-weight: 500;
    font-size: 16px;
    align-self: center;
    justify-self: center;
    margin: auto;
    cursor: pointer;
}

.error_pass {
    border: 1px solid #FF9292 !important;
}

/*.error_pass_msg:after {
    content: "* Ne valja ti sifra druze";
    display: block;
    font-family: "Kanit";
    font-size: 14px;
    font-weight: 300;
    color: #FF9292;
    padding-top: 5px;
}*/

.validation-summary-errors ul {
    list-style-type: none;
}

.error_pass_msg {
    display: block;
    font-family: "Kanit";
    font-size: 12px;
    font-weight: 300;
    color: #FF9292;
    padding-top: 5px;
}

.error_email {
    border: 1px solid #FF9292 !important;
}

.error_pass_email:after {
    content: "* Ne valja ti mejl druze";
    display: block;
    font-family: "Kanit";
    font-size: 14px;
    font-weight: 300;
    color: #FF9292;
    padding-top: 5px;
}
/*# sourceMappingURL=style.css.map */

#btn-submit-logout {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 300;
}

    #btn-submit-logout:hover {
        font-weight: 400;
    }

#chart-container-kwh, #chart-container-tariff {
    filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.096));
    background: white;
    margin-top: 100px;
    border-radius: 25px;
    min-height: 600px;
    margin-bottom: 30px;
    overflow: hidden;
}

#graphButtons {
    grid-template-columns: auto auto;
    grid-gap: 30px;
    display: grid;
}

.graphButton {
    border-radius: 25px;
    height: 100px;
    filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.096));
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sideButtons {
    color: #0f023d !important;
    font-family: 'Montserrat';
    text-decoration: auto !important;
    cursor: pointer;
}

#devicePage {
    margin-top: 25px;
    position: absolute;
    width: 80%;
    text-align: center;
    font-weight: bold;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #0F023D;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#chart-container-tariff {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grapButtonsGroup {
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    display: grid;
}

.grapButtonsGroupTitle {
    text-align: center;
    margin-bottom: 20px;
}


/*spinner*/
#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

#overlay-modal {
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: white;
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2462BB solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.cont-h {
    display: flex;
    justify-content: end;
    margin-bottom: 50px;
}

.info-icon {
    width: 25px;
    height: 25px;
    position: relative;
    background-image: url("../img/info_icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.info-txt {
    position: absolute;
    position: absolute;
    right: 0;
    top: 36px;
    width: 350px;
    /*background-color: #FAFAFA;*/
    background-color: white;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    filter: drop-shadow(0 0 20px #FAFAFA);
    color: #8C8C8C;
    padding: 30px;
    display: none;
    flex-direction: column;
    row-gap: 20px;
    z-index: 50;
}

.info-headline {
    font-family: LatoMedium;
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.info-p {
    font-family: "LatoLight";
    font-size: 16px;
}

.info-txt-b {
    font-family: "LatoMedium";
}

.info-txt-block {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.info-icon:hover > .info-txt {
    display: flex;
}

.read-more {
    display: contents;
}

.loginWithRecovery {
    margin: 15px;
    display: block;
    padding-bottom: 5px;
    font-family: "Kanit";
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #a6a6a6;
    position: unset;
}
