/**
 * @author TrueSoftware B.V. (The Netherlands)
 * @link http://www.ext4yii.com
 * @copyright Copyright 2007-2013 TrueSoftwareB.V. all rights reserved.
 * @license http://www.ext4yii.com/license/

 * None of the functionality provided in this in file (and corresponding frameworks)
 * may be used outside of Ext4Yii's license agreement.
 */
.ext4yii-rcbo-mask {
    background-color: none !important;
    border:0 !important;
    padding:0 !important;
}

.ext4yii-rcbo-mask div {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border:0 !important;
    background-color: #396295 !important;
    color:#fff !important;
}

.ext4yii-remote-validator {
    position:absolute;
    z-index: 20001;
}


.ext4yii-remote-validator .x-mask-msg {
    background-color: inherit !important;
    border:none !important;
    padding:0 !important;
    position: relative !important;
}

.ext4yii-remote-validator .x-mask-msg div {
    padding:0 !important;
    background-color: inherit !important;
    border:none !important;
    position: relative !important;
} 

.y-rowaction-disabled {
    opacity: 0.3 !important;
}

.y-rowaction-hide {
    visibility: hidden !important;
}


.y-grid-center-icon{
    margin-left:4px; 
}

/**
    Ext JS 4.2 button fixes
**/
.x-btn-default-toolbar-large-icon-text-top .x-btn-icon-el, 
.x-btn-default-toolbar-large-icon-text-bottom .x-btn-icon-el, 
.x-btn-default-toolbar-medium-icon-text-top .x-btn-icon-el, 
.x-btn-default-toolbar-medium-icon-text-bottom .x-btn-icon-el, 
.x-btn-default-toolbar-small-icon-text-top .x-btn-icon-el, 
.x-btn-default-toolbar-small-icon-text-bottom .x-btn-icon-el 
{
    width:100%
}

.ext4yii-tbltd-fit {
    width:100%;
    height:100%;
}