.transition {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}

.oneTest tbody tr td label{
    
width: 100px;
padding-left: 5px;

}

.display-none, 
.hide-true,
.display-false{
    display: none !important;
}

.display-block,
.display-true{
    display: block;
}

.display-inline-block{
    display: inline-block;
}

.page-container.loading{
    opacity: 0.6;
    pointer-events: none;
}

.ui-widget-overlay.loading{
    display: none;
}

.margin-top-15{
    margin-top: 15px;
}

div.form-group{
    position: relative;
}

.navbar-form{
    margin:10px 0;
}

.fade .navbar-form .form-control{
    -webkit-animation:none;
}

.navbar-form .form-control{
    width: 200px;
    padding: 5px 15px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    opacity: 0.5;
    background-color: #32404e;
    border:none;
}

.navbar-form .form-control:focus,
.navbar-form .form-control:hover{
    width: 350px;
    opacity: 1;
    background-color: #FFF;
    border: 1px solid #ccd0d4;
}

.form-control{
    border: 1px solid #ccd0d4;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.navbar-form .form-group .header-search {
    font-size: 20px;
    color: #FFF;
    line-height: 26px;
    text-decoration: none;
    font-family: FontAwesome !important;
    cursor: pointer;
    margin-left: -20px;
}

.navbar-form .form-group .header-search.search-collapse{
    position: absolute;
    margin-left: 5px;
}

.navbar-form .form-group .ui-inputtext {
    background: transparent none repeat scroll 0% 0%;
    font-size: 14px;
    color: #FFF;
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 0px;
    box-shadow: none;
    font-family: "open-sans-light" !important;
    text-shadow: none;
    display: inline;
    width: 300px;
}

.navbar-form .form-group .ui-inputtext.collapsed-true{
    width: 0px;
    border: none;
}

.navbar-form .form-group #masterSearchCollapseIcon.collapsed-true{
    display: none
}

div.profile-container{
    position: absolute;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 4px;
}

div.profile-container > .profile-image{
    display: inline-block;
    height: 45px;
    width:45px;
}

div.profile-container > .profile-image > i.fa{
    color: #FFF;
    font-size: 40px;
    line-height: 40px;
}

div.profile-container > .profile-details{
    display: inline-block;
    width: 150px;
    height: 50px;
    font-size: 12px;
    vertical-align: top;
    color:#F2F2F2;
}

div.profile-container > .profile-details > .profile-name{
    margin-top: 5px;
}

div.profile-container > .profile-details > .profile-view{
    margin-top: 2px;
    font-style: italic;
    opacity: 0.8;
}

div.profile-container > .profile-details > .profile-view:hover{
    opacity: 1;
    font-style: normal;
    cursor: pointer;
}

.widget{
    position:relative;
    margin-bottom: 20px;
    color: #fff;
    padding: 15px;
    overflow: hidden;
}

.widget-stats.widget-blue{
    background-color: #7cb3d9;
}

.widget-stats.widget-green{
    background-color: #a0d755;
}

.widget-stats.widget-red{
    background-color: #d75d4f;
}

.widget-stats.widget-purple{
    background-color: #878fd7;
}

.widget-stats > .stats-icon{
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 68px;
    color: #fff;
}
.widget-stats > .stats-icon > i.fa{
    line-height: 62px;
    font-size: 56px;
}

.widget-stats .stats-info h4{
    font-size: 13px;
    margin: 5px 0;
    color: #fff;
}

.widget-stats .stats-info {
    display: inline-block;
    float: right;
    text-align: right;
}

.widget-stats .stats-info p {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
}

.widget-stats .stats-link a{
    display: block;
    margin: 15px -15px -15px;
    padding: 7px 15px;
    background: rgba(0,0,0,.2);
    text-align: right;
    color: #ddd;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
}

.widget-stats .stats-link a:hover{
    color: #fff;
}

.logout-container > .logout-button {
    padding: 18px 12px 12px 12px;
    margin: 0 2px;
    padding-left: 4px;
    padding-right: 4px;
    color: #edf0fb !important;
    width: 25px;
}

.logout-container > .logout-button .icon-logout{
    font-size: 18px;
}

.logout-container > .logout-button span{
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    top: 16px;
    left:30px;
    display: none;
}

.logout-container > .logout-button:hover,
.logout-container > .logout-button:active,
.logout-container > .logout-button:focus{
    width: 70px;
    background-color: inherit;
}

.logout-container > .logout-button:hover span,
.logout-container > .logout-button:active span,
.logout-container > .logout-button:focus span {
    display: inline-block;
}

.portlet-tool-icon {
    font-size: 16px;
    color: #666;
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.ui-chkbox div.ui-chkbox-box{
    border: 1px solid #cccccc;
    box-shadow: none;
    background:#FFF;
}

div.ui-chkbox-box.ui-widget.ui-state-active{
    text-align: center;
    vertical-align: top;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: FontAwesome !important;
    line-height: 15px;
    text-align: center;
    padding-left: 1px;
}

div.ui-chkbox-box.ui-widget.ui-state-active::before{
    content:"\f00c";
}

span.ui-chkbox-icon.ui-icon.ui-icon-check.ui-c{
    background: none;
}

.exception-content {
    position: relative;
    display: block;
    margin-top: 20px;
}

.exception-content i.fa {
    display: inline-block;
    position: absolute;
    font-size: 120px;
    line-height: 120px;
    width: 120px;
    color:#c23a38;
}

.exception-content .exception-text {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-family: 'open-sans-regular';
    font-weight: 400;
    margin-left: 125px;
    vertical-align: top;
    height: 120px;
}

.exception-content .exception-details-content{
    font-size: 14px;
}

.exception-content .exception-details-content .error-context{
    font-family: 'open-sans-semibold';
}

.ui-panelgrid .ui-panelgrid-cell.currentExsposTo{
    background-color: #32404E;
    color: white;
}

.ui-panelgrid .ui-panelgrid-cell.currentExsposTotal{
    background-color: #004C99;
    color: white;
}

.ui-panelgrid .ui-panelgrid-cell.highLightText{
    color: black;
}

.ui-panelgrid .ui-panelgrid-cell.currentExsposCompliant{
    background-color: #00994C;
    color: black;
}

.ui-panelgrid .ui-panelgrid-cell.redString{
    color: red;
}

.ui-panelgrid .ui-panelgrid-cell.currentExsposBreach{
    background-color: red;
    color: black;
}

.ui-panelgrid .ui-panelgrid-cell.newExsposCompliant{
    background-color: #004C99;
    color: white;
}

.ui-panelgrid .ui-panelgrid-cell.currentExsposCaution{
    background-color: orange;
    color: black;
}

.ui-panelgrid tbody tr td.noBorder{
    border: none !important;   
}

.ui-panelgrid tbody tr td.edgeBorder{
    border-left: none;   
}

.ui-panelgrid tbody tr td.headerBorder{
    border-right: none !important;
    border-left: none !important;
}

.ui-panelgrid .ui-panelgrid-cell.newAllocationCompliant{
    background-color: blue;
    color: red;
}

.ui-panelgrid .ui-panelgrid-cell.headerBackground{
    background-color: grey;
    color: white;
}

.ui-panelgrid .ui-panelgrid-cell.answerHeader{
    width: 603px;
}

.ui-panelgrid .ui-panelgrid-cell.questionHeader{
    width: 500px;
}

.centerCal.ui-panelgrid.ui-widget{
    margin: 0 auto;
}

.eacCal .ui-layout-unit-content.ui-widget-content{
    overflow: visible;
    height: 100% !important;
}

.header-button{
    margin-right: 20px;
}

.header-button2{
    margin-right: 219px;
} 

.header-button3{
    margin-right: 105px;
}

.facet-button-panel{
    position: absolute;
    right: 0px;
    top: 5px;
}

.facet-count-panel{
    position: absolute;
    left: 14%;
    top: 9px;
}


.second-facet-button-panel{
    position: absolute;
    right: 146px;
    top: 5px;
}

.facet-date-display{
position: absolute;
left: 173px;
top: 10px;
}

.facet-filter-panel{
    position: absolute;
    left: 16px;
    top: 5px;
}

.dialog-button{
    margin-right: 10px;
}

.dialog-button-action{
    right: 0px;
}

.validation-Popup{
    font-family: 'open-sans-semibold';
}


.dataTableCheckBox .ui-state-disabled{
    opacity: 1.35;
}

.ui-selectonemenu.mancoSelectMenu{
    vertical-align: middle;
}

.ui-outputlabel.mancoLabelMenu{
    margin-left: 80%;
}

.dataSearchPnl{
    width:70%; 
    margin: 0 auto;
}

.dataSearchMidPnl{
    width:30%; 
    margin: 0 auto;
}

.ui-selectonemenu.dataSearchDate{
    width: 130px;
    margin-right: -34px;
}

.ui-selectonemenu.mancoCalSelect{
    width: 130px !important;
    margin-right: -34px;

}

.mancoApiSelect{
    width: 120px !important;

}

.ui-selectonemenu .ui-selectonemenu-label.mancoCalSelect{
    width: 106px !important;
}

.fullWidthStyle{
    width: 100%;
}

.ui-selectonemenu-trigger{
    width: 22px !important;
}

.tableFilter .ui-column-filter {
    display: inline-flex;
    margin-left: 85%;
}

.bulkViewLable{
    float: right;
    margin-top: 10px;
    margin-right: 12px;
}

.bulkViewLableLeft{
    float: left;
    margin-top: 10px;
    margin-right: 12px;
}

.ui-widget.fa{
    font-family: FontAwesome !important;
}

.portfolio-search{
    position: absolute;
    margin-left: 20px;
    margin-top: 5px;
    z-index:1; 
}

.uncheckSwitch .checker{
    display: none;
}

.loader-size{
    width: 12%
}

.loadWidth{
    width: 12%;
}

.errorLoad{
    background-color: #FA8785;
}

.loader-graph-size{
    width: 55px;
}

.small-loader-graph-size{
    width: 30px;
}



.calulatorCenterWith{
    width: 100%;
    margin-bottom: 5px;

}

.new-run-dialog{
    width: 327px;
}


.ui-panelgrid tbody tr td.btnTopLine{
    border-left: none;  
    border-right: none;
    border-bottom: none;
    border-color: #ccc;
}

.newFundTabHeight{
    height: 100% !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.calulatorAutoHeight{
    height: auto !important;
}

.layoutHeightLeft{
    float: left;
    border: none !important;

}

.layoutHeightRight{
    float: right;
    overflow: visible;
    height: unset !important;
    position: unset !important;
    border: none !important;

}

.layoutWidthRight{
    width: 72% !important;
}

.noScroll.ui-layout-unit .ui-layout-unit-content{
    overflow: visible !important;
    height: unset !important;

}

.new-run-dialog2{
    width: 327px;
}


.rightAllignLoginBtn{
    float: right;
    top: 45px;
}

.rightAllignBtn{
    float: right;
}

.centerSpaceBtn{
    margin-left: 2px;
    margin-right: 2px;
}

.dialogOverflowFix.ui-dialog.ui-widget-content .ui-dialog-content{ 
    overflow: visible;
}

.calPrintingRowDisplay{
    display: none;
}

.ui-selectonemenu.mancoNewFundCalSelect{
    width: 130px !important;
    margin-right: -34px;
    left: 36px;
}

.regClassEmptyColums.ui-datatable tbody tr td{
    display: inline-block;
    width: 900%;
}

.schemeDescListBoxHeight .ui-selectlistbox-listcontainer{
    height:204px !important;
}

.removeBorder{
    border: none;
}

.reportSearchInfo{
    margin-left: 15%;
}

.widget-info{
    width: 300px;
}

.blockWidth{
    float: left;
}

.infoBox{
    width: 100% !important; 
}

.graphScroll{
    overflow: scroll;
}

.infoBoxHeaderSmall{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.errorTab a {
    color: #ff0000!important;
}

.schemeCheckButton .checker{
    display: none
}

.bufferBtn{
    background: none !important;
    border-color: #FFF !important;
    box-shadow: none !important;
    width: 100%;
}

.schemeBulkDisplay{
    overflow: hidden; 
    white-space: normal; 
    display: block; 
    height: 40px;
}

.controllerEllipsis{
    white-space: nowrap; 
    width: 50px; 
    overflow: hidden;
    text-overflow: ellipsis; 
    border: 1px solid #000000;
}

.schemeBulkDisplayDlg{
    overflow: hidden;
    display: block;
    height: 43px;
}

.header-build-type{
    position: absolute;
    right: 0px;
    height: 80px;
    margin-right: 35px;
    margin-bottom: 5px;
    margin-top: 69px;
    font-size: 14px !important;
}

@media print{
    .layoutHeightLeft{
        float: left !important;
    }

    .layoutHeightRight{
        float: left !important;
        position: relative !important;

    }
    .calPrintingRowDisplay{
        display: inline;
    }

}


@media screen and (max-width: 1103px) {
    .infoBoxHeader{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;}


}