﻿html {
    height: 100%;
    width: 100%;
    font-size: 62.5%;
}

body {
    font-size: 16px;
    font-family: "Segoe UI", Helvetica, Verdana, Sans-Serif;
    background-color: #fff;
    /*color:            #4d4d4d !important;*/
    color: #4d4d4d;
    height: 100%;
    width: 100%;
}

/*INPUT[type=submit], INPUT[type=button], BUTTON, SELECT {
    -moz-appearance: none;
    -webkit-appearance: none;
}*/

INPUT[type=text], INPUT[type=password], SELECT, TEXTAREA {
    background: #fff;
}

INPUT, SELECT, TEXTAREA, BUTTON {
    border-radius: 0;
    /*-webkit-appearance: none;*/
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    /*-moz-appearance: none;*/
    -moz-box-shadow: none;
    -moz-border-radius: 0;
    box-shadow: none;
    border-radius: 0;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
}


SELECT {
    padding: 4px !important;
}

/* Custom scrolling */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #CFCFCF;
}

::-webkit-scrollbar-thumb {
    background: #707070;
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255,0,0,0.4);
    }



h1, h2, h3, h4, h5, h6, h7, h8, h9 {
    display: inline;
    vertical-align: middle;
    font-weight: normal;
}

h1 {
    font-size: 28px;
    color: #F25822;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4, .h4 {
    font-size: 15px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h7 {
    font-size: 11px;
}

h8 {
    font-size: 40px;
}

h9 {
    font-size: 30px;
}

.bold {
    font-weight: bold;
}

.orange {
    color: #F25822;
}

.dark-grey, .dark-gray {
    color: #4D4D4D;
}

.very-dark-grey, .very-dark-gray {
    color: #111111;
}

.red {
    color: red;
}

.orange {
    color: #F25822;
}

.green {
    color: green;
}

.light-grey, .light-gray {
    color: #CCC;
}

.light-grey-bg, .light-gray-bg {
    background-color: #CCC;
}

.mid-grey, .mid-gray {
    color: #707070;
}

.very-light-grey, .very-light-gray {
    color: #E8E8E8;
}


.very-light-grey-bg, .very-light-gray-bg {
    background-color: #E8E8E8;
}

.icon-grey, .icon-gray {
    color: #9D9D9D;
}

.button-grey, .button-gray {
    color: #D9D9D9;
}

DIV.greybox {
    border: 1px solid #CCC;
    background-color: #EFEFEF;
    padding: 10px;
}

DIV.lightGreybox {
    border: 1px solid #CCC;
    background: #f7f7f7;
    font-size: 85%;
    margin-bottom: 10px;
    padding: 10px;
}

DIV.itemList {
    border: 1px solid #707070;
    overflow: auto;
}

    DIV.itemList DIV {
        padding: 10px;
    }

        DIV.itemList DIV:hover {
            background-color: #EBEBEB;
            cursor: pointer;
        }

.hover:hover {
    background-color: #F25822;
    color: #FFF;
}

.clear {
    clear: both;
}

.horizontal {
    list-style-type: none;
}

    .horizontal LI {
        float: left;
    }

.border {
    border: 1px solid #CFCFCF;
}

.left_margin {
    margin-left: 10px;
}

.margin_5 {
    margin: 5px;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}

.margin_bottom_15 {
    margin-bottom: 10px;
}

.margin_bottom_20 {
    margin-bottom: 20px;
}

.margin_right_10 {
    margin-right: 10px;
}

.margin_right_20 {
    margin-right: 20px;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.top {
    vertical-align: top !important;
}

.middle {
    vertical-align: middle !important;
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.margin_top_left {
    margin: 10px 0px 0px 10px;
}

.padding_top_left {
    padding: 10px 0px 0px 10px;
}

.margin_left_5 {
    margin-left: 5px !important;
}

.margin_left_10 {
    margin-left: 10px !important;
}

.margin_left_20 {
    margin-left: 20px !important;
}

.margin_right_5 {
    margin-right: 5px !important;
}

.fullheight {
    height: 100%;
}

.fullwidth {
    width: 100%;
}

.margin {
    margin: 10px;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_top_20 {
    margin-top: 20px;
}

.margin_top_bottom {
    margin: 10px 0;
}

.small {
    font-size: 12px;
}

.button {
    cursor: pointer;
    text-decoration: none;
    margin-right: 5px;
}

.block {
    display: block;
}

.inline {
    display: inline-block !important;
}

.inline-not-important {
    display: inline-block;
}

.hide {
    display: none !important;
}

.pointer {
    cursor: pointer;
}

.highlight_bg {
    background-color: #f25822 !important;
    color: #FFF;
}

    .highlight_bg:hover {
        background-color: #de440e !important;
        color: #FFF;
    }

.button.active {
    background-color: #f25822;
    color: #FFFFFF;
    border: solid 1px #f25822;
}

.button.inactive {
    background-color: #cfcfcf;
    color: #808080;
}

input[disabled], select[disabled] {
    background-color: #e8e8e8;
    border-color: #cfcfcf;
}

/* Facebox popup content style. */
.fb {
    padding: 10px;
}

    .fb H1 {
        margin-bottom: 20px;
        display: block;
    }

    .fb .contenttitle {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 28px;
        color: #F25822;
    }

    .fb.help {
        font-size: 12px;
        font-size: 1.2em;
        width: 500px;
    }

        .fb.help p {
            margin-top: 5px;
        }

    .fb .errors {
        margin-top: 30px;
    }

.fullwidth {
    width: 100%;
}


.margin_top {
    margin-top: 20px;
}

.padding_top {
    padding-top: 10px;
}

.padding_top_20 {
    padding-top: 20px;
}


#header-fixed {
    position: fixed;
    top: 0px;
    display: none;
}

#exceptions {
    display: none;
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: #F25822;
    z-index: 2000;
    line-height: 36px;
    vertical-align: middle;
}

.line-height-normal {
    line-height: normal;
}

#exceptions H1 {
    color: #FFF;
    font-size: 30px;
    margin: 0px;
    padding: 0px;
}

#exceptions DIV {
    margin: 20px;
}

#exceptions SPAN {
    color: #FFF;
    font-size: 16px;
}

.horizontal {
    list-style-type: none;
}

    .horizontal LI {
        float: left;
        margin: 0 10px 0 0;
    }


UL.plain {
    list-style-type: none;
}

    UL.plain LI {
        margin-bottom: 5px;
    }


/*
    Beta warning
*/
#beta {
    display: none;
}

.beta {
    padding: 10px;
}

.uppercase {
    text-transform: uppercase;
}


/*
    Generic table style.    
*/
TABLE.simple.fullwidth {
    width: 100%;
}

TABLE.simple {
    border: 1px solid #707070;
}

    TABLE.simple THEAD TR {
        font-weight: bold;
        background-color: #707070;
        color: #FFF;
    }

    TABLE.simple THEAD TH,
    TABLE.simple TBODY TD {
        padding: 10px;
    }

    TABLE.simple TBODY TR:nth-child(even) {
        background-color: #E8E8E8;
    }

    /* For No Return list when closing a comp. */
    TABLE.simple.fullwidth.noreturns THEAD TR TH:first-child,
    TABLE.simple.fullwidth.noreturns TBODY TR TD:first-child {
        width: 40%;
    }

    /* For No Return list when closing a comp. */
    TABLE.simple.fullwidth.noreturns THEAD TR TH:nth-child(2),
    TABLE.simple.fullwidth.noreturns TBODY TR TD:nth-child(2) {
        width: 30%;
    }


.credit {
    color: red;
}

.tellink {
    text-decoration: none;
    font-weight: bold;
    color: inherit;
}

.clubcrest {
    max-height: 300px;
    max-width: 300px;
}

.clubcrestsml {
    max-height: 100px;
    max-width: 100px;
}

/*#region Diagnostic Elements*/
#diagnostics-toolbar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999999;
}

    #diagnostics-toolbar p {
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: #888;
    }

    #diagnostics-toolbar ul {
        background-color: #ccc;
        padding: 3px;
        border: 1px solid #bbb;
        opacity: 0.8;
    }

        #diagnostics-toolbar ul li a {
            color: orangered;
            padding: 4px 8px;
        }

        #diagnostics-toolbar ul .vw-indicator {
            text-transform: uppercase;
        }

    #diagnostics-toolbar #log-window {
        float: left;
        width: 100%;
        border: 1px solid #888;
        padding: 5px;
        min-height: 280px;
        max-height: 280px;
        overflow-y: scroll;
        overflow-x: auto;
        background-color: #333;
        position: fixed;
        top: 0;
        left: 0;
        color: #ccc;
        font-size: 11px;
    }

        #diagnostics-toolbar #log-window::before {
            content: "csLogger";
            display: block;
            margin-bottom: 5px;
            border-bottom: 1px solid #888;
        }

        #diagnostics-toolbar #log-window .entry span {
            display: inline-block;
            margin-bottom: 4px;
            padding: 2px 4px;
            border: 1px solid #666;
        }

            #diagnostics-toolbar #log-window .entry span.ns {
                color: #666;
                border: 1px solid #666;
                border-radius: 4px 0 0 4px;
                background-color: #666;
                color: #bbb;
            }

            #diagnostics-toolbar #log-window .entry span.log-icon {
                text-align: center;
                width: 24px;
                margin-right: 5px;
                border-left: 0;
                border-radius: 0 4px 4px 0;
                text-transform: uppercase;
            }

                #diagnostics-toolbar #log-window .entry span.log-icon.text {
                    background-color: grey;
                    color: #444;
                }

                #diagnostics-toolbar #log-window .entry span.log-icon.object {
                    background-color: aliceblue;
                    color: #888;
                }

                #diagnostics-toolbar #log-window .entry span.log-icon.info {
                    background-color: steelblue;
                    color: #333;
                }

                #diagnostics-toolbar #log-window .entry span.log-icon.warning {
                    background-color: darkgoldenrod;
                }

                #diagnostics-toolbar #log-window .entry span.log-icon.error {
                    background-color: #ff3b3b;
                    color: darkred;
                }

                #diagnostics-toolbar #log-window .entry span.log-icon.event {
                    background-color: seagreen;
                    color: #ccc;
                }

            #diagnostics-toolbar #log-window .entry span.content {
                border: none;
            }

    #diagnostics-toolbar .nav-pills > li + li {
        margin-left: 2px;
    }

    #diagnostics-toolbar .nav-pills > li {
        float: left;
    }

    #diagnostics-toolbar .nav > li {
        position: relative;
        display: block;
    }

        #diagnostics-toolbar.nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

    #diagnostics-toolbar .nav {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
        font-size: 14px;
        padding-bottom: 20px;
    }

/*Push notifications review modal*/
#pushN-btn #btn-submit {
    float: right;
    box-shadow: none;
    text-shadow: none;
    border: none;
    border-radius: 0;
}

#pushN-btn #btn-cancel {
    float: left;
    box-shadow: none;
    text-shadow: none;
    color: #f25822;
    background-color: #fff;
    border: none;
    padding: 0 5px 0 0;
}

.nowrap {
    white-space: nowrap;
}

.document-frame {
    width: calc(100% - 20px);
    height: 350px;
}

.overFlowHidden {
    overflow: hidden;
}

#PersonDocument > .image-upload > i {
    cursor: pointer;
}

.ui-slider-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.break-word {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.nobottommargin {
    margin-bottom: 0px !important;
}
