#banner-titlebar.c-titlebar {
    background-image: url("/FVGPaymentGateway/img/header_pagamenti.jpg") !important;
}



.o-page_button_custom {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #36B6C0;
  text-align: center;
  min-width: 220px !important;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-decoration: underline;
  display: inline-block;
  white-space: nowrap !important;
  padding-left:5px;
  padding-right:5px;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.text-align_right {
    text-align: right;
}

.text-align_left {
    text-align: left ;
}


body{
	background-color: #f4f4f4;
}
.c-table td.text-left, .c-table th.text-left {
    text-align: left !important;
}
.c-titlebar__logo {
    width: auto !important;
}
.c-titlebar__logo img {
    max-height: 100%;
    padding: 10px !important;
}
.o-formcol--33 {
    width: 33%;
}

.o-formcol--66 {
    width: 66%;
}

.no-overflow{
    overflow: hidden;
}

.centro{
    text-align: center;
}

.has-error .o-forminput {
    border-color: #a94442 !important;
}

.noMargin{
	margin:0px !important;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:1px;
	display:none;
	color:#fff;
}

.box{
	background-color: #fff;
    border-radius: 20px;
    padding:10px ;	
}
.group__header{
	line-height: 56px;
	color: #236ab1;
	font-weight: 600;
	font-size: 24px;
}
.c-page_headebar_custom{
	background: #fff;
	margin-bottom: 0px;
	line-height: 20px;
	font-size: 16px;
}

.c-page_headebar__box1_custom{
	width:30%;
	font-weight: 600;
	color: #236AB1;	
}
.c-page_headebar__box1_custom, .c-page_headebar__box2_custom{
    display: inline-block;
    height: 40px;
    padding: 10px;
}
.padding_top20{
	padding: 20px 0px 10px !important;
}
.noDisplayBlock{
	display: inline !important;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
  
@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}