﻿/*
    Flynth
    Lichtblauw: #61A4D3
    Donkerblauw: #003B79
    Oranje: #F39800
*/

html, body, form {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Helvetica;
    font-size: 14px;
    color: #333;
}

table {
    margin: 0px;
    padding: 0px;
}

    table.master {
        width: 100%;
        height: 100%;
    }

td.frame {
    width: 50%;
    background-color: white;
}

td.content {
    /*
        width: 1090px;
    */
    padding: 0px 0px 0px 0px;
    border-left: solid 1px #61A4D3;
    border-right: solid 1px #61A4D3;
    vertical-align: top;
}

#header {
    height: 100px;
}

#menu {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #f1f1f1;
}

#submenu {
    width: 976px;
    margin: 0px 0px 5px 5px;
    padding: 0px;
    background-color: white;
    text-align: right;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #61A4D3;
}

    #submenu a:link, a:visited {
        text-decoration: none;
        color: #61A4D3;
        display: inline-block;
        height: 50px;
        padding-top: 15px;
    }

    #submenu a:hover {
        background-color: #F5F5F5;
        color: #101010;
    }

#content {
    height: 100%;
    min-height: 200px;
    margin: 0px 0px 0px 0px;
    background-image: url('../../App_Themes/countus/Images/background.jpg') right top no-repeat;
}

#space {
    padding: 0px 20px 0px 20px;
}

#popup {
    margin: 10px;
}

h1 {
    font-size: 30px;
    font-weight: 500;
    color: white;
    display: inline-block;
    height: 70px;
    background-color: #61A4D3;
    padding: 17px 0px 0px 20px;
    width: 100%;
    margin: 0px 0px 20px 0px;
}

h2 {
    color: #777;
    font-size: 18px;
}

td.light {
    width: 300px;
    height: 35px;
    padding: 5px 5px 0px 5px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    background-color: #F8F8F8;
    vertical-align: top;
}

td.dark {
    width: 200px;
    height: 20px;
    background-color: #F8F8F8;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: bold;
    border-bottom: 2px solid white;
    padding: 0px 2px 0px 2px;
}

td.dark_large {
    width: 300px;
    height: 20px;
    background-color: #F8F8F8;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: bold;
    border-bottom: 2px solid white;
    padding: 0px 2px 0px 2px;
}

td.button {
    text-align: right;
}

input[type=button] {
    border: 1px solid #CCCCCC;
    background-color: #F39800;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    color: white;
}

    input[type=button]:hover, input[type=submit]:hover {
        background-color: #003B79 !important;
        border-color: #ADADAD !important;
        color: white;
    }

.radGrid td {
    border-bottom: 1px solid #ddd;
}

input[type=checkbox] {
    height: 15px;
    width: 15px;
}

.btn-vaa {
    background-color: #F39800 !important;
    color: white !important;
    min-width: 230px;
    padding: 20px 32px;
    font-size: 22px;
    line-height: 1.66;
    border-radius: 6px;
    border-color: gray;
    border-bottom-width: 4px;
    border-right-width: 4px;
    background-color: #F39800;
}

    .btn-vaa:hover {
        background-color: #101010 !important;
        border-color: #adadad;
    }

.btn-breadcrumb {
    padding: 0px 0px 20px 20px;
}

    .btn-breadcrumb a {
        border: 1px solid #CCCCCC;
        height: 34px;
        color: #333;
    }

        .btn-breadcrumb a:hover {
            background-color: #E6E6E6;
            border: 1px solid #ADADAD;
        }

    .btn-breadcrumb .active {
        background-color: #E6E6E6;
        border: 1px solid #ADADAD;
    }

    .btn-breadcrumb:not(:last-child):after {
        border-left: 10px solid #fff !important;
    }

    .btn-breadcrumb:not(:last-child):before {
        border-left: 10px solid #ccc !important;
    }

    .btn-breadcrumb:hover:not(:last-child):after {
        border-left: 10px solid #e6e6e6 !important;
    }

    .btn-breadcrumb:hover:not(:last-child):before {
        border-left: 10px solid #adadad !important;
    }

/*
    Prognose matrix
*/

.dg {
    margin: 15px;
}

    .dg th {
        text-align: center;
    }

.grid-col-header {
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.grid-tb {
    margin: 5px 10px;
    text-align: right;
    width: 60px;
    border: 1px solid #ccc;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    padding: 5px;
}


.grid-lbl {
    text-align: right;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    width: 100%;
    display: inline-block;
}

.grid-lbl-sys {
    color: blue;
    font-style: italic;
}
