@charset "utf-8";

.ui-widget-overlay {
    background: #333;
    opacity: .7;
    filter: Alpha(Opacity=7);
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-front {
    z-index: 100;
}
.ui-dialog{
    background: white;
    padding: 2px;
}
.ui-dialog-content{
    padding: 10px 6px 0 6px;
}
.ui-dialog-content.loading{
    background: url(../img/ajax-loader.gif) 242px 50px no-repeat
}
.ui-dialog-titlebar{
    background: #0CC;
    color: white;
    padding: 8px 10px;
    position: relative;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.ui-dialog-titlebar-close{
    position: absolute;
    right: .3em;
    top: 50%;
    width: 21px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 17px;
    background: transparent;
    border: 0;
    
    color: white;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    line-height: normal;
    vertical-align: baseline;
    font-size: 18px;
    display: inline;
    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
}
.ui-dialog-titlebar-close:before{
    content: "\f00d";
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}
.ui-dialog-titlebar-close:hover{
    color: #FC0;
}

.ui-dialog-buttonpane{
    text-align: right;
}
.ui-dialog-buttonpane button{
    background: #FC0;
    margin: 4px auto;
    margin-right: 5px;
    padding: 0 10px 0 15px;
    background: #0CC;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
    color: #FFF;
    text-shadow: none;
    text-transform: uppercase;
    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
}
.ui-dialog-buttonpane button:hover{
    background: #FC0;
}