/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27-nov-2016, 22.38.05
    Author     : mauro
*/

/* x Icone */
img.img-icon{width: 32px; height: auto;}


.modal.modal-big .modal-dialog {
    width: 95%;
}
.modal-big .modal-body {
    overflow-y: auto;
}


.modal-big .modal-body p { margin-bottom: 400px }



div.required label.control-label:after {
    /* font-family: 'Glyphicons Halflings';
  font-weight: normal;
  font-size: 10px;
   content: " *";*/
    color: red;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 10px;
    content: " \f069";

}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.img-dashboard{
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}

.dashboard-wrapper{
    height: 100vh;
    background: #fff;
    position: relative;
}

.dashboard{
    width: 100%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title-dashboard{
    display: inline-block;
    border-top:1px solid #E1E2EB;
    border-bottom:1px solid #E1E2EB;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 4rem;
}

.title-dashboard h3{
    font-size: 3rem;
    color: #213B87;
    margin: 0;
    
}

.dashboard h4{
    margin-bottom: 4rem;
}

.dashboard .form-control{
    height: 50px;
}
