/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.cw_message_box_main.cw_message_box_fade, .cw_message_box_main.cw_message_box_slide {
    display: none;
}

.cw_message_box_main .cw_container {
    padding-top: 10px;
}

.cw_message_box_main .cw_container .cw_message_text {
    display: inline-block;
}

.cw_message_box_main .cw_container .cw_button_style_none {
    font-family: sans-serif;
    display: inline-block;
    padding: 4px 12px !important;
    margin-right: 0.3em;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    vertical-align: middle;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

.cw_message_box_main .cw_container .cw_button_style_wordpress {
    background: #0085ba none repeat scroll 0 0;
    border-color: #0073aa #006799 #006799;
    border-width: 1px !important;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    font-size: 13px !important;
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 10px 1px !important;
    text-decoration: none !important;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom;
}

.cw_message_box_main .cw_container .cw_button_style_wordpress:active {
    background: #0073aa;
    border-color: #006799;
    -webkit-box-shadow: inset 0 2px 0 #006799;
    box-shadow: inset 0 2px 0 #006799;
}

.cw_message_box_main .cw_container .cw_button_style_bootstrap {
    font-family: sans-serif;
    display: inline-block;
    padding: 4px 12px !important;
    margin-right: 0.3em;
    margin-bottom: 0;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
    font-style: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

.cw_message_box_main .cw_container .cw_button_style_bootstrap:hover {
    color: #ffffff;
    background-color: #0044cc;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.cw_message_box_main {
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    background: #000000 none repeat scroll 0 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 2147483647;
    display: block;
}

.cw_message_box_main.eu_po_btm {
    top: inherit !important;
    bottom: 0;
}

.ca_open_dialogbox {
    position: inherit !important;
    top: 30px !important;
    height: auto !important;
    width: 100% !important;
    }
@media screen and (max-width: 599px) {
    .ui-dialog {
        width: 95% !important;
    }
}



