/*
    Document   : youtube
    Created on : Mar 12, 2014, 4:27:17 PM
    Author     : mvodicka
    Description:
        Purpose of the stylesheet follows.
*/

.video-dialog {
    background: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.video-dialog .ui-dialog-titlebar {
    display: none;
    background: none;
    border: 0;
}

.video-dialog .ui-dialog-content {
    padding: 0;
    margin: 25px 15px;
    overflow: hidden;
    text-align: center;
}

.video-dialog .ui-dialog-titlebar-close {
    background: none;
    background-color: transparent;
    top: 10px;
    right: 0;
    border: solid 0 transparent;
    border-radius: 0;
    color: transparent;
}

.video-dialog .ui-dialog-titlebar-close span.ui-button-icon-primary {
    background: transparent url("../../img/widgets/youtube-cross.11d4fefee3b8.png") 0 0 no-repeat;
    background-position: 0 0;
    width: 30px;
    height: 30px;
    left: 0;
    margin: 0;
    top: 0;
    cursor: pointer;
}

.video-dialog button.ui-dialog-titlebar-close {
    width: 30px;
    height: 30px;
    margin: -12px 0 0;
}

.video-dialog .ui-dialog-titlebar-close:focus {
    outline: none;
}
