
#adminmenuback{ z-index: 0}
#aklamator-options-pop ul { margin-left: 10px; }
#aklamator-options-pop ul li { margin-left: 15px; list-style-type: disc;}
#aklamator-options-pop h1 {margin-top: 5px; margin-bottom:10px; color: #00557f}
.fz-span { margin-left: 23px;}


.aklamator_button {
    vertical-align: top;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 10px;
    font-size: 20px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #c0392b;
    border-radius: 5px;
    border-bottom: 2px solid #b53224;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #b53224;
    box-shadow: inset 0 -2px #b53224;
    text-decoration: none;
    margin-top: 3px;
    margin-bottom: 10px;
}

.aklamator-login-button {
    float: left;
}


.aklamator-login-button:hover {
    cursor: pointer;
    color: lightskyblue;
}

h3 {
    margin-bottom: 3px;
}
p {
    margin-top: 3px;
}

.alert_red{
     margin-bottom: 18px;
     margin-top: 10px;
     color: #c09853;
     text-shadow: 0 1px 0 rgba(255,255,255,0.5);
     background-color: #fcf8e3;
     border: 1px solid #fbeed5;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     padding: 8px 35px 8px 14px;
 }
.alert-msg_red {
    color: #8f0100;
    background-color: #f6cbd2;
    border-color: #f68d89;
}

.btn { font-size: 13px; border-radius: 5px; background: transparent; text-transform: uppercase; font-weight: 700; padding: 4px 10px; min-width: 162px; max-width: 100%; text-decoration: none;}

.btn-primary { background: #7BB32C; border:1px solid #fff; color: #fff; text-decoration: none}
.btn-primary:hover, .btn-primary.hovered { background: #7BB32C;  border:1px solid #167AC6; opacity:0.9; color: #fff }
.btn-primary:Active, .btn-primary.pressed { background: #7BB32C; border:1px solid #167AC6; color: #fff}

.box{float: left; margin-left: 10px; width: 500px; background-color:#f8f8f8; padding: 10px; border-radius: 5px;}
.right_sidebar{float: right; margin-left: 10px; width: 300px; background-color:#f8f8f8; padding: 10px; border-radius: 5px;}

.alert{
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 35px 8px 14px;
}
.alert-msg {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.aklamator_INlogin {
    padding: 10px;
    background-color: #000058;
    color: white;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow:0 0 4px #909090;
    box-shadow:0 0 4px #909090;
}

.aklamator_INlogin:hover {
    color: lightskyblue;
}