﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: white !important;
}


/*Desktop*/
@media screen and (min-width: 769px) and ( max-width: 2200px) {
    .quotebutton {
        width: 50px;
        height: 50px;
        font-size: 25px !important;
        margin-right: 8px;
    }

    .rebalbutton {
        width: 300px;
        height: 50px;
        font-size: 20px !important;
        margin-right: 8px;
    }

    .GridButton {
        font-size: 50px !important;
    }

    .quotebtnpnl {
        text-align: end;
    }
}
/*Tablet*/
@media screen and (min-width: 481px) and (max-width: 768px) {
    .quotebutton {
        width: 50px;
        height: 50px;
        font-size: 25px !important;
        margin-right: 8px;
    }

    .rebalbutton {
        width: 300px;
        height: 50px;
        font-size: 20px !important;
        margin-right: 8px;
    }

    .GridButton {
        font-size: 25px !important;
    }

    .quotebtnpnl {
        text-align: start;
    }
}
/*Mobile*/
@media screen and (min-width: 0px) and (max-width: 480px) {
    .quotebutton {
        width: 35px;
        height: 35px;
        font-size: 15px !important;
        margin-right: 4px;
        text-align: center;
    }

    .rebalbutton {
        width: 250px;
        height: 50px;
        font-size: 15px !important;
        margin-right: 4px;
    }

    .GridButton {
        font-size: 25px !important;
    }

    .quotebtnpnl {
        text-align: start;
    }
}

* {
    font-family: 'Gotham Book';
}

body {
    background-color: white;
    padding-top: 30px;
}

.Heading {
    padding-left: 20px;
    font-size: 25px;
}

.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/chef-with-sales-rep.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;
    }

.icon-black {
    color: black;
}

.RadImageAndTextTile img.rtileContentImage {
    width: auto !important;
    max-height: 100px !important;
}

.RadImageAndTextTile .rtileTopContent {
    margin: 0 auto !important;
}

.RadMenu .rmRootToggle:before {
    background-color: white !important;
}

.RadMenu .rmRootGroup {
    border-style: none !important;
}

.RadMenu_Bootstrap .rmRootToggle {
    background-color: white !important;
}

.RadMenu_Bootstrap .rmRootGroup {
    background-color: white !important;
}

.Checked {
    background-color: lawngreen !important;
}

.notChecked {
    color: Red !important;
}