.login_grey_line {
    border-bottom: 0px solid #ccc;
    font-size: 1px;
    height: 8px;
    margin-bottom: 16px;
}

.login_list {
    color: #7F7F7F;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.login_list > li {
    clear: right;
    float: left;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: #0181FF;
    font-size:11px
}

.login_list li a {
    cursor: pointer;
    text-decoration: none;
}

.login_list li a:hover {
    color: #0181FF;
    text-decoration: none;
}

#show_more_language img:hover {
    cursor: pointer;
}

#show_more_language img {
    cursor: pointer;
}
.list_language_tbl{
    margin:auto !important;;
    width: 80% !important;;
    padding:0px !important;
}
.list_language_tbl tbody tr td li {
    clear: right;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 98%;
    text-align: left;
    display: block;
    line-height: 200%;
    list-style-type: none;
    margin:auto !important;
    padding:0px !important;
    text-align: center;
}

.list_language_tbl tbody tr td {
    vertical-align: top;
}

.list_language_tbl tbody tr td li a {
    text-decoration: none;
    cursor: pointer;
}

.list_language_tbl tbody tr td li a:hover {
    color: blue;
    text-decoration: underline;
}
#pop_pop_pop, #budget_group_pop, #pop_approval, #pop_application {
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    width: 600px;
    height: 350px;
    top: 0;
}

.button {
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #2e6da4;
    border-radius: 4px;
    text-decoration: none;
    background-color: #337ab7;
}

.button.small {
    border-radius: 15px;
    float: right;
    margin: 22px 5px 0;
    padding: 6px 15px
}

.button:hover {
    background-color: #1e1e1e
}

.button > span {
    font-size: 84%
}

.button.b-close, .button.bClose {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px
}

#pop_pop_pop .logo, #budget_group_pop .logo, #pop_approval .logo, #pop_application .logo {
    color: #2b91af;
}

.button-options {
    /*background-color: #2b91af;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);*/
    color: #fff;
    cursor: pointer;
    display: inline;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    /*border: 1px solid #2e6da4;*/
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    background-color: #2b91af;
}

.button-options:hover {
    background-color: #286090;
    border-color: #204d74;
}
#pop_application div,#pop_pop_pop div{
    box-sizing: initial;
}

#application_inner_content{
    position:relative;

}

