﻿* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(images/rr_bg.gif);
    background-repeat: repeat-x;
    font-family: 'Open Sans', sans-serif;
}

.k-icon .k-i-excel{
    display:none !important;
}

h1 {
    font-size: 30px;
    line-height: 1em;
}

h2 {
    font-size: 26px;
    font-weight: normal;
    color: #0066CC;
    margin-bottom: 1em;
}

h3 {
    font-size: 20px;
    color: #0066CC;
    line-height: 1;
    margin-bottom: .75em;
}

h4 {
    font-size: 18px;
    color: #0066CC;
    margin-top: 0;
    margin-bottom: 0.5em;
}

h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #666;
}

h6 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    color: #fff;
}

.clear {
    clear: both;
}

a {
    color: #0066CC;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #FF9900;
        text-decoration: none;
    }



#topsection {
    height: 40px;
}

.innertube {
    margin: 10px;
    margin-top: 0;
}

#skfLogo {
    background-image: url(images/skf_logotype.gif);
    background-repeat: no-repeat;
    position: relative;
    top: 8px;
    cursor: pointer;
    height: 13px;
}

#ui-datepicker-div {
    display: none;
}

/* Messages */

.message {
    padding: 10px 15px 10px 40px;
    margin: 10px 0;
    font-weight: bold;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .message p {
        padding: 0;
        margin: 0;
        width: 93%;
        float: left;
    }

    .message.errormsg {
        border: 1px solid #e9c59b;
        background: #ffecce url(images/error.gif) 12px 12px no-repeat;
        color: #e3302c;
    }

    .message.success {
        border: 1px solid #bfde84;
        background: #edfbd8 url(images/success.gif) 12px 12px no-repeat;
        color: #508600;
    }

    .message.info {
        border: 1px solid #bbdbe0;
        background: #ecf9ff url(images/info.gif) 12px 12px no-repeat;
        color: #0888c3;
    }

    .message.warning {
        border: 1px solid #e5e181;
        background: #fefde2 url(images/warning.gif) 12px 12px no-repeat;
        color: #666;
    }

    .message .close, .validation-summary-errors .close {
        display: block;
        float: right;
        width: 16px;
        height: 16px;
        background: url(images/close.png) 0 0 no-repeat;
        margin-top: 2px;
        cursor: pointer;
        -moz-opacity: 0.7;
        opacity: 0.7;
    }

        .message .close.hover {
            -moz-opacity: 1;
            opacity: 1;
        }

/* Validation Styles */
.input-validation-error {
    border: 1px solid #f00;
}

.input-validation-valid {
    /* Optional: you can set whatever style you want */
}

.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    border: 1px solid #e9c59b;
    background: #ffecce url(images/error.gif) 12px 12px no-repeat;
    color: #e3302c;
    padding: 10px 10px 10px 35px;
}

    .validation-summary-errors ul {
        padding: 10px;
        list-style: none;
    }

.validation-summary-valid {
    display: none;
}

/* Header */

#header {
    height: 50px;
    line-height: 50px;
    background: url(images/hdr.gif) 0 0 repeat-x;
    color: #999;
    font-weight: bold;
    margin: 10px 0 20px 0;
}

    #header .hdrl {
        width: 20px;
        height: 50px;
        float: left;
        background: url(images/hdrl.gif) top left no-repeat;
    }

    #header .hdrr {
        width: 20px;
        height: 50px;
        float: right;
        background: url(images/hdrr.gif) top right no-repeat;
    }

    #header a {
        color: #999;
        text-decoration: none;
    }

        #header a:hover {
            color: #fff;
        }

    #header h1 {
        float: left;
        margin-right: 80px;
        font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
        font-size: 18px;
        font-weight: normal;
        text-transform: uppercase;
        color: #fff;
    }

        #header h1 a {
            color: #fff;
        }

            #header h1 a:hover {
                color: #499510;
            }


    /* Navigation */
    #header #nav, #header #nav * {
        z-index: 20;
    }

    #header #nav {
        margin: 0;
        border: 0 none;
        padding: 0;
        width: auto; /*For KHTML*/
        list-style: none;
        height: 50px;
        padding: 0;
        float: left;
    }

        #header #nav li {
            margin: 0;
            border: 0 none;
            padding: 0;
            float: left; /*For Gecko*/
            display: inline;
            list-style: none;
            position: relative;
            height: 50px;
            padding: 0 10px;
            background: url(images/nsp.gif) center right no-repeat;
            line-height: 50px;
        }

            #header #nav li.nobg {
                background: none;
            }

        #header #nav ul {
            margin: 0;
            border: 0 none;
            padding: 0;
            width: 190px;
            list-style: none;
            display: none;
            position: absolute;
            top: 50px;
            left: 0;
        }

            #header #nav ul:after /*From IE 7 lack of compliance*/ {
                clear: both;
                display: block;
                font: 1px/0px serif;
                content: ".";
                height: 0;
                visibility: hidden;
            }

            #header #nav ul li {
                width: 190px;
                float: left; /*For IE 7 lack of compliance*/
                display: block !important;
                display: inline; /*For IE*/
                position: relative;
                top: 0;
                height: 30px;
                line-height: 30px;
                padding: 0;
                background: none;
            }

        /* Root Menu */
        #header #nav a {
            float: none !important; /*For Opera*/
            float: left; /*For IE*/
            display: block;
            height: auto !important;
            height: 1%; /*For IE*/
            height: 30px;
            padding: 0 10px;
        }

        #header #nav li.active a {
            color: #ddd;
        }

            #header #nav li.active a:hover {
                color: #fff;
            }

        /* Root Menu Hover Persistence */
        #header #nav a:hover, #header #nav li:hover a, #header #nav li.iehover a {
            color: #fff;
        }

        /* 2nd Menu */
        #header #nav li:hover li a, #header #nav li.iehover li a {
            text-transform: none;
            padding: 0 15px;
            font-size: 11px;
            font-weight: bold;
            line-height: 30px;
            color: #999;
            background: url(images/mbg.png) 0 0 repeat;
        }

            /* 2nd Menu Hover Persistence */
            #header #nav li:hover li a:hover, #header #nav li:hover li:hover a, #header #nav li.iehover li a:hover, #header #nav li.iehover li.iehover a {
                color: #fff;
                background: #000;
            }

        /* 3rd Menu */
        #header #nav li:hover li:hover li a, #header #nav li.iehover li.iehover li a {
            float: none;
            color: #999;
            background: url(images/mbg.png) 0 0 repeat;
        }

            /* 3rd Menu Hover Persistence */
            #header #nav li:hover li:hover li a:hover, #header #nav li:hover li:hover li:hover a, #header #nav li.iehover li.iehover li a:hover, #header #nav li.iehover li.iehover li.iehover a {
                color: #fff;
                background: #000;
            }

        /* 4th Menu */
        #header #nav li:hover li:hover li:hover li a, #header #nav li.iehover li.iehover li.iehover li a {
            color: #999;
            background: url(images/mbg.png) 0 0 repeat;
        }

            /* 4th Menu Hover */
            #header #nav li:hover li:hover li:hover li a:hover, #header #nav li.iehover li.iehover li.iehover li a:hover {
                color: #fff;
                background: #000;
            }

        #header #nav ul ul, #header #nav ul ul ul {
            display: none;
            position: absolute;
            top: 0;
            left: 190px;
        }

        /* Do Not Move - Must Come Before display:block for Gecko */
        #header #nav li:hover ul ul, #header #nav li:hover ul ul ul, #header #nav li.iehover ul ul, #header #nav li.iehover ul ul ul {
            display: none;
        }

        #header #nav li:hover ul, #header #nav ul li:hover ul, #header #nav ul ul li:hover ul, #header #nav li.iehover ul, #header #nav ul li.iehover ul, #header #nav ul ul li.iehover ul {
            display: block;
        }

    #header .user {
        float: right;
        font-size: 11px;
    }

        #header .user a {
            text-decoration: underline;
        }

            #header .user a:hover {
                text-decoration: none;
            }

.accordion {
    display: none;
}

.tabs {
    display: none;
}

ol {
    margin: 20px;
}

.notes ul {
    margin: 20px;
}

    .notes ul li {
        margin: 8px;
    }

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

.well {
    background: #fff;
}

.tooltip-inner {
    max-width: 100%;
    background: #428bca;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #428bca;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #428bca;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #428bca;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #428bca;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #428bca;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #428bca;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #428bca;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #428bca;
}

.footer {
    margin-top: 10px;
    padding-top: 8px;
    font-size: 11px;
}


.k-textbox, .text-box {
    margin: 0 !important;
    width: 95%;
}


.field-validation-error {
    color: #b94a48;
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    /*
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    */
    color: #b94a48;
    border-color: #b94a48;
}

    .input-validation-error:focus {
        border-color: #953b39;
        -webkit-box-shadow: 0 0 6px #d59392;
        -moz-box-shadow: 0 0 6px #d59392;
        box-shadow: 0 0 6px #d59392;
    }

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    color: #b94a48;
}

i {
    margin-right: 5px;
}

.accordion-toggle {
    text-decoration: none !important;
}

.k-picker-wrap .k-icon {
    margin-top: -6px !important;
}

.k-list, .k-dropdown .k-state-default {
    background-color: #fff;
    background-image: none;
    border-radius: 0;
}

.k-edit-form-container {
    width: 100%;
}

    .k-edit-form-container .k-edit-buttons {
        clear: both;
        text-align: left;
        border-width: 1px 0 0;
        border-style: solid;
        padding: .6em;
        margin-left: 5px;
    }

.k-window-titlebar {
    background: #0066CC;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: auto;
}

.k-window-title {
    height: 40px;
}

div.k-window {
    border-radius: 0;
    border: none;
}

label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.form-control {
    height: auto !important;
    padding: 3px 6px !important;
    font-size: 14px;
}

.form-control-large {
    height: 38px !important;
    padding: 3px 6px !important;
    font-size: 14px;
    width: 275px;
}


.k-select {
    color: #fff !important;
    background-color: #0066CC !important;
    background-image: none;
    border-radius: 0 !important;
}

.k-button {
    width: auto;
    color: #fff !important;
    background-color: #0066CC !important;
    text-decoration: none !important;
    background-image: none;
    padding: 6px 12px;
}

    .k-button:hover {
        color: #fff;
        background-color: #666 !important;
        background-image: none;
        cursor: pointer;
    }

.k-tooltip {
    color: #fff;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #0066CC;
}

.navbar-inverse {
    background-image: none;
    background-repeat: no-repeat;
    background: #0066CC;
    filter: none;
    border: none;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    background: #0066CC;
    color: #fff;
}

.k-grid{
    font-size:12px;
}

.k-grid-header .k-header {
    background: #0066CC;
}

.k-grid-header .k-link:link {
    color: #fff;
}

.k-secondary .k-tool, .k-secondary .k-button, .k-secondary.k-button {
    background-color: #0066CC;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #0066CC;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.k-grid-header .k-header, .k-menu, .k-grouping-row td, .k-group-indicator {
    background: #0066CC;
    color: #fff;
}

    .k-grid-header .k-header .k-link, .k-link:link, .k-grouping-header .k-link  {
        color: #fff;
    }

.k-grid-filter.k-state-active {
    background: #666;
}

.k-grid td{
    /*text-align:center;*/
}

.k-widget.k-dropdown {
    padding: 0px !important;
}

.panel-default > .panel-heading {
    color: #ffffff;
    background-color: #0066CC;
}

.accordion-toggle h4{
    color: #ffffff!important;
}
.form-horizontal .control-label {
    color: #fff !important
}

.k-widget.k-datepicker {
    padding: 0px !important;
}

.k-calendar .k-content a:link
{
    color:#333;
}

.k-treeview .k-icon
{
    background:#0066CC;
    color:#fff;
}

.k-alt{
    background:#eee;
}