body {
  background: #F4F8F9 !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.selected {
	border: 6px solid #8eff8e !important;
}

h5 {
	color: #777 !important;
}
.size {
	/*font-family: Courier;*/
}

.file-text {
	font-size: 14px;
    color: #a7a7a7;
	padding-bottom: 0.25rem;
}

.rbox {
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 12px;
	margin-bottom: 0.75rem;
}

.rbox .col-md-5 {
	padding-top: 0.75rem;
}

.bg-block {
	display: block;
	background-color: #c9c9c9;
	margin: 0 5px 0 0;
	height: 10vh;
}

.bg-block:hover {
	transition: 0.075s;
    border: 4px solid #8eff8e;
}

ul {
	margin-bottom: 0 !important; 
}

sup {
	font-size: 12px !important;
    vertical-align: top;
    margin-left: 4px;
	top: -0.8em !important;
}
.required label:after {
    color: #e32;
    content: ' *';
    display:inline;
}

.logo-text 
{
	font-size: 24px;
	margin-right: 23px;
	font-family: 'Coda', sans-serif;
}

.at-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.at-btn {
  display: inline-block;
  background: #2EB7FC;
  border: 0;
  border-radius: 2px;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
}
.at-btn--inverse {
  background: #262B2E;
}
.at-btn--block {
  display: block;
  width: 100%;
}

.at-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}
.at-form__group .at-btn,
.at-form__group .at-input {
  margin: 0 20px;
}
.at-form__group .at-btn:first-child, .at-form__group .at-btn:last-child,
.at-form__group .at-input:first-child,
.at-form__group .at-input:last-child {
  margin: 0;
}
.at-form__group:last-child, .at-form__group:only-child {
  margin: 0;
}

.at-input {
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
  border: 0;
  border-radius: 2px;
  margin: 0 0 20px;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
.at-input--block {
  display: block;
  width: 100%;
  color: #64686B;
}

.at-label {
  width: 20%;
  margin: 0 10px 0 0;
  color: #64686B;
  font-size: 0.75rem;
  font-weight: 600;
}

.at-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFF;
  height: 90px;
  padding: 0 90px;
  margin: 0 0 40px;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.at-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.at-header__title {
  z-index: 1;
  position: relative;
  background: #2EB7FC;
  margin: 0 40px 0 0;
  padding: 8px 16px;
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.at-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.at-nav__item {
  margin: 0 20px 0 0;
  color: #64686B;
  font-size: 0.75rem;
  font-weight: 600;
}
.at-nav__item a {
  color: inherit;
  text-decoration: none;
}

.at-card {
  background: #FFF;
  border-radius: 2px;
  margin: 0 0 30px;
  padding: 30px;
}
.at-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px;
}
.at-card__title {
  color: #262B2E;
  font-size: 1.125rem;
  font-weight: 600;
}
.at-card__close {
  position: relative;
  width: 14px;
  height: 14px;
}
.at-card__close:before, .at-card__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  background: #262B2E;
  width: 100%;
  height: 2px;
  border-radius: 10px;
}
.at-card__close:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.at-card__close:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

#code {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}
