body,
html {
    _height: 100%
}
.ZebraDialog * {
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important
}
.ZebraDialog,
.ZebraDialog_Body,
.ZebraDialog_Buttons a,
.ZebraDialog_Title {
    margin: 0;
    padding: 0;
    text-align: left
}
.ZebraDialog {
    max-width: 100%;
    z-index: 1001
}
@media (max-width:574px) {
    .ZebraDialog {
        width: 100%
    }
}
.ZebraDialog_Confirmation .ZebraDialog_Body {
    /*background-image: url(confirmation.png)*/
}
.ZebraDialog_Error .ZebraDialog_Body {
    /*background-image: url(error.png)*/
}
.ZebraDialog_Information .ZebraDialog_Body {
    /*background-image: url(information.png)*/
}
.ZebraDialog_Question .ZebraDialog_Body {
    /*background-image: url(question.png)*/
}
.ZebraDialog_Warning .ZebraDialog_Body {
    /*background-image: url(warning.png)*/
}
.ZebraDialog_Buttons_Centered .ZebraDialog_Buttons {
    text-align: center
}
a.ZebraDialog_Close {
    background: 0 0;
    font-family: arial,sans-serif;
    font-size: 21px;
    font-weight: 700;
    margin-top: -15px;
    position: absolute;
    text-decoration: none;
    top: 50%
}
.ZebraDialogOverlay {
    /*background: #000000f2;*/
    background: rgb(52, 52, 52);
    height: 100%;
    z-index: 1000;
    width: 100%;
}
.ZebraDialog,
.ZebraDialog_Body,
.ZebraDialog_Buttons a,
.ZebraDialog_Title {
    font-family: Helvetica,Tahoma,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4
}
.ZebraDialog_Preloader {
    background: url(preloader.gif) center center no-repeat;
    height: 32px
}
.ZebraDialog {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 1px;
    background: #FFF;
    /*border: 2px solid #13252f;*/
    width: 450px;
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.3);
}
.ZebraDialog_Title {
    position: relative;
    /* position: absolute; */
    background: #003D72;
    /* border-bottom: 1px solid #131313; */
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    padding: 12px 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
.ZebraDialog_Body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    color: #44484a;
    padding: 20px;
    border-bottom: 2px groove #fff
}
.ZebraDialog_NoTitle .ZebraDialog_Body {
    border-bottom: none
}
.ZebraDialog_Icon .ZebraDialog_Body {
    background-repeat: no-repeat;
    background-position: 20px 20px;
    /*padding-left: 88px;*/
    min-height: 48px;
    height: auto!important
}
.ZebraDialog_Buttons {
    text-align: right;
    padding: 10px 5px 10px 10px;
    background-color: #e7edef;
}
.ZebraDialog_Buttons a {
    display: inline-block;
    white-space: nowrap;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    color: #FFF;
    font-weight: normal;
    margin-right: 5px!important;
    min-width: 60px;
    padding: 8px 18px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 0 2px #222;
    _width: 60px;
    background-color: #006dcc;
    *background-color: #04c;
    background-image: -moz-linear-gradient(top,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.ZebraDialog_Buttons a:hover {
    background: #224467;
    color: #fff
}
.ZebraDialog_Close {
    color: #e7edef;
    right: 10px
}
.ZebraDialog_Close:focus,
.ZebraDialog_Close:hover {
    color: #e7edef
}
.ZebraDialog_NoTitle .ZebraDialog_Close {
    top: 0;
    margin-top: 0;
    color: #666
}

.ZebraDialog_Button_2{
    background: red !important;
}
.ZebraDialog_Button_2:hover{
    background: #a00601 !important;
}
.ZebraDialog_Button_0{
    background: #288012 !important;
}
.ZebraDialog_Button_0:hover{
    background: #1c5515 !important;
}

.myclass{
    position: fixed !important;
    /*max-height: 100%;*/
    /*overflow-x: auto;*/
}

.myclass02{
    position: fixed !important;
    max-height: 90%;
    /*overflow-x: auto;*/
    /*left: 298.697px!important;*/
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    top: 5%!important;
}



