﻿body {
}

.fa.fa-afterbit {
    width: 30px;
    height: 22px;
    background-image: url('../../images/small_logo.png');
}

.swal2-popup.swal2-modal.swal2-show
{
    display:block !important;
}

.site_title .fa.fa-afterbit {
    border: 0px !important;
    padding: 0px !important;
    border-radius: 0%;
    background-color: #ffffff;
}

.ammGrpCell {
    background-color:#eeeeee !important;
    padding:10px !important;
    margin:0px 10px 10px 0px !important;
}

.uploadComponent:hover {
    cursor:pointer;
}

/*[bind grid]*/
.column_check {
    width:30px !important;
}

.column_dataInserimento{
    width:140px !important;
}

.column_actions{
    width:40px !important;
    white-space:nowrap !important;
}
/*[/bind grid]*/

.select2-search__field{
    position:absolute;
    margin-top:-39px !important;
    margin-left:-4px !important;
    border:0px !important;
}

.select2-search--dropdown {
    border:0px !important;
}

.select2-container--open {
    border:0px !important;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}

.border-right {
    border-right:1px solid #dddddd !important;
}

.border-left {
    border-left:1px solid #dddddd !important;
}

.center {
    text-align:center;
}