.howItWorksTitle {
    text-shadow: 1px 1px 1px #000000;
    font-size: 25px;
}
.howItWorksText {
    text-shadow: 0px 1px 1px #000000;
}
.btnMenu2 {
      background: rgba(68, 42, 24, 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.5);
      border-radius:5px;
      color:white;
      cursor: pointer;
      padding: 10px 10px 5px 10px;
      height:135px;
      margin-left: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(68, 42, 24, 0.7);
      border-radius:5px;
      color:white;
      cursor: pointer;
      padding: 10px 10px 5px 10px;
      height:135px;
      margin-left:10px;
}
.formCtrlBordeRed {
    border: 1px solid #b94a48;
}
#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;*/
}

.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: #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: 3px;
  border-top-right-radius: 3px;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}


.divDialogBox {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  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: 6;
  -moz-border-radius: 6;
  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: #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);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px #f2ba94;
  -moz-box-shadow: 1px 1px 3px #f2ba94;
  box-shadow: 1px 1px 3px #f2ba94;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 20px 5px 20px;
  border: solid #442a18 1px;
  text-decoration: none;
  margin:2px;
}
.btnDialogBox:hover {
  background: #ad6c2b;
  background-image: -webkit-linear-gradient(top, #ad6c2b, #cf895b);
  background-image: -moz-linear-gradient(top, #ad6c2b, #cf895b);
  background-image: -ms-linear-gradient(top, #ad6c2b, #cf895b);
  background-image: -o-linear-gradient(top, #ad6c2b, #cf895b);
  background-image: linear-gradient(to bottom, #ad6c2b, #cf895b);
  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(68, 42, 24, 0.8);
  border-color: rgba(108, 69, 4, 1);
}
.btn-MrDoe1H {
  color: #ffffff;
  background-color: rgba(68, 42, 24, 1);
  border-color: rgb(178, 154, 114);
}
.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(68, 42, 24, 1);
}
.btn-MrDoe2 {
  color: #ffffff;
  background-color: rgba(68, 42, 24, 0.8);
  border-color: rgba(68, 42, 24, 1);
  border-radius: 0px;
}
.btn-MrDoe3 {
  color: #ffffff;
  background-color: rgba(108, 69, 4, 0.8);
  border-color: rgba(68, 42, 24, 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(68, 42, 24, 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(68, 42, 24, 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(67, 42, 24, 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(67, 42, 24, 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(67, 42, 24, 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(67, 42, 24, 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(67, 42, 24, 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(68, 42, 24, 0.8);*/
    border-left: 1px solid rgba(68, 42, 24, 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(67, 42, 24, 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(67, 42, 24, 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(67, 42, 24, 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(67, 42, 24, 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(68, 42, 24, 0.2);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background: rgba(68, 42, 24, 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(68, 42, 24, 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(67, 41, 24, 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;
}
.navbar-nav {
    width: 95%;
    text-align: center;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
}
        #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(68,42,24,1);
                text-decoration: none;
                background:#ffffff;
                font-family:Arial;
        }

        .navbar-nav {
            width: 95%;
            text-align: center;
        }
        .navbar-nav > li {
            float: none;
            display: inline-block;
        }
.btnDialogBoxTitleCreditCard {
    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;
}

.element {
    margin-bottom: 14px;
}

.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;
}

.btnDialogBoxCreditCard {
    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;
}

.inputSalesAccount {
    padding: 10px 12px;
    color: #32325d;
    font-family: "Arial";
    font-size: 16px;
    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;
}
.profilePic {
    width: 110px;
    z-index: 1;
    position: absolute;
    left: calc(50% - 50px);
    border-radius: 5px;
    top: 2px;
}

.adListPicBlock {
    width: 50%;
    position: relative;
    display: grid; 
    justify-content: center;
}

.adListPic {
    min-width: 130px;
    max-width:150px;
}

@media (max-width: 320px) {
    .adListPicBlock {
        width: 50%;
        position: relative;
    }
    .adListPic {
        width: 60px;
    }
}

@media (max-width: 960px) and (min-width: 321px) {
    .adListPicBlock {
        width: 50%;
    }
    .adListPic {
        width: calc(6.25vw + 40px);
    }
}


@media (min-height: 570px) and (max-height: 919px) {
    .adListPicBlock {
        width: 50%;
        top: calc(1.42857142857143vh - 3.142857142857143px);
    }
}

@media (min-height: 920px) {
    .adListPicBlock {
        top: 10px;
    }
}

.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;
    }
}

.Banner1 {
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0px;
    height:100px;
    background-color: transparent;
    color: rgb(0,57,75);
}

.homeSubtitle {
    font-size: calc(0.8vw + 1.5vh + 1vmin);
    color: #fff;
    text-shadow: 2px 2px 1px #001f2e;
}

.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;
}

.row:before, .row:after {
    display: flex !important;
}

.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(68,42,24);
}

.linkedin:hover {
    background-color: #4875B4;
    color: #ffffff;
}

.youtube:hover {
    background-color: #FF3333;
    color: #ffffff;
}

.facebook:hover {
    background-color: #3B5998;
    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(68,42,24);
    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(68,42,24,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(68,42,24,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: #333;
    margin: 6px 0;
    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;
}

/*h2 {
    text-decoration: underline;
}*/

a {
    color: darkblue;
}

/*h1 {
    font-style: oblique;
    text-align: center;
    text-decoration: underline;
}*/

.userContent {
    display: none;
}

#guestData {
    border: 1px groove grey;
}

.mySave {
    width: 100%;
    background-color: #000099;
    color: white;
    padding: 6px 8px;
    margin: 8px 0px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#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(67, 41, 24, 0.8);
    width:100%;
}

.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(68, 42, 24, 1);
}

.carac1{
    font-family: 'Mongolian Baiti';
    font-size: 2.5em;
    color:rgba(68, 42, 24, 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(67, 41, 24, 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);
  }
}

.gridPB {
    padding: 6px 6px;
    /*border: 1px solid rgb(212,212,212);*/
    width: 380px;
    height: 390px;
}

.gridADD {
    padding: 6px 6px;
    /*border: 1px solid rgb(212,212,212);*/
    width: 380px;
    height: 390px;
}

.gridRnipp {
    padding: 6px 6px;
    /*border: 1px solid rgb(212,212,212);*/
    width: 350px;
    height: 100%;
}

.gridMailing {
    padding: 6px 6px;
    /*border: 1px solid rgb(212,212,212);*/
    width: 550px;
    height: 300px;
}

.gridGuests {
    height: 70vh;
}

.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;
}