﻿
.ctb_dialogwindow {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}

#pnlReviewedBy {
    float:right;
}

div.rddlPopup ul.rddlLIst {
    height: 95%;
    font-size: .85em;
}
.rmLevel1 {
    width: 180px;
}
.LoginDigits {
    width:100%;
    margin:1% 3%;
    align-content:center;  
}
.CTB_column {
    
}
.CTB_BulletList {
    float: right;
}
.ctb_formlabels {                                                                                     
    font-weight:bold;
    float: left;
}
.ctb_formlabelsbold {
    font-weight: bold;
}
.ctb_checkRtL {
    direction: rtl;
}
#lnkLogout {
    float:right;
}
.CTB_Panel {
    width: 100%;
}
.CTB_DocLink a {
    vertical-align:middle;
    margin:0 4% 4% 0;
}
.CTB_Button {
    width:100px;
    margin:2% 1%;
}
.ctb_DropZone {
    width: 300px;
    height: 90px;
    background-color: #357A2B;
    border-color: #CCCCCC;
    color: #767676;
    float: right;
    text-align: center;
    font-size: 16px;
    color: white;
}
.CTB_ErrMsgBox {
    display: none;
    padding: 2% 2%;
    margin: 2% 2%;
    border: 1px solid solid;
    border-color: darkred;
    color: darkred;
    background-color: lightgrey;
}

.CTB_FormField {
    margin-bottom: 1.5%;
}

.CTB_ErrorMsg {
    color: red;
    margin-bottom: 1%;
}

.CTB_Button {
    margin-top: 1.5%;
}

.ctb_labelprint {
    visibility:hidden;
}

.ctb_textboxprint {
    visibility:visible;
}


#windowManager1 {
    z-index: 1000000;
}


/* Customize uploaded file name */
html .RadUpload .ruUploadProgress {
    display: inline-block;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}



html .demo-container .ruFakeInput {
    width: 200px;
    height: 18px;
}



/** Customize demo canvas */

.qsf-demo-canvas {
    width: 600px;
    color: #555555;
    background: #f6f6f6;
    font-size: 13px;
    position: relative;
}



    .qsf-demo-canvas .qsf-decoration {
        width: 130px;
        height: 205px;
        background: url("images/qsf-demo-bg.png") 0 0 no-repeat;
        position: absolute;
        top: -20px;
        left: 15px;
    }



    .qsf-demo-canvas h2 {
        margin: 0;
        padding: .25em 40px .25em 150px;
        color: #ffffff;
        background: #317f99;
        text-transform: uppercase;
    }



    .qsf-demo-canvas .qsf-list {
        margin: 0;
        padding: 1em 0 1em 150px;
        list-style: none;
        background: #ced1d3;
    }





    /** Customize the RadUpload */

    .qsf-demo-canvas .RadUpload {
        width: auto;
        padding: 1px 150px;
        background: #e8e8e8;
    }



    .qsf-demo-canvas .ruInputs li {
        position: relative;
        /*line-height: 1.1;*/
    }



        /** Upload mini-control */

        .qsf-demo-canvas .ruInputs li:first-child {
            padding-top: 1em;
            padding-bottom: 1em;
        }



    /** Validation error */

    .qsf-demo-canvas .ruInputs .ruError {
        padding: 5px 0px;
        margin: 10px 0px;
        border: 1px solid #ef0000;
        background: #f9e8e8;
    }



    .qsf-demo-canvas .ruError .ruFileWrap {
        height: auto;
        overflow: visible !important;
        display: block;
    }



    .qsf-demo-canvas .ruError .ruUploadProgress {
        display: block;
    }



    .qsf-demo-canvas .ruError .ruUploadFailure {
        background-position: 2px 80%;
    }



    .qsf-demo-canvas .ruError .ruErrorMessage {
        display: block;
        font-variant: small-caps;
        text-transform: lowercase;
        margin-left: 5px;
    }


    /** Validation list */

    .qsf-demo-canvas .qsf-results {
        padding: 1em 0 1em 150px;
    }



        /** Headings */

        .qsf-demo-canvas .qsf-results h3 {
            margin: 0;
            padding: 1em 0 1em 40px;
            font-size: 10px;
            font-weight: normal;
            text-transform: uppercase;
            background-position: left center;
            background-repeat: no-repeat;
        }



    .qsf-demo-canvas .qsf-success h3 {
        color: #328d0a;
        background-image: url("images/qsf-demo-success-bg.png");
    }



    .qsf-demo-canvas .qsf-error h3 {
        color: #ef0000;
        background-image: url("images/qsf-demo-error-bg.png");
    }



    /** list */

    .qsf-demo-canvas .qsf-results .qsf-list {
        padding: 10px;
        background: none;
    }



    .qsf-demo-canvas .qsf-success .qsf-list {
        padding-left: 0px;
    }



    .qsf-demo-canvas .qsf-error .qsf-list {
        background-color: #f9e8e8;
        margin-bottom: 1em;
    }





    /* Error */

    .qsf-demo-canvas .ruError .ruErrorMessage {
        color: #ef0000;
        font-variant: small-caps;
        text-transform: lowercase;
        padding-bottom: 0;
    }