html, body {
    height: 100%;
    position: relative;
    width: 100%;
}

.push-monkey-theme {
    border: 0;
    box-shadow: none;
    overflow: hidden;
    position: relative;
}

.push-monkey-theme .noty_text {

    text-align: center;
}

#noty_bottom_layout_container .push-monkey-theme,
#noty_top_layout_container .push-monkey-theme {
    height:34px;
}

#noty_topRight_layout_container li.noty_container_type_success,
#noty_topLeft_layout_container li.noty_container_type_success,
#noty_centerLeft_layout_container li.noty_container_type_success,
#noty_centerRight_layout_container li.noty_container_type_success,
#noty_bottomLeft_layout_container li.noty_container_type_success,
#noty_bottomRight_layout_container li.noty_container_type_success {

    min-height: 162px;
    height: auto;
}

.push-monkey-theme.noty_container_type_alert {
    background-color: #f5f5f5;
}

.push-monkey-theme.noty_container_type_information {
    background-color: #bbe1e8;
}

.push-monkey-theme.noty_container_type_error {
    background-color: #eaadad;
    color: #fff;
    font-weight: bold
}

.push-monkey-theme.noty_container_type_warning {
    background-color: #fbb450;
    color: #fff;
}

.push-monkey-theme.noty_container_type_success {
    background-color: #2FCC70;
    color: #fff;
}

.push-monkey-theme .noty_message {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 0 30px;
}

.push-monkey-theme .noty_message img {
    height: 34px;
    margin-right: 30px;
    vertical-align: middle;
    width: 65px;
}

#noty_topRight_layout_container .push-monkey-theme .noty_message img,
#noty_topLeft_layout_container .push-monkey-theme .noty_message img,
#noty_bottomLeft_layout_container .push-monkey-theme .noty_message img,
#noty_bottomRight_layout_container .push-monkey-theme .noty_message img,
#noty_centerRight_layout_container .push-monkey-theme .noty_message img,
#noty_centerLeft_layout_container .push-monkey-theme .noty_message img {
    float: left;
    height: 70px;
    margin-right: 20px;
    width: 65px;
}

#noty_topRight_layout_container .push-monkey-theme .noty_message,
#noty_topLeft_layout_container .push-monkey-theme .noty_message,
#noty_bottomLeft_layout_container .push-monkey-theme .noty_message,
#noty_bottomRight_layout_container .push-monkey-theme .noty_message,
#noty_centerRight_layout_container .push-monkey-theme .noty_message,
#noty_centerLeft_layout_container .push-monkey-theme .noty_message {
    padding:20px;
}

.push-monkey-theme .noty_close {
    background: url("../img/banner-close.png") no-repeat;
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    visibility: hidden;
    width: 16px;
}

.push-monkey-theme:hover > .noty_bar > .noty_message > .noty_close {
    visibility: visible;
}

.noty_modal.push-monkey-theme {
    background-color: #000;
    border: none;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0
    width: 100%;
    z-index: 10000;
}

.push-monkey-theme button[disabled] {

    background: #ccc;
}

.push-monkey-theme button.pm-subscribe-button {

    background: rgb(47, 170, 112) none repeat scroll 0 0;
    border-color: transparent !important;
    border-image: none !important;
    border-radius: 2px !important;
    border-style: solid !important;
    border-width: 0 !important;
    color: white !important;
    font-size: 14px !important;
    margin-left: 20px;
    padding: 5px 20px 5px !important;
    text-shadow: 0 0 0 !important;
    vertical-align: middle;;    
}

.push-monkey-theme button:hover, 
.push-monkey-theme button:focus {

    background-color: #41a62a;
}

.push-monkey-theme .button-container button {

    margin: 0 auto;
    display: block;
    margin-top: 10px;
}