﻿.body {
    background: url(../../App_Themes/RIBO/images/bg.gif) repeat top;
    background-color: #50a0a0;
    background-repeat: repeat-x;
}

.bg_popup_hd {
    background: url(../../App_Themes/RIBO/images/bg_popup_hd.gif) repeat-x;
    height: 32px;
}

.bg_popup_btm {
    background: url(../../App_Themes/RIBO/images/bg_popup_btm.gif) repeat-x bottom;
    background-color: #fff;
}

.hd_popup {
    height: 23px;
    width: 236px;
    float: left;
    text-indent: 10px;
    padding-top: 7px;
}

div.btn_close {
    float: left;
    margin: 7px 0 0 0;
}

blink {
    -webkit-animation-name: blink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    -webkit-animation-duration: 1s;
}

.popup_border {
    border: solid 2px #e33b70;
}

.hd_popup_new {
    height: 25px;
    width: 90%;
    float: left;
    text-indent: 10px;
    padding-top: 7px;
    vertical-align: middle;
    text-align: center;
    font: bold 9px arial;
    color: #fff;
    cursor: move;
}

div.btn_close_popup {
    float: right;
    margin: 7px 0 0 0;
    vertical-align: middle;
}

.detail_popup {
    font-family: lucida grande,arial,helvetica,sans-serif;
    font-size: 11px;
    padding: 4px;
}

    .detail_popup .footer {
        text-align: right;
        padding: 8px;
    }

ul.bg_submenu {
    list-style: none;
    list-style-position: outside;
    padding: 0;
    margin: 0;
    width: 163px;
    border: solid 0;
    margin-left: 9px;
}

*html ul.bg_submenu {
    list-style: none;
    list-style-position: outside;
    padding: 0;
    margin: 0;
    width: 163px;
    border: solid 0;
    margin-left: 4px;
}

    ul.bg_submenu li {
        display: block;
        width: 163px;
        height: 20px;
        background: url(~/../App_Themes/RIBO/images/bg_submenu.gif) no-repeat right;
        overflow: hidden;
        font: normal 9px tahoma;
        color: #7f7f7f;
        text-decoration: none;
        line-height: 20px;
        text-indent: 33px;
    }

        ul.bg_submenu li:hover {
            display: block;
            width: 163px;
            height: 20px;
            background: url(../../App_Themes/RIBO/images/bg_submenu_hover.gif) no-repeat right;
            overflow: hidden;
            font: normal 9px tahoma;
            color: #fff;
            text-decoration: none;
            line-height: 20px;
            text-indent: 33px;
        }

.WI_Bg_Polling {
    background-color: #f5f5f5;
    height: 25px;
    padding-bottom: 0;
    font-family: Arial;
    font-size: 14px;
}

ul.inner_menu {
    list-style: none;
    list-style-position: outside;
    padding: 0;
    width: 170px;
    margin: 0;
}

    ul.inner_menu li {
        background: url(../../App_Themes/RIBO/images/menu_left_gray.jpg) 0 0;
        width: 150px;
        height: 27px;
        display: block;
        overflow: hidden;
        padding-left: 20px;
        font: normal 11px tahoma;
        color: #fff;
        text-decoration: none;
        display: block;
        line-height: 16px;
        text-indent: 23px;
        float: left;
        cursor: default;
        white-space: nowrap;
        position: relative;
    }

        ul.inner_menu li:hover {
            background: url(../../App_Themes/RIBO/images/menu_left_blue.jpg) 0 0;
            width: 150px;
            height: 27px;
            display: block;
            overflow: hidden;
            padding-left: 20px;
            font: normal 11px tahoma;
            color: #fff;
            text-decoration: none;
            display: block;
            line-height: 16px;
            text-indent: 23px;
            float: left;
            cursor: default;
            white-space: nowrap;
            position: relative;
        }

.Event_Home {
    font: Arial 9px;
}

.table_Login {
    width: 444px;
    height: 500px;
    border: 0;
    background: "#000000";
    margin-bottom: 0;
}

.inputBox {
    width: 250px;
    padding: 10px 0;
    font-size: 16px;
    color: #141d52;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #1a537d;
    outline: 0;
    background: transparent;
}

    .inputBox label {
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px 0;
        font-size: 16px;
        color: #000;
    }

    .inputBox input:focus ~ label, .inputBox input:valid ~ label {
        top: -20px;
        left: 0;
        color: #03a9f4;
        font-size: 12px;
    }

.buttonlogin {
    border-style: solid;
    border-color: inherit;
    border-width: thick;
    background-color: #1a537d;
    color: white;
    padding: 5px 15px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    width: 120px;
    height: 40px;
    border: 1px solid #696;
}

.PasswordBox {
    width: 250px;
    padding: 10px 0;
    font-size: 16px;
    color: #141d52;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #1a537d;
    outline: 0;
    background: transparent;
    -webkit-text-security: disc;
}

    .PasswordBox label {
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px 0;
        font-size: 16px;
        color: #000;
    }

    .PasswordBox input:focus ~ label, .PasswordBox input:valid ~ label {
        top: -20px;
        left: 0;
        color: #03a9f4;
        font-size: 12px;
    }

.progress {
    position: relative;
    height: 2px;
    display: block;
    width: 100%;
    background-color: white;
    border-radius: 2px;
    background-clip: padding-box;
    overflow: hidden;
    pointer-events: none;
}

    .progress .indeterminate {
        background-color: black;
    }

        .progress .indeterminate:before {
            content: '';
            position: absolute;
            background-color: #dc0f02;
            top: 0;
            left: 0;
            bottom: 0;
            will-change: left,right;
            -webkit-animation: indeterminate 2.1s cubic-bezier(0.65,0.815,0.735,0.395) infinite;
            animation: indeterminate 2.1s cubic-bezier(0.65,0.815,0.735,0.395) infinite;
        }

        .progress .indeterminate:after {
            content: '';
            position: absolute;
            background-color: #dc0f02;
            top: 0;
            left: 0;
            bottom: 0;
            will-change: left,right;
            -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165,0.84,0.44,1) infinite;
            animation: indeterminate-short 2.1s cubic-bezier(0.165,0.84,0.44,1) infinite;
            -webkit-animation-delay: 1.15s;
            animation-delay: 1.15s;
        }

.lft_background {
    background-color: #41645b;
    background-image: url(../../App_Themes/RIBO/Images/left_bg.gif);
    background-repeat: repeat-y;
}

.rgt_background {
    background-color: #41645b;
    background-image: url(../../App_Themes/RIBO/Images/rgt_bg.gif);
    background-repeat: repeat-y;
}

.bg_top {
    background-image: url(../../App_Themes/RIBO/Images/bg_top.jpg);
    background-repeat: repeat-y;
    background-position: top;
}

.txt_readmore {
    font-family: "Small Fonts";
    font-size: 7px;
    color: #f60;
    text-decoration: none;
}

.menu_bg_blue {
    background-image: url(../images/bg_menu_blue.gif);
    background-repeat: repeat-x;
}

.bg_contact {
    background-image: url(../../App_Themes/RIBO/Images/bg_contact.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #fff;
}

.tx_normal {
    font-family: Arial;
    font-size: 10px;
    color: #000;
    text-decoration: none;
}

.txt_quicklinks {
    font-family: Arial;
    font-size: 11px;
    color: #7a7979;
    text-decoration: none;
}

a.NavLinks {
    color: Green;
    font-family: Arial;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
}

    a.NavLinks:hover {
        color: #93cc88;
        font-family: Arial;
        font-size: 8pt;
        text-decoration: bold;
        font-weight: bold;
    }

.footer_bg {
    background-image: url(../../App_Themes/RIBO/images/bg_footer.jpg);
    background-repeat: repeat-x;
    height: 83px;
}

.txt_footer {
    font-family: Arial;
    font-size: 11px;
    color: #4f4f4f;
    text-decoration: none;
}

.FormTitle {
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: Center;
    text-transform: capitalize;
}

.txt_heading1 {
    font-family: "Arial";
    font-size: 20px;
    font-weight: bold;
    color: #37967d;
    text-decoration: none;
    text-align: left;
}

.txt_heading11 {
    font-family: "Arial";
    font-size: 16px;
    font-weight: bold;
    color: #4aa65a;
    text-decoration: none;
}

.txt_heading2 {
    font-family: "Arial";
    font-size: 16px;
    font-weight: bold;
    color: #666;
    text-decoration: none;
}

.txt_content {
    font-family: Arial;
    font-size: 11px;
    color: #666;
    text-decoration: none;
}

.bg_menu {
    background-image: url(../../App_Themes/RIBO/Images/bg_menu.gif);
    background-repeat: repeat-x;
    height: 30px;
    font-family: Arial;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.bg_menu1 {
    background-image: url(../../App_Themes/RIBO/Images/bg_top1.jpg);
    background-repeat: repeat-y;
    height: 15px;
    padding-bottom: 2px;
}

.tx_normal {
    font-family: Arial;
    font-size: 10px;
    color: #000;
    text-decoration: none;
}

.txt_quicklinks {
    font-family: Arial;
    font-size: 11px;
    color: #7a7979;
    text-decoration: none;
    text-align: left;
}

.latest_news {
    background-color: #97c0bf;
    background-image: url(../../App_Themes/RIBO/Images/bg_latestNews.jpg);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #97c0bf;
}

.bg_menutitle {
    background-image: url(../../App_Themes/RIBO/Images/bg_menutitle.jpg);
    background-repeat: repeat-x;
    height: 42px;
}

.modalBackground {
    background-color: White;
    filter: alpha(opacity=70);
    opacity: .7;
}

.txt_Login {
    font-family: Arial;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.txt_LoginTitle: {
    font-family: Arial;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.bgColor {
    background-image: url(../../App_Themes/RIBO/Images/bg_panelbg.jpg);
}

.MenuBackground {
    background: url(../../App_Themes/RIBO/images/grids_graybg.gif);
}

.SelectedStyle {
    background: url(../../App_Themes/RIBO/images/grids_bluebg_selected.gif);
}

.HoverStyle {
    background: url(../../App_Themes/RIBO/images/grids_hoverbg.gif);
}

#CalendarControlIFrame {
    display: none;
    left: 100px;
    position: absolute;
    top: 0;
    height: 250px;
    width: 250px;
    z-index: 100;
}

#CalendarControl {
    position: absolute;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 100;
}

    #CalendarControl table {
        font-family: arial,Verdana,helvetica,sans-serif;
        font-size: 8pt;
        border-left: 1px solid #336;
        border-right: 1px solid #336;
    }

    #CalendarControl th {
        font-weight: normal;
    }

        #CalendarControl th a {
            font-weight: bold;
            text-decoration: none;
            color: Yellow;
            padding: 1px;
        }

    #CalendarControl td {
        text-align: center;
    }

    #CalendarControl .header {
        background-color: #336;
    }

    #CalendarControl .weekday {
        background-color: #DDD;
        color: #000;
    }

    #CalendarControl .weekend {
        background-color: #FFC;
        color: #000;
    }

    #CalendarControl .current {
        border: 1px solid #339;
        background-color: #336;
        color: #FFF;
    }

    #CalendarControl .weekday, #CalendarControl .weekend, #CalendarControl .current {
        display: block;
        text-decoration: none;
        border: 1px solid #FFF;
        width: 2em;
    }

        #CalendarControl .weekday:hover, #CalendarControl .weekend:hover, #CalendarControl .current:hover {
            color: #FFF;
            background-color: #336;
            border: 1px solid #999;
        }

    #CalendarControl .previous {
        text-align: left;
    }

    #CalendarControl .next {
        text-align: right;
    }

    #CalendarControl .previous, #CalendarControl .next {
        padding: 1px 3px 1px 3px;
        font-size: 1.4em;
    }

        #CalendarControl .previous a, #CalendarControl .next a {
            color: #FFF;
            text-decoration: none;
            font-weight: bold;
        }

    #CalendarControl .title {
        text-align: center;
        font-weight: bold;
        color: #FFF;
    }

    #CalendarControl .empty {
        background-color: #CCC;
        border: 1px solid #FFF;
    }

.custom-calendar .ajax__calendar_container {
    background-color: #ffc;
    border: solid 1px #666;
    z-index: 1000;
}

.custom-calendar .ajax__calendar_title {
    background-color: #cf9;
    height: 20px;
    color: #333;
}

.custom-calendar .ajax__calendar_prev, .custom-calendar .ajax__calendar_next {
    background-color: #aaa;
    height: 20px;
    width: 20px;
}

.custom-calendar .ajax__calendar_today {
    background-color: #cff;
    height: 20px;
}

.custom-calendar .ajax__calendar_days table thead tr td {
    background-color: #ff9;
    color: #333;
}

.custom-calendar .ajax__calendar_day {
    color: #333;
}

.custom-calendar .ajax__calendar_other .ajax__calendar_day {
    color: #666;
}

.head_bg {
    background-image: url(../../App_Themes/RIBO/Images/head_bg.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}

.Unit {
    margin-left: 10px;
    font-family: Tahoma;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.menu_bg_blue {
    background-image: url(../../App_Themes/RIBO/Images/menu_left_blue.jpg);
    background-repeat: repeat-x;
}

.menu_normal {
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    color: #666;
    background-image: url(../../App_Themes/RIBO/Images/bg_menu_silver.gif);
    background-repeat: repeat-x;
    background-position: center;
    text-decoration: none;
}

    .menu_normal:hover {
        text-decoration: underline;
        color: #2387b2;
    }

.menu_white {
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-image: url(../../App_Themes/RIBO/Images/bg_menu_blue.gif);
    background-repeat: repeat-x;
    background-position: center;
}

.bg_footer {
    height: 33px;
    background-image: url(../../App_Themes/RIBO/Images/bg_footer.gif);
    background-repeat: repeat-x;
}

.bg_green {
    height: 25px;
    vertical-align: middle;
    background-image: url(../../App_Themes/RIBO/Images/bg_green.gif);
    background-repeat: repeat-x;
}

.bg_gray {
    background-color: #FFF;
    background-image: url(../../App_Themes/RIBO/Images/bg_gray.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

.bg_blue {
    background-color: #FFF;
    background-image: url(../../App_Themes/RIBO/Images/bg_blue.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

.font_normal {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: 400;
    color: #333;
    width: 25%;
}

.hms_home {
    background-image: url(../../App_Themes/RIBO/Images/hms_home.bmp);
    background-repeat: repeat-x;
    background-position: center top;
}

.lms_home {
    background-image: url(../../App_Themes/RIBO/Images/lms_home.bmp);
    background-repeat: repeat-x;
    background-position: center top;
}

.RIBO_home {
    background-image: url(../../App_Themes/RIBO/Images/HomePage.bmp);
    background-repeat: no-repeat;
    background-position: center top;
}

.MyPage_Title {
    background-image: url(../../App_Themes/RIBO/MenuImages/Menu_Repeat.gif);
    background-repeat: repeat-x;
    font-size: 28px;
    font-weight: 700;
    color: #FFF;
    font-family: arial;
    font-variant: normal;
}

.ButtonClass {
    background-image: url(../../App_Themes/RIBO/Images/bt_blue.png);
    border: 0;
    outline: 0;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 10px 2px 5px;
}

    .ButtonClass:hover {
        background-image: url(../../App_Themes/RIBO/Images/bt_red.png);
        border: 0;
        outline: 0;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: Transparent;
    }

.ButtonClassLong {
    background-image: url(../../App_Themes/RIBO/Images/bt_blue_long.png);
    border: 0;
    outline: 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .ButtonClassLong:hover {
        background-image: url(../../App_Themes/RIBO/Images/bt_red_long.png);
        border: 0;
        outline: 0;
        background-repeat: no-repeat;
        cursor: pointer;
    }

.homepanel {
    cursor: pointer;
}

.menu_left a {
    display: block;
    height: 30px;
    background: #FFF url(../../App_Themes/RIBO/Images/menu_left_gray.jpg) no-repeat left;
    padding-left: 45px;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    color: #666;
    text-decoration: none;
    line-height: 30px;
}

    .menu_left a:hover {
        display: block;
        height: 30px;
        background: #FFF url(../../App_Themes/RIBO/Images/menu_left_blue.jpg) no-repeat left;
        padding-left: 45px;
        font-family: Arial;
        font-size: 12px;
        font-weight: 700;
        text-decoration: none;
        color: #fff;
        line-height: 30px;
    }

.bg_header_top {
    background: url(../../App_Themes/RIBO/Images/head_bg.jpg);
    background-size: cover;
    height: 64px;
    background-position: center;
    width: 100%;
}

.menu_header {
    background: url(../../App_Themes/RIBO/Images/hd_menu.png);
    background-repeat: repeat-y;
    height: 25px;
    padding-bottom: 0;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    text-align: center;
}

.txt_Login {
    font-family: arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.txt_LoginTitle {
    font-family: arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.txt_Title {
    font-family: arial,Helvetica,sans-serif;
    padding-left: 3px;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    color: #666;
}

.ButtonCalendar {
    background-image: url(../../App_Themes/RIBO/Images/calendar.png);
    border: 0;
    outline: 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

.AutoExtender {
    font-family: Verdana,Helvetica,sans-serif;
    font-weight: lighter;
    border: solid 1px #069;
    line-height: 20px;
    padding: 10px;
    background-color: #FFF;
    margin-left: 0;
    font-size: xx-small;
    list-style: none;
    z-index: 2;
}

.AutoExtenderList {
    border-bottom: dotted 1px #069;
    cursor: pointer;
    color: navy;
    z-index: 2;
}

.AutoExtenderHighlight {
    color: #FFF;
    background-color: #069;
    cursor: pointer;
    z-index: 2;
}

.RIBO-scroll {
    overflow: auto;
    background-color: #fff;
    border: #2151b5 1px solid;
    display: none;
    height: 200px;
    width: 450px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    z-index: 99999999;
    left: 15px;
    position: absolute;
    top: 580px;
}

.ajax__combobox_itemlist {
    margin: 0;
    padding: 0;
    cursor: default;
    list-style-type: none;
    text-align: left;
    border: solid 1px ButtonShadow;
    background-color: Window;
    color: WindowText;
}

.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    background-image: url(../../App_Themes/RIBO/Images/dsArrow.png);
    background-position: top left;
    border: 0 none;
    height: 19px;
    width: 19px;
}

.AquaStyle .ajax__combobox_itemlist {
    border-color: #000;
    background-color: #FF0;
    background-image: url(../../App_Themes/RIBO/Images/bg_blue.gif);
}

.bg_yellow {
    background-color: #FF9;
    border-color: #fdd017;
    width: 50px;
}

.GridPage_Prev {
    background-image: url(../../App_Themes/RIBO/Images/btn_prev_circle.gif);
    border: 0;
    outline: 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

.GridPage_Next {
    background-image: url(../../App_Themes/RIBO/Images/btn_next_circle.gif);
    border: 0;
    outline: 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

.GridPage_Go {
    background-image: url(../../App_Themes/RIBO/Images/btn_go_gray.gif);
    border: 0;
    outline: 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

.GridPage_Text {
    font: normal 12px arial;
    color: #000;
    padding: 0;
}

.ctrDropDown {
    width: 154px;
    font-size: 11px;
}

.ctrDropDownClick {
    font-size: 11px;
    width: auto;
}

.plainDropDown {
    width: 154px;
    font-size: 11px;
}

.gvColumnWidth {
    width: 120px;
}

.gvColumnClick {
    width: auto;
}

.gvColumnWidthFixed {
    width: 220px;
}

ul.bg_submenu {
    list-style: none;
    list-style-position: outside;
    padding: 0;
    margin: 0;
    width: 163px;
    border: solid 0;
    margin-left: 9px;
}

*html ul.bg_submenu {
    list-style: none;
    list-style-position: outside;
    padding: 0;
    margin: 0;
    width: 163px;
    border: solid 0;
    margin-left: 4px;
}

    ul.bg_submenu li {
        display: block;
        width: 163px;
        height: 20px;
        background: url(~/../App_Themes/RIBO/images/bg_submenu.gif) no-repeat right;
        overflow: hidden;
        font: normal 9px tahoma;
        color: #000;
        text-decoration: none;
        line-height: 20px;
        text-indent: 33px;
    }

        ul.bg_submenu li:hover {
            display: block;
            width: 163px;
            height: 20px;
            background: url(../../App_Themes/RIBO/images/bg_submenu_hover.gif) no-repeat right;
            overflow: hidden;
            font: normal 9px tahoma;
            color: #000;
            text-decoration: none;
            line-height: 20px;
            text-indent: 33px;
        }

.DropArrow {
    -webkit-appearance: none;
    background: url(../../App_Themes/RIBO/images/ddlArrow.gif);
    background-position: right;
    background-repeat: no-repeat;
    padding-left: 2px;
}

.Column-RightAlign {
    text-align: right !important;
    padding-right: 5px;
}

.TxtRightAlign {
    text-align: right !important;
}

.hiddencol {
    display: none;
}

.LabelColumnLeft {
    width: 20%;
}

.FieldColumnLeft {
    width: 30%;
}

.LabelColumnRight {
    width: 20%;
}

.FieldColumnRight {
    width: 30%;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-left: 0;
    vertical-align: middle;
}

input, select, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    input[disabled=disabled] {
        background-color: #6be1ff !important;
    }

    select[disabled=disabled] {
        background-color: #6be1ff !important;
    }

    input[type=file] {
        width: 38%;
    }

.LSCLabel {
    margin-left: 8px;
    font-size: large;
    letter-spacing: 2px;
    font-family: Cambria;
}

.SuggestionDiv {
    left: auto !important;
}

#CalendarControlIFrame {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    height: 250px;
    width: 250px;
    z-index: 99;
}

#CalendarControl {
    position: absolute;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 100;
}

    #CalendarControl table {
        font-family: arial,verdana,helvetica,sans-serif;
        font-size: 8pt;
        border-left: 1px solid #336;
        border-right: 1px solid #336;
    }

    #CalendarControl th {
        font-weight: normal;
    }

        #CalendarControl th a {
            font-weight: normal;
            text-decoration: none;
            color: #FFF;
            padding: 1px;
        }

    #CalendarControl td {
        text-align: center;
    }

    #CalendarControl .header {
        background-color: #336;
    }

    #CalendarControl .weekday {
        background-color: #DDD;
        color: #000;
    }

    #CalendarControl .weekend {
        background-color: #FFC;
        color: #000;
    }

    #CalendarControl .current {
        border: 1px solid #339;
        background-color: #336;
        color: #FFF;
    }

    #CalendarControl .weekday, #CalendarControl .weekend, #CalendarControl .current {
        display: block;
        text-decoration: none;
        border: 1px solid #FFF;
        width: 2em;
    }

        #CalendarControl .weekday:hover, #CalendarControl .weekend:hover, #CalendarControl .current:hover {
            color: #FFF;
            background-color: #336;
            border: 1px solid #999;
        }

    #CalendarControl .previous {
        text-align: left;
    }

    #CalendarControl .next {
        text-align: right;
    }

    #CalendarControl .previous, #CalendarControl .next {
        padding: 1px 3px 1px 3px;
        font-size: 1.4em;
    }

        #CalendarControl .previous a, #CalendarControl .next a {
            color: #FFF;
            text-decoration: none;
            font-weight: bold;
        }

    #CalendarControl .title {
        text-align: center;
        font-weight: bold;
        color: #FFF;
    }

    #CalendarControl .empty {
        background-color: #CCC;
        border: 1px solid #FFF;
    }

.datagrid {
    font-family: lucida grande,arial,helvetica,sans-serif;
    font-size: 11px;
    width: 1000px;
    border: solid 1px #ad9e87;
}

    .datagrid th, .datagrid td {
        cursor: default;
        height: 20px;
    }

    .datagrid th {
        color: #fff;
        background: url(../../App_Themes/RIBO/images/bg_tablegrid_head.gif) repeat center;
        height: 25px;
        font: bold 11px arial;
        text-align: center;
        border: solid 1px #c0c0c0;
    }

        .datagrid th a {
            text-decoration: none;
        }

    .datagrid td {
        color: #000;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #f2e8da;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #f2e8da;
        text-align: left;
        border: solid 1px #c0c0c0;
    }

    .datagrid tr:hover {
        background: url(../../App_Themes/RIBO/images/grids_hoverbg.gif) repeat;
    }

.rowselect {
    background: url(../../App_Themes/RIBO/images/grids_bluebg_selected.gif) repeat;
    height: 10px;
    border: solid 1px #5cb3ff;
}

.table_oddrow {
    background: url(../../App_Themes/RIBO/images/grids_graybg.gif) repeat;
    height: 10px;
}

.table_evenrow {
    background: url(../../App_Themes/RIBO/images/grids_graybg.gif) repeat;
    height: 10px;
}

.pager_style {
    background-color: #fff;
    font: 12px arial;
}

    .pager_style td {
        text-align: left;
        padding-left: 3px;
        padding-right: 3px;
        border-bottom: 0;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        outline: 0;
    }

.pagination {
    font: normal 12px arial;
    color: #000;
    text-decoration: none;
    padding: 0 3px 0 3px;
    cursor: pointer;
    height: 14px;
}

    .pagination:hover, .pagination:active {
        font: bold 12px arial;
        color: #000;
        text-decoration: none;
        padding: 0 3px 0 3px;
        background-color: #9c9c9c;
        cursor: pointer;
        height: 14px;
    }
body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
  background: #15ebdb;        /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
  background-color: #1A5276;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 2px solid #ABEBC6;  /* creates padding around scroll thumb */
}
@font-face {
    font-family: 'text-security-circle';
    src: url('text-security-circle.eot');
    src: url('text-security-circle.eot?#iefix') format('embedded-opentype'),url('text-security-circle.woff2') format('woff2'),url('text-security-circle.woff') format('woff'),url('text-security-circle.ttf') format('truetype'),url('text-security-circle.svg#text-security') format('svg');
}

@font-face {
    font-family: 'text-security-square';
    src: url('text-security-square.eot');
    src: url('text-security-square.eot?#iefix') format('embedded-opentype'),url('text-security-square.woff2') format('woff2'),url('text-security-square.woff') format('woff'),url('text-security-square.ttf') format('truetype'),url('text-security-square.svg#text-security') format('svg');
}

@font-face {
    font-family: 'text-security-disc';
    src: url('text-security-disc.eot');
    src: url('text-security-disc.eot?#iefix') format('embedded-opentype'),url('text-security-disc.woff2') format('woff2'),url('text-security-disc.woff') format('woff'),url('text-security-disc.ttf') format('truetype'),url('text-security-disc.svg#text-security') format('svg');
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}
}