﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*Custom*/

/*#lblBoolValueAppSettingForm {
    position: relative;
    top: 0px;*/
/*display: block;*/
/*padding-left: 5px;
     text-indent: -5px;*/
/*color: red;    */
/*vertical-align: bottom;*/
/*}

#ckhBoolValueSettingForm {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;*/
/*position: relative;
    top: -10px;*/
/* left: 5px;*/
/**overflow: hidden;*/
/*background-color: rebeccapurple;*/
/*}*/

/*#imgUnder {
    position: relative;
    top: 20px;
    left: 50px;*/
/*border: 1px solid red;*/
/*border-radius: 10%;    
}*/
#pForbiden {
    font-size: 20px;
    color: red;
    font-weight: bold;
}
.lblSottoSezione {
    color: rgb(48,122,233);
    font-weight: bold;
}
#TitoloGriglia {
    font-size: 20px;
    color: #45a5ee;
    font-weight: bold;
}
#TitoloBadgeHome {
    color: #1b6ec2;
    font-size:22px; 
}
.modal-TitleBackGround {
    /*width: 300px;
    height: 30px;*/
    border-radius: 4%;
    /* text-align: center;
    font-size: 30px;*/
    float: left;
    /* font-weight: bold;*/
    border: 1px solid #b5cada;
    margin: 10px;
    shape-outside: rettangle();
    /*background-color: rgb(69,165,238);*/
    color: #1b6ec2;
    /* opacity: 0.5;*/
    background-image: linear-gradient(45deg, rgb(69,165,238), #90cbf8);
}

.modal-title {
    padding-top: 0px;
    display: inline-block;
    color: white;
    margin: 4px;
}

#lblValidoAppSettingForm {
    position: relative;
    top: 0px;
    /*display: block;*/
    padding-left: 5px;
    /* text-indent: -5px;
    color: red;    */
    /*vertical-align: bottom;*/
}

#ckhValidoAppSettingForm {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    position: relative;
    /*top: -1px;*/
    /* left: 5px;*/
    *overflow: hidden;
    /* background-color: rebeccapurple;*/
}

.IntestazioneSezione {
    font-weight: normal;
    vertical-align: middle;
    font-size: 22px;
    color: #72b7f1;
}

.TabellaUpload {
    margin: 5px 5px 5px 5px;
    /*border-collapse: collapse;*/
    /*display:contents*/
}

    .TabellaUpload th, .TabellaUpload td {
        font-weight: normal;
        vertical-align: middle;
        font-size: 14px;
    }


td.intestazioneTabella {
    background: #72b7f1;
}

td.footerTabella {
    background: #72b7f1;
}

#MenuLivello0 {
    color: rgb(18,92,148)
}

.badge {
    position: relative;
    top: -20px;
    left: -25px;
    border: 1px solid red;
    border-radius: 50%;
}

/*End Custom*/

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
