/* The Modal (background) */
.box-auto-modal {
	height:0px;
	width:0px;
    position: fixed; /* Stay in place */
    z-index: 1500; /* Sit on top */
    padding-top: 5px; /* Location of the box */
    padding-bottom: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    font-family: Arial, Helvetica, sans-serif;
}

/* Modal Content */
.box-auto-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 5px 10px 5px 10px;
    min-width: 300px; 
    max-width: 1440px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
}

#box-auto-modal-content-div {
	margin-top: 15px;
}

/* The Close Button */
#box-auto-mention-legal-close-div {
   float: right;
   margin-right: 25px;
   top: 0;
}

#box-auto-mention-legal-close {;
    top: 0px;
}

#box-auto-modal-close {
   top: 17px;
   right: 60px;
}

.box-auto-close {
    color: #aaaaaa;
    opacity: .8;
    font-size: 40px;
    position:absolute;
    z-index: 99;
}

.box-auto-close:hover,
.box-auto-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.box-auto-i-div {
	cursor: pointer;
	position: relative;
	display: inline-block;
	text-align: center;
    width: 17px;
    height: 17px;
    border: solid 1px #02a6ff;
    border-radius: 10px;
    left: 3px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
}

.box-auto-i-span {
	top:2px;
}

#box-auto-modal-content-div {
    padding-top: 15px;
}

#box-auto-mention-legal-modal {
    max-width: 500px;
	z-index: 1000;
    font-size: 14px;
    text-align: justify;
}

#box-auto-mention-legal-modal table {
	width:100%;
	border-collapse: collapse;
}

#box-auto-mention-legal-modal table tr {
	border-bottom-style : solid ;
	border-bottom-color	: #e9e9e9;
	border-bottom-width : 1px;
}

#box-auto-mention-legal-modal table th {
	color: #02a6ff;
	font-size:18px;
}


#box-auto-mention-legal-modal .ml-div {
	padding-bottom: 10px;
	
} 

.apartirde {
	color:#02a6ff;
	
}

.apartirde span{
	font-weight: bold;
	
}

#box-auto-simulation-button .btn-box {
	display: inline-block;
}

#box-auto-simulation-button .btn input {
    border-radius: 5px;
    border-color: #02a6ff;
    background-color: #02a6ff;
    color: #fff;
    font-weight:bold;
    height: 40px;
    cursor: pointer;
}

#box-auto-simulation-button  img.loadingImage {
  height: 40px;
}

#box-auto-simulation-button .btn input:disabled {
	border-color: #ccc;
	background: #ccc;
}

#box-auto-mention-legal-modal .whitespace-nowrap {
    white-space: nowrap;
}

#box-auto-mention-legal-body {
	padding-top: 10px;
}

#box-auto-mention-legal-body .font-size-18 {
	font-size: 18px;	
}

#box-auto-mention-legal-body .font-size-16 {
    font-size: 16px;    
}

#box-auto-mention-legal-body .font-size-10 {
    font-size: 10px;    
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 400px) {
    #box-auto-modal-close {
        right: 45px;
    }
}