﻿.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.fullHeight {
    min-height: 600px;
    height: 800px;
    display: block;
}

.rightPanelWide {
    margin: 0 -220px 0 auto;
    width: 100%;
    height: 100%;
    float:right;
    border: 2px solid #ccc;
    overflow: hidden;
}

.halfWidth {
    width: 49%;
    height: 100%;
    float: left;
}

.highlight {
    color: rgb(29, 30, 119);
    float: none !important;
}

.hidden {
    display: none;
}

.important {
    font-weight: bold;
    color: rgb(29, 30, 119);
}

.messageBox {
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 0px 0px;
    border: 2px solid #ccc;
    float: left;
    width: 100%;
}

.fill {
    width: 100%;
    height: 100%;
}

.spacer {
    float: left;
    width: 20px;
}

.uchIcon {
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    float: right;
    opacity: 0.50;
    margin-top: 4px;
    margin-right: -4px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

    .uchIcon:hover {
        opacity: 1;
        cursor:pointer;
       
    }


.uchMenu {
    /*background-image: url('../Images/arrow-up.png');*/
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    float: right;
}

.uchWarning {
    background-image: url('../Images/icon-warning.png');
}

.uchExpand {
    padding-left:5px;
}

.uchUndoExpand {
    
}

.upArrow {
    background-image: url('../Images/arrow-up.png');
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    box-sizing: border-box;
}

    .upArrow:hover {
        border: 1px solid rgb(29, 30, 119);
        cursor:pointer;
    }

.downArrow {
    background-image: url('../Images/arrow-down.png');
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    box-sizing: border-box;
}

    .downArrow:hover {
        border: 1px solid rgb(29, 30, 119);
           cursor:pointer;
    }


.fullPageWrap {
    width: 100%;
    height: 1000px;
    overflow: hidden;
}

#mainArea {
    float: left;
    width: auto;
    margin-top: 10px;
    padding-right: 240px;
    background: #fff;
    overflow: hidden;
}

#fileUpload {
    float: left;
    width: 450px;
    height: 100%;
    vertical-align: top;
    overflow: hidden;
}

#fileUploadTop * {
    float: left;
}

#fileUploadTop span {
    margin-right: 10px;
}

.wide {
    clear: both;
    width: 100%;
    height: 100%;
    float: left;
    /*border: 2px solid red;*/
    margin-right: 0px;
    overflow: hidden;
}

/*Custom control stuff*/

.userItemWrap {
    position: relative;
    float: left;
    border: 1px solid #ccc;
    margin: 3px 3px 3px 3px;
    min-width:300px;
    min-height:330px;
    overflow:hidden;
}

.userItemWrapNoMin {
    position: relative;
    float: left;
    border: 1px solid #ccc;
    margin: 3px 3px 3px 3px;
    min-width:300px;
    overflow:hidden;
}


.UserItemHeader {
    float: left;
    background-color: #3f68a8;
    color: white;
    height: 25px;
    line-height: 25px;
    min-width:300px;
    overflow:hidden;
}

    .UserItemHeader span {
        padding-left: 7px;
    }

.UserItemAbsoluteWrap {
    position: relative;
    /*top: 25px;*/
}

.ctlDateRangeContainer {
    position: relative;
    height: 0px;
    top: -23px;
    opacity: 0.0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

    .ctlDateRangeContainer:hover {
        opacity: 1.0;
           cursor:pointer;
    }

.inputValidationFailed {
    border-color: red;
    
}

/*Reports specific stuff*/
.reportMain {
    width: 100%;
    height: 40%;
    border: none;
}