/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
.col-md-12, .col-md-6{
  padding: 0 !important;
}
.col-xs-12{
  width: 100% !important;
}
.col-xs-8{
  width: 70% !important;
}
.col-xs-6{
  width: 50% !important;
}
.col-xs-4{
  width: 30% !important;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:focus, *:active {
  outline: 0;
}

::-webkit-file-upload-button {
  cursor: pointer;
}
.page-header h1{
  text-align: center;
}

.tab-content {
  padding: 20px;
}

.template, input[type="file"].template {
  display: none !important;
}

strong, b {
  font-weight: bold;
}

a:hover {
  color: inherit;
  text-decoration: underline;
}
a:active, a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a.disabled {
  cursor: not-allowed;
}

a {
  color: #59C7D9;
  text-decoration: none;
  outline: none;
}
.button {
  display: inline-block;
  padding: 20px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #59C7D9;
  border: 1px solid #59C7D9;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  -moz-transition: color, background 0.5s ease;
  -o-transition: color, background 0.5s ease;
  -webkit-transition: color, background 0.5s ease;
  transition: color, background 0.5s ease;
}
.button:hover:not(.disabled):not(:disabled):not([disabled]) {
  background-color: #59C7D9;
  color: #fff;
  text-decoration: none;
}
.button.disabled, .button:disabled, .button[disabled] {
  background-color: #aaa;
  border: 1px solid #aaa;
  cursor: not-allowed;
}

img {
  max-width: 100%;
}

body > header #bg-carousel {
  border: 20px;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1080px;
  height: 370px;
  overflow: hidden;
}
body > header #bg-carousel .slider {
  width: 1245px;
  margin: 0 -82.5px;
  height: 415px;
}
body > header #bg-carousel > #bottom-gradient {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
body > header > #ie11-workaround-border {
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1081px;
  height: 370px;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  display: none;
}
html.ie11 > body > header #ie11-workaround-border {
  display: block;
}
body > header #logos-etc {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  height: 415px;
}
body > header #logos-etc a.logo {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
}
body > header #logos-etc a.logo > img {
  display: block;
}
body > header #logos-etc #po-lang {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  font-size: 20px;
}
body > header #logos-etc #po-lang > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 2px solid #f2e1f0;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
}
body > header #logos-etc #po-lang > ul > li {
  display: block;
  background-color: #59C7D9;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0;
  margin: 0;
}
body > header #logos-etc #po-lang > ul > li.sign-up {
  background-color: #ed0f4d;
}
body > header #logos-etc #po-lang > ul > li.sign-up > a {
  border-right: 0 none;
}
body > header #logos-etc #po-lang > ul > li > a, body > header #logos-etc #po-lang > ul > li > form > button[type="submit"] {
  text-transform: uppercase;
  border: 0 none;
  background: none;
  display: block;
  padding: 0 10px;
  color: #fff;
  border-right: 1px solid #fff;
}
body > header #logos-etc #po-lang > ul > li > form {
  display: block;
}
body > header #logos-etc #po-lang #language-selector {
  display: inline-block;
  margin-top: 15px;
}
body > header #logos-etc #po-lang #language-selector a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #000;
}
body > header #logos-etc #po-lang #language-selector a:hover {
  text-decoration: underline;
}
body > header #logos-etc #po-lang #language-selector a > img {
  height: 20px;
  margin-left: 8px;
}
body > header #logos-etc ul#years-selector {
  position: absolute;
  bottom: 50px;
  left: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  font-size: 20px;
}
body > header #logos-etc ul#years-selector > li {
  display: block;
  margin: 0;
  padding: 0 10px;
  border-right: 1px solid #000;
}
body > header #logos-etc ul#years-selector > li:last-child {
  border-right-color: transparent;
}
body > header #logos-etc ul#years-selector > li > a {
  color: #000;
  text-shadow: -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 1px 1px 1px #fff;
}
body > header #logos-etc ul#years-selector > li > a:hover {
  text-decoration: underline;
}
body > header #logos-etc #logo-bottom {
  position: absolute;
  right: 10px;
  bottom: 55px;
  display: block;
  width: 170px;
}
body > header > nav {
  width: 1080px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: -43px;
  z-index: 1;
  position: relative;
}
body > header > nav > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 12px;
  background-color: #ed0f4d;
  overflow: hidden;
}
body > header > nav > ul > li {
  display: block;
  margin: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  text-align: center;
}
body > header > nav > ul > li > a, body > header > nav > ul > li > form > button[type="submit"] {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  border-right: 1px solid #fff;
  display: block;
  padding: 10px 12px;
  -moz-transition: color 0.5s ease, background-color 0.5s ease;
  -o-transition: color 0.5s ease, background-color 0.5s ease;
  -webkit-transition: color 0.5s ease, background-color 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease;
}
body > header > nav > ul > li > a:hover, body > header > nav > ul > li > a.active, body > header > nav > ul > li > form > button[type="submit"]:hover, body > header > nav > ul > li > form > button[type="submit"].active {
  color: #fff;
}
body > header > nav > ul > li > a:hover, body > header > nav > ul > li > form > button[type="submit"]:hover {
  text-decoration: none;
  background-color: #59C7D9;
}
body > header > nav > ul > li > a.active, body > header > nav > ul > li > form > button[type="submit"].active {
  color: #59C7D9;
}
body > header > nav > ul > li:last-child > a {
  border-right: 0 none;
}
body > header > nav > ul > li > form {
  display: block;
}
body > header > nav > ul > li > form > button[type="submit"] {
  width: 100%;
  background-color: transparent;
  border-color: transparent;
  border-top-width: 0;
  border-bottom-width: 0;
  text-transform: inherit;
}
body > header p.school {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font: normal 24px "PT Serif", serif;
  color: #000;
  text-align: center;
  margin-top: 20px;
}
body > header p.school > a {
  text-decoration: none;
  color: #000;
}
body > header p.school > a:hover, body > header p.school > a:active, body > header p.school > a:focus {
  text-decoration: none;
  color: #000;
}
body > header p.school span {
  text-transform: uppercase;
  color: #59C7D9;
}
body > header > #header-text {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
body > header > #header-text > h1 {
  text-transform: uppercase;
  color: #2d2f91;
  margin-top: 20px;
  margin-bottom: 0;
}
body > header > #header-text h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #000;
}
body > header.inner #bg-carousel {
  height: 237px;
}
body > header.inner #bg-carousel > .slider {
  margin-top: -30px;
}
body > header.inner #logos-etc {
  height: 237px;
}
body > header.inner #logos-etc ul#years-selector {
  bottom: 15px;
}
body > header.inner #logos-etc #logo-bottom {
  bottom: 10px;
}
body > header.inner p.school {
  font-size: 18.75px;
  margin-top: 0;
}
body > header.inner > #header-text {
  text-align: center;
  color: #000;
}
body > header.inner > #header-text > h1 {
  display: inline;
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 0;
}
body > header.inner > #header-text > h1 + h2 {
  font-size: 25px;
  color: #000;
}
body > header.inner > nav {
  margin-top: 20px;
}
body > main ul.dashed > li::before {
  content: '\2014 \00A0';
}
body > main h1 {
  margin: 15px 0;
  color: #59C7D9;
  text-transform: uppercase;
  font-size: 20px;
  font-family: OpenSans-Bold;
}
body > main h2 {
  margin: 15px 0;
  color: #59C7D9;
  text-transform: uppercase;
}
body > main h3 {
  margin: 15px 0;
  color: #2d2f91;
  text-transform: uppercase;
}
body > main.inner > section:nth-child(odd) {
  background-color: #e2e4ed;
}
body > main.inner > section:nth-child(even) {
  background-color: transparent;
}
body > main > section {
  padding: 15px 0 30px;
  width: 1080px;
  margin: 0 auto;
}
body > main > section.content {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
body > main > section.content.admin {
  width: 1279px;
}
body > main > section.content #article-and-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
body > main > section.content #article-and-menu nav.left-menu {
  -webkit-flex-basis: 240px;
  flex-basis: 240px;
  min-width: 240px;
  max-width: 240px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  margin-right: 30px;
  border-right: 1px solid red;
}
body > main > section.content #article-and-menu nav.left-menu > h1 {
  color: #000;
}
body > main > section.content #article-and-menu nav.left-menu > ul {
  text-transform: uppercase;
}
body > main > section.content #article-and-menu nav.left-menu > ul > li {
  text-align: left;
  display: block;
}
body > main > section.content #article-and-menu nav.left-menu > ul > li > a {
  display: block;
  padding: 15px 20px;
  font-size: 15px;
}
body > main > section.content #article-and-menu nav.left-menu > ul > li > a.active {
  font-size: 19px;
  line-height: 25px;
  border-radius: 27.5px;
  background: transparent;
  color: #ed0f4d;
}
body > main > section.content #article-and-menu nav.left-menu > ul > li > a.active:hover, body > main > section.content #article-and-menu nav.left-menu > ul > li > a.active:focus, body > main > section.content #article-and-menu nav.left-menu > ul > li > a.active:active {
  text-decoration: none;
  color: #fff;
}
body > main > section.content #article-and-menu article.moscow-vdnkh > h3 {
  color: #2d2f91;
}
body > main > section > h1 {
  margin-top: 0;
}
body > main > section:nth-child(even) {
  background-color: #e2e4ed;
}
body > main > section > div:not(.container):not(.container-fluid) {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.btn-primary{
  background: #59C7D9;
  border-color: #59C7D9;
}
.btn-primary:hover{
  background: #41939F;
  border-color: #41939F;
}
.invoice label{
  margin-bottom: 0;
}
.container-fluid{
  padding-left: 0;
  padding-right: 0;
}
.container-fluid .title{
  text-align: center;
  font-family: OpenSans-Regular;
  width: 100%;
}
.container-fluid a{
  color:#59C7D9;
  text-decoration: underline;
}
.inner-page{
  overflow-x: hidden;
}
.nav-link{
  text-decoration: none !important;
  color: #000 !important;
}
.admin .container-fluid a, #tab-scientific-programme a{
  color: #fff;
  text-decoration: none;
}
.btn-default{
  background: #ECECEC;
  color: #000 !important;
}
#tab-transfer-and-stay h2{
  text-align: center;
}
#tab-online h2{
  text-align: center;
}
body > main > section#key-persons > div > img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}
body > main > section#video-history > div > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body > main > section#video-history > div > ul > li {
  display: block;
}
body > main > section#video-history > div > ul > li > a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body > main > section#video-history > div > ul > li > a > img, body > main > section#video-history > div > ul > li > a > div {
  display: block;
}
body > main > section#video-history > div > ul > li > a > img.logo.tct2018 {
  height: 63px;
  width: 181px;
}
body > main > section#video-history > div > ul > li > a > .btn-play {
  margin-left: 20px;
  width: 63px;
  height: 63px;
  background: url('../img/btns-play.png?1554810689') no-repeat;
}
body > main > section#video-history > div > ul > li > a > .btn-play.btn-play-blue {
  background-position-x: 0;
}
body > main > section#video-history > div > ul > li > a > .btn-play.btn-play-gray {
  background-position-x: -63px;
}
body > main > section#video-history > div > ul > li > a > .btn-play.btn-play-violet {
  background-position-x: -126px;
}
body > main > section#gallery {
  padding: 30px 0;
}
body > main > section#gallery > div.slick-slider {
  width: 1034px;
  overflow: visible;
}
body > main > section#gallery > div.slick-slider .slick-slide img {
  width: 236px;
  margin-right: 30px;
  border-radius: 20px;
}
body > main > section#gallery > div.slick-slider .slick-prev, body > main > section#gallery > div.slick-slider .slick-next {
  width: 27px;
  height: 33px;
  background: url('../img/arrows.png?1554810689') no-repeat;
}
body > main > section#gallery > div.slick-slider .slick-prev::before, body > main > section#gallery > div.slick-slider .slick-next::before {
  content: none;
}
body > main > section#gallery > div.slick-slider .slick-prev.slick-prev, body > main > section#gallery > div.slick-slider .slick-next.slick-prev {
  left: -52px;
  background-position-x: 0;
}
body > main > section#gallery > div.slick-slider .slick-prev.slick-next, body > main > section#gallery > div.slick-slider .slick-next.slick-next {
  right: -52px;
  background-position-x: -27px;
}
body > main > section#organizers > div > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body > main > section#organizers > div > ul > li {
  display: block;
}
body > main > section#organizers > div > ul > li > a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body > main > section#organizers > div > ul > li > a > img, body > main > section#organizers > div > ul > li > a > span {
  display: block;
}
body > main > section#organizers > div > ul > li > a > img + span {
  margin-left: 15px;
}
body > main > section#organizers > div > ul > li > a > span {
  text-transform: uppercase;
  font-size: 16px;
}
body > main > section#organizers > div > ul > li + li {
  margin-left: 180px;
}
body > main > section.sponsors > div > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
body > main > section.sponsors > div > ul > li {
  display: block;
}
body > main > section.sponsors > div > ul > li > a {
  display: block;
}
body > main > section.sponsors > div > ul > li > a > img {
  display: block;
}
body > main > section.sponsors#title-sponsors > div > ul {
  -webkit-justify-content: center;
  justify-content: center;
}
body > main > section.sponsors#title-sponsors > div > ul > li + li {
  margin-left: 240px;
}
body > main > section.sponsors#ordinary-sponsors > div > ul {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body > main > section#contacts {
  padding: 30px;
}
body > main > section#contacts > div {
  width: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body > main > section#contacts > div > div > article {
  text-align: left;
}
body > main > section#contacts > div > div > article > h1 {
  font-size: 30px;
  color: #2d2f91;
  margin: 40px 0 0;
}
body > main > section#contacts > div > div + div {
  margin-left: 20px;
}
body > main > section#contacts > div > #map {
  border-radius: 20px;
  width: 738px;
  height: 326px;
  overflow: hidden;
}
body .moscow-city.slider {
  border-radius: 7px;
  background-color: #87acc9;
  overflow: hidden;
  margin: 0 auto;
}
body .moscow-city.slider .slide {
  width: 100%;
  height: 100%;
  position: relative;
}
body .moscow-city.slider .slide > img {
  display: block;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
body .moscow-city.slider > .slick-arrow {
  z-index: 10;
  width: 30px;
  height: 30px;
}
body .moscow-city.slider > .slick-arrow::before {
  font-size: 30px;
}
body .moscow-city.slider > .slick-arrow.slick-prev {
  left: 15px;
}
body .moscow-city.slider > .slick-arrow.slick-next {
  right: 15px;
}
body .hotel.slider {
  border-radius: 7px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #87acc9;
}
body .hotel.slider .slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
body .hotel.slider > .slick-arrow {
  z-index: 10;
  width: 30px;
  height: 30px;
}
body .hotel.slider > .slick-arrow::before {
  font-size: 30px;
}
body .hotel.slider > .slick-arrow.slick-prev {
  left: 15px;
}
body .hotel.slider > .slick-arrow.slick-next {
  right: 15px;
}
body .form-subscribe {
  text-align: center;
}
body .form-subscribe .alert {
  text-align: left;
}
body .fancybox-slide--iframe .fancybox-content {
  background: transparent;
}
body .fancybox-iframe {
  background: transparent;
}
body #tpl-sign-in {
  padding: 0;
  border-radius: 10px;
  font-size: 18px;
}
body #tpl-sign-in .form-sign-in {
  margin: 20px;
}
body #tpl-sign-in .form-sign-in label {
  color: #999;
  display: block;
  margin-bottom: 8px;
}
body #tpl-sign-in .form-sign-in input {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 18px;
  height: auto;
}
body #tpl-sign-in .form-sign-in .button {
  width: 100%;
  font-size: 16px;
}
body #tpl-sign-in hr {
  margin: 0;
}
body #tpl-sign-in > a {
  display: block;
  text-decoration: underline;
  color: #59C7D9;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin: 0;
  cursor: pointer;
}
body #tpl-sign-in > a:hover {
  text-decoration: none;
}
body #tpl-sign-in > a:focus, body #tpl-sign-in > a:active {
  text-decoration: underline;
}
body > footer > nav > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 17px;
  text-align: left;
}
body > footer > nav > ul > li {
  display: block;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
}
body > footer > nav > ul > li h1 {
  font-size: 17px;
  color: #59C7D9;
  margin-bottom: 25px;
}
body > footer > nav > ul > li a {
  text-decoration: none;
  color: #000;
}
body > footer > nav > ul > li a:hover {
  text-decoration: underline;
}
body > footer > nav > ul > li a:active, body > footer > nav > ul > li a:focus {
  text-decoration: none;
}
body > footer > nav > ul > li > section {
  display: block;
  margin: 0;
}
body > footer > nav > ul > li > section + section {
  margin-top: 25px;
}
body > footer > nav > ul > li ul {
  list-style: none;
}
body > footer > nav > ul > li ul > li {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}
body > footer > hr {
  border-top: 1px solid #ecd3e9;
  border-bottom: 1px solid #b54fa5;
  width: 1080px;
  margin: 0 auto;
}
body > footer > p {
  font-size: 15px;
  text-align: center;
  margin: 20px 0;
}
body .select2-container .select2-selection--single {
  height: 34px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}

.fileUpload {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  height: 100%;
  width: 100%;
  left: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.btnSpeaker {
  padding: 0 12px 6px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

#registerForm label {
  padding-top: 0;
}
#registerForm .controls {
  margin-bottom: 7px;
}
#registerForm .terms {
  margin-top: 19px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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);
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  overflow-y: scroll;
  height: 262px;
}
#registerForm .terms:focus {
  border-color: #66afe9;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -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);
}
#registerForm .terms a {
  color: #59C7D9;
}
#registerForm .invoice {
  width: 800px;
  border-collapse: collapse;
  margin: 0 auto;
}
#registerForm .in-border {
  border: 1px solid black;
}
#registerForm .in-border td {
  border: 1px solid black;
  padding: 5px;
}

form legend {
  font-weight: bold;
  margin: 10px 0;
}

.calendar {
  display: block;
  margin: 30px auto;
  border: 1px solid #59C7D9;
  border-radius: 7px;
  width: 400px;
  overflow: hidden;
}
.calendar .month-selector {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-color: #59C7D9;
}
.calendar .month-selector .month-name {
  text-align: center;
  color: #fff;
}
.calendar .month-selector button {
  padding: 5px;
  margin: 5px;
}
.calendar .month-content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 4800px;
}
.calendar .month-content table {
  width: 400px;
  display: inline-table;
}
.calendar .month-content table td, .calendar .month-content table th {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.calendar .month-content table td > span, .calendar .month-content table td > a, .calendar .month-content table th > span, .calendar .month-content table th > a {
  padding: 5px;
  display: inline-block;
  font-weight: bold;
  width: 30px;
  height: 30px;
}
.calendar .month-content table td > span, .calendar .month-content table th > span {
  border-radius: 50%;
  color: #777;
  cursor: not-allowed;
}
.calendar .month-content table td > span.today, .calendar .month-content table th > span.today {
  background-color: #777;
  color: #fff;
}
.calendar .month-content table td > a, .calendar .month-content table th > a {
  border: 1px solid #59C7D9;
  border-radius: 50%;
  -moz-transition: color 0.5s ease, background 0.5s ease;
  -o-transition: color 0.5s ease, background 0.5s ease;
  -webkit-transition: color 0.5s ease, background 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease;
}
.calendar .month-content table td > a:hover, .calendar .month-content table td > a.today, .calendar .month-content table th > a:hover, .calendar .month-content table th > a.today {
  text-decoration: none;
  background-color: #59C7D9;
  color: #fff;
}
.calendar .month-content table td > a.blue, .calendar .month-content table th > a.blue {
  border-color: #5396ec;
}
.calendar .month-content table td > a.blue:hover, .calendar .month-content table th > a.blue:hover {
  background-color: #5396ec;
}
*/

