﻿.clearfix {
    clear: both;
}

.input_editor {
    width: 480px !important;
    height: 400px !important;
}

.input_button_default {
    background-color: #87C244;
    text-align: center;
    width: 100px;
}

    .input_button_default:hover {
        background-color: #87C244 !important;
    }

#content .content_group {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

#content .content_column_left {
    float: left;
}

#content .content_column_right {
    float: right;
}


#content .input_form {
    float: left;
    width: 356.5px;
    margin: 0;
}

    #content .input_form dt {
        float: left;
        margin-bottom: 5px;
        width: 129px;
    }

    #content .input_form dd {
        float: left;
        margin: 0;
        margin-bottom: 5px;
        width: 227.5px;
    }

#content .input_formsmry {
    float: left;
    width: 376.5px;
    margin: 0;
}

    #content .input_formsmry dt {
        float: left;
        margin-bottom: 5px;
        width: 149px;
    }

    #content .input_formsmry dd {
        float: left;
        margin: 0;
        margin-bottom: 5px;
        width: 227.5px;
    }

#content .input_form dd .input_prefix {
    display: block;
    float: left;
    width: 36px;
}

#content .input_form dd .prefixed_input {
    float: left;
}

#content .input_button_default_upload {
    background-color: #87C244;
    text-align: center;
    width: 100px;
    margin-left: 20px;
}

    #content .input_button_default_upload:hover {
        background-color: #87C244;
    }

#content .tree_view {
    border: solid 1px #000;
    height: 90px;
    overflow: auto;
    padding: 5px;
    width: 150px;
    font-family: inherit;
}

.uploadinfo {
    color: Black;
    text-align: center;
}

.inlineerror {
    float: right;
    text-align: right;
    margin-right: 200px;
    vertical-align: middle;
}

.inlineerrorvbrtm {
    text-align: center;
    margin-right: 200px;
    vertical-align: middle;
}

.inlineerrorvbrtm {
    text-align: center;
    margin-right: 200px;
    vertical-align: middle;
}

.inlineerrorfile {
    float: right;
    text-align: right;
    margin-right: 182px;
    vertical-align: top;
}

.RadGrid_Default {
    border: none;
}

    .RadGrid_Default .rgHeader {
        border: none;
        margin: 0px;
        font-weight: normal;
        font-size: 1.165em;
        color: #fff;
        text-align: left;
        background-color: #163788;
        background-position: left center;
        padding-top: 3px;
        padding-right: 0;
        padding-bottom: 3px;
        padding-left: 5px;
    }

        .RadGrid_Default .rgHeader, .RadGrid_Default .rgHeader th,
        .RadGrid_Default th.rgSorted {
            border: none;
            margin: 0px;
            padding: 1px 0 7px 2px;
            font-weight: normal;
            font-size: 11px;
            color: #fff;
            background: #163788 url( "../App_Themes/Default/images/tablediv_header.gif" ) repeat-x bottom center;
            height: 20px;
        }

    .RadGrid_Default .rgRow td, .RadGrid_Default .rgRow .rgSorted {
        border-bottom: 2px solid #ced7e7;
        margin: 0;
        padding: 3px;
        background-color: #FFF;
    }

    .RadGrid_Default .rgAltRow td, .RadGrid_Default .rgAltRow .rgSorted {
        background-color: #FFF;
        border-bottom: 2px solid #ced7e7;
        margin: 0;
        padding: 3px;
    }

    .RadGrid_Default .rgFooterDiv, .RadGrid_Default .rgFooter {
        border: none;
        padding: 5px 0;
        color: #263c78;
        background-color: #ced7e7;
        text-align: right;
        border: solid 2px #CED7E7;
    }

    .RadGrid_Default .rgFooterDiv, .RadGrid_Default .rgPager {
        border: none;
        padding: 5px 0;
        color: #263c78;
        background-color: #ced7e7;
        text-align: right;
        border: solid 2px #CED7E7;
    }

#content .input_form1 {
    float: left;
    width: 416.5px;
    margin: 0;
}

    #content .input_form1 dt {
        float: left;
        margin-bottom: 5px;
        width: 189px;
    }

    #content .input_form1 dd {
        float: left;
        margin: 0;
        margin-bottom: 5px;
        width: 227.5px;
    }
/*Css style for the panel*/
.panel-default > .panel-heading-custom {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-radius: 4px;
}
/*Css style for the button*/
.btn-custom {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
