/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */


/********* smartadmin-production.min.css *********/
	
.menu-on-top .menu-item-parent {
	max-width: 100%;
}

#logo-group img { margin-top:-3px }
 
.icon-append-search {
	color: #fff !important;
}

.icon-append-search:hover {
	cursor: pointer;
}


/* Box containing pagination number link */
.smart-style-1 .pagination>.active>a,
.smart-style-1 .pagination>.active>a:focus,
.smart-style-1 .pagination>.active>a:hover,
.smart-style-1 .pagination>.active>span,
.smart-style-1 .pagination>.active>span:focus,
.smart-style-1 .pagination>.active>span:hover {
	background-color: #3276b1;
	border-color: #3276b1;
	/* ORIGINAL: #36AECC */
}


/* MOD FOR PIXELSMASH THEME */

/* Bigblueeye logo background */
.smart-style-4:not(.mobile-view-activated) #header>:first-child {
	background-color: #3a3f51;
	/*background-color: #f7f7f9;
	margin:0;*/
}
/* All header background */
.smart-style-4:not(.mobile-view-activated) #header {
	margin: 0;
	border: none;
	/*box-shadow: none;background-image: linear-gradient(to right,#3a3f51 0%, #3a3f51 20%, #f7f7f9 70%);*/
	background-color: #f7f7f9;
}
/* Bigblueeye logo background - mobile view */
.smart-style-4 .mobile-view-activated #header>:first-child {
	background-color: #3a3f51;
}
/* All header background - mobile view */
.smart-style-4 .mobile-view-activated #header {
	background-image: none;
	background-color: #3a3f51;
}

/* menu on top */
.smart-style-4:not(.mobile-view-activated) .menu-on-top #header {
	background-color: #3a3f51;
}
/* menu on top Bigblueeye logo */
.smart-style-4:not(.mobile-view-activated) .menu-on-top #header>:first-child {
	background-color: #3a3f51;
	margin:0;
}
/* menu on top font color */
.smart-style-4:not(.mobile-view-activated) .menu-on-top #header .dropdown-toggle {
	color:white;
	font-weight:bold;
}


/* Personalizzazioni Laziale */

#extr-page #header #logo img {
	width:auto !important;
	height: 65px !important;
}


#extr-page #header #logo {
	margin-top: 0px;
}

#extr-page #header {
	background-color: #36657d !important;
	padding: 0px;
	height: 65px;
}
 
#extr-page #header > :first-child, aside {
	background-color: #fff !important;
}

#extr-page #header > div {
	height: 65px;
}

#extr-page #logo img {
	height: 65px;
}

#extr-page #header::after {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background-color:white; 
  border-bottom: 65px solid #36657d;
  border-left: 65px solid #fff;
}

#header>:first-child, aside {
    width: 420px !important;
}