﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: url(../Myndir/graybg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: .80em;
    font-family: "Tahoma", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    -webkit-box-shadow: 0 5px 20px black;
    -moz-box-shadow: 0 5px 20px black;
    box-shadow: 0 5px 20px black;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

/*** DivTable ***/
.divHeaderTable {
    width: 100%;
    padding-bottom: 5px;
    display: block;
}

.divHeaderRow {
    width: 100%; /* add extra that you want to for header column */
    display: block;
    height: 105px;
}

.divHeaderColumn {
    float: left;
    width: 33%;
    display: block;
}

.divTable {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.divRow {
    display: block;
    padding-bottom: 8px;
    height: 30px;
}

.divColumnLabel {
    float: left;
    display: block;
    padding-right: 10px;
    padding-top: 5px;
    font-weight: bold;
}

.divColumnTextBox {
    float: left;
    display: block;
    padding-right: 10px;
    padding-top: 2px;
}

.divColumnButton {
    float: left;
    display: block;
    padding-left: 10px;
}

body {
    font-family: "Tahoma", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

p, h1, form, button {
    border: 0;
    margin: 0;
    padding: 0;
}

.spacer {
    clear: both;
    height: 1px;
}
/* ----------- My Form ----------- */
.myform {
    margin: 0 auto;
    width: 400px;
    padding: 14px;
}

/* ----------- stylized ----------- */
#stylized {
    border: solid 2px #b7ddf2;
    background: #ebf4fb;
}

    #stylized h1 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    #stylized p {
        font-size: 11px;
        color: #666666;
        margin-bottom: 20px;
        border-bottom: solid 1px #b7ddf2;
        padding-bottom: 10px;
    }

    #stylized label {
        display: block;
        font-weight: bold;
        text-align: right;
        width: 140px;
        float: left;
    }

    #stylized .small {
        color: #666666;
        display: block;
        font-size: 11px;
        font-weight: normal;
        text-align: right;
        width: 140px;
    }

    #stylized input {
        float: left;
        font-size: 12px;
        padding: 4px 2px;
        border: solid 1px #aacfe4;
        width: 200px;
        margin: 2px 0 20px 10px;
    }

    #stylized button {
        clear: both;
        margin-left: 150px;
        width: 125px;
        height: 31px;
        background: #666666 url(img/button.png) no-repeat;
        text-align: center;
        line-height: 31px;
        color: #FFFFFF;
        font-size: 11px;
        font-weight: bold;
    }

.graybg {
    margin-bottom: 10px;
}

.graybg {
    background: #f0f2f3;
    _height: 0;
    min-height: 0; /* ie hasLayout fix */
}

.divTegUms {
    float: left;
    padding-right: 30px;
}

.grayBackgr {
    background-color: #f0f2f3;
    width: 100%;
}

/* Fyrir detailview á grid */
.divDetailTable {
    display: block;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 0px;
}

.divDetailRow {
    width: 99%;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 10px;
    height: auto;
}

.divDetailColumn {
    float: left;
    width: 50%;
    display: inline-block;
}

.divDetailColumn2 {
    float: left;
    width: 10%;
    display: inline-block;
}

.divDetailH2 {
    width: 90%;
    font-size: small;
    font-weight: bold;
    border-bottom: 1px solid #0072B1;
    margin-bottom: 10px;
}

#tegUtReikn {
    font-weight: bold;
}

.dxeDisabled {
    color: black !important;
}

a.excel {
    background: url(../Myndir/Excel-16.png) 0 0 no-repeat;
    padding: 3px 0 3px 20px;
    float: right;
}


.padding-bottom20{
    padding-bottom: 20px;
}

.padding-right10 {
    padding-right: 10px;
}


.margin-bottom0 {
    margin-bottom: 0px;
}

.margin-bottom5 {
    margin-bottom: 5px;
}

.margin-right10 {
    margin-right: 10px;
}

.margin-top10 {
    margin-top: 10px;
}

.dxbButton.dxbButtonSys
{
    padding-right:5px;
}

.editUpdateButton
{
    padding-right:20px !important;
}