.ZebraDialog *,
.ZebraDialog *:after,
.ZebraDialog *:before {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    text-align: center;
}

.ZebraDialog {
    width: 450px;
    z-index: 1000001;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

@media (max-width: 640px) {
    .ZebraDialog {
        width: 310px;
        height: auto;
        z-index: 1000001;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
}

.ZebraDialog,
.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_Body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
    -moz-border-radius: 0.3rem 0.3rem 0 0;
    border-radius: 0.3rem 0.3rem 0 0;
}

.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_BodyOuter,
.ZebraDialog .ZebraDialog_ButtonsOuter {}

.ZebraDialog .ZebraDialog_Title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #444444;
    background: #FFF;
    padding: 12px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #F0F0F0;
}

/*  set background color here and not on ZebraDialog_Body, or you'll eventually run into problems with rounded corners
    when using smaller widths for border! */

.ZebraDialog .ZebraDialog_BodyOuter {
    background: #FFF;
}

.ZebraDialog .ZebraDialog_Body {
    color: #44484A;
    padding: 40px;
}

ZebraDialog .ZebraDialog_header {
    width: 100%;
    height: auto;
    padding: 10px;
    background: #06f;
    color: #44484A;
    padding: 30px;
}

.ZebraDialog .ZebraDialog_ButtonsOuter {
    background: #FFF;
    padding: 10px 5px 10px 10px;
    border-radius: 0px 0px 8px 8px;
}

.ZebraDialog .ZebraDialog_Buttons:before,
.ZebraDialog .ZebraDialog_Buttons:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0
}

.ZebraDialog .ZebraDialog_Buttons:after {
    clear: both
}

.ZebraDialog .ZebraDialog_Buttons {
    *zoom: 1
}

/* for IE only */

.ZebraDialog .ZebraDialog_Buttons a {
    font-weight: bold;
    color: #FFF;
    padding: 10px 15px;
    border-radius: 4px;
}

.ZebraDialog .ZebraDialog_Buttons a:hover {
    color: #2b98f0 !important;
    background-color: transparent;
    border: 1px solid #2b98f0 !important;
}

.ZebraDialog a.ZebraDialog_Close {
    position: absolute;
    right: 6px;
    top: 0px;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #fff
}

.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close {
    color: #000;
    opacity: 0.7;
}

.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close:hover {
    color: #000;
}

.ZebraDialogOverlay {
    background: #666;
    z-index: 1000000;
    width: 100%;
    height: 100%;
}

/* = YOU SHOULD NOT CHANGE ANYTHING FROM THIS POINT ON
---------------------------------------------------------------------------------------------------------------------*/

.ZebraDialog .ZebraDialog_Body {
    overflow: auto;
}

.ZebraDialog .ZebraDialog_Icon {
    background-repeat: no-repeat;
    background-position: 30px 40px;
    text-align: center;
    font-size: 16px;
    min-height: 64px;
    _height: 64px;
    text-align: center;
}

.ZebraDialog .ZebraDialog_Buttons a:focus {
    outline: none !important;
    outline-offset: 0px !important;
}

.ZebraDialog .ZebraDialog_Confirmation {}

/* Not Using image :: background-image: url('confirmation.png') */

.ZebraDialog .ZebraDialog_Error {}

/* Not Using image :: background-image: url('error.png')  */

.ZebraDialog .ZebraDialog_Information {}

/* Not Using image :: background-image: url(../images/information.png) */

.ZebraDialog .ZebraDialog_Question {}

/* Not Using image :: background-image: url('question.png') */

.ZebraDialog .ZebraDialog_Warning {}

/* Not Using image :: background-image: url('warning.png') */

.ZebraDialog .ZebraDialog_Buttons a {
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    min-width: 60px;
    _width: 60px;
    float: right;
    background: #2b98f0;
    color: #fff;
    border: 1px solid #2b98f0;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    text-transform: capitalize;
}

.ZebraDialog .ZebraDialog_Buttons_Centered .ZebraDialog_Buttons {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.ZebraDialog .ZebraDialog_Buttons_Centered a {
    zoom: 1;
    *display: inline;
}

.ZebraDialog .ZebraDialog_Preloader {
    height: 32px;
    background: url('preloader.gif') no-repeat center center;
}

/* = MAIN WRAPPER
----------------------------------------------------------------------------------------------------------------------*/

.main-wrapper {
    width: 960px;
    margin: 0 auto;
    text-align: left
}

/*h3 { font-size: 31px }*/

/*h3, p, pre { margin: 10px 0 }*/

div.theme {
    padding: 20px;
    background: #123456;
    margin: 20px 0;
    color: #FFF
}

div.theme a {
    color: #FFF
}

/* = CUSTOM STYLES FOR THE DIALOG BOX
----------------------------------------------------------------------------------------------------------------------*/

.myclass .ZebraDialog_Title {
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    color: #444444;
}

body.flat .myclass .ZebraDialog_Title {
    background: #DEDEDE;
}

/*.myclass .ZebraDialog_Body { background-image: url( url(../images/logo.png)) }*/

/* = MISCELLANEOUS
----------------------------------------------------------------------------------------------------------------------*/

.align-center {
    text-align: center
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.block {
    display: block
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0
}

.center {
    text-align: center
}

.clear {
    clear: both
}

.first {
    margin-left: 0;
    padding-left: 0
}

.hidden {
    visibility: hidden
}

.highlight {
    background: #ccf
}

.inline {
    display: inline
}

.last {
    margin-right: 0;
    padding-right: 0
}

/*.left           { float: left }*/

.none {
    display: none
}

.nowrap {
    white-space: nowrap
}

/*.right          { float: right }*/

.stretch {
    width: 100%
}

.top {
    margin-top: 0;
    padding-top: 0
}

.visible {
    visibility: visible
}