﻿.navbar {
    /*style="background-image: url('images/bg-home.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center center;"*/
    background-image: url("../images/full.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.navbar-button {
    font-size: 24px;
    border: solid;
    border-color: #BA0000;
    color: #BA0000;
    padding: 0px;
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    vertical-align: middle;
}

    .navbar-button:hover {
        font-size: 24px;
        border: solid;
        border-color: #2874A6;
        color: #BA0000;
        padding: 0px;
        width: 70px;
        height: 70px;
        display: inline-block;
        text-align: center;
        border-radius: 50px;
    }







.export-button {
    padding-top: 3px !important;
    font-size: 18px;
    border: solid;
    border-color: #2874A6;
    border-width: thin;
    color: #2874A6;
    padding: 0px;
    width: 100px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
}

.export-button-text {
    font-size: 12px;
    display: inline-block;
}

.prrr {
    font-size: 10px;
    line-height: 10px;
}

.table-schede {
    background-color: #fff;
    color: #000;
    max-height: 50px;
    text-align: center;
    word-wrap: break-word;
    padding: 0px;
}

    .table-schede th {
        font-size: 14px;
        background-color: lightgrey;
        font-weight: 900;
        padding: 0px !important;
        position: sticky;
        border: none;
    }

    .table-schede td {
        font-size: 14px;
        padding: 10px !important;
        height: 20px;
        border: none;
        border-bottom: 0.05em solid;
    }

    .table-schede tr:hover {
        background-color: lightgray;
    }

.debora-container {
    position: relative;
    margin-bottom: 25px;
}

    .debora-container label {
        position: absolute;
        top: -10px;
        left: 0px;
        font-size: 16px;
        color: #30383B;
        pointer-event: none;
        transition: all 0.5s ease-in-out;
        color: grey;
    }

    .debora-container input {
        border: 0;
        border-bottom: 1px solid grey;
        background: transparent;
        width: 100%;
        padding: 8px 0 5px 25px;
        font-size: 16px;
        color: black;
    }


        .debora-container input:not([value=""]) {
            border: none;
            outline: none;
            border-bottom: 3px solid transparent;
            background-image: linear-gradient(to right, white, #2874A6);
            background-size: calc(100% + 4px) 3px;
            background-repeat: no-repeat;
            background-origin: border-box;
            background-position: left bottom;
            box-sizing: border-box !important;
        }


    .debora-container .dropdownclass:not([value="0"]) {
        border: none;
        outline: none;
        border-bottom: 3px solid transparent;
        background-image: linear-gradient(to right, white, #2874A6);
        background-size: calc(100% + 4px) 3px;
        background-repeat: no-repeat;
        background-origin: border-box;
        background-position: left bottom;
        box-sizing: border-box !important;
    }


    .debora-container input:focus {
        border: none;
        outline: none;
        border-bottom: 3px solid transparent;
        background-image: linear-gradient(to right, white, #2874A6);
        background-size: calc(100% + 4px) 3px;
        background-repeat: no-repeat;
        background-origin: border-box;
        background-position: left bottom;
        box-sizing: border-box !important;
    }

        .debora-container input:focus ~ label {
            top: -12px;
            font-size: 12px;
            color: #2874A6;
        }



    .debora-container input:not([value=""]) ~ label {
        top: -12px;
        font-size: 12px;
        color: #2874A6;
    }

    .debora-container .dropdownclass:not([value="0"]) ~ label {
        top: -12px;
        font-size: 12px;
        color: #2874A6;
    }

.dropdownclass {
    border: 0;
    border-bottom: 1px solid grey;
    background: transparent;
    width: 100%;
    padding: 10px 0 5px 25px;
    font-size: 16px;
    color: black;
    outline: none;
}

.fa-user {
    position: absolute;
    top: 18px;
    left: 0px;
    padding-left: 0px;
    font-size: 16px;
    color: #30383B;
    pointer-event: none;
    transition: all 0.5s ease-in-out;
    color: grey;
}

.fa-key {
    position: absolute;
    top: 18px;
    left: -0px;
    padding-left: 0px;
    font-size: 16px;
    color: #30383B;
    pointer-event: none;
    transition: all 0.5s ease-in-out;
    color: grey;
}

.fa-calendar-alt {
    position: absolute;
    top: 18px;
    left: -0px;
    padding-left: 0px;
    font-size: 16px;
    color: #30383B;
    pointer-event: none;
    transition: all 0.5s ease-in-out;
    color: grey;
}

.fa-box {
    position: absolute;
    top: 18px;
    left: -0px;
    padding-left: 0px;
    font-size: 16px;
    color: #30383B;
    pointer-event: none;
    transition: all 0.5s ease-in-out;
    color: grey;
}

.textboxspan {
    position: absolute;
    top: 18px;
    left: -0px;
    padding-left: 0px;
    font-size: 16px;
    color: #30383B;
    pointer-event: none;
    transition: all 0.5s ease-in-out;
    color: grey;
}

/*.fa-search {
    color: #2874A6;
}*/
.fa-download {
    color: #2874A6;
}

.fa-file {
    color: #BA0000;
}


.fa-question-circle {
    color: darkgrey;
}

.fa-external-link-alt {
    color: #BA0000;
}

.fa-history {
    color: #BA0000;
}

/*.fa-undo {
    color: darkred;
}*/








@media only screen and (max-width: 800px) {
    #header-label {
        display: none;
    }

    #header-logo {
        margin-left: 50%;
    }

    /*.navbar {
        background-image: url("../images/halfhalf.png");
        background-repeat: no-repeat;
        background-size:  contain;
        background-position: left;
    }*/
}


.modal-header-warning {
    background-color: orange;
    color: white;
    text-align: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.modal-body-warning {
    padding-top: 25px;
}

    .modal-body-warning .fa-exclamation-triangle {
        color: orange !important;
        font-size: 36px;
    }

.modal-btn-warning {
    background-color: orange;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    padding: 3px;
    width: 60px;
    height: 30px;
    font-size: 16px;
    text-align: center;
}

    .modal-btn-warning:hover {
        color: white;
        text-decoration: none;
        font-size: 18px;
    }



.modal-header-info {
    background-color: #95A5A6;
    color: white;
    text-align: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight:300;
}

.modal-body-info {
    font-size: 12px;
    padding: 20px;
    padding-top: 25px;
    text-align: center;
}

.modal-body-warning .fa-exclamation-triangle {
    color: orange !important;
    font-size: 36px;
}

.modal-btn-info {
    -webkit-appearance: none;
    display: inline-block;
    background-color: #95A5A6;
    background: #95A5A6;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    padding: 3px;
    width: auto;
    height: 30px;
    font-size: 16px;
    text-align: center;
    outline: none;
    font-weight: 300;
}

    .modal-btn-info:hover {
        color: white;
        text-decoration: none;
        font-size: 18px;
    }




.sidebar {
    height: 100%; /* 100% Full-height */
    padding-left: 0px;
    position: fixed; /* Stay in place */
    z-index: 999999; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background: white;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 30px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    border-right: solid;
    border-top: solid;
    border-bottom: solid;
    border-color: black;
    width: 280px;
    margin-top: 120px;
    margin-left: -280px;
}

.side {
    margin-left: 0;
}


.indice-text {
    font-size: 20px;
    text-decoration: none !important;
    color: black;
}

.indice-img {
    width: 50px;
    vertical-align: middle;
}


.rowk0 {
    background: linear-gradient(to right, lightgrey, lightgrey);
}

.rowk1 {
    background: linear-gradient(to right, #D45B78, #D45B78);
}

.rowk2 {
    background: linear-gradient(to right, #1A9CB2, #1A9CB2);
}


.rowk {
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.5s 0s;
}

    .rowk:hover {
        background-size: 100% 100%;
    }

        .rowk:hover .indice-text {
            font-size: 20px;
            color: white;
        }

.rowkdisabled {
    background: lightgrey;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.5s 0s;
    text-decoration: none !important;
}


    .rowkdisabled:hover .indice-text {
        font-size: 20px;
        color: black;
    }



.input-group-text {
    border-color: lightgrey;
}

.form-control {
    border-color: lightgrey;
    border-radius: 0;
    Height: 42px;
}

/**/
.input-grp-icon {
    height: 42px;
    width: 42px;
    background-color: #e9ecef;
    text-align: center;
    border: 1px solid #ced4da;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-top: 7px;
    font-size: 18px;
    display: inline-block;
    margin: 0;
    flex: 0 0 auto;
}

.input-grp-text {
    height: 42px;
    border: 1px solid #ced4da;
    font-size: 18px;
    padding-left: 10px;
    margin: 0;
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-grow: 2;
    border-radius: 0px;
}

    .input-grp-text:focus {
        outline: auto;
    }

.input-grp-drp {
    height: 42px;
    border: 1px solid #ced4da;
    font-size: 18px;
    padding-left: 10px;
    display: inline-block;
    margin: 0;
    background-color: white;
    min-width: 0;
    min-height: 0;
    flex-grow: 2;
    border-radius: 0px;
}

    .input-grp-drp:focus {
        outline: auto;
    }

.input-grp-undo {
    background-color: #e9ecef;
    color: black;
    height: 42px;
    width: 42px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #ced4da;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    margin: 0;
    padding-top: 7px;
    flex: 0 0 auto;
}

.input-grp-search {
    background-color: #1A9CB2;
    color: white;
    height: 42px;
    width: 80px;
    font-size: 16px;
    text-align: center;
    padding-top: 3px;
    border: none;
    flex: 0 0 auto;
    border-radius: 0px;
}

.welcome {
    position: absolute;
    top: 80px;
    right: 0px;
    width: auto;
    background-color: red;
    color: white;
    font-size: 18px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 19% 100%);
    padding-left: 50px;
    padding-right: 10px;
}

div.pager-class * {
    color: #95A5A6;
    font-size: 22px;
    margin-top: 25px;
}

.current {
    color: darkred !important;
}
