body, html {
    padding: 0px;
    margin: 0px;
    min-height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}

input, textarea {
    font-family: inherit;
}

body.login {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

h1, h2 {
    color: #fff;
    font-weight: 400;
}

h3{
    margin: 20px 0;
}

#flash-wrapper {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
    line-height: 1.4em;
}

#flash-wrapper .flash {
    display: block;
    margin: 5px 0 0 0;
    background: white;
    padding: 25px 40px;
    border-radius: 3px;
    border: 1px solid #d4d4d4;
    border-top: 2px solid #047cff;
    position: relative;
    font-size: 115%;
    /*animation-name: flash-animation;*/
    /*animation-duration: 3s;*/
    /*animation-timing-function: linear;*/
    /*animation-fill-mode: forwards;*/
}

#flash-wrapper .flash .timer {
    display: block;
    height: 5px;
    background-color: #2ecc71;
    content: " ";
    position: absolute;
    bottom: 1px;
    left: 1px;
    right: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#flash-wrapper .error {
    border: 1px solid #ffd3c5;
    border-top: 2px solid #bc1910;
    color: #bc1910
}

a[href^="#error:"] {
    background: red;
    color: white;
}

form th, form td {
    vertical-align: top;
    font-weight: normal;
}

form th {
    text-align: right;
}

form .error {
    color: #D00;
    font-weight: bold;
}

section#login{
    top: 10%;
    left: 50%;
    margin-left: -150px;
    position: absolute;
    height: auto;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;

}

section#login .logo-wrap{
    margin-bottom: 30px;
    font-size: 23px;
}
section#login .logo-wrap img{
    vertical-align: middle;
    margin-right: 15px;
}
section#login .wrap{
    background-color: #fff;
    padding: 20px;
}

section#login .info{
    text-align: center;
    margin-top: 20px;
}
section#login h1{
    display: block;
    margin: -20px -20px 20px -20px;
    padding: 12px 20px 8px;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    background: #e20074;
    border-bottom: 2px solid #ca0068;
}

section#login input[type="text"], section#login input[type="password"]{
    width: 100%;
    display: block;
    text-align: center;
}

section#login h2{
    color: #999;
    font-size: 16px;
    margin: 15px 0 5px;
}
section#login input[type="submit"]{
    margin-top: 20px;
    margin-bottom: 10px;
}
#ajax-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 123000;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

#ajax-spinner {
    position: fixed;
    width: 86px;
    height: 86px;
    margin-left: -43px;
    margin-top: -43px;
    left: 50%;
    top: 50%;
    background: url('../images/ajax_loader.gif?V=1') no-repeat;
    z-index: 123456;
    color: green;
}

html, body {
    background: #ecf0f1;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #484848;
    min-height: 100vh;
}

a {
    text-decoration: none;
    color: #ca0068;
}

#logo a {
    padding: 5px 10px;
    display: block;
}

#logo a > * {
    display: inline-block;
    vertical-align: middle;
}

#logo a > img {
    margin: 0 10px 0 0;
}

#logo .upp,
#logo .low {
    display: block;
}

#user-info .upp,
#user-info .low {
    display: block;
}

#logo .upp,
#user-info .upp a.link{
    color: #484848;
}

#user-info a:hover{
    text-decoration: underline;
}

#user-info .upp {
    margin: 0 0 4px 0;
}

#user-info .low {
    font-size: 12px;
}

#navigation {
    margin: 0 0 20px 0;
}

#navigation > .table {
    background: #e20074;
    border-bottom: 2px solid #ca0068;
    border-radius: 3px;
}

#navigation nav li {
    position: relative;
}

#navigation li a {
    display: block;
}

#navigation li a > *{
    vertical-align: middle;
}
#navigation li:hover ul {
    display: block;
}

#navigation li ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 70px;
}

#navigation li ul li a {
    display: block;
    background: #e20074;
    height: 30px;
    line-height: 30px;
    width: 150px;
}

#menu a {
    color: white;
    padding: 0 30px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    /*text-transform: uppercase;*/
}

#menu a:hover,
#menu a.active {
    background: #ca0068;
}

#menu span[class^="icon-"] {
    margin-right: 10px;
    display: inline-block;
}

#phone-number {
    font-size: 20px;
    display: block;
    padding: 0 20px;
    color: white !important;
}

#news-list .date {
    font-weight: bold;
}

#news-list p {
    line-height: 130%;
}

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

.wrapper.table {
    display: table;
    width: 100%;
}

.wrapper.table:not(.no-edge) {
    padding-top: 20px;
    padding-bottom: 20px;
}

.wrapper.table:not(.no-edge) .cell:first-child {
    padding-left: 20px;
}

.wrapper.table:not(.no-edge) .cell:last-child {
    padding-right: 20px;
}

footer {
    margin: 0 0 20px 0;
}

footer .wrapper {
    background: white;
}

.padding-10 {
    padding: 10px;
}

.faq-list tr td {
    vertical-align: top;
    line-height: 110%;
}

.faq-list tr td:first-child {
    width: 5%;
}

.faq-answer {
    margin-bottom: 10px;
    line-height: 1.3em;
}

.faq-answer h3 {
    margin-bottom: 10px;
}

.faq-answer ol {
    padding-left: 30px;
    list-style-type: square;
    margin: 10px 0;
}

.ask-form {
    margin-top: 15px;
}

.ask-form table {
    width: 100%;
}

.ask-form table th, .ask-form table td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

.ask-form table label {

}

h4.sub-header {
    margin-bottom: 10px;
}

.block table {
    width: 100%;
}

.block .wrap p {
    line-height: 1.4em;
}

.button {
    -webkit-appearance: none;
    display: inline-block;
    width: auto;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    border: 1px solid transparent;
    border-bottom: 2px solid #ca0068;
    background: #e20074;
    color: white;
    text-align: center;
    font-size: inherit;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
}

.button.active,
.button:hover {
    background: #ca0068;
}

.button.empty {
    background: transparent;
    border: 1px solid #e20074 !important;
    color: #e20074;
}

.button.empty.active,
.button.empty:hover {
    background: #e20074;
    color: white;
}

.button.small {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.button.tiny {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0px 10px;
}

table.list.hover > tbody > tr:not(.no-hover):hover td, table.list.hover > tbody >  tr:not(.no-hover):hover th {
    background-color: rgba(226, 0, 116, 0.16);
}

form.full-form table th {
    width: auto;
    text-align: left;
    width: 1px;
    vertical-align: middle;
}

form.full-form table label {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    white-space: nowrap;
}

form.full-form table input[type=text], form.full-form table input[type=email] {
    width: 100%;
}

form.full-form table textarea {
    height: 150px;
}

form.full-form table tr:nth-last-child(2) th {
    vertical-align: top;
    padding-top: 10px;
}

form.full-form table th, form.full-form table td {
    padding: 2px 0;
}

form.full-form.roaming table tr:nth-last-child(2) th {
    vertical-align: top;
    padding-top: 3px;
}

form.full-form.roaming table tr:last-child td {
    padding-top: 15px;
}

em.info {
    display: block;
    font-size: 90%;
    margin: 15px 0;
    color: #888;
    line-height: 1.3em;
}

table.info {
    width: 100%;
    line-height: 1.4em;
}

table.info th {
    min-width: 40%;
    text-align: left;
}

ol.changes-list li {
    margin-bottom: 0px;
    display: block;
}

ol.changes-list li a {
    display: block;
    padding: 8px 15px;
}

ol.changes-list li a:hover {
    background-color: #eeeeee;
}

.dnd-drop-zone {
    width: 100%;
    height: 130px;
    border: 2px dashed #666;
    border-radius: 20px;
    text-align: center;
    position: relative;
    color: #666;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
}

.dnd-drop-zone input {
    /*Important*/
    position: absolute;
    /*Important*/
    cursor: pointer;
    left: 0px;
    top: 0px;
    opacity: 0;
}

.dnd-drop-zone div {
    margin-bottom: 30px;
}

.dnd-drop-zone .button {
    font-size: 75%;
}

.dnd-drop-zone.mouse-over {
    border-color: #2ecc71;
    color: #2ecc71;
}

.dnd-rop-zone input[type="submit"] {
    display: none;
}

table.group-list tr.unregistered {
    background-color: #f7e6ba;
}

.desktop-off {
    display: none;
}

select.pristroj{
    max-width: 370px;
}
.cell.right{
    text-align: right;
}

table.fifty-fifty {
    margin-top: 10px;
}
table.fifty-fifty label{
    display: inline-block;
    padding: 0 0 0 10px;
}



table.fifty-fifty tr td{
    width: 25%;
    vertical-align: middle;
}
table.fifty-fifty.two-cols tr td{
    width: 50%;
}

table.fifty-fifty tr td.novalign{
    vertical-align: top;
    padding-top: 10px;
}

.new-reg-form h3{
    margin-top: 15px;
}

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

span.tooltip-question {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #ca0068;
  line-height: 16px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
span.tooltip-question:hover {
  background-color: #e70077;
}
div.tooltip {
  background-color: #ca0068;
  color: #fff;
  position: absolute;
  left: 25px;
  top: -25px;
  z-index: 1000000;
  min-width: 250px;
  max-width: 500px;
  border-radius: 5px;
  font-weight: normal;
  text-align: left;
}
div.tooltip:before {
  border-color: transparent #ca0068 transparent transparent;
  border-right: 6px solid #ca0068;
  border-style: solid;
  border-width: 6px 6px 6px 0px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  position: absolute;
  top: 25px;
  left: -6px;
}
div.tooltip p {
  margin: 10px;
  color: white;
    white-space: normal;
}

tr.user-details .row{
    padding: 10px 0 25px;
    background-color: #eee;
}

tr.user-details h3{
    margin: 0px 0 10px;
}

ul.list{
    margin: 15px 0;
    padding: 0px 15px;
    width: auto;
}

ul.list li{
    margin: 5px 0;
}

table.half-width{
    width: 50%;
    display: block;
    margin: 0 auto;
}

table.mtop{
    margin-top: 30px;
}

.registration-form td{
    white-space: nowrap;
}
.registration-form .tooltip-question{
    left: -10px;
}

ul.normal-list{
    list-style: disc;
    padding-left: 35px;
    margin: 10px 0;
}