﻿/********************************
    DIALOG BOX
*/
.ui-dialog {
    box-shadow: rgb(0, 0, 0) 4px 4px 4px;
}

.ui-dialog-titlebar {
    background-color: #d9000d;
    border-width: 1px 1px 0px 1px;
    border-color: #d9000d;
    border-style: solid;
    color: #FFFFFF;
    padding: 10px;
    font-family: "Inter-Medium", Helvetica;
    font-size: 13px;
    font-weight: bold;
}

.ui-widget-header {}

.ui-dialog-content {
    border-width: 0px 1px 1px 1px;
    border-color: #d9000d;
    border-style: solid;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-dialog-title {
    width: 40px;
}

.ui-dialog-titlebar-close {
    position: absolute;
    right: 6px;
    top: 19px;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-widget-overlay {
    background: linear-gradient(90deg, rgba(155, 63, 42, 0.21) 100%, rgba(87, 199, 133, 1) 100%, rgba(237, 221, 83, 1) 100%);
    opacity: 1;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -4px
    /*{offsetTopShadow}*/
    0 0 -4px
    /*{offsetLeftShadow}*/
    ;
    padding: 4px
    /*{thicknessShadow}*/
    ;
    background: #aaaaaa
    /*{bgColorShadow}*/
    none
    /*{bgImgUrlShadow}*/
    0
    /*{bgShadowXPos}*/
    0
    /*{bgShadowYPos}*/
    repeat-x
    /*{bgShadowRepeat}*/
    ;
    opacity: .35;
    filter: Alpha(Opacity=35);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ui-dialog-titlebar-close:hover {}

.ui-dialog-titlebar-close {
    border: 1px solid #d9000d;
    background: url('images/ic_close_blanco.png') no-repeat center center;
    cursor: hand;
    cursor: pointer;
    font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
    max-width: 14px !important;
    width: 14px !important;
    max-height: 14px !important;
    text-indent: -99999px;
}