



.login-wrapper {
    background-color: #410273!important;
}

.btn-primary, .btn-primary:focus {
    color: #ffffff;
    background-color: #410273;
    border-color: #410273;
}




.table-order-delivery tbody tr td{
	padding: 6px!important;
}

.no-bold{
	font-weight: normal!important;
}

.disabled-black{
/*
	color: #5e5e5e!important;
	opacity:0.9!important;
*/
}

.page-sidebar .sidebar-menu .menu-items > li > a > .title {
    width: auto!important;
}

.opacity-1{
	opacity:1.0!important;	
}

.label-big{
    font-size: 18px!important;
    line-height: 32px!important;
}


.label-medium{
    font-size: 14px!important;
    line-height: 26px!important;
}

.popover {
	z-index: 5001!important;
}

.datepicker{
	z-index: 5001!important;	
}

.modal.fade.fill-in .modal-content {
    vertical-align: top!important;
}


.modal-custom .modal-dialog{
	padding-bottom:20px!important;	
}

.modal{
	padding-left:20px!important; 
	padding-right:15px!important; 
	z-index:5000!important; 	
}

.modal-full{
	width:100% !important;	
}

.modal-header {
    padding: 0px 10px 0 25px!important;
}

.fill-in {
    background-color: rgba(255, 255, 255, 1)!important;
}

#table_tickets tr:hover{
	cursor: pointer;
	cursor: hand;
}

.container_central_closed{
	float:left!important; 
	width:calc(100% - 265px)!important; 
}

.container_central_opened{
	float:left!important; 
	width:calc(100% - 72px)!important; 
}

.sidebar_filters_opened{
	float:right!important; 
	width:250px!important; 
}

.sidebar_filters_closed{
	float:right!important; 
	width:60px!important; 
}

/*
.panel{
    border: 1px solid #ccc!important;
    border-radius: 5px!important;	
}
*/

.nav-tabs-dark{
	background-color:#000!important;
}

.nav-tabs-dark li.active:hover a{
	color:#fff!important;
}

.nav-tabs-dark li:hover a{
	color:#fff!important;
}

.nav-tabs-dark li a{
	color:#aaa!important;
}

.nav-tabs-dark li.active a{
	color:#fff!important;
}

.text-red{
	color:#FF0004!important;
}

.bg-warning-light {
    background-color: #feffa8;
}

.page-container{
	/* background-color: #EBEEF0; */
}

.tab-pane-renew{
	border-top:	1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-right: 2px;
}

.tab-pane-renew.active{
	border-bottom:none;	
}

.tab-pane-renew:not(.active){
	/* background-color:#fffaf0; */
}

.nav-tabs-renew > li.active > a{
	border-color:#48b0f7;
	background-color:#48b0f7;
	color:#fff;
}

.nav-tabs-renew > li.active > a:focus{
	border-color:#48b0f7;
	background-color:#48b0f7;
	color:#fff;	
}


.tab-pane-renew:not(.active) a{
	font-weight:bold;	
}

.dataTables_wrapper .dataTables_filter {
    float: left!important;
    text-align: left!important;
}

.disabled_dark{
	color:#2c2c2c!important	
}

.container_ticket_posts p{
	margin: 0px 0px 0px 0px!important;
}
.container_ticket_posts br{
  content: "";
  margin: 3em;
  display: block;
  font-size: 28%;
}

.highlight{
	opacity:1;	
	background-color:#FDDDDD!important;
	border-bottom: 1px solid #D8DADC!important;
}

.hibernate{
	opacity:0.2;	
}

.btn-cons-mini {
	margin-right:5px!important;
	min-width:auto!important;
}

hr.small{
	margin-top:8px;	
	margin-bottom:8px;	
}

.panel-title-manage{
	width:100%!important;
}

.label-btn{
	background-color: #6d5cae;
	color: #fff;
	cursor: pointer; cursor: hand;
}

.label-btn:hover{
	background-color: #8a7dbe;	
}


.wysiwyg-font-size-fs14{
	font-size: 14px;
	line-height: 20px;
}

.wysiwyg-font-size-fs20{
	font-size: 20px;
	line-height: 24px;
}
.wysiwyg-font-size-fs24{
	font-size: 24px;
	line-height: 24px;
}
.wysiwyg-font-size-fs30{
	font-size: 30px;
	line-height: 30px;
}
.wysiwyg-font-size-fs36{
	font-size: 36px;
	line-height: 36px;
}
.wysiwyg-font-size-fs40{
	font-size: 40px;
	line-height: 40px;
}
	
	
	.ticket-status-label{
		text-align:right;	
	}

.thumbnail-wrapper.bordered {
    border-width: 2px!important;
}

.social-user-profile{
	float:left!important;
	margin-right: 8px;
}

.page-sidebar {
	z-index:4999!important;	
}

.bg-agent{
	background-color: #F49B41;
}

.radius-10{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

.label {
  font-weight: 900!important;
}

.my-portlet-scrollable{
	height:120px!important;	
}


table .btn-sm{
	margin-right:2px; margin-bottom:2px;
}

.disabled_dark {
    color: #2c2c2c!important;
}

.youtube_container{
    /*
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;	
	*/
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;	
}

.youtube_container iframe,
.youtube_container object,
.youtube_container embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.over-image-button{
	position:absolute;	
	top:5px;
	left:5px;
}
.form-group-radio{
    background-color: #fff;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    overflow: hidden;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.form-group-radio .form-group-label {
    font-family: 'Montserrat';
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    display: block;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.toolbar-right{
float:right!important;	
}

.focused select{
	border:none;
	background-color:#f0f0f0;	
}

.form-group select{
	border:none;	
}


.page-sidebar .sidebar-menu .menu-items>li>a {
  padding-left: 12px!important;
}

.page-sidebar .sidebar-menu .menu-items li>a {
  width: 70%!important;
}

.full-width{
	width:100%!important;	
}

.form-group-default .form-control {
  height: 35px!important;
  min-height: 35px!important;
  margin-top: 0px!important;
}

.form-group-default .textarea-big {
  height: 120px!important;
  min-height: 120px!important;
  margin-top: 0px!important;
}

.form-group-default.disabled {
	color: #626262!important;
	cursor: not-allowed!important;
}
.dropdown-backdrop {
  position: static;
}

div.cs-select {
	z-index:5001!important;
}

a.dashboard-panel:hover div.panel{
	background-color: #40D9CA;		
}

a.dashboard-panel:hover .panel-title{
	color:#FFFFFF;
}

a.dashboard-panel:hover h1{
	color:#FFFFFF;
}


a.dashboard-panel:hover h2{
	color:#FFFFFF;
}

a.dashboard-panel:hover h3{
	color:#FFFFFF;
}

a.dashboard-panel:hover h4{
	color:#FFFFFF;
}

body > .pgn-wrapper {
z-index:5001 !important;
}

.table tbody tr.due_date_red td{
	background-color:#f55753!important;
}


.table tbody tr.due_date_orange td{
	background-color:#f8d053!important;
}

.table tbody tr.due_date_green td{
	
}


#table-accounts td hr{
	margin-top:5px;	
	margin-bottom:5px;	
}

.progress-small{
	width:24px;
	height:24px;	
}

.select2-drop-active { /* Per risolvere il problema nella modale della select */
	z-index:5001 !important; 
}

.badge{
	padding-left:10px!important;
	padding-right:10px!important;
	padding-top:5px!important;
	padding-bottom:5px!important;
}

.panel .panel-body {
	height:auto!important;
}

.panel .panel-heading + .panel-body{
	height:auto!important;	
}


.page-sidebar .sidebar-menu .menu-items > li > a > .title-no-submenu{
	width:100%!important;	
}


.breadcrumb a {
	font-size:11px;	
}

.remember-to-save{
	position: fixed;
	top: 60px;
	left: 0;
	margin-left: 250px;
	z-index: 801;
	width: auto;
	margin-right: 250px;
	right: -250px;
	border-radius:0px;
	background-color: rgba(240,240,240, .90);
	min-height:50px;
	
	vertical-align:middle;
	text-align:center;
	line-height:50px;
}

/*
-------------------------------------
INIZIO BORDER RADIUS DI TUTTI GLI ELEMENTI
-------------------------------------
*/
.icon-thumbnail-main{
	border-radius: 8px!important;
}

.icon-thumbnail{
	border-radius: 8px!important;
}

.panel{
    border-radius: 14px!important;	
}

/* Il pulsante chiudi delle finestre modali */
.modal-header .btn{
	border-radius: 14px 14px 0px 0px!important;
}


.alert{
	border-radius: 8px!important;
}

.nav-tabs {
	border-radius: 14px 14px 0px 0px!important;
}

.select2-drop{
	border-radius: 8px!important;	
}

.select2-choice{
	border-radius: 8px!important;	
}

.dropdown-toggle{
	border-radius: 8px!important;
}

/* Filtri di ricerca dei datatables */
input.filter{
	border-radius: 8px!important;
}

input.form-control{
	border-radius: 8px!important;
}



.btn {
    border-radius: 12px!important;    
}

.btn-lg {
    border-radius: 14px!important;    
}

.btn-circle{
	min-width: 40px!important;
    min-height: 40px!important;
	height: 40px!important;
    border-radius: 20px!important;
}


.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0!important;
}

.btn-group  > .select2-container .select2-choice:first-child{
	border-radius: 8px 0px 0px 8px!important;
}

.btn-group > .btn:first-child:not(.dropdown-toggle){
	border-radius: 8px 0px 0px 8px!important;
}

.btn-group > .btn:last-child{
	border-radius: 0 8px 8px 0px!important;
}

.btn-group > .input:not(:last-child){
	border-radius: 0!important;
}

.btn-group > .form-control:first-child{
	border-radius: 8px 0 0 8px!important;
}

#btn_group_reply_ticket{
	border-radius: 0px 8px 8px 0px!important;
}

.input-group > .select2-container .select2-choice:first-child{
	border-radius: 8px 0px 0px 8px!important;
}

.input-group > .btn:last-child{
	border-radius: 0px 8px 8px 0px!important;
}

.input-group > .btn-circle{
	border-radius: 20px!important;
}


.input-group > span:first-child:not(.btn-circle){
	border-radius: 8px 0px 0px 8px!important;
}

.input-group > input:not(:last-child){
	border-radius: 0px!important;
}

.no-border-radius{
	border-radius: 0px!important;
}

textarea{
	border-radius: 8px!important;
}

/*
-------------------------------------
FINE BORDER RADIUS DI TUTTI GLI ELEMENTI
-------------------------------------
*/

.list-select{
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.07);
	padding: 5px;
	height: 35px;
}

.list-select:focus{
	border-color: #009688!important;
	background-color: honeydew!important;
	border-radius: 8px!important;
}

.modal-body{
	border: 1px solid #ddd!important;
	border-radius:10px!important;
}

.btn-modal-close{
	float:right!important; 
	bottom:-17px!important; 
	border-radius: 10px 10px 0px 0px!important; 
	-webkit-border-radius: 10px 10px 0px 0px!important; 
	-moz-border-radius: 10px 10px 0px 0px!important; 
}

.form-group-default{
	border-radius: 8px!important;
	border: 1px solid #ddd!important;
}

.fs-8{ font-size: 8px; }
.fs-10{ font-size: 10px; }
.fs-12{ font-size: 12px; }
.fs-14{ font-size: 14px; }
.fs-16{ font-size: 16px; }
.fs-18{ font-size: 18px; }
.fs-20{ font-size: 20px; }
.fs-22{ font-size: 22px; }
.fs-24{ font-size: 24px; }
.fs-26{ font-size: 26px; }
.fs-28{ font-size: 28px; }
.fs-30{ font-size: 30px; }
.fs-32{ font-size: 32px; }


.m-t-1{ margin-top:1px; }
.m-t-2{ margin-top:2px; }
.m-t-3{ margin-top:3px; }
.m-t-4{ margin-top:4px; }
.m-t-5{ margin-top:5px; }
.m-t-10{ margin-top:10px; }
.m-t-15{ margin-top:15px; }
.m-t-20{ margin-top:20px; }
.m-t-25{ margin-top:25px; }
.m-t-30{ margin-top:30px; }


.p-r-1{ padding-right:1px; }
.p-r-2{ padding-right:2px; }
.p-r-3{ padding-right:3px; }
.p-r-4{ padding-right:4px; }
.p-r-5{ padding-right:5px; }
.p-r-10{ padding-right:10px; }
.p-r-15{ padding-right:15px; }
.p-r-20{ padding-right:20px; }
.p-r-25{ padding-right:25px; }
.p-r-30{ padding-right:30px; }

.p-b-1{ padding-bottom:1px; }
.p-b-2{ padding-bottom:2px; }
.p-b-3{ padding-bottom:3px; }
.p-b-4{ padding-bottom:4px; }
.p-b-5{ padding-bottom:5px; }
.p-b-10{ padding-bottom:10px; }
.p-b-15{ padding-bottom:15px; }
.p-b-20{ padding-bottom:20px; }
.p-b-25{ padding-bottom:25px; }
.p-b-30{ padding-bottom:30px; }

.op-00{	opacity: 0.0; }
.op-01{	opacity: 0.1; }
.op-02{	opacity: 0.2; }
.op-03{	opacity: 0.3; }
.op-04{	opacity: 0.4; }
.op-05{	opacity: 0.5; }
.op-06{	opacity: 0.6; }
.op-07{	opacity: 0.7; }
.op-08{	opacity: 0.8; }
.op-09{	opacity: 0.9; }
.op-10{	opacity: 1; }


.l-h-0 {
  line-height: 0px;
}
.l-h-5 {
  line-height: 5px;
}
.l-h-10 {
  line-height: 10px;
}
.l-h-15 {
  line-height: 15px;
}
.l-h-20 {
  line-height: 20px;
}
.l-h-25 {
  line-height: 25px;
}
.l-h-30 {
  line-height: 30px;
}
.l-h-35 {
  line-height: 35px;
}
.l-h-40 {
  line-height: 40px;
}
.l-h-45 {
  line-height: 45px;
}
.l-h-50 {
  line-height: 50px;
}

.p-0{
	padding: 0px!important;
}


#tableLog tbody tr td{
	padding: 4px!important;
	line-height: 30px!important;
}


@media only screen and (max-width: 992px) {
	.remember-to-save{
		margin-left: 0px!important;	
		top:60px!important;
	}
}

@media only screen and (min-width: 980px) {
    body.menu-behind .header .brand {
        width: 245px!important;
        padding-left:30px!important;
    }
     
    .header-collapsed .brand {
        position: relative;
        margin-left: 50px;
    }	
}


@media only screen and (max-width: 768px) {
	.remember-to-save{
		top:48px!important;
	}
	
	.ticket-status-label{
		text-align:left;	
		margin-top:10px;
	}	
}

@media (max-width: 480px){
	.panel .panel-body {
		padding-top: 15px!important;
	}
}