.parallelo42{
    display: block;
    margin:5px 0px 0px 0px;
    width: 130px;

}

.recaptcha{
    display: block;
    margin-left: 20px;
}

.red{
    color:red;
}

.green{
    color:green;
}

.orange{
    color:orange;
}

.lightgrey{
    color:lightgrey;
}

.centered{
    text-align: center;
}

.loading{
    display: block;
    width:50px;
    margin: auto;
    padding: 50px;
}

.smalltext{
    font-size: 11px;
    margin:0px;
    padding: 0px;
    display: block;
}

/*Autocomplete*/
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #4e73df !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}


#locationSearch{
   margin-bottom: 30px !important;
}

.barrato{
    text-decoration: line-through;
}

.gj-datepicker [role=right-icon]{
    margin-left: 20px;
}


.gj-datepicker-bootstrap [role=right-icon] button{
    left:-20px;
}

#creditiDisponibili{
    font-size: 25px;
}

.sidebar .sidebar-brand {
    padding:0px;
}

.separatore{
   background-color:lightgray !important;
}

.pagination, .dataTables_info, .dataTables_length, .dataTables_filter, .custom-select {
   font-size:0.6em !important;
}




.wrap{
    margin:0px auto;
    width:600px;
}

.fake-input--box{
    box-sizing:border-box;
    width:100%;
    padding:5px 0;
}

.fake-input--box input[type=text]{
    margin:5px;
    padding:5px;
    border:none;
    outline:none;
    border-bottom:2px #ddd solid;
    width:100px;
    float:left;
}

.fake-input--box input[type=text]:focus{
    border-bottom:2px #4285F4 solid;   
}

.tag-label{
    display: none;
    font-size:14px;
    color:#999;
}

.tag{
    cursor:pointer;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float:left;
    margin:5px 5px 5px 0;
    padding:5px;
    background:#4285F4;
    color:#FFFFFF;
    position: relative;
    overflow: hidden;
}

.tag:hover:after{
    position:absolute;
    padding:5px 0;
    top: 0;
    right:0;
    height:100%;
    width:100%;
    background: rgb(255, 0, 0);
    content: "\2297";
}

#showarray{
   
   /*color:black;
    margin-top:30px;
        box-sizing:border-box;
    width:100%;
    padding:30px;
    border:1px solid #ddd;*/
}

.group:after {
   content: "";
   display: table;
   clear: both;
}

