/*
    Fitness Fusion Main Stylesheet.
*/


@import "/CSS/TabControl.css";
@import "/CSS/Controls.css";

div.NoBorder div:first-child {
    border-color: white;
}

/*
    Platform uses Poppins font.
*/
@font-face {
    font-family: Poppins;
    src: url('Poppins-Regular.otf');
}

@font-face {
    font-family: Poppins;
    font-weight: bold;
    src: url('Poppins-Bold.otf');
}


#mydiv {
    positicon: absolute;
    z-index: 9;
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    text-align: left;
    box-shadow: 0 0 10px #888888;
}

#mydivheader {
    padding: 5px;
    cursor: move;
    z-index: 10;
    background-color: #102452;
    color: #fff;
    font-size: 10pt;
}

.NewGrid {
    background-color: grey;
}

.NewGridHeader {
    background-color: #551A8B;
    padding: 5px;
    /*border: 1px solid black;*/
    /*vertical-align:top;
    text-align:center;*/
}

.NewGridRow {
    background-color: whitesmoke;
    padding: 5px;
}

    .NewGridRow:hover {
        background-color: #E8F4FE;
        padding: 5px;
    }


.NewGridHeaderItem {
    font-size: 11pt;
    color: white;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
}

.NewGridButtonItem {
    font-size: 10pt;
    height: 25px;
    background-color: #2196F3;
    color: white;
    border: 1px solid black;
    text-align: left;
}

.NewGridLabelItem {
    font-size: 10pt;
    height: 100%;
    /*border: 1px solid black;*/
    text-align: left;
    vertical-align: top;
}

.NewGridPager {
    text-align: left;
    width: 100%;
    background-color: whitesmoke;
    padding-top: 5px;
    height: 35px;
    padding-left: 5px;
    border: solid 1px lightgrey;
}

.NewGridPagerItem {
    font-size: 12pt;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    color: black;
    margin-left: 5px;
}



.DashboardLiterals {
    Font-Size: 12pt;
    Color: #551A8B;
}

.lbReleaseNr {
    -moz-border-radius: 5px 0 5px 0;
    -webkit-border-radius: 5px;
}

.precenseStatus {
    -moz-border-radius: 5px 0 5px 0;
    -webkit-border-radius: 5px;
}


.VoucherViewer {
    /*background-image: url('https://media.fitnessfusion.nl/Timeout/Wallpaper.png');*/
    background-position-y: center;
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    font-family: Poppins;
}



.WP1 {
    background-image: url('https://media.fitnessfusion.nl/Timeout/Wallpaper.png');
    background-position-y: center;
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 350px;
    height: 700px;
    text-align: center;
    font-family: Poppins;
}

.WP {
    background-image: url('https://media.fitnessfusion.nl/Timeout/Wallpaper.png');
    /*width: 25%;*/
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
    position: fixed;
    /*height: 100%;*/
    background-size: cover;
}

.DashboardLabels {
    Font-Size: 14pt;
    Color: #551A8B;
}

div.centered {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    height: 85%;
    text-align: center;
    font-family: Poppins;
    margin-top: 20px;
}


.pnlButtons2 {
    /*border: 3px solid #551A8B;*/
    /*background: white;*/
    /*-moz-border-radius: 0px 0 0px 0;
    -webkit-border-radius: 0px;*/
    color: white;
    min-width: 90px;
    min-height: 90px;
    max-width: 90px;
    max-height: 90px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}


.webAppMenuLabel {
    color: black;
    font-size: 13px;
    font-family: Poppins;
    font-weight: bold;
}

.webAppMenuImage {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 80px;
    height: 80px;
    padding-top: 10px;
    padding-right: 5px;
}

.allSides {
    width: 350px;
    height: 200px;
    border: solid 1px #555;
    background-color: #eed;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.example::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.example {
    height: 450px;
    overflow-y: scroll; /* Add the ability to scroll */
}

BODY {
    padding-bottom: 0px;
    background-color: white;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-repeat: repeat-x;
    font-family: Poppins;
    background-position: 50% top;
    font-size: 10pt;
    padding-top: 0px;
}

div.items {
    margin: 0 auto;
    font-family: Poppins;
    color: white;
    background-color: white;
    float: left;
}

.container {
    position: relative;
    width: 120px;
    margin-top: 0px;
}

    .container .content {
        position: absolute;
        top: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5);
        width: 80px;
        padding: 3px;
        height: 98px;
        -moz-border-radius: 3px 0 3px 0;
        -webkit-border-radius: 3px;
    }

        .container .content p {
            margin-top: -2px;
            font-size: 8pt;
        }

div.items div {
    width: 100%;
    float: left;
    font-family: Poppins;
}

div.columns_menu {
    width: 350px;
    margin: 0 auto;
    font-family: Poppins;
    padding-left: 20px;
    color: white;
}

    div.columns_menu div {
        width: 100px;
        height: 110px;
        float: left;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 13px;
        padding-top: 5px;
        font-family: Poppins;
    }

div.columns {
    box-shadow: 0 0 10px #888888;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-family: Poppins;
    color: black;
    background-color: white;
    float: left;
    padding: 10px;
    margin: 10px;
}

    div.columns div {
        width: 100%;
        float: left;
        font-family: Poppins;
    }

div.columns_precense {
    box-shadow: 0 0 10px #888888;
    margin: 0 auto;
    font-family: Poppins;
    color: black;
    background-color: white;
    float: left;
    padding: 10px;
    margin: 10px;
}

/*div.columns_presence div {
    width: 100%;
    float: left;
    font-family: Poppins;
}*/

.grid-container {
    display: grid;
    grid-column-gap: 50px;
}

a {
    text-decoration: none;
    font-family: Poppins;
    font-size: 10pt;
}

.Gridview {
    background-color: white;
    font-size: 14px;
    width: 100%;
    line-height: 30px;
}

.GridviewSub {
    background-color: white;
    font-size: 14px;
    width: 100%;
    line-height: 30px;
    border: 1px solid #0277BD;
    margin-bottom: 10px;
    margin-top: 10px;
}

.GridviewSub2 {
    background-color: white;
    font-size: 14px;
    width: 100%;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.GridviewPrint {
    padding: 0 10px;
    line-height: normal;
}

.Gridview-alt {
    background-color: #DDDDDD;
}

.GridHeader {
    line-height: 30px;
    text-align: left;
    font-size: 12px;
    background-color: #551A8B;
    color: #ffffff;
    border: none;
}

.GridHeaderprint th {
    padding: 0 10px;
}

.GridHeaderDrop th {
    display: none;
}

.GridviewDrop {
    background-color: white;
    font-size: 14px;
    width: 100%;
    line-height: 30px;
    margin-left: 5px;
    border-color: #C0C0C0;
}

.Gridviewfont {
    font-size: 14px;
    width: 100%;
    line-height: 30px;
}

.VoucherSelect {
    background-color: #551A8B;
    color: white;
}

.grid-paging {
    text-align: left;
    font-size: 16px;
    margin: 0px 35px;
    background-color: #551A8B;
    line-height: 20px;
}

    .grid-paging td {
        padding-left: 5px;
    }

    .grid-paging span {
        padding: 1px 4px;
        display: inline-block;
        margin: 3px 4px;
        color: black;
        background-color: #DDDDDD;
        border-radius: 3px;
    }

    .grid-paging a {
        color: white;
    }

        .grid-paging a:hover {
            text-decoration: underline;
        }


.Table {
    border-collapse: collapse;
    border: solid 1px #000;
}

    .Table td {
        padding: 4px;
        border-bottom: 1px solid #000;
    }

.Table2 {
    border-collapse: collapse;
    border: solid 0px #000;
}

    .Table2 td {
        padding: 4px;
        border-bottom: 0px solid #000;
    }

.Message {
    width: 99%;
    height: 100px;
    background-color: whitesmoke;
    color: black;
    border: solid 2px black;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    line-height: 100px;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
}



.loop:Hover {
    border: solid 2px red;
}

.loop:Active {
    border: solid 2px #102452;
}


FORM {
    margin-bottom: 0px;
    font-size: 10pt;
}

.PlanningScrollGrid {
    overflow: auto;
    border-left: #000000 1px;
    width: 100%;
    border-bottom: #000000 1px;
    scrollbar-3d-light-color: #999999;
    scrollbar-arrow-color: #9C3842;
    scrollbar-base-color: #003366;
    scrollbar-dark-shadow-color: #9C3842;
    scrollbar-face-color: #e7e7e7;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: 9C3842;
}

.ButtonPanel {
    background-color: whitesmoke;
    vertical-align: middle;
    padding: 5px;
    height: 100%;
    font-family: Poppins;
    font-size: 9pt;
}

SELECT, INPUT, TEXTAREA {
    padding-left: 5px;
    border: solid 1px grey;
    font-family: Poppins;
    font-size: 10pt;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*-moz-tab-si: 4;*/
    -o-tab-size: 4;
    tab-size: 4;
    /*-webkit-appearance: none;*/
    border-radius: 0;
}


    input[type=checkbox]:checked {
        background-color: #551A8B;
        border: 1px solid white;
    }

hr {
    border: none;
    border-bottom: 1px solid #551A8B;
    height: 1px;
}

h1 {
    font-family: Poppins;
    letter-spacing: 1px;
    font-size: 20pt;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    color: #551A8B;
}

h2 {
    margin: 0px 0px 8px;
}

h3 {
    margin: 0px 0px 8px;
}

h5 {
    font-family: Poppins;
    letter-spacing: 1px;
    font-size: 8pt;
    color: #551A8B;
    font-weight: normal;
}

/*  Tabel instellingen
*/
TD {
    font-family: Poppins;
    font-size: 10pt;
}

.ButtonStyle /* Standard button */ {
    font-size: 10pt;
    font-family: Poppins;
    border-bottom-style: solid;
    border-color: Silver;
    border-width: thin;
    background-color: whitesmoke;
    height: 22px;
}

.ImageButtonStyle /* Image button */ {
    font-size: 10pt;
    font-family: Poppins;
    height: 22px;
}

.LinkButtonStyle /* Link button */ {
    font-size: 10pt;
    font-family: "Poppins";
    height: 22px;
}

.TextBoxStyle {
    font-family: "Poppins";
    font-size: 11pt;
    height: 30px;
}

.TextBoxMultiLineStyle {
    font-family: "Poppins";
    font-size: 10pt;
}

.InvoiceLabel {
    font-family: "Poppins";
    font-size: 72pt;
    color: red;
}

/*.LabelStyle {
    font-family: "Poppins";
    padding-left: 5px;
    padding-top: 5px;
    background-color: whitesmoke;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}*/

/*.CheckBoxStyle {
    font-family: "Poppins";
    font-size: 10pt;
    height: 18px;
    vertical-align: top;
}

.chk {
    font-family: "Poppins";
    font-size: 10pt;
}

.ddlStyle, .DropDownListStyle {
    font-size: 10pt;
    font-family: "Poppins";
    border-bottom-style: solid;
    border-color: Silver;
    border-width: thin;
    background-color: whitesmoke;
}*/

/*input[type='radio']:after {
    width: 13px;
    height: 11px;
    border-radius: 2px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #551A8B;
    transition: 0.2s ease;
    cursor: pointer;
    right: 10px;
}

input[type='radio']:checked:after {
    background-color: #551A8B;
}*/

/*input[type='checkbox']:after {
    width: 13px;
    height: 12px;
    border-radius: 2px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #551A8B;
    transition: 0.2s ease;
    cursor: pointer;
    right:10px;
}*/

/*input[type='checkbox']:checked:after {
    background-color: #551A8B;
}

input[type='checkbox']:after {
    accent-color: #551A8B;
}*/

input[type="checkbox"] {
    accent-color: #551A8B;
    cursor: pointer;
    height: 15px;
    width: 15px;
}


input[type="radio"] {
    accent-color: #551A8B;
    cursor: pointer;
}


/*Classes*/

.GroupLabel {
    font-family: Poppins;
    font-size: large;
    background-color: #102452;
    color: White;
}

.modalBackground {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    background-color: #e6e6e6;
    filter: alpha(opacity=60);
    opacity: 0.60;
}

A {
    text-decoration: none;
}

    A:hover {
        text-decoration: underline;
    }

HR {
    height: 1px;
    color: black;
}

/*
TABLE 
{
	BORDER-COLLAPSE: collapse;
}

THEAD 
{
	BACKGROUND-COLOR: #102452; COLOR: #ffffff; FONT-WEIGHT: bold
}
*/
.thead {
    background-color: #102452;
    color: #ffffff;
    font-weight: bold;
}

THEAD A {
    color: white;
    text-decoration: none;
}

    THEAD A:visited {
        color: white;
        text-decoration: none;
    }

    THEAD A:hover {
        color: white;
        text-decoration: none;
    }

.thead A {
    color: white;
    text-decoration: none;
}

    .thead A:visited {
        color: white;
        text-decoration: none;
    }

    .thead A:hover {
        color: white;
        text-decoration: none;
    }

TFOOT {
    background-color: #dedfde;
    color: #102452;
    font-weight: bold;
}

.tfoot {
    background-color: #dedfde;
    color: #102452;
    font-weight: bold;
}

tfoot2 {
    background-color: #dedfde;
    color: #102452;
}

.tfoot2 {
    background-color: #dedfde;
    color: #102452;
}

.message {
    border-bottom: #ff8000 1px solid;
    border-left: #ff8000 1px solid;
    padding-bottom: 8px;
    background-color: #ffbf7f;
    padding-left: 8px;
    width: 400px;
    padding-right: 8px;
    margin-bottom: 8px;
    border-top: #ff8000 1px solid;
    border-right: #ff8000 1px solid;
    padding-top: 8px;
}

.cError {
    border-bottom: #ff8000 1px solid;
    border-left: #ff8000 1px solid;
    padding-bottom: 8px;
    background-color: #ffbf7f;
    padding-left: 8px;
    width: 400px;
    padding-right: 8px;
    margin-bottom: 8px;
    border-top: #ff8000 1px solid;
    border-right: #ff8000 1px solid;
    padding-top: 8px;
}

.cHiliteTable {
    border-bottom: #102452 1px solid;
    border-left: #102452 1px solid;
    border-top: #102452 1px solid;
    cursor: default;
    border-right: #102452 1px solid;
    behavior: url(/css/tablehl.htc);
}

.menuitems {
    padding-left: 10px;
    padding-right: 10px;
}

#mouseoverstyle {
    background: #102452;
    text-decoration: none;
}

    #mouseoverstyle A {
        color: white;
    }

.menuitemsdisabled {
    padding-left: 10px;
    padding-right: 10px;
    color: #888888;
}

DIV {
    font-family: Poppins;
    font-size: 10pt;
}

    DIV.tabs {
        width: 100%;
        background: white;
        float: left;
    }

        DIV.tabs UL {
            padding-bottom: 0px;
            list-style-type: none;
            margin: 0px;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 0px;
        }

        DIV.tabs LI {
            padding-bottom: 0px;
            margin: 0px;
            padding-left: 0px;
            padding-right: 0px;
            display: inline;
            padding-top: 0px;
        }

        DIV.tabs A {
            border-bottom: black 1px solid;
            font-family: Poppins;
            background: url(/gekko/images/tabsR.gif) no-repeat right top;
            float: left;
            color: black;
            font-size: 8pt;
            text-decoration: none;
        }

            DIV.tabs A:hover {
                background-position: 100% -50px;
                color: black;
            }

        DIV.tabs SPAN {
            padding-bottom: 2px;
            padding-left: 9px;
            padding-right: 9px;
            display: block;
            white-space: nowrap;
            background: url(/gekko/images/tabsL.gif) no-repeat left top;
            float: left;
            padding-top: 2px;
        }

        DIV.tabs SPAN {
            float: none;
        }

        DIV.tabs A:hover SPAN {
            background-position: 0% -50px;
            color: black;
        }

        DIV.tabs LI#current A {
            border-right-width: 0px;
            background-position: 100% -50px;
            border-top-width: 0px;
            border-bottom-width: 0px;
            border-left-width: 0px;
        }

        DIV.tabs LI#current SPAN {
            padding-bottom: 3px;
            background-position: 0% -50px;
        }

.Sell {
    color: #ff0000;
}

.Reduce {
    color: #e36000;
}

.Underweight {
    color: #ff7200;
}
/*.row
{
	border-bottom: #e0e1e4 1px solid;
}*/

.om_table {
    border-bottom: #102458 1px solid;
    border-left: #102458 1px solid;
    background-color: white;
    width: 100%;
    border-top: #102458 1px solid;
    border-right: #102458 1px solid;
}

.om_header {
    background-color: #102458;
    color: white;
    font-weight: bold;
}

.om_rowheader {
    background-color: #f0f0f0;
}

.om_cell_up {
    background-color: #86de90;
}

.om_cell_down {
    background-color: #ff7c7c;
}

.om_cell_close {
    background-color: #fdfdfd;
}

.c4d {
    visibility: hidden;
}

.GridViewHeader {
    background-color: #551A8B;
    color: white;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

    .GridViewHeader td {
        font-weight: normal;
        font-size: 14px;
    }

    .GridViewHeader th {
        font-weight: normal;
        font-size: 14px;
    }

    .GridViewHeader span {
        font-weight: normal;
        font-size: 14px;
    }

    .GridViewHeader a {
        font-weight: normal;
        font-size: 14px;
    }

.GridViewPager {
    text-align: left;
    font-size: 20px;
    margin: 0px 35px;
    background-color: #551A8B;
    line-height: 20px;
    color: white;
}

    .GridViewPager span {
        color: #551A8B;
        font-size: 20px;
        line-height: 20px;
        background-color: white;
        /*border: solid 0px #102452;*/
        padding-left: 3px;
        padding-right: 3px;
    }

    .GridViewPager a {
        font-size: 20px;
        color: white;
        padding-left: 3px;
        padding-right: 3px;
    }

.GridViewItem {
    background-color: white;
    color: #551A8B;
    border-bottom: solid 1px black;
}

.GridHeader {
    background-color: #551A8B;
    color: white;
    height: 20px;
    font-size: 12px;
}

    .GridHeader td {
        font-size: 14px;
    }

.GridItem {
    background-color: white;
    color: black;
    border-bottom: solid 1px black;
}

.GridPager {
    font-weight: bold;
    background-color: #C6C3C6;
    color: black;
    text-align: center;
    border: solid 1px black;
    font-size: 18px;
}

    .GridPager span {
        color: #ff0000;
        font-size: 18px;
        border: solid 1px #102452;
        padding-left: 3px;
        padding-right: 3px;
    }

    .GridPager a {
        color: #000000;
        font-size: 16px;
        padding-left: 3px;
        padding-right: 3px;
    }

.popupHover {
    background-image: url('../../../../../../../../../../../../../../../../../../../../../../images/header-opened.png');
    background-repeat: repeat-xy;
    background-position: left top;
    background-color: #551A8B;
}

.popupMenu {
    background-color: whitesmoke;
    background-repeat: repeat;
    background-position: left top;
    filter: alpha(opacity=100);
    opacity: 1.00;
    padding: 2px;
}

.popupMenuLink {
    text-decoration: none;
    color: #000000;
    min-height: 15px;
    font-size: 13px;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.MenuCell {
    background-color: gainsboro;
    color: White;
    text-align: left;
    width: 200px;
}

.popupMenuLink:Hover {
    background-color: #551A8B;
    background-repeat: repeat-x;
    text-decoration: none;
    color: white;
}

.ModalPopup {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}


.Pager, .Pager td {
    text-decoration: none;
    font-size: large;
    color: red;
}

    .Pager a {
        text-decoration: none;
        font-size: large;
        color: black;
    }

.tpForums {
    background-color: #DCE4F9;
    font: normal 11px auto Poppins;
    border: 1px gray;
    width: 450px;
    padding: 4px;
    padding-top: 2px;
    height: 0px;
    overflow: hidden;
}

#header {
    background: whitesmoke;
    height: 25px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.scroller {
    height: auto;
    overflow: scroll;
}

/* From are my CSS settings.
*/
p {
    font-size: 10pt;
    font-family: "Poppins";
}

tr.subheader, td.subheader {
    font-size: 10px;
    text-align: center;
    color: #FFFFFF;
    background-color: #BBBBBB;
    border: solid 1px #CCCCCC;
    border-left: 0;
    border-top: 0;
}

tr.footer, td.footer {
    font-size: 10px;
    text-align: right;
    color: #FFFFFF;
    background-color: #777777;
}

tr.color0, color0 {
    background-color: #FFFFFF;
    padding: 5px;
    font-size: 9px;
    color: #000000;
    height: 22px;
    border: solid 1px #CCCCCC;
    border-left: 0;
    border-top: 0;
}

tr.color1, color1 {
    background-color: #DDDDDD;
    padding: 5px;
    font-size: 9px;
    color: #000000;
    height: 22px;
    border: solid 1px #CCCCCC;
    border-left: 0;
    border-top: 0;
}

td.sort, sort {
    text-align: center;
}

/*.text {
    padding-left: 6px;
    font-weight: bold;
    font-size: 10px;
    background-image: url('../../../../../../../../../../../../../../../../../../../../../Backgrounds/bground_teaser.gif');
    text-transform: uppercase;
    color: #333333;
    line-height: 16px;
    font-family: Poppins;
    letter-spacing: 1px;
    text-decoration: none;
}*/

/*.menutext {
    padding-left: 6px;
    font-weight: bold;
    font-size: 10px;
    color: #333333;
    line-height: 16px;
    font-family: Poppins;
    letter-spacing: 1px;
    text-decoration: none;
}

A.nav {
    padding-right: 23px;
    padding-left: 16px;
    font-weight: bold;
    font-size: 11px;
    background-image: url('../../../../../../../../../../../../../../../../../../../../../Images/bground_navi.gif');
    padding-bottom: 7px;
    text-transform: uppercase;
    color: #666666;
    padding-top: 8px;
    font-family: Poppins;
    letter-spacing: 1px;
    text-decoration: none;
}
    A.nav:hover {
        padding-right: 23px;
        padding-left: 16px;
        font-weight: bold;
        font-size: 11px;
        background-image: url('../../../../../../../../../../../../../../../../../../../../../Images/bground_navi_ov.gif');
        padding-bottom: 7px;
        text-transform: uppercase;
        color: #305a77;
        padding-top: 8px;
        font-family: Poppins;
        letter-spacing: 1px;
        text-decoration: none;
    }*/

.ddlCatalog {
    /*background-color: whitesmoke;*/
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: none;
    border-bottom: 1px solid black;
    cursor: pointer;
    background-color: white;
}

file-upload {
    cursor: pointer;
}

.file-upload input {
    top: 0;
    left: 0;
    height: 75px;
    /* Loses tab index in webkit if width is set to 0 */
    opacity: 0;
    filter: alpha(opacity=0);
    vertical-align: top;
}
