

/* Start:/local/templates/archimed-mo/css/styles.css?148715341214347*/
html, body {
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  height: auto!important;
  height: 100%;
}

html {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

.ya-share2__badge {
	padding: 5px !important;
}

.ya-share2__container_size_m .ya-share2__icon {
	width: 30px !important;
	height: 30px !important;
	background-size: cover !important;
}

h1 {
  text-align: center;
  font-weight: 800;
}

a {
  color: #0a8fc4;
}

a:hover {
  text-decoration: none;
}

a.dashed {
  text-decoration: none;
  border-bottom: dashed 1px currentColor;
  transition: border-color 0.15s ease;
}

a.dashed:hover {
  border-color: transparent;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.remove-team-mate {
  color: red;
  font-size: 0.8em;
}

.r {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.required {
  color: red;
}

.request-steps {
  text-align: center;
  font-weight: 300;
  color: #696969;
}

.request-steps.hidden {
  opacity: 0;
}

.request-form {
  max-width: 600px;
  margin: auto;
  padding: 80px 15px 330px;
}

.form-row {}

.field-info {
  font-size: 0.8em;
  font-style: italic;
  margin-top: 5px;
  color: #737373;
}

.text-input {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.33;
  width: 100%;
  border: solid 1px #a7a7a7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  transition: borse-color 0.15s ease;
}

.text-input.error {
  border: 1px solid red;
  background: #fff3f3;
  box-shadow: 0px 0px 10px 2px #ffe2e2;
}

textarea.text-input {
  min-height: 100px;
  max-width: 100%;
  overflow: auto;
}

.text-input:focus {
  border-color: #0a8fc4;
}

.form-group {
  margin-bottom: 30px;
}

.form-group-label {
  margin: 0 0 10px;
  font-size: 1.4em;
  text-align: center;
  font-weight: normal;
  color: #0a8fc4;
}

.form-group-label .field-info {
  margin-top: 0;
}

.form-submit {
  text-align: center;
  margin-top: 40px;
}

.btn {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  /*height: 60px;*/
  border: 0 none;
  font-size: 16px;
  padding: 19px 60px;
  font-weight: bold;
  white-space: nowrap;
  background-image: none;
  cursor: pointer;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #ffffff;
  background-color: #0a8fc4;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  display: inline-block;
  text-decoration: none;
}

.btn:disabled {
  cursor: default;
  background-color: #9a9a9a;
  cursor: default;
}

.select {
  display: inline-block;
  /*height: 2.5em;*/
  position: relative;
  vertical-align: top;
}

.select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  /*height: 2.285em;*/
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  position: relative;
  vertical-align: top;
  background-color: white;
  border: 1px solid #a7a7a7;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 1em;
  outline: none;
  padding: 14px 40px 14px 20px;
  width: 100%;
}

.select select::-ms-expand {
    display: none;
}

.select select:focus {
  outline: none;
  border-color: #0a8fc4;
}

.select:after {
  border: 2px solid #000;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0.5em;
  margin-top: -0.375em;
  right: 1.125em;
  top: 50%;
  z-index: 4;
}

.return-menu {
  text-align: center;
}

.return-menu a {
  color: #0a8fc4;
  font-weight: bold;
  font-size: 1.4em;
  margin: 0 15px;
}

ul li, ol li {
  margin-bottom: 10px;
}

.t229 {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 990;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0);
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  height: 50px;
}

.t229__beforeready {
  visibility: hidden;
}

.t229.t229__positionabsolute {
  position: absolute;
}

.t229.t229__positionfixed {
  position: fixed;
}

.t229.t229__positionstatic {
  position: static;
}

.t229__maincontainer {
  width: 100%;
  height: 50px;
  display: table;
}

.t229__maincontainer.t229__c12collumns {
  max-width: 1200px;
  margin: 0 auto;
}

.t229__centerside {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.t229__centerside.t229__menualign_left {
  text-align: left;
}

.t229__centerside.t229__menualign_right {
  text-align: right;
}

.t229__padding40px {
  width: 40px;
}

.t229 .t229__maincontainer.t229__c12collumns .t229__padding40px {
  width: 20px;
}

.t229 ul {
  list-style-type: none;
  margin: 0px;
  padding: 0 !important;
}

.t229__list_item {
  clear: both;
  font-size: 16px;
  display: inline;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px;
  white-space: nowrap;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
}

.t229 a, #allrecords .t229 a {
  text-decoration: none;
  color: #000000;
}

.t229__list_item .t-active {
  opacity: 0.7;
}

@media screen and (max-width: 1200px) {
  .t229__padding40px {
    width: 20px;
  }
}

@media screen and (max-width: 980px) {
  .request-form {
    padding-top: 40px;
  }
  
  .t229 {
    position: static;
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
    height: auto !important;
  }
  .t229.t229__positionabsolute, .t229.t229__positionfixed, .t229.t229__positionstatic {
    position: static;
  }
  .t229__centerside {
    display: block;
    text-align: center;
    float: none;
    padding: 20px 0px;
  }
  .t229__padding40px {
    display: none;
  }
  .t229 .t229__list_item {
    display: block;
    text-align: center;
    padding: 12px 10px !important;
    white-space: normal;
  }
}

/*#allrecords {
  -webkit-font-smoothing: antialiased;
  background-color: none;
}

#allrecords a {
  color: #ff8562;
  text-decoration: none;
}

#allrecords a[href^=tel] {
  color: inherit;
  text-decoration: none;
}*/

/*#allrecords ol {
  padding-left: 22px;
}

#allrecords ul {
  padding-left: 20px;
}*/

.t-clear {
  clear: both;
}

.t-row {
  margin: 0;
}

.t-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding: 0;
}

.t-container.flexx {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.t-container_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.t-container_100 {
  width: 100%;
  padding: 0;
}

.t-container_10 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  padding: 0;
}

.t-container_8 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
  padding: 0;
}

.t-container:before, .t-container:after, .t-container_10:before, .t-container_10:after, .t-container_8:before, .t-container_8:after, .t-container_100:before, .t-container_100:after {
  display: table;
  content: " ";
}

.t-container:after, .t-container_10:after, .t-container_8:after, .t-container_100:after {
  clear: both;
}


/*
.wrapper4 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 300px;
	padding: 0;
}

.wrapper6 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 460px;
	padding: 0;
}
*/

.t-col {
  display: inline;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;
}

.t-col.flexx {
  align-items: stretch;
  height: inherit;
  margin-top: auto;
  margin-bottom: auto;
}

.t-col_flex {
  align-items: stretch;
  height: inherit;
  margin-top: auto;
  margin-bottom: auto;
}

.t-col_1 {
  max-width: 60px;
}

.t-col_2 {
  max-width: 160px;
}

.t-col_3 {
  max-width: 260px;
}

.t-col_4 {
  max-width: 360px;
}

.t-col_5 {
  max-width: 460px;
}

.t-col_6 {
  max-width: 560px;
}

.t-col_7 {
  max-width: 660px;
}

.t-col_8 {
  max-width: 760px;
}

.t-col_9 {
  max-width: 860px;
}

.t-col_10 {
  max-width: 960px;
}

.t-col_11 {
  max-width: 1060px;
}

.t-col_12 {
  max-width: 1160px;
}

.t-col_100 {
  max-width: 100vw;
}

.t-prefix_1 {
  padding-left: 100px;
}

.t-prefix_2 {
  padding-left: 200px;
}

.t-prefix_3 {
  padding-left: 300px;
}

.t-prefix_4 {
  padding-left: 400px;
}

.t-prefix_5 {
  padding-left: 500px;
}

.t-prefix_6 {
  padding-left: 600px;
}

.t-prefix_7 {
  padding-left: 700px;
}

.t-prefix_8 {
  padding-left: 800px;
}

.t-prefix_9 {
  padding-left: 900px;
}

.t-prefix_10 {
  padding-left: 1000px;
}

.t-prefix_11 {
  padding-left: 1100px;
}

.t-prefix_12 {
  padding-left: 1200px;
}

.t-width {
  width: 100%;
}

.t-width_1 {
  max-width: 60px;
}

.t-width_2 {
  max-width: 160px;
}

.t-width_3 {
  max-width: 260px;
}

.t-width_4 {
  max-width: 360px;
}

.t-width_5 {
  max-width: 460px;
}

.t-width_6 {
  max-width: 560px;
}

.t-width_7 {
  max-width: 660px;
}

.t-width_8 {
  max-width: 760px;
}

.t-width_9 {
  max-width: 860px;
}

.t-width_10 {
  max-width: 960px;
}

.t-width_11 {
  max-width: 1060px;
}

.t-width_12 {
  max-width: 1160px;
}

.t-width_100 {
  max-width: 100%;
}

.t-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.t-cell_25 {
  width: 25vw;
}

.t-cell_33 {
  width: 33.3333333vw;
}

.t-cell_50 {
  width: 50vw;
}

.t-cell_100 {
  width: 100vw;
}

@media screen and (max-width: 1200px) {
  .t-container {
    max-width: 960px;
    padding: 0;
  }
  .t-container_10 {
    max-width: 780px;
  }
  .t-container_8 {
    max-width: 640px;
  }
  .t-col {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
  }
  .t-col_1 {
    max-width: 60px;
  }
  .t-col_2 {
    max-width: 140px;
  }
  .t-col_3 {
    max-width: 220px;
  }
  .t-col_4 {
    max-width: 300px;
  }
  .t-col_5 {
    max-width: 380px;
  }
  .t-col_6 {
    max-width: 460px;
  }
  .t-col_7 {
    max-width: 540px;
  }
  .t-col_8 {
    max-width: 620px;
  }
  .t-col_9 {
    max-width: 700px;
  }
  .t-col_10 {
    max-width: 780px;
  }
  .t-col_11 {
    max-width: 860px;
  }
  .t-col_12 {
    max-width: 940px;
  }
  .t-prefix_1 {
    padding-left: 80px;
  }
  .t-prefix_2 {
    padding-left: 160px;
  }
  .t-prefix_3 {
    padding-left: 240px;
  }
  .t-prefix_4 {
    padding-left: 320px;
  }
  .t-prefix_5 {
    padding-left: 400px;
  }
  .t-prefix_6 {
    padding-left: 480px;
  }
  .t-prefix_7 {
    padding-left: 560px;
  }
  .t-prefix_8 {
    padding-left: 640px;
  }
  .t-prefix_9 {
    padding-left: 720px;
  }
  .t-prefix_10 {
    padding-left: 800px;
  }
  .t-prefix_11 {
    padding-left: 880px;
  }
  .t-prefix_12 {
    padding-left: 960px;
  }
  .t-width_1 {
    max-width: 60px;
  }
  .t-width_2 {
    max-width: 140px;
  }
  .t-width_3 {
    max-width: 220px;
  }
  .t-width_4 {
    max-width: 300px;
  }
  .t-width_5 {
    max-width: 380px;
  }
  .t-width_6 {
    max-width: 460px;
  }
  .t-width_7 {
    max-width: 540px;
  }
  .t-width_8 {
    max-width: 620px;
  }
  .t-width_9 {
    max-width: 700px;
  }
  .t-width_10 {
    max-width: 780px;
  }
  .t-width_11 {
    max-width: 860px;
  }
  .t-width_12 {
    max-width: 940px;
  }
  .t-width_100 {
    max-width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .t-container {
    max-width: 640px;
  }
  .t-container.flexx {
    display: block;
  }
  .t-container_flex {
    display: block;
  }
  .t-col {
    display: block;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .t-col_1, .t-col_2, .t-col_3, .t-col_4, .t-col_5, .t-col_6, .t-col_7, .t-col_8, .t-col_9, .t-col_10, .t-col_11, .t-col_12 {
    width: 100%;
    max-width: 100%;
  }
  .t-prefix_1, .t-prefix_2, .t-prefix_3, .t-prefix_4, .t-prefix_5, .t-prefix_6, .t-prefix_7, .t-prefix_8, .t-prefix_9, .t-prefix_10, .t-prefix_11, .t-prefix_12 {
    padding-left: none;
  }
}

.t457__logo {
  margin-top: 30px;
  width: 100%;
}

.t457__img {
  max-width: 150px;
}

.t457 {
  text-align: center;
}

.t457__ul {
  text-align: center;
  list-style-type: none;
  padding-left: 10px !important;
  padding-top: 16px;
  padding-right: 10px;
  padding-bottom: 0px;
  margin: 0px;
}

.t457__li {
  clear: both;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 14px;
  display: inline;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px;
  font-weight: 600;
}

.t457 a {
  text-decoration: none;
}

.t457__copyright {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000000;
  filter: alpha(opacity=70);
  KHTMLOpacity: 0.70;
  MozOpacity: 0.70;
  opacity: 0.70;
  padding-top: 40px;
  padding-bottom: 10px;
}

@media screen and (max-width: 960px) {
  .t457__ul {
    padding-top: 16px;
  }
}

@media screen and (max-width: 640px) {
  .t457 li {
    display: inline-block;
    margin-bottom: 20px;
  }
}


/*  SECTIONS  */

.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}


/*  COLUMN SETUP  */

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.col:first-child {
  margin-left: 0;
}


/*  GROUPING  */

.group:before, .group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 */
}


/*  GRID OF FOUR  */

.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 74.6%;
}

.span_2_of_4 {
  width: 49.2%;
}

.span_1_of_4 {
  width: 23.8%;
}


/*  GO FULL WIDTH BELOW 480 PIXELS */

@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
  .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
    width: 100%;
  }

  .request-form {
    padding-bottom: 440px;
  }
}
/* End */


/* Start:/local/templates/archimed-mo/css/progress.css?14858875096149*/
.dn{
    display:none !important;
}
#download_bar{
    position: relative;
}
.download_bar_span_suc {
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    font-weight: 600;
/*    background: #02b702 !important;*/
    color: #fff;
}
.progress-bar {
    margin:40px 0px;
    background-color: #ababab;
    height: 55px;
    /*padding: 5px;*/
    /*width: 350px;*/
    width:100%;
    /*position: absolute;*/

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    -webkit-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
}
.fail_format{
    color:#f00;
    font-size: 14px;
}

.progress-bar span {
    display: inline-block;
    height: 100%;
    background-color: #777;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -ms-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}

/*---------------------------*/

.blue span {
    background-color: #34c2e3;
}

.orange span {
    background-color: #fecf23;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fecf23), to(#fd9215));
    background-image: -webkit-linear-gradient(top, #fecf23, #fd9215);
    background-image: -moz-linear-gradient(top, #fecf23, #fd9215);
    background-image: -ms-linear-gradient(top, #fecf23, #fd9215);
    background-image: -o-linear-gradient(top, #fecf23, #fd9215);
    background-image: linear-gradient(top, #fecf23, #fd9215);
}

.green span {
    background-color: #a5df41;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5df41), to(#4ca916));
    background-image: -webkit-linear-gradient(top, #a5df41, #4ca916);
    background-image: -moz-linear-gradient(top, #a5df41, #4ca916);
    background-image: -ms-linear-gradient(top, #a5df41, #4ca916);
    background-image: -o-linear-gradient(top, #a5df41, #4ca916);
    background-image: linear-gradient(top, #a5df41, #4ca916);
}

/*---------------------------*/

.stripes span {
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    background-image: -webkit-gradient(linear, left top, right bottom,
    color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
    color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
    color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
    to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);

    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
}

@-webkit-keyframes animate-stripes {
    0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}


@-moz-keyframes animate-stripes {
    0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

/*---------------------------*/

.shine span {
    position: relative;
}

.shine span::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -webkit-animation: animate-shine 2s ease-out infinite;
    -moz-animation: animate-shine 2s ease-out infinite;
}

@-webkit-keyframes animate-shine {
    0% {opacity: 0; width: 0;}
    50% {opacity: .5;}
    100% {opacity: 0; width: 95%;}
}


@-moz-keyframes animate-shine {
    0% {opacity: 0; width: 0;}
    50% {opacity: .5;}
    100% {opacity: 0; width: 95%;}
}

/*---------------------------*/

.glow span {
    -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;

    -webkit-animation: animate-glow 1s ease-out infinite;
    -moz-animation: animate-glow 1s ease-out infinite;
}

@-webkit-keyframes animate-glow {
    0% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
    50% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;}
    100% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
}

@-moz-keyframes animate-glow {
    0% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
    50% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;}
    100% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
}

/* End */
/* /local/templates/archimed-mo/css/styles.css?148715341214347 */
/* /local/templates/archimed-mo/css/progress.css?14858875096149 */
