﻿@media print {
    .no-print {
        display: none !important;
    }
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/montserrat.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    font-family: "Montserrat" !important;
    font-size: 12px;
    background-color: #ffffff;
}

.subheader {
    font-family: "Montserrat" !important;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 4px;
}

.smallheader {
    font-family: "Montserrat" !important;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 2px;
}

a {
    text-decoration: none;
    color: black;
}

    a:hover {
        color: black;
    }

input, textarea, select {
    border: solid 2px #B0B0B0;
    vertical-align: middle;
}

    input:focus, textarea:focus, select:focus {
        box-shadow: 1px 1px 2px #C0C0C0;
    }

    select:disabled, select[disabled] {
        color: #969696;
        background-color: #cccccc;
    }
    /*input[type="text"] {*/
    /*    height: 16px;*/
    /*}*/

    input[type="checkbox"], input[type="radio"] {
        height: 14px;
        border: none;
    }

.mbtn {
    padding-left: 12px;
    padding-right: 12px;
    display: table-cell;
    vertical-align: middle;
}

.slider_handle_y {
    width: 14px;
    height: 20px;
    background-image: url(images/slider_handle_vertical.gif);
    background-color: #b0b0b0;
}

.noshade {
    height: 1px;
    border-width: 0;
    color: #B0B0B0;
    background-color: #B0B0B0;
}

input[type="button"], input[type="submit"], .mbtn {
    background-color: #B0B0B0;
    height: 21px;
    color: #FFFFFF;
    text-align: center;
}

input[type="button"].bigButton, input[type="submit"].bigButton, .mbtn.bigButton {
    height: 2em;
    padding-left: 1em;
    padding-right: 1em;
}

input[type="button"]:hover, input[type="submit"]:hover, .mbtn:hover {
    cursor: pointer;
    background-color: #FFFFFF;
    color: #000000;
    border:1px solid white;
    box-shadow: #B0B0B0 0 0 2px;
}

input[disabled="disabled"], input.disabled, input:disabled, input:disabled:hover, input[disabled="disabled"]:hover, input.disabled:hover {
    background-color: #DADADA;
    color: #B0B0B0;
    cursor: not-allowed;
}

input.error, textarea.error, select.error, td.warning {
    background-color: #ffdddd;
    border-color: #cc3232;
}

.warning {
    color: #cc3232;
}
/* Linkbutton for actions */
.lbaction {
    display: inline-block;
    padding-right: 15px;
    margin-bottom: 5px;
    background-image: url(../img/li_mark.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

    .lbaction:hover {
        text-shadow: 1px 1px 1px #C0C0C0;
        text-decoration: underline;
    }

.lbcustomer {
    display: inline-block;
    text-decoration: underline;
}

    .lbcustomer:hover {
        text-shadow: 1px 1px 1px #C0C0C0;
    }


.cbaction input {
    margin: .3rem .3rem .3rem 0;
}
.cbaction label {
    padding-left: 0.5rem;
}

.tinyline {
    height: 1px;
    border-width: 0;
    color: #DADADA;
    background-color: #DADADA;
}

/* Tab strip */
.tabtable {
    border-collapse: collapse;
}

.tab_filler {
    width: 99%;
    border-bottom: 1px solid #c0c0c0;
}

.tab_divider {
    empty-cells: show;
    background-image: url(../../Assets/img/Skin/tab_divider.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 26px;
    width: 1px;
    padding: 0;
}

.tab_on {
    white-space: nowrap;
    background-image: url(../../Assets/img/Skin/tab_bright.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 23px;
    padding: 3px 20px 0 12px;
    font-weight: bold;
}

.tab_off {
    white-space: nowrap;
    background-image: url(../../Assets/img/Skin/tab_dark.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 23px;
    padding: 3px 20px 0 12px;
}

    .tab_off a {
        color: #ffffff;
    }

.asppanel fieldset {
    margin: 0;
    padding: 10px;
    padding-left: 20px;
    padding-top: 10px;
    border: 1px solid #DADADA;
}

.asppanel legend {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 2px;
    padding-right: 10px;
}

.asppaneltiny fieldset {
    margin: 0;
    padding: 6px;
    padding-left: 10px;
    padding-top: 10px;
    border: 1px solid #DADADA;
}

.asppaneltiny legend {
    font-weight: bold;
    padding-left: 2px;
    padding-right: 10px;
}

.validationErrorText {
    font-size: 10px;
    font-weight: bold;
    color: #ff0000;
}

table.mnml {
    border-collapse: collapse;
}

    table.mnml td, table.mnml th {
        padding: 0;
        margin: 0;
        border: none;
        vertical-align: top;
    }


.datatable {
    border-collapse: collapse;
}

    .datatable td, .datatable th {
        border: solid 1px grey;
        padding: 2px 10px 2px 5px;
    }

    .datatable th {
        background-color: #B0B0B0;
        text-align: left;
    }

.tooltip {
    position: absolute;
    display: none;
    border: 2px solid #B0B0B0;
    padding: 3px 5px 4px 5px;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 3px #AAAAAA;
}
/* ExtendedGridview control styles */
.extgv {
    border: 1px solid #000000;
    border-spacing: 0;
}

    .extgv .troff /* Un-clickable tr */ {
        background-color: #FFFFFF;
        vertical-align: top;
    }

        .extgv .troff:hover /* Un-clickable, hovering tr */ {
            background-color: #DADADA;
            vertical-align: top;
        }

    .extgv .tron /* Clickable tr */ {
        background-color: #FFFFFF;
        vertical-align: top;
    }

        .extgv .tron:hover /* Clickable tr, hovering */ {
            background-color: #DADADA;
            cursor: pointer;
            vertical-align: top;
        }

    .extgv .trselected {
        background-color: #FFFFFF;
        border-left: 2px solid #000000;
        border-right: 2px solid #000000;
        border-bottom: 2px solid #000000;
        vertical-align: top;
    }

    .extgv .selected {
        background-color: #DADADA;
        cursor: pointer;
        vertical-align: top;
    }

    .extgv td, .extgv th {
        padding: 2px 10px 2px 5px;
        border: 1px solid #646464;
    }

    .extgv th {
        background-color: #B0B0B0;
        text-align: left;
    }

        .extgv th a {
            color: #ffffff;
        }

.extgvFooter {
    background-color: #DADADA;
    text-align: left;
    font-weight: bold;
}

    .extgvFooter td {
        border: none;
    }

    .extgvFooter th {
        border: none;
    }

/* Master page items --> */
.pageheader {
    font-family: "Montserrat" !important;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 30px;
}

.greybar {
    width: 100%;
    height: 30px;
    background-color: #B0B0B0;
}

.greybar img {
    display: inline;
}

.greybartext {
    padding-top: 8px;
    padding-left: 30px;
    color: #ffffff;
}

.logolink {
    z-index: 50;
    display: block;
    position:relative;
    width: 160px;
    height: 43px;
    margin-bottom: 90px;
    margin-right: 30px;
    background-image: url(/Assets/img/Skin/accent2016.svg);
    filter:
        drop-shadow(-1px 0 white)
        drop-shadow(1px 0 white)
        drop-shadow(0 -1px white)
        drop-shadow(0 1px white);
}

.footertext {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 4px;
    text-align: center;
    font-size: 10px;
    color: #000000;
}

#logininfodiv {
    position: absolute;
    z-index: 999;
    top: 32px;
    right: 250px;
    width: 175px;
    padding: 10px 10px 10px 10px;
    border: 2px solid #b0b0b0;
    box-sizing: content-box;
    background-color: #ffffff;
    max-height: 50px;
    overflow: hidden;
    border-radius: 10px;
    transition: max-height 0.5s;
}

    #logininfodiv img {
        display: inline;
    }

    #logininfodiv hr {
        margin: 6px;
        border-width: 1px;
        border-style: inset;
    }

    #logininfodiv:hover {
        max-height: 190px;
        height: auto;
    }

image-cropper img {
    display: inline;
}

#flower {
    position: absolute;
    z-index: 0;
    right: 40px;
    top: 1px;
    width: 108.93px;
    height: 112.15px;
    background-image: url(/Assets/img/Skin/payoff3line.svg);
    filter:
        drop-shadow(-1px 0 rgba(255, 255, 255, 0.5))
        drop-shadow(1px 0 rgba(255, 255, 255, 0.5))
        drop-shadow(0 -1px rgba(255, 255, 255, 0.5))
        drop-shadow(0 1px rgba(255, 255, 255, 0.5));
}

/*master page - message boxes */
#infobox {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    width: 378px;
    padding: 10px;
    border: 3px double #B0B0B0;
    color: #000000;
    background-color: #fcdded;
    display: none;
}

#infoMsgBox {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    width: 378px;
    padding: 10px;
    border: 3px double #B0B0B0;
    color: #000000;
    background-color: #D1FCD1;
    display: none;
}

#errorMsgBox {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    width: 378px;
    padding: 10px;
    border: 3px double #B0B0B0;
    color: #000000;
    background-color: #FFDDDD;
    display: none;
}

#infoboxmodal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.infoboxmodal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.infoboxmodalbgimg {
    width: 100%;
    height: 100%;
}

#infoboxmodal #modaltable {
    position: fixed;
    top: 45%;
    left: 50%;
    width: 400px;
    height: 250px;
    background-color: #ffffff;
    margin-top: -100px;
    margin-left: -200px;
    border: 1px solid #000000;
}

.modaltable {
    position: fixed;
    top: 45%;
    left: 50%;
    width: 400px;
    height: 250px;
    background-color: #ffffff;
    margin-top: -100px;
    margin-left: -200px;
    border: 1px solid #000000;
}

/* MENU */
UL.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu a {
    text-decoration: none;
    color: #000000;
}

    .menu a:hover {
        text-decoration: underline;
        text-shadow: 1px 0 1px #B0B0B0;
    }

LI.menuitem0 {
    font-family: "Montserrat" !important;
    /* font-family: "Gotham SSm A", "Gotham SSm B"; */
    font-size: 12px;
    font-weight: bold;
    padding-left: 12px;
    padding-top: 3px;
}

LI.menuitem0s {
    font-family: "Montserrat" !important;
    /* font-family: "Gotham SSm A", "Gotham SSm B"; */
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #B0B0B0;
    padding-left: 12px;
    padding-top: 1px;
    background-image: url('../img/li_mark.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

LI.menuitem1 {
    font-size: 12px;
    padding-left: 24px;
}

LI.menuitem1s /*selected*/ {
    font-size: 12px;
    padding-left: 24px;
    background-image: url('../img/li_mark.png');
    background-repeat: no-repeat;
    background-position: 12px 0;
    text-shadow: 0 0 1px #B0B0B0;
}

/* Dialog - Row/cell styles */
.dialogTitle {
    background: #B0B0B0;
    height: 10px;
}

.dialogTitleText {
    padding: 3px;
    padding-left: 10px;
    text-align: left;
    font-weight: bold;
    color: White;
    width: 100%;
}

.dialogTitleButton {
    padding: 3px;
    text-align: right;
    font-weight: bold;
    color: White;
    vertical-align: middle;
    cursor: pointer;
    width: 17px;
}

.dialogContent {
    background: white;
    text-align: left;
    border-top: 1px solid black;
    padding: 10px;
}

.dialogButtons {
    padding-right: 3px;
    padding-bottom: 3px;
    background: White;
    text-align: right;
    vertical-align: bottom;
    width: 100%;
}

.dialogButton {
    text-align: center;
    vertical-align: middle;
    width: 75px;
}


/* Root section of state managed admin page */
.adminroot {
    position: relative;
    top: 0;
    left: 0;
}
/* State section (grid/detail) of state managed admin page */
.adminsection {
    position: absolute;
    top: 0;
    left: 0;
}


.admincontrol {
    background-image: url(../img/coolbg.png);
}


.iconbuttonimage {
    border: none;
    vertical-align: middle;
    background-color: #B0B0B0;
}

    .iconbuttonimage:hover {
        background-color: #FFFFFF;
    }

.gridViewHeader {
    background-color: #B0B0B0;
    font-size: 10px;
    font-family: Verdana;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}
/* Double click disabling */
#pagedisabler {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    display: none;
    background-repeat: repeat;
    background-image: url(../img/semitransparent.png);
}

#semitransparentbg, .pageHider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    background-repeat: repeat;
    background-image: url(../img/semitransparent.png);
}

#timerdiv {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    width: 24px;
    height: 24px;
}

#disablertimeoutdiv {
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 150px;
    padding: 25px;
    background-color: #B0B0B0;
    text-align: center;
    display: none;
}

#echodiv {
    position: absolute;
    top: 35px;
    left: 220px;
    width: 500px;
    height: 80px;
    border: 2px solid orange;
    background-color: Silver;
}

#echocontrols {
    position: absolute;
    bottom: 5px;
    right: 30px;
}

#echocontent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    overflow: auto;
    background-color: black;
    color: Orange;
}

.bubble_274_81 {
    background-image: url(../../Assets/img/Skin/bubble_left_274_81.jpg);
    width: 274px;
    height: 81px;
    color: white;
    background-repeat: no-repeat;
    overflow-wrap: break-word;
}

.bubble_350_78 {
    background-image: url(../../Assets/img/Skin/bubble_left_350_78.png);
    width: 350px;
    height: 78px;
    color: white;
    font-weight: bold;
    background-repeat: no-repeat;
    overflow-wrap: break-word;
}

.bubble_450_100 {
    background-image: url(../../Assets/img/Skin/bubble_left_450_100.png);
    width: 450px;
    height: 100px;
    color: white;
    font-weight: bold;
    background-repeat: no-repeat;
    overflow-wrap: break-word;
}

.shadedbubble {
    background-image: url(../img/shadedbubble_400x175.png);
    width: 400px;
    height: 175px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.shadedbubble_inner {
    position: absolute;
    top: 45px;
    left: 50px;
    width: 300px;
    height: 90px;
    overflow: auto;
    color: white;
}

.shadedbubble_closer {
    position: absolute;
    top: 14px;
    left: 358px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

/* Mockups */
.ui-droppable {
    border: 1px solid #ffffff;
}

.hovered {
    border: 1px solid #ec0d7d;
}

.hintIndex {
    position: absolute;
    width: 20px;
    height: 16px;
    padding-top: 4px;
    background-image: url(../img/mockup_hint_index.png);
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

.surfacemenuitem_off {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    border: dotted #f0f0f0;
    border-width: 0 1px 1px 1px;
}

.surfacemenuitem_on {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    border: solid #b0b0b0;
    border-width: 0 1px 1px 1px;
}
/* Colour ddl */
.colourddl_btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 192px;
    padding: 4px;
    margin: 0;
    border: 1px solid #707070;
    background-image: url(images/ddl_buttonbg.gif);
    background-repeat: no-repeat;
    background-position: right top;
    cursor: pointer;
}

.colourddl_optionsul {
    display: none;
    width: 200px;
    height: 100px;
    overflow: auto;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 10;
    border: 1px solid black;
    background-color: #FFFFFF;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .colourddl_optionsul li {
        border-bottom: 1px solid silver;
        margin: 0;
        padding: 4px;
    }

.cddl_opplp {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 18px;
    margin-right: 5px;
    border: 1px solid black;
}

.cddl_optxt {
    display: inline-block;
    vertical-align: middle;
}

.drop {
    top: -50px;
    position: absolute;
    opacity: 0;
}

#rainBox {
    top: 0;
    left: 0;
    width: 100%;
    height: 650px;
    margin: auto auto;
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    text-align: left;
}


#popholder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
}

#popbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/Assets/img/Skin/brandiepopbg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.poppable {
    position: absolute;
    display: none;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #FFFFFF;
    border: 2px solid #000000;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 5px;
}

#PushMessages {
    position: absolute;
    top: 30px;
    right: 600px;
    width: 216px;
    padding: 20px 20px 20px 20px;
    border: 2px solid #b0b0b0;
    border-top: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom: 8px solid #b0b0b0;
    background-color: #ffffff;
    overflow: visible;
}

.diaProjector {
    position: relative;
    top: 0;
    left: 0;
}

.diaSlide {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 2px 2px 2px #C0C0C0;
    background-image: url('/Assets/img/bg_checkered.png');
    border: 1px solid #969696;
}

.invisible, .chat_hidden {
    display: none;
}

.chat_invoker {
    display: none;
    cursor: pointer;
}

.pointytooltip {
    background-color: transparent;
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    border: none !important;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0px !important;
}

    .pointytooltip .tooltiptexttop {
        visibility: hidden;
        width: 140px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
    }

        .pointytooltip .tooltiptexttop::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

    .pointytooltip .tooltiptextright {
        visibility: hidden;
        width: 140px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 7px;
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 115%;
    }

        .pointytooltip .tooltiptextright::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent black transparent transparent;
        }

    .pointytooltip .tooltiptextleft {
        visibility: hidden;
        width: 140px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 7px;
        position: absolute;
        z-index: 1;
        top: -5px;
        right: 115%;
    }

        .pointytooltip .tooltiptextleft::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent black;
        }

    .pointytooltip .tooltiptextbottom {
        visibility: hidden;
        width: 140px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 7px;
        position: absolute;
        z-index: 1;
        top: 130%;
        left: 50%;
        margin-left: -60px;
    }

        .pointytooltip .tooltiptextbottom::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

.tooltipTextBox:focus ~ .tooltiptexttop {
    visibility: visible;
}

.tooltipTextBox:focus ~ .tooltiptextbottom {
    visibility: visible;
}

.tooltipTextBox:focus ~ .tooltiptextright {
    visibility: visible;
}

.tooltipTextBox:focus ~ .tooltiptextleft {
    visibility: visible;
}

.lowshadow {
    box-shadow: 1px 1px 2px #C0C0C0;
}

.mediumshadow {
    box-shadow: 2px 2px 3px #C0C0C0;
}

.highshadow {
    box-shadow: 4px 4px 6px #C0C0C0;
}

#cartcirle {
    width: 15px;
    height: 15px;
    background: red;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    position: absolute;
    margin-top: -27px;
    margin-left: 12px;
    pointer-events: none;
}

.cartcount {
    color: white;
    font-size: 7.5px;
    font-weight: bold;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.troff img {
    display: inline;
}
