/*#ddd1a7*/
/*0058aa*/
/*0058aa*/

body {
	font-family: 'Titillium Web', sans-serif;
    font-size:200%;
	background-color:#e3dfdd;
}

.clearfix:after,
section:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix,
* html section { zoom: 1; } /* IE6 */

*:first-child+html .clearfix,
*:first-child+html section { zoom: 1; } /* IE7 */


#videobackground {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

/*

<span class="aa"><span></span></span>

*/
.aa::before {
	content: 'ASSICURA';
	color:#655a54;
}

.aa::after {
	content: 'ARTE';
	color:#0058aa;
	font-weight:bold;
}
.aa span::after {
	content: 'l\2019';
	color:#c7c0bc;
	font-style:italic;
}



input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	font-family: 'Titillium Web', sans-serif;
  -webkit-text-fill-color: #333;
}




a {
	color:#0058aa;
}

nav a {
	color:#FFF;
}


.onright {
	float:right;
}

.onleft {
	float:left;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.elementhidden {
	display:none;
}

.noempty:empty {
	display:none;
}

.modal-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.verysmall {
	font-size:.7em;
}


.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.green {
	color:#0AC28F;
}

.red {
	color:#F00;
}

.blu {
	color:#0058aa;
}


.back-blu {
	background-color:#0058aa;
}

.back-blu:hover {
	background-color:#0171db;
}

.back-green,
.button.back-green {
	background-color:#0AC28F;
}

.back-green:hover,
.button.back-green:hover {
	background-color:#0ed9a1;
}


.glyphicon {
	margin-right: .5em;
}

.glyphicon.iconafter {
	margin-right: 0;
	margin-left: .5em;
}

.glyphicon.big {
	font-size:150%;
}


.ui-widget {
	font-family: 'Titillium Web', sans-serif !important;
	font-size:100%;
}

.no-accordion h3 {
	display:none;
}

.accordion h3 {
	outline:none;
}

.accordion h3.ui-state-default {
	background:#e6e6e6;
	
}


.panel-default {
	position:relative;
	padding:25px;
}

p {
	text-align:justify;
}


h1,h2,h3,h4,h5,h6,label {
	color:#0058aa;
	font-weight:bold;
}

h1 {
	letter-spacing:-.02em;
}

h2 {
	font-size:1.3em;
	margin-bottom:1em;
}

.btn {
	outline:none !important;
	text-align:center !important;
}

.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: #0058aa !important;
	border-color: transparent !important;
}

.btn-primary:hover {
	background-color: #1a59c1 !important;
	transition: all 0.2s ease;
}

.btn-remove, .btn-remove:active, .btn-remove:visited {
	background-color:#AAA;
	border-color: transparent !important;
	color:#FFF;
}

.btn-remove:hover {
	background-color: #888 !important;
	transition: all 0.5s ease;
}

.btn-lg {
	min-width:150px;
}

.likebutton {
	border:1px solid #666;
	border-radius:.3em;
	padding:0 .3em;
}

main {
    padding:50px 0;
	min-height:700px;
}

.logo {
    height:120px;
    position:relative;
    top:25px;
}

.changelanguage {
	position:absolute;
	right: 0;
	bottom:-30px;"
	
}

.changelanguage img {
	/*margin-top:10px;*/
	height:30px;
	border:3px solid transparent;
}

.changelanguage img:hover {
	border:3px solid #FFF;
}

input,textarea,button {
	font-family: 'Titillium Web', sans-serif;
}

a.button {
	display:block;
	width:100%;
	text-align:center;
	background-color:#134290;
	color:#FFF;
	text-shadow: 3px 3px 4px rgba(0,0,0,.7);
	font-size:1.5em;
	line-height:2.5em;
	transition: background-color .3s;
	border-radius:5px;
}

a.button:hover {
	text-decoration:none;
	background-color:#0171db;
}



.container {
	position:relative;
    margin:auto;
	width:1300px !important;
	max-width:1300px !important;
/*  width:100%;
	max-width:1200px;
	min-width:1000px;*/
    padding:0 70px;
}






.loading {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,0,0,.6);
	padding-top:300px;
	font-size:1.5vw;
	text-align:center;
	z-index:999;
}

.loadingsss .spinner-border {
    width: 5rem;
    height: 5rem;
    vertical-align: text-bottom;
    border: .75em solid currentColor;
	color:rgba(255,255,255,.5);
}


header {
	background-color:#FFF;
	border-top:5px solid #0058aa;
	padding-top:10px;
	z-index:1000;
}

header .logoassicuralarte {
	margin:0;
	width:220px;
	margin-left:-30px;
}

header .areamibac {
	float:right;
	width:300px;
	margin-top:7px;
}

header .logomibac {
	width:100%;
}


nav {
	background-color: #0058aa;
	height:35px;
	margin-top:10px;
	position:relative;
}

.pageapplicant nav {
	background-color: #0AC28F;
}

nav ul {
	float:left;
	list-style:none;
	margin-left:-40px !important;
}

nav ul li {
	float:left;
	border-left:3px solid #FFF;
	font-size:16px;
	line-height:35px;
}

nav ul li:last-child {
	border-right:3px solid #FFF;
}
nav ul li a  {
	display:inline-block;
	padding:0 15px;
	color:#FFF;
	text-decoration:none !important;
}

nav ul li a:hover  {
	color:#FFF;
	background-color: #0171db;
	transition: all 0.2s ease;
}


.gohome {
	position:relative;
	/*left:-50px;*/
    font-size:20px;
	line-height:35px;
	margin-top:5px;
}

.gohome a {
    color:#FFF;
}

#homepage .gohome {
	display:none;
}

nav .dropdown-menu {
	left:auto;
	right: 40px;
}


footer {
	background-color:#0058aa;
	color:#FFF;
	padding:50px;
}

.pageapplicant footer {
	background-color:#0AC28F;	
}

footer a {
	color:#FFF;
}

footer a:hover {
	text-decoration:none;
	color:#FFF;
}

footer td {
	background-color:transparent !important;
}






.tab-pane {
    background-color:#FFF;
    padding:50px;
    border:1px solid #968d88;
    /*border-top-width:0;*/
	border-radius: 0 5px 5px 5px;
    min-height:400px;
}

.tab-pane.single {
    /*border-top-width:1px;*/
	border-radius: 5px 5px 5px 5px;
}



.tab-content h2 {
    margin-bottom:35px;    
}
.tab-content h3 {
    margin-bottom:20px;    
}



.tab-content .row,
.modal-content .row {
    margin-bottom:20px;
}

.tab-content label
.modal-content label {
    line-height:120%;
}



.nav-tabs {
	margin-bottom: -1px;
}

.nav-tabs>li a {
    /*background-color:#DFDFDF;*/
    /*color:#333;*/
	color:#655a54;
	background-color:#d6d1ce;
	border-radius: 0 5px 0 0;
	/*border-color:#BBB;*/
	border-color:#968d88;
	margin-right:-5px;
}

.nav-tabs>li>a:hover {
    /*background-color:#CCC;*/
	background-color:#ddd9d7;
	background-color:#e3e0de;
	/*border-color:#BBB;*/
	border-color:#968d88;
}

.nav-tabs>li:first-child a {
	border-radius: 5px 5px 0 0;
}

.nav-tabs>li.active>a {
	/*border-color:#BBB;*/
	border-color:#968d88 !important;
	border-bottom-color:transparent !important;
}




.tab-pane h2 {
	margin-bottom:2.5em;
}

.m10 {
    margin-top:10px;
}

.m25 {
    margin-top:25px;
}

.m50 {
    margin-top:50px;
}

.m100 {
    margin-top:100px;
}

.h50 {
    height:50px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    width: 20px;
    height: 10px;
    border: none;
    background-color: green;
}



.icon-phone:before {
	content: "\e182";
	font-family: "Glyphicons Halflings";
	font-size:.9em;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
    color: #999;
}








label{
	position: relative;
	cursor: pointer;
	line-height: 120%;
}

/*input[type="checkbox"], input[type="radio"]{*/
/*	position: absolute;*/
/*	right: 9000px;*/
/*}*/

input[type="checkbox"] {
	position: absolute;
	right: 9000px;
}

/*Check box*/
input[type="checkbox"] + .label-text:before{
	content: "\e157";
	font-family: "Glyphicons Halflings";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
    color: #999;
}

/*input[type="submit"].btn-send {*/
/*	padding:10px 50px;*/
/*	background-color:#F00 !important;*/
/*}*/



input[type="checkbox"]:checked + .label-text:before{
	content: "\e067";
	color: #2980b9;
	animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled + .label-text{
	color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before{
	content: "\e157";
	color: #ccc;
}

/*Radio box*/

/*input[type="radio"] + .label-text:before{*/
/*	content: "\f10c";*/
/*	font-family: "Glyphicons Halflings";*/
/*	content: "\f204";*/
/*	font-family: "FontAwesome";*/
/*	speak: none;*/
/*	font-style: normal;*/
/*	font-weight: normal;*/
/*	font-variant: normal;*/
/*	text-transform: none;*/
/*	line-height: 1;*/
/*	-webkit-font-smoothing:antialiased;*/
/*	width: 1em;*/
/*	display: inline-block;*/
/*	margin-right: 5px;*/
/*}*/
/**/
/*input[type="radio"]:checked + .label-text:before{*/
/*	content: "\f192";*/
/*	color: #8e44ad;*/
/*	animation: effect 250ms ease-in;*/
/*}*/
/**/
/*input[type="radio"]:disabled + .label-text{*/
/*	color: #aaa;*/
/*}*/
/**/
/*input[type="radio"]:disabled + .label-text:before{*/
/*	content: "\f111";*/
/*	color: #ccc;*/
/*}*/

/*Radio Toggle*/

.toggle input[type="radio"] + .label-text:before{
	content: "\f204";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 10px;
}

.toggle input[type="radio"]:checked + .label-text:before{
	content: "\f205";
	color: #16a085;
	animation: effect 250ms ease-in;
}

.toggle input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

.toggle input[type="radio"]:disabled + .label-text:before{
	content: "\f204";
	color: #ccc;
}


@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}


.dropdown-toggle {
	font-size:1em;
	padding:9px 15px;
}


nav .dropdown-menu {
	top:32px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.dropdown-menu>li {
	float:none;
}

.dropdown-menu>li>a {
	font-size:1em;
	line-height:170%;
}

nav .caret {
	position:relative;
	top:-7px;
	left: 3px;
	border-top: 8px dashed;
	border-top: 6px solid\9;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}






.artwork-photo {
	width:100%;
	margin-bottom:10px;
}

img#uploadphoto {
	cursor:pointer;
}

img#uploadphoto:hover {
	opacity:.8;
}


input {
  text-align:left !important;	
}

input::placeholder {
  
}

.lastreport {
	margin-bottom:25px;
}

.loadingfilepdf {
	height:40px;
	margin-left:20px;
	display:none;
}

.loadingemail {
	height:60px;
	margin:auto;
	/*display:none;*/
}







button.removepdf {
	background-color:#AAA !important;
	border-color:#999 !important;
}


.errorpdf,
.erroremail,
.errordate {
	font-weight:bold;
	color:#F00;
	font-size:.8em;
	padding-top:15px;
	padding-left:20px;
}

.errorpdf:empty,
.erroremail:empty,
.errordate:empty {
	display:none;
}

.errorfailure::before,
.errorpdf::before,
.erroremail::before,
.errordate::before {
	content: "\e101";
	font-family: "Glyphicons Halflings";
	font-size:1.2em;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	width: 1.2em;
	display: inline-block;
	margin-right: 7px;
}

.error {
	display:inline-block;
	font-weight:bold;
	color:#FF0000;
	border:1px solid #999;
	padding:20px;
}

.emailsended {
	font-size:.8em;
	border: 1px solid #999;
	padding: 25px;
	margin-top:25px;
}

.emailsended h3 {
	margin-bottom:1em;	
}










.tableartwork th {
	font-size:90%;
	background-color:#EEE !important;
}

table.misure td {
	padding:0 2px;
}

.inprogress {
	margin-top:5px;
	font-size:.7em;
}

.clickable {
	cursor:pointer;
}

.dotted {
	border-bottom:1px dashed #CCC;
}

.greybackground {
	background-color:#EEE;
}

.greybackgroundqqq *:not(.btn) {
	opacity:.5;
}

.greybackground td:not(.right) {
	opacity:.5;
}

.greybackground button {
	opacity:1 !important;
	z-index:1000;
}


.tooltip-inner { 
    padding: 10px;
    font-size: 1.2em;
  }

.btn:focus,
button:focus,
.close:focus {
    outline: none;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(255,255,255,0), 0 0 0 rgba(255,255,255,0);
    box-shadow: inset 0 0 0 rgba(255,255,255,0), 0 0 0 rgba(255,255,255,0);
}


.nolink:hover  {
	cursor:default !important;
}

.areaphoto {
	position:relative;
}

.areaphoto .progressupload {
	display:none;
	position:absolute;
	left:20px;
	right:20px;
	bottom:20px;
	height:20px;
	text-align:center;
	font-size:1em;
	line-height:20px;
	font-weight:bold;
}


.tab-offer {
	font-size:.8em;
}

.tab-offer.hightlight {
	outline:2px solid #F00;
}

input.hightlight {
	outline:2px solid #F00;
}

.caret.ordered {
	color:#F00 !important;
}

.tab-offer td {
	vertical-align:top;
	background-color:#FFF;
	padding:5px 20px;
	border:1px solid #CCC;
}

.tab-offer th {
	vertical-align:top;
	background-color:#EEE;
	border:1px solid #CCC;
	padding:5px 20px;	
}






		.table .thead {
			padding-bottom:20px;	
		}
		
		.table .tbody {
			clear:both;
		}
		
		.table .tr {
			width:100%;
			clear:both;
			    transition: all 0.5s ease;
		}
		
		.table .th {
			float:left;
			background-color:#DDDDDD;
			padding:8px;
		}


		.table .searchfilters .th {
			background-color:#EEEEEE;
			height:50px;
		}
	
			
		.table .image {
			display:none;	
		}
		
		.table .td {
			float:left;
			padding:8px;
			border-top:1px solid #DDD;
			    transition: all 0.5s ease;
		}


		.table .cell-5,
		table .cell-5 {
			width: 5%;
		}
		
		.table .cell-10,
		table .cell-10 {
			width: 10%;
		}

		.table .cell-15,
		table .cell-15 {
			width: 15%;
		}
		
		.table .cell-20,
		table .cell-20 {
			width: 20%;
		}

		.table .cell-30,
		table .cell-30 {
			width: 30%;
		}

		.table .cell-25,
		table .cell-25 {
			width: 25%;
		}
		
		.table .cell-40,
		table .cell-40 {
			width: 40%;
		}
		
		.table .cell-50,
		table .cell-50 {
			width: 50%;
		}

		.table .cell-70,
		table .cell-70 {
			width: 70%;
		}

		.table .cell-75,
		table .cell-75 {
			width: 75%;
		}
		
		.table .cell-80,
		table .cell-80 {
			width: 80%;
		}

		
		
/* ************** MODAL ***************** */

.modal-content {
	padding:50px;
}

.modal-header {
	height:75px;
	background-color:#0058aa;
	color:#FFF !important;
	font-size: 32px;
	margin: -50px -50px 25px -50px;
	padding:25px 50px 0 50px;
	border-top-right-radius:6px;
	border-top-left-radius:6px;
}


.modal-header button.close {
	opacity:1;
	font-size:32px;
	color:#FFF;
}

.modal-dialog.modal-sm {
	width:600px !important;
	margin-top: 200px;
}



@media screen and (min-width: 800px) {
	
	.modal-dialog {
		width:800px;
	}
	
}



@media screen and (max-width: 768px) {
	
	header .areamibac {
		width:230px;
	}
	
	header .logoassicuralarte {
		width: 180px;
	}
	
}


@media screen and (max-width: 576px) {
	
	header .areamibac {
		width:40vw;
		margin-top: 0;
	}
	
	header .logoassicuralarte {
		width: 30vw;

	}
	
}


@media screen and (max-width: 450px) {

	.container {
		padding:0 20px;
	}
	
	
	header .container {
		padding:0 20px;
		text-align:center;
	}
	
	header .logoassicuralarte {
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
		width:200px;
		position:relative;
		left:-12px;
	}
	
	header .areamibac {
		width:150px;
		float:none;
		margin-left:auto;
		margin-right:auto;	
	}
	
	nav .container {
		text-align:left;
		padding:0 70px;
	}
}
		