/*--------------------------------------------------------------

  Template Name: Subash Ecommerce Responsive Bootstrap Template
  Description: This is html5 template
  Author: codecarnival
  Version: 1.0
  Design and Developed by: codecarnival

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
.dataTables_paginate {
    float: right;
    margin-top: -20px;
}

.dataTables_filter {
    float: right;
}

.dz-image {
    border-radius: 0;
    width: 100%;
    height: auto !important;
}


.articoliList {
    position: fixed;
    border: solid 1px;
    background-color: #fff;
    width: 50%;
    right: 0;
    margin-right: 5%;
    height: 80%;
    padding: 20px;
    z-index: 999999;
    overflow-y: auto;
}