/* container.css */

.overlay {
    position:absolute;
    display:block;
}

.tt {
    visibility:hidden;
    position:absolute;
    color:#333;
    background-color:#FDFFB4;
    padding:2px;
    border:1px solid #FCC90D;
    width:auto;
}

* html body.masked select {
    visibility:hidden;
}

* html div.panel-container select {
    visibility:inherit;
}

* html div.drag select {
    visibility:hidden;
}

* html div.hide-select select {
    visibility:hidden;
}

.hide-scrollbars * {
    overflow:hidden;
}

.hide-scrollbars textarea,
.hide-scrollbars select {
    overflow:hidden;
    display:none;
}

.show-scrollbars textarea,
.show-scrollbars select {
    overflow:visible;
}

.button-group button {
    color: #333333;
    text-align: center;
    background: #EEEEEE;
    border: 1px solid #BBBBBB;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    overflow: hidden;
    transition: box-shadow 0.3s ease-out 0s,
        background-color 0.3s ease-out 0s,
        border-color 0.3s ease-out 0s,
        color 0.3s ease-out 0s,
        opacity 0.3s ease-out 0s;
    vertical-align: middle;
    z-index: 1;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    margin: 2px;
}

.button-group button:active,
.button-group button.active {
    outline: none;
    background-color: #d4d4d4;
    border-color: #BBBBBB;
}

.button-group button:focus {
    background-color: #d4d4d4;
    color: #333333;
}

.button-group button:hover {
    color: #333333;
    background-color: #d4d4d4;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.10), 0 4px 15px 0 rgba(0, 0, 0, 0.10);
}

.button-group button[disabled],
.button-group button.disabled,
.button-group button[disabled]:hover,
.button-group button[disabled]:focus,
.button-group button[disabled]:active,
.button-group button[disabled].active {
    cursor: not-allowed;
    opacity: 0.65;
    color: #333333;
    text-align: center;
    background: #EEEEEE;
    border: 1px solid #BBBBBB;
}

#win {
    visibility:hidden;
}

.yui-tt {
    visibility:hidden;
    position:absolute;
    color:#333;
    background-color:#FDFFB4;
    padding:2px;
    border:1px solid #FCC90D;
    width:auto;
}

/* end container.css */

/*  Status Widget Styles */
#cpanel_status_widget {
    -moz-box-shadow: 0 5px 10px #888;
    -webkit-box-shadow: 0 5px 10px #888;
    left: 50%;
    margin: 0 0 0 -150px;
    padding: 8px 10px;
    position: fixed;
    text-align: center;
    top: 25px;
    width: 300px;
}

.cpanel_status_error {
    background: #FFBABA;
    border: 1px solid #E3655A;
}

.cpanel_status_success {
    background: #E8FCEA;
    border: 1px solid #6DC462;
}

.cpanel_status_warning {
    background: #F6E082;
    border: 1px solid #6DC462;
}

.yui-panel {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
    left: 0;
    top: 0;
    z-index: 6;
}

.yui-panel .hd > .header,
.yui-panel .hd span {
    padding-left: 10px;
}

.yui-panel .hd {
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.4286px;
    position: relative;
    padding: 15px 0 15px 0;
}

.yui-panel .bd {
    min-height: 16.4286px;
    padding: 10px;
}

.yui-panel .ft {
    border-top: 1px solid #e5e5e5;
    padding: 10px;
    text-align: right;
}

.yui-panel .container-close {
    position:absolute;
    top: 14px;
    z-index: 6;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    cursor: pointer;
    visibility: inherit;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
}

html[dir=ltr] .yui-panel .container-close {
    right: 15px;
}

html[dir=rtl] .yui-panel .container-close {
    left: 15px;
}

.yui-panel-container {
    z-index: 6;
}
