.animate-repeat {
    line-height: 30px;
    list-style: none;
    box-sizing: border-box;
}

.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
    transition: all linear 1s;
}

.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
    opacity: 0;
    max-height: 0;
}

.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
    opacity: 1;
    max-height: 30px;
}

.btn.LinkCopy {
    position: absolute;
    z-index: 2;
    right: 5px;
    bottom: 5px;
    background: #e5e5e5;
    left: 5px;
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.form-control#LinkCopy {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #777;
    font-size: 16px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

label.LinkCopy {
    background: #fff;
    position: inherit;
    z-index: 1;
    padding: 0 7px;
}

.StripeElement {
    padding: 10px 12px;
    color: #32325d;
    font-family: "Arial";
    font-size: 18px;
    height: 37px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 3px 2px #e6ebf1;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.accordion {
    background-color: #cce1e8;
    color: #444;
    cursor: pointer;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .active, .accordion:hover {
        background-color: #ccc;
        font-weight: bold;
    }

    .accordion:after {
        content: "\1F897";
        color: #f06c40;
        font-weight: bold;
        float: right;
        font-size: 20px;
        margin-left: 5px;
    }


.inputSalesAccount {
    padding: 10px 12px;
    color: #32325d;
    font-family: "Arial";
    font-size: 18px;
    height: 37px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 3px 2px #e6ebf1;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.panel {
    margin-bottom: 0px;
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.btnMenu2 {
    background: rgba(0, 57, 75, 0.8);
    border-radius: 5px;
    color: white;
    cursor: pointer;
    height: 30px;
    padding: 5px 20px 10px 20px;
    width: 100%;
}
.btnMenu {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    color: white;
    cursor: pointer;
    padding: 10px 10px 5px 10px;
    height: 135px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.btnMenu3 {
      background:rgba(250, 235, 215, 0.8);
      border-radius:5px;
      color:#442A18;
      font-weight:bold;
      cursor: pointer;
      height:30px;
      padding: 5px 20px 10px 20px;
      width:100%;
}
.btnMenu4 {
    background: rgba(0, 57, 75, 0.7);
    border-radius: 5px;
    color: white;
    cursor: pointer;
    padding: 10px 10px 5px 10px;
    height: 135px;
    margin-left: 10px;
}
#tblResult {
    height: 200pt;
    overflow: auto;
}
#tableCustomer {
    height: 200px;
    overflow: auto;
}
#tbldivSearch {
    height: 400px;
    overflow:auto;
}
#tbldivSearchAdvanced {
    height: 400px;
    overflow:auto;
}
#myModalPJWidth {
    width: 440px;
}
#myModalSyspertecWidth {
    width: 470px;
}
#DialogMsgBox .modal-body {
    /*max-height: 400px;*/
}

.hideOL {
    width: 300px;
    background-image: linear-gradient(to right, #f06c40, #b34343);
    background-position: 5px calc(100% - 5px);
    background-size: calc(100% - 10px) 2px;
    background-repeat: no-repeat;
    background-color: #fcfcfc;
    border: 1px solid;
    padding: 10px;
    font-size: 14px;
    padding-left: 5px;
}

.hideOL:focus {
    outline: none;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}
/*JQueri Mr Doe DialogBox**/
.btnDialogBoxTitle {
  background: #b35c22;
  background-image: -webkit-linear-gradient(top, #b35c22, #54311b);
  background-image: -moz-linear-gradient(top, #b35c22, #54311b);
  background-image: -ms-linear-gradient(top, #b35c22, #54311b);
  background-image: -o-linear-gradient(top, #b35c22, #54311b);
  background-image: linear-gradient(to bottom, #b35c22, #54311b);
  border:1px solid #442A18;
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.MrDoeFont-1 {
    font-family:"Mongolian Baiti";
    font-size: 25px;
    color: #442A18;
    font-weight:normal;
}

.btnDialogBoxTitle2 {
    background: #475e66;
    background-image: -webkit-linear-gradient(top, #475e66, #011c25);
    background-image: -moz-linear-gradient(top, #475e66, #011c25);
    background-image: -ms-linear-gradient(top, #475e66, #011c25);
    background-image: -o-linear-gradient(top, #475e66, #011c25);
    background-image: linear-gradient(to bottom, #475e66, #011c25);
    border: 1px solid #011c25;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    text-shadow: 0px 1px 1px #000;
}


.divDialogBox {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #707070;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  border-top: solid #442a18 1px;
  border-left: solid #442a18 1px;
  border-right: solid #442a18 1px;
  text-decoration: none;
  background: #ffffff;
  padding: 10px 20px 10px 20px;
}

.btnDialogBoxFooter {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 0px;
  color: #432a18;
  font-size: 16px;
  padding: 5px 5px 5px 5px;
  border-top: solid #c0c0c0 1px;
  border-bottom: solid #442a18 1px;
  border-left: solid #442a18 1px;
  border-right: solid #442a18 1px;
  text-decoration: none;
  background: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align:right;
}

.btnDialogBox {
    background: #475e66;
    background-image: -webkit-linear-gradient(top, #475e66, #011c25);
    background-image: -moz-linear-gradient(top, #475e66, #011c25);
    background-image: -ms-linear-gradient(top, #475e66, #011c25);
    background-image: -o-linear-gradient(top, #475e66, #011c25);
    background-image: linear-gradient(to bottom, #475e66, #011c25);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px #7fa4b1;
    -moz-box-shadow: 1px 1px 3px #7fa4b1;
    box-shadow: 1px 1px 3px #7fa4b1;
    font-family: Arial;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 20px 5px 20px;
    /*border: solid #011015 1px;*/
    text-decoration: none;
    margin: 2px;
}
    .btnDialogBox:hover {
        background: #304046;
        background-image: -webkit-linear-gradient(top, #304046, #011015);
        background-image: -moz-linear-gradient(top, #304046, #011015);
        background-image: -ms-linear-gradient(top, #304046, #011015);
        background-image: -o-linear-gradient(top, #304046, #011015);
        background-image: linear-gradient(to bottom, #304046, #011015);
        text-decoration: none;
    }

.btnDialogBoxClose {
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 0px 5px 5px 5px;
  position: absolute;
  top:10px;
  right: 5px;
  width: 40px;
  text-align:center;
}
.btnDialogBoxClose:hover {
  color: #C0C0C0;
}
/*Fin JQueri Mr Doe DialogBox*/


.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/Load.gif') 50% 50% no-repeat rgba(249,249,249,0.3);
}

  .Height10{
      height:10px;
    min-height: 6px;
}


.loading{
    font-family: Arial;
    font-size: 10pt;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    color: black;
    z-index: 999;
}

div.selectbox-wrapper {
position:absolute;
width:400px;
background-color:white;
border:1px solid #ccc;
margin:0px;
margin-top:-10px;
padding:0px;
text-align:left;
max-height:200px;
overflow:auto;
}
.MrDoeCenter {
    text-align:center;
}
/*Drop down list styles*/
div.selectbox-wrapper ul {
list-style-type:none;
margin:0px;
padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected {
background-color: #EAF2FB;
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current {
background-color: #CDD8E4;
}

/* Drop down list items style*/
div.selectbox-wrapper ul li {
list-style-type:none;
display:block;
margin:0;
padding:2px;
cursor:pointer;
}

/* Look and feel of select box */
.selectbox
{
margin: 0px 5px 10px 0px;
padding-left:2px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:1em;/* Resize Font*/
width : 190px; /* Resize Width */
display : block;
text-align:left;
background: url('../img/bg_select.png') right;
cursor: pointer;
border:1px solid #D1E4F6;
color:#333;
}



.btn1 {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}
.btn1:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn1:hover,
.btn1:focus {
  color: #cccccc;
  text-decoration: none;
}
.btn1:active,
.btn1.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn1.disabled,
.btn1[disabled],
fieldset[disabled] .btn1 {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-MrDoe1 {
    color: #ffffff;
    background-color: rgba(0, 57, 75, 0.8);
    border-color: rgba(108, 69, 4, 1);
}
.btn-MrDoe1H {
    color: #ffffff;
    text-shadow: 0px 1px 1px #000;
    background-color: rgba(0, 57, 75, 1);
    border-color: rgba(0, 57, 75, 0.7);
}
.btn-MrDoe1:hover,
.btn-MrDoe1:focus,
.btn-MrDoe1:active,
.btn-MrDoe1.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: rgba(108,69,4,0.8);
    border-color: rgba(0, 57, 75, 1);
}
.btn-MrDoe2 {
    color: #ffffff;
    background-color: rgba(0, 57, 75, 0.8);
    border-color: rgba(0, 57, 75, 1);
    border-radius: 0px;
}
.btn-MrDoe3 {
    color: #ffffff;
    background-color: rgba(108, 69, 4, 0.8);
    border-color: rgba(0, 57, 75, 1);
    border-radius: 0px;
}
.btn-MrDoe2:hover,
.btn-MrDoe2:focus,
.btn-MrDoe2:active,
.btn-MrDoe2.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: rgba(108,69,4,0.8);
    border-color: rgba(0, 57, 75, 1);
}
.MainSectionResearch {
    /*width: 1515px;*/
/*background:  url('~/img/ImgTest.jpg') no-repeat center left;*/
  background-image: url('img/ImgTest.jpg');
  /*background-image: url('Images/Arrowhead-Down-01.png');*/
}
#FormA83 {
    width: 1515px;
}
#brand-image {
    width: 15px;
}
.sBorderCtrlResearch { 
    /*margin: 50px 50px 50px 50px;*/
    /*margin-left:50px;*/
	border: none 0px #D1D1D1;
	border-radius: 5px;
	background-color:rgba(255, 255, 255, 0.3);
}
.sBorderResultResearch1 {
	border: none 0px #D1D1D1;
	border-radius: 5px ;
	background-color:rgba(255, 255, 255, 0.5);
}
.sBorderResultResearch2 {
	border: none 0px #D1D1D1;
	border-radius: 5px;
	background-color:rgba(237, 231, 224, 0.2);
}
.sBgMrDoe0 {
	border: none 0px #D1D1D1;
	border-radius: 5px;
	background-color:rgba(255, 255, 255, 0.5);
}
.sBgMrDoe1 {
    border: none 0px #D1D1D1;
    border-radius: 5px;
    background-color: rgba(0, 57, 75, 0.5);
}
.sBgMrDoe2 {
	border: none 0px #D1D1D1;
	border-radius: 5px ;
	background-color:rgba(157, 181, 170, 0.5);
}
.sBgMrDoe3 {
	border: none 0px #D1D1D1;
	border-radius: 5px ;
	background-color:rgba(237, 28, 36, 0.5);
}
.sBorderBtnForm1 {
    margin: 10px 10px 10px 10px;
	border:solid 0px #D1D1D1;
	border-radius: 10px;
	background-color:rgba(255, 255, 255, 0.2);
    /*background-image:url(~/img/ArrierePlan2.jpg)*/
}
.sBorderBtnForm2 {
    margin: 10px 10px 10px 10px;
	border:solid 0px #D1D1D1;
	border-radius: 10px;
	background-color:rgba(156,181,169, 1);
    /*background-image:url(~/img/ArrierePlan2.jpg)*/
}
.sTextBox1 {
     font-size: small;
     height:20px;
     width:225px;
     font-family:Calibri;
 }
.sTextBox2 {
     font-size: small;
     height:18px;
     width:125px;
     font-family:Calibri;
 }
.sTextBox3 {
     font-size: small;
     width:2250px;
     height:50px;
     font-family:Calibri;
 }
.sTextBox4 {
     font-size: small;
     width:100%;
     height:50px;
     font-family:Calibri;
     position:relative;
 }
.sTextBox5 {
  display: block;
  width: 100%;
  height: 18px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.sTextBox5:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.sTextBox6 {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 5px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #00246B;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.sTextBox6:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.InputFieldLock {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 5px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #00246B;
  vertical-align: middle;
  background-color: #CCD6E0;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.InputFieldLock:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.sTextBox7 {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0px 5px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #00246B;
  vertical-align: middle;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.sTextBox7:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.LabelReport1{
  background-color: #17497D;
  color: #EFF2F7;
}

.LabelReport2{
  background-color: white;
  color: #1F497D;
  font:bold;
}

.LabelReport3{
  background-color: rgba(255, 255, 255, 0.7);
  color: #1F497D;
}

.LabelReport4{
  background-color: #FFFFFF;
  color: #7F7F7F;
}

.btnPerso-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.ddl {
    border: 2px solid #7d6754;
    border-radius: 5px;
    padding: 3px;
    -webkit-appearance: none;
    background-image: url('Images/Arrowhead-Down-01.png');
    background-position: 88px;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
}

.TblBorder1 {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(198, 209, 222);
}


.HeaderReporting {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: block;
    width: 100%;
    font-family: 'Mongolian Baiti';
    padding: 6px 12px;
    font-size: 25px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color: rgba(0, 57, 75, 0.8);
    border: 0px solid #cccccc;
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.HeaderReportingLeft{
    border-top-left-radius: 5px;
    display: block;
    width: 100%;
    font-family: 'Mongolian Baiti';
    padding: 6px 5px;
    font-size: 20px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color:rgba(0, 57, 75, 0.8);
    border: 0px solid #cccccc;
}
.HeaderReportingLeftRnipp {
    border-top-left-radius: 5px;
    display: block;
    width: 100%;
    /*font-family: 'Mongolian Baiti';*/
    padding: 6px 5px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color: rgba(0, 57, 75, 0.8);
    border: 0px solid #cccccc;
}
.HeaderReportingRight {
    border-top-right-radius: 5px;
    display: block;
    width: 100%;
    font-family: 'Mongolian Baiti';
    padding: 6px 0px;
    font-size: 20px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color: rgba(0, 57, 75, 0.8);
    border: 0px solid #cccccc;
}
.HeaderReportingRightRnipp {
    border-top-right-radius: 5px;
    display: block;
    width: 100%;
    /*font-family: 'Mongolian Baiti';*/
    padding: 6px 5px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color: rgba(0, 57, 75, 0.8);
    border: 0px solid #cccccc;
}
.RowReportingRnipp {
    /*padding: 0px 12px;*/
    /*font-family: 'Mongolian Baiti';*/
    /*font-size: 18px;*/
    /*color: #432918;*/
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.5);
    /*border-right: 1px solid rgba(0, 57, 75, 0.8);*/
    border-left: 1px solid rgba(0, 57, 75, 0.8);
}
.FooterReporting {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /*display:block;*/
    width: 100%;
    /*font-family: 'Mongolian Baiti';*/
    padding: 6px 0px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color: rgba(0, 57, 75, 0.8);
    border: 0px solid #cccccc;
}
.HeaderReportingMiddle {
    font-family: 'Mongolian Baiti';
    padding: 6px 0px;
    font-size: 20px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color: rgba(0, 57, 75, 0.8);
    border: 0px solid #cccccc;
}
.HeaderReportingMiddleRnipp {
    /*font-family: 'Mongolian Baiti';*/
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color: rgba(0, 57, 75, 0.8);
    border-right: 1px solid rgba(245, 240, 235, 0.3);
    border-left: 1px solid rgba(245, 240, 235, 0.3);
}
.HeaderReportingMiddle2 {
    /*font-family: 'Mongolian Baiti';*/
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color: rgba(0, 57, 75, 0.5);
    border: 0px solid #cccccc;
}
.RowReporting{
    padding: 6px 12px;
    font-family: 'Mongolian Baiti';
    font-size: 24px;
    color: #432918;
    vertical-align: middle;
    background-color:rgba(255, 255, 255, 0.7);
}
.RowReporting2{
    padding: 0px 12px;
    font-family: 'Mongolian Baiti';
    font-size: 18px;
    color: #432918;
    vertical-align: middle;
    background-color:rgba(255, 255, 255, 0.7);
}
.RowReporting3{
    padding: 0px 0px;
    /*font-family: 'Mongolian Baiti';*/
    font-size: 13px;
    color: #432918;
    vertical-align: top;
    background-color:rgba(255, 255, 255, 0.7);
}
.PhotoReporting{
    border-radius: 8px;
    width: 120px;
}
.Footertable{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    /*line-height: 1.428571429;*/
    color: #9CB5A9;
    vertical-align: middle;
    background-color:rgba(255, 255, 255, 0.7);
    border: 0px solid #cccccc;
}

.btnHome {
    font: bold 20px Arial,sans-serif;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0.1em 0 rgba(0,0,0,0.19);
    display: inline-block;
    outline: none;
    cursor: pointer;
    padding: 0.4em 2em 0.5em;
    border: 3px solid;
    border-color: rgba(128, 8, 16, 0.80);
    background-color: rgba(0, 57, 75, 0.2);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background: rgba(0, 57, 75, 0.4);
    -moz-transition: all 100ms;
    -o-transition: all 100ms;
    -webkit-transition: all 100ms;
    transition: all 100ms;
}

.btnHome:active {
  padding: 0.4em 2em 0.4em;
  margin-top: 0.1em;
  border-color: rgba(128, 8, 16, 0.80);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background: rgba(0, 57, 75, 0.2);
  -moz-box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1) inset, 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset, -0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1) inset, 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset, -0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1) inset, 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset, -0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset;
  -moz-transition: all 10ms;
  -o-transition: all 10ms;
  -webkit-transition: all 10ms;
  transition: all 10ms;
}

.Rowtable{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-family: 'Mongolian Baiti';
    font-size: 25px;
    line-height: 1.428571429;
    color: #432918;
    vertical-align: middle;
    background-color:rgba(255, 255, 255, 0.7);
    border: 0px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.Headertable{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: block;
    width: 100%;
    font-family: 'Mongolian Baiti';
    padding: 6px 12px;
    font-size: 25px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color:rgba(0, 57, 75, 0.8);
    border: 0px solid #cccccc;
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.common-form__input {
    width: 100%;
    color: white;
    outline: none;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    font-size: 1.3rem;
    line-height: 2.4;
    font-weight: 300;
    letter-spacing: .3rem;
    border-radius: 0;
    background-color: transparent;
}

.icon-bar {
    z-index: 1;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 50%;
    width: 5%;
    text-align: center;
    background-color: transparent;
}

.icon-bar a {
    display: block;
    transition: all 0.3s ease;
    color: white;
    font-size: 36px;
}

.button-home {
    z-index: 1;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 50%;
    width: 100%;
    text-align: center;
    background-color: transparent;
}

.button-home a {
    display: block;
    transition: all 0.3s ease;
    color: white;
    font-size: 36px;
}

.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate2 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.guestModalArrival1 {
    border: 2px solid;
    border-top-color: snow;
    border-left-color: snow;
    border-bottom-color: darkgray;
    border-right-color: darkgray;
    margin-top: 0px;
    height: 200px;
    width: 200px;
    margin-left: 0%;
}

.guestModalArrival2 {
    border: 2px solid;
    border-top-color: snow;
    border-left-color: snow;
    border-bottom-color: darkgray;
    border-right-color: darkgray;
    margin-top: 0px;
    height: 70px;
    width: 70px;
    margin-left: -8%;
    margin-top: 0%;
}

/* Customize the label (the container) */
.containerRadio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.containerRadio input {
    position: absolute;
    opacity: 0;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #FFDEAD;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.containerRadio:hover input ~ .checkmark {
    background-color: #E9C9B1;
}
/* When the radio button is checked, add a blue background */
.containerRadio input:checked ~ .checkmark {
    background-color: #442a18;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.containerRadio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.animate-repeat {
    line-height: 30px;
    list-style: none;
    box-sizing: border-box;
}

.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
    transition: all linear 1s;
}

.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
    opacity: 0;
    max-height: 0;
}

.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
    opacity: 1;
    max-height: 30px;
}

.btn.LinkCopy {
    position: absolute;
    z-index: 2;
    right: 5px;
    bottom: 5px;
    background: #e5e5e5;
    left: 5px;
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.form-control#LinkCopy {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #777;
    font-size: 16px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

label.LinkCopy {
    background: #fff;
    position: inherit;
    z-index: 1;
    padding: 0 7px;
}

.StripeElement {
    padding: 10px 12px;
    color: #32325d;
    font-family: "Arial";
    font-size: 18px;
    height: 37px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 3px 2px #e6ebf1;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.accordion {
    background-color: #cce1e8;
    color: #444;
    cursor: pointer;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .active, .accordion:hover {
        background-color: #ccc;
        font-weight: bold;
    }

    .accordion:after {
        content: "\1F897";
        color: #f06c40;
        font-weight: bold;
        float: right;
        font-size: 20px;
        margin-left: 5px;
    }


.inputSalesAccount {
    padding: 10px 12px;
    color: #32325d;
    font-family: "Arial";
    font-size: 18px;
    height: 37px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 3px 2px #e6ebf1;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.panel {
    margin-bottom: 0px;
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.btnMenu2 {
    background: rgba(0, 57, 75, 0.8);
    border-radius: 5px;
    color: white;
    cursor: pointer;
    height: 30px;
    padding: 5px 20px 10px 20px;
    width: 100%;
}
.btnMenu {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    color: white;
    cursor: pointer;
    padding: 10px 10px 5px 10px;
    height: 135px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.btnMenu3 {
      background:rgba(250, 235, 215, 0.8);
      border-radius:5px;
      color:#442A18;
      font-weight:bold;
      cursor: pointer;
      height:30px;
      padding: 5px 20px 10px 20px;
      width:100%;
}
.btnMenu4 {
    background: rgba(0, 57, 75, 0.7);
    border-radius: 5px;
    color: white;
    cursor: pointer;
    padding: 10px 10px 5px 10px;
    height: 135px;
    margin-left: 10px;
}
#tblResult {
    height: 200pt;
    overflow: auto;
}
#tableCustomer {
    height: 200px;
    overflow: auto;
}
#tbldivSearch {
    height: 400px;
    overflow:auto;
}
#tbldivSearchAdvanced {
    height: 400px;
    overflow:auto;
}
#myModalPJWidth {
    width: 440px;
}
#myModalSyspertecWidth {
    width: 470px;
}
#DialogMsgBox .modal-body {
    /*max-height: 400px;*/
}

.hideOL {
    width: 300px;
    background-image: linear-gradient(to right, #f06c40, #b34343);
    background-position: 5px calc(100% - 5px);
    background-size: calc(100% - 10px) 2px;
    background-repeat: no-repeat;
    background-color: #fcfcfc;
    border: 1px solid;
    padding: 10px;
    font-size: 14px;
    padding-left: 5px;
}

.hideOL:focus {
    outline: none;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}
/*JQueri Mr Doe DialogBox**/
.btnDialogBoxTitle {
  background: #b35c22;
  background-image: -webkit-linear-gradient(top, #b35c22, #54311b);
  background-image: -moz-linear-gradient(top, #b35c22, #54311b);
  background-image: -ms-linear-gradient(top, #b35c22, #54311b);
  background-image: -o-linear-gradient(top, #b35c22, #54311b);
  background-image: linear-gradient(to bottom, #b35c22, #54311b);
  border:1px solid #442A18;
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.MrDoeFont-1 {
    font-family:"Mongolian Baiti";
    font-size: 25px;
    color: #442A18;
    font-weight:normal;
}

.btnDialogBoxTitle2 {
    background: #475e66;
    background-image: -webkit-linear-gradient(top, #475e66, #011c25);
    background-image: -moz-linear-gradient(top, #475e66, #011c25);
    background-image: -ms-linear-gradient(top, #475e66, #011c25);
    background-image: -o-linear-gradient(top, #475e66, #011c25);
    background-image: linear-gradient(to bottom, #475e66, #011c25);
    border: 1px solid #011c25;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    text-shadow: 0px 1px 1px #000;
}


.divDialogBox {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #707070;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  border-top: solid #442a18 1px;
  border-left: solid #442a18 1px;
  border-right: solid #442a18 1px;
  text-decoration: none;
  background: #ffffff;
  padding: 10px 20px 10px 20px;
}

.btnDialogBoxFooter {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 0px;
  color: #432a18;
  font-size: 16px;
  padding: 5px 5px 5px 5px;
  border-top: solid #c0c0c0 1px;
  border-bottom: solid #442a18 1px;
  border-left: solid #442a18 1px;
  border-right: solid #442a18 1px;
  text-decoration: none;
  background: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align:right;
}

.btnDialogBox {
    background: #475e66;
    background-image: -webkit-linear-gradient(top, #475e66, #011c25);
    background-image: -moz-linear-gradient(top, #475e66, #011c25);
    background-image: -ms-linear-gradient(top, #475e66, #011c25);
    background-image: -o-linear-gradient(top, #475e66, #011c25);
    background-image: linear-gradient(to bottom, #475e66, #011c25);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px #7fa4b1;
    -moz-box-shadow: 1px 1px 3px #7fa4b1;
    box-shadow: 1px 1px 3px #7fa4b1;
    font-family: Arial;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 20px 5px 20px;
    /*border: solid #011015 1px;*/
    text-decoration: none;
    margin: 2px;
}
    .btnDialogBox:hover {
        background: #304046;
        background-image: -webkit-linear-gradient(top, #304046, #011015);
        background-image: -moz-linear-gradient(top, #304046, #011015);
        background-image: -ms-linear-gradient(top, #304046, #011015);
        background-image: -o-linear-gradient(top, #304046, #011015);
        background-image: linear-gradient(to bottom, #304046, #011015);
        text-decoration: none;
    }

.btnDialogBoxClose {
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 0px 5px 5px 5px;
  position: absolute;
  top:10px;
  right: 5px;
  width: 40px;
  text-align:center;
}
.btnDialogBoxClose:hover {
  color: #C0C0C0;
}
/*Fin JQueri Mr Doe DialogBox*/


.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/Load.gif') 50% 50% no-repeat rgba(249,249,249,0.3);
}

  .Height10{
      height:10px;
    min-height: 6px;
}


.loading{
    font-family: Arial;
    font-size: 10pt;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    color: black;
    z-index: 999;
}

div.selectbox-wrapper {
position:absolute;
width:400px;
background-color:white;
border:1px solid #ccc;
margin:0px;
margin-top:-10px;
padding:0px;
text-align:left;
max-height:200px;
overflow:auto;
}
.MrDoeCenter {
    text-align:center;
}
/*Drop down list styles*/
div.selectbox-wrapper ul {
list-style-type:none;
margin:0px;
padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected {
background-color: #EAF2FB;
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current {
background-color: #CDD8E4;
}

/* Drop down list items style*/
div.selectbox-wrapper ul li {
list-style-type:none;
display:block;
margin:0;
padding:2px;
cursor:pointer;
}

/* Look and feel of select box */
.selectbox
{
margin: 0px 5px 10px 0px;
padding-left:2px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:1em;/* Resize Font*/
width : 190px; /* Resize Width */
display : block;
text-align:left;
background: url('../img/bg_select.png') right;
cursor: pointer;
border:1px solid #D1E4F6;
color:#333;
}



.btn1 {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}
.btn1:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn1:hover,
.btn1:focus {
  color: #cccccc;
  text-decoration: none;
}
.btn1:active,
.btn1.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn1.disabled,
.btn1[disabled],
fieldset[disabled] .btn1 {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-MrDoe1 {
    color: #ffffff;
    background-color: rgba(0, 57, 75, 0.8);
    border-color: rgba(108, 69, 4, 1);
}
.btn-MrDoe1H {
    color: #ffffff;
    text-shadow: 0px 1px 1px #000;
    background-color: rgba(0, 57, 75, 1);
    border-color: rgba(0, 57, 75, 0.7);
}
.btn-MrDoe1:hover,
.btn-MrDoe1:focus,
.btn-MrDoe1:active,
.btn-MrDoe1.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: rgba(108,69,4,0.8);
    border-color: rgba(0, 57, 75, 1);
}
.btn-MrDoe2 {
    color: #ffffff;
    background-color: rgba(0, 57, 75, 0.8);
    border-color: rgba(0, 57, 75, 1);
    border-radius: 0px;
}
.btn-MrDoe3 {
    color: #ffffff;
    background-color: rgba(108, 69, 4, 0.8);
    border-color: rgba(0, 57, 75, 1);
    border-radius: 0px;
}
.btn-MrDoe2:hover,
.btn-MrDoe2:focus,
.btn-MrDoe2:active,
.btn-MrDoe2.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: rgba(108,69,4,0.8);
    border-color: rgba(0, 57, 75, 1);
}
.MainSectionResearch {
    /*width: 1515px;*/
/*background:  url('~/img/ImgTest.jpg') no-repeat center left;*/
  background-image: url('img/ImgTest.jpg');
  /*background-image: url('Images/Arrowhead-Down-01.png');*/
}
#FormA83 {
    width: 1515px;
}
#brand-image {
    width: 15px;
}
.sBorderCtrlResearch { 
    /*margin: 50px 50px 50px 50px;*/
    /*margin-left:50px;*/
	border: none 0px #D1D1D1;
	border-radius: 5px;
	background-color:rgba(255, 255, 255, 0.3);
}
.sBorderResultResearch1 {
	border: none 0px #D1D1D1;
	border-radius: 5px ;
	background-color:rgba(255, 255, 255, 0.5);
}
.sBorderResultResearch2 {
	border: none 0px #D1D1D1;
	border-radius: 5px;
	background-color:rgba(237, 231, 224, 0.2);
}
.sBgMrDoe0 {
	border: none 0px #D1D1D1;
	border-radius: 5px;
	background-color:rgba(255, 255, 255, 0.5);
}
.sBgMrDoe1 {
    border: none 0px #D1D1D1;
    border-radius: 5px;
    background-color: rgba(0, 57, 75, 0.5);
}
.sBgMrDoe2 {
	border: none 0px #D1D1D1;
	border-radius: 5px ;
	background-color:rgba(157, 181, 170, 0.5);
}
.sBgMrDoe3 {
	border: none 0px #D1D1D1;
	border-radius: 5px ;
	background-color:rgba(237, 28, 36, 0.5);
}
.sBorderBtnForm1 {
    margin: 10px 10px 10px 10px;
	border:solid 0px #D1D1D1;
	border-radius: 10px;
	background-color:rgba(255, 255, 255, 0.2);
    /*background-image:url(~/img/ArrierePlan2.jpg)*/
}
.sBorderBtnForm2 {
    margin: 10px 10px 10px 10px;
	border:solid 0px #D1D1D1;
	border-radius: 10px;
	background-color:rgba(156,181,169, 1);
    /*background-image:url(~/img/ArrierePlan2.jpg)*/
}
.sTextBox1 {
     font-size: small;
     height:20px;
     width:225px;
     font-family:Calibri;
 }
.sTextBox2 {
     font-size: small;
     height:18px;
     width:125px;
     font-family:Calibri;
 }
.sTextBox3 {
     font-size: small;
     width:2250px;
     height:50px;
     font-family:Calibri;
 }
.sTextBox4 {
     font-size: small;
     width:100%;
     height:50px;
     font-family:Calibri;
     position:relative;
 }
.sTextBox5 {
  display: block;
  width: 100%;
  height: 18px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.sTextBox5:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.sTextBox6 {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 5px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #00246B;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.sTextBox6:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.InputFieldLock {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 5px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #00246B;
  vertical-align: middle;
  background-color: #CCD6E0;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.InputFieldLock:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.sTextBox7 {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0px 5px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #00246B;
  vertical-align: middle;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.sTextBox7:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.LabelReport1{
  background-color: #17497D;
  color: #EFF2F7;
}

.LabelReport2{
  background-color: white;
  color: #1F497D;
  font:bold;
}

.LabelReport3{
  background-color: rgba(255, 255, 255, 0.7);
  color: #1F497D;
}

.LabelReport4{
  background-color: #FFFFFF;
  color: #7F7F7F;
}

.btnPerso-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.ddl {
    border: 2px solid #7d6754;
    border-radius: 5px;
    padding: 3px;
    -webkit-appearance: none;
    background-image: url('Images/Arrowhead-Down-01.png');
    background-position: 88px;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
}

.TblBorder1 {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(198, 209, 222);
}


.HeaderReporting {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: block;
    width: 100%;
    font-family: 'Mongolian Baiti';
    padding: 6px 12px;
    font-size: 25px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color: rgba(0, 57, 75, 0.8);
    border: 0px solid #cccccc;
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.HeaderReportingLeft{
    border-top-left-radius: 5px;
    display: block;
    width: 100%;
    font-family: 'Mongolian Baiti';
    padding: 6px 5px;
    font-size: 20px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color:rgba(0, 57, 75, 0.8);
    border: 0px solid #cccccc;
}
.HeaderReportingLeftRnipp {
    border-top-left-radius: 5px;
    display: block;
    width: 100%;
    /*font-family: 'Mongolian Baiti';*/
    padding: 6px 5px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color: rgba(0, 57, 75, 0.8);
    border: 0px solid #cccccc;
}
.HeaderReportingRight {
    border-top-right-radius: 5px;
    display: block;
    width: 100%;
    font-family: 'Mongolian Baiti';
    padding: 6px 0px;
    font-size: 20px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color: rgba(0, 57, 75, 0.8);
    border: 0px solid #cccccc;
}
.HeaderReportingRightRnipp {
    border-top-right-radius: 5px;
    display: block;
    width: 100%;
    /*font-family: 'Mongolian Baiti';*/
    padding: 6px 5px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color: rgba(0, 57, 75, 0.8);
    border: 0px solid #cccccc;
}
.RowReportingRnipp {
    /*padding: 0px 12px;*/
    /*font-family: 'Mongolian Baiti';*/
    /*font-size: 18px;*/
    /*color: #432918;*/
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.5);
    /*border-right: 1px solid rgba(0, 57, 75, 0.8);*/
    border-left: 1px solid rgba(0, 57, 75, 0.8);
}
.FooterReporting {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /*display:block;*/
    width: 100%;
    /*font-family: 'Mongolian Baiti';*/
    padding: 6px 0px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color: rgba(0, 57, 75, 0.8);
    border: 0px solid #cccccc;
}
.HeaderReportingMiddle {
    font-family: 'Mongolian Baiti';
    padding: 6px 0px;
    font-size: 20px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color: rgba(0, 57, 75, 0.8);
    border: 0px solid #cccccc;
}
.HeaderReportingMiddleRnipp {
    /*font-family: 'Mongolian Baiti';*/
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color: rgba(0, 57, 75, 0.8);
    border-right: 1px solid rgba(245, 240, 235, 0.3);
    border-left: 1px solid rgba(245, 240, 235, 0.3);
}
.HeaderReportingMiddle2 {
    /*font-family: 'Mongolian Baiti';*/
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color: rgba(0, 57, 75, 0.5);
    border: 0px solid #cccccc;
}
.RowReporting{
    padding: 6px 12px;
    font-family: 'Mongolian Baiti';
    font-size: 24px;
    color: #432918;
    vertical-align: middle;
    background-color:rgba(255, 255, 255, 0.7);
}
.RowReporting2{
    padding: 0px 12px;
    font-family: 'Mongolian Baiti';
    font-size: 18px;
    color: #432918;
    vertical-align: middle;
    background-color:rgba(255, 255, 255, 0.7);
}
.RowReporting3{
    padding: 0px 0px;
    /*font-family: 'Mongolian Baiti';*/
    font-size: 13px;
    color: #432918;
    vertical-align: top;
    background-color:rgba(255, 255, 255, 0.7);
}
.PhotoReporting{
    border-radius: 8px;
    width: 120px;
}
.Footertable{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    /*line-height: 1.428571429;*/
    color: #9CB5A9;
    vertical-align: middle;
    background-color:rgba(255, 255, 255, 0.7);
    border: 0px solid #cccccc;
}

.btnHome {
    font: bold 20px Arial,sans-serif;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0.1em 0 rgba(0,0,0,0.19);
    display: inline-block;
    outline: none;
    cursor: pointer;
    padding: 0.4em 2em 0.5em;
    border: 3px solid;
    border-color: rgba(128, 8, 16, 0.80);
    background-color: rgba(0, 57, 75, 0.2);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background: rgba(0, 57, 75, 0.4);
    -moz-transition: all 100ms;
    -o-transition: all 100ms;
    -webkit-transition: all 100ms;
    transition: all 100ms;
}

.btnHome:active {
  padding: 0.4em 2em 0.4em;
  margin-top: 0.1em;
  border-color: rgba(128, 8, 16, 0.80);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background: rgba(0, 57, 75, 0.2);
  -moz-box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1) inset, 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset, -0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1) inset, 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset, -0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1) inset, 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset, -0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset;
  -moz-transition: all 10ms;
  -o-transition: all 10ms;
  -webkit-transition: all 10ms;
  transition: all 10ms;
}

.Rowtable{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-family: 'Mongolian Baiti';
    font-size: 25px;
    line-height: 1.428571429;
    color: #432918;
    vertical-align: middle;
    background-color:rgba(255, 255, 255, 0.7);
    border: 0px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.Headertable{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: block;
    width: 100%;
    font-family: 'Mongolian Baiti';
    padding: 6px 12px;
    font-size: 25px;
    line-height: 1.428571429;
    color: #ffffff;
    vertical-align: middle;
    background-color:rgba(0, 57, 75, 0.8);
    border: 0px solid #cccccc;
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.common-form__input {
    width: 100%;
    color: white;
    outline: none;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    font-size: 1.3rem;
    line-height: 2.4;
    font-weight: 300;
    letter-spacing: .3rem;
    border-radius: 0;
    background-color: transparent;
}

.icon-bar {
    z-index: 1;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 50%;
    width: 5%;
    text-align: center;
    background-color: transparent;
}

.icon-bar a {
    display: block;
    transition: all 0.3s ease;
    color: white;
    font-size: 36px;
}

.button-home {
    z-index: 1;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 50%;
    width: 100%;
    text-align: center;
    background-color: transparent;
}

.button-home a {
    display: block;
    transition: all 0.3s ease;
    color: white;
    font-size: 36px;
}

.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate2 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.guestModalArrival1 {
    border: 2px solid;
    border-top-color: snow;
    border-left-color: snow;
    border-bottom-color: darkgray;
    border-right-color: darkgray;
    margin-top: 0px;
    height: 200px;
    width: 200px;
    margin-left: 0%;
}

.guestModalArrival2 {
    border: 2px solid;
    border-top-color: snow;
    border-left-color: snow;
    border-bottom-color: darkgray;
    border-right-color: darkgray;
    margin-top: 0px;
    height: 70px;
    width: 70px;
    margin-left: -8%;
    margin-top: 0%;
}

/* Customize the label (the container) */
.containerRadio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.containerRadio input {
    position: absolute;
    opacity: 0;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #FFDEAD;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.containerRadio:hover input ~ .checkmark {
    background-color: #E9C9B1;
}
/* When the radio button is checked, add a blue background */
.containerRadio input:checked ~ .checkmark {
    background-color: #442a18;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.containerRadio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.width35 {
    width: 35px;
}
.height39 {
    height: 39px;
}
.btnInfo {
    cursor: default;
}
.toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}

.ptop3 {
    padding-top: 3px;
    padding-right: 2px;
}

    .toggle:before {
        content: "";
        position: relative;
        top: 3px;
        left: 3px;
        width: 34px;
        height: 14px;
        display: block;
        background: #9A9999;
        border-radius: 8px;
        transition: background 0.2s ease;
    }

    .toggle span {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        display: block;
        background: white;
        border-radius: 10px;
        box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
        transition: all 0.2s ease;
    }

        .toggle span:before {
            content: "";
            position: absolute;
            display: block;
            margin: -18px;
            width: 56px;
            height: 56px;
            background: rgba(79, 46, 220, 0.5);
            border-radius: 50%;
            transform: scale(0);
            opacity: 1;
            pointer-events: none;
        }

#cbx:checked + .toggle:before {
    background: #85f793;
}

#cbx:checked + .toggle span {
    background: #31ab3a;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

    #cbx:checked + .toggle span:before {
        transform: scale(1);
        opacity: 0;
        transition: all 0.4s ease;
    }

#cbx2:checked + .toggle:before {
    background: #85f793;
}

#cbx2:checked + .toggle span {
    background: #31ab3a;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

    #cbx2:checked + .toggle span:before {
        transform: scale(1);
        opacity: 0;
        transition: all 0.4s ease;
    }

#cbx3:checked + .toggle:before {
    background: #85f793;
}

#cbx3:checked + .toggle span {
    background: #31ab3a;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

    #cbx3:checked + .toggle span:before {
        transform: scale(1);
        opacity: 0;
        transition: all 0.4s ease;
    }

#cbx4:checked + .toggle:before {
    background: #85f793;
}

#cbx4:checked + .toggle span {
    background: #31ab3a;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

    #cbx4:checked + .toggle span:before {
        transform: scale(1);
        opacity: 0;
        transition: all 0.4s ease;
    }

#cbx5:checked + .toggle:before {
    background: #85f793;
}

#cbx5:checked + .toggle span {
    background: #31ab3a;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

    #cbx5:checked + .toggle span:before {
        transform: scale(1);
        opacity: 0;
        transition: all 0.4s ease;
    }

.center {
    /*position: absolute;*/
    top: calc(50% - 10px);
    left: calc(50% - 20px);
}


/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #40acf0;
    border-radius: 10px;
}

ol#ulTerms1 {
    counter-reset: repas;
}
    ol#ulTerms1 li {
        list-style-type: none;
        counter-increment: repas;
        margin-bottom: 10px;
    }
        ol#ulTerms1 li:before {
            content: counter(repas);
            padding: 6px 20px 6px;
            margin-right: 8px;
            vertical-align: top;
            background: #f06c40;
            -moz-border-radius: 60px;
            border-radius: 60px;
            font-weight: bold;
            font-size: 0.8em;
            color: white;
        }

ol#ulTerms2 {
    counter-reset: repas;
}

    ol#ulTerms2 li {
        list-style-type: none;
        counter-increment: repas;
        margin-bottom: 10px;
    }

        ol#ulTerms2 li:before {
            content: counter(repas);
            padding: 6px 20px 6px;
            margin-right: 8px;
            vertical-align: top;
            background: #f06c40;
            -moz-border-radius: 60px;
            border-radius: 60px;
            font-weight: bold;
            font-size: 0.8em;
            color: white;
        }


.debug {
    background-color: red
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

body {
    margin: 0;
    padding: 0;
}

#aAlert:hover {
    color: #fff;
    text-shadow: 0px 1px 1px rgb(0, 57, 75);
}

.howItWorksTitle {
    text-shadow: 1px 1px 1px #000000;
    font-size: 25px;
}

.howItWorksText {
    text-shadow: 0px 1px 1px #000000;
}

.main-container {
    display: table;
    width: 400px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.form-container {
    position: relative;
    bottom: 0;
    display: table-cell;
    vertical-align: middle;
}

    .form-container form > div {
        padding: 0 15px;
    }

    .form-container form > button {
        margin-left: 15px;
    }

legend.form-label {
    font-size: 24pt;
    padding: 0 15px;
}

.form-control.error {
    border-color: red;
}

.form-hint {
    font-size: 7pt;
    line-height: 9pt;
    margin: -5px auto 5px;
    color: #999;
}

    .form-hint.error {
        color: #C00;
        font-weight: bold;
        font-size: 8pt;
    }

.password-count {
    float: right;
    position: relative;
    bottom: 24px;
    right: 10px;
}

.strength-meter {
    position: relative;
    height: 3px;
    background: #DDD;
    margin: 10px auto 20px;
    border-radius: 3px;
}

    .strength-meter:before,
    .strength-meter:after {
        content: '';
        height: inherit;
        background: transparent;
        display: block;
        border-color: #FFF;
        border-style: solid;
        border-width: 0 5px 0 5px;
        position: absolute;
        width: 80px;
        z-index: 10;
    }

    .strength-meter:before {
        left: 70px;
    }

    .strength-meter:after {
        right: 70px;
    }

.strength-meter-fill {
    background: transparent;
    height: inherit;
    position: absolute;
    width: 0;
    border-radius: inherit;
    transition: width 0.5s ease-in-out, background 0.25s;
}

    .strength-meter-fill[data-strength='0'] {
        background: darkred;
        width: 20%;
    }

    .strength-meter-fill[data-strength='1'] {
        background: orangered;
        width: 40%;
    }

    .strength-meter-fill[data-strength='2'] {
        background: orange;
        width: 60%;
    }

    .strength-meter-fill[data-strength='3'] {
        background: yellowgreen;
        width: 80%;
    }

    .strength-meter-fill[data-strength='4'] {
        background: green;
        width: 100%;
    }

.profilEditPhone {
    position: absolute;
    z-index: 1;
    right: calc(4vh - 1em + 6px);
    font-size: 16px;
    top: 5px;
    cursor: pointer;
    border-radius: 75%;
    background-color: #0b2842;
    color: #eee;
    padding-left: 4px;
    padding-top: 4px;
    width: 25px;
    height: 25px
}


/*
** Ad info
*/

p {
    margin-bottom: 5px;
    margin-top: 5px;
}

.adInfoDisplay {
    position: relative;
    margin: 10px;
    border-radius: 5px;
    /*font-size: 50%;*/
}

.adInfoDisplaySub {
    box-shadow: 0px 0px 10px;
    box-shadow: none;
}

.adInfoDisplaySub2 {
    background-color: rgba(255,255,255,0.14);
    box-shadow: 0px 0px 10px;
    box-shadow: none;
}

.footerBorder {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top-color: #40acf0;
}

.navbarBorder {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-color: #40acf0;
}

.whiteGrayTextShadow {
    color: #d6d6d6;
    text-shadow: 0px 1px 1px #000;
}

.whiteTextShadow {
    color: #ffffff;
    text-shadow: 0px 1px 1px #000;
}

.blackTextShadow {
    color: #000000;
    text-shadow: 1px 1px 1px #767676;
}

.blueTextShadow {
    color: #002734;
    /*text-shadow: 1px 1px 1px #ffffff;*/
}

.blackTextShadow2 {
    color: #000000;
    text-shadow: 1px 1px 1px #fff;
}

.orangeTextShadow {
    color: #f06c40;
    text-shadow: 0px 1px 1px #000;
}

.redTextShadow {
    color: #801515;
    text-shadow: 0px 1px 1px #555;
}

.yellowTextShadow {
    color: #f0ca40;
    text-shadow: 0px 1px 1px #000;
}

.aLinkOrange {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

    .aLinkOrange:hover {
        text-decoration: none;
        color: #f06c40;
        cursor: pointer;
    }

.adCenter {
    text-align: center;
    font-size: 2rem;
}

.adLeft {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.leftInfo {
    font-size: 20px;
    text-align: right;
}

.Banner1 {
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    background: url('/img/Banner1.jpg') no-repeat;
    background-color: transparent;
    color: rgb(0,57,75);
}

.Certificate {
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    background-color: transparent;
    color: rgb(1,39,51);
}

.Banner2 {
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    background: url('/img/Banner2.jpg') no-repeat;
    background-color: transparent;
    color: rgb(0,57,75);
}

.Banner3 {
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    background: url('/img/Banner3.gif') no-repeat;
    background-color: transparent;
    color: rgb(0,57,75);
    margin:0px;
}

.leftInfo {
    text-align: left;
    height: 100%;
    align-items: center;
}

.adSuitcase {
    font-size: 80px;
    margin-bottom: 5px;
}

.suitcaseNumber {
    border-radius: 0;
    background-color: transparent;
    margin-top: 55%;
    font-size: 50px;
    color: white;
}
.NoteBuyer {
    font-size: 13px;
    background-color: transparent;
    color: #000;
}

.userCertified {
    margin-top: 330%;
    margin-left:142%;
    width:20px;
    font-size: 2rem;
    color: limegreen;
    border-radius: 75%;
    background-color: snow;
    line-height:18px;
}


.adBadge {
    height: auto;
    width: 100px;
}

.topSpace {
    height: 200px;
}

.envelope {
    margin-top: -10px;
}

.soldBanner {
    width: 80px;
}

.reviewPhoto {
    width: 80px;
    height: 80px;
}

.homeTitle {
    font-size: 55px;
    color: #ffd356;
    text-shadow: 2px 2px 1px rgb(0, 31, 46);
}

.homeSubtitle {
    font-size: 40px;
    color: #fff;
    text-shadow: 2px 2px 1px rgb(0, 31, 46);
}

.logIcon {
    font-size: 25px;
    flex-grow: 1;
}

.entryText {
    font-size: 20px;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
}

.adListDest {
    font-size: 30px;
    text-align: center;
}

.adListPicBlock {
    width: 100px;
    height: 100px;
    position: relative;
    margin-left: 10%;
}

.adListEdit {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: rgb(0,57,75);
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
}

@media (max-width: 320px) {
    .adListPic {
        width: calc(1.75vw + 40px);
    }
    .adListPic2 {
        position: absolute;
        bottom: 120px;
        left: 8%;
    }
    .adListPic3 {
        position: absolute;
        bottom: 17px;
        left: calc(6.75vw + 20px);
    }
    .adListPic4 {
        position: absolute;
        bottom: 120px;
        left: 8%;
    }
    .adListEdit {
        width: calc(1.75vw + 40px);
        height: calc(1.75vw + 40px);
    }
}
@media (max-width: 767px) and (min-width: 321px) {
    .adListPic {
        width: calc(6.25vw + 30px);
    }
    .adListPic2 {
        position: absolute;
        bottom: 110px;
        left: 25px;
    }
    .adListPic3 {
        position: absolute;
        bottom: 12px;
        left: calc(6.25vw + 15px);
    }
    .adListPic4 {
        position: absolute;
        bottom: 110px;
        left: 25px;
    }
    .adListEdit {
        width: calc(6.25vw + 30px);
        height: calc(6.25vw + 30px);
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .adListPic {
        width: 58px;
    }
    .adListPic2 {
        position: absolute;
        bottom: 85px;
        left: 4%;
    }
    .adListPic3 {
        position: absolute;
        bottom: 40px;
        left: 60px;
    }
    .adListPic4 {
        position: absolute;
        bottom: 85px;
        left: 4%;
    }
    .adListEdit {
        width: 58px;
        height: 58px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .adListPic {
        width: 60px;
    }
    .adListPic2 {
        position: absolute;
        bottom: 90px;
        left: 3%;
    }
    .adListPic3 {
        position: absolute;
        bottom: 40px;
        left: 60px;
    }
    .adListPic4 {
        position: absolute;
        bottom: 90px;
        left: 3%;
    }
    .adListEdit {
        width: 60px;
        height: 60px;
    }
}
@media (min-width: 1200px) {
    .adListPic {
        width: 55px;
    }
    .adListPic2 {
        position: absolute;
        bottom: 85px;
        left: 2%;
    }
    .adListPic3 {
        position: absolute;
        bottom: 45px;
        left: 60px;
    }
    .adListPic4 {
        position: absolute;
        bottom: 85px;
        left: 2%;
    }
    .adListEdit {
        width: 55px;
        height: 55px;
    }
}
.travel {
    font-size: 35px;
}

.spanPagination {
    font-size: 20px;
    color: rgb(0,57,75);
    font-family: "cambria";
    text-shadow: 0px 1px 1px #ccc;
    font-weight: bold;
}

.adListCheck {
    position: absolute;
    bottom: 4px;
    right: 4px;
    font-size: 2rem;
    color: limegreen;
    border-radius: 75%;
    background-color: snow
}

.adListPrev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 75%;
    background-color: hotpink;
    color: white;
    box-shadow: 1px 1px 2px rgb(0,57,75);
    opacity: 0.7;
    z-index: 1;
    cursor: pointer;
}

    .adListPrev:hover * {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-size: 30px;
        border-radius: 75%;
        background-color: deeppink;
        position: absolute;
        right: 5%;
        bottom: 5%;
        box-shadow: 1px 1px 2px rgb(0,57,75);
        opacity: 0.7;
        z-index: 1;
        cursor: pointer;
    }

.sexIcon {
    font-size: 70px;
    flex-grow:1;
}

.sexText {
    font-size: 45px;
    flex-grow: 1;
}

.adPostBtnLogo {
    font-size: 45px;
    flex-grow:1;
}

.adPostBtnText {
    font-size: 15px;
    flex-grow: 1;
}

.adPostBtnText2 {
    font-size: 20px;
    flex-grow: 1;
}

.actionIcon {
    font-size: 120px
}

.actionTitle {
    font-size: 60px;
    position: relative;
    left: 2.2%
}

.actionText {
    margin-top: 10px;
    font-size: 20px;
    display: flex
}

@media (max-width: 320px) {
    .fsAd{
        font-size: 15px;
    }

    .adSuitcase {
        font-size: 45px;
    }

    .suitcaseNumber {
        margin-top: 30%;
        font-size: 25px;
    }

    .adBadge {
        width: 45px;
    }

    .envelope {
        margin-top: 0px;
    }

    .soldBanner {
        width: 70px;
    }

    .reviewPhoto {
        width: 45px;
        height: 45px;
    }

    .homeTitle {
        font-size: 14px;
        color: #ffd356;
        text-shadow: 2px 2px 1px rgb(0, 31, 46);
    }

    .homeSubtitle {
        font-size: 12px;
        color: #fff;
        text-shadow: 2px 2px 1px rgb(0, 31, 46);
    }

    .logIcon {
        font-size: 20px;
    }

    .entryText {
        font-size: 13px;
        text-shadow: 1px 1px 1px #000;
        color: #fff;
    }

    .adListDest {
        font-size: 30px;
    }

    .adListPicBlock {
        width: 60px;
        height: 60px;
        position: relative;
    }

    .travel {
        font-size: 30px;
    }

    .actionIcon {
        font-size: 80px;
    }

    .actionTitle {
        font-size: 40px;
    }

    .actionText {
        font-size: 20px;
    }
}

@media (max-width: 960px) and (min-width: 321px) {
    .fsAd {
        font-size: 15px;
    }

    .adSuitcase {
        font-size: calc(5.46875vw + 27.5px);
        margin-bottom: 0px;
    }

    .suitcaseNumber {
        margin-top: calc(0.0390625 * 100% + 17.5%);
        font-size: calc(3.90625vw + 12.5px);
    }

    /*.adPrice {
        font-size: calc(6.205vw);
    }*/

    .adBadge {
        width: calc(9.21875vw + 15.28px);
    }

    .envelope {
        margin-top: calc(3.125vw -10px);
    }

    .soldBanner {
        width: calc(1.5625vw + 65px);
    }

    .reviewPhoto {
        width: calc(5.46875vw + 27.5px);
        height: calc(5.46875vw + 27.5px);
    }

    .homeTitle {
        font-size: calc(6.40625vw - 6.5px);
        color: #ffd356;
        text-shadow: 2px 2px 1px rgb(0, 31, 46);
    }

    .homeSubtitle {
        font-size: calc(4.375vw - 2px);
        color: #fff;
        text-shadow: 2px 2px 1px rgb(0, 31, 46);
    }

    .postAdCaption50 {
        text-align: right;
        font-size: 50px;
        color: white;
        text-shadow: 0px 1px 1px #000;
    }

    .postAdCaption45 {
        text-align: right;
        font-size: 45px;
        color: white;
        text-shadow: 0px 1px 1px #000;
    }

    .logIcon {
        font-size: calc(3.125vw + 10px);
    }

    .entryText {
        font-size: calc(30px - 1em );
        text-shadow: 1px 1px 1px #000;
        color: #fff;
    }

    .adListDest {
        font-size: 30px;
    }

    .adListPicBlock {
        width: calc(6.25vw + 40px);
        height: calc(6.25vw + 40px);
    }

    .travel {
        font-size: calc(3.125vw + 20px);
    }

    .actionIcon {
        font-size: calc(6.25vw + 60px);
    }

    .actionTitle {
        font-size: calc(3.125vw + 30px);
    }

    .actionText {
        font-size: calc(1.5625wv + 15x);
    }
}

.navbarSpace {
    height: 60px;
}

.adListPicBlock {
    position: relative;
    top: 5px;
}

.topSpace {
    height: 10px;
}


.adPreviewBlock {
    box-shadow: none;
    margin-top: 0px;
}

.adSpacing {
    height: 10px;
}

    @media (min-height: 570px) and (max-height: 919px) {
        .topSpace {
        height: calc(37.14vh - 201.698px);
    }

    .adListPicBlock {
        top: calc(1.42857142857143vh - 3.142857142857143px);
    }

    .adPreviewBlock {
        margin-top: 0px;
    }

    .adSpacing {
        height: calc(12.85714285714286vh - 63.28571428571429px);
    }
}

@media (min-height: 920px) {
    .fsAd {
        font-size: 20px;
    }

    .topSpace {
        height: 30px;
    }

    .adListPicBlock {
        top: 10px;
    }

    .adPreviewBlock {
        margin-top: 0px;
    }

    .adSpacing {
        height: 55px;
    }
}

div.backButton {
    position: absolute;
    top: 50%;
    right: -20px;
    z-index: 1;
}

.carouselButton {
    width: 45px;
    height: 45px;
    border-radius: 75%;
    background-color: rgba(0,57,75, 0.65);
    color: white;
    text-align: center
}

.mainMenuButton {
    background-color: green;
    cursor: pointer
}

    .mainMenuButton:hover {
        background-color: limegreen;
    }

.hiddenInput {
    background-color: transparent;
    border-color: transparent;
    min-width: 30px;
    width: 95%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    padding-right:15px;
}

.hiddenInputB {
    background-color: transparent;
    border-color: transparent;
    min-width: 30px;
    width: 100%;
    top: 30%;
}

.hiddenInput:focus {
    outline: none
}

.discretLink {
    color: #ffd356;
    text-shadow: none;
}

    .discretLink:hover {
        color: #9cd7fc;
    }

.logInButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 75%;
    background-color: #40acf0;
    color: white;
    position: absolute;
    right: 5%;
    bottom: 5%;
    box-shadow: 1px 1px 2px rgb(128,128,128);
    opacity: 1;
    z-index: 1;
    cursor: pointer;
}

    .logInButton:hover * {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-size: 30px;
        border-radius: 75%;
        background-color: #ff4d12;
        right: 5%;
        bottom: 5%;
        box-shadow: 1px 1px 2px rgb(110,105,92);
        opacity: 1;
        z-index: 1;
        cursor: pointer;
    }

.registerNext {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 75%;
    background-color: #40acf0;
    color: white;
    box-shadow: 1px 1px 2px rgb(0,57,75);
    opacity: 1;
    z-index: 1;
    cursor: pointer;
}

    .registerNext:hover * {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-size: 30px;
        border-radius: 75%;
        background-color: #ff4d12;
        position: absolute;
        box-shadow: 1px 1px 2px rgb(0,57,75);
        opacity: 1;
        z-index: 1;
        cursor: pointer;
    }

.registerCreate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 75%;
    background-color: #009688;
    color: white;
    box-shadow: 1px 1px 2px rgb(0,57,75);
    opacity: 1;
    z-index: 1;
    cursor: pointer;
}

    .registerCreate:hover * {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-size: 30px;
        border-radius: 75%;
        background-color: #006d63;
        position: absolute;
        box-shadow: 1px 1px 2px rgb(0,57,75);
        opacity: 1;
        z-index: 1;
        cursor: pointer;
    }

.registerPrev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 75%;
    background-color: #40acf0;
    color: white;
    box-shadow: 1px 1px 2px rgb(0,57,75);
    opacity: 1;
    z-index: 1;
    cursor: pointer;
}

    .registerPrev:hover * {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-size: 30px;
        border-radius: 75%;
        background-color: #ff4d12;
        position: absolute;
        box-shadow: 1px 1px 2px rgb(0,57,75);
        opacity: 1;
        z-index: 1;
        cursor: pointer;
    }

.editButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 75%;
    background-color: #40acf0;
    color: white;
    box-shadow: 1px 1px 2px rgb(0,57,75);
    opacity: 1;
    z-index: 1;
    cursor: pointer;
}

    .editButton:hover * {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-size: 30px;
        border-radius: 75%;
        background-color: #ff4d12;
        position: absolute;
        box-shadow: 1px 1px 2px rgb(0,57,75);
        opacity: 1;
        z-index: 1;
        cursor: pointer;
    }

@media (max-width: 475px) {
    .editButton {
        right: 0;
    }
}

@media (max-width: 380px) {
    .editButton {
        height: 35px;
        width: 35px;
        bottom: -15px;
        font-size: 20px;
    }

        .editButton:hover {
            height: 35px;
            width: 35px;
        }
}

.socialBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border-color: transparent;
}

    .socialBtn:hover {
        box-shadow: 0px 1px 2px rgb(128, 128, 128);
        color: snow;
    }

.orThing {
    position: absolute;
    border: solid #328e93 1px;
    border-radius: 75%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #40acf0;
    top: calc(50% - 10px);
    right: calc(0% - 25px);
    z-index: 1;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
}

.errMsg {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (max-width: 990px) {
    .orThing {
        display: none;
    }

    .phoneCheckButton {
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .errMsg {
        margin-top: 0px;
        margin-bottom: 0px
    }
}

@media (min-width: 990px) {
    .borderHolder {
        border-left: solid #ccc 2px;
    }
}

.profilePic {
    width: 110px;
    z-index: 1;
    position: absolute;
    left: calc(50% - 50px);
    border-radius: 5px;
    top: 2px;
}



.stepLogo {
    font-size: 80px;
    z-index: 1;
    position: absolute;
    left: calc(50% - 40px);
    border-radius: 5px;
    top: 2px;
}

@media (min-width: 768px) {
    .stepLogo {
        font-size: 160px;
        top: -85px;
        left: calc(50% - 80px);
    }

    .profilePic {
        width: 190px;
        top: -85px;
        left: -70px;
    }
}

@media (max-width: 375px) {
    .profileNote {
        font-size: 17px;
    }
}

.registerNav {
    right: 0;
    top: 11.5px;
    display: flex;
    width: 120px;
    justify-content: space-between;
}

ul.bullet-list li::before {
    content: "\2022";
}

.forbiddenTable tr, th {
    border: solid 1px black;
}

.addPackageButton {
    background-color: rgba(255, 255, 255, 0.6);
    background-image: linear-gradient(rgb(41,191,24), rgb(100,175,10));
    border-radius: 5px;
    z-index: -2;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    cursor: pointer;
}

    .addPackageButton:hover {
        background-color: rgba(200, 200, 200, 0.6);
        background-image: linear-gradient(rgb(100,175,10), rgb(41,191,24));
    }

.passChangeButton {
    align-items:center;
    background-color: limegreen;
    border-radius: 5px;
    color: white;
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
    margin: 5px;
}

.passChangeButton:hover {
    background-color: lime;
}

.adPost {
    background-color: limegreen;
    border-radius:5px;
    margin:5px;
    text-align:center;
    width:95%;
}

.adPost:hover {
    background-color:lime
}

.dropdownButton {
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor:pointer
}

    .dropdownButton:hover {
        background-color: #428bca;
        text-decoration: none;
        color:white
    }

.dropDownText {
    color: inherit;
    font-size: 15px
}

    .dropDownText:hover {
        color: inherit;
        text-decoration: none;
    }

.hideOutline:focus {outline:0}

.gridList .ui-grid-row {
    display:flex;
    align-items:center; justify-content:flex-start
}

.gridList .ui-grid-row:hover {
    background-color: #6666EE;
    color:white
}

.mainMenuPageSubtitle {
    font-size: 18px
}

.mainMenuPageButton {
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 4px;
    background-color: green;
    border-radius: 5px;
    padding: 0;
    height: 30px;
    width: 95%;
}

.mainMenuPageButton:hover {
    background-color: limegreen
}

.mainMenuDiv {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    padding: 10px;
}

.filterDialogBox {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 25px;
    text-align: center; 
    position:absolute;
    right: 100%;
    top: 10%;
    z-index:20;
    max-width: 320px;
    border-radius: 5px;
}

.forbiddenContentTable {
    position: fixed;
    width:94%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 1px 5px 1px 5px;
    z-index: 5;
}

.forbiddenContentLine {
    display: flex;
    align-items: center;
    padding: 0 25px 0 25px;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin: 5px 0 5px 0;
}

.forbiddenContentObject {
    flex-grow: 10;
}

.blackScreen {
    background-color: rgba(0,0,0,0.6);
    width:1000000%;
    height:100000000%;
    position:fixed;
    top: -100%;
    left: -100%;
    z-index: 3
}

.reviewContainer {
    border-radius: 5px;
    background-color: rgba(255,255,255,0.6);
    padding: 10px
}

.reviewValidation {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 5px;
    background-color: forestgreen;
    cursor: pointer
}

.reviewValidation:hover {
    background-color:limegreen
}

.meter {
    height: 4px;
    position: relative;
    background: #555;
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    display:flex;
    align-items:center;
    width:94%
}

.videoContainer {
    overflow: hidden;
    width: calc(25% - 5px);
    height: 100vh;
    position:fixed;
    left: 0;
    top: 0;
    z-index: -100
}

@media (max-width: 991px) {
    .videoContainer {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: -100
    }
}

.packageDeleteButton {
    opacity: 1;
    box-shadow: 0px 0px 2px;
    position: absolute;
    top: calc(50% -25px);
    right: -25px;
    font-size: 30px;
    z-index: 1;
    border-radius: 75%;
    background-color: #a31616;
    width: 48px;
    height: 48px;
    color: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
    border: solid 2px;
    border-color: #ccc #999 #999 #ccc;
}

.packageDeleteButton:hover {
    border-color: #777 #aaa #aaa #777
}

.homeVideo {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden
}

.mainMenuPortion {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius:5px;
    height: auto;
    margin:15px;
    display:flex;
    flex-wrap:wrap;
    justify-content: center
}

.greenButton {
    background-color: rgba(255, 255, 255, 0.6);
    background-image: linear-gradient(rgb(41,191,24), rgb(100,175,10));
    cursor:pointer
}

    .greenButton:hover {
        background-color: rgba(200, 200, 200, 0.6);
        background-image: linear-gradient(rgb(100,175,10), rgb(41,191,24));
    }

.mainMenuButtonRow {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 5px
}

.mainMenuIcon {
    font-size: 95px;
}

.mainMenuIconBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px
}

.mainMenuButton {
    border-radius: 5px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center
}

.mainMenuBox {
    background-color: rgba(255,255,255,0.08);
    padding: 15px;
    border-radius: 7px
}

.mainMenuBoxContainer {
    padding: 15px;
}

footer {
    border: solid 0px #888;
    border-top-width: 1px
}

.mainMenuLink {
    color: black;
    text-decoration:none
}

/*Start PhotoUser*/
#imgphoto {
    position: absolute;
}

#Photo {
    position: relative;
    width: 250px;
    height: 250px;
}

    #Photo:hover #imgtexte {
        opacity: 1;
    }

#imgtexte {
    opacity: 0;
    position: absolute;
    top: 210px;
    color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: rgba(0,57,75,0.8);
    padding: 4px;
}

    #imgtexte:hover {
        background-color: rgba(0,57,75,0.9);
        color: gray;
    }

#FileUp {
    position: relative;
}

/* Basic */

body {
    margin: 0;
    overflow-x: hidden;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.browserupgrade {
    margin: 0;
    padding: .5em 1em;
    background-color: #fcfcfc;
    text-align: center;
}

header {
    padding-top: 10px;
    background-color: lightblue;
}

.btn-upload {
    font-size: 22px;
    font-weight: bold;
}

/* Header */

.docs-header {
    margin-bottom: 0;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    border-color: #0074d9;
}

.navbar-toggle .icon-bar {
    background-color: #0074d9;
}

/* Jumbotron */

.docs-jumbotron {
    background-color: #0074d9;
    color: #fff;
}

    .docs-jumbotron .version {
        font-size: 14px;
        color: #fff;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }


/* Content */

.img-container {
    /*background-color: rgba(196, 196, 196,0.24);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% 100%;
    width: 100%;
    text-align: center;
}

.img-container {
    min-height: 250px;
    max-height: 200px;
    margin-bottom: 20px;
}

@media (min-width: 250px) {
    .img-container {
        min-height: 250px;
    }
}

.img-container > img {
    max-width: 100%;
}

.docs-preview {
    margin-right: -15px;
}

.img-preview {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

    .img-preview > img {
        max-width: 100%;
    }

.preview-lg {
    width: 148px;
    height: 148px;
    border-radius: 75%;
}

.preview-md {
    width: 148px;
    height: 148px;
}

.preview-sm {
    width: 69px;
    height: 39px;
}

.preview-xs {
    width: 35px;
    height: 20px;
    margin-right: 0;
}

.docs-data > .input-group {
    margin-bottom: 10px;
}

    .docs-data > .input-group > label {
        min-width: 80px;
    }

    .docs-data > .input-group > span {
        min-width: 50px;
    }

.docs-buttons > .btn,
.docs-buttons > .btn-group,
.docs-buttons > .form-control {
    margin-right: 5px;
    margin-bottom: 10px;
}

.docs-toggles > .btn,
.docs-toggles > .btn-group,
.docs-toggles > .dropdown {
    margin-bottom: 10px;
}

.docs-tooltip {
    display: block;
    margin: -6px -12px;
    padding: 6px 12px;
}

    .docs-tooltip > .icon {
        margin: 0 -3px;
        vertical-align: top;
    }

.tooltip-inner {
    white-space: normal;
}

.btn-upload .tooltip-inner {
    white-space: nowrap;
}

@media (max-width: 400px) {
    .btn-group-crop {
        margin-right: -15px !important;
    }

        .btn-group-crop > .btn {
            padding-left: 5px;
            padding-right: 5px;
        }

        .btn-group-crop .docs-tooltip {
            margin-left: -5px;
            margin-right: -5px;
            padding-left: 5px;
            padding-right: 5px;
        }
}

.docs-options .dropdown-menu {
    width: 100%;
}

    .docs-options .dropdown-menu > li {
        padding: 3px 20px;
    }

        .docs-options .dropdown-menu > li:hover {
            background-color: #f7f7f7;
        }

        .docs-options .dropdown-menu > li > label {
            display: block;
        }

.docs-cropped .modal-body {
    text-align: center;
}

    .docs-cropped .modal-body > img,
    .docs-cropped .modal-body > canvas {
        max-width: 100%;
    }


/* Footer */

.docs-footer {
    overflow: hidden;
}

.heart {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ddd;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

    .heart:hover {
        color: #ff4136;
    }

    .heart:before {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        display: block;
        height: 0;
        border-top: 1px solid #eee;
        content: " ";
    }

    .heart:after {
        position: relative;
        z-index: 1;
        padding-left: 8px;
        padding-right: 8px;
        background-color: #fff;
        content: "♥";
    }
/*End PhotoUser*/
/*Start UiGrid*/
.motclef {
    text-decoration: underline;
    color: #156fa9;
    text-align: left;
    cursor: pointer;
    padding: 3px;
}

.ui-grid {
    border: 0px solid #d4d4d4;
    box-sizing: content-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 10px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.ui-grid-cell-contents {
    font-size: 12px;
    text-align: left;
}

.ui-grid-header-cell {
    background: rgba(107,81,64,1);
    background: -moz-linear-gradient(top, rgba(107,81,64,1) 0%, rgba(107,81,64,1) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(107,81,64,1)), color-stop(36%, rgba(107,81,64,1)), color-stop(42%, rgba(93,67,50,1)), color-stop(53%, rgba(66,41,24,1)));
    background: -webkit-linear-gradient(top, rgba(107,81,64,1) 0%, rgba(107,81,64,1) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);
    background: -o-linear-gradient(top, rgba(107,81,64,1) 0%, rgba(107,81,64,1) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);
    background: linear-gradient(to bottom, rgba(107,81,64,1) 0%, rgba(107,81,64,1) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
}

.ui-grid-grid-footer {
    background: rgba(107,81,64,1);
    background: -moz-linear-gradient(top, rgba(107,81,64,1) 0%, rgba(107,81,64,1) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(107,81,64,1)), color-stop(36%, rgba(107,81,64,1)), color-stop(42%, rgba(93,67,50,1)), color-stop(53%, rgba(66,41,24,1)));
    background: -webkit-linear-gradient(top, rgba(107,81,64,1) 0%, rgba(107,81,64,1) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);
    background: -o-linear-gradient(top, rgba(107,81,64,1) 0%, rgba(107,81,64,1) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);
    background: linear-gradient(to bottom, rgba(107,81,64,1) 0%, rgba(107,81,64,1) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
}
/*End UiGrid*/

.navbar-nav {
    width: 95%;
    text-align: center;
}

    .navbar-nav > li {
        float: none;
        display: inline-block;
    }

/*Start MasteSite*/
#ulSearch > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #ffffff;
    white-space: nowrap;
    font-family: Arial;
}

#ulSearch :hover {
    color: rgba(0,57,75,1);
    text-decoration: none;
    background: #ffffff;
    font-family: Arial;
}

.navbar-nav {
    width: 95%;
    text-align: center;
}

    .navbar-nav > li {
        float: none;
        display: inline-block;
    }
/*End MasteSite*/
.progress {
    width: 60px;
    height: 60px;
    line-height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    box-shadow: 1px -1px 2px #011c25;
    background-color: #ffffff;
    box-sizing: border-box;
}

    .progress:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 6px solid #ede0bf;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress > span {
        width: calc(50% + 1px);
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress .progress-left {
        left: 0;
        width: calc(50% + 2px);
    }

    .progress .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 6px;
        border-style: solid;
        position: absolute;
        top: 0;
        border-color: #ae8936;
    }

    .progress .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progress .progress-right {
        right: 0;
        width: calc(50% + 2px);
    }

        .progress .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .progress .progress-value {
        display: flex;
        border-radius: 50%;
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        align-items: center;
        justify-content: center;
        height: 100%;
        color: #3f2416;
    }

        .progress .progress-value div {
            margin-top: 0px;
        }

        .progress .progress-value span {
            font-size: 12px;
            text-transform: uppercase;
        }


    .progress[data-percentage="1"] .progress-right .progress-bar {
        animation: loading-1 0.2s linear forwards;
    }

    .progress[data-percentage="1"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="2"] .progress-right .progress-bar {
        animation: loading-2 0.2s linear forwards;
    }

    .progress[data-percentage="2"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="3"] .progress-right .progress-bar {
        animation: loading-3 0.2s linear forwards;
    }

    .progress[data-percentage="3"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="4"] .progress-right .progress-bar {
        animation: loading-4 0.2s linear forwards;
    }

    .progress[data-percentage="4"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="5"] .progress-right .progress-bar {
        animation: loading-5 0.2s linear forwards;
    }

    .progress[data-percentage="5"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="6"] .progress-right .progress-bar {
        animation: loading-6 0.2s linear forwards;
    }

    .progress[data-percentage="6"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="7"] .progress-right .progress-bar {
        animation: loading-7 0.2s linear forwards;
    }

    .progress[data-percentage="7"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="8"] .progress-right .progress-bar {
        animation: loading-8 0.2s linear forwards;
    }

    .progress[data-percentage="8"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="9"] .progress-right .progress-bar {
        animation: loading-9 0.2s linear forwards;
    }

    .progress[data-percentage="9"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="10"] .progress-right .progress-bar {
        animation: loading-10 0.2s linear forwards;
    }

    .progress[data-percentage="10"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="11"] .progress-right .progress-bar {
        animation: loading-11 0.2s linear forwards;
    }

    .progress[data-percentage="11"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="12"] .progress-right .progress-bar {
        animation: loading-12 0.2s linear forwards;
    }

    .progress[data-percentage="12"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="13"] .progress-right .progress-bar {
        animation: loading-13 0.2s linear forwards;
    }

    .progress[data-percentage="13"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="14"] .progress-right .progress-bar {
        animation: loading-14 0.2s linear forwards;
    }

    .progress[data-percentage="14"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="15"] .progress-right .progress-bar {
        animation: loading-15 0.2s linear forwards;
    }

    .progress[data-percentage="15"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="16"] .progress-right .progress-bar {
        animation: loading-16 0.2s linear forwards;
    }

    .progress[data-percentage="16"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="17"] .progress-right .progress-bar {
        animation: loading-17 0.2s linear forwards;
    }

    .progress[data-percentage="17"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="18"] .progress-right .progress-bar {
        animation: loading-18 0.2s linear forwards;
    }

    .progress[data-percentage="18"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="19"] .progress-right .progress-bar {
        animation: loading-19 0.2s linear forwards;
    }

    .progress[data-percentage="19"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="20"] .progress-right .progress-bar {
        animation: loading-20 0.2s linear forwards;
    }

    .progress[data-percentage="20"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="21"] .progress-right .progress-bar {
        animation: loading-21 0.2s linear forwards;
    }

    .progress[data-percentage="21"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="22"] .progress-right .progress-bar {
        animation: loading-22 0.2s linear forwards;
    }

    .progress[data-percentage="22"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="23"] .progress-right .progress-bar {
        animation: loading-23 0.2s linear forwards;
    }

    .progress[data-percentage="23"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="24"] .progress-right .progress-bar {
        animation: loading-24 0.2s linear forwards;
    }

    .progress[data-percentage="24"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="25"] .progress-right .progress-bar {
        animation: loading-25 0.2s linear forwards;
    }

    .progress[data-percentage="25"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="26"] .progress-right .progress-bar {
        animation: loading-26 0.2s linear forwards;
    }

    .progress[data-percentage="26"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="27"] .progress-right .progress-bar {
        animation: loading-27 0.2s linear forwards;
    }

    .progress[data-percentage="27"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="28"] .progress-right .progress-bar {
        animation: loading-28 0.2s linear forwards;
    }

    .progress[data-percentage="28"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="29"] .progress-right .progress-bar {
        animation: loading-29 0.2s linear forwards;
    }

    .progress[data-percentage="29"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="30"] .progress-right .progress-bar {
        animation: loading-30 0.2s linear forwards;
    }

    .progress[data-percentage="30"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="31"] .progress-right .progress-bar {
        animation: loading-31 0.2s linear forwards;
    }

    .progress[data-percentage="31"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="32"] .progress-right .progress-bar {
        animation: loading-32 0.2s linear forwards;
    }

    .progress[data-percentage="32"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="33"] .progress-right .progress-bar {
        animation: loading-33 0.2s linear forwards;
    }

    .progress[data-percentage="33"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="34"] .progress-right .progress-bar {
        animation: loading-34 0.2s linear forwards;
    }

    .progress[data-percentage="34"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="35"] .progress-right .progress-bar {
        animation: loading-35 0.2s linear forwards;
    }

    .progress[data-percentage="35"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="36"] .progress-right .progress-bar {
        animation: loading-36 0.2s linear forwards;
    }

    .progress[data-percentage="36"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="37"] .progress-right .progress-bar {
        animation: loading-37 0.2s linear forwards;
    }

    .progress[data-percentage="37"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="38"] .progress-right .progress-bar {
        animation: loading-38 0.2s linear forwards;
    }

    .progress[data-percentage="38"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="39"] .progress-right .progress-bar {
        animation: loading-39 0.2s linear forwards;
    }

    .progress[data-percentage="39"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="40"] .progress-right .progress-bar {
        animation: loading-40 0.2s linear forwards;
    }

    .progress[data-percentage="40"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="41"] .progress-right .progress-bar {
        animation: loading-41 0.2s linear forwards;
    }

    .progress[data-percentage="41"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="42"] .progress-right .progress-bar {
        animation: loading-42 0.2s linear forwards;
    }

    .progress[data-percentage="42"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="43"] .progress-right .progress-bar {
        animation: loading-43 0.2s linear forwards;
    }

    .progress[data-percentage="43"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="44"] .progress-right .progress-bar {
        animation: loading-44 0.2s linear forwards;
    }

    .progress[data-percentage="44"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="45"] .progress-right .progress-bar {
        animation: loading-45 0.2s linear forwards;
    }

    .progress[data-percentage="45"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="46"] .progress-right .progress-bar {
        animation: loading-46 0.2s linear forwards;
    }

    .progress[data-percentage="46"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="47"] .progress-right .progress-bar {
        animation: loading-47 0.2s linear forwards;
    }

    .progress[data-percentage="47"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="48"] .progress-right .progress-bar {
        animation: loading-48 0.2s linear forwards;
    }

    .progress[data-percentage="48"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="49"] .progress-right .progress-bar {
        animation: loading-49 0.2s linear forwards;
    }

    .progress[data-percentage="49"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="50"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="50"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="51"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="51"] .progress-left .progress-bar {
        animation: loading-1 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="52"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="52"] .progress-left .progress-bar {
        animation: loading-2 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="53"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="53"] .progress-left .progress-bar {
        animation: loading-3 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="54"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="54"] .progress-left .progress-bar {
        animation: loading-4 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="55"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="55"] .progress-left .progress-bar {
        animation: loading-5 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="56"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="56"] .progress-left .progress-bar {
        animation: loading-6 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="57"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="57"] .progress-left .progress-bar {
        animation: loading-7 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="58"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="58"] .progress-left .progress-bar {
        animation: loading-8 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="59"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="59"] .progress-left .progress-bar {
        animation: loading-9 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="60"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="60"] .progress-left .progress-bar {
        animation: loading-10 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="61"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="61"] .progress-left .progress-bar {
        animation: loading-11 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="62"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="62"] .progress-left .progress-bar {
        animation: loading-12 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="63"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="63"] .progress-left .progress-bar {
        animation: loading-13 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="64"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="64"] .progress-left .progress-bar {
        animation: loading-14 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="65"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="65"] .progress-left .progress-bar {
        animation: loading-15 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="66"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="66"] .progress-left .progress-bar {
        animation: loading-16 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="67"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="67"] .progress-left .progress-bar {
        animation: loading-17 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="68"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="68"] .progress-left .progress-bar {
        animation: loading-18 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="69"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="69"] .progress-left .progress-bar {
        animation: loading-19 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="70"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="70"] .progress-left .progress-bar {
        animation: loading-20 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="71"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="71"] .progress-left .progress-bar {
        animation: loading-21 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="72"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="72"] .progress-left .progress-bar {
        animation: loading-22 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="73"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="73"] .progress-left .progress-bar {
        animation: loading-23 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="74"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="74"] .progress-left .progress-bar {
        animation: loading-24 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="75"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="75"] .progress-left .progress-bar {
        animation: loading-25 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="76"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="76"] .progress-left .progress-bar {
        animation: loading-26 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="77"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="77"] .progress-left .progress-bar {
        animation: loading-27 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="78"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="78"] .progress-left .progress-bar {
        animation: loading-28 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="79"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="79"] .progress-left .progress-bar {
        animation: loading-29 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="80"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="80"] .progress-left .progress-bar {
        animation: loading-30 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="81"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="81"] .progress-left .progress-bar {
        animation: loading-31 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="82"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="82"] .progress-left .progress-bar {
        animation: loading-32 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="83"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="83"] .progress-left .progress-bar {
        animation: loading-33 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="84"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="84"] .progress-left .progress-bar {
        animation: loading-34 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="85"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="85"] .progress-left .progress-bar {
        animation: loading-35 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="86"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="86"] .progress-left .progress-bar {
        animation: loading-36 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="87"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="87"] .progress-left .progress-bar {
        animation: loading-37 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="88"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="88"] .progress-left .progress-bar {
        animation: loading-38 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="89"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="89"] .progress-left .progress-bar {
        animation: loading-39 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="90"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="90"] .progress-left .progress-bar {
        animation: loading-40 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="91"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="91"] .progress-left .progress-bar {
        animation: loading-41 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="92"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="92"] .progress-left .progress-bar {
        animation: loading-42 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="93"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="93"] .progress-left .progress-bar {
        animation: loading-43 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="94"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="94"] .progress-left .progress-bar {
        animation: loading-44 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="95"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="95"] .progress-left .progress-bar {
        animation: loading-45 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="96"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="96"] .progress-left .progress-bar {
        animation: loading-46 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="97"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="97"] .progress-left .progress-bar {
        animation: loading-47 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="98"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="98"] .progress-left .progress-bar {
        animation: loading-48 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="99"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="99"] .progress-left .progress-bar {
        animation: loading-49 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="100"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="100"] .progress-left .progress-bar {
        animation: loading-50 0.2s linear forwards 0.2s;
    }











.progress {
    margin-bottom: 1em;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(3.6);
        transform: rotate(3.6deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(7.2);
        transform: rotate(7.2deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(10.8);
        transform: rotate(10.8deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(14.4);
        transform: rotate(14.4deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(18);
        transform: rotate(18deg);
    }
}

@keyframes loading-6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(21.6);
        transform: rotate(21.6deg);
    }
}

@keyframes loading-7 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(25.2);
        transform: rotate(25.2deg);
    }
}

@keyframes loading-8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(28.8);
        transform: rotate(28.8deg);
    }
}

@keyframes loading-9 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(32.4);
        transform: rotate(32.4deg);
    }
}

@keyframes loading-10 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-11 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(39.6);
        transform: rotate(39.6deg);
    }
}

@keyframes loading-12 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(43.2);
        transform: rotate(43.2deg);
    }
}

@keyframes loading-13 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(46.8);
        transform: rotate(46.8deg);
    }
}

@keyframes loading-14 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(50.4);
        transform: rotate(50.4deg);
    }
}

@keyframes loading-15 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(54);
        transform: rotate(54deg);
    }
}

@keyframes loading-16 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(57.6);
        transform: rotate(57.6deg);
    }
}

@keyframes loading-17 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(61.2);
        transform: rotate(61.2deg);
    }
}

@keyframes loading-18 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(64.8);
        transform: rotate(64.8deg);
    }
}

@keyframes loading-19 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(68.4);
        transform: rotate(68.4deg);
    }
}

@keyframes loading-20 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-21 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(75.6);
        transform: rotate(75.6deg);
    }
}

@keyframes loading-22 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(79.2);
        transform: rotate(79.2deg);
    }
}

@keyframes loading-23 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(82.8);
        transform: rotate(82.8deg);
    }
}

@keyframes loading-24 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(86.4);
        transform: rotate(86.4deg);
    }
}

@keyframes loading-25 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90);
        transform: rotate(90deg);
    }
}

@keyframes loading-26 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(93.6);
        transform: rotate(93.6deg);
    }
}

@keyframes loading-27 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(97.2);
        transform: rotate(97.2deg);
    }
}

@keyframes loading-28 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(100.8);
        transform: rotate(100.8deg);
    }
}

@keyframes loading-29 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(104.4);
        transform: rotate(104.4deg);
    }
}

@keyframes loading-30 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-31 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(111.6);
        transform: rotate(111.6deg);
    }
}

@keyframes loading-32 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(115.2);
        transform: rotate(115.2deg);
    }
}

@keyframes loading-33 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(118.8);
        transform: rotate(118.8deg);
    }
}

@keyframes loading-34 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(122.4);
        transform: rotate(122.4deg);
    }
}

@keyframes loading-35 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126);
        transform: rotate(126deg);
    }
}

@keyframes loading-36 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(129.6);
        transform: rotate(129.6deg);
    }
}

@keyframes loading-37 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(133.2);
        transform: rotate(133.2deg);
    }
}

@keyframes loading-38 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(136.8);
        transform: rotate(136.8deg);
    }
}

@keyframes loading-39 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(140.4);
        transform: rotate(140.4deg);
    }
}

@keyframes loading-40 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-41 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(147.6);
        transform: rotate(147.6deg);
    }
}

@keyframes loading-42 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(151.2);
        transform: rotate(151.2deg);
    }
}

@keyframes loading-43 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(154.8);
        transform: rotate(154.8deg);
    }
}

@keyframes loading-44 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(158.4);
        transform: rotate(158.4deg);
    }
}

@keyframes loading-45 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(162);
        transform: rotate(162deg);
    }
}

@keyframes loading-46 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(165.6);
        transform: rotate(165.6deg);
    }
}

@keyframes loading-47 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(169.2);
        transform: rotate(169.2deg);
    }
}

@keyframes loading-48 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(172.8);
        transform: rotate(172.8deg);
    }
}

@keyframes loading-49 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(176.4);
        transform: rotate(176.4deg);
    }
}

@keyframes loading-50 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}


.row:before, .row:after {
    display: flex !important;
}

input[type=radio] {
    display: none;
}
    /* Affichage par défaut du bouton radio personnalisé */
    input[type=radio] + label:before {
        background: #fff;
        border: 2px solid #ccc;
        border-radius: 50%;
        margin-top: -3px;
        margin-right: 6px;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 17px;
        height: 17px;
    }
    /* Affichage du bouton radio personnalisé quand il est sélectionné */
    input[type=radio]:checked + label:before {
        background: #f06c40;
        border-color: #f06c40;
        box-shadow: inset 0px 0px 0px 2px #fff;
    }
    input[name=bouton1]:checked + label:before {
        background: #3b535b;
        border-color: #3b535b;
        box-shadow: inset 0px 0px 0px 2px #fff;
    }

.element {
    margin-bottom: 14px;
}

label[name=optionPayment] {
    cursor: pointer;
}

#footerLink a:link {
    color: #FFFFFF;
}

.PostCtrl {
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.075);
    border:none;
    background-color: rgba(0,0,0,0.31);
    border-radius: 4px;
    color:#fff;
}

#footer {
    bottom: 0;
    color: #707070;
    height: 2em;
    left: 0;
    position: relative;
    font-size: small;
    width: 100%;
}

input[name=dmpsearch] {
    background-color: transparent;
    background-image: url('/img/search.png');
    background-position: left top;
    background-repeat: no-repeat;
    padding-right: 10px;
}

.circle {
    width: 40px !important;
    height: 40px !important;
    text-align: center !important;
    padding: 6px 0 !important;
    font-size: 12px !important;
    line-height: 1.428571429 !important;
    border-radius: 1000px !important;
    border: solid 0px #555;
    background-color: blue !important;
    outline: none !important;
}

.w3-btn, .w3-btn-block {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 6px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none !important;
    color: #fff;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.uncheckedColor{
    color: rgb(126,126,126);
}
.checkedColor{
    color: rgb(0,100,0);
}

.w3-btn:hover, .w3-btn-block:hover, .w3-btn-floating:hover, .w3-btn-floating-large:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.googlePlus:hover, .googlePlus:active{
    background-color: #d34836;
    color: #ffffff;
}

.twitter:hover {
    background-color: #00aced;
    color: #ffffff;
}

.signin:hover {
    background-color: #ffffff;
    color: rgb(0,57,75);
}

.linkedin:hover {
    background-color: #4875B4;
    color: #ffffff;
}

.youtube:hover {
    background-color: #FF3333;
    color: #ffffff;
}

.facebook:hover {
    background-color: #3B5998;
    color: #ffffff;
}

.whatsapp:hover {
    background-color: #00E676;
    color: #ffffff;
}


.instagram:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.w3-btn, .w3-btn-floating, .w3-btn-floating-large, .w3-closenav, .w3-opennav {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3-btn-floating, .w3-btn-floating-large {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: rgb(0,57,75);
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
}

.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.w3-btn-floating-large {
    width: 56px;
    height: 56px;
    line-height: 56px;
}

.w3-disabled, .w3-btn:disabled, .w3-btn-floating:disabled, .w3-btn-floating-large:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.w3-btn.w3-disabled *, .w3-btn-block.w3-disabled, .w3-btn-floating.w3-disabled *, .w3-btn:disabled *, .w3-btn-floating:disabled * {
    pointer-events: none;
}

.w3-btn.w3-disabled:hover, .w3-btn-block.w3-disabled:hover, .w3-btn:disabled:hover, .w3-btn-floating.w3-disabled:hover, .w3-btn-floating:disabled:hover,
.w3-btn-floating-large.w3-disabled:hover, .w3-btn-floating-large:disabled:hover {
    box-shadow: none;
}

.w3-btn-group .w3-btn {
    float: left;
}

.w3-btn-block {
    width: 100%;
}

.w3-btn-bar .w3-btn {
    box-shadow: none;
    background-color: inherit;
    color: inherit;
    float: left;
}

.w3-btn-bar .w3-btn:hover {
    background-color: #ccc;
}

.w3-btn, .w3-btn-floating, .w3-dropnav a, .w3-btn-floating-large, .w3-btn-block, .w3-hover-shadow, .w3-hover-opacity, .w3-hover-opacity-off,
.w3-navbar a, .w3-sidenav a, .w3-pagination li a, .w3-hoverable tbody tr, .w3-hoverable li, .w3-accordion-content a, .w3-dropdown-content a, .w3-dropdown-click:hover, .w3-dropdown-hover:hover, .w3-opennav, .w3-closenav, .w3-closebtn,
.w3-hover-amber, .w3-hover-aqua, .w3-hover-blue, .w3-hover-light-blue, .w3-hover-brown, .w3-hover-cyan, .w3-hover-blue-grey, .w3-hover-green, .w3-hover-light-green, .w3-hover-indigo, .w3-hover-khaki, .w3-hover-lime, .w3-hover-orange, .w3-hover-deep-orange, .w3-hover-pink,
.w3-hover-purple, .w3-hover-deep-purple, .w3-hover-red, .w3-hover-sand, .w3-hover-teal, .w3-hover-yellow, .w3-hover-white, .w3-hover-black, .w3-hover-grey, .w3-hover-light-grey, .w3-hover-dark-grey, .w3-hover-text-amber, .w3-hover-text-aqua, .w3-hover-text-blue, .w3-hover-text-light-blue,
.w3-hover-text-brown, .w3-hover-text-cyan, .w3-hover-text-blue-grey, .w3-hover-text-green, .w3-hover-text-light-green, .w3-hover-text-indigo, .w3-hover-text-khaki, .w3-hover-text-lime, .w3-hover-text-orange, .w3-hover-text-deep-orange, .w3-hover-text-pink, .w3-hover-text-purple,
.w3-hover-text-deep-purple, .w3-hover-text-red, .w3-hover-text-sand, .w3-hover-text-teal, .w3-hover-text-yellow, .w3-hover-text-white, .w3-hover-text-black, .w3-hover-text-grey, .w3-hover-text-light-grey, .w3-hover-text-dark-grey {
    -webkit-transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
    transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
}

.w3-container:after, .w3-panel:after, .w3-row:after, .w3-row-padding:after, .w3-topnav:after, .w3-clear:after, .w3-btn-group:before, .w3-btn-group:after, .w3-btn-bar:before, .w3-btn-bar:after {
    content: "";
    display: table;
    clear: both;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}

/*.modal {
    overflow-y: auto;
    background-color:rgba(0, 0, 0, 0);
}*/


.profilButton:hover {
    cursor: pointer;
}

.eventBox {
    display: inline-block;
    background-color: rgba(0,57,75,0.8);
    width: 75%;
}

.eventBox .eventData {
    box-shadow: 1px 3px 9px #666666;
    width: 100%;
    height: 100%;
}

.panel {
    border: 1px solid #442a18;
    border-radius: 0 !important;
    transition: box-shadow 0.5s;
}

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
    cursor: pointer;
}

.panel-footer .btn:hover {
    border: 1px solid #442a18;
    background-color: #fff !important;
    color: #f4511e;
}

.panel-heading {
    color: #442a18 !important;
    background-color: #FFFFF0 !important;
    padding: 25px;
    border-bottom: 1px solid #442a18;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: white !important;
}

.panel-body {
    background-color: rgba(0,57,75,0.7);
}

.panel-footer h3 {
    font-size: 32px;
}

.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.panel-footer .btn {
    margin: 15px 0;
    background-color: #28a7a3;
    color: #fff;
}

.eventButton {
    text-align: center;
    width: 100%;
    padding: 4px 0;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.guestButton {
    text-align: center;
    width: 100%;
    padding: 4px 0;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.fullscreen {
  /*position: fixed;*/
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background: lime; /* Just to visualize the extent */
}

li {
    list-style-type: none;
}

.dropdown-backdrop {
    position: static;
}

body{
  overflow: hidden visible;
  margin:0;
  padding:0;
  background: url('/img/Bg1.jpg') no-repeat fixed;
  background-size: cover;
  background-color:transparent;
  height: 100%;
  min-height: 100%;
  width: 100%
}

@keyframes myChange {
  from {
      height: 100px;
  } to {
      height: 0;
  }
}

.bar1, .bar2, .bar3 {
    width: 27px;
    height: 5px;
    background-color: #e8d727;
    margin: 0px 0px 5px -1px;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

/* when hiding the picture */
/*.ng-hide-add         { animation:0.5s lightSpeedOut ease; }*/

/* when showing the picture */
#MainSectionHome .ng-hide-remove      { animation:1s zoomIn ease; }

.bulletHome {
    list-style-type: disc;
}

a {
    color: darkblue;
}

.userContent {
    display: none;
}

#guestData {
    border: 1px groove grey;
}

#eventList {
    margin-left: -40px;
}

.site-footer-links nav a{
    color: white;
    margin-right: 20px;
}

.site-footer-links nav table{
    color: white;
    width:75%;
    margin-right:100px;

}

.site-footer-links{
    background-color: rgba(0, 57, 75, 0.8);
    width:100vw;
    position:fixed;
    bottom:0;
    left:0
}

.stopfade { 
   opacity: .5;
}

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    background: transparent;
}

.cssSelect{
    width: 100%;
}

.carac{
    font-family: 'Mongolian Baiti';
    font-size: 1.875em;
    color: rgba(0, 57, 75, 1);
}

.carac1{
    font-family: 'Mongolian Baiti';
    font-size: 2.5em;
    color:rgba(0, 57, 75, 1);
}

.carac2{
    font-family:'Mongolian Baiti';
    font-size: 1.875em;
    color:white;
}

.newpage3 {
    position: relative, center !important;
    width: 35%;
    height: 35%;
    background: rgba(255, 255, 255, 0.2);
}

.newpage2 {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(180, 151, 122, 0.8);
}

.newpage {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 57, 75, 0.8);
}
.common-form__input {
    width: 100%;
    outline: none;
    border: none;
    font-size: 1.3rem;
    line-height: 2.4;
    font-weight: 300;
    border-radius: 0;
    background-color: transparent;
}

textarea {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: transparent;
    resize: none;
}
.maxbox{

    width: 100%;

    height: 1px;

    border-bottom: 1px solid #CCC;

}

.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate2 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.zoomIn{
  animation-duration: 800ms;
  animation-name: zoomIn;
}
.foolishIn{
  animation-duration: 1200ms;
  animation-name: foolishIn;
}
.vanishIn{
  animation-duration: 800ms;
  animation-name: vanishIn;
}
.fade{
  animation-duration: 2400ms;
  animation-name: fadeIn;
}
.fadeIn{
  animation-duration: 1200ms;
  animation-name: spaceInLeft;
}

.slideInUp{
  animation-duration: 800ms;
  animation-name: spaceInRight;
}

.slideInLeft{
  animation-duration:1200ms;
  animation-name: spaceInLeft;
}
.spaceInDown{
  animation-duration:1200ms;
  animation-name: spaceInDown;
}
.spaceInLeft{
  animation-duration:1200ms;
  animation-name: spaceInLeft;
}


@keyframes vanishIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    filter: blur(90px);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    filter: blur(0px);
  }
}
@keyframes spaceInDown {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(.2) translate(0%, 200%);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 100%;
    transform: scale(1) translate(0%, 0%);
  }
}
@keyframes foolishIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0) rotate(360deg);
  }

  20% {
    opacity: 1;
    transform-origin: 0% 100%;
    transform: scale(0.5, 0.5) rotate(0deg);
  }

  40% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scale(0.5, 0.5) rotate(0deg);
  }

  60% {
    opacity: 1;
    transform-origin: 0%;
    transform: scale(0.5, 0.5) rotate(0deg);
  }

  80% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scale(0.5, 0.5) rotate(0deg);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1) rotate(0deg);
  }
}
@keyframes spaceInUp {
  0% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: scale(.2) translate(0%, -200%);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 0%;
    transform: scale(1) translate(0%, 0%);
  }
}
@keyframes spaceInRight {
  0% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(.2) translate(200%, 0%);
  }

  100% {
    opacity: 1;
    transform-origin: 100% 50%;
    transform: scale(1) translate(0%, 0%);
  }
}
@keyframes spaceInLeft {
  0% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(.2) translate(-200%, 0%);
  }

  100% {
    opacity: 1;
    transform-origin: 0% 50%;
    transform: scale(1) translate(0%, 0%);
  }
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

@keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}


@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}*/

/*@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}*/
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

    .line-clamp.clamp-1 {
        -webkit-line-clamp: 1;
    }

    .line-clamp.clamp-2 {
        -webkit-line-clamp: 2;
    }

    .line-clamp.clamp-4 {
        -webkit-line-clamp: 4;
    }

    .line-clamp.clamp-5 {
        -webkit-line-clamp: 5;
    }

    .line-clamp.clamp-6 {
        -webkit-line-clamp: 7;
    }

    .line-clamp.clamp-7 {
        -webkit-line-clamp: 7;
    }

    .line-clamp p {
        display: contents;
        overflow: hidden;
    }

    .line-clamp p:not(:first-child):before {
        content: "\A";
        white-space: pre;
    }
.width35 {
    width: 35px;
}
.height39 {
    height: 39px;
}
.btnInfo {
    cursor: default;
}
.toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}

.ptop3 {
    padding-top: 3px;
    padding-right: 2px;
}

    .toggle:before {
        content: "";
        position: relative;
        top: 3px;
        left: 3px;
        width: 34px;
        height: 14px;
        display: block;
        background: #9A9999;
        border-radius: 8px;
        transition: background 0.2s ease;
    }

    .toggle span {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        display: block;
        background: white;
        border-radius: 10px;
        box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
        transition: all 0.2s ease;
    }

        .toggle span:before {
            content: "";
            position: absolute;
            display: block;
            margin: -18px;
            width: 56px;
            height: 56px;
            background: rgba(79, 46, 220, 0.5);
            border-radius: 50%;
            transform: scale(0);
            opacity: 1;
            pointer-events: none;
        }

#cbx:checked + .toggle:before {
    background: #85f793;
}

#cbx:checked + .toggle span {
    background: #31ab3a;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

    #cbx:checked + .toggle span:before {
        transform: scale(1);
        opacity: 0;
        transition: all 0.4s ease;
    }

#cbx2:checked + .toggle:before {
    background: #85f793;
}

#cbx2:checked + .toggle span {
    background: #31ab3a;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

    #cbx2:checked + .toggle span:before {
        transform: scale(1);
        opacity: 0;
        transition: all 0.4s ease;
    }

#cbx3:checked + .toggle:before {
    background: #85f793;
}

#cbx3:checked + .toggle span {
    background: #31ab3a;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

    #cbx3:checked + .toggle span:before {
        transform: scale(1);
        opacity: 0;
        transition: all 0.4s ease;
    }

#cbx4:checked + .toggle:before {
    background: #85f793;
}

#cbx4:checked + .toggle span {
    background: #31ab3a;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

    #cbx4:checked + .toggle span:before {
        transform: scale(1);
        opacity: 0;
        transition: all 0.4s ease;
    }

#cbx5:checked + .toggle:before {
    background: #85f793;
}

#cbx5:checked + .toggle span {
    background: #31ab3a;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

    #cbx5:checked + .toggle span:before {
        transform: scale(1);
        opacity: 0;
        transition: all 0.4s ease;
    }

.center {
    /*position: absolute;*/
    top: calc(50% - 10px);
    left: calc(50% - 20px);
}


/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #40acf0;
    border-radius: 10px;
}

ol#ulTerms1 {
    counter-reset: repas;
}
    ol#ulTerms1 li {
        list-style-type: none;
        counter-increment: repas;
        margin-bottom: 10px;
    }
        ol#ulTerms1 li:before {
            content: counter(repas);
            padding: 6px 20px 6px;
            margin-right: 8px;
            vertical-align: top;
            background: #f06c40;
            -moz-border-radius: 60px;
            border-radius: 60px;
            font-weight: bold;
            font-size: 0.8em;
            color: white;
        }

ol#ulTerms2 {
    counter-reset: repas;
}

    ol#ulTerms2 li {
        list-style-type: none;
        counter-increment: repas;
        margin-bottom: 10px;
    }

        ol#ulTerms2 li:before {
            content: counter(repas);
            padding: 6px 20px 6px;
            margin-right: 8px;
            vertical-align: top;
            background: #f06c40;
            -moz-border-radius: 60px;
            border-radius: 60px;
            font-weight: bold;
            font-size: 0.8em;
            color: white;
        }


.debug {
    background-color: red
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

body {
    margin: 0;
    padding: 0;
}

#aAlert:hover {
    color: #fff;
    text-shadow: 0px 1px 1px rgb(0, 57, 75);
}

.howItWorksTitle {
    text-shadow: 1px 1px 1px #000000;
    font-size: 25px;
}

.howItWorksText {
    text-shadow: 0px 1px 1px #000000;
}

.main-container {
    display: table;
    width: 400px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.form-container {
    position: relative;
    bottom: 0;
    display: table-cell;
    vertical-align: middle;
}

    .form-container form > div {
        padding: 0 15px;
    }

    .form-container form > button {
        margin-left: 15px;
    }

legend.form-label {
    font-size: 24pt;
    padding: 0 15px;
}

.form-control.error {
    border-color: red;
}

.form-hint {
    font-size: 7pt;
    line-height: 9pt;
    margin: -5px auto 5px;
    color: #999;
}

    .form-hint.error {
        color: #C00;
        font-weight: bold;
        font-size: 8pt;
    }

.password-count {
    float: right;
    position: relative;
    bottom: 24px;
    right: 10px;
}

.strength-meter {
    position: relative;
    height: 3px;
    background: #DDD;
    margin: 10px auto 20px;
    border-radius: 3px;
}

    .strength-meter:before,
    .strength-meter:after {
        content: '';
        height: inherit;
        background: transparent;
        display: block;
        border-color: #FFF;
        border-style: solid;
        border-width: 0 5px 0 5px;
        position: absolute;
        width: 80px;
        z-index: 10;
    }

    .strength-meter:before {
        left: 70px;
    }

    .strength-meter:after {
        right: 70px;
    }

.strength-meter-fill {
    background: transparent;
    height: inherit;
    position: absolute;
    width: 0;
    border-radius: inherit;
    transition: width 0.5s ease-in-out, background 0.25s;
}

    .strength-meter-fill[data-strength='0'] {
        background: darkred;
        width: 20%;
    }

    .strength-meter-fill[data-strength='1'] {
        background: orangered;
        width: 40%;
    }

    .strength-meter-fill[data-strength='2'] {
        background: orange;
        width: 60%;
    }

    .strength-meter-fill[data-strength='3'] {
        background: yellowgreen;
        width: 80%;
    }

    .strength-meter-fill[data-strength='4'] {
        background: green;
        width: 100%;
    }

.profilEditPhone {
    position: absolute;
    z-index: 1;
    right: calc(4vh - 1em + 6px);
    font-size: 16px;
    top: 5px;
    cursor: pointer;
    border-radius: 75%;
    background-color: #0b2842;
    color: #eee;
    padding-left: 4px;
    padding-top: 4px;
    width: 25px;
    height: 25px
}


/*
** Ad info
*/

p {
    margin-bottom: 5px;
    margin-top: 5px;
}

.adInfoDisplay {
    position: relative;
    margin: 10px;
    border-radius: 5px;
    /*font-size: 50%;*/
}

.adInfoDisplaySub {
    box-shadow: 0px 0px 10px;
    box-shadow: none;
}

.adInfoDisplaySub2 {
    background-color: rgba(255,255,255,0.14);
    box-shadow: 0px 0px 10px;
    box-shadow: none;
}

.footerBorder {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top-color: #40acf0;
}

.navbarBorder {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-color: #40acf0;
}

.whiteGrayTextShadow {
    color: #d6d6d6;
    text-shadow: 0px 1px 1px #000;
}

.whiteTextShadow {
    color: #ffffff;
    text-shadow: 0px 1px 1px #000;
}

.blackTextShadow {
    color: #000000;
    text-shadow: 1px 1px 1px #767676;
}

.blueTextShadow {
    color: #002734;
    /*text-shadow: 1px 1px 1px #ffffff;*/
}

.blackTextShadow2 {
    color: #000000;
    text-shadow: 1px 1px 1px #fff;
}

.orangeTextShadow {
    color: #f06c40;
    text-shadow: 0px 1px 1px #000;
}

.redTextShadow {
    color: #801515;
    text-shadow: 0px 1px 1px #555;
}

.yellowTextShadow {
    color: #f0ca40;
    text-shadow: 0px 1px 1px #000;
}

.aLinkOrange {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

    .aLinkOrange:hover {
        text-decoration: none;
        color: #f06c40;
        cursor: pointer;
    }

.adCenter {
    text-align: center;
    font-size: 2rem;
}

.adLeft {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.leftInfo {
    font-size: 20px;
    text-align: right;
}

.Banner1 {
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    background: url('/img/Banner1.jpg') no-repeat;
    background-color: transparent;
    color: rgb(0,57,75);
}

.Certificate {
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    background-color: transparent;
    color: rgb(1,39,51);
}

.Banner2 {
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    background: url('/img/Banner2.jpg') no-repeat;
    background-color: transparent;
    color: rgb(0,57,75);
}

.Banner3 {
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    background: url('/img/Banner3.gif') no-repeat;
    background-color: transparent;
    color: rgb(0,57,75);
    margin:0px;
}

.leftInfo {
    text-align: left;
    height: 100%;
    align-items: center;
}

.adSuitcase {
    font-size: 80px;
    margin-bottom: 5px;
}

.suitcaseNumber {
    border-radius: 0;
    background-color: transparent;
    margin-top: 55%;
    font-size: 50px;
    color: white;
}
.NoteBuyer {
    font-size: 13px;
    background-color: transparent;
    color: #000;
}

.userCertified {
    margin-top: 330%;
    margin-left:142%;
    width:20px;
    font-size: 2rem;
    color: limegreen;
    border-radius: 75%;
    background-color: snow;
    line-height:18px;
}


.adBadge {
    height: auto;
    width: 100px;
}

.topSpace {
    height: 200px;
}

.envelope {
    margin-top: -10px;
}

.soldBanner {
    width: 80px;
}

.reviewPhoto {
    width: 80px;
    height: 80px;
}

.homeTitle {
    font-size: 55px;
    color: #ffd356;
    text-shadow: 2px 2px 1px rgb(0, 31, 46);
}

.homeSubtitle {
    font-size: 40px;
    color: #fff;
    text-shadow: 2px 2px 1px rgb(0, 31, 46);
}

.logIcon {
    font-size: 25px;
    flex-grow: 1;
}

.entryText {
    font-size: 20px;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
}

.adListDest {
    font-size: 30px;
    text-align: center;
}

.adListPicBlock {
    width: 100px;
    height: 100px;
    position: relative;
    margin-left: 10%;
}

.adListEdit {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: rgb(0,57,75);
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
}

@media (max-width: 320px) {
    .adListPic {
        width: calc(1.75vw + 40px);
    }
    .adListPic2 {
        position: absolute;
        bottom: 120px;
        left: 8%;
    }
    .adListPic3 {
        position: absolute;
        bottom: 17px;
        left: calc(6.75vw + 20px);
    }
    .adListPic4 {
        position: absolute;
        bottom: 120px;
        left: 8%;
    }
    .adListEdit {
        width: calc(1.75vw + 40px);
        height: calc(1.75vw + 40px);
    }
}
@media (max-width: 767px) and (min-width: 321px) {
    .adListPic {
        width: calc(6.25vw + 30px);
    }
    .adListPic2 {
        position: absolute;
        bottom: 110px;
        left: 25px;
    }
    .adListPic3 {
        position: absolute;
        bottom: 12px;
        left: calc(6.25vw + 15px);
    }
    .adListPic4 {
        position: absolute;
        bottom: 110px;
        left: 25px;
    }
    .adListEdit {
        width: calc(6.25vw + 30px);
        height: calc(6.25vw + 30px);
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .adListPic {
        width: 58px;
    }
    .adListPic2 {
        position: absolute;
        bottom: 85px;
        left: 4%;
    }
    .adListPic3 {
        position: absolute;
        bottom: 40px;
        left: 60px;
    }
    .adListPic4 {
        position: absolute;
        bottom: 85px;
        left: 4%;
    }
    .adListEdit {
        width: 58px;
        height: 58px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .adListPic {
        width: 60px;
    }
    .adListPic2 {
        position: absolute;
        bottom: 90px;
        left: 3%;
    }
    .adListPic3 {
        position: absolute;
        bottom: 40px;
        left: 60px;
    }
    .adListPic4 {
        position: absolute;
        bottom: 90px;
        left: 3%;
    }
    .adListEdit {
        width: 60px;
        height: 60px;
    }
}
@media (min-width: 1200px) {
    .adListPic {
        width: 55px;
    }
    .adListPic2 {
        position: absolute;
        bottom: 85px;
        left: 2%;
    }
    .adListPic3 {
        position: absolute;
        bottom: 45px;
        left: 60px;
    }
    .adListPic4 {
        position: absolute;
        bottom: 85px;
        left: 2%;
    }
    .adListEdit {
        width: 55px;
        height: 55px;
    }
}
.travel {
    font-size: 35px;
}

.spanPagination {
    font-size: 20px;
    color: rgb(0,57,75);
    font-family: "cambria";
    text-shadow: 0px 1px 1px #ccc;
    font-weight: bold;
}

.adListCheck {
    position: absolute;
    bottom: 4px;
    right: 4px;
    font-size: 2rem;
    color: limegreen;
    border-radius: 75%;
    background-color: snow
}

.adListPrev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 75%;
    background-color: hotpink;
    color: white;
    box-shadow: 1px 1px 2px rgb(0,57,75);
    opacity: 0.7;
    z-index: 1;
    cursor: pointer;
}

    .adListPrev:hover * {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-size: 30px;
        border-radius: 75%;
        background-color: deeppink;
        position: absolute;
        right: 5%;
        bottom: 5%;
        box-shadow: 1px 1px 2px rgb(0,57,75);
        opacity: 0.7;
        z-index: 1;
        cursor: pointer;
    }

.sexIcon {
    font-size: 70px;
    flex-grow:1;
}

.sexText {
    font-size: 45px;
    flex-grow: 1;
}

.adPostBtnLogo {
    font-size: 45px;
    flex-grow:1;
}

.adPostBtnText {
    font-size: 15px;
    flex-grow: 1;
}

.adPostBtnText2 {
    font-size: 20px;
    flex-grow: 1;
}

.actionIcon {
    font-size: 120px
}

.actionTitle {
    font-size: 60px;
    position: relative;
    left: 2.2%
}

.actionText {
    margin-top: 10px;
    font-size: 20px;
    display: flex
}

@media (max-width: 320px) {
    .fsAd{
        font-size: 15px;
    }

    .adSuitcase {
        font-size: 45px;
    }

    .suitcaseNumber {
        margin-top: 30%;
        font-size: 25px;
    }

    .adBadge {
        width: 45px;
    }

    .envelope {
        margin-top: 0px;
    }

    .soldBanner {
        width: 70px;
    }

    .reviewPhoto {
        width: 45px;
        height: 45px;
    }

    .homeTitle {
        font-size: 14px;
        color: #ffd356;
        text-shadow: 2px 2px 1px rgb(0, 31, 46);
    }

    .homeSubtitle {
        font-size: 12px;
        color: #fff;
        text-shadow: 2px 2px 1px rgb(0, 31, 46);
    }

    .logIcon {
        font-size: 20px;
    }

    .entryText {
        font-size: 13px;
        text-shadow: 1px 1px 1px #000;
        color: #fff;
    }

    .adListDest {
        font-size: 30px;
    }

    .adListPicBlock {
        width: 60px;
        height: 60px;
        position: relative;
    }

    .travel {
        font-size: 30px;
    }

    .actionIcon {
        font-size: 80px;
    }

    .actionTitle {
        font-size: 40px;
    }

    .actionText {
        font-size: 20px;
    }
}

@media (max-width: 960px) and (min-width: 321px) {
    .fsAd {
        font-size: 15px;
    }

    .adSuitcase {
        font-size: calc(5.46875vw + 27.5px);
        margin-bottom: 0px;
    }

    .suitcaseNumber {
        margin-top: calc(0.0390625 * 100% + 17.5%);
        font-size: calc(3.90625vw + 12.5px);
    }

    /*.adPrice {
        font-size: calc(6.205vw);
    }*/

    .adBadge {
        width: calc(9.21875vw + 15.28px);
    }

    .envelope {
        margin-top: calc(3.125vw -10px);
    }

    .soldBanner {
        width: calc(1.5625vw + 65px);
    }

    .reviewPhoto {
        width: calc(5.46875vw + 27.5px);
        height: calc(5.46875vw + 27.5px);
    }

    .homeTitle {
        font-size: calc(6.40625vw - 6.5px);
        color: #ffd356;
        text-shadow: 2px 2px 1px rgb(0, 31, 46);
    }

    .homeSubtitle {
        font-size: calc(4.375vw - 2px);
        color: #fff;
        text-shadow: 2px 2px 1px rgb(0, 31, 46);
    }

    .postAdCaption50 {
        text-align: right;
        font-size: 50px;
        color: white;
        text-shadow: 0px 1px 1px #000;
    }

    .postAdCaption45 {
        text-align: right;
        font-size: 45px;
        color: white;
        text-shadow: 0px 1px 1px #000;
    }

    .logIcon {
        font-size: calc(3.125vw + 10px);
    }

    .entryText {
        font-size: calc(30px - 1em );
        text-shadow: 1px 1px 1px #000;
        color: #fff;
    }

    .adListDest {
        font-size: 30px;
    }

    .adListPicBlock {
        width: calc(6.25vw + 40px);
        height: calc(6.25vw + 40px);
    }

    .travel {
        font-size: calc(3.125vw + 20px);
    }

    .actionIcon {
        font-size: calc(6.25vw + 60px);
    }

    .actionTitle {
        font-size: calc(3.125vw + 30px);
    }

    .actionText {
        font-size: calc(1.5625wv + 15x);
    }
}

.navbarSpace {
    height: 60px;
}

.adListPicBlock {
    position: relative;
    top: 5px;
}

.topSpace {
    height: 10px;
}


.adPreviewBlock {
    box-shadow: none;
    margin-top: 0px;
}

.adSpacing {
    height: 10px;
}

    @media (min-height: 570px) and (max-height: 919px) {
        .topSpace {
        height: calc(37.14vh - 201.698px);
    }

    .adListPicBlock {
        top: calc(1.42857142857143vh - 3.142857142857143px);
    }

    .adPreviewBlock {
        margin-top: 0px;
    }

    .adSpacing {
        height: calc(12.85714285714286vh - 63.28571428571429px);
    }
}

@media (min-height: 920px) {
    .fsAd {
        font-size: 20px;
    }

    .topSpace {
        height: 30px;
    }

    .adListPicBlock {
        top: 10px;
    }

    .adPreviewBlock {
        margin-top: 0px;
    }

    .adSpacing {
        height: 55px;
    }
}

div.backButton {
    position: absolute;
    top: 50%;
    right: -20px;
    z-index: 1;
}

.carouselButton {
    width: 45px;
    height: 45px;
    border-radius: 75%;
    background-color: rgba(0,57,75, 0.65);
    color: white;
    text-align: center
}

.mainMenuButton {
    background-color: green;
    cursor: pointer
}

    .mainMenuButton:hover {
        background-color: limegreen;
    }

.hiddenInput {
    background-color: transparent;
    border-color: transparent;
    min-width: 30px;
    width: 95%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    padding-right:15px;
}

.hiddenInputB {
    background-color: transparent;
    border-color: transparent;
    min-width: 30px;
    width: 100%;
    top: 30%;
}

.hiddenInput:focus {
    outline: none
}

.discretLink {
    color: #ffd356;
    text-shadow: none;
}

    .discretLink:hover {
        color: #9cd7fc;
    }

.logInButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 75%;
    background-color: #40acf0;
    color: white;
    position: absolute;
    right: 5%;
    bottom: 5%;
    box-shadow: 1px 1px 2px rgb(128,128,128);
    opacity: 1;
    z-index: 1;
    cursor: pointer;
}

    .logInButton:hover * {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-size: 30px;
        border-radius: 75%;
        background-color: #ff4d12;
        right: 5%;
        bottom: 5%;
        box-shadow: 1px 1px 2px rgb(110,105,92);
        opacity: 1;
        z-index: 1;
        cursor: pointer;
    }

.registerNext {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 75%;
    background-color: #40acf0;
    color: white;
    box-shadow: 1px 1px 2px rgb(0,57,75);
    opacity: 1;
    z-index: 1;
    cursor: pointer;
}

    .registerNext:hover * {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-size: 30px;
        border-radius: 75%;
        background-color: #ff4d12;
        position: absolute;
        box-shadow: 1px 1px 2px rgb(0,57,75);
        opacity: 1;
        z-index: 1;
        cursor: pointer;
    }

.registerCreate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 75%;
    background-color: #009688;
    color: white;
    box-shadow: 1px 1px 2px rgb(0,57,75);
    opacity: 1;
    z-index: 1;
    cursor: pointer;
}

    .registerCreate:hover * {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-size: 30px;
        border-radius: 75%;
        background-color: #006d63;
        position: absolute;
        box-shadow: 1px 1px 2px rgb(0,57,75);
        opacity: 1;
        z-index: 1;
        cursor: pointer;
    }

.registerPrev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 75%;
    background-color: #40acf0;
    color: white;
    box-shadow: 1px 1px 2px rgb(0,57,75);
    opacity: 1;
    z-index: 1;
    cursor: pointer;
}

    .registerPrev:hover * {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-size: 30px;
        border-radius: 75%;
        background-color: #ff4d12;
        position: absolute;
        box-shadow: 1px 1px 2px rgb(0,57,75);
        opacity: 1;
        z-index: 1;
        cursor: pointer;
    }

.editButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 75%;
    background-color: #40acf0;
    color: white;
    box-shadow: 1px 1px 2px rgb(0,57,75);
    opacity: 1;
    z-index: 1;
    cursor: pointer;
}

    .editButton:hover * {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-size: 30px;
        border-radius: 75%;
        background-color: #ff4d12;
        position: absolute;
        box-shadow: 1px 1px 2px rgb(0,57,75);
        opacity: 1;
        z-index: 1;
        cursor: pointer;
    }

@media (max-width: 475px) {
    .editButton {
        right: 0;
    }
}

@media (max-width: 380px) {
    .editButton {
        height: 35px;
        width: 35px;
        bottom: -15px;
        font-size: 20px;
    }

        .editButton:hover {
            height: 35px;
            width: 35px;
        }
}

.socialBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border-color: transparent;
}

    .socialBtn:hover {
        box-shadow: 0px 1px 2px rgb(128, 128, 128);
        color: snow;
    }

.orThing {
    position: absolute;
    border: solid #328e93 1px;
    border-radius: 75%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #40acf0;
    top: calc(50% - 10px);
    right: calc(0% - 25px);
    z-index: 1;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
}

.errMsg {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (max-width: 990px) {
    .orThing {
        display: none;
    }

    .phoneCheckButton {
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .errMsg {
        margin-top: 0px;
        margin-bottom: 0px
    }
}

@media (min-width: 990px) {
    .borderHolder {
        border-left: solid #ccc 2px;
    }
}

.profilePic {
    width: 110px;
    z-index: 1;
    position: absolute;
    left: calc(50% - 50px);
    border-radius: 5px;
    top: 2px;
}



.stepLogo {
    font-size: 80px;
    z-index: 1;
    position: absolute;
    left: calc(50% - 40px);
    border-radius: 5px;
    top: 2px;
}

@media (min-width: 768px) {
    .stepLogo {
        font-size: 160px;
        top: -85px;
        left: calc(50% - 80px);
    }

    .profilePic {
        width: 190px;
        top: -85px;
        left: -70px;
    }
}

@media (max-width: 375px) {
    .profileNote {
        font-size: 17px;
    }
}

.registerNav {
    right: 0;
    top: 11.5px;
    display: flex;
    width: 120px;
    justify-content: space-between;
}

ul.bullet-list li::before {
    content: "\2022";
}

.forbiddenTable tr, th {
    border: solid 1px black;
}

.addPackageButton {
    background-color: rgba(255, 255, 255, 0.6);
    background-image: linear-gradient(rgb(41,191,24), rgb(100,175,10));
    border-radius: 5px;
    z-index: -2;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    cursor: pointer;
}

    .addPackageButton:hover {
        background-color: rgba(200, 200, 200, 0.6);
        background-image: linear-gradient(rgb(100,175,10), rgb(41,191,24));
    }

.passChangeButton {
    align-items:center;
    background-color: limegreen;
    border-radius: 5px;
    color: white;
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
    margin: 5px;
}

.passChangeButton:hover {
    background-color: lime;
}

.adPost {
    background-color: limegreen;
    border-radius:5px;
    margin:5px;
    text-align:center;
    width:95%;
}

.adPost:hover {
    background-color:lime
}

.dropdownButton {
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor:pointer
}

    .dropdownButton:hover {
        background-color: #428bca;
        text-decoration: none;
        color:white
    }

.dropDownText {
    color: inherit;
    font-size: 15px
}

    .dropDownText:hover {
        color: inherit;
        text-decoration: none;
    }

.hideOutline:focus {outline:0}

.gridList .ui-grid-row {
    display:flex;
    align-items:center; justify-content:flex-start
}

.gridList .ui-grid-row:hover {
    background-color: #6666EE;
    color:white
}

.mainMenuPageSubtitle {
    font-size: 18px
}

.mainMenuPageButton {
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 4px;
    background-color: green;
    border-radius: 5px;
    padding: 0;
    height: 30px;
    width: 95%;
}

.mainMenuPageButton:hover {
    background-color: limegreen
}

.mainMenuDiv {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    padding: 10px;
}

.filterDialogBox {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 25px;
    text-align: center; 
    position:absolute;
    right: 100%;
    top: 10%;
    z-index:20;
    max-width: 320px;
    border-radius: 5px;
}

.forbiddenContentTable {
    position: fixed;
    width:94%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 1px 5px 1px 5px;
    z-index: 5;
}

.forbiddenContentLine {
    display: flex;
    align-items: center;
    padding: 0 25px 0 25px;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin: 5px 0 5px 0;
}

.forbiddenContentObject {
    flex-grow: 10;
}

.blackScreen {
    background-color: rgba(0,0,0,0.6);
    width:1000000%;
    height:100000000%;
    position:fixed;
    top: -100%;
    left: -100%;
    z-index: 3
}

.reviewContainer {
    border-radius: 5px;
    background-color: rgba(255,255,255,0.6);
    padding: 10px
}

.reviewValidation {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 5px;
    background-color: forestgreen;
    cursor: pointer
}

.reviewValidation:hover {
    background-color:limegreen
}

.meter {
    height: 4px;
    position: relative;
    background: #555;
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    display:flex;
    align-items:center;
    width:94%
}

.videoContainer {
    overflow: hidden;
    width: calc(25% - 5px);
    height: 100vh;
    position:fixed;
    left: 0;
    top: 0;
    z-index: -100
}

@media (max-width: 991px) {
    .videoContainer {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: -100
    }
}

.packageDeleteButton {
    opacity: 1;
    box-shadow: 0px 0px 2px;
    position: absolute;
    top: calc(50% -25px);
    right: -25px;
    font-size: 30px;
    z-index: 1;
    border-radius: 75%;
    background-color: #a31616;
    width: 48px;
    height: 48px;
    color: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
    border: solid 2px;
    border-color: #ccc #999 #999 #ccc;
}

.packageDeleteButton:hover {
    border-color: #777 #aaa #aaa #777
}

.homeVideo {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden
}

.mainMenuPortion {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius:5px;
    height: auto;
    margin:15px;
    display:flex;
    flex-wrap:wrap;
    justify-content: center
}

.greenButton {
    background-color: rgba(255, 255, 255, 0.6);
    background-image: linear-gradient(rgb(41,191,24), rgb(100,175,10));
    cursor:pointer
}

    .greenButton:hover {
        background-color: rgba(200, 200, 200, 0.6);
        background-image: linear-gradient(rgb(100,175,10), rgb(41,191,24));
    }

.mainMenuButtonRow {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 5px
}

.mainMenuIcon {
    font-size: 95px;
}

.mainMenuIconBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px
}

.mainMenuButton {
    border-radius: 5px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center
}

.mainMenuBox {
    background-color: rgba(255,255,255,0.08);
    padding: 15px;
    border-radius: 7px
}

.mainMenuBoxContainer {
    padding: 15px;
}

footer {
    border: solid 0px #888;
    border-top-width: 1px
}

.mainMenuLink {
    color: black;
    text-decoration:none
}

/*Start PhotoUser*/
#imgphoto {
    position: absolute;
}

#Photo {
    position: relative;
    width: 250px;
    height: 250px;
}

    #Photo:hover #imgtexte {
        opacity: 1;
    }

#imgtexte {
    opacity: 0;
    position: absolute;
    top: 210px;
    color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: rgba(0,57,75,0.8);
    padding: 4px;
}

    #imgtexte:hover {
        background-color: rgba(0,57,75,0.9);
        color: gray;
    }

#FileUp {
    position: relative;
}

/* Basic */

body {
    margin: 0;
    overflow-x: hidden;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.browserupgrade {
    margin: 0;
    padding: .5em 1em;
    background-color: #fcfcfc;
    text-align: center;
}

header {
    padding-top: 10px;
    background-color: lightblue;
}

.btn-upload {
    font-size: 22px;
    font-weight: bold;
}

/* Header */

.docs-header {
    margin-bottom: 0;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    border-color: #0074d9;
}

.navbar-toggle .icon-bar {
    background-color: #0074d9;
}

/* Jumbotron */

.docs-jumbotron {
    background-color: #0074d9;
    color: #fff;
}

    .docs-jumbotron .version {
        font-size: 14px;
        color: #fff;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }


/* Content */

.img-container {
    /*background-color: rgba(196, 196, 196,0.24);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% 100%;
    width: 100%;
    text-align: center;
}

.img-container {
    min-height: 250px;
    max-height: 200px;
    margin-bottom: 20px;
}

@media (min-width: 250px) {
    .img-container {
        min-height: 250px;
    }
}

.img-container > img {
    max-width: 100%;
}

.docs-preview {
    margin-right: -15px;
}

.img-preview {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

    .img-preview > img {
        max-width: 100%;
    }

.preview-lg {
    width: 148px;
    height: 148px;
    border-radius: 75%;
}

.preview-md {
    width: 148px;
    height: 148px;
}

.preview-sm {
    width: 69px;
    height: 39px;
}

.preview-xs {
    width: 35px;
    height: 20px;
    margin-right: 0;
}

.docs-data > .input-group {
    margin-bottom: 10px;
}

    .docs-data > .input-group > label {
        min-width: 80px;
    }

    .docs-data > .input-group > span {
        min-width: 50px;
    }

.docs-buttons > .btn,
.docs-buttons > .btn-group,
.docs-buttons > .form-control {
    margin-right: 5px;
    margin-bottom: 10px;
}

.docs-toggles > .btn,
.docs-toggles > .btn-group,
.docs-toggles > .dropdown {
    margin-bottom: 10px;
}

.docs-tooltip {
    display: block;
    margin: -6px -12px;
    padding: 6px 12px;
}

    .docs-tooltip > .icon {
        margin: 0 -3px;
        vertical-align: top;
    }

.tooltip-inner {
    white-space: normal;
}

.btn-upload .tooltip-inner {
    white-space: nowrap;
}

@media (max-width: 400px) {
    .btn-group-crop {
        margin-right: -15px !important;
    }

        .btn-group-crop > .btn {
            padding-left: 5px;
            padding-right: 5px;
        }

        .btn-group-crop .docs-tooltip {
            margin-left: -5px;
            margin-right: -5px;
            padding-left: 5px;
            padding-right: 5px;
        }
}

.docs-options .dropdown-menu {
    width: 100%;
}

    .docs-options .dropdown-menu > li {
        padding: 3px 20px;
    }

        .docs-options .dropdown-menu > li:hover {
            background-color: #f7f7f7;
        }

        .docs-options .dropdown-menu > li > label {
            display: block;
        }

.docs-cropped .modal-body {
    text-align: center;
}

    .docs-cropped .modal-body > img,
    .docs-cropped .modal-body > canvas {
        max-width: 100%;
    }


/* Footer */

.docs-footer {
    overflow: hidden;
}

.heart {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ddd;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

    .heart:hover {
        color: #ff4136;
    }

    .heart:before {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        display: block;
        height: 0;
        border-top: 1px solid #eee;
        content: " ";
    }

    .heart:after {
        position: relative;
        z-index: 1;
        padding-left: 8px;
        padding-right: 8px;
        background-color: #fff;
        content: "♥";
    }
/*End PhotoUser*/
/*Start UiGrid*/
.motclef {
    text-decoration: underline;
    color: #156fa9;
    text-align: left;
    cursor: pointer;
    padding: 3px;
}

.ui-grid {
    border: 0px solid #d4d4d4;
    box-sizing: content-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 10px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.ui-grid-cell-contents {
    font-size: 12px;
    text-align: left;
}

.ui-grid-header-cell {
    background: rgba(107,81,64,1);
    background: -moz-linear-gradient(top, rgba(107,81,64,1) 0%, rgba(107,81,64,1) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(107,81,64,1)), color-stop(36%, rgba(107,81,64,1)), color-stop(42%, rgba(93,67,50,1)), color-stop(53%, rgba(66,41,24,1)));
    background: -webkit-linear-gradient(top, rgba(107,81,64,1) 0%, rgba(107,81,64,1) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);
    background: -o-linear-gradient(top, rgba(107,81,64,1) 0%, rgba(107,81,64,1) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);
    background: linear-gradient(to bottom, rgba(107,81,64,1) 0%, rgba(107,81,64,1) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
}

.ui-grid-grid-footer {
    background: rgba(107,81,64,1);
    background: -moz-linear-gradient(top, rgba(107,81,64,1) 0%, rgba(107,81,64,1) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(107,81,64,1)), color-stop(36%, rgba(107,81,64,1)), color-stop(42%, rgba(93,67,50,1)), color-stop(53%, rgba(66,41,24,1)));
    background: -webkit-linear-gradient(top, rgba(107,81,64,1) 0%, rgba(107,81,64,1) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);
    background: -o-linear-gradient(top, rgba(107,81,64,1) 0%, rgba(107,81,64,1) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);
    background: linear-gradient(to bottom, rgba(107,81,64,1) 0%, rgba(107,81,64,1) 36%, rgba(93,67,50,1) 42%, rgba(66,41,24,1) 53%);
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
}
/*End UiGrid*/

.navbar-nav {
    width: 95%;
    text-align: center;
}

    .navbar-nav > li {
        float: none;
        display: inline-block;
    }

/*Start MasteSite*/
#ulSearch > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #ffffff;
    white-space: nowrap;
    font-family: Arial;
}

#ulSearch :hover {
    color: rgba(0,57,75,1);
    text-decoration: none;
    background: #ffffff;
    font-family: Arial;
}

.navbar-nav {
    width: 95%;
    text-align: center;
}

    .navbar-nav > li {
        float: none;
        display: inline-block;
    }
/*End MasteSite*/
.progress {
    width: 60px;
    height: 60px;
    line-height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    box-shadow: 1px -1px 2px #011c25;
    background-color: #ffffff;
    box-sizing: border-box;
}

    .progress:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 6px solid #ede0bf;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress > span {
        width: calc(50% + 1px);
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress .progress-left {
        left: 0;
        width: calc(50% + 2px);
    }

    .progress .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 6px;
        border-style: solid;
        position: absolute;
        top: 0;
        border-color: #ae8936;
    }

    .progress .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progress .progress-right {
        right: 0;
        width: calc(50% + 2px);
    }

        .progress .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .progress .progress-value {
        display: flex;
        border-radius: 50%;
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        align-items: center;
        justify-content: center;
        height: 100%;
        color: #3f2416;
    }

        .progress .progress-value div {
            margin-top: 0px;
        }

        .progress .progress-value span {
            font-size: 12px;
            text-transform: uppercase;
        }


    .progress[data-percentage="1"] .progress-right .progress-bar {
        animation: loading-1 0.2s linear forwards;
    }

    .progress[data-percentage="1"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="2"] .progress-right .progress-bar {
        animation: loading-2 0.2s linear forwards;
    }

    .progress[data-percentage="2"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="3"] .progress-right .progress-bar {
        animation: loading-3 0.2s linear forwards;
    }

    .progress[data-percentage="3"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="4"] .progress-right .progress-bar {
        animation: loading-4 0.2s linear forwards;
    }

    .progress[data-percentage="4"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="5"] .progress-right .progress-bar {
        animation: loading-5 0.2s linear forwards;
    }

    .progress[data-percentage="5"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="6"] .progress-right .progress-bar {
        animation: loading-6 0.2s linear forwards;
    }

    .progress[data-percentage="6"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="7"] .progress-right .progress-bar {
        animation: loading-7 0.2s linear forwards;
    }

    .progress[data-percentage="7"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="8"] .progress-right .progress-bar {
        animation: loading-8 0.2s linear forwards;
    }

    .progress[data-percentage="8"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="9"] .progress-right .progress-bar {
        animation: loading-9 0.2s linear forwards;
    }

    .progress[data-percentage="9"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="10"] .progress-right .progress-bar {
        animation: loading-10 0.2s linear forwards;
    }

    .progress[data-percentage="10"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="11"] .progress-right .progress-bar {
        animation: loading-11 0.2s linear forwards;
    }

    .progress[data-percentage="11"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="12"] .progress-right .progress-bar {
        animation: loading-12 0.2s linear forwards;
    }

    .progress[data-percentage="12"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="13"] .progress-right .progress-bar {
        animation: loading-13 0.2s linear forwards;
    }

    .progress[data-percentage="13"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="14"] .progress-right .progress-bar {
        animation: loading-14 0.2s linear forwards;
    }

    .progress[data-percentage="14"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="15"] .progress-right .progress-bar {
        animation: loading-15 0.2s linear forwards;
    }

    .progress[data-percentage="15"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="16"] .progress-right .progress-bar {
        animation: loading-16 0.2s linear forwards;
    }

    .progress[data-percentage="16"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="17"] .progress-right .progress-bar {
        animation: loading-17 0.2s linear forwards;
    }

    .progress[data-percentage="17"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="18"] .progress-right .progress-bar {
        animation: loading-18 0.2s linear forwards;
    }

    .progress[data-percentage="18"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="19"] .progress-right .progress-bar {
        animation: loading-19 0.2s linear forwards;
    }

    .progress[data-percentage="19"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="20"] .progress-right .progress-bar {
        animation: loading-20 0.2s linear forwards;
    }

    .progress[data-percentage="20"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="21"] .progress-right .progress-bar {
        animation: loading-21 0.2s linear forwards;
    }

    .progress[data-percentage="21"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="22"] .progress-right .progress-bar {
        animation: loading-22 0.2s linear forwards;
    }

    .progress[data-percentage="22"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="23"] .progress-right .progress-bar {
        animation: loading-23 0.2s linear forwards;
    }

    .progress[data-percentage="23"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="24"] .progress-right .progress-bar {
        animation: loading-24 0.2s linear forwards;
    }

    .progress[data-percentage="24"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="25"] .progress-right .progress-bar {
        animation: loading-25 0.2s linear forwards;
    }

    .progress[data-percentage="25"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="26"] .progress-right .progress-bar {
        animation: loading-26 0.2s linear forwards;
    }

    .progress[data-percentage="26"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="27"] .progress-right .progress-bar {
        animation: loading-27 0.2s linear forwards;
    }

    .progress[data-percentage="27"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="28"] .progress-right .progress-bar {
        animation: loading-28 0.2s linear forwards;
    }

    .progress[data-percentage="28"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="29"] .progress-right .progress-bar {
        animation: loading-29 0.2s linear forwards;
    }

    .progress[data-percentage="29"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="30"] .progress-right .progress-bar {
        animation: loading-30 0.2s linear forwards;
    }

    .progress[data-percentage="30"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="31"] .progress-right .progress-bar {
        animation: loading-31 0.2s linear forwards;
    }

    .progress[data-percentage="31"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="32"] .progress-right .progress-bar {
        animation: loading-32 0.2s linear forwards;
    }

    .progress[data-percentage="32"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="33"] .progress-right .progress-bar {
        animation: loading-33 0.2s linear forwards;
    }

    .progress[data-percentage="33"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="34"] .progress-right .progress-bar {
        animation: loading-34 0.2s linear forwards;
    }

    .progress[data-percentage="34"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="35"] .progress-right .progress-bar {
        animation: loading-35 0.2s linear forwards;
    }

    .progress[data-percentage="35"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="36"] .progress-right .progress-bar {
        animation: loading-36 0.2s linear forwards;
    }

    .progress[data-percentage="36"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="37"] .progress-right .progress-bar {
        animation: loading-37 0.2s linear forwards;
    }

    .progress[data-percentage="37"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="38"] .progress-right .progress-bar {
        animation: loading-38 0.2s linear forwards;
    }

    .progress[data-percentage="38"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="39"] .progress-right .progress-bar {
        animation: loading-39 0.2s linear forwards;
    }

    .progress[data-percentage="39"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="40"] .progress-right .progress-bar {
        animation: loading-40 0.2s linear forwards;
    }

    .progress[data-percentage="40"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="41"] .progress-right .progress-bar {
        animation: loading-41 0.2s linear forwards;
    }

    .progress[data-percentage="41"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="42"] .progress-right .progress-bar {
        animation: loading-42 0.2s linear forwards;
    }

    .progress[data-percentage="42"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="43"] .progress-right .progress-bar {
        animation: loading-43 0.2s linear forwards;
    }

    .progress[data-percentage="43"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="44"] .progress-right .progress-bar {
        animation: loading-44 0.2s linear forwards;
    }

    .progress[data-percentage="44"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="45"] .progress-right .progress-bar {
        animation: loading-45 0.2s linear forwards;
    }

    .progress[data-percentage="45"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="46"] .progress-right .progress-bar {
        animation: loading-46 0.2s linear forwards;
    }

    .progress[data-percentage="46"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="47"] .progress-right .progress-bar {
        animation: loading-47 0.2s linear forwards;
    }

    .progress[data-percentage="47"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="48"] .progress-right .progress-bar {
        animation: loading-48 0.2s linear forwards;
    }

    .progress[data-percentage="48"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="49"] .progress-right .progress-bar {
        animation: loading-49 0.2s linear forwards;
    }

    .progress[data-percentage="49"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="50"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="50"] .progress-left .progress-bar {
        animation: 0;
    }

    .progress[data-percentage="51"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="51"] .progress-left .progress-bar {
        animation: loading-1 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="52"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="52"] .progress-left .progress-bar {
        animation: loading-2 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="53"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="53"] .progress-left .progress-bar {
        animation: loading-3 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="54"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="54"] .progress-left .progress-bar {
        animation: loading-4 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="55"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="55"] .progress-left .progress-bar {
        animation: loading-5 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="56"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="56"] .progress-left .progress-bar {
        animation: loading-6 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="57"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="57"] .progress-left .progress-bar {
        animation: loading-7 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="58"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="58"] .progress-left .progress-bar {
        animation: loading-8 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="59"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="59"] .progress-left .progress-bar {
        animation: loading-9 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="60"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="60"] .progress-left .progress-bar {
        animation: loading-10 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="61"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="61"] .progress-left .progress-bar {
        animation: loading-11 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="62"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="62"] .progress-left .progress-bar {
        animation: loading-12 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="63"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="63"] .progress-left .progress-bar {
        animation: loading-13 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="64"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="64"] .progress-left .progress-bar {
        animation: loading-14 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="65"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="65"] .progress-left .progress-bar {
        animation: loading-15 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="66"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="66"] .progress-left .progress-bar {
        animation: loading-16 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="67"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="67"] .progress-left .progress-bar {
        animation: loading-17 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="68"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="68"] .progress-left .progress-bar {
        animation: loading-18 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="69"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="69"] .progress-left .progress-bar {
        animation: loading-19 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="70"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="70"] .progress-left .progress-bar {
        animation: loading-20 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="71"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="71"] .progress-left .progress-bar {
        animation: loading-21 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="72"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="72"] .progress-left .progress-bar {
        animation: loading-22 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="73"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="73"] .progress-left .progress-bar {
        animation: loading-23 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="74"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="74"] .progress-left .progress-bar {
        animation: loading-24 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="75"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="75"] .progress-left .progress-bar {
        animation: loading-25 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="76"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="76"] .progress-left .progress-bar {
        animation: loading-26 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="77"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="77"] .progress-left .progress-bar {
        animation: loading-27 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="78"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="78"] .progress-left .progress-bar {
        animation: loading-28 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="79"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="79"] .progress-left .progress-bar {
        animation: loading-29 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="80"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="80"] .progress-left .progress-bar {
        animation: loading-30 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="81"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="81"] .progress-left .progress-bar {
        animation: loading-31 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="82"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="82"] .progress-left .progress-bar {
        animation: loading-32 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="83"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="83"] .progress-left .progress-bar {
        animation: loading-33 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="84"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="84"] .progress-left .progress-bar {
        animation: loading-34 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="85"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="85"] .progress-left .progress-bar {
        animation: loading-35 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="86"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="86"] .progress-left .progress-bar {
        animation: loading-36 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="87"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="87"] .progress-left .progress-bar {
        animation: loading-37 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="88"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="88"] .progress-left .progress-bar {
        animation: loading-38 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="89"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="89"] .progress-left .progress-bar {
        animation: loading-39 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="90"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="90"] .progress-left .progress-bar {
        animation: loading-40 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="91"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="91"] .progress-left .progress-bar {
        animation: loading-41 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="92"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="92"] .progress-left .progress-bar {
        animation: loading-42 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="93"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="93"] .progress-left .progress-bar {
        animation: loading-43 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="94"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="94"] .progress-left .progress-bar {
        animation: loading-44 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="95"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="95"] .progress-left .progress-bar {
        animation: loading-45 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="96"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="96"] .progress-left .progress-bar {
        animation: loading-46 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="97"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="97"] .progress-left .progress-bar {
        animation: loading-47 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="98"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="98"] .progress-left .progress-bar {
        animation: loading-48 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="99"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="99"] .progress-left .progress-bar {
        animation: loading-49 0.2s linear forwards 0.2s;
    }

    .progress[data-percentage="100"] .progress-right .progress-bar {
        animation: loading-50 0.2s linear forwards;
    }

    .progress[data-percentage="100"] .progress-left .progress-bar {
        animation: loading-50 0.2s linear forwards 0.2s;
    }











.progress {
    margin-bottom: 1em;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(3.6);
        transform: rotate(3.6deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(7.2);
        transform: rotate(7.2deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(10.8);
        transform: rotate(10.8deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(14.4);
        transform: rotate(14.4deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(18);
        transform: rotate(18deg);
    }
}

@keyframes loading-6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(21.6);
        transform: rotate(21.6deg);
    }
}

@keyframes loading-7 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(25.2);
        transform: rotate(25.2deg);
    }
}

@keyframes loading-8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(28.8);
        transform: rotate(28.8deg);
    }
}

@keyframes loading-9 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(32.4);
        transform: rotate(32.4deg);
    }
}

@keyframes loading-10 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-11 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(39.6);
        transform: rotate(39.6deg);
    }
}

@keyframes loading-12 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(43.2);
        transform: rotate(43.2deg);
    }
}

@keyframes loading-13 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(46.8);
        transform: rotate(46.8deg);
    }
}

@keyframes loading-14 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(50.4);
        transform: rotate(50.4deg);
    }
}

@keyframes loading-15 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(54);
        transform: rotate(54deg);
    }
}

@keyframes loading-16 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(57.6);
        transform: rotate(57.6deg);
    }
}

@keyframes loading-17 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(61.2);
        transform: rotate(61.2deg);
    }
}

@keyframes loading-18 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(64.8);
        transform: rotate(64.8deg);
    }
}

@keyframes loading-19 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(68.4);
        transform: rotate(68.4deg);
    }
}

@keyframes loading-20 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-21 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(75.6);
        transform: rotate(75.6deg);
    }
}

@keyframes loading-22 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(79.2);
        transform: rotate(79.2deg);
    }
}

@keyframes loading-23 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(82.8);
        transform: rotate(82.8deg);
    }
}

@keyframes loading-24 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(86.4);
        transform: rotate(86.4deg);
    }
}

@keyframes loading-25 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90);
        transform: rotate(90deg);
    }
}

@keyframes loading-26 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(93.6);
        transform: rotate(93.6deg);
    }
}

@keyframes loading-27 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(97.2);
        transform: rotate(97.2deg);
    }
}

@keyframes loading-28 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(100.8);
        transform: rotate(100.8deg);
    }
}

@keyframes loading-29 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(104.4);
        transform: rotate(104.4deg);
    }
}

@keyframes loading-30 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-31 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(111.6);
        transform: rotate(111.6deg);
    }
}

@keyframes loading-32 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(115.2);
        transform: rotate(115.2deg);
    }
}

@keyframes loading-33 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(118.8);
        transform: rotate(118.8deg);
    }
}

@keyframes loading-34 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(122.4);
        transform: rotate(122.4deg);
    }
}

@keyframes loading-35 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126);
        transform: rotate(126deg);
    }
}

@keyframes loading-36 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(129.6);
        transform: rotate(129.6deg);
    }
}

@keyframes loading-37 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(133.2);
        transform: rotate(133.2deg);
    }
}

@keyframes loading-38 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(136.8);
        transform: rotate(136.8deg);
    }
}

@keyframes loading-39 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(140.4);
        transform: rotate(140.4deg);
    }
}

@keyframes loading-40 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-41 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(147.6);
        transform: rotate(147.6deg);
    }
}

@keyframes loading-42 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(151.2);
        transform: rotate(151.2deg);
    }
}

@keyframes loading-43 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(154.8);
        transform: rotate(154.8deg);
    }
}

@keyframes loading-44 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(158.4);
        transform: rotate(158.4deg);
    }
}

@keyframes loading-45 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(162);
        transform: rotate(162deg);
    }
}

@keyframes loading-46 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(165.6);
        transform: rotate(165.6deg);
    }
}

@keyframes loading-47 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(169.2);
        transform: rotate(169.2deg);
    }
}

@keyframes loading-48 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(172.8);
        transform: rotate(172.8deg);
    }
}

@keyframes loading-49 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(176.4);
        transform: rotate(176.4deg);
    }
}

@keyframes loading-50 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}


.row:before, .row:after {
    display: flex !important;
}

input[type=radio] {
    display: none;
}
    /* Affichage par défaut du bouton radio personnalisé */
    input[type=radio] + label:before {
        background: #fff;
        border: 2px solid #ccc;
        border-radius: 50%;
        margin-top: -3px;
        margin-right: 6px;
        display: inline-block;
        vertical-align: middle;
        content: '';
        width: 17px;
        height: 17px;
    }
    /* Affichage du bouton radio personnalisé quand il est sélectionné */
    input[type=radio]:checked + label:before {
        background: #f06c40;
        border-color: #f06c40;
        box-shadow: inset 0px 0px 0px 2px #fff;
    }
    input[name=bouton1]:checked + label:before {
        background: #3b535b;
        border-color: #3b535b;
        box-shadow: inset 0px 0px 0px 2px #fff;
    }

.element {
    margin-bottom: 14px;
}

label[name=optionPayment] {
    cursor: pointer;
}

#footerLink a:link {
    color: #FFFFFF;
}

.PostCtrl {
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.075);
    border:none;
    background-color: rgba(0,0,0,0.31);
    border-radius: 4px;
    color:#fff;
}

#footer {
    bottom: 0;
    color: #707070;
    height: 2em;
    left: 0;
    position: relative;
    font-size: small;
    width: 100%;
}

input[name=dmpsearch] {
    background-color: transparent;
    background-image: url('/img/search.png');
    background-position: left top;
    background-repeat: no-repeat;
    padding-right: 10px;
}

.circle {
    width: 40px !important;
    height: 40px !important;
    text-align: center !important;
    padding: 6px 0 !important;
    font-size: 12px !important;
    line-height: 1.428571429 !important;
    border-radius: 1000px !important;
    border: solid 0px #555;
    background-color: blue !important;
    outline: none !important;
}

.w3-btn, .w3-btn-block {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 6px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none !important;
    color: #fff;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.uncheckedColor{
    color: rgb(126,126,126);
}
.checkedColor{
    color: rgb(0,100,0);
}

.w3-btn:hover, .w3-btn-block:hover, .w3-btn-floating:hover, .w3-btn-floating-large:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.googlePlus:hover, .googlePlus:active{
    background-color: #d34836;
    color: #ffffff;
}

.twitter:hover {
    background-color: #00aced;
    color: #ffffff;
}

.signin:hover {
    background-color: #ffffff;
    color: rgb(0,57,75);
}

.linkedin:hover {
    background-color: #4875B4;
    color: #ffffff;
}

.youtube:hover {
    background-color: #FF3333;
    color: #ffffff;
}

.facebook:hover {
    background-color: #3B5998;
    color: #ffffff;
}

.whatsapp:hover {
    background-color: #00E676;
    color: #ffffff;
}


.instagram:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.w3-btn, .w3-btn-floating, .w3-btn-floating-large, .w3-closenav, .w3-opennav {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3-btn-floating, .w3-btn-floating-large {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: rgb(0,57,75);
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
}

.w3-btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.w3-btn-floating-large {
    width: 56px;
    height: 56px;
    line-height: 56px;
}

.w3-disabled, .w3-btn:disabled, .w3-btn-floating:disabled, .w3-btn-floating-large:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.w3-btn.w3-disabled *, .w3-btn-block.w3-disabled, .w3-btn-floating.w3-disabled *, .w3-btn:disabled *, .w3-btn-floating:disabled * {
    pointer-events: none;
}

.w3-btn.w3-disabled:hover, .w3-btn-block.w3-disabled:hover, .w3-btn:disabled:hover, .w3-btn-floating.w3-disabled:hover, .w3-btn-floating:disabled:hover,
.w3-btn-floating-large.w3-disabled:hover, .w3-btn-floating-large:disabled:hover {
    box-shadow: none;
}

.w3-btn-group .w3-btn {
    float: left;
}

.w3-btn-block {
    width: 100%;
}

.w3-btn-bar .w3-btn {
    box-shadow: none;
    background-color: inherit;
    color: inherit;
    float: left;
}

.w3-btn-bar .w3-btn:hover {
    background-color: #ccc;
}

.w3-btn, .w3-btn-floating, .w3-dropnav a, .w3-btn-floating-large, .w3-btn-block, .w3-hover-shadow, .w3-hover-opacity, .w3-hover-opacity-off,
.w3-navbar a, .w3-sidenav a, .w3-pagination li a, .w3-hoverable tbody tr, .w3-hoverable li, .w3-accordion-content a, .w3-dropdown-content a, .w3-dropdown-click:hover, .w3-dropdown-hover:hover, .w3-opennav, .w3-closenav, .w3-closebtn,
.w3-hover-amber, .w3-hover-aqua, .w3-hover-blue, .w3-hover-light-blue, .w3-hover-brown, .w3-hover-cyan, .w3-hover-blue-grey, .w3-hover-green, .w3-hover-light-green, .w3-hover-indigo, .w3-hover-khaki, .w3-hover-lime, .w3-hover-orange, .w3-hover-deep-orange, .w3-hover-pink,
.w3-hover-purple, .w3-hover-deep-purple, .w3-hover-red, .w3-hover-sand, .w3-hover-teal, .w3-hover-yellow, .w3-hover-white, .w3-hover-black, .w3-hover-grey, .w3-hover-light-grey, .w3-hover-dark-grey, .w3-hover-text-amber, .w3-hover-text-aqua, .w3-hover-text-blue, .w3-hover-text-light-blue,
.w3-hover-text-brown, .w3-hover-text-cyan, .w3-hover-text-blue-grey, .w3-hover-text-green, .w3-hover-text-light-green, .w3-hover-text-indigo, .w3-hover-text-khaki, .w3-hover-text-lime, .w3-hover-text-orange, .w3-hover-text-deep-orange, .w3-hover-text-pink, .w3-hover-text-purple,
.w3-hover-text-deep-purple, .w3-hover-text-red, .w3-hover-text-sand, .w3-hover-text-teal, .w3-hover-text-yellow, .w3-hover-text-white, .w3-hover-text-black, .w3-hover-text-grey, .w3-hover-text-light-grey, .w3-hover-text-dark-grey {
    -webkit-transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
    transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
}

.w3-container:after, .w3-panel:after, .w3-row:after, .w3-row-padding:after, .w3-topnav:after, .w3-clear:after, .w3-btn-group:before, .w3-btn-group:after, .w3-btn-bar:before, .w3-btn-bar:after {
    content: "";
    display: table;
    clear: both;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}

/*.modal {
    overflow-y: auto;
    background-color:rgba(0, 0, 0, 0);
}*/


.profilButton:hover {
    cursor: pointer;
}

.eventBox {
    display: inline-block;
    background-color: rgba(0,57,75,0.8);
    width: 75%;
}

.eventBox .eventData {
    box-shadow: 1px 3px 9px #666666;
    width: 100%;
    height: 100%;
}

.panel {
    border: 1px solid #442a18;
    border-radius: 0 !important;
    transition: box-shadow 0.5s;
}

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
    cursor: pointer;
}

.panel-footer .btn:hover {
    border: 1px solid #442a18;
    background-color: #fff !important;
    color: #f4511e;
}

.panel-heading {
    color: #442a18 !important;
    background-color: #FFFFF0 !important;
    padding: 25px;
    border-bottom: 1px solid #442a18;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: white !important;
}

.panel-body {
    background-color: rgba(0,57,75,0.7);
}

.panel-footer h3 {
    font-size: 32px;
}

.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.panel-footer .btn {
    margin: 15px 0;
    background-color: #28a7a3;
    color: #fff;
}

.eventButton {
    text-align: center;
    width: 100%;
    padding: 4px 0;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.guestButton {
    text-align: center;
    width: 100%;
    padding: 4px 0;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.fullscreen {
  /*position: fixed;*/
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background: lime; /* Just to visualize the extent */
}

li {
    list-style-type: none;
}

.dropdown-backdrop {
    position: static;
}

body{
  overflow: hidden visible;
  margin:0;
  padding:0;
  background: url('/img/Bg1.jpg') no-repeat fixed;
  background-size: cover;
  background-color:transparent;
  height: 100%;
  min-height: 100%;
  width: 100%
}

@keyframes myChange {
  from {
      height: 100px;
  } to {
      height: 0;
  }
}

.bar1, .bar2, .bar3 {
    width: 27px;
    height: 5px;
    background-color: #e8d727;
    margin: 0px 0px 5px -1px;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

/* when hiding the picture */
/*.ng-hide-add         { animation:0.5s lightSpeedOut ease; }*/

/* when showing the picture */
#MainSectionHome .ng-hide-remove      { animation:1s zoomIn ease; }

.bulletHome {
    list-style-type: disc;
}

a {
    color: darkblue;
}

.userContent {
    display: none;
}

#guestData {
    border: 1px groove grey;
}

#eventList {
    margin-left: -40px;
}

.site-footer-links nav a{
    color: white;
    margin-right: 20px;
}

.site-footer-links nav table{
    color: white;
    width:75%;
    margin-right:100px;

}

.site-footer-links{
    background-color: rgba(0, 57, 75, 0.8);
    width:100vw;
    position:fixed;
    bottom:0;
    left:0
}

.stopfade { 
   opacity: .5;
}

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    background: transparent;
}

.cssSelect{
    width: 100%;
}

.carac{
    font-family: 'Mongolian Baiti';
    font-size: 1.875em;
    color: rgba(0, 57, 75, 1);
}

.carac1{
    font-family: 'Mongolian Baiti';
    font-size: 2.5em;
    color:rgba(0, 57, 75, 1);
}

.carac2{
    font-family:'Mongolian Baiti';
    font-size: 1.875em;
    color:white;
}

.newpage3 {
    position: relative, center !important;
    width: 35%;
    height: 35%;
    background: rgba(255, 255, 255, 0.2);
}

.newpage2 {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(180, 151, 122, 0.8);
}

.newpage {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 57, 75, 0.8);
}
.common-form__input {
    width: 100%;
    outline: none;
    border: none;
    font-size: 1.3rem;
    line-height: 2.4;
    font-weight: 300;
    border-radius: 0;
    background-color: transparent;
}

textarea {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: transparent;
    resize: none;
}
.maxbox{

    width: 100%;

    height: 1px;

    border-bottom: 1px solid #CCC;

}

.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate2 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.zoomIn{
  animation-duration: 800ms;
  animation-name: zoomIn;
}
.foolishIn{
  animation-duration: 1200ms;
  animation-name: foolishIn;
}
.vanishIn{
  animation-duration: 800ms;
  animation-name: vanishIn;
}
.fade{
  animation-duration: 2400ms;
  animation-name: fadeIn;
}
.fadeIn{
  animation-duration: 1200ms;
  animation-name: spaceInLeft;
}

.slideInUp{
  animation-duration: 800ms;
  animation-name: spaceInRight;
}

.slideInLeft{
  animation-duration:1200ms;
  animation-name: spaceInLeft;
}
.spaceInDown{
  animation-duration:1200ms;
  animation-name: spaceInDown;
}
.spaceInLeft{
  animation-duration:1200ms;
  animation-name: spaceInLeft;
}


@keyframes vanishIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    filter: blur(90px);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    filter: blur(0px);
  }
}
@keyframes spaceInDown {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(.2) translate(0%, 200%);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 100%;
    transform: scale(1) translate(0%, 0%);
  }
}
@keyframes foolishIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0) rotate(360deg);
  }

  20% {
    opacity: 1;
    transform-origin: 0% 100%;
    transform: scale(0.5, 0.5) rotate(0deg);
  }

  40% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scale(0.5, 0.5) rotate(0deg);
  }

  60% {
    opacity: 1;
    transform-origin: 0%;
    transform: scale(0.5, 0.5) rotate(0deg);
  }

  80% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scale(0.5, 0.5) rotate(0deg);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1) rotate(0deg);
  }
}
@keyframes spaceInUp {
  0% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: scale(.2) translate(0%, -200%);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 0%;
    transform: scale(1) translate(0%, 0%);
  }
}
@keyframes spaceInRight {
  0% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(.2) translate(200%, 0%);
  }

  100% {
    opacity: 1;
    transform-origin: 100% 50%;
    transform: scale(1) translate(0%, 0%);
  }
}
@keyframes spaceInLeft {
  0% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(.2) translate(-200%, 0%);
  }

  100% {
    opacity: 1;
    transform-origin: 0% 50%;
    transform: scale(1) translate(0%, 0%);
  }
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

@keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}


@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}*/

/*@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}*/
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

    .line-clamp.clamp-1 {
        -webkit-line-clamp: 1;
    }

    .line-clamp.clamp-2 {
        -webkit-line-clamp: 2;
    }

    .line-clamp.clamp-4 {
        -webkit-line-clamp: 4;
    }

    .line-clamp.clamp-5 {
        -webkit-line-clamp: 5;
    }

    .line-clamp.clamp-6 {
        -webkit-line-clamp: 7;
    }

    .line-clamp.clamp-7 {
        -webkit-line-clamp: 7;
    }

    .line-clamp p {
        display: contents;
        overflow: hidden;
    }

    .line-clamp p:not(:first-child):before {
        content: "\A";
        white-space: pre;
    }