﻿/*CUSTOM CSS*/
.sunloader {
    background: rgba(0,0,0,.5);
    align-items: center;
    display: none;
    justify-content: center;
    z-index: 50;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
body.loading .sunloader {
    overflow: hidden;
}
body.loading .sunloader {
    display: flex;
}
/*Class to show delete image on hover of image*/
.sunimgdel {
    position: relative;
    float: left;
}
a.sunhoverimage i {
    box-shadow: none;
    position: absolute;
    right: 7px;
    top: -5px;
    margin-top: 4px;
    opacity: 0;
    display: block;
    transition: all .5s ease-in-out;
}
.sunimgdel:hover a.sunhoverimage i {
    opacity: 1;
    z-index: 99;
    position: absolute;
    top: 5px;
}
.sunimgdel:after {
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    top: 0px;
    z-index: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.sunimgdel:hover:after {
    opacity: 1;
}
/*End of imghover*/
.sun-form-group {
    padding: 0px;
    border: 1px solid #ced4da;
    margin: 0px;
}
.sun-form-group > label {
    position: absolute;
    top: -12px;
    left: 15px;
    background-color: white;
}
.sun-form-group > input {
    border: none;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}

.content-wrapper {
    position: relative;
}

.overlaydiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,1);
    z-index: 3;
}


.acceditext, .gestionetext {
    text-align: center;
    margin: 0;
}
.footersection {
    background-color: #515151;
    padding: 10px;
    width: 100%;
}
ul.footerlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    color: #FFF;
    text-align: center;
}
    ul.footerlist > li > a {
        color: #FFF;
        text-decoration: underline;
    }
.login-boxouter {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.dashboard-geni {
    text-align: center;
    min-height: calc(100vh - 78px);
    padding:20px 0;
}
.dashboard-welcome {text-align:center;}
.dashgetionetext{margin:0;}
.dashgetionetext{margin:0 0 20px 0;}
.dashboard-geni ul.footerlist, .dashboard-geni ul.footerlist > li > a {
    color: #212529;
}
.menu-logo-text {
    color: #212529;
}
body.sidebar-collapse .menu-logo-text{display:none;}
body.sidebar-mini.sidebar-collapse .main-sidebar:hover .menu-logo-text {
    display: inline;
}
.invalid-feedback{font-size:14px;}
.table td, .table th {padding:5px; font-size: 13px;}
.table-grid > tbody > tr > th {background-color:#d5e7f9; padding:8px 5px; font-weight: normal;}
.table-grid > tbody > tr > th > a {color: #000;}
.textbox_Yellow {
    border: 1px solid #C0C4C7;
    padding-left: 2px;
    background-color: #E9E96C;
    font: 11px Tahoma,Arial;
    color: #3f3f3f;
    min-height: 13px;
    width: 130px
}
.custom-auto-select {background-color: #f4f5a9;}
/*CUSTOM CSS*/
.sunloader {
    background: rgba(0,0,0,.5);
    align-items: center;
    display: none;
    justify-content: center;
    z-index: 50;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

body.loading .sunloader {
    overflow: hidden;
}

body.loading .sunloader {
    display: flex;
}
/*Class to show delete image on hover of image*/
.sunimgdel {
    position: relative;
    float: left;
}

a.sunhoverimage i {
    box-shadow: none;
    position: absolute;
    right: 7px;
    top: -5px;
    margin-top: 4px;
    opacity: 0;
    display: block;
    transition: all .5s ease-in-out;
}

.sunimgdel:hover a.sunhoverimage i {
    opacity: 1;
    z-index: 99;
    position: absolute;
    top: 5px;
}

.sunimgdel:after {
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    top: 0px;
    z-index: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.sunimgdel:hover:after {
    opacity: 1;
}
/*End of imghover*/
.sun-form-group {
    padding: 0px;
    border: 1px solid #ced4da;
    margin: 0px;
}

    .sun-form-group > label {
        position: absolute;
        top: -12px;
        left: 15px;
        background-color: white;
    }

    .sun-form-group > input {
        border: none;
    }

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}

.content-wrapper {
    position: relative;
}

.overlaydiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,1);
    z-index: 3;
}


.acceditext, .gestionetext {
    text-align: center;
    margin: 0;
}

.footersection {
    background-color: #515151;
    padding: 10px;
    width: 100%;
}

ul.footerlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    color: #FFF;
    text-align: center;
}

    ul.footerlist > li > a {
        color: #FFF;
        text-decoration: underline;
    }

.login-boxouter {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.dashboard-geni {
    text-align: center;
    min-height: calc(100vh - 78px);
    padding: 20px 0;
}

.dashboard-welcome {
    text-align: center;
}

.dashgetionetext {
    margin: 0;
}

.dashgetionetext {
    margin: 0 0 20px 0;
}

.dashboard-geni ul.footerlist, .dashboard-geni ul.footerlist > li > a {
    color: #212529;
}

.menu-logo-text {
    color: #212529;
}

body.sidebar-collapse .menu-logo-text {
    display: none;
}

body.sidebar-mini.sidebar-collapse .main-sidebar:hover .menu-logo-text {
    display: inline;
}

.invalid-feedback {
    font-size: 14px;
}

.table td, .table th {
    padding: 5px;
    font-size: 13px;
}

.table-grid > tbody > tr > th {
    background-color: #d5e7f9;
    padding: 8px 5px;
    font-weight: normal;
}

    .table-grid > tbody > tr > th > a {
        color: #000;
    }

.textbox_Yellow {
    border: 1px solid #C0C4C7;
    padding-left: 2px;
    background-color: #E9E96C;
    font: 11px Tahoma,Arial;
    color: #3f3f3f;
    min-height: 13px;
    width: 130px
}

.custom-auto-select {
    background-color: #f4f5a9;
}

.headerborder {
    border-right: 5px solid #CCCCCC;
}