.content-header .section-menu {
	float: right;
}

.login-container{
	background: none repeat scroll 0% 0% #FFFFFF;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.logo-container{
	padding-top:10px; 
	margin-bottom: 15px;
	text-align: center;
}

.nav .caret {
    border-top-color: rgba(255, 255, 255, 0.8);
    border-bottom-color: #428BCA;
}

.aqua {
	/*background-color: #00C0EF;*/
	background-color: #3C8DBC;
	border-radius: 4px;
}

.fixed-width {
	width: 190px;
}

.invoice-block {
	/*background-color: #F0F7FD;*/
	margin: 0px 0px 20px;
	padding: 15px 30px 15px 15px;
	border-left: 5px solid #EEE;

	border-color: #D0E3F0;
	border-radius: 4px;
	/*display: inline-block;*/
}

a.deleteItem {
	color: #A94442;
}

a.deleteItem:hover {
	color: rgba(242, 133, 110, 1);
}

a.disabled, a[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none;
}

.small-header {
    position: relative;
    text-align: center;
    padding: 3px 0px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    /*background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.1);*/
    text-decoration: none;
    background-color: #3C8DBC;
	border-radius: 4px;
}

.overlay,
.loading-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay {
  z-index: 1010;
  background: rgba(255, 255, 255, 0.7);
}

.overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

.loading-img {
  z-index: 1020;
  background: transparent url('../img/ajax-loader1.gif') 50% 50% no-repeat;
}

tr > td.small-col {
    width: 30px;
}

tr > td.medium-col {
    width: 120px;
}

tr > td.large-col {
    width: 220px;
}

.table tr > td .tools {
  float: left;
  color: #f56954;
}

.table tr > td .tools > .fa,
.table tr > td .tools > .glyphicon,
.table tr > td .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.table tr:hover .tools {
  display: inline-block;
}

.hiddenObj {
	display: none;
}

/* definizione lista task*/
.box .task-list {
    margin: 0px;
    padding: 0px;
    list-style: none outside none;
}
.box .task-list > li {
	border-radius: 2px;
	padding: 5px;
	color: #444;
	margin:0px;
	margin-bottom: 2px;
}

.box .task-list > li:hover .tools {
    display: inline-block;
}

.box .task-list > li .tools {
    float: right;
    color: #F56954;
    display: none;
}

.box .task-list > li:last-of-type {
    margin-bottom: 0px;
}

.box .task-list > li .tools {
    display: none;
    float: right;
    color: #F56954;
}

.box .task-list > li .tools > .fa, .box .task-list > li .tools > .glyphicon, .box .task-list > li .tools > .ion {
    margin-right: 5px;
    cursor: pointer;
}

.box .task-list > li .tools {
    color: #F56954;
}

.box .task-list {
    list-style: none outside none;
}

.data-form{
	padding-right: 5px;
	padding-left: 5px;
}

.radio-label {
	padding-right: 4px;
}

.radio-element {
	padding-left: 1px;
	padding-right: 6px;
}

label.error {
	color: red;
	font-weight: bolder;
	font-style: italic;
	text-align: center;
/* 	margin: 0; */
}

.username {
	color: #F6931C;
	font-size: 15pt;
	font-weight: bold;
}

.label-like {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}

.checkbox-custom {
	margin-top: 0 !important;
	margin-bottom: 5px !important;
	margin-left: 3px !important;
}

.menu_destro_interno > h5 {
	color: #000;
	margin:0 0 5px 0;
	border-bottom: 1px dashed #DDD;
	padding-bottom: 3px;
}

.form-label {
	color: #3C8DBC;
	font-style: italic;
	font-size: 110%;
	margin-left: 10px;
	margin-bottom: 10px;
}

/*@font-face {
  font-family: "demo";
  src: url('fonts/icons.woff') format("woff"), url('fonts/icons.ttf') format("truetype");
}

@keyframes loadingStart {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading {
  position: relative;
  pointer-events: none;
}

#css-input:checked ~ .loading .loading-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: loadingStart 3s 300ms linear 1 both;
  -moz-animation: loadingStart 3s 300ms linear 1 both;
  -o-animation: loadingStart 3s 300ms linear 1 both;
  animation: loadingStart 3s 300ms linear 1 both;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
#css-input:checked ~ .loading .loading-text {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-shadow: white 0 0 1em, white 0 0 0.5em, white 0 0 0.25em;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
#css-input:checked ~ .loading .loading-text:after {
  content: "...";
}
#css-input:checked ~ .loading .loading-spinner {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -3.9375rem auto 0;
  color: #1a1d1d;
  text-align: center;
}
#css-input:checked ~ .loading .loading-icon {
  font-size: 4.8125rem;
  line-height: 5.25rem;
  text-shadow: rgba(255, 255, 255, 0.75) 0 0 0.5em;
  -webkit-animation: loading 1s steps(4) infinite;
  -moz-animation: loading 1s steps(4) infinite;
  -o-animation: loading 1s steps(4) infinite;
  animation: loading 1s steps(4) infinite;
  display: block;
  vertical-align: middle;
}
#css-input:checked ~ .loading .loading-icon:before {
  vertical-align: middle;
  content: "\e000";
  font-family: "demo";
}*/


/* Css per aggiungere * a input required */
.form-group.required .obbli-label:after {
    color: #d00;
    /*content: "*";*/
    content: url( "../img/redasterisk.gif" );
    position: absolute;
    margin-left: 8px;
    top:5px;
}

.obbli-label-single:after {
    color: #d00;
    /*content: "*";*/
    content: url( "../img/redasterisk.gif" );
    position: relative;
    margin-left: 8px;
    top: 6px;
}
.obbli-label-single {
	margin-bottom:0px;
}

.navbar {
	min-height:50px;
}

#ico_menu_dx {
	display: none;
	position: fixed;
    top: 60px;
    right: 0;
    background: #333333;
    border-radius: 5px 0px 0px 5px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;    
    z-index: 1000;
    cursor: pointer;
    color: #ddd;
}

.menu_destro_interno {
	padding: 8px;
    position: fixed;
    top: 60px;
    right: -220px;
    background: #fff;
    border: 3px solid rgba(0, 0, 0, 0.7);
    width: 220px;
    z-index: 999999;
    line-height:30px;
    overflow: auto;
    height:80%;
    max-height:510px;
}

.clear-line {
	height:5px;
}

.voci_menu_destra {
	list-style-type: none;
}

.voci_menu_destra > li {
	list-style:none;
	line-height: 30px;
}

.logo{
	min-height:50px;
	line-height: 45px !important;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
	height: 200px !important;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
	font-size: 14px !important;
}

.navbar-nav > li {
	height:50px;
}

.bg-light-blue {
	background-color: #444 !important;
}

.separator {
	-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
	padding-top: 15px;
}

/* ricerca dati azienda per codice ufficio o per partita IVA */
#codiceDestinatarioSearch,
#idCodiceSearch {
	width: initial;
	cursor: pointer;
	border: none;
}

#codiceDestinatarioSearch-box,
#idCodiceSearch-box {
	margin: 10px;
}

#codiceDestinatarioSearch-modal .invoice-block,
#idCodiceSearch-modal .invoice-block {
	border-left: none;
}

.box-body input.autocompleted {
	background-color: rgb(250, 255, 189);
}

#openDataSettingsForm .alert {
	margin-right: 15px;
}

@media screen and (min-width: 992px) {
	.left-side{
		top:60px;
	}
}

@media screen and (max-width: 560px) {
	.left-side{
		top: 20px;
	}
}

/* fix modal applet with Mozilla Firefox */
@-moz-document url-prefix() {
    #modal #modal-dialog {
        transform: none;
    }
}

#chartTotalCell {
	border-top: 2px solid #ddd;
	margin-bottom: 20px;
}


/** user edit page*/
.bs-callout {
    padding: 20px;
    margin: 20px 0px;
    margin-top: 0px;
    padding-bottom: 5px ;
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-color: #EEE;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 3px;
}

.dataTable .secondary {
	font-size: 12px;
	color: gray;
	font-style: italic;
}




#documents .expired {
	color: red;
	font-weight: bold;
}

#documents .expiring {
	color: #E4D206;
	font-weight: bold;
}


.auto-suggest {
	background-color: #FDFFBD;
}





.document-details .form-group {
	height: 75px;
	overflow: hidden;
}

.document-details .form-group.full-height {
	height: auto;
}



.collapsible-group > .header {
	position: relative;
	cursor: pointer;
}

.collapsible-group > .header > .icon {
	float: right;
}

.collapsible-group > .header > .commands {
	position: absolute;
	right: 20px;
	bottom: 3px;
	margin-right: 10px;
}

.collapsible-group > .header > .commands button {
	font-size: 60%;
}

.collapsible-group > .header > .commands .status {
	display: inline-block;
	font-size: 70%;
	font-weight: bold;
	margin-bottom: 5px;
}





.system-file {
	display: inline-block;
	width: 100px;
}

.system-file .icon {
	display: block;
	text-align: center;
}

.system-file .label {
	margin-top: 5px;
	display: block;
	text-align: center;
	color: black;
}




.modal {
	overflow-y: auto;
}

.uppercase {
    text-transform: uppercase;
}

.select2-selection:focus { 
	border-color: #0B6E39 !important; 
	box-shadow: none; 
}

.form-group {
	word-break: break-all;
}

.transaction-result-EXECUTED {
	color: green;
}

.transaction-result-FAILED {
	color: red;
}

.transaction-result-PENDING {
	color: grey;
}

@media (max-width: 767px) {
  .main-header .logo {
    display: none !important;
  }
  .skin-green .navbar .navbar-right > .nav {
    margin-left: 10px;
    padding-bottom: 10px;
  }
  .navbar-nav > .user-menu > .dropdown-menu {
  	width: 100% !important;
  }
}