﻿.ZebraDialogOverlay {
    background-color: black !important;
    filter: alpha(opacity=60) !important;
    opacity: 0.4 !important;
}

.ZebraDialog .ZebraDialog_Title {
    background: #0070BA !important;
}

.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_BodyOuter,
.ZebraDialog .ZebraDialog_ButtonsOuter { 
    border-color: #0070BA !important; 
}

.ZebraDialog a.ZebraDialog_Close {
    font-size: 26px !important;
    top: 3px !important;
}

.ZebraDialog .ZebraDialog_Body {
    line-height: 1.4em !important;
    font-family: Ubuntu, sans-serif !important;
}

.ZebraDialog .ZebraDialog_BodyOuter {
    max-height: 600px;
    overflow: auto;
}

.ZebraDialog .ZebraDialog_Title {
    border-radius: 5px 5px 0 0 !important;
    padding: 8px 8px !important;
}

.ZebraDialog .ZebraDialog_ButtonsOuter {
    border-radius: 0 0 5px 5px !important;
}

.ZebraDialog .ZebraDialog_Buttons {
    text-transform: uppercase;
}

.ZebraDialog .ZebraDialog_Buttons a {
    border-radius: 5px !important;
    padding: 9px 15px !important;
}

.ZebraDialog .ZebraDialog_Title {
    font-family: 'Jost' !important;
    font-weight: normal !important;
    font-size: 1.1rem;
}

.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close{
    font-family: Jost !important;
}

.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close:hover{
    color: orange;
}


    /*.ZebraDialog_Error .ZebraDialog_Title {
    background: #ab451d !important;
}

.ZebraDialog_Error .ZebraDialog_Title,
.ZebraDialog_Error .ZebraDialog_BodyOuter,
.ZebraDialog_Error .ZebraDialog_ButtonsOuter {
    border-color: #ab451d !important;
}
*/

.ZebraDialog_Error .ZebraDialog_Body, .ZebraDialog_Error .ZebraDialog_ButtonsOuter {
    /*background-color: #FFE3D6 !important;*/
    background-color: lightsalmon !important;
    background-color: #FFDECE !important;
}

.ZebraDialog_Error .ZebraDialog_BodyOuter, .ZebraDialog_Error .ZebraDialog_Title, .ZebraDialog_Error .ZebraDialog_ButtonsOuter {
    border-color: brown !important;
}

.ZebraDialog_Error .ZebraDialog_Title {
    background-color: brown !important;
}