/*
 * Main stylesheet for the new cleaned structure.
 *
 * 090814	HE		Initial version
 * 111028	NP		Removed some imports
 */

/*@import url("Structure.css");*/

body {
    font-family: 'Roboto', sans-serif;
    color: #4a4a4a;
}

.devwatermark {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 144px;
    position: fixed;
    bottom: 49px;
    right: 8px;
    opacity: 0.05;
    z-index: 99;
    color: black;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

div.global-authorization i {
    display: none;
}

div.global-authorization a {
    height: 41px;
    border-radius: 20.5px;
    background-color: #006a4d;
    display: block;
    line-height: 41px;
    color: #fff;
    padding: 0 25px;
    text-decoration: none;
}

#cookie-header {
    background-color: #006a4d;
}

    #cookie-header .cookieCheckLink {
        color: #fff;
        text-decoration: underline;
    }

    #cookie-header .btn {
        color: #000;
        background-color: #e9e9e9;
    }

ul.topmenu li a {
    font-size: 16px;
    text-decoration: none;
}

.box-primary h3, .primary h3, .box-primary h4, .primary h4 {
    background: #f9f9f0;
    color: #4a4a4a;
}

.primary {
    background-color: #f9f9f0;
    color: #4a4a4a;
}

h1, h2, h3, h4, h5, h6 {
    color: #006a4d;
    font-weight: normal;
}

.btn {
    background: #006a4d;
    color: #fff;
    padding: 10px 20px;
    line-height: 0;
    height: 32px;
    font-size: 12px;
    border-radius: 20.5px;
    box-shadow: none;
    text-shadow: none;
    font-weight: 700;
}

.btn-disabled {
    background: #e9e9e9;
    color: #4a4a4a;
    padding: 10px 20px;
    line-height: 0;
    height: 32px;
    font-size: 12px;
    border-radius: 20.5px;
    box-shadow: none;
    text-shadow: none;
    font-weight: 700;
}

a {
    color: #4a4a4a;
    text-decoration: none;
}

div.pageHeader, div.pageSubHeader {
    background: #f9f9f0;
}

div.pageFooter {
    background: #f9f9f0;
}

.secondary {
    background-color: #f9f9f0;
    color: #4a4a4a;
}

    .box-secondary h3, .secondary h3, .box-secondary h4, .secondary h4 {
        background: #f9f9f0;
        color: #4a4a4a;
    }

.box-primary div.title-icon, .box-secondary div.title-icon {
    color: #006a4d;
}

table.gridlist td.header, tr.header td {
    background-color: #006a4d;
    color: #fff;
}

ul.listviews li.selected i {
    color: #006a4d;
}

ul.listviews li i {
    color: #006a4d;
}

div.invoice, div.debt {
    background: #f9f9f0;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_hlAddOrder1 {
    text-decoration: underline;
}

ul.submenu a {
    border-bottom: none;
}

#ctl00_ctl01_imgSiteTitle {
    max-height: 110px;
    max-width: 250px;
}
