/* -----------------------------------------

#rz edit

-----------------------------------------*/
.rzHeader {
   position: absolute;
   top: 250px;
   left: 0;
   right: 0;
   z-index: 101;
   width: 550px;
   margin: auto
}

a>span.rzBtn,
.rzContainer a>span.rzBtn,
body:not(#rz-editform) a[href*="/revize_faq.php"],
#search-caption a>span.rzBtn {
   all: unset;
   position: relative;
   z-index: 199;
   display: inline-block !important;
   font-family: 'Poppins', sans-serif !important;
   letter-spacing: 0px;
   padding: 5px 15px;
   background: #000;
   background: linear-gradient(#333, #000);
   color: #EEE !important;
   font-weight: 700;
   text-transform: none;
   box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .1);
   font-size: 16px;
   line-height: 26px;
   white-space: nowrap
}

a>span.rzBtn.noPush,
.rzContainer a>span.rzBtn.noPush,
#search-caption a>span.rzBtn.noPush {
   position: absolute;
   margin-top: -30px
}

a>span.rzBtn.rzSmall,
.rzContainer a>span.rzBtn.rzSmall {
   font-size: 14px;
   padding: 5px;
   line-height: 16px
}

a>span.rzBtn.rzCenter {
   transform: translateX(-50%)
}

.rzAdmin {
   position: relative;
   z-index: 199;
   display: inline-block;
   padding: 0 17px
}

.rzAdmin>img {
   position: relative;
   z-index: 2;
   opacity: 0;
   width: 95px;
   height: 36px
}

.rzAdmin:after {
   content: "Admin Panel";
   z-index: 1;
   position: absolute;
   left: 0;
   top: -1px;
   display: inline-block;
   font-family: 'Poppins', sans-serif;
   padding: 5px 13px;
   background: #000;
   background: linear-gradient(#333, #000);
   color: #EEE;
   font-weight: 700;
   box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .1);
   font-size: 16px;
   line-height: 26px;
   white-space: nowrap;
}

a>span.rzBtn:hover,
.rzAdmin:hover:after,
body:not(#rz-editform) a[href*="/revize_faq.php"]:hover:after {
   background: linear-gradient(#333, #555) !important
}

body:not(#rz-editform) a[href*="/revize_faq.php"] {
   padding: 0
}

body:not(#rz-editform) a[href*="/revize_faq.php"]>img {
   position: relative;
   z-index: 2;
   display: none
}

body:not(#rz-editform) a[href*="/revize_faq.php"]:after {
   content: "Help";
   z-index: 1;
   cursor: pointer;
   display: inline-block;
   padding: 5px 22px 5px 23px;
   background: #000;
   background: linear-gradient(#333, #000);
   color: #EEE;
   font-weight: 700;
   box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .1);
   font-size: 16px;
   line-height: 26px;
   white-space: nowrap
}

#dataTable .header {
   display: table-cell
}

.alertbtn {
   position: fixed;
   bottom: 20px;
   right: 20px;
   z-index: 100000
}

.rzContainer {
   position: absolute;
   margin: -30px auto 0;
   left: 0;
   right: 0;
   max-width: 1300px
}

.rzContainer>a {
   display: inline-block !important
}