/*
Theme Name: Customizr-child
Version: 1.0
Description: A child theme of Customizr Pro
Template: customizr-pro
Author: Alessandro Resch
*/
/* Your awesome customization starts here */

/* formattazione wp-pdocrud plugin */
/* Riga dei filtri e casella di ricerca */
.row{
	color:#0000ff;
	margin-top:.5em  !important;
	margin-bottom:.5em !important;
}

.pdocrud-options-files{
    margin-top: 15px;
	margin-top:.5em !important;	 	/* EF */
	margin-bottom:.5em !important;	/* EF */
}
/* Intestazione della form */
.panel-title {
    font-size: 20px !important;
    color: #0000ff !important;
}

/* START OF Display full-width pages */
.container { 
    width: 100% !important;
}
.container { max-width:unset !important; }
@media (min-width: 576px)
.container { max-width:unset !important; }
@media (min-width: 768px)
 .container { max-width: unset !important;}
@media (min-width: 992px)
.container { max-width: unset !important;}
@media (min-width: 1200px)
.container { max-width: unset !important;}

/* Menu wp-admin * /
#adminmenu .wp-has-current-submenu .wp-submenu{
	min-width:250px !important;
}
#main-wrapper {
    padding: 0 10px; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
/ * END OF Display full-width pages */
