@charset "utf-8";
/* CSS Document */



@font-face {
	font-family: 'Open Sans';
	src : url('../fonts-google/OpenSans-Regular.ttf')  format('truetype');
	font-weight:400;
}

@font-face {
	font-family: 'Open Sans';
	src : url('../fonts-google/OpenSans-Light.ttf')  format('truetype');
	font-weight:300;
}


@font-face {
	font-family: 'Open Sans';
	url('../fonts-google/OpenSans-BoldItalic.ttf')  format('truetype');
	font-style: italic;
	font-weight:600;
}

@font-face {
	font-family: 'Open Sans';
	url('../fonts-google/OpenSans-ExtraBold.ttf')  format('truetype');
	font-weight:700;
}

@font-face {
	font-family: 'Open Sans';
	url('../fonts-google/OpenSans-ExtraBoldItalic.ttf')  format('truetype');
	font-style: italic;
	font-weight:700;
}

@font-face {
	font-family: 'Open Sans';
	url('../fonts-google/OpenSans-Italic.ttf')  format('truetype');
	font-style: italic;
	font-weight:400;
}

@font-face {
	font-family: 'Open Sans';
	url('../fonts-google/OpenSans-LightItalic.ttf')  format('truetype');
	font-style: italic;
	font-weight:300;
}

@font-face {
	font-family: 'Open Sans';
	url('../fonts-google/OpenSans-SemiBold.ttf')  format('truetype');
	font-weight:500;
}

@font-face {
	font-family: 'Open Sans';
	url('../fonts-google/OpenSans-SemiBoldItalic.ttf')  format('truetype');
	font-style: italic;
	font-weight:500;
}


html{font-size:100%}html,body{width:100%;height:100%;}body{margin:0;padding:0;line-height:normal;font-family:'Open Sans', sans-serif;color:#383838;/*background:#0195B1;*/}h1,h2,h3,h4,h5,h6{margin:1em 0 .5em;line-height:1.2;font-weight:400;font-style:normal;font-family: 'Open Sans', sans-serif;}h1{font-size:1.75em;color:#0080AC;}h1 strong{color:#033E67;}h2{font-size:1.5em}h3{font-size:1.25em}h4{font-size:1em}ol,ul{margin:.75em 0 .75em 32px;padding:0}p{margin:1.25em 0}address{margin:.75em 0;font-style:normal}a{text-decoration:none;color:#0080ac;cursor:pointer;}a img{border:none}em{font-style:italic}strong{font-weight:700} fieldset,form{margin:0;padding:0;border:none}button,input,select{vertical-align:middle}.clear{clear:both}.clear{clear:both;}

input, textarea{
    font-family:Arial, Helvetica, sans-serif;
}

::selection {
	background-color: #009ADE;
	color: #ffffff;
}

.overall{
    max-width: 960px;
    margin: auto;
}
.overall_pad{
    max-width: 960px;
    margin: auto;
    padding: 0 16px;
}

.center	{
	text-align: center;
}

a.button {
  	color: #FFF;
  	font-weight: 700;
  	padding: 8px 20px;
  	margin: 7px 0;
  	line-height: 1em;
  	border-radius: 5px;
}

a.button.blue {
	background: #111f6a;
}

.swal2-popup {
	font-size: 1.6rem !important;
}


/* HEADER */

header{
	padding: 20px 0;
	margin: auto;
	background: #FFF;
}

#logo{
	overflow: hidden;
	float: left;
	width: 264px;
	height: 100px;
	font-size: 0.5em;
	background: url(../images/ACAOP-logo.png);
	background-size: contain;
    background-repeat: no-repeat;
}
#logo strong{
	display: block;
	text-indent: -500px;
}

#menu{
	height: 42px;
	font-size: 0.813em;
	text-transform: uppercase;
	color: #FFF;
	background: #111f6a;
}
#menu ul{
	padding: 0;
	margin: 0;
	max-width: 960px;
	margin: auto;
	list-style: none;
}
#menu ul li{
	float: left;
}
#menu ul li:first-child a{
	text-indent: -500px;
	overflow: hidden;
	background: url(../images/home.png) no-repeat center;
}
#menu ul li a{
	display: block;
	color: #FFF;
	font-weight: 700;
	height: 12px;
	padding: 8px 20px;
	margin: 7px 0;
	line-height: 1em;
	border-radius: 5px;
}
#menu ul li a:hover{
	background-color: #4a3eb4;
}
#menu ul li:last-child a{
	background: #0195b1;
	padding: 8px 65px;
	margin-left: 5px;
}

#titre{
	background: #FFF;
}
#titre h1{
	font-size: 1.875em;
	color: #111f6a;
	margin: 0;
	text-transform: uppercase;
	padding: 20px 0;
	font-weight: 700;
}

#content{
	padding: 15px 0 90px 0;
}

#edito{
	background: #FFF;
	float: left;
	width: 520px;
	height: 340px;
	border-radius: 5px 5px 0 0;
	padding: 30px;
}
#edito img{
	display: block;
	margin: auto auto 35px auto;
}
#edito p{
	font-size: 1.250em;
	color: #959595;
}
#edito p strong{
	color: #0195b1;
}


#connexion{
	width: 300px;
	height: 340px;
	padding: 30px;
	border-radius: 5px 5px 0 0;
	float: right;
}
#connexion input[type="text"], #connexion input[type="password"], #recherche input[type="text"]{
	padding: 6px 0;
	margin: 0 0 15px 0;
	background: #FFF;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	width: 100%;
	text-indent: 10px;
	/*font-size: 1em;*/
}
#recherche input[type="text"]{
	padding-left: 30px;
	text-indent: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#connexion a.resetMdp{
	display: block;
	color: #959595;
	font-size: 1.2em;
	text-decoration: underline;
}
#connexion a.resetMdp:hover{
	color: #111f6a;
}
#connexion input[type="submit"]{
	padding: 6px;
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	/*font-size: 0.875em;*/
	font-weight: 700;
	color: #FFF;
	background: #0195b1;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin: 30px 0 0 0;
}

#connexion p {
	text-align: center;
}

#recherche{
	float: right;
	width: 260px;
}
#recherche p{
	text-align: right;
	color: #959595;
	font-size: 0.875em;
}
#recherche p a{
	color: #959595;
}
#recherche p a.activ{
	font-weight: 700;
}
#recherche input[type="submit"]{
	background: url(../images/loupe.png) no-repeat;
	width:14px;
	height:14px;
	border: none;
	cursor: pointer;
	position: relative;
	float: left;
	margin: -38px 0 0 10px;
}

input[type="submit"].button {
	padding: 5px 10px;
	border: 0;
}

.display_list li{
	list-style: inherit;
	font-size: 1.3rem;
}



.display_list ul li{
	margin-left: 40px;
}
#espace_compte, .bandeau_haut, .bandeau_bas, .button{
	background: #FFF;
	border-radius: 5px;
	padding: 10px;
	margin: 0 0 15px 0;
	/*font-size: 0.813em;*/
}

#espace_compte{
	background: #efefef;
	padding: 15px;
	border: 1px solid #d9d9d9;
}
#espace_compte a, .bandeau_haut a, .bandeau_bas a, .button{
	float: left;
	padding: 5px 10px;
	margin: 0 10px 0 0;
	background: #BBB;
	border-radius: 5px;
	color: #FFF;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
}
/*#espace_compte a:hover, .bandeau_haut a:hover, .bandeau_bas a:hover, .button:hover{
	background: #111f6a;
}*/
#espace_compte a.deco, .bandeau_haut a.deco, .bandeau_bas a.deco{
	background: #0195b1;
}

.bandeau_bas {
	margin-top: 10px;
}



.item-edit-flex{
	display: flex;
	justify-content: space-around;
}

.item-edit-flex div{
	cursor: pointer;
}

.item-center{
	align-items: center;
}

.item-center a{
	padding-left: 15px;
}

#espace_compte p, .bandeau_haut p{
	float: left;
	margin: 2px 10px 0 10px;
	font-size: 1.5em;
}

#contenu{
	padding: 20px;
	background: #FFF;
	border-radius: 5px;
}

#id_connect{
	float: left;
	width: 45%;
	text-align: center;
}
#id_connect p{
	font-size: 1.2em;
}
#id_connect p span, #id_connect_ligne p span {
	display: block;
	font-weight: 700;
}
#id_connect img{
	display: block;
	margin: 15px auto 25px auto;
}

#id_connect_ligne{
	margin: -10px;
	font-size: 0.813em;
}
#id_connect_ligne img{
	float: left;
	margin: 10px 40px 0 25px;
	height: 70px;
}

#actions{
	float: right;
	width: 48%;
	padding-left: 4%;
	padding-bottom: 15px;
	border-left: 1px solid #DADADA;
}
#actions p{
	margin: 0.175em 0 0.375em 0;
	font-size: 1.2em;
}
#actions select{
	width: 100%;
	padding: 5px;
	margin: 0 0 2px 0;
	border-radius: 4px;
	border: 1px solid #c7c7c7;
}
#actions a{
	display: block;
	margin: 15px 0 0 0;
	padding: 10px 10px 10px 6%;
	font-size: 1.125em;
	width: 44%;
	float: left;
}
#actions a:hover{
	color: #212121;
}

.doc{
	background: url(../images/doc.png) no-repeat center left;
}
#print{
	background: url(../images/print.png) no-repeat center left;
}
#csv{
	background: url(../images/csv.png) no-repeat center left;
}
#stat{
	background: url(../images/stats.png) no-repeat center left;
}
#rech{
	background: url(../images/recherche.png) no-repeat center left;
}

.txt_float{
	float: left;
	margin: 0;
	width:35%;
}


/* TABLEAU */

.tableau{
	background: #FFF;
	/*font-size: 0.688rem;*/
	margin: 15px 0 0 0;
	border-radius: 5px;
	overflow: hidden;
	color: #212121;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tableau table{
	width: 100%;
	border: none;
	text-align: left;
	border-collapse: collapse;
}

.tableau thead th {
	text-align: center;
}

.tableau table tr th{
	padding: 4px 0;
	border-right: 1px solid #212121;
}

.tableau tr.separator td {
	background-color: #959595;
}

.ligne_info.clickable:hover {
	background-color: #d6d6d6;
	cursor: pointer;
/*	-webkit-transition: background-color 500ms linear, ease-in;
    -moz-transition: background-color 500ms linear, ease-in;
    -o-transition: background-color 500ms linear, ease-in;
    -ms-transition: background-color 500ms linear, ease-in;
    transition: background-color 500ms linear, ease-in;*/
}

#descriptif_th{
	width: 20%;
}

.flc{
	color: #0195b1;
}
.flc:hover{
	color: #FFF;
}
.flc.active{
	color: #ff0000;
}

.ligne_table{
	background: #111f6a;
	color: #FFF;
}

.ligne_info td{
	padding: 8px;
	line-height: 1.25em;
	border-right: 1px solid #CCC;
}
.ligne_info:nth-of-type(odd){
	background: #F0F0F0;
}
.ligne_info td:first-of-type{
	padding: 10px 5px 10px 10px;
}


/* FORM NOUVEAU DOSSIER */



#form_nouveau_dossier{
	background: #FFF;
	border-radius: 5px;
	margin: 15px 0 0 0;
	overflow: hidden;
	padding: 10px;
}
#form_nouveau_dossier table{
	width: 100%;
	border: none;
	text-align: left;
	border-collapse: collapse;
	font-size: 0.813em;
	border: 4px solid #DADADA;
}
#form_nouveau_dossier table tr td{
	padding: 12px;
	border-bottom: 1px solid #DADADA;
}
#form_nouveau_dossier table tr td:first-child{
	border-right: 1px solid #DADADA;
	background: #F0F0F0;
	width: 25%;
}
#form_nouveau_dossier select, #form_nouveau_dossier input[type="text"], #form_nouveau_dossier input[type="password"], #form_nouveau_dossier textarea{
	padding: 5px;
	margin: 0 10px 0 0;
	border: 1px solid #BBB;
	background: #FFF;
	min-width: 60px;
}
#form_nouveau_dossier textarea{
	width: 98.5%;
	min-height: 100px;
}
#form_nouveau_dossier input[type="radio"]{
	margin: -2px 4px 0 0;
}
#form_nouveau_dossier label{
	margin: 0 15px 0 0;
}

#nav_form{
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
}
#nav_form li{
	font-size: 0.875em;
	display: block;
	margin: 0;
	padding: 5px;
	text-align: center;
}
#nav_form li input[type="submit"]{
	padding: 10px 25px;
	background: #111f6a;
	border: none;
	cursor: pointer;
	font-size: 0.875rem;
	color: #FFF;
	border-radius: 5px;
}


.round{
	display: inline-block;
    margin: 0 8px;
    border: 1px solid #dbdbdb;
    padding: 15px 30px 15px 30px !important;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #959595;
    border-radius: 26px;
    position: relative;
    vertical-align: middle;
    transition: background 0.2s;
}

.col_menu .active{
	color: black !important;
    font-weight: 900;
    font-size: 1.6rem;
}


/* FOOTER */

footer{
	background: #FFF;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
}
footer ul{
	padding: 0;
	margin: 0;
	list-style:none;
}
footer ul li{
	float: left;
}
footer ul li a{
	padding: 15px;
	display: block;
	font-size: 0.813em;
	text-transform: uppercase;
	color: #959595;
}
footer ul li a img{
	margin: -4px 0 0 0;
}

a.button{
	padding: 5px 10px;
	margin: 0 10px 0 0;
	background: #BBB;
	border-radius: 5px;
	color: #FFF;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

/*
a.button:hover{
	background: #111f6a;
}
*/

a.button.green{
	background: #0195b1;
}

#listingCorrespondants {
	margin-left: 0px;
	  margin-top: 0px;
}

#listingCorrespondants.doubleColumn {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

#listingCorrespondants li {
	list-style: none;
}

#listingCorrespondants li a {
	list-style: none;
	font-size: 12px;
}

#pagination{
    padding:10px;
    background:#DCDCDC;
}
#pagination a{
    width:30px;
    height:30px;
    float:left;
}
#pagination a:hover{
    background:#FFF;
}
#pagination a img{
    width:10px;
    display:block;
    margin:7px auto auto auto;
}
.pagination_gauche{
    float:left;
}
.pagination_droite{
    float:right;
}
#pagination_centre{
    font-size:0.750rem;
    text-align:center;
}
#pagination_centre select{
    border:none;
    padding:5px;
    margin:0 10px;
    min-width:50px;
    text-align:center;
    background:#FFF;
}

.w50 {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	width: 48%;
	float:left;
	margin-right: 2%;
}

.w33 {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	width: 32%;
	float:left;
	margin-right: 2%;
}

.w25 {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	width: 24%;
	float:left;
	margin-right: 1%;
}

.bloc_contenu {
	  font-size: 1.250em;
	  color: #383838;
	  background: #FFF;
	  float: left;
	  width: 960px;
	  height: 100%;
	  border: 1px solid #d9d9d9;
	  border-radius: 5px;
	  margin-top: 15px;
	  padding: 15px 30px;
	  box-sizing: border-box;
	  border-color : #7f7f7f;
}

.message_content {
	padding: 5px 10px;
	border: 1px #959595 dotted;
}

.floatLeft 	{float: left;}
.floatRight {float: right;}
.center 	{text-align: center;}
.div-center 	{display: table;margin: 5px auto;}


.fa {
	font-size: 16px !important;
}
.fa-times {color:#db2020;}
.fa-envelope-square {color:#3bb208;}
.fa-envelope {color:#ff9d00;}
.fa-exclamation-circle {color:#db2020;}
.fa-question-circle {color:#111f6a;}
.fa-file {color:#009ADE;}

#tr_type_activite,#tr_type_tiers,#tr_type_don,#tr_type_apherese,#tr_contentieux {
	display: none;
}

.tooltipster-content a {
	color: #0195b1;
}

#id_connect p {
	margin-top: 0px;
}

.ui-autocomplete > li > a {
	font-size: 12px;
}

.closeModal {
	display: block !important;
	text-align: center;
	width: 100% !important;
	box-sizing: border-box;
	border-radius: 5px;
	color: #FFF;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	padding: 5px 10px !important;
	background: #0195b1;
	height: 29px !important;
}

#tableau_sinistre tbody tr td:first-child {
	width: 140px;
	font-weight: bold;
}

#tableau_sinistre tbody tr td {
	padding: 5px;
}


#tableau_sinistre tbody tr.separator td {
	padding: 1px;
}

#tableau_etablissement p, #tableau_gestion p {
	margin: 5px 0px;
}

#tableau_sinistre .ligne_info td:first-child {
	text-align: left;
}

#bandeau_dossier .tableau {
	margin-top: 0px;
}

input[type=text].datepickerRange {
	width: 110px;
}

#des_dossier {
	padding: 10px 5px !important;
	text-align: left;
	font-weight: normal !important;
}

.close_modal {
	position: absolute;
	top: -10px;
	right: -10px;
}

#formulaire_declaration .close_modal {
	position: absolute;
	top: -25px;
	right: -190px;
}

.formSubmits {
	display: block;
 	margin: 0 auto;
 	padding-top: 20px;
 	text-align: center;
 	height: 80px;
}

.formSubmits input, .formSubmits a {
	float: none;
}

.formSubmits input[type=submit] {
	background-color: #0195b1;
	cursor: pointer;
}

/*#rechercheModal table tr td:first-child {
	font-size: 0.775em;
}*/

#ajout_dossier table tr td:first-child {
	font-weight: bold;
}

#ajout_dossier table {
	border-spacing: 0 1em;
}

#ajoutMessage {
	margin-top: 20px;
	background-color: #111f6a;
}

.bandeau_bas > p.center {
	margin: 0 0;
}

#tabTableau {
	height: 25px;
	margin: 0; 
	padding: 0; 
	list-style: none;
	background-color: #0195b1;
}

#tabTableau li {
	height: 25px;
	background-color: #BBB;
	padding: 13px 10px;
	display: inline;
}

#tabTableau li.active {
	background-color: #111f6a;
}

#tabTableau li a {
	color:#ffffff;
	font-weight: bold;
}

#tablePJ {
	display: none;
}

#tablePJ tbody tr:last-child {
	font-weight: bold;
	color:#ff0000;
	padding: 5px 0;
	font-style: italic;
}

.button.valider {
	background-color: #0195b1;
	font-size: 18px;
}

.button.annuler {
	background-color: #BBBBBB;
	/*padding: 1px 10px;*/
	font-size: 14px;
	height: auto;
	padding-top: 9px;
}

a.button.valider {
	background-color: #0195b1;
	padding: 25px 10px;
	font-size: 18px;
	height: 18px;
	padding-top: 9px;
}

#input-field, #input-field2 , #input-field3 {
	padding: 6px 0;
	margin: 0 0 15px 0;
	background: #FFF;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
	width: 100%;
	text-indent: 10px;
	font-size: 1em;
}

input[type="text"], input[type="password"] {
	background: #FFF;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
	width: 100%;
	text-indent: 10px;
	  font-size: 13px;
	padding: 2px;
	  box-sizing: border-box;
}

select {
	width: 100%;
  padding: 2px;
  margin: 0 0 2px 0;
  border-radius: 4px;
  border: 1px solid #C0C0C0;
    background-color: #ffffff;
}

textarea {
border: 1px solid #C0C0C0;
border-radius: 5px;
}

#pagination select {
	width:auto;
}

#ajout_dossier input[type="text"], #ajout_dossier select {
	width: auto;
	padding: 2px;
} 

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #bbbbbb, #ccc);
}

#rechercheModal .formSubmits {
	height: auto;
}

.sweet-alert hr {
	display: none;
}

.bloc_contenu > h2 {
	margin-top: 0px;	
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

#ajout_dossier .div-center {
	padding-top: 5px;
}

#ajout_dossier {
	margin-top: 10px;
}

.sweet-alert button {
	margin-top: 5px !important;
	margin: 0 5px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}
#avertissementHome {
  font-size: 0.655em;
  color: #959595;
  text-align: justify;
  padding: 2px;
  margin-top: 10px;
}

#avertissementHome span {
	color: #e65160;
	font-weight: bolder;
	font-size : 1.1em;
}

.deleteRappel{
	cursor: pointer;
}


#bandeau_dossier{
	padding-top: 10px;
}

.ui-datepicker{
	width: 22em !important;
	font-size: 1.3em !important;
}



/*Password */
.field-icon {
	float: right;
	margin-top: -27px;
	position: relative;
	z-index: 2;
	margin-right: 10px;
}

.container{
  padding-top:50px;
  margin: auto;
}

.pswd_info {
  display: none;
  padding: 10px 5px;
  margin-top: 5px;
  text-align: left;
  font-family: helvetica, arial, sans-serif;
  position: relative;
  text-align: center;
  margin: 1em auto;
  width: 400px;
  /*transition: all .2s ease-in;*/
}

.incorrectMsg {
  display: none;
  text-align: center;
}


/*==========================requirements style============================*/
.invalid {
  color: #848482;
  transition: all .1s ease-in;
}
.invalid:before {
  content: "";
  padding-right: 15px;
}
.invalidPass {
  background: rgba(192, 57, 43, 0.85);
}
.valid {
  color: #3CBC3C;
  transition: all .2s ease-in;
  animation-name: grow;
  animation-duration: .2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
}
.valid strong{
    text-shadow: 0px 5px 5px rgba(0,0,0,0.1),
    5px 10px 5px rgba(0,0,0,0.05),
    -5px 10px 5px rgba(0,0,0,0.05);
}

.valid::before {
  content: "\2713 ";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: -5px;
  position: relative;
  font-weight: 800;
  animation-name: grow;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
  -moz-transition: -moz-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
  -ms-transition: -ms-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
  -o-transition: -o-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
  transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-backface-visibility: hidden;
}

.pswd_info ul {
  margin: 0 auto;
  width: 400px;
}

.pswd_info li {
  padding: 5px;
  text-align: left;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-backface-visibility: visible;
  transition: all .2s ease-in;
}

.shake {
  animation: shake 0.8s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes grow {
  50% {
    transform: scale(1.1);
  }
}


.disclaimer-container {
	background-color: #0195b1;
	color: #fff;
    font-family: 'Open Sans', sans-serif;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	display: flex;
	justify-content: center;
  	height: 15vh;
  	align-items: center;
}
.disclaimer-container.show {
  display: block;
}
.disclaimer-container .disclaimer-text {
	padding: 8px;
    align-items: center;
    display: flex;
    text-align: center;
}
.disclaimer-container .disclaimer-text p {
  font-size: 24px;
  line-height: 22px;
  margin: 0;
  text-align: center;
  margin-left: 20px;
}
.disclaimer-container .disclaimer-text .close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px 20px;
    font-size: 20px;
    cursor: pointer;
}
.disclaimer-container .disclaimer-text p span:before {
  color: #fff;
}
.disclaimer-container .disclaimer-text p a {
  color: #fff;
}
.disclaimer-container .disclaimer-button {
  background-color: #ddd;
  color: #555;
  cursor: pointer;
  display: inline-block;
  margin-left: 16px;
  padding: 2px 8px;
}
.disclaimer-container .disclaimer-button:hover {
  background-color: #ad0f5b;
  color: #fff;
}

