/* Minimizzazione non riuscita. Verrà restituito il contenuto non minimizzato.
(19,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
@font-face {
    font-family: 'Molle';
    src: url(/Content/themes/admin/css/font/molle-regular-webfont.eot);
    src: url(/Content/themes/admin/css/font/molle-regular-webfont-.eot#iefix) format('embedded-opentype'),
         url(/Content/themes/admin/css/font/molle-regular-webfont.woff) format('woff'),
         url(/Content/themes/admin/css/font/molle-regular-webfont.ttf) format('truetype'),
         url(/Content/themes/admin/css/font/molle-regular-webfont.svg#molleregular) format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
 * Radmin Plugin's Stylesheet
 */

/* FullCalendar
------------------------------------------------------------------------*/

.fc-event-skin {
	background: background: rgb(73,175,205); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(73,175,205,1) 0%, rgba(56,132,154,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,175,205,1)), color-stop(100%,rgba(56,132,154,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(73,175,205,1) 0%,rgba(56,132,154,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(73,175,205,1) 0%,rgba(56,132,154,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(73,175,205,1) 0%,rgba(56,132,154,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(73,175,205,1) 0%,rgba(56,132,154,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49afcd', endColorstr='#38849a',GradientType=0 ); /* IE6-9 */
	border-color: #2E6C7E;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #fff;            /* default TEXT color */
}

.fc-event-time, .fc-event-title {
    padding: 0 3px;
}

.fc-header {
	background: rgb(79,79,79); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(79,79,79,1) 0%, rgba(68,68,68,1) 50%, rgba(43,43,43,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(79,79,79,1)), color-stop(50%,rgba(68,68,68,1)), color-stop(100%,rgba(43,43,43,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(79,79,79,1) 0%,rgba(68,68,68,1) 50%,rgba(43,43,43,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(79,79,79,1) 0%,rgba(68,68,68,1) 50%,rgba(43,43,43,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(79,79,79,1) 0%,rgba(68,68,68,1) 50%,rgba(43,43,43,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(79,79,79,1) 0%,rgba(68,68,68,1) 50%,rgba(43,43,43,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-9 */
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
}

.fc-header-space {
    display: none;
}

.fc-button-inner, .fc-state-default .fc-button-inner, .fc-state-hover .fc-button-inner, .fc-state-down .fc-button-inner, .fc-state-active .fc-button-inner, .fc-state-disabled .fc-button-inner {
    background: none repeat scroll 0 center transparent;
    border-bottom: 0 none #666;
    border-color: #666;
    border-top: 0 none #666;
    color: #FEFEFE;
    text-transform: capitalize;
}

.fc-button-inner {
	font-size: 12px;
}

.fc-header-left .fc-button-inner {
    border-left: 0 none;
    border-right: 1px solid #666 !important;
}

.fc-state-default .fc-button-effect {
    display: none;
}

.fc-header-space {
    display: none;
}

.fc-header .fc-button {
    background: none repeat scroll 0 center transparent;
    border: 0 none;
    margin-bottom: 0;
}

.fc-state-disabled .fc-button-inner {
    color: #BBBBBB;
}

.fc-header .fc-button .fc-button-content {
    display: block;
    height: auto;
    line-height: 40px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.fc-button.fc-state-active {
background: rgb(43,43,43); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(43,43,43,1) 0%, rgba(68,68,68,1) 18%, rgba(79,79,79,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,43,43,1)), color-stop(18%,rgba(68,68,68,1)), color-stop(100%,rgba(79,79,79,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(43,43,43,1) 0%,rgba(68,68,68,1) 18%,rgba(79,79,79,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(43,43,43,1) 0%,rgba(68,68,68,1) 18%,rgba(79,79,79,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(43,43,43,1) 0%,rgba(68,68,68,1) 18%,rgba(79,79,79,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(43,43,43,1) 0%,rgba(68,68,68,1) 18%,rgba(79,79,79,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#4f4f4f',GradientType=0 ); /* IE6-9 */
}

.fc-header-title h2 {
    font-size: 18px;
    margin: 0;
    color: #FFF;
}

span.fc-corner-left.fc-button-next, span.fc-corner-left.fc-button-month, span.fc-corner-left.fc-button-agendaDay, span.fc-corner-left.fc-button-agendaWeek {
	margin-right: 0;
}

.fc-state-highlight {
	background: none repeat scroll 0 0 #D7E6E8;
}

i.radmin-calendar-left {
	background-image: url(/Content/themes/admin/img/arrow-left-white.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	vertical-align: text-top;
	line-height: 10px;
	display: inline-block;
	margin-top: 3px;
}

i.radmin-calendar-left.first {
	margin-right: -3px;
}

i.radmin-calendar-right {
	background-image: url(/Content/themes/admin/img/arrow-right-white.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	vertical-align: text-top;
	line-height: 10px;
	display: inline-block;
	margin-top: 3px;
}

i.radmin-calendar-right.first {
	margin-right: -3px;
}

/* Sparklines
------------------------------------------------------------------------*/

ul.stats-sparkline {
	list-style: none;
	text-align: center;
	margin-top: 5px;
}

ul.stats-sparkline li {
	display: inline-block;
	background: none repeat scroll 0 0 #515151;
	border: 1px solid #111;
	padding: 5px;
	margin: 0 10px;
	min-width: 100px;
	color: #CCC;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.15);
	text-transform: uppercase;
	font-size: 10px;
}

ul.stats-sparkline li span.sparkline-text {
	display: inline-block;
	padding-left: 3px;
}

/* FlotCharts
------------------------------------------------------------------------*/

.graph, .pie, .chart {
	height: 300px;
	max-width: 100%;
}

/* DatePicker & ColorPicker
------------------------------------------------------------------------*/

	/* IE 8 Specific Hackery */

div.input-append.date input, div.input-append.color input {
	min-height: 20px\9;
}

div.input-append span.add-on {
	border-radius: 0 4px 4px 0\9;
}
/* Landcape tablet */
@media (min-width: 980px) and (max-width: 1200px) {
	div.container-fluid.content-wrapper {
		padding-right: 17px;
	}

	ul.top-nav-boxes li a, div.color-switcher {
		min-width: 67px;
	}

	ul.left-menu li {
		font-size: 13px;
		padding: 10px 5px 10px 7px;
	}

	ul.left-menu li span.box {
		padding-right: 5px;
	}

	ul.left-menu li ul.submenu li {
		padding: 0 0 0 5px;
	}

	ul.left-menu li ul.submenu li span.box {
		padding-right: 5px;
	}

	ul.top-nav-boxes li i {
		font-size: 23px;
	}

	ul.stats-sparkline li {
		min-width: 75px !important;
		max-width: 126px !important;
		margin: 0 !important;
		padding: 2px !important;
	}

	ul.stats-sparkline {
		margin-left: 0 !important;
	}

	iframe.iframe-icon {
		height: 6700px;
	}
}

/*Common for all responsive below */
@media (max-width: 979px) {
	div.sidebar-nav {
		width: 62px;
		text-align: center;
	}

	ul.left-menu li {
		padding-left: 20px;
	}

	ul.left-menu li ul.submenu li {
		padding-left: 0;
		border-bottom: none;
	}

	p.navbar-text.pull-right {
		float: none;
		text-align: right;
	}

	a.btn.logout {
		margin-right: 5px;
	}

	div.comment-controls, div.comment-info {
		float: none;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	iframe.iframe-icon {
	    height: 5200px;
	    width: 600px;
	}

	div.input-append.date input, div.input-append.color input {
		width: 65.7459%;
	}

	.pagination ul > li > a, .pagination ul > li > span {
		padding: 4px 8px;
	}

	form.navbar-search.pull-right {
		text-align: right;
	}

	form.navbar-search.pull-right input {
		width: 214px;
	}

	.row-fluid .span4.login-span {
		min-width: 350px !important;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	div.container-fluid.content-wrapper {
		padding-right: 17px;
	}

	div.sidebar-nav {
		width: 47px;
		text-align: center;
	}

	ul.left-menu li {
		padding-left: 15px;
	}

	.fs1 {
		font-size: 1.5em;
	}

	.glyph {
		padding: 5px;
		line-height: 20px;
		margin: 5px;
		width: 85px;
	}

	.glyph input, .mtm {
		margin-top: 5px;
	}

	body.iframe-icon-body {
		width: 99%;
	}

	iframe.iframe-icon, div.w-main.centered.radmin-icons {
	    width: 97%;
	}

	iframe.iframe-icon {
		height: 6400px;
	}

	.box1 {
		width: 13em;
	}

	div.controls-row input, div.controls-row select {
		margin-bottom: 5px;
	}

	.row-fluid .controls-row [class*="span"] + [class*="span"] {
		margin-left: 0;
	}

	.fc-header-title h2 {
		font-size: 12px !important;
	}

	.fc-header .fc-button .fc-button-content {
		padding: 0 5px !important;
	}

	.the-icons li {
		float: none;
		display: block;
		width: 100%;
	}

	div.login-inner .input-append .add-on, div.login-inner .input-prepend .add-on {
		padding: 4px 6px;
	}

	footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	body {
		padding: 0 0 0 10px;
		width: 450px;
	}

	.hero-unit {
		padding: 30px 30px 60px;
	}

	div.sidebar-nav {
		width: 47px;
		text-align: center;
	}

	ul.left-menu li {
		padding-left: 15px;
	}

	body.iframe-icon-body {
		width: 99%;
	}

	iframe.iframe-icon, div.w-main.centered.radmin-icons {
	    width: 97%;
	}

	iframe.iframe-icon {
		height: 8600px;
	}

	footer.black-gradient {
		margin-left: -20px;
		margin-right: -20px;
	}
}
ul.ui-autocomplete {
    z-index: 1100;
}

.input-mini {
    width: 60px !important;
}

td .input-mini {
    line-height: 0.9;
}

.giornoSelezionato td {
    background-color: #e6e6e6 !important;
}

.entrata {
    background-color: #3399ff !important;
    padding: 2px !important;
    color: white !important;
}

.uscita {
    background-color: #ff6666 !important;
    padding: 2px !important;
    color: white !important;
}

.penalitaPresenti {
    background-color: #ffdab9 !important;
}

#TableGestionePresenze tr td {
    padding: 2px !important;
    height: 20px!important;
}

#TableGestionePresenze input:hover {
    background-color: #dedede !important;
}

#containerWrapper {
    padding: 10px !important;
}

#barranaviazione {
    margin-bottom: 10px!important;
    min-height: 0px!important;
}

#barranavigazionep {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

#gestionePresenzeTipoContrattoLabel {
    font-weight: bold;
}

#gestionePresenzeAssunzioneLabel {
    font-weight: bold;
}

#gestionePresenzeScadenzaLabel {
    font-weight: bold;
}

#gestionePresenzeGiorniPrevistiLabel {
    font-weight: bold;
}

#gestionePresenzeGiorniEffettiviLabel {
    font-weight: bold;
}

#gestionePresenzeOrePrevisteLabel {
    font-weight: bold;
}

#gestionePresenzeOreAttribuiteLabel {
    font-weight: bold;
}

#gestionePresenzeOreTotaliLabel {
    font-weight: bold;
}

#gestionePresenzeVociRetributiveLabel {
    font-weight: bold;
}

#gestionePresenzeOreOrdinarioLabel {
    font-weight: bold;
    background-color: #d7f4e3!important;
}

#gestionePresenzeOreOrdinario {
    font-weight: bold;
    background-color: #d7f4e3!important;
}

#gestionePresenzeOreStraordinarioLabel {
    font-weight: bold;
    background-color: #cce6ff !important;
}

#gestionePresenzeOreStraordinario {
    font-weight: bold;
    background-color: #cce6ff !important;
}

#gestionePresenzeOreAssenzaLabel {
    font-weight: bold;
    background-color: #d3d3d3 !important;
}

#gestionePresenzeOreAssenza {
    font-weight: bold;
    background-color: #d3d3d3 !important;
}

#gestionePresenzeOreNotturnoLabel {
    font-weight: bold;
    background-color: #666666 !important;
    color: #b3b3b3 !important;
}

#gestionePresenzeOreNotturno {
    font-weight: bold;
    background-color: #666666 !important;
    color: #b3b3b3 !important
}

#TitleGestioneTimbrature {
    border-bottom: 1px dotted #CCC;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

#TitleGestioneOrari {
    border-bottom: 1px dotted #CCC;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

#TitleGestioneVociRetributive {
    border-bottom: 1px dotted #CCC;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

#TitleGestioneIndirizziClienti {
    border-bottom: 1px dotted #CCC;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

#TitleGestioneNote {
    border-bottom: 1px dotted #CCC;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

#TitleGestioneNoteConsulente {
    border-bottom: 1px dotted #CCC;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}


.clienteIndirizzoGestionePresenzaOrari {
    width: 400px !important;
}

.input-veryshort {
    width: 30px!important;
}

.input-short {
    width: 70px!important;
}

.input-medium {
    width: 100px!important;
}

.giorno-disabilitato
{
    background-color: #e6e6e6 !important;
}

.ore-previste
{
    background-color: #e6e6e6 !important;
    color: #000 !important;
}

.testoblu {
    color: #00008B!important;
    font-weight: bold;
}

.testoarancio {
    color: #cc7a00!important;
    font-weight: bold;
}

.testorosso {
    color: #cc3300!important;
    font-weight: bold;
}

.testosfondogiallo {
    color: #cc3300 !important;
    font-weight: bold;
    background-color: #ffff66 !important;
}

.verde
{
    background-color: forestgreen!important; color: white!important
}

.rosso
{
    background-color: firebrick!important; color: white!important
}

.grigioscuro {
    background-color: #666666 !important;
    color: #b3b3b3 !important
}

.grigioscuro a {  color: #b3b3b3 !important  }

.grigio
{
    background-color: #d3d3d3!important;
}

.verdechiaro
{
    background-color: #d7f4e3!important;
}

.arancionechiaro
{
    background-color: #fff3e6!important;
}

.azzurrochiaro
{
    background-color: #cce6ff!important;
}

.rossochiaro
{
    background-color: #ffcccc!important;
}

.rossoscuro {
    background-color: #ff3333 !important;
}

.square-verdechiaro
{
    width: 18px; height: 18px; background-color: #d7f4e3!important; float:left; margin-right: 3px;
}

.square-arancionechiaro
{
    width: 18px; height: 18px; background-color: #fff3e6!important; float:left; margin-right: 3px;
}

.square-azzurrochiaro
{
    width: 18px; height: 18px; background-color: #cce6ff!important; float:left; margin-right: 3px;
}
.square-grigio
{
    width: 18px; height: 18px; background-color: #d3d3d3!important; float:left; margin-right: 3px;
}

.square-rossochiaro
{
    width: 18px; height: 18px; background-color: #ffcccc!important; float:left; margin-right: 3px;
}

.square-rossoscuro {
    width: 18px;
    height: 18px;
    background-color: #ff3333 !important;
    float: left;
    margin-right: 3px;
}

.square-bianco
{
    width: 18px; height: 18px; background-color: #FFF!important; float:left; margin-right: 3px; border: solid 1px black;
}

/*.tabellaPresenze
{
    display:none;
}
.tabellaTimbrature
{
    display:none;
}
.tabellaOrari
{
    display:none;
}*/

.input-veryshort {
    width: 30px;
}

/* Color Switcher */

div.color-switcher {
    position: absolute !important;
    float: right;
    min-width: 100px;
    right: 48px;
    top: -5px;
    padding: 10px 15px;
    color: #666;
}

div.color-switcher span {
    height: 14px;
    width: 14px;
    display: inline-block !important;
    cursor: pointer;
    border: 1px solid #666;
}

div.color-switcher span.default {
    background-color: #49AFCD;
}

div.color-switcher span.pink {
    background-color: #E63E5D;
}

div.color-switcher span.green {
    background-color: #42826C;
}

/* Body & Main Elements */

body {
    background: url(/Content/themes/admin/img/background.jpg) repeat;
    font-size: 13px;
}

.align-center {
    text-align: center;
}

div.main-container > div.span2 {
    margin-right: 31px;
}

div.main-container > div.span10 {
    margin-left: 0;
}

div.main-container {
    padding-right: 5px;
}

/* Typography */

a {
    color: #49AFCD;
    outline: 0 !important;
}

a.btn-link {
    color: #49AFCD;
    text-shadow: none;
}

a.btn-link:hover {
    text-decoration: none;
}

.indent {
    margin-left: 15px;
}

h5 {
    border-bottom: 1px dotted #CCC;
}

.input-append .add-on i, .input-prepend .add-on i {
    margin-top: 2px;
}

h4 {
    font-size: 16px;
}

p.lead {
    font-size: 16px;
}

blockquote p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 0;
}

.btn-group > .btn-mini {
    font-size: 11px;
}

/* Navigation: Top Nav */

div.navbar-inner.black-gradient div.container-fluid {
    padding-left: 0;
}

.navbar .brand, a.brand {
    color: #999 !important;
    font-size: 28px;
    font-family: 'Molle', cursive;
    padding-top: 13px;
    font-weight: normal;
}

footer a.brand {
    padding-top: 0;
}

.navbar .brand span.rad, a.brand span.rad, div.login-radmin span.rad {
    color: #49AFCD;
}

a.navbar-link:hover  {
    color: #FFF;
}

.navbar-link i.radmin-icon {
    margin-bottom: -8px;
    padding-right: 5px;
}

a.user-info {
    font-weight: bold;
}

a.btn.logout {
    margin: -2px -25px 0 10px;
}

.btn-mini {
    padding: 1px 6px;
}

.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
    margin-top: 1px;
}

a.user-info:hover {
    color: #333;
    text-decoration: none !important;
}

.navbar-inverse .navbar-inner.black-gradient, .black-gradient {
    background-color: #333; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(79,79,79,1) 0%, rgba(68,68,68,1) 50%, rgba(43,43,43,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(79,79,79,1)), color-stop(50%,rgba(68,68,68,1)), color-stop(100%,rgba(43,43,43,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(79,79,79,1) 0%,rgba(68,68,68,1) 50%,rgba(43,43,43,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(79,79,79,1) 0%,rgba(68,68,68,1) 50%,rgba(43,43,43,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(79,79,79,1) 0%,rgba(68,68,68,1) 50%,rgba(43,43,43,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(79,79,79,1) 0%,rgba(68,68,68,1) 50%,rgba(43,43,43,1) 100%); /* W3C */
    filter: none;
}

.navbar-search {
    padding: 7px 20px 10px 0;
    margin-top: 0;
}

.user-icon {
    background-image: url(/Content/themes/admin/css/http:/radmin.squareturtle.com/img/icons/user.png);
    height: 18px;
    width: 18px;
}

/* Navigation: Left Nav */

div.sidebar-nav {
    display: inline-block;
    float: left;
    width: 15%;
    z-index: 10;
}

.nav-list > .active > a, .nav-list > .active > a:hover {
    background-color: transparent;
}

ul.left-menu li {
    background: rgb(242,242,242); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 96%, rgba(206,206,206,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(242,242,242,1)), color-stop(96%,rgba(242,242,242,1)), color-stop(100%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 96%,rgba(206,206,206,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 96%,rgba(206,206,206,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 96%,rgba(206,206,206,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 96%,rgba(206,206,206,1) 100%); /* W3C */
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-radius: 3px 0 0 3px;
    margin-bottom: 5px !important;
    /*padding: 10px;*/
    padding: 2px 10px;
    font-size: 14px;
}

ul.left-menu li.active {
    background: none repeat scroll 0 0 #FFF;
    -webkit-box-shadow: -5px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -5px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: -5px 0px 3px rgba(0, 0, 0, 0.15);
}

ul.left-menu li:hover {
    background: none repeat scroll 0 0 #FFF;
    -webkit-box-shadow: -5px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -5px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: -5px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: none\9;
}

ul.left-menu li a {
    color: #666;
    padding: 10px 0;
    text-shadow: 0 1px 0 #FFFFFF;
}

ul.left-menu li a:hover {
    background: none repeat scroll 0 0 transparent;
    color: #49AFCD;
}

ul.left-menu li span.box {
    padding-right: 10px;
    font-size: 20px;
}

/* Submenus */

ul.left-menu li ul.submenu {
    margin-bottom: 0;
}

ul.left-menu li ul.submenu li {
    background: none repeat scroll 0 0 transparent;
    font-size: 12px;
    padding: 0 0 0 20px;
    box-shadow: none;
    border-bottom: 1px solid #CCC;
}

ul.left-menu li ul.submenu li.submenu-last {
    border-bottom: none;
}

ul.left-menu li ul.submenu li:hover {
    background: none repeat scroll 0 0 transparent;
}

ul.left-menu li ul.submenu li span.box {
    padding-right: 10px;
    font-size: 16px;
}

/* Breadcrumbs */

ul.breadcrumb li {
    margin-bottom: 5px;
}

ul.breadcrumb i.radmin-icon {
    margin-bottom: -4px;
}

/* Top Navigation Boxes */

div.top-stats {
    text-align: center;
}

ul.top-nav-boxes {
    margin-left: 0;
}

ul.top-nav-boxes li, div.color-switcher {
    background: rgb(254,254,254); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
    display: inline-block;
    box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 0 1px #CCCCCC, -4px 3px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 0 1px #CCCCCC, -4px 3px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 0 1px #CCCCCC, -4px 3px 3px rgba(0, 0, 0, 0.15);
    position: relative;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 5px;
}

ul.top-nav-boxes li:hover {
    background: rgb(221,221,221); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
}

ul.top-nav-boxes li.first {
    margin-left: -15px;
}

ul.top-nav-boxes li a {
    color: #666;
    padding: 2px 20px; /* padding: 10px 15px;*/
    min-width: 120px; /*min-width: 100px;*/
    display: block;
    text-shadow: 0 1px 0 #FFFFFF;
}

ul.top-nav-boxes li a i{
    text-shadow: 2px 2px 0 #DDDDDD;
}

ul.top-nav-boxes li a:hover{
    text-decoration: none;
}

ul.top-nav-boxes li i {
    display: block;
    font-size: 30px;
    /*padding-bottom: 10px;*/
    padding-bottom: 9px;
    margin-top: 5px;
}

ul.top-nav-boxes li a span {
    display: block;
    font-size: 12px;
}

ul.top-nav-boxes li.top-stats-arrow {
    position: relative;
    top: -19px;
    left: -22px;
    z-index: 10;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 3px 9px 4px 7px;
    cursor: pointer;
}

div.notifications-wrapper {
    height: 0;
    width: 0;
    float: right;
}

div.notifications {
    float: right;
    position: relative;
    font-size: 12px;
    background: red; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,204,201,1) 0%, rgba(244,73,0,1) 29%, rgba(249,45,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,204,201,1)), color-stop(29%,rgba(244,73,0,1)), color-stop(100%,rgba(249,45,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,204,201,1) 0%,rgba(244,73,0,1) 29%,rgba(249,45,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,204,201,1) 0%,rgba(244,73,0,1) 29%,rgba(249,45,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,204,201,1) 0%,rgba(244,73,0,1) 29%,rgba(249,45,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,204,201,1) 0%,rgba(244,73,0,1) 29%,rgba(249,45,0,1) 100%); /* W3C */
    color: white;
    border: 2px solid white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 0 5px;
    box-shadow: 0 0 0 1px #CCCCCC, -4px 3px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 0 1px #CCCCCC, -4px 3px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 1px #CCCCCC, -4px 3px 3px rgba(0, 0, 0, 0.15);
    top: -12px;
    left: 8px;
    line-height: 17px;
}

/* Main Container */

div.container-fluid.main-container {
    /*padding-top: 20px;*/ padding-top: 0px;
}

div.container-fluid.content-wrapper {
    padding: 20px;
    background: none repeat scroll 0 0 #FFF;
    -webkit-border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    float: left;
    min-height: 800px;
    width: 81%;
}

div.hero-unit {
    color: #FFF;
    background-color: #4F4F4F;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border:solid 1px #333;
    margin-bottom: 20px;
    filter: none;
    padding: 40px;
    font-size: 16px;
    line-height: 25px;
}

div.hero-unit button.close {
    position: relative;
    top: -35px;
    right: -25px;
}

div.hero-unit .btn-info {
    margin-top: -20px;
}

div.hero-unit h1 {
    font-size: 38px;
    margin-top: -20px;
    padding-bottom: 15px;
}

div.hero-unit h1, div.hero-unit h2, div.hero-unit p {
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
}

div.hero-unit h1, div.hero-unit h2, div.hero-unit p.hidden-phone {
    padding-top: 20px;
}

h2.welcome {
    margin-bottom: 20px;
    font-size: 28px;
}

h2.welcome span.text-info {
    color: #49AFCD;
}

table.table-radmin td {
    background-color: white;
}

table.table-index th {
    color: #49AFCD;
}

table.table-index th, table.table-index td {
    padding: 1px;
}

table.table-index td {
    height: 40px;
    vertical-align: middle;
}

table.table-index td.text {
    font-weight: 300;
}

table.table-index td.numbers {
    font-weight: bold;
}

h4.title {
    margin-bottom: 4px;
    border-top: 1px;
}

div.squiggly-border {
    background: url(/Content/themes/admin/img/border8.png) repeat-x transparent;
    height: 9px;
    margin-bottom: 20px;
}

div.speech-bubble-left {
    background: url(/Content/themes/admin/img/speech-bubble-left.png) no-repeat scroll left top transparent;
    content: "";
    height: 14px;
    width: 7px;
    float: left;
    position: relative;
    left: -17px;
    display: inline;
    margin-right: -7px;
}

div.speech-bubble-right {
    background: url(/Content/themes/admin/img/speech-bubble-right.png) no-repeat scroll left top transparent;
    content: "";
    height: 14px;
    width: 7px;
    float: right;
    position: relative;
    right: -17px;
    display: inline;
    margin-left: -7px;
}

div.comment-wrapper {
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
}

div.comment-info {
    position: relative;
    top: 5px;
    width: 300px;
}

div.comment-info h6 {
    margin-bottom: 0;
}

div.comment-controls.btn-group a span {
    padding-right: 2px;
}

div.comment-controls.btn-group a i {
    padding-bottom: 2px;
}

div.tab-pane div.comment-info {
    width: 180px;
}

/* Non-Index Styles */

div.hero-unit.non-index {
    padding-top: 10px;
}

.breadcrumb {
    background-color: #EEE;
}

ul.breadcrumb i {
    padding-right: 3px;
}

ul.breadcrumb a:hover {
    text-decoration: none;
    color: #333;
}

table.table-radmin {
    border-radius: 0;
    border-collapse: collapse;
}

table.table-radmin th {
    background: rgb(253,253,253); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
    color: #666;
    font-weight: 600;
    font-size: 12px;
}

table.table-radmin th, table.table-radmin td {
    vertical-align: middle;
}

table.table-radmin td {
    height: 20px;/*height: 30px;*/
    font-size: 13px;
}

table.dataTable tbody td {
    /*01bit*/
    padding: 4px 10px!important;
}
table.table-radmin i {
    padding-right: 3px;
}

form.invoice-form .controls-row {
    margin-bottom: 10px;
}

form.invoice-form .link-block {
    margin-top: 5px;
}

form.invoice-form div.second-controls {
    margin-top: 10px;
}

.input-prepend.control-group {
    width: 100%;
}

form.invoice-form div.form-actions {
    background-color: transparent;
    border-top: none;
    margin: 0;
}

form.invoice-form div.form-actions a{
    margin-right: 10px;
}

table.table-radmin td.align-center {
    text-align: center;
}

.the-icons li {
    float: left;
    line-height: 25px;
    width: 25%;
}

div.radmin-button-toolbar button.btn {
    padding: 4px 7px;
}

.btn span.caret {
    margin-left: 3px;
}

.btn-icon {
    padding-left: 8px;
}

.btn-icon i {
    padding-right: 4px;
}

ul.radmin-icons li {
    margin-bottom: 5px;
}

ul.radmin-icons li i.radmin-icon {
    margin-bottom: -5px;
    padding-right: 5px;
}

.progress-grey .bar, .progress .bar-grey {
    background-color: #cecece;
    background-image: -moz-linear-gradient(top, #cecece, #969696);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cecece), to(#969696));
    background-image: -webkit-linear-gradient(top, #cecece, #969696);
    background-image: -o-linear-gradient(top, #cecece, #969696);
    background-image: linear-gradient(to bottom, #cecece, #969696);
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#969696', GradientType=0);
}

div.well.extra-padding {
    padding: 24px 19px 25px;
}

/* Radmin Icons */

iframe.iframe-icon {
    border: 0;
    width: 100%;
    height: 5050px;
}

.glyph {
    float: left;
    text-align: center;
    background: #eee;
    padding: .75em;
    margin: .75em 1.5em .75em 0;
    width: 7em;
    -webkit-border-radius: .375em;
    -moz-border-radius: .375em;
    border-radius: .375em;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #ccc;
    line-height: 35px;
}

.glyph input {
    width: 100%;
    text-align: center;
    font-family: consolas, monospace;
    height: 24px;
    padding: 4px 0;
    line-height: 10px;
}

.glyph input, .mtm {
    margin-top: 12px;
}

.fs1 {
    font-size: 2em;
}

.box1 {
    display: inline-block;
    width: 15em;
    padding: .25em .5em;
    background: #eee;
    margin: .5em 1em .5em 0;
}

div.radmin-icons .clearfix:before, div.radmin-icons .clearfix:after { content: ""; display: table; }

div.radmin-icons .clearfix:after, div.radmin-icons .clear { clear: both; }

/* Sticky Footer */

html, body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#sticky-footer-wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height + margin + padding + border */
    margin: 0 auto -121px;
}

/* Height of the push needs to match the margin of the wrap */
#sticky-footer-push {
    height: 121px;
}

/* Footer */

footer {
    background: rgb(79,79,79); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(79,79,79,1) 0%, rgba(68,68,68,1) 50%, rgba(43,43,43,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(79,79,79,1)), color-stop(50%,rgba(68,68,68,1)), color-stop(100%,rgba(43,43,43,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(79,79,79,1) 0%,rgba(68,68,68,1) 50%,rgba(43,43,43,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(79,79,79,1) 0%,rgba(68,68,68,1) 50%,rgba(43,43,43,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(79,79,79,1) 0%,rgba(68,68,68,1) 50%,rgba(43,43,43,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(79,79,79,1) 0%,rgba(68,68,68,1) 50%,rgba(43,43,43,1) 100%); /* W3C */
    color: #CCC;
    height: 50px;
    padding: 20px 20px 0;
    border-top: 1px solid #d4d4d4;
    margin-top: 50px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 -1px 10px rgba(0, 0, 0, 0.1);
}

footer a {
    color: #C3D9FF;
}

footer a:hover {
    color: #C3D9FF;
}

a.brand:hover {
    text-decoration: none;
    cursor: pointer;
}

/* Login */

body#body-login {
    padding-top: 60px;
}

.login-wrapper {
    background-color: #FFF;
    border: 1px solid #CCC;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    position: relative;
    margin-top: 50px;
    padding: 20px;
}

div.login-radmin h1.brand {
    font-family: 'Molle', cursive;
    font-size: 45px;
    font-weight: normal;
    color: #999;
    text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px 0;
}

h2.sign-in {
    margin-bottom: 0;
}

div.login-inner small{
    margin-bottom: 10px;
    display: block;
}

div.login-inner form.form-horizontal {
    text-align: center;
    margin-bottom: 0;
}

div.login-inner form.form-horizontal .control-label {
    text-align: left;
    width: 80px;
}

div.login-inner form.form-horizontal .controls {
    margin-left: 20px;
}

div.login-inner .input-append .add-on, div.login-inner .input-prepend .add-on {
    padding: 8px 6px;
}

div.input-prepend select, div.input-prepend textarea, div.input-prepend input[type="text"], div.input-prepend input[type="password"], div.input-prepend input[type="datetime"], div.input-prepend input[type="datetime-local"], div.input-prepend input[type="date"], div.input-prepend input[type="month"], div.input-prepend input[type="time"], div.input-prepend input[type="week"], div.input-prepend input[type="number"], div.input-prepend input[type="email"], div.input-prepend input[type="url"], div.input-prepend input[type="search"], div.input-prepend input[type="tel"], div.input-prepend input[type="color"], div.input-prepend .uneditable-input {
    padding: 8px 6px;
}

div.login-inner div.form-actions {
    padding: 10px;
    background: transparent;
    margin-bottom: 0;
}

/* IE 8 Specific Hackery */

.well, .btn, .btn-group > .btn.dropdown-toggle, .label, .badge, .alert, .login-wrapper, .glyph, .breadcrumb, div.hero-unit, div.container-fluid.content-wrapper, div.notifications, ul.top-nav-boxes li.top-stats-arrow, ul.top-nav-boxes li, ul.left-menu li, .pager li > a, .pager li > span, .input-append input, .input-append select, .input-append .uneditable-input, div.input-append span.add-on, .comment-wrapper, .thumbnail, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, div.input-prepend span.add-on, .search-query, div.fc-corner-right.fc-event-inner, .login-wrapper, div.color-switcher  {
    behavior: url(/Content/themes/admin/css/http:/radmin.squareturtle.com/css/css/PIE.htc);
}

.btn {
    filter: none;
    box-shadow: 0 1px 2px rgb(200, 200, 200)\9;
}

div.hero-unit .btn {
    filter: none;
    box-shadow: 0 1px 2px rgb(51, 51, 51)\9;
}

.btn-group > .btn.dropdown-toggle {
    border-radius: 4px\9;
}

.label, .badge, table .btn, .login-inner span.add-on, .login-inner .form-actions .btn, .navbar-text a.btn, .navbar-search input.search-query {
    position: relative\9;
    z-index: 1\9;
}

.navbar-text a.btn {
    box-shadow: 0 1px 2px rgb(51, 51, 51)\9;
}

.login-wrapper {
    box-shadow: 0 0 6px rgb(51, 51, 51), 0 1px 0 rgba(255, 255, 255, 0.2) inset\9;
}

div.notifications {
    box-shadow: 0 0 0 1px #CCCCCC, -4px 3px 3px rgb(200, 200, 200)\9;
}

ul.top-nav-boxes li {
    box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 0 1px #CCCCCC, -3px 2px 2px rgb(51, 51, 51)\9;
}

div.comment-wrapper.image-right {
    margin-left: 0\9;
}

.thumbnail {
    background-color: white\9;
    box-shadow: 0 1px 2px rgb(200, 200, 200)\9;
}

div.controls-row input, div.controls-row select {
    margin-right: 30px\9;
}

div.control-group.input-prepend input {
    padding: 4px 6px\9;
}

.navbar-search input.search-query  {
    padding: 8px 14px 0px 14px\9;
}

ul.left-menu li.active {
    box-shadow: -2px 1px 2px rgb(51, 51, 51)\9;
}

.logo {
    background: rgb(254,254,254); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
    display: inline-block;
    box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 0 1px #CCCCCC, -4px 3px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 0 1px #CCCCCC, -4px 3px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 0 1px #CCCCCC, -4px 3px 3px rgba(0, 0, 0, 0.15);
    position: relative;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 10px 25px;
    padding: 10px;

    width:190px;
    height:80px;
}
.logo_footer {
    background: rgb(254,254,254); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
    display: inline-block;
    box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 0 1px #CCCCCC, -4px 3px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 0 1px #CCCCCC, -4px 3px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 0 1px #CCCCCC, -4px 3px 3px rgba(0, 0, 0, 0.15);
    position: relative;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;

    width:139px;
    height:60px;
}

.citta {
    width: 80px;
}

.cap {
    width: 45px;
}

.provincia {
    width: 20px;
}

.combo_prezzo {
    width: 400px;
}

.prezzo {
    width: 50px;
}

.descrizione {
    width: 300px;
}

.pull-right20 {
    float: right !important;
    margin-right: 40px !important;
}

table.table-radmin2 td {
    height: 7px;
    font-size: smaller;
}

.modal-dialog {
    left: 0 !important;
}

.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #2b2d35;
  /* background-color is important, or it will be see-through, and we don't want that! */
  text-align: center;
  z-index: 9999999;
}
.preloader .spinner {
  margin: 100px auto 0;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.preloader .spinner > div {
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.preloader .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.preloader .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
