﻿/*  ----------------------------------------------------------------*/
/* SITE MASTER ---------------------------------------------------- */
/*  ----------------------------------------------------------------*/
.dv-logout {
    position: absolute;
    top: 70px;
    right: 10px;
}
.dv-logout a{text-decoration:none; font-weight:bold; color:white;}

body {
    font-family: sans-serif, Arial, Arial Narrow, Times New Roman;
    line-height: 1.25em; /*!important;*/
    position: absolute;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    top: 0;
    left: 0;
    background-color: black;
}

.divBody {
    /*margin: 0 auto;*/
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0;
}

.SetMargin {
    margin: 0;
}

.Framework {
    max-width: 1000px;
    /*border: 1px solid purple;*/
    position: relative;
    /*margin: 0 0 0 25px;*/
    margin:0 auto;
   
}

/*.innerFramework{margin:0; width:100%; max-width:900px; border:1px dotted red;}*/

.mHeader {
    position: relative;
    top: 0;
    background-color: black;
    height: 80px;
    width: 100%;
    color: red;
    padding: 13px 0;
}

.mContent {
    height: 100%;  
    position: relative;
    top: 0;
    width: 100%;
    display: inline-block;
    background-color: white;
    line-height: 1.5em;
    min-height: 500px;
    padding:0 8px;
    /*border:1px solid green;*/
}

.mFooter {
    width: 100%;
    height: 100%;
    background-color: black;
    position: relative;
}

.siteFtrO {
    background-color: black;
    height: 100%;
    min-height: 100px;
}

.siteFtrI {
    background-color: black;
    height: 100%;
    text-align: center;
    padding: 45px 0;
}

.ftrURL {
    color: white;
    font-size: 3em;
    text-decoration: none;
    font-weight: bold;
}

@media screen and (max-width:650px) {
    .ftrURL {font-size:2em;}
}

@media screen and (max-width:450px) {
    .ftrURL {font-size: 1.75em;}
}
@media screen and (max-width:345px) {
    .ftrURL {font-size: 1.35em;}
}
@media screen and (max-width:300px) {
    .ftrURL {font-size: 1em;}
}


/*  ----------------------------------------------------------------*/
/* SITE WIDE -------------------------------------------------------*/
/*  ----------------------------------------------------------------*/
:focus {
    outline: 0; /* THis is to remove the outline around the menu on Chrome and Safari*/
}


img {
    outline: none;
    border: none;
}

a, a:visited {
    outline: none;
    text-decoration: none;
}

h1 span {line-height:1;}

.msg {
    font-weight: bold;
    color: red;
}


.clear-both {
    clear: both;
    height: 10px;
    width: 100%;
    display: table;
}

.clear-both2 {
    clear: both;
    height: 20px;
    width: 100%;
    display: table;
}


.pgLinks {
    float: right;
    position: relative;
    /*top: -15px;*/
    top:-35px;
}
    .pgLinks a {
        font-weight: bold;
        color: #821116
    }


.ques {
    float: left;
    max-width:200px;
    width: 38%;
    font-weight: bold;
   
}

.ans {
    float: left;
    width: 60%;
   
}

@media screen and (max-width:750px) {  
    .ans, .ques {width: 100%; max-width:none;}
}


.btn {
    background-color: #821116;
    text-align: center;
    font-size: 1.2em;
    color: white;
}

.boxsizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.tbx-inp {
    max-width: 400px;
    width: 99%;
    height: 35px;
}

.noresults {
    font-weight: bold;
    font-size: 1.2em;
    color: #212930;
    padding:10px;
}

.bar {
    width: 100%;
    height: 10px;
    background-color: #212930;
    clear:both;
    
}

.emailLogos {
    text-decoration: none;
    color: #212930;
    font-weight:bold;
}

@media screen and (max-width:500px){
    h1{padding-bottom:15px;}
}
/* -----------------------------------------------------------------*/
/* --DEFAULT PG ----------------------------------------------------*/
/* -----------------------------------------------------------------*/
.menu {
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    top: -61px;
    min-width: 305px;
}

.menu-item {
    font-size: 1.3em;
    padding: 5px 0;
    width:19%; /*width: 28%; 3 itmes*/
    max-width: 175px;
    min-width:65px;
    text-align: center;
    margin: 2px;
    background-color: white;
    color: black;
    float: left;
    cursor: pointer;
}
.menu-LogOut {
    float: right;
    padding: 7px 5px 0 0;
    width: 3%;
    min-width: 26px;
}

.mi-selected {
    background-color: #212930; /*black;*/
    color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.item-content {
    margin-top: 15px;
}

.item-dv {
    width: 100%;
    min-height: 200px;
    display: none;
}


    @media screen and (max-width:550px) {

        .menu-item {
            font-size: .9em;
        }
    }

@media screen and (max-width:455px) {
    .menu-item {
      
        font-size:.85em;
        width:17%;
        min-width: 45px;
    }
}

    @media screen and (max-width:450px) {
        .menu-LogOut {
            padding: 7px 0 0 0;
        }
    }

@media screen and (max-width:400px) {

    .menu-item {
      
        font-size: .8em;
        width: 18%;
        min-width:unset;
    }
}








    /*  ----------------------------------------------------------------*/
    /*  --REGISTERED PRODUCTS-------------------------------------------*/
    /*  ----------------------------------------------------------------*/


    .results {
        margin-top: 25px;
        min-width: 305px;
        width: 100%;
    }


    .sectionContent-brand {
        border-bottom: 2px solid;
        padding: 0 10px 20px 10px;
    }

    .sectionBar-brand {
        padding: 0 10px;
        border-bottom: 1px ridge gray;
        height: 50px;
        width: 100%;
        cursor: pointer;
        background-color: #212930;
        color: white;
        font-weight: normal;
        font-size: 1.6em;
    }

    .sectionBar-active-brand {
        border-bottom: none;
        font-weight: bold;
        color: black;
        border-top: 1px solid black;
        background-color: white;
        /*background: linear-gradient(#CBD1D4, #E0E3E5, white);*/
        background: linear-gradient(#E0E3E5, white);
    }




    .sectionBar {
        padding: 0 10px;
        border-bottom: 1px ridge gray;
        height: 50px;
        width: 100%;
        cursor: pointer;
        background-color: #e6e6e6;
        color: #5e5e5e;
        font-weight: normal;
    }


    .sectionBar-static {
        padding: 0 10px;
        height: 30px;
        width: 100%;
        cursor: pointer;
        background-color: #3d4242;
        color: white;
        font-weight: bold;
    }



    .sectionBar:hover {
        font-weight: bold;
    }

    .sectionBar-active {
        border-bottom: none;
        font-weight: bold;
        color: #5e5e5e;
        background-color: white;
        background: linear-gradient(#e6e6e6, #e6e6e6, white);
    }

        .sectionBar-active:hover {
            background-color: #f4f4f4;
            background: linear-gradient(#e6e6e6, white);
        }

    .sectionContent {
        border-bottom: 2px solid gray;
        padding: 0 10px 20px 10px;
    }

    .sectionHide {
        display: none;
    }

    .sectionBar td, .sectionBar-static td {
        height: 40px;
        vertical-align: middle;
        text-align: left; /*width:50%;*/
        padding-left: 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sectionBar-static td {
        height: 30px;
    }

    .tdPrd {
        word-break: break-all;
        width: 30%;
    }

    .tdReg, .tdSupp {
        width: 30%;
    }

    .imgDlt {
        float: right;
        padding-right: 10px;
        position: relative;
        top: -38px;
    }

    @media screen and (max-width:1000px) {
        .sectionContent {
            padding: 0 8px;
        }
    }

    @media screen and (max-width:550px) {
        .sectionBar-static, .sectionBar-static td {
            height: 20px;
        }

        .results {
            font-size: .8em;
        }

        .imgDlt {
            top: 0;
        }
    }

    #tbl_prgInfo tr td:first-child {
        text-align: right;
        font-weight: bold;
        padding-right: 5px;
    }







    /*  ----------------------------------------------------------------*/
    /*  Register KORG product   ----------------------------------------*/
    /*  ----------------------------------------------------------------*/



    #div_KorgRegQues .ques, #div_BrandRegQues .ques {
        float: left;
        max-width: 275px;
        width: 100%;
        font-weight: bold;
        padding-right: 10px;
    }

    @media screen and (max-width:750px) {

        #div_KorgRegQues .ques, #div_BrandRegQues .ques {
            width: 100%;
            max-width: none;
        }
    }

    .ml-tbx {
        max-width: 400px;
        width: 99%;
        height: 100px;
    }

    .pubID {
        word-break: normal;
        width: 100%;
        max-width: 400px;
        border: outset;
        background-color: #C2BCBB;
        position: absolute;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
    }

    @media screen and (max-width:450px) {
        .pubID {
            font-size: .85em;
            width: 90%;
        }

            .pubID ul {
                padding-left: 19px;
                padding-right: 10px;
            }
    }





















    /*  ----------------------------------------------------------------*/
    /*  LOG IN and ACCOUNT INFO ----------------------------------------*/
    /*  ----------------------------------------------------------------*/


    .login *, .new-acct * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .login, .new-acct {
        width: 100%;
    }

    .tagline {
        font-size: 1.25em;
        padding-bottom: 5px;
        color: #821116;
    }

    .login-txt {
        padding-bottom: 45px;
        width: 95%;
    }

    .dvHdr {
        float: left;
        min-height: 35px;
        /*width: 175px;*/ width: 98%;
        font-weight: bold;
        font-size: 1.2em;
        padding-top: 4px;
    }

    .dvInp {
        float: left;
        height: 35px;
        width: 250px;
    }

    /*.spcr-gray {
        clear: both;
        display: table;
        width: 100%;
        height: 10px;
        margin: 10px 0;
        background-color: #191919;
    }*/

    .spcr-dotted {
        clear: both;
        width: 100%;
        height: 2px;
        border-bottom: 1px dotted black;
        margin: 10px 0;
    }

    .login-inp {
        height: 100%;
        width: 99%;
    }



    .btnLogin {
        background-color: #821116;
        text-align: center;
        font-size: 1.2em;
        /*padding-top: 5px;*/
    }

    .img-go {
        float: left;
        width: 22px;
    }

        .img-go img {
            width: 100%;
            padding-top: 4px;
        }

    .err-msg {
        font-weight: bold;
        color: red;
    }

    .trans-btn {
        background-color: transparent;
        border: none;
        color: white;
        font-weight: bold;
        width: 100%;
    }



    .rfv {
        font-weight: bold;
        color: red;
        font-size: 1em;
    }

    .new-acct .dvHdr {
        font-size: 1em;
        text-align: left;
        width: 99%;
    }

    .cols {
        width: 50%;
        float: left;
    }
        /*.cols .dvHdr {width:100px; text-align:left;}*/
        .cols .dvInp {
            float: left;
            height: 35px;
            width: 98%;
        }



    @media screen and (max-width:700px) {
        .cols {
            float: none;
            width: 100%;
        }
    }

    @media screen and (max-width:560px) {
        .new-acct .dvHdr {
            text-align: left;
        }
    }



    .clearfix::after {
        content: "";
        clear: both;
        display: table;
    }






    /*  ----------------------------------------------------------------*/
    /*  KUSA Footer ----------- ----------------------------------------*/
    /*  ----------------------------------------------------------------*/

    .BrandDiv {
        display: inline-block;
        text-align: center;
        margin: 0px 2px 20px 2px;
        padding: 20px 25px;
    }

        .BrandDiv div {
            background-color: transparent;
        }



    .imgLogo {
        height: 40px;
        width: auto;
        padding-bottom: 10px;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .td_sm a {
        text-decoration: none;
    }

    .td_sm img {
        padding: 0 2px;
    }



    .imgSM {
        width: 24px;
        /*display: inline;*/
    }

    .imgSM_M {
        width: 35px;
        display: none;
    }


    @media screen and (max-width:625px) {
        .imgLogo {
            height: 60px;
        }

        .imgSM {
            display: none;
        }

        .imgSM_M {
            display: inline;
        }
    }






