@import url(https://fonts.googleapis.com/css?family=Roboto:400italic,400,700);

html
{
    width: 100%;
    height: 100%;
}

body
{
    font: 14px/23px Roboto,verdana,geneva,arial,helvetica,sans-serif;
    margin: 0px;
    background: transparent;
    width: 100%;
    height: 100%;
}

.screen-header
{
    margin: 10px 0px 0px 21px;
    font-size: 25px;
    color: rgb(88, 87, 87);    
}

.app-center-align
{
    position: relative;
    top: 50%;
    margin-top: -100px;
}

.app-header2
{
    height: 45px;
    background: none;
    background-color: rgb(49, 49, 49);
}

#home-icon
{
    display: inline-block;
    cursor: pointer;
}

#link-abstract-submission:hover
{
    text-decoration: none;
}

.home-icon2:hover
{
    background-color: #8e8e8e;
}
/**** login form ***/

.login-form
{
    width: 346px;
    text-align: left;
    padding: 5px 15px 15px 15px;
    background-color: #333333;
    color: #e3e3e3;    
    border-radius: 10px;   
    display: inline-block;
    margin-left: 117px;
}

/* For IE 8 */
@media all\0 {
    .login-form
    {
        margin-left: 0px;
    }
}

.login-frm-header
{
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 5px 0px 10px 0px;
}

.login-form .form-control 
{
    margin-top: 8px;
}

.login-form .checkbox1
{
    margin: 8px 0px 0px 0px;
}

.login-action
{
    text-align: center;
    margin: 10px 0px 0px 0px;
}

.login-action button
{
    width: 70px;
}

.login-unusual
{
    background-color: #fff;
    display: inline-block;
    margin: 30px 0px 0px 0px;
    vertical-align: top;
    box-shadow: 0px 0px 5px #B6B6B6;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: left;
    padding: 0px 5px 15px 0px;
}

@media (max-width: 560px) {
    .login-unusual {
        margin: 2px 0px 0px 3px;
        padding: 0px 10px 15px 0px;
        border-radius: 9px;
    }

    .app-center-align
    {
        position: relative;
        top: 0%;
        margin-top: 0px;
    }
}

@media (max-width: 680px) {
    .login-form
    {
        margin-left: 0px;
    }
}

.login-unusual-container
{
    margin: 15px 5px 0px 0px;
}

.login-unusual-container label
{
    color: #252525;
    display: block;
}

.login-unusual-container a
{
    color: #3718d5;    
    font-size: 13px;
    font-weight: normal;
    margin-left: 15px;
}

.login-unusual-container div
{
    margin-bottom: 5px;
}

/********** login form end ********/

.alert 
{
    position: fixed;
    top: 1px;
    z-index: 1500;
    left: 50%;
}

#change-container
{
    margin: 20px 0px 0px 0px; 
    width: 500px; 
    margin-left: 15px;
}

#change-container .row
{
    margin-bottom: 8px;
}

.input-group-addon 
{
    background-color: #a2cfef;
    border: 1px solid #3598dc;
}

.lookup-profile-block
{
    width: 940px;  
    margin-top: 20px;
    padding: 0px 15px 0px 20px;
}

.lookup-profile-block .row
{
    margin: 7px -15px;
}

#btn-lookup-cancel, #btn-lookup
{
    width: 100px;
}

.lookup-profile-block input
{
    width: 320px;
}

.ab-sec-dg-list-preview
{
    border-right: solid 1px #569ee8;
    border-bottom: solid 1px #569ee8;
}

#lang-switch
{
    display: none;
    float: right;
    margin: 8px 15px 0px 0px;
    font-size: 15px;
    cursor: pointer;
    background-color: #fdfeff;
    padding: 5px 10px;
    border-radius: 4px;
    color: #188eec;
}

#designation-sorting
{
    padding: 0;
    width: 800px;
}

#designation-sorting li
{
    list-style: none;
    float: left;
    margin-right: 10px;
    background-color: #e7e7e7;
    border-radius: 10px;
    padding: 0 20px;
    cursor: move;
}