﻿/*  General */
* {
    border-radius: 0 !important;
}

/* Redesign */

@font-face {
    font-family: 'Montserrat';
    src: url('../../shared/fonts/Montserrat.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'MontserratMedium';
    src: url('../../shared/fonts/Montserrat-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: lighter;
}

/* Layout v2 */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat';
}

p, div {
    font-family: 'Montserrat';
}

/* Compat Mode, delete soon */
.table-catalog th {
    background-color: #DCDCDE;
    font-size: 12px;
}

.table-catalog th {
    font-weight: normal;
}

    .table-catalog th:first-child {
        font-weight: 900;
    }

.table-catalog td {
    border: 3px solid black !important;
}

.table-catalog th {
    border: 3px solid black !important;
}

.panel-collapse-generic .panel-body {
    padding: 0 0 0 0;
}

.panel-collapse-generic .catalog-table {
    margin-bottom: 0;
}

/*  */

.catalog-table th {
    background-color: #DCDCDE;
    font-size: 12px;
}

.catalog-table th {
    font-weight: normal;
}

    .catalog-table th:first-child {
        font-weight: 900;
    }

.catalog-table td {
    border: 3px solid black !important;
}

.catalog-table th {
    border: 3px solid black !important;
}

.catalog-icon {
    top: 2px;
    margin-right: 2px;
}

/* */
.catalog-price-panel .panel-heading {
    cursor: pointer;
}

.catalog-price-panel .catalog-price-icon {
    top: 2px;
    margin-right: 2px;
}

@media only screen and (min-width : 768px) {
    .panel-heading:after {
        float: right;
        color: #337ab7;
        cursor: pointer;
    }

    .panel-heading.collapsed:after {
        content: 'Click to Expand';
    }

    .panel-heading:after {
        content: 'Click to Close';
    }
}

/* */
.catalog-header {
    font-size: 24px;
}

/* Loading Stuff */
.loading-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('/shared/images/spinner.gif') 50% 50% no-repeat;
    background: rgba( 255, 255, 255, .8 ) url('/shared/images/spinner.gif') 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

    body.loading .loading-modal {
        display: block;
    }


/* LOGIN MODAL */
.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    /*font-family: roboto;*/
}

    .loginmodal-container h1 {
        text-align: center;
        font-size: 1.8em;
        /*font-family: roboto;*/
    }

    .loginmodal-container input[type=submit] {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        position: relative;
    }

    .loginmodal-container input[type=text], input[type=password], input[type=email] {
        height: 44px;
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        /* border-radius: 2px; */
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .loginmodal-container input[type=text]:hover, input[type=password]:hover, input[type=email]:hover {
            border: 1px solid #b9b9b9;
            border-top: 1px solid #a0a0a0;
            -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        }

.loginmodal {
    text-align: center;
    font-size: 14px;
    /*font-family: 'Arial', sans-serif;*/
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    /*font-family: roboto;*/
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

    .loginmodal-submit:hover {
        /* border: 1px solid #2f5bb7; */
        border: 0px;
        text-shadow: 0 1px rgba(0,0,0,0.3);
        background-color: #357ae8;
        /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
    }

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
}

/* */
input.disabled {
    cursor: not-allowed !important;
    background-color: rgb(235, 235, 228) !important;
}

/* Note container for positioning indicator */
.note-container {
    display: inline-block;
    position: relative;
}

/* Note indicator - red dot for tiles with notes */
.note-indicator {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 12px;
    height: 12px;
    background-color: #dc3545;
    border-radius: 50% !important;
    border: 1px solid white;
    z-index: 10;
}
