img, a img {
	max-width:100%;
}

.image-entity-edit{
	display:inline-block; 
	margin-right:20px;
	max-width: 200px;
}

/*
.skin-blue .main-header .navbar,
.skin-blue .main-header .logo {
    background-color: #a9364b;
}
*/

.navbar-nav > .user-menu > .dropdown-menu {
    width:auto;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height:auto;
}

#pageLoader {
	background-image:url(../img/loading.gif);
	position:fixed;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-color:rgba(255, 255, 255, 0.8);
	background-position:center center;
	display:none;
	z-index:50000;
	top:0;
}

li.withPadding {
	padding:10px 15px;
}
.form-group.withPadding {
	padding:15px 0 0 40px;
}

.skin-red-light .main-header .logo{
	background-color: #333;
}

.user-panel .btn.btn-success{
	background-color: #DD4B39;
	border-color: #DD4B39;
	color: #fff!important;
	padding-right:15px;
	text-transform:uppercase;
	font-weight: bold;
}

.fa.left-icon {
	padding-right:8px;
}

.page_selector .page_input {
	width:50px;
	height:32px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.loader-container>.overlay, 
.overlay-wrapper>.overlay, 
.loader-container>.loading-img, 
.overlay-wrapper>.loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.control-label {
	display:block;
}
.form-group.is-required .control-label:after {
  content:"*";
  color:red;
}
.checkbox-inline.no_indent,
.checkbox-inline.no_indent+.checkbox-inline.no_indent {
  margin-left: 0;
  margin-right: 60px;
}
.checkbox-inline.no_indent:last-child {
  margin-right: 0;
}

div#pulsanti_fixed {
	position:fixed !important;
	right:20px;
	bottom:50px;
	display:block;
	z-index:3;	
}

div#pulsanti_fixed a.actionButton,
.generic_box a.scheda_button {
	font-size:15px;
	text-decoration:none;
	display:block;
	width:40px;
	height:40px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin-bottom:10px;
	line-height:40px;
	background-color:#00aced;
	text-align:center;
}
div#pulsanti_fixed a.actionButton,
div#pulsanti_fixed a.actionButton i.fa,
.generic_box a.scheda_button i.fa {
	color:#ffffff !important;
	margin-top:12px;
}
div#pulsanti_fixed a.actionButton:hover {
	background-color:#8bc34a;
}

div#pulsanti_fixed a.actionButton.csw {
	background-color:#8224E3;
}
div#pulsanti_fixed a.actionButton.saving {
	background-color:#FF6600;
}
div#pulsanti_fixed a.actionButton.csw img {
	width:38px;
	display:block;
	margin-top:1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	color:#333;
}

label.status-info {
	display:inline-block;
	padding-left:40px;
}

label.status-info:before {
	display:block;
	float:left;
	content:' ';
	border-radius:50%;
	moz-border-radius:50%;
	op-border-radius:50%;
	width:12px;
	height:12px;
	top: 5px;
    left: -8px;
    position: relative;
}
label.status-info.status-draft:before {
	background-color:#dd4b39;
}
label.status-info.status-published:before {
	background-color:#00a65a;
}

.table>tbody>tr>td, 
.table>thead>tr>td {
	vertical-align:middle;
}

.color-palette-set.videotools-palette .color-palette {
	margin-bottom:12px;
	padding:10px;
}

.g_id_signin {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

