html, body, form, a, div, span, ul, ol, li, table, caption, tr, th, td, img, strong, em, p, h1, h2, h3, h4, h5, h6, pre {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

html {
    height: 101%;
    background: #212121;
    overflow-y: auto;
}

body {
    min-width: 1265px;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, table, tr, th, td {
    font-family: 'Open Sans', Arial;
}

a, a:visited {
    color: #b7b7b7;
}

    a:hover {
        color: #9dc34b;
    }

input:focus,
textarea:focus {
    outline: none;
}

input::-ms-clear {
    display: none;
}
input[type="radio"] {
width: auto !important;
height: auto !important;
position: relative;
top: 0.25em;
}
input, textarea {
border: 1px solid #f4f4f4;
font-size: 11px;
background-color: #f4f4f4;
color: #252525;
}
.top {
    position: relative;
    /*min-width: 1001px;*/
    /*max-width: 1200px;*/
    height: 110px;
    margin: 0px auto 5px auto;
}

.top_menu {
    /*min-width: 1001px;*/
    /*max-width: 1160px;*/
    height: 60px;
    margin: 0px auto;
    padding: 0 20px 0 20px;
    border-radius: 10px;
    background-color: #555;
    box-shadow: 0 1px 0 #000;
    position: relative;
}

.button {
    height: 26px;
    border-radius: 16px;
    padding: 0 7px;
    box-shadow: 0 1px 0 #000000;
    background: url(/content/app/9ja/images/button_bg_green_26px_withhover.png) repeat-x bottom left #9dc34b;
    cursor: pointer;
    text-align: center;
    line-height: 26px;
    font-size: 11px;
    font-weight: 700;
    color: #404040;
    text-shadow: 1px 1px 0 #748F3A;
}

    .button.selected,
    .button:hover {
        background-position: top left;
    }

.menuband {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
    width: 100%;
    font-family: Arial;
    font-size: 11px;
    font-weight: 700;
    color: #b7b7b7;
    /*padding: 0 80px;*/
    padding-right: 15px;
    /*padding-right: 17px;*/
}

    .menuband a {
    }

.menuband_left {
    float: left;
    height: 25px;
    width: 83%;
}

.menuband_right {
    float: right;
    height: 25px;
    width: 17%;
}

.menuband_leftitem {
    float: left;
    margin-top: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0 30px 0 15px;
    cursor: pointer;
}

    .menuband_leftitem.menuband_leftitem_open {
        background-color: #363636;
    }

    .menuband_leftitem:hover .menuband_leftitem_highlight {
        color: #9dc34b;
    }

    .menuband_leftitem:hover .menuband_leftitem_downarrow {
        background-position: top left;
    }

    .menuband_leftitem span {
    }

.menuband_leftitem_downarrow {
    position: absolute;
    display: block;
    right: 15px;
    top: 6px;
    width: 7px;
    height: 5px;
    background: url("/content/app/9ja/images/menuband_leftitem_downarrow.png") bottom left no-repeat transparent;
    /*margin-left: 3px;
    margin-top: 5px;*/
    cursor: pointer;
}

    .menuband_leftitem_downarrow:hover {
        background-position: top left;
    }

.menuband_leftitem_dropdown {
    width: 100%;
    position: absolute;
    left: 0;
    top: 15px;
    overflow: auto;
    max-height: 150px;
    /*padding-bottom: 15px;*/
    border: 1px solid #121212;
    border-top: 0;
    border-radius: 0;
    background: #363636;
    /*box-shadow: 0 5px 5px #515151;*/
}

    .menuband_leftitem_dropdown ul {
        list-style: none;
        width: 100%;
    }

        .menuband_leftitem_dropdown ul li {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            height: 25px;
            line-height: 25px;
            padding-left: 10px;
            font-family: 'Open Sans',sans-serif;
            font-weight: 600;
            font-size: 10px;
            cursor: pointer;
            border-bottom: 1px dotted #000;
            overflow: hidden;
            color: #eee;
        }

            .menuband_leftitem_dropdown ul li.selected,
            .menuband_leftitem_dropdown ul li:hover {
                background: #9dc34b;
                color: #000;
                -webkit-text-shadow: 1px 1px 0 #82A23E;
                text-shadow: 1px 1px 0 #82A23E;
            }

.menuband_leftitem_separator {
    border-left: 1px solid #B7B7B7;
    float: left;
    height: 20px;
    margin-top: 8px;
    opacity: 0.25;
    width: 0px;
}

.menuband_right .menuband_leftitem_separator {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}

.menuband_rightitem {
    float: right;
    margin-top: 10px;
    cursor: pointer;
}

    .menuband_rightitem:hover {
        color: #9dc34b;
    }

    .menuband_rightitem.menuband_betslip_display_settings .clickable {
        padding-right: 20px;
        height: 16px;
        background: url(/content/app/9ja/images/settings_icon.png) top right no-repeat;
    }

        .menuband_rightitem.menuband_betslip_display_settings .clickable:hover {
            background-position: bottom right;
        }

    .menuband_rightitem.menuband_betslip_display_settings.menuband_betslip_display_settings_open {
        background-color: #363636;
    }

/*. {
    display: inline-block;
    float: right;
    width: 15px;
    height: 16px;
    margin-left: 5px;
    cursor: pointer;
}*/

.menuband_betslip_display_settings:hover {
    background-position: bottom left;
}

.menuband_rightitem_dropdown {
    display: block;
    position: absolute;
    top: 30px;
    right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 13px;
    z-index: 2501;
    width: 250px;
    overflow: auto;
    padding: 15px 10px 15px 10px;
    border: 1px solid #121212;
    border-top: 0;
    border-radius: 0 0 13px 13px;
    background: #363636;
    color: #ccc;
}

    .menuband_rightitem_dropdown a {
        color: #9dc34b;
        text-decoration: underline;
    }

        .menuband_rightitem_dropdown a:hover {
            font-weight: 700;
        }

    .menuband_rightitem_dropdown .menuband_rightitem_dropdown_text {
        margin-bottom: 10px;
    }

    .menuband_rightitem_dropdown .menuband_rightitem_dropdown_item .menuband_rightitem_dropdown_item_header {
        height: 25px;
        font-weight: 700;
        font-size: 13px;
        color: #9dc34b;
        line-height: 25px;
    }

    .menuband_rightitem_dropdown .menuband_rightitem_dropdown_item li.menuband_rightitem_dropdown_item_header {
        font-size: 11px;
    }

    .menuband_rightitem_dropdown .menuband_rightitem_dropdown_item ul {
        list-style: none;
        margin-top: 5px;
    }

        .menuband_rightitem_dropdown .menuband_rightitem_dropdown_item ul li {
            /*height: 25px;*/
            /*line-height: 25px;*/
        }

.menuband_checkbox {
    line-height: 17px !important;
    cursor: pointer;
    display: block;
}

    .menuband_checkbox:hover {
        color: #9dc34b;
    }

    .menuband_checkbox.disabled {
        color: #e4e4e4;
    }

        .menuband_checkbox.disabled:hover {
            color: #e4e4e4;
        }

.menuband_2nd_level {
    margin-left: 22px;
}

.menuband_radiobutton {
    line-height: 25px;
    cursor: pointer;
}

    .menuband_radiobutton:before {
        content: '';
        display: block;
        float: left;
        width: 9px;
        height: 10px;
        background: url(/content/app/9ja/images/radiobutton.png) bottom left no-repeat;
        margin-right: 8px;
        margin-top: 8px;
    }

    .menuband_radiobutton:hover {
        color: #9dc34b;
    }

    .menuband_radiobutton.disabled {
        color: #e4e4e4;
        cursor: default;
    }

        .menuband_radiobutton.disabled:hover {
            color: #e4e4e4;
        }

    .menuband_radiobutton:hover:before {
        background-position: bottom right;
    }

    .menuband_radiobutton.checked:before {
        background-position: left;
    }

    .menuband_radiobutton.checked:hover:before {
        background-position: right;
    }

    .menuband_radiobutton.disabled:before {
        background-position: top left;
    }

    .menuband_radiobutton.checked.disabled:before {
        background-position: top right;
    }

.menuband_2nd_level ul li {
    /*line-height: 15px !important;*/
    /*height: 15px !important;*/
}

.menuband_2nd_level ul .menuband_radiobutton:before {
    margin-top: 4px !important;
}

.menuband_rightitem_dropdown_item_footer {
    height: 35px;
}

    .menuband_rightitem_dropdown_item_footer .menuband_rightitem_dropdown_save_button {
        background: url(/content/app/9ja/images/button_bg_green_26px_withhover.png) repeat-x scroll bottom left #82A82F;
        border-radius: 16px 16px 16px 16px;
        box-shadow: 0 1px 0 #999;
        color: #404040;
        float: right;
        width: 83px;
        height: 20px;
        line-height: 20px;
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        font-weight: 700;
        text-align: center;
        cursor: pointer;
        margin-top: 10px;
    }

        .menuband_rightitem_dropdown_item_footer .menuband_rightitem_dropdown_save_button:hover {
            background-position: top left;
            /*box-shadow: 0 0 4px #A2CA4C;*/
        }

    .menuband_rightitem_dropdown_item_footer .menuband_rightitem_dropdown_cancel_button {
        float: right;
        height: 20px;
        line-height: 20px;
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        font-weight: 400;
        /*color: #fff;*/
        text-align: center;
        /*text-shadow: 0 1px 0 #000;*/
        cursor: pointer;
        margin-top: 10px;
        margin-right: 9px;
        text-decoration: underline;
    }

        .menuband_rightitem_dropdown_item_footer .menuband_rightitem_dropdown_cancel_button:hover {
            font-weight: 700;
        }



.logo {
    display: block;
    position: absolute;
    left: 10px;
    top: 40px;
}

.top_searchbox {
    position: absolute;
    right: 10px;
    top: 50px;
    width: 350px;
    height: 26px;
    border-radius: 13px;
    border: 1px solid #212121;
    border-radius: 13px;
    background: #363636;
    box-shadow: 1px 1px 0 #000 inset;
    color: #eee;
}

    .top_searchbox:hover {
        border-color: #9dc34b;
    }

    .top_searchbox:focus {
        border-color: #9dc34b;
        color: #fff;
    }

.top_search_icon {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    cursor: pointer;
    background: url(/content/app/9ja/images/magnifying_glass_icon.png) center no-repeat, url(/content/app/9ja/images/button_bg_green_26px_withhover.png) bottom left repeat-x;
    background-color: #9dc34b;
}

    .top_search_icon:hover {
        background: url(/content/app/9ja/images/magnifying_glass_icon.png) center no-repeat #9dc34b;
    }

.top_searchbox_text {
    display: block;
    position: absolute;
    left: 5px;
    top: 1px;
    height: 24px;
    width: 320px;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 24px;
    color: #eee;
    font-size: 11px;
    background-color: transparent;
}

.top_searchbox:focus .top_searchbox_text {
    color: #fff;
}

.top_searchbox_results {
    position: absolute;
    right: 0px;
    top: 33px;
    width: 400px;
    /*height: 347px;*/
    min-height: 35px;
    max-height: 347px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #212121;
    border-radius: 13px;
    background: #363636;
    z-index: 10500;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #ccc;
    padding-bottom: 35px;
}

    .top_searchbox_results:after {
        content: url(/content/app/9ja/images/popup_arrow_top.png);
        position: absolute;
        width: 7px;
        height: 6px;
        top: -12px;
        right: 15px;
        z-index: 1501;
    }

.top_searchbox_results_container {
    overflow: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

    .top_searchbox_results_container li {
        display: block;
        height: 30px;
        line-height: 30px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 5px;
        cursor: pointer;
        overflow: hidden;
    }

        .top_searchbox_results_container li:hover {
            cursor: pointer;
            color: #000;
            background: #9dc34b;
        }

        .top_searchbox_results_container li .top_searchbox_result_match {
            color: #9dc34b;
            font-weight: 700;
        }

        .top_searchbox_results_container li:hover .top_searchbox_result_match {
            color: #000;
            font-weight: 700;
        }

        .top_searchbox_results_container li .top_searchbox_result_date {
            font-family: Arial;
            font-size: 9px;
            font-weight: 700;
            color: #888c92;
        }

        .top_searchbox_results_container li:hover .top_searchbox_result_date {
            color: #000;
        }

        .top_searchbox_results_container li .underline {
            text-decoration: underline;
        }

    .top_searchbox_results_container div.more_results_found {
        text-align: left;
        display: block;
        height: 15px;
        line-height: 4px;
        padding-left: 5px;
    }

.searchbox_close {
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 5px;
    width: 7px;
    height: 8px;
    background: url(/content/app/9ja/images/betslip_selection_first_line_close.png) no-repeat;
}

    .searchbox_close:hover {
        right: 4px;
        top: 3px;
        width: 11px;
        height: 11px;
        background: url(/content/app/9ja/images/betslip_selection_first_line_close_hover.png) no-repeat;
    }



.top_searchbox_results_footer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    width: 95%;
    border-top: 1px solid #000;
    position: absolute;
    bottom: 0;
    /*left: 10px;*/
}

.top_searchbox_results_footer_results_count {
    float: left;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
}

.top_searchbox_results_footer_results_count_value {
    font-size: 24px;
    font-weight: 400;
    color: #ccc;
    margin-right: 5px;
}

.top_searchbox_results_footer_button {
    float: right;
    margin-top: 4px;
    height: 24px;
    width: 98px;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 16px;
    line-height: 26px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    color: #5B5E63;
}

.top_twitter {
    position: absolute;
    left: 280px;
    top: 35px;
    width: calc(100% - 700px);
    height: 70px;
    /*overflow: hidden;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* top menu */
/* used to be top_menu.css */
.top_menu_items {
    min-width: 710px;
    max-width: 909px;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;   
}

.top_menu_items .top_menu_error_message {
    position:absolute;
    width: 300px;
    left: calc(50% - 150px);
}

.top_menu_item {
    float: left;
    position: relative;
    height: 100%;
    margin: 0px 0 0 0;
    padding: 22px 0 0 0;
    color: #f4f4f4;
    font-weight: 700;
    font-size: 13px;
    text-shadow: 0px 1px 0px #323232;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2000;
}

    .top_menu_item.selected {
        background: url(/content/app/9ja/images/top_menu_selected.png) 50% 100% no-repeat;
        /*color: #9dc34b;*/
    }

a.top_menu_item {
    display: block;
    text-decoration: none;
}

.top_menu_item:before,
.top_menu_item:after {
    content: "\00b7";
    visibility: hidden;
}

div.top_menu_item:hover,
a.top_menu_item:hover {
    color: #9dc34b;
}

    div.top_menu_item:hover:before,
    div.top_menu_item:hover:after,
    a.top_menu_item:hover:before,
    a.top_menu_item:hover:after {
        visibility: visible;
    }

/*.top_menu_item.isnew:after {
        content: ' ';
        display: block;
        width: 30px;
        height: 18px;
        background: url(/content/app/9ja/images/top_menu_new.png) center center no-repeat;
    }*/

.top_menu_item.disabled {
    color: #999;
}

.top_menu_item .top_menu_item_isnew {
    position: absolute;
    display: block;
    background: #d9131c;
    border: 2px solid #fff;
    border-radius: 9px;
    padding: 1px 5px 1px 4px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    top: 2px;
    right: -5px;
    box-shadow: inset 0px 1px 3px #fff, 0px 1px 2px #222;
}

.top_menu_item:hover .top_menu_item_isnew {
    color: #fff;
}

.top_menu_item.hasHint .top_menu_item_name {
    padding-left: 15px;
}
.top_menu_item.hasHint .top_menu_item_name.with_sub_items {
    padding-left: 15px;
}

.top_menu_item .top_menu_item_hint {
    position: absolute;
    /*top: 40px;*/
    top: 26px;
    left: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #868686;
    width: 245px;
    z-index: 1;
}

    .top_menu_item .top_menu_item_hint .top_menu_item_hint_title {
        background: url(/content/app/9ja/images/top_menu_hint_icon.png) left center no-repeat;
        padding-left: 20px;
        color: #fff;
        min-height: 13px;
        min-width: 13px;
    }

    .top_menu_item .top_menu_item_hint .top_menu_item_hint_description {
        margin-top: 10px;
        margin-left: -13px;
        padding: 13px;
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 5px;
        -webkit-text-shadow: none;
        text-shadow: none;
        /*display: none;*/
        /*visibility: hidden;*/
    }

        .top_menu_item .top_menu_item_hint .top_menu_item_hint_description b {
            color: #f17505;
            font-weight: 700;
        }

        .top_menu_item .top_menu_item_hint .top_menu_item_hint_description:before {
            content: ' ';
            display: block;
            position: absolute;
            width: 9px;
            height: 7px;
            background: url(/content/app/9ja/images/top_menu_hint_desc_notch.png) left top no-repeat;
            top: 20px;
        }

div.top_menu_item.disabled:hover,
a.top_menu_item.disabled:hover {
    color: #999;
}

    div.top_menu_item.disabled:hover:before,
    div.top_menu_item.disabled:hover:after,
    a.top_menu_item.disabled:hover:before,
    a.top_menu_item.disabled:hover:after {
        visibility: hidden;
    }

.top_menu_item_new:hover {

}

    .top_menu_item:hover .top_menu_child {
        display:block;
        visibility:visible;
        background: #555;
        position: absolute;
    }

    .top_menu_item:hover .top_menu_child li {
        list-style-type: none;
    }

.top_menu_item.with_sub_items{
    float: none;
    z-index: 1000;
    width: 191px;
    padding-top: 0;
    text-decoration: none;
    color: #000;
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;

    line-height: 25px;
    padding-left: 7px;
    font-family: 'Open Sans', Arial;
    font-size: 12px;
    font-weight: 600;
    background-color: #363636;
    color: #eee;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 3px;
}
    .top_menu_item.with_sub_items:hover {
        font-size: 14px;
        background-color: rgba(77, 77, 77, 1);
        color: #9dc34b;
        text-shadow: 0px 1px 0px #1B2013;
    }
    /*.top_menu_item.with_sub_items.selected {
        background: url(/content/app/9ja/images/top_menu_selected.png) 50% 100% no-repeat;
    }*/
.childs_container{
     display:none;
}
.top_menu_child  {
    margin: 0px 0 0 0;
    padding: 12px 0 0 0;
    color: #f4f4f4;
    font-weight: 700;
    font-size: 10px;
    width: 191px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    display:none;
}
.top_menu_child.selected .top_menu_item.with_sub_items{
    background: url(/content/app/9ja/images/top_menu_selected.png) 50% 100% no-repeat;
}
    .top_menu_child:hover {
    display:block;
    
    }
    .top_menu_child.animated{
        -webkit-animation-duration: .2s;
    }

/* logged in / not logged in */
/* used to be logged_in.css */
.top_menu_logged_in {
    /*width: 291px;*/
    float: right;
    margin-right: -20px;
    margin-top: -60px;
    height: 100%;
}

.logged_in_left {
    float: left;
    /*width: auto;*/
    width: 270px;
    height: 100%;
    color: #f4f4f4;
    -ms-text-shadow: 0 1px 0 #323232;
    text-shadow: 0 1px 0 #323232;
    font-size: 11px;
    position: relative;
    padding-right: 10px;
}

.logged_in_left_top_row, .logged_in_left_bottom_row {
    height: 50%;
    margin: 0;
    margin-left: 6px;
    margin-top: 18px;
    margin-bottom: -18px;
}

.logged_in_left_bottom_row {
    margin-top: 7px;
}

.logged_in_username {
    float: left;
    font-family: "Open Sans";
    color: #9dc34b;
    font-weight: 700;
    font-size: 12px;
}

.logged_in_balance {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
    float: right;
}

.logged_in_loading_balance {
    background-image: url(/content/app/9ja/images/loader.gif);
    background-size: contain;
    width: 16px;
    height: 16px;
    float: right;
}

.logged_in_loading_wallets {
    /*background-image: url(/content/app/9ja/images/loader.gif);*/
    background-color: rgba(248, 128, 128, 0.7);
    background-size: contain;
    position: relative;
    top: +4px;
    width: 8px;
    height: 8px;
    float: right;
}

.logged_in_left_bottom_row a {
    color: #f4f4f4;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
}

    .logged_in_left_bottom_row a:hover {
        color: #9dc34b;
    }

.logged_in_logout {
    float: right;
}


.logged_in_right {
    float: right;
    width: auto;
    height: 100%;
}

.logged_in_submit {
    margin: 18px 5px 0px 5px;
    /*width: 64px;*/
    /*height: 26px;
    padding: 0 7px;
    border-radius: 16px;
    box-shadow: 0 1px 0 #000000;
    
    background: url(/content/app/9ja/images/button_bg_green_26px_withhover.png) repeat-x bottom left #82a82f;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    font-size: 11px;
    font-weight: 700;
    color: #404040;
    text-shadow: 1px 1px 0 #9fba61;*/
}
/*
    .logged_in_submit:hover {
        background-position: top left;
    }

    */

/*NOT LOGGED IN*/

.not_logged_in {
    height: 100%;
    /*width: 445px;*/
    display: block;
    margin-left: -154px;
    margin-right: 10px;
    position: relative;
}

    .not_logged_in .logged_in_submit {
        display: inline-block;
        margin-left: 0;
        cursor: pointer;
    }

    .not_logged_in .lost_password_link {
        display: inline-block;
        color: #bebebe;
        font-family: 'Open Sans',sans-serif;
        font-size: 10px;
        font-weight: 600;
        cursor: pointer;
    }

        .not_logged_in .lost_password_link:hover {
            color: #9dc34b;
        }

    .not_logged_in .not_logged_in_username,
    .not_logged_in .not_logged_in_password_container {
        display: inline-block;
        width: 112px;
        height: 26px;
        padding: 0;
        border-radius: 16px;
        background: #363636;
        border: 1px solid #212121;
        box-shadow: 1px 1px 0 #000 inset;
        font-family: Arial;
        font-size: 12px;
        font-weight: 400;
        color: #eee;
        padding-left: 13px;
        margin-left: 10px;
    }

        .not_logged_in .not_logged_in_username:hover,
        .not_logged_in .not_logged_in_password_container:hover {
            /*box-shadow: 0 0 4px #9dc34b inset;*/
            border-color: #9dc34b;
        }

        .not_logged_in .not_logged_in_username:focus,
        .not_logged_in .not_logged_in_password_container:focus {
            /*box-shadow: 0 0 4px #9dc34b inset;*/
            border-color: #9dc34b;
            color: #fff;
        }

    .not_logged_in .not_logged_in_password_container {
        margin-top: 1px;
        position: relative;
    }

        .not_logged_in .not_logged_in_password_container .not_logged_in_password {
            display: inline-block;
            width: 90px;
            border: 0;
            padding: 0;
            height: 25px;
            background: #363636;
            font-family: Arial;
            font-size: 12px;
            font-weight: 400;
            color: #eee;
        }

    .not_logged_in .login_button {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(/content/app/9ja/images/lock_icon.png) center no-repeat, url(/content/app/9ja/images/button_bg_green_26px_withhover.png) bottom left repeat-x;
        background-color: #9dc34b;
        border-radius: 10px;
        cursor: pointer;
        position: absolute;
        right: 3px;
        top: 3px;
    }

        .not_logged_in .login_button:hover {
            background: url(/content/app/9ja/images/lock_icon.png) center no-repeat #9dc34b;
        }

    .not_logged_in .is_busy .full_is_busy_title {
        padding: 8px 22%;
    }


/*loader*/
.spinner {
  margin: 200px auto;
  width: 32px;
  height: 32px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #9dc34b;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/*Loader*/
.loader {
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin: 100px auto;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  z-index: 0;
  text-transform: uppercase;
  color: #ccc;
  font-family: sans-serif;
  font-size: 14px;
}

.loader:before,
.loader:after {
    color: #ccc !important;
  opacity: 0;
  box-sizing: border-box;
  content: "\0020";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: 5px solid #9dc34b;
  box-shadow: 0 0 50px #9dc34b, inset 0 0 50px #9dc34b;
}

.loader:after {
  z-index: 1;
  -webkit-animation: gogoloader 2s infinite 1s;
}

.loader:before {
  z-index: 2;
  -webkit-animation: gogoloader 2s infinite;
}

@-webkit-keyframes gogoloader {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

div.top_menu_item a.top_menu_item_name {
      color: #f4f4f4;
}

div.top_menu_item:hover, a.top_menu_item_name:hover {
  color: #9dc34b !important;
}
