html {
  background: none repeat scroll 0 0 #ffffff;
  font-size: 11px;
}

.navigation > li > ul > li.current > a {
  background: none repeat scroll 0 0 #ffffff;
}
.navigation > li > ul > li.current > a:hover {
  background: none repeat scroll 0 0 #ffffff;
}
.navigation > li > a > img {
  margin-top: 2px !important;
}

.separator-doubled:after {
  background: none repeat scroll 0 0 #ffffff;
}

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

.control-group {
  border-bottom: 1px solid #c2c2c2;
  padding: 12px 16px !important;
}

[class^=well] {
  border: 1px solid #c2c2c2;
  background: none repeat scroll 0 0 #f7f7f7;
}

[class*=" well"] {
  border: 1px solid #c2c2c2;
  background: none repeat scroll 0 0 #f7f7f7;
}

select {
  color: #2a2a2a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
  -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
  box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
  -webkit-appearance: none;
  font-family: Lato, Helvetica, Arial, sans-serif;
}

textarea {
  color: #2a2a2a;
  border: 1px solid #c2c2c2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
  -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
  box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
  -webkit-appearance: none;
}

input[type=text] {
  color: #2a2a2a;
  border: 1px solid #c2c2c2;
}

input[type=password] {
  color: #2a2a2a;
  border: 1px solid #c2c2c2;
}

input[type=datetime] {
  color: #2a2a2a;
  border: 1px solid #c2c2c2;
}

input[type=datetime-local] {
  color: #2a2a2a;
  border: 1px solid #c2c2c2;
}

input[type=date] {
  color: #2a2a2a;
  border: 1px solid #c2c2c2;
}

input[type=month] {
  color: #2a2a2a;
  border: 1px solid #c2c2c2;
}

input[type=time] {
  color: #2a2a2a;
  border: 1px solid #c2c2c2;
}

input[type=week] {
  color: #2a2a2a;
  border: 1px solid #c2c2c2;
}

input[type=number] {
  color: #2a2a2a;
  border: 1px solid #c2c2c2;
}

input[type=email] {
  color: #2a2a2a;
  border: 1px solid #c2c2c2;
}

input[type=url] {
  color: #2a2a2a;
  border: 1px solid #c2c2c2;
}

input[type=search] {
  color: #2a2a2a;
  border: 1px solid #c2c2c2;
}

input[type=tel] {
  color: #2a2a2a;
  border: 1px solid #c2c2c2;
}

input[type=color] {
  color: #2a2a2a;
  border: 1px solid #c2c2c2;
}

.uneditable-input {
  color: #2a2a2a;
  border: 1px solid #c2c2c2;
}

.help-block {
  color: #505050;
}

.help-inline {
  color: #505050;
}

.table th {
  border-top: 1px solid #c2c2c2;
}
.table td {
  border-top: 1px solid #c2c2c2;
}
.table tbody tr.info td {
  background-color: #D6F2FF;
}

body {
  line-height: 20px !important;
  font-size: 11px;
}

.body {
  padding: 0px !important;
}

#top {
  height: 44px !important;
  border-top: 1px solid #333;
  background: #444 !important;
}

#right-sidebar {
  right: 0px;
  border-left: 1px solid #DDDDDD;
  border-right: none;
  bottom: 0px;
  top: 45px;
  position: absolute;
}
#right-sidebar appendable {
  line-height: normal;
}

.three-columns .content {
  margin-right: 240px;
}

.login-wrapper {
  border-top: 1px solid #333;
}

input.block {
  display: block;
  margin-top: 6px;
}

div.separator-min {
  height: 6px;
}

div.margin3 {
  margin-left: 30% !important;
}

label.wide3 {
  width: 30% !important;
}

.white {
  background: white;
}

span.gnt {
  color: #000;
  font-family: Arial;
  font-size: 32px;
  line-height: 63px;
  padding-top: 10px;
}

div.footer {
  border-top: 1px solid #666;
  margin: -20px 20px;
  color: #999;
  font-weight: normal;
  font-size: 11px;
}
div.footer .right {
  float: right;
  padding: 0 5px;
  height: 30px;
}

.label30 {
  width: 30% !important;
}

.controls-width30 {
  margin-left: 30% !important;
}

.topnav .dropdown-menu.right {
  left: auto;
  right: 0;
}
.topnav .dropdown-menu {
  top: 44px;
}
.topnav .dropdown-menu li {
  background: #333 !important;
}
.topnav .dropdown-menu a:hover {
  background: #444 !important;
}
.topnav > li.topuser > a {
  font-weight: normal !important;
  text-transform: uppercase;
}

.separated {
  margin-bottom: 0px;
}

.small-basket-letters {
  font-size: 10px;
  line-height: 12px;
  color: #2A2A2A;
}

.basket-button {
  font-size: 12px;
  height: 10px;
  padding: 3px 4px;
  margin-top: -2px;
  margin-left: 3px;
  color: #4A4A4A;
}

.basket-button-l {
  font-size: 12px;
  height: 10px;
  padding: 3px 4px;
  margin-top: -2px;
  margin-left: 3px;
  color: #4A4A4A;
  margin-left: 0;
  margin-right: 4px;
}

.hide-sidebar {
  display: none;
}

div.loader {
  background-color: rgba(250, 250, 250, 0.5);
  width: 100%;
  height: 30px;
  position: relative;
  text-align: right;
}

img.select-loader {
  margin-top: -23px;
  margin-right: 30px;
  vertical-align: top;
}

.hidden {
  display: none !important;
}

.mark-error {
  border-left: 4px solid #B94A48 !important;
}

.error-page {
  top: 80px;
}

.big-arrow {
  width: 400px;
  height: 400px;
  background: url(/UI/images/green_arrow.png);
  position: absolute;
  z-index: 5000;
  top: 100px;
  right: 400px;
}

table.prod-tip-info tr td {
  vertical-align: top;
}
table.prod-tip-info tr td:first-child {
  vertical-align: top;
  white-space: nowrap;
  padding-right: 3px;
}

.basket-preloader, .courier-options-loader {
  width: 96px;
  height: 12px;
  background: url(/UI/images/elements/loaders/7.gif) center center no-repeat #fff;
  margin: 0 auto;
}

.courier-options-loader {
  background-color: #eee;
  height: 80px;
  width: 100%;
  border-bottom: 1px dotted #bbb;
}

.pointer {
  cursor: pointer;
}

.pad10 {
  padding: 10px;
}

.loading-spinner {
  margin: 0 auto !important;
}
.loading-spinner .bar {
  background: url(/UI/images/elements/loaders/7.gif) center center no-repeat;
  margin-top: -3px;
  margin-left: -3px;
}
.loading-spinner .progress-striped {
  box-shadow: none !important;
  height: 12px;
  padding: 3px;
  margin-left: 55px;
  width: 100px !important;
}

.modal.wide {
  width: 700px;
  margin-left: -350px;
}

.modal-big {
  height: 570px;
}

div.ui-datepicker-title select {
  width: 50% !important;
}

.ui-datepicker {
  z-index: 1001 !important;
}

body.oneadd .ui-datepicker {
  z-index: 1070 !important;
}

.form-horizontal label.control-label {
  width: 21% !important;
}
.form-horizontal .controls {
  margin-left: 21% !important;
}

div.basket-counter {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  color: #fff;
  background-color: #ff0000;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  margin-top: -7px;
  right: 10px;
}

span#pkh img {
  width: 115px;
  height: 115px;
  opacity: 0.2;
  vertical-align: middle;
}

.modal-scrollable {
  width: 100%;
  position: fixed;
}

.modal-backdrop {
  position: fixed;
}

.buy-place-blend {
  height: 100%;
  left: 0;
  padding-left: 230px;
  padding-right: 230px;
  position: absolute;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
  display: none;
}
.buy-place-blend .buy-place-blend-content {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  box-sizing: padding-box;
  padding: 50px;
}

.serial-blend {
  height: 100%;
  left: 0;
  padding-left: 230px;
  padding-right: 230px;
  position: absolute;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
  display: none;
}
.serial-blend .serial-content {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  box-sizing: padding-box;
  padding: 50px;
}

.buy-place-more-info {
  width: 100%;
  margin-top: 30px;
}
.buy-place-more-info input {
  width: 100%;
}

.serial-more-info {
  display: none;
  width: 100%;
  margin-top: 30px;
}
.serial-more-info input {
  width: 100%;
}

table.pickup-calendar {
  width: 100%;
  border: 0;
}
table.pickup-calendar tr td {
  width: 14.2%;
  text-align: center;
  border: 0;
}
table.pickup-calendar tr th {
  width: 14.2%;
  text-align: center;
  background-color: #fff;
}
table.pickup-calendar tr td.freeday {
  background-color: #aaa;
}
table.pickup-calendar tr th.freeday {
  background-color: #aaa;
}

.mobileOnly {
  display: none;
}

.desktopOnly {
  display: block;
}

.table-striped tbody tr:nth-child(2n+1) td {
  background-color: #e4e4e4;
}
.table-striped tbody tr:nth-child(2n+1) th {
  background-color: #e4e4e4;
}

.dimmed {
  color: #888 !important;
}

button.close {
  opacity: 0.8;
}

table.tabl tr td {
  text-align: left !important;
  padding-left: 5px;
  padding-top: 5px;
}

.login {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  margin: -250px 0 0 -142px;
  top: 55%;
}
.login h2 {
  position: absolute;
  margin-top: -43px;
  width: 310px;
  margin-left: -15px;
  text-align: center;
}

.cookie-notice {
  position: absolute !important;
  bottom: 56px;
  opacity: 0.8;
  left: 0;
  right: 0;
}
.cookie-notice .notice {
  text-align: justify;
  line-height: 15px;
}

.cookie-info-button {
  top: -4px !important;
}

.modal {
  max-height: 100%;
  border-radius: 0 !important;
  overflow: auto !important;
}

.modal.fade.in {
  top: 50%;
}

.picker-on-blend {
  z-index: 1200 !important;
}

.rmatip {
  max-width: 272px;
  background-color: #1a1a1a;
  position: absolute;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-box-shadow: 5px 5px 10px #8a8a8a;
  -moz-box-shadow: 5px 5px 10px #8a8a8a;
  box-shadow: 5px 5px 10px #8a8a8a;
}
.rmatip .rmatipc {
  padding: 10px;
  text-align: justify;
  font-size: 11px;
  color: #fff;
  position: relative;
  line-height: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.rmatipl {
  position: absolute;
  background-color: #1a1a1a;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -5px;
  bottom: 15px;
}

.rmatipb {
  position: absolute;
  background-color: #1a1a1a;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -5px;
  right: 25px;
}

.browsers {
  margin: 0 auto;
  margin-top: 10px;
  width: 400px;
}
.browsers .browser {
  margin-top: 10px;
  float: left;
  text-align: center;
  text-align: center;
  width: 16.5%;
  font-size: 9px;
  color: #ddd;
}
.browsers .browser img {
  vertical-align: middle;
}

.browser-warning {
  position: absolute;
  margin-left: 290px;
  margin-top: -1px;
  border-color: red;
  width: 282px;
  top: 0px;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 100;
}
.browser-warning .browser-logo {
  margin: 15px 0 0 0;
  text-align: center;
  width: 100%;
}
.browser-warning .browser-version {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.browser-warning .browser-description {
  padding: 10px;
  line-height: 14px;
}

.additional-info {
  position: absolute;
  margin-left: 0px;
  margin-top: -1px;
  border-color: red;
  width: 282px;
  bottom: -1px;
  top: 0px;
  opacity: 0;
  -webkit-transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
  -ms-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

.additional-info.animate-me {
  margin-left: 145px;
  opacity: 1;
}

#login-panel.animate-me {
  margin-left: -145px;
}

td.ellipsis {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-container .select2-choice {
  background: #fff !important;
}

.selector {
  background: #fff !important;
}

input[type=text] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
  -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
  box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
  -webkit-appearance: none;
}

input[type=password] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
  -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
  box-shadow: 0 1px 0 #fff inset, 0 1px 0px #eeeeee;
  -webkit-appearance: none;
}

.basket {
  position: relative;
  max-height: calc(100% - 350px);
}
.basket .popover {
  width: 400px;
}
.basket .popover .popover-inner {
  overflow: hidden;
}

.well {
  border-color: #d5d5d5 !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.well::before {
  width: 120px;
  height: 120px;
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  content: "";
  -webkit-box-shadow: -11px -11px 14px #ccc;
  -moz-box-shadow: -11px -11px 14px #ccc;
  box-shadow: -11px -11px 14px #ccc;
  transform: skew(3deg, 4deg);
  z-index: -1;
  left: 10px;
  top: 14px;
}
.well::after {
  width: 120px;
  height: 120px;
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  content: "";
  -webkit-box-shadow: 11px 11px 14px #ccc;
  -moz-box-shadow: 11px 11px 14px #ccc;
  box-shadow: 11px 11px 14px #ccc;
  transform: skew(3deg, 4deg);
  z-index: -1;
  right: 8px;
  bottom: 10px;
}

.btn {
  box-shadow: 2px 2px 3px #ccc;
}

.block {
  margin-top: 1px;
}

div {
  font-size: 11px;
}

span {
  font-size: 11px;
}

legend {
  font-size: 11px;
}

option {
  font-family: Lato, Helvetica, Arial, sans-serif;
}

.page-description {
  width: 100%;
  margin-bottom: 8px;
}

.navbar-inner {
  background-image: none;
  background-color: #eee;
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  box-shadow: 0 1px 0 #fff;
}

footer {
  position: absolute;
  width: 100%;
  background: #999;
  background-image: linear-gradient(#666, #888 10%);
  height: 140px;
  bottom: 0px;
  margin-bottom: -124px;
  text-align: center;
  padding: 20px 0;
  color: #ddd;
  z-index: 1;
}
footer a {
  color: #ddd;
  transition: all 0.5s;
}
footer a:hover {
  color: #fff;
  transition: all 0.5s;
  text-shadow: 0 0 3px #eee;
}

.wrapper {
  padding-bottom: 90px;
  position: static;
}

.cookie-notice.fixed {
  position: fixed;
  bottom: 0;
}

.history-list {
  max-height: 80px;
  overflow: auto;
  margin-left: -10px;
  margin-right: -10px;
}

.stoppage-history {
  padding: 10px;
}
.stoppage-history:nth-child(even) {
  background: #f5f5f5;
}

.dropdown-menu.langs img {
  margin-bottom: -2px;
  margin-right: 9px;
}

#buy-place-modal input[type=text] {
  width: 100%;
  margin-bottom: 3px;
}

body.nobg {
  background-image: none !important;
}

.sidebar {
  top: 45px;
  margin-bottom: 0px !important;
}
.sidebar ul li:last-child {
  margin-bottom: 30px;
}

#white {
  transition: all 1s;
  z-index: 20000000;
}

#login-panel {
  position: absolute;
  transition: all 0.5s;
  width: 280px;
}
#login-panel span.cap {
  display: block;
  float: left;
  width: 206px;
  font-size: 10px;
}

div.log-as input {
  width: 88px !important;
  display: inline !important;
}
div.log-as button {
  display: inline !important;
}

div.notepad {
  height: 50vh;
  width: 20vw;
  position: fixed;
  right: 0px;
  margin-top: -2px;
  background: #fff;
  box-shadow: 0px 0px 10px #aaa;
}
div.notepad textarea {
  width: 100%;
  height: calc(100% - 33px);
  font-family: "Courier New";
  font-size: 10px;
}
div.notepad button {
  width: 100%;
}

div.basket-breadcrumb {
  width: 100%;
  text-align: center;
  position: relative;
  height: 120px;
  margin-top: 20px;
}
div.basket-breadcrumb div.line {
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  position: absolute;
  margin-top: 40px;
}
div.basket-breadcrumb div.step {
  width: 60px;
  height: 60px;
  border: 1px solid #d5d5d5;
  border-radius: 40px;
  background: #eee;
  margin: 10px 40px 10px 10px;
  display: inline-block;
  text-align: center;
  position: relative;
}
div.basket-breadcrumb div.step i {
  font-size: 35px;
  line-height: 60px;
  color: #aaa;
}
div.basket-breadcrumb div.step label {
  display: block;
  width: 100px;
  margin-left: -20px;
  color: #aaa;
  position: absolute;
}
div.basket-breadcrumb div.step.pointer {
  cursor: pointer;
}
div.basket-breadcrumb div.step.active {
  background-color: #ff0000;
  border-color: transparent;
}
div.basket-breadcrumb div.step.active i {
  color: #fff;
}
div.basket-breadcrumb div.step.active label {
  color: #222;
}
div.basket-breadcrumb div.step.active label {
  font-weight: bold;
}

div.courier-address div.row {
  margin-bottom: 3px;
}
div.courier-address div.row label {
  margin-bottom: 1px;
  margin-top: 3px;
}
div.courier-address div.row input.readonly {
  border: 1px solid transparent;
  background: #EAEAEA;
  box-shadow: none;
}

div#package-chooser {
  display: none;
}

body.basket-wizard .outer[data-step]:not([data-step="1"]), #rma-finalize-form .outer[data-step]:not([data-step="1"]) {
  margin: 0 auto;
  max-width: 860px;
}
body.basket-wizard .navbar h5, #rma-finalize-form .navbar h5 {
  float: none;
}
body.basket-wizard .navbar .nav, #rma-finalize-form .navbar .nav {
  float: none;
  margin: 0;
}
body.basket-wizard .navbar .nav > li, #rma-finalize-form .navbar .nav > li {
  float: none !important;
  width: 100%;
  border-top: 1px solid #d5d5d5;
}
body.basket-wizard .outer, #rma-finalize-form .outer {
  position: relative;
}
body.basket-wizard .outer .loading-blend, #rma-finalize-form .outer .loading-blend {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(/UI/images/elements/loaders/7.gif);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 100;
}

.language-selector .selector {
  width: 40.4255319149% !important;
}

form#userRegister div.body, form#userEdit div.body {
  margin-bottom: 20px;
}
form#userRegister .center, form#userEdit .center {
  text-align: center;
}
form#userRegister ol.email-list, form#userEdit ol.email-list {
  list-style: none !important;
  margin-left: 20px;
}
form#userRegister ol.email-list div.email, form#userEdit ol.email-list div.email {
  width: 250px;
  float: left;
}
form#userRegister ol.email-list div.actions, form#userEdit ol.email-list div.actions {
  float: left;
}

.jGrowl {
  z-index: 99999;
}

#super-user-settings {
  margin-top: 50px;
  border: 1px solid red;
}

code {
  border: 0 !important;
}

.onevendor-img-preview {
  height: 40px;
  width: 100px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1000px) {
  span#pkh img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 810px) {
  span#pkh img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .login-wrapper #left-sidebar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .login-wrapper #left-sidebar {
    margin-top: 36px;
    height: 100%;
  }

  .three-columns .content {
    margin-right: 0px;
  }

  .mobileOnly {
    display: block !important;
  }

  .desktopOnly {
    display: none !important;
  }

  .buy-place-blend {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0px;
  }
  .buy-place-blend .buy-place-blend-content {
    padding: 0;
    padding-top: 30px;
  }

  .serial-blend {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0px;
  }
  .serial-blend .serial-content {
    padding: 0;
    padding-top: 30px;
  }

  .buy-place-blend-content > div {
    width: 80% !important;
  }

  .serial-content div {
    width: 80% !important;
  }

  .buy-place-more-info {
    width: 90% !important;
    margin: 0 auto;
  }
  .buy-place-more-info input {
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  div.basket-breadcrumb div.step {
    width: 35px;
    height: 35px;
  }
  div.basket-breadcrumb div.step i {
    font-size: 20px;
    line-height: 35px;
  }
  div.basket-breadcrumb div.step label {
    font-size: 8px;
    width: 55px;
    margin-left: -10px;
  }
}
@media (max-width: 480px) and (min-width: 321px) {
  .modal {
    width: 100%;
    margin-left: -50%;
    max-height: 100%;
  }

  .modal-overflow {
    overflow: auto !important;
  }

  .login {
    margin: -200px 0 0 -142px;
  }
}
@media (max-width: 320px) {
  .modal {
    width: 100%;
    margin-left: -50%;
    max-height: 100%;
    overflow: auto !important;
  }

  .modal.wide {
    width: 100% !important;
    margin-left: -50% !important;
  }

  span#pkh img {
    width: 28px;
    height: 28px;
  }

  .login {
    margin: -200px 0 0 -142px;
  }
}
@media (max-width: 768px) {
  .modal {
    width: 100%;
    margin-left: -50%;
    max-height: 100%;
  }

  .modal.wide {
    width: 100%;
    margin-left: -50%;
    max-height: 100%;
  }
}
@media (max-width: 610px) {
  .additional-info {
    position: relative;
    margin-left: 0px;
    margin-top: -1px;
    border-color: red;
    width: 282px;
    bottom: -1px;
    top: 0px;
    opacity: 0;
    -webkit-transition: margin-left 0.5s;
    -moz-transition: margin-left 0.5s;
    -ms-transition: margin-left 0.5s;
    -o-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
  }

  .additional-info.animate-me {
    margin-left: 0px;
    margin-bottom: 10px;
    opacity: 1;
  }

  #login-panel.animate-me {
    margin-left: 0px;
  }

  .login {
    top: 90px;
    margin-top: 0px;
  }
  .login h2 {
    font-size: 25px;
  }
}
.span2 {
  position: relative;
}
.span2 div.slash {
  position: absolute;
  right: -10px;
  top: 30px;
}

/*# sourceMappingURL=rma.css.map */
