﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    width: 70%;
    margin: auto;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    /*max-width: 280px;*/
}

textarea {
    max-width: 100%;
}

.multi-line {
    min-height: 100px;
    max-height: 300px;
}

.filterFontSize {
    font-size: 11px;
}

.bigTableFontSize {
    /*font-size: 12px;*/
}

.icona {
    width: 32px;
}

.popover-content {
    max-height: 400px;
    overflow: auto;
}

.buttonContainer {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.azioniGriglia {
    font-size: 20px !important;    
}

.table-nested {
    max-width: 80%;
}

.padding-15 {
    padding: 15px;
}


.padding-10 {
    padding: 10px;
}


.padding-5 {
    padding: 5px;
}

.paddingtop-5{
    padding-top: 5px;
}

.required .control-label:after {
    content: " *";
    color: red;
}

/************** LOGIN ******************/
.modal-login {		
    color: #636363;
    width: 350px;
}
.modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.modal-login .modal-header {
    border-bottom: none;   
    position: relative;
    justify-content: center;
}
.modal-login h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}
.modal-login .form-control:focus {
    border-color: #70c5c0;
}
.modal-login .form-control, .modal-login .btn {
    min-height: 40px;
    border-radius: 3px; 
}
.modal-login .close {
    position: absolute;
    top: -5px;
    right: -5px;
}	
.modal-login .modal-footer {
    background: #ecf0f1;
    border-color: #dee4e7;
    text-align: center;
    justify-content: center;
    margin: 0 -20px -20px;
    border-radius: 5px;
    font-size: 13px;
}
.modal-login .modal-footer a {
    color: #999;
}
    .modal-login .avatar {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -70px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: #068b89;
        padding: 15px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }
.modal-login .avatar img {
    width: 100%;
}
.modal-login.modal-dialog {
    margin-top: 80px;
}
    .modal-login .btn {
        color: #fff;
        border-radius: 4px;
        background: #068b89;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border: none;
    }
.modal-login .btn:hover, .modal-login .btn:focus {
    background: #45aba6;
    outline: none;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}