.notify-box.alert {   border-radius: 0;   margin-bottom: 0;   padding-right: 14px; } #notify-area .notify-box.alert, #noty_top_layout_container .noty_container_type_alert, #noty_center_layout_container .noty_container_type_alert {   background: #f4ac2d;  border-color: #BD8A31; } #notify-area .notify-box.alert-error, #noty_top_layout_container .noty_container_type_error, #noty_center_layout_container .noty_container_type_error {   background: #CE4343;  border-color: #A51313; } #notify-area .notify-box.alert-success, #noty_top_layout_container .noty_container_type_success, #noty_center_layout_container .noty_container_type_success {   background-color: #289E1A;  border-color: #097709; } #notify-area .notify-box.alert .btn { background-color:#f57c00; } #noty_top_layout_container { width:100% !important; left:0 !important; } #noty_top_layout_container .defaultTheme, #noty_center_layout_container .defaultTheme { color:white;  text-align:center; } .defaultTheme .noty_bar .noty_message a { color:white; text-decoration:underline; } #noty_top_layout_container .defaultTheme {   padding:10px !important; } #noty_center_layout_container .defaultTheme {   padding:20px 10px !important;   border-radius:10px; } #noty_center_layout_container .defaultTheme {   width:300px !important;   margin-left: 150px;   padding: 20px 0; }  #notify-area .notify-box.alert-info {   background: #50A5CA;  border-color: #347A98; } .notify-box .notify-box-inside-txt {   color:white;   text-align: center; } body:not(.materialize) .notify-box .notify-box-inside-txt {   max-width: 500px;   margin: 0 auto;   display: inline-block;   }  .notify-box .notify-box-inside-txt a { color:rgba(255,255,255,0.8) } body .notify-box .notify-box-inside-txt{ width:auto; } .autoClose .notify-box, .notify-box .notify-close-button, #noty_top_layout_container .noty_bar, #noty_center_layout_container .noty_bar  {  background-image: url(//admin.puze.com.br/admin/imgs/icon-close.png);   background-repeat:no-repeat;   background-position:right center;   cursor:pointer;  } .notify-box { position:relative; text-align: center; padding:10px 0; } .notify-box .notify-close-button { width:16px; display:block; height:16px; position:absolute; right:10px; top:50%; margin-top:-8px; } .notify-box .dados-compra-tit {   font-weight: bold;   border-bottom: 1px solid rgba(0,0,0,0.1);  font-size: 14px;   margin-bottom: 10px; } .notify-box .box-compradata {   font-size: 14px;   padding: 10px;   max-width: 400px;   color: grey;   background: #e6e6e6;   border: 1px solid #CCC;  text-align: center;   margin:10px auto; } .notify-box .box-compradata a {   color: grey;   text-decoration:none; } .notify-box a.notify-button, #noty_top_layout_container a.notify-button, #noty_center_layout_container a.notify-button {   background:rgba(255,255,255,0.7);   display:inline-block;   padding:0 10px;   margin: 0 5px;   color:black;   box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);   transition:0.5s ease } .notify-box a.notify-button:hover, #noty_top_layout_container a.notify-button:hover, #noty_center_layout_container a.notify-button:hover { background:white; } 