﻿@font-face {
    font-family: "ComviqSansWeb-Regular";
    src: url("../Content/fonts/ComviqSansWeb-Regular.eot");
    src: url("../Content/fonts/ComviqSansWeb-Regular.eot") format('embedded-opentype'),
    url("../Content/fonts/ComviqSansWeb-Regular.woff") format("woff"),
    url("../Content/fonts/ComviqSansWeb-Regular.woff2") format("woff2"),
    url('../Content/fonts/ComviqSansWeb-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ComviqSansWeb-Bold";
    src: url("../Content/fonts/ComviqSansWeb-Bold.eot");
    src: url("../Content/fonts/ComviqSansWeb-Bold.eot") format('embedded-opentype'),
    url("../Content/fonts/ComviqSansWeb-Bold.woff") format("woff"),
    url("../Content/fonts/ComviqSansWeb-Bold.woff2") format("woff2"),
    url('../Content/fonts/ComviqSansWeb-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


html {
    background-color: #fffefe;
    margin: 0;
    padding: 0;
}

body {
    background-color: #f9f9f9;
    color: #333;
    font-size: 1em;
    font-family: 'Roboto', Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    
}
html, body {
    height: 100%;
}

a {
    color: #222;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a[disabled='disabled'] {
        color: #707070;
    }

    a:hover {
        text-decoration: underline;
    }

header, footer, hgroup, nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.bold {
    font-weight: bold;
    font-family: "ComviqSansWeb-Bold",Arial,sans-serif;
}

.comviq-sans {
    font-family: "ComviqSansWeb-Bold",Arial,sans-serif;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
    font-family: "ComviqSansWeb-Bold",Arial,sans-serif;

}

h2 {
    font-size: 1.75em;
    font-family: "ComviqSansWeb-Bold",Arial,sans-serif;
}

h3 {
    font-size: 1.2em;
}

    h3.preactivated {
        text-align: left;
        color: #464646;
    }

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0;
}

    .content-wrapper .ErrorSummary {
        font-weight: bold;
        background-color: #c8c8c8;
        border-style: solid;
        border-color: #999;
        -moz-border-radius: 15px;
        border-radius: 15px;
        border-width: medium;
        text-align: center;
        color: Black;
    }

        .content-wrapper .ErrorSummary Ul {
            font-weight: normal;
            padding-left: 20px;
            text-align: left;
            color: Black;
            list-style-type: none;
        }
        @media (min-width: 816px) {
            .content-wrapper {
                margin: 0 95px;
            }
        }

.header-content #timeoutPopup {
    display: none;
    color: #e3007b;
    font-weight: bold;
    font-size: 12px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 240px;
    height: 30px;
    padding-top: 6px;
    border: solid 1px #999999;
}

#body {
    background-color: #f9f9f9;
}

.main-content {
    padding-top: 30px;
    position: relative;
    padding-bottom: 90px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .header-wrapper {
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
    height: 100px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 5%), 0 3px 4px 0 rgb(0 0 0 / 3%), 0 2px 4px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 5%), 0 3px 4px 0 rgb(0 0 0 / 3%), 0 2px 4px 0 rgb(0 0 0 / 3%);
}

header .header-wrapper a{
    color:#222;
}

header #MainHeader {
    min-width: 500px;
    margin: 15px 95px;
    color: white;
    font-weight: bold;
    min-width: 600px;
    font-family: "ComviqSansWeb-Regular",Arial,sans-serif;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}

    header #MainHeader .header-content {
        display: inline-block;
        min-width: 500px;
        color: #222;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.5;
    }

    header #MainHeader .logout {
        display: inline-block;
        min-width: 50px;
        color: #fff;
        font-weight: 600;
        float: right;
        padding-top: 15px;
    }

        header #MainHeader .logout a:hover {
            text-decoration: none;
        }

.header-logo{
    height:50px;
    display:none;
}
@media (min-width: 816px) {
    .header-logo{
        display: inline;
    }
}

footer {
    background-color: #222;
    font-size: .8em;
    height: 50px;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-family: "ComviqSansWeb-Regular",Arial,sans-serif;
}

    footer .footer-logo img {
        width: 140px;
    }

    footer .footer-content .footer-logo a {
        text-decoration: none !important;
        color: #3A3A3A;
    }

    footer .footer-content {
        min-width: 650px;
        margin: 0 95px;
    }

.btn {
    display: inline-block;
    cursor: pointer;
    font-family: "ComviqSansWeb-Bold",Arial,sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    background-color: #e2007a;
    color: #fff;
    border: none;
}

    .btn:hover {
        background: #a9005b;
        text-decoration: none;
    }

    .btn:disabled {
        color: #888;
        background: #e0e0e0;
        cursor: default;
    }

.btn-small {
    padding: 5px;
    font-size: 0.9em;
}

.btn-medium {
    padding: 9px 20px;
    /*font-size: 0.9em;*/
}

.btn-large {
    font-size: 1.4em;
    line-height: 100px;
    width: 300px;
    padding: 0;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

/* menu
----------------------------------------------------------*/
.footer-menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: -2px 0 0 0;
    padding: 0;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .footer-menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        .footer-menu li a {
            background: none;
            color: #fff;
            text-decoration: none;
        }

            .footer-menu li a:hover {
                color: #ffffff;
                text-decoration: none;
            }

ul#menu {    
    padding: 0;
}

    ul#menu :first-child {
        display: inline;
        list-style: none;
        padding-left: 0;
    }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }


/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input[type=text], input[type=password], textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.0em;
    margin: 5px 0 6px 0;
    padding: 5px;
}

select {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.0em;
    margin: 5px 0 6px 0;
    padding: 4px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

td select {
    min-width: 130px;
    padding: 0;
}

    td select:disabled {
        color: #888;
        background: #e0e0e0;
        border: none;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-family: "ComviqSansWeb-Bold",Arial,sans-serif;
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th:first-child {
        padding-left: 1.7em;
    }

    th:last-child {
        padding-right: 1.7em;
    }

    th td {
        text-align: left;
    }

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            font-size: 0.75em;
            margin-left: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    border: 0 none;
    text-align: left;
}

    /* td:first-child {
        padding-left: 2em;
    }

    td:last-child {
        padding-right: 2em;
        width: 210px;
    } */

tr.pager td {
    padding: 0 0.25em 0 0;
}

.table {
    width: 100%;
    margin: 0 auto;
    table-layout: auto;
    
}
    .table>:not(caption)>*>*{
        padding: 0.5rem 0.5rem;
    }

    .table th {
        text-align: left;
        height: 40px;
        border-bottom: solid 1px black;
        font-size: 1em;
        padding: 0 10px 0 10px;
    }

    .table tr {
        border-bottom: solid 1px #dee2e6;
    }

    .table td {
        font-size: 0.8em;
    }

    .table tr:nth-of-type(even) {
        background-color: #f2f2f2;
    }

    /* .table tr:first-child {
        background-color: #f9f9f9;
    } */

    .table th {
        background-color: #f9f9f9;
    }

    .table .td-right{
        text-align: right;
    }

/* My settings
----------------------------------------------------------*/

#MySettings .content-block {
    margin-top: 20px;
    clear: both;
}

    #MySettings .content-block .change-pass {
        padding: 7px;
    }

    #MySettings .content-block input[disabled], input[readonly="readonly"] {
        border: 1px solid #999;
        background-color: #dcd7d7;
    }

/* Administration
----------------------------------------------------------*/

#UserAdministration input[type=text], textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.0em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 200px;
}

#UserAdministration .user-serach-block {
    margin-top: 0;
    float: left;
}

#UserAdministration .user-view-block {
    padding-top: 50px;
    clear: both;
    display: block;
}

#UserAdministration #SearchTitle {
    margin: 5px 0;
    font-weight: bold;
}

#UserAdministration .user-add-block {
    padding-top: 30px;
}

/* Add New User
----------------------------------------------------------*/
#AddNewUser .content-block {
    margin-top: 20px;
    clear: both;
}

    #AddNewUser .content-block input[disabled], input[readonly="readonly"] {
        border: 1px solid #999;
        background-color: #dcd7d7;
    }

    #AddNewUser .content-block .add-more-ip {
        font-size: 12px;
        font-weight: bold;
    }

#AddNewUser .delete-ip {
    font-size: 12px;
    font-weight: bold;
}

#AddNewUser .add-ip {
    font-size: 8px;
    font-weight: bold;
}

/* Login
----------------------------------------------------------*/

#LoginPage .content-block {
    margin-top: 20px;
    clear: both;
}

    #LoginPage .content-block .forgot-pass {
        padding: 12px;
    }

    #LoginPage .content-block input[type=text],
    #LoginPage .content-block input[type=password] {
        font-size: 0.8em;
    }

/* Main index page
----------------------------------------------------------*/
#MainPage {
    min-width: 500px;
    text-align: center;
    width: 100%;
}

    #MainPage .buttons a {
        display: inline-block;
        margin-left: 4%;
        width: 30%;
    }

        #MainPage .buttons a:first-child {
            margin-left: 0;
        }

/* Contact us
----------------------------------------------------------*/
#ContactUs .content-block {
    padding: 12px;
    font-size: 1.4em;
}

/* View Batches
----------------------------------------------------------*/
#nav-tab {
    height: 45px;
}

    #nav-tab .batch-tab {
        color: white;
    }

        #nav-tab .batch-tab a.static.highlighted {
            color: #fefdfe !important;
        }

        #nav-tab .batch-tab a.static.selected {
            height: 30px;
            width: 100%;
            background-color: #464646;
            padding-left: 5px;
            text-align: center;
            color: #fefdfe !important;
            padding: 10px 7px 5px 7px;
            margin-right: 10px;
            font-weight: bold;
        }

        #nav-tab .batch-tab a.static {
            height: 30px;
            width: 100%;
            padding: 10px 7px 5px 7px;
            text-align: center;
            color: #fefdfe !important;
            margin-right: 10px;
            font-weight: bold;
            background-color: #797272;
        }

        #nav-tab .batch-tab li ~ li {
            padding-left: 15px;
            list-style: none;
        }

    #nav-tab #TabMenu a {
        text-decoration: none;
        display: block;
        white-space: nowrap;
    }

.batch-view {
    /* border-style: solid;
    border-color: #464646;
    border-width: medium;
    text-align: center; */
    padding-bottom: 10px;
    min-height: 310px;
    margin-bottom: 60px;
}

    /* .batch-view.overview td:last-child {
        width: auto;
    }

    .batch-view .activate-batch {
        text-decoration: none;
        height: 30px;
        width: 100%;
        background-color: rgb(26, 131, 7);
        padding-left: 5px;
        text-align: center;
        color: #fefdfe !important;
        padding: 10px 7px 5px 7px;
        margin-right: 10px;
    }

    .batch-view .activate-new-batch {
        float: right;
        text-align: center;
        padding: 10px 7px 5px 7px;
        text-decoration: none;
    }

    .batch-view table {
        width: 100%;
        margin: 0 auto;
        font-size: 0.7em;
    }

        .batch-view table th {
            background-color: #464646;
            height: 40px;
            color: white;
        } */

.row-stolen-batch {
    color: #ff0000;
}

.row-active-batch {
    color: #333;
}

/* search Batch status
----------------------------------------------------------*/
#batch-status input[type=text], textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.0em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 155px;
}

/* View All Users
----------------------------------------------------------*/
#UserAdministration .user-view-block {
    padding-top: 50px;
    clear: both;
    display: block;
}

    #UserAdministration .user-view-block #view-all-users {
        text-align: center;
        padding-bottom: 10px;
        min-height: 300px;
        min-width: 650px;
    }

#view-all-users table {
    width: 100%;
    margin: 0 auto;
    
}
    #view-all-users table>:not(caption)>*>*{
        padding: 0.5rem 0.5rem;
    }

    #view-all-users table td:last-child {
        text-align: right;
    }

    #view-all-users table th {
        /* background-color: #464646; */
        text-align: left;
        height: 40px;
        /* color: white; */
        border-bottom: solid 1px black;
    }

    #view-all-users table tr {
        border-bottom: solid 1px #dee2e6;
    }

/** CHECK BATCH **/

.check-batch-container {
    width: 400px;
    margin: 0 auto;
}

    .check-batch-container input[type=text] {
        width: 300px;
    }

/** VOUCHER ORDER **/

.voucher-order-list {
    margin-bottom: 20px;
}

    /* .voucher-order-list table {
        font-size: 0.7em;
        display: block;
        position: relative;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid #efefef 2px;
        padding: 0;
        margin: 0;
    } */

        .voucher-order-list table thead {
            background: #efefef;
        }

            /* .voucher-order-list table thead td {
                font-weight: bold;
                text-align: left;
            } */

        .voucher-order-list table tr.total-sum {
            background: #efefef;
        }

            .voucher-order-list table tr.total-sum .total-label {
                text-align: right;
            }

            .voucher-order-list table tr.total-sum .total-value {
                text-align: right;
            }

        .voucher-order-list table td {
            position: relative;
            padding: 3px 10px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            /* .voucher-order-list table td input {
                width: 100%;
                padding: 3px;
                margin: 0;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
            } */

        .voucher-order-list table tr.category-1 td {
            background: #fff;
        }

        .voucher-order-list table tr.category-2 td {
            background: #c5d9f1;
        }

        .voucher-order-list table tr.category-3 td {
            background: #ccc0da;
        }

        .voucher-order-list table tr.category-4 td {
            background: #d8e4bc;
        }

        .voucher-order-list table tr.category-5 td {
            background: #ffd497;
        }

        .voucher-order-list table tr.category-6 td {
            background: #ffc2d9;
        }

        .voucher-order-list table tr.category-7 td {
            background: #fdffc2;
        }

        .voucher-order-list table td.name {
            width: 25%;
        }

        .voucher-order-list table td.value {
            width: 10%;
        }

        .voucher-order-list table td.scala-nbr {
            width: 10%;
        }

        .voucher-order-list table td.crate-quantity {
            width: 10%;
        }

        .voucher-order-list table td.box-quantity {
            width: 10%;
        }

        .voucher-order-list table td.total-quantity {
            width: 15%;
            text-align: right;
        }

        .voucher-order-list table td.sum {
            width: 20%;
            text-align: right;
        }

.action-area .customer {
    float: left;
}

.action-area .delivery-destination {
    float: right;
    margin-right: 10px;
}

    .action-area .delivery-destination select {
        margin: 0;
    }

.action-area .make-order {
    float: right;
}

    .action-area .make-order input {
        margin: 0;
    }

.feedback-area {
    text-align: right;
    padding: 10px;
    margin-bottom: 40px;
}

    .feedback-area .error {
        color: red;
    }

    .feedback-area .success {
        color: green;
    }

/* ORDER HISTORY */
.voucher-history {
    margin-top: 20px;
}

    .voucher-history table {
        margin: 0 0 20px 0;
    }

        /* .voucher-history table thead {
            background: #efefef;
        } */

            .voucher-history table thead th {
                padding: 0 20px 0 10px;
            }

        .voucher-history table td {
            padding: 3px 10px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .voucher-history table td input {
                padding: 3px;
                margin: 0;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

        /* .voucher-history table tbody tr {
            background-color: #bbb;
        }

            .voucher-history table tbody tr.alt-row {
                background-color: #ddd;
            } */

.voucher-history-info span {
    font-weight: bold;
}

/*   Bootstrap like styles   */
.button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 126px;
    -webkit-transition: background-color ease-in-out 0.15s, border-color ease-in-out 0.15s, color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: background-color ease-in-out 0.15s, border-color ease-in-out 0.15s, color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: background-color ease-in-out 0.15s, border-color ease-in-out 0.15s, color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-family: "ComviqSansWeb-Bold", Arial, sans-serif;
    font-weight: bold;
    padding: 13px 24px;
    border-width: 2px;
    line-height: 24px;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #e2007a;
    border-color: #e2007a;
    background-color: transparent;
}

.button:hover, .button:active, .button:focus, .button:focus:active {
    outline: none;
    text-decoration: none;
}

.button:active, .button:focus, .button:hover {
    color: #ffffff;
    background-color: #e2007a;
}

.button--primary {
    color: #ffffff;
    background-color: #e2007a;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.05), 0 3px 4px 0 rgba(0,0,0,0.03), 0 2px 4px 0 rgba(0,0,0,0.03);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.05), 0 3px 4px 0 rgba(0,0,0,0.03), 0 2px 4px 0 rgba(0,0,0,0.03);
}

.button--primary:hover, .button--primary:active, .button--primary:focus, .button--primary:focus:active {
    color: #ffffff;
    background-color: #a9005b;
    border-color: #a9005b;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px;
}
.container *{
    box-sizing: border-box;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both
    }

@media (min-width: 816px) {
    .container {
        width: 768px
    }
}

@media (min-width: 1092px) {
    .container {
        width: 1044px
    }
}

@media (min-width: 1272px) {
    .container {
        width: 1224px
    }
}

.form-group {
    margin-bottom: 24px;
    position:relative;
}

.form-control {
    display: block;
    width: 100%;
    height: 54px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #222222;
    background-color: #f9f9f9;
    background-image: none;
    border: 1px solid rgba(196,196,196,0.6);
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: rgba(196,196,196,0.6) !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(196,196,196,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(196,196,196,0.6);
}

.form-control:focus, .form-control:active, .form-control:hover:not(:disabled) {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.05), 0 3px 4px 0 rgba(0,0,0,0.03), 0 2px 4px 0 rgba(0,0,0,0.03);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.05), 0 3px 4px 0 rgba(0,0,0,0.03), 0 2px 4px 0 rgba(0,0,0,0.03);
}


.card {
    padding: 36px 24px;
    margin-bottom: 24px;
    background-color: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.05),0 3px 4px 0 rgba(0,0,0,0.03),0 2px 4px 0 rgba(0,0,0,0.03);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.05),0 3px 4px 0 rgba(0,0,0,0.03),0 2px 4px 0 rgba(0,0,0,0.03)
}
    .card .button--primary {
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .card .button--primary:hover:not(:disabled), .modal .modal-card .button--primary:hover:not(:disabled), .card .button--primary:active:not(:disabled), .modal .modal-card .button--primary:active:not(:disabled), .card .button--primary:focus:not(:disabled), .modal .modal-card .button--primary:focus:not(:disabled), .card .button--primary:focus:not(:disabled):active, .modal .modal-card .button--primary:focus:not(:disabled):active {
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .login-card .form-control {
        -webkit-transition: border-color ease-in-out 0.15s, color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s, color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-width: 1px;
        border-color: rgba(196,196,196,0.6);
        padding: 14px 12px;
        font-weight: normal;
    }

        @media (max-width: 815px) {
            .card {
                padding: 12px;
                border: none;
                margin-bottom: 12px
            }
        }

        .card__heading, .modal .modal-card__heading, .card__body, .modal .modal-card__body {
    max-width: none !important
}

.card__heading--centered, .card__body--centered {
    position: relative;
    height: 390px
}

    .card__heading--centered > *, .card__body--centered > * {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }

.card__heading {
    line-height: 24px
}

    .card__heading:before {
        content: " ";
        display: table
    }

    .card__heading:after {
        clear: both
    }

.card__heading__title {
    display: inline-block;
    font-size: 46px;
    line-height: 52px;
    margin: 0 0 18px 0;
}

.row {
    margin-left: -12px;
    margin-right: -12px
}

    .row:before, .row:after {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 816px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1092px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1272px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}