﻿body {
    background-color: #FFFFFF;
    padding-top: 30px;
}

.Heading {
    padding-left: 20px;
    font-size: 25px;
}

#myimage {
    width: 20px;
    height: 10px;
    background: url('/Content/images/logo%20gif.gif') no-repeat
}
/*
#myimage {
    width: 120px;
    height: 40px;
    background: url('images/CF_logo.svg') no-repeat;
}
*/

.RadMenu .rmRootToggle:before {
    background-color: #f8f8f8 !important;
}

.RadMenu .rmRootGroup {
    border-style: none !important;
}

.RadMenu_Bootstrap .rmRootToggle {
    background-color: #f8f8f8;
}

.RadMenu_Bootstrap .rmRootGroup {
    background-color: #f8f8f8;
}

.navbar-aeroblue {
    background-color: #231d45 !important;
    border-color: #231d45 !important;
    color: white !important;
}

.RadGrid_Bootstrap th.rgHeader {
    background-image: none;
    background-color: #337ab7;
    font-weight: bold;
    color: white;
}

.PageTitle {
    font-size: 2rem;
    font-weight: bold;
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white !important;
}

.toolbarButton {
    margin-right: 15px
}

.labelheight {
    height: 20px;
}

.watermark {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    /*
       width: 99%;
    height: 50%;
        position: center;
    top: 300px;*/
    left: 0;
}

    .watermark::after {
        margin-top: 0px;
        content: "";
        background-image: url('../Images/LoginBackGround.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        top: 0;
        width: 100%;
        height: 100%;
        /*background: url('images/LogoWS.gif');
        background-repeat: no-repeat;
        top: 150px;
        width: 99%;
        height: 50%;
        */
        opacity: 0.2;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

.watermarkclevertradie {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    /*
       width: 99%;
    height: 50%;
        position: center;
    top: 300px;*/
    left: 0;
}

    .watermarkclevertradie::after {
        margin-top: 0px;
        content: "";
        background-image: url('../Images/CleverTradieBackground.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        top: 0;
        width: 100%;
        height: 100%;
        /*background: url('images/LogoWS.gif');
        background-repeat: no-repeat;
        top: 150px;
        width: 99%;
        height: 50%;
        */
        opacity: 0.2;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

.loginwatermark {
    position: absolute;
    top: 0;
    /*
       width: 99%;
    height: 50%;
        position: center;
    top: 300px;*/
    left: 0;
}

    .Loginwatermark::after {
        margin-top: 100px;
        content: "";
        background: url('images/LogoWS.gif');
        background-repeat: repeat;
        top: 0;
        width: 99%;
        height: 99%;
        /*background: url('images/CF_logo.svg');
        background-repeat: no-repeat;
        top: 150px;
        width: 99%;
        height: 50%;
        */
        opacity: 0.2;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

.icon-black {
    color: black;
}

.RadImageAndTextTile img.rtileContentImage {
    width: auto !important;
    max-height: 100px !important;
}

.RadImageAndTextTile .rtileTopContent {
    margin: 0 auto !important;
}

.Checked {
    background-color: lawngreen !important;
}

.notChecked {
    color: Red !important;
}