﻿.RadDropDownList_Bootstrap {
    height: 45px !important;
}

    .RadDropDownList_Bootstrap .rddlFocused {
        height: 45px !important;
    }

    .RadDropDownList_Bootstrap .rddlInner {
        height: 45px !important;
    }

.RadDropDownList .rddlEmptyMessage, .RadDropDownList .rddlDefaultMessage {
    font-style: normal !important;
}

.RadComboBox_Bootstrap {
    height: 45px !important;
    /*font-size: 18px !important;*/
}

    .RadComboBox_Bootstrap .rcbInput {
        height: 45px !important;
        /*font-size: 18px !important;*/
        padding-left: 10px !important;
    }

.RadComboBox .rcbEmptyMessage {
    font-style: normal !important;
}

.RadComboBoxDropDown .rcbList > li::after {
    content: "";
    height: 0;
    clear: both;
    display: block;
}

.RadComboBoxDropDown .rcbList > li {
    *zoom: 1;
}

.RadComboBoxDropDown_Bootstrap .rcbItem {
    margin: 10px;
    padding: 2px 12px;
}

.RadComboBoxDropDown .rcbItem, .RadComboBoxDropDown .rcbHovered {
    margin: 10px !important;
}

.RadEditor .reEmptyMessage {
    font-style: normal !important;
    font-size: 18px !important;
}

.RadPicker_Bootstrap .rcCalPopup, .RadPicker_Bootstrap .rcTimePopup {
    height: 43px !important;
}

.RadPicker_Bootstrap .rcTimePopup {
    border-radius: 0 !important;
}

.RadPicker td a {
    margin-right: 0 !important;
}

.RadInput_Bootstrap.riSingle .riTextBox, .RadForm_Bootstrap.RadForm.rfdTextbox input.riTextBox.rfdDecorated {
    height: 44.5px !important;
}

.box-content .box-title {
    margin: 0px 0px 10px 0px !important;
}

.RadWindow {
    padding: 0 !important;
    border-width: 0px !important;
    border-style: none !important;
}

.required {
    font-size: 14pt;
    font-weight: bold;
    vertical-align: middle;
    color: #fff;
}

.RFV {
    /*font-size: 12pt;*/
    /*font-weight: bold;*/
    vertical-align: middle;
    color: Red;
}

.REV {
    /*font-size: 12pt;*/
    /*font-weight: bold;*/
    vertical-align: middle;
    color: Red;
}

.dropzone {
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.dropdown-menu .divider {
    margin: 2px !important;
}

.Statement {
    font-size: 8pt;
}

.PrintBox {
    border: solid 1px black;
    padding: 1px 1px 1px 1px;
}

.PrintBoxLeft {
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    padding: 10px 10px 10px 10px;
}

.PrintBoxRight {
    width: 50%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    padding: 10px 10px 10px 10px;
}

.GVStatementHeader {
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    background-color: #DEDEDE;
    text-align: center;
}

.GVStatementRow {
    background-color: #FFFFFF;
    vertical-align: top;
    font-size: 8pt;
}

.btn {
    border-width: 1px !important;
    line-height: 24px !important;
}
