﻿@import url(html5reset-1.6.1.css);
@import url(form.css);
@import url(smoothness/jquery-ui-1.8.15.custom.css);
@import url(simplePassMeter.css);

*, html {
    box-sizing: border-box;
}

body {
    font-family: 'Century Gothic';
    font-size: 12pt;
}



.lnkButton {
    color: #333333;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
}

h1 {
    font-size: 1.8em;
    line-height: 2em;
}

h2 {
    font-size: 1.4em;
    line-height: 1.8em;
    color: #4E4E4E;
    font-weight: normal;
    margin: 0 0 0.8em 0;
}

h3 {
    font-size: 1.4em;
    line-height: 1.6em;
}

h4 {
    font-size: 1.2em;
    line-height: 1.4em;
    width: 200px;
    margin-left: 5px;
}

p {
    margin: 6px 0;
}

h1 {
    color: #4E4E4E;
    font-size: 160%;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    /*width:400px;
        float:left;*/
}

a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

a:focus {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

header {
    width: 100%;
    height: 125px;
}

    header > div {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }

        header > div > div.title {
            display: inline-block;
            vertical-align: bottom;
            margin: 0 0 0 2rem;
            padding: 0 0 0 2rem;
            border-left: #4E4E4E solid 1px;
        }
        header > div > div.title > h2 {
            margin: 0;
            padding: 0;
            text-align: right;
            line-height: 1em;
        }

#login-logo {
    display: inline-block;
    margin: 38px 25px 0px -5px;
    max-width: 180px;
}

#login-box {
    background-color: #fff;
    width: 66%;
    min-width: 300px;
    max-width: 500px;
    margin: 1rem 0;
    padding: 2rem;
}

    #login-box > label {
        display: block;
        margin: 1rem 0;
    }

        #login-box > label > input {
            height: 3em;
            width: 100%;
            padding: 0.5rem;
            border: 1px #000 solid;
            font-size: 1rem;
        }

#tdLoginMessage {
    font-weight: bold;
}


.login-button {
    display: inline-block;
    box-sizing: border-box;
    font-size: 1rem;
    border: none;
    height: 3em;
    padding: 0.5rem 1rem !important;
    margin: 0 1rem 0 0;
    background-color: #8f7237;
    color: #fff;
}

    .login-button:hover {
        cursor: pointer;
    }

#rememberme {
    display: inline-block;
}

    #rememberme input[type="checkbox"] {
        margin-top: 0;
    }

#advisor {
    position: absolute;
    right: 60px;
    top: 25px;
}

#center {
    width: 100%;
    background-color: #000;
    background: #000 url(../images/bg2.jpg) top right no-repeat;
}

ul.BreadCrumb {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1.8rem 0 0 0;
    list-style: none;
    font-size: 0.9em;
}

    ul.BreadCrumb li {
        list-style: none;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin: 0;
        padding: 0.7rem 1.6rem;
        border: solid 1px #4e4e4e;
        /*width: 70px;*/
        height: 40px;
        color: #666;
        font-size: 1.1em;
        border-radius: 0 0 10px 0;
        background: #fff;
    }

        ul.BreadCrumb li a {
            text-decoration: none;
            color: #333;
        }

#centercontainer {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 10px;
    clear: both;
    position: relative;
}

    #centercontainer h1 {
        color: #fff;
        font-weight: normal !important;
    }

    #centercontainer h2 {
        color: #fff;
        font-weight: normal !important;
    }

#AdminMenu {
    position: absolute;
    top: -30px;
    right: 100px;
    z-index: 102;
}

    #AdminMenu a {
        display: block;
        float: left;
        margin: 5px 15px;
        color: #000;
    }

#GeneraliForm {
    margin: 0px auto;
    width: 100%;
    max-width: 1000px;
    min-height: 400px;
    color: #fff;
}

ul.PanelMainMenu {
    list-style: none;
    width: 100%;
}

    ul.PanelMainMenu li {
        width: 22%;
        height: 120px;
        padding: 20px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        border: none;
        border-radius: 0 0 20px 0;
        background: #fff;
        margin: 0.5rem
    }

        ul.PanelMainMenu li a {
            font-size: 1.6em;
            font-family: Calibri, Arial, Helvetica, Sans-Serif;
            color: #4e4e4e;
            display: block;
            width: 100%;
            height: 60px;
            text-decoration: none;
        }

.SlideyPanelContainer {
    width: 775px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: -10px;
    overflow: hidden;
    z-index: 100;
}

/*SlideyPanelContainer
{
    position: absolute;
    top: 0;
    left: 0;
}*/

.SlideyPanel {
    width: 190px;
    height: 480px;
    padding: 5px 10px;
    border-radius: 0 0 5px 5px;
    border: dotted 1px #9A1922;
    border-width: 0 1px 1px 1px;
    background: #fff;
    color: #4e4e4e;
    position: absolute;
    top: -465px;
    left: 10px;
    box-shadow: #000 1px 1px 0.6em;
    behavior: url(/js/PIE.htc);
    overflow: hidden;
}

#pnlAddCategory {
    height: 220px;
    top: -205px;
}

#pnlAddBrand {
    height: 300px;
    top: -285px;
}

.SlideyPanel .Content {
    display: none;
}

.SlideyPanelToggle {
    position: absolute;
    left: 10px;
    bottom: 7px;
    cursor: pointer;
    font-size: 0.8em;
}

div.TagBox {
    color: #fff;
    background: #666;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 3px 0 0 3px;
    padding: 5px 30px 5px 10px;
    border-radius: 8px;
    behavior: url(/js/PIE.htc);
    position: relative;
}

    div.TagBox .del {
        position: absolute;
        top: 5px;
        right: 5px;
        height: 16px;
        width: 16px;
        background: url(../images/tag_remove.png) top left no-repeat;
        overflow: hidden;
        text-indent: -1000px;
    }

ul.AdminList li, ul.AdminList li.focused {
    font-size: 1.2em;
    position: relative;
    padding: 15px;
    margin: 15px 0;
    min-height: 18px;
    color: #fff;
    background: #9A1922; /* css3 */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#9A1922), to(#4D0D12));
    background-image: -moz-linear-gradient(top, #9A1922, #4D0D12);
    background-image: -ms-linear-gradient(top, #9A1922, #4D0D12);
    background-image: linear-gradient(top, #9A1922, #4D0D12);
    ie-background-image: linear-gradient(top, #9A1922, #4D0D12);
    -pie-background: linear-gradient(270deg, #9A1922, #4D0D12);
    behavior: url(/js/PIE.htc);
}

    ul.AdminList li.focused {
        color: #fff;
        background: #4e4e4e;
    }

        /* creates triangle */
        ul.AdminList li:after, ul.AdminList li.focused:after {
            content: "";
            display: block; /* reduce the damage in FF3.0 */
            position: absolute;
            top: -10px;
            right: 50px;
            width: 0;
            border-width: 0 10px 10px;
            border-style: solid;
            border-color: #9A1922 transparent;
        }

        ul.AdminList li.focused:after {
            border-color: #4e4e4e transparent;
        }

    ul.AdminList li a {
        color: #fff;
        cursor: pointer;
    }

        ul.AdminList li a:hover {
            color: #000;
        }

        ul.AdminList li a.Edit {
            position: absolute;
            right: 10px;
            top: 10%;
        }

    ul.AdminList li input[type="text"] {
        background: none;
        border: none;
        color: #fff;
        width: 100%;
    }

div.FAQordion {
}

    div.FAQordion h3 {
        cursor: pointer;
        font-size: 1.0em !important;
        line-height: 1.2em;
        position: relative;
        padding: 15px;
        display: block;
        margin: 15px 0 5px 0;
        height: 15px;
        color: #9A1922;
        background: #fff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: solid 2px #9A1922;
        /*behavior: url(/js/PIE.htc);*/
    }

        div.FAQordion h3.ui-state-active {
            background: #9A1922;
            color: #fff;
        }

    /* creates triangle */
    /*div.FAQordion h3:after
{
    content: "";
    display: block; 
    position: absolute;
    top: -10px;
    right: 50px;
    width: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: #9A1922 transparent;
}*/

    div.FAQordion div.Answer {
        background: none !important;
        padding: 15px 0 0 0;
        border: none;
        overflow: hidden;
    }

        div.FAQordion div.Answer .Inner {
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            /*border: solid 2px #000;*/
            color: #fff;
            background: #4e4e4e;
            /*behavior: url(/js/PIE.htc);*/
            padding: 10px 15px 10px 15px;
            min-height: 40px;
            position: relative;
            font-size: 0.9em;
            margin-bottom: 15px;
        }

            div.FAQordion div.Answer .Inner p {
                line-height: 1.2em;
            }



            div.FAQordion div.Answer .Inner:before {
                content: "";
                display: block; /* reduce the damage in FF3.0 */
                position: absolute;
                top: -15px;
                left: 50px;
                width: 0;
                border-width: 0 15px 15px;
                border-style: solid;
                border-color: #4e4e4e transparent;
            }

div.VideoFiles {
    margin: 12px;
    padding: 8px 0 0 0;
}

    div.VideoFiles div.VideoItem {
        color: #4e4e4e;
        display: block;
        padding: 12px 40px 12px 12px;
        height: 10px;
        border: solid 1px #4e4e4e;
        border-radius: 10px;
        font-size: 0.9em;
        line-height: 0.8em;
        margin: 0 10px 0 0;
        cursor: pointer;
        float: left;
        behavior: url(/js/PIE.htc);
        position: relative;
    }

        div.VideoFiles div.VideoItem .deleteVideo {
            background: #990000;
            color: #fff;
            display: block;
            position: absolute;
            right: 8px;
            top: 8px;
            padding: 5px;
            border-radius: 12px;
            font-weight: bold;
            font-size: 0.9em;
            line-height: 0.7em;
            behavior: url(/js/PIE.htc);
        }

div.VideoTutorials {
    /*position: absolute;
    bottom: 8px;
    left: 8px;*/
    border-top: 1px dotted #fff;
    margin: 12px 0 0 0;
    padding: 8px 0 0 0;
}

    div.VideoTutorials a.VideoLink {
        color: #fff;
        display: block;
        padding: 10px 3px 8px 30px;
        height: 13px;
        background: url(../images/movie.png) no-repeat left;
        font-size: 0.8em;
        line-height: 0.8em;
        margin: 0 10px 0 0;
        cursor: pointer;
    }

div.Video {
    width: 640px;
    height: 500px;
    overflow: hidden;
    border: 1px solid #000;
    padding: 0;
    margin: 10px;
}

ul.tableList {
    width: 100%;
}

    ul.tableList li {
        border: 1px solid #4e4e4e;
        border-width: 0 1px 1px 1px;
        padding: 4px 10px;
        list-style: none;
    }

        ul.tableList li.Top {
            color: #fff;
            background: #4e4e4e;
        }

        ul.tableList li div {
            width: 23%;
            display: inline-block;
            *display: inline;
            *zoom: 1;
        }

.SavedFlag {
    position: absolute;
    top: 100px;
    right: 30px;
    width: 100px;
    text-align: right;
    border-radius: 10px;
    border: solid 1px #4e4e4e;
    padding: 10px;
    background: #e4e4e4 url(../images/tick.png) no-repeat 8%;
    color: #4e4e4e;
    behavior: url(/js/PIE.htc);
}

.SettingsTable {
    border: 1px solid #000000;
}

    .SettingsTable td, .SettingsTable th {
        border: 1px solid #000000;
    }

    .SettingsTable th {
        background: #3C3C3C;
        color: #FFFFFF;
        text-align: left;
        padding: 8px;
    }

    .SettingsTable td {
        padding: 8px;
        vertical-align: middle;
    }

        .SettingsTable td input {
            padding: 0px;
            width: 150px;
            border: none;
        }

    .SettingsTable .Disabled {
        background: #F3F3F3;
    }

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255,255,255,0.5);
}

#overlay .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #8f7237; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
