.tipo{
	display: none;
}

.small-checkbox{
    height: 25px;
    width: 25px;
}

a.disabled{
    pointer-events: none;
    cursor:default;
}

.previewimage{
    width: 50px !important;
}

.img-height{
    max-height: 150px !important;
}

.navigation{
    float: right;
}

.row-table{
    width: 100%;
    border-bottom: 1px solid grey;
    height: 50px;
}

.title-cell{
    width:50%;
}

.content-cell{
    width:50%;
}

.table-detail{
    width: 100%
}

.pagination > span{
    border: 1px solid #3CB371;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 2px;
}

.pagination > span > a{
    color: #3CB371;
    font-weight: 700;
}

.pagination > span > a:hover{
    color: #2E8B57;
    text-decoration: none;
}

.pagination > span.current{
    color: #2E8B57;
    text-decoration: none;
    font-weight: 700;
}

.customselect{
    width: 100% !important;
}

.dot-legend{
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 30px;
}

.square-fonte{
    height: 50px;
    width: 50px;
}

table.dataTable.display tbody tr.odd > .red, .red{
    background-color: #F07F7F !important;
    background-size: cover !important;
}

table.dataTable.display tbody tr.odd > .yellow, .yellow{
    background-color: #FFFF99 !important;
    background-size: cover !important;
} 

table.dataTable.display tbody tr.odd > .lightblue, .lightblue{
    background-color: #99CCFF !important;
    background-size: cover !important;
}

table.dataTable.display tbody tr.odd > .orange, .orange{
    background-color: #FFCC66 !important;
    background-size: cover !important;
}

table.dataTable.display tbody tr.odd > .green, .green{
    background-color: #99FF99 !important;
    background-size: cover !important;
}

table.dataTable.display tbody tr.odd > .pink, .pink{
    background-color: #FFCCFF !important;
    background-size: cover !important;
}


.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #DADEE3;
    border-radius: 5px;
}

.hidden{
    display: none;
}

.rounded-sale-price{
    background-color: green;
    border-radius: 10px;
    padding: 2px 10px 2px 10px;
    color: #fff;
    margin-top: 5px;
    font-size: 0.85em;
}

/*INIZIO SIDEBAR*/
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #3CB371 !important;
    color: #fff;
    transition: all 0.3s;
}

.custom-color-sidebar{
    background-color: #90EE90 !important;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #2E8B57;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #848484;
    background: #fff;
}

#sidebar ul li.nav_drop a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#sidebar ul li.nav_drop .nav_drop_toggle {
    margin-right: 10px;
    margin-left: auto;
}

#sidebar ul li.nav_drop > ul {
    display: none;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #848484;
}

#sidebar ul ul {
    list-style: none;
    padding: 0;
}

#sidebar ul ul a,
#sidebar ul ul a:link,
#sidebar ul ul a:visited {
    padding: 10px !important;
    background: #2c8453;
    font-size: 1em !important;
}

#sidebar ul ul a:hover {
    background: #ffffff;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #848484;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.list-unstyled li a{
	color: #fff;
}

.list-unstyled li a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #848484;
}

span[class="text-danger"]{
    font-size: 12px;
}

#avviso{
    display: none;
}

.scrollable-div {
    width: 100%;
    height: 20vh;
    overflow-y: auto;
}

.back-btn:link {
    color: #2E8B57;
}

.back-btn:hover {
    color: #3CB371;
}

.back-icon {
    font-size: 2.0em;
}

.overlay-block{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transition: all 0.25s ease;
}

.overlay-block.active{
    opacity: 1;
    visibility: visible;
}

.toggle-pill-color{
    text-align: center;
}

.toggle-pill-color input[type="checkbox"] {
    display: none;
}
.toggle-pill-color input[type="checkbox"] + label {
display: inline-block;
position: relative;
width: 3em;
height: 1.6em;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 1em;
background: #e84d4d;
box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-transition: background 0.1s ease-in-out;
transition: background 0.1s ease-in-out;
}
.toggle-pill-color input[type="checkbox"] + label:before {
content: "";
display: block;
width: 1.2em;
height: 1.2em;
border-radius: 1em;
background: #fff;
box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.2);
position: absolute;
left: 0.2em;
top: 0.2em;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.toggle-pill-color input[type="checkbox"]:checked:disabled + label {
    background: rgba(71, 207, 115, 0.5);
}
.toggle-pill-color input[type="checkbox"]:disabled + label {
    background: rgba(232, 77, 77, 0.5);
}
.toggle-pill-color input[type="checkbox"]:checked + label {
background: #47cf73;
}
.toggle-pill-color input[type="checkbox"]:checked + label:before {
box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.2);
left: 1.6em;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}