﻿
/* JQUERY UI Override */

.ui-widget-content
{
    color: #79818C;
}

.ui-widget-content
{
    color: #79818C;
}


.ui-widget
{
    font-family: "proxima-nova" ,sans-serif;
    font-size: 1em;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl, .ui-corner-right, .ui-corner-tr
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.ui-dialog
{
    padding: 0;
}

.ui-widget-header
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color -moz-use-text-color #B2B2B2;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    font-weight: normal;
}


.ui-dialog-titlebar
{
    max-width: 50em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-state-default .ui-icon
{
    background: url("/images/icon_close.png") repeat scroll center center rgba(0, 0, 0, 0);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    background: none repeat scroll 0 0 #4ac2f6;
    border: 0 none;
    color: #555555;
    font-weight: normal;
}


.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover
{
    background: none repeat scroll 0 0 rgba(74,194,246,.8);
    border: 0 none;
    color: #555555;
    font-weight: normal;
}

.ui-state-default.btn-grey
{
    border: 1px solid #bcbcbc;
    color: #333;
    background-color: #fff;
}
.btn-grey span.ui-button-text
{
    color: #333;
}
.ui-state-default.btn-grey:hover
{
    color: #333;
    background-color: #e6e6e6;
    border: 1px solid #bcbcbc;
}


.ui-dialog-title
{
    color: #4ac2f6;
    font-weight: bold;
    font-size: 16px;
}

.ui-dialog .ui-dialog-titlebar-close
{ 
    background: url("/images/icon_close.png") no-repeat center center #ffffff;
    height: 34px;
    margin-top: -4px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 12%;
    width: 38px;
}

.ui-state-default:hover.ui-dialog-titlebar-close:hover
{
    color: #ffffff;
    opacity: 0.8;
    background: url("/images/icon_close_hover.png") no-repeat center center;
}

.ui-widget-content a
{
    color: #4ac2f6;
    text-decoration: none;
}
.ui-widget-content a:hover
{
    color: #4ac2f6;
    opacity: .65;
    text-decoration: none;
}

.ui-dialog .ui-button-text
{
    color: #ffffff;
    font-weight: bold;
}

