body {                       
    /*    font-family: Tahoma, Arial, Verdana; font-size: 14px; color: black;*/
    background: rgba(20,105,184,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(20,105,184,1) 0%, rgba(29,83,114,1) 64%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(20,105,184,1)), color-stop(64%, rgba(29,83,114,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(20,105,184,1) 0%, rgba(29,83,114,1) 64%);
    background: -o-radial-gradient(center, ellipse cover, rgba(20,105,184,1) 0%, rgba(29,83,114,1) 64%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(20,105,184,1) 0%, rgba(29,83,114,1) 64%);
    background: radial-gradient(ellipse at center, rgba(20,105,184,1) 0%, rgba(29,83,114,1) 64%);
}            
.login-screen {
    background-color: #FFF;
    padding: 20px;
    border-radius: 5px;    
    overflow: hidden;
}

.checkboxspan{
    position: relative;
    bottom: 2px;
    left: 2px;
}
.app-title {
    text-align: center;
    color: #777;
}

.login-form {
    text-align: center;
}
.login-form a {
    text-decoration: none;
}
.control-group {
    margin: 10px 28px;
    overflow: hidden;
}

input {
    text-align: left;
    background-color: #ECF0F1;
    border: 1px solid #D1D6DA;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 200;
    padding: 10px 0;
    width: 250px;
    transition: border .5s;
}

input:focus {
    border: 1px solid #3498DB;
    box-shadow: none;
}

.btn {
    border: 2px solid transparent;
    background: #3498DB;
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    padding: 4px 0;
    text-decoration: none;
    text-shadow: none;
    border-radius: 3px;
    box-shadow: none;
    transition: 0.25s;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.btn:hover {
    background-color: #2980B9;
}

.login-link {
    font-size: 14px;
    color: #7d848c;
    display: block;
    margin-top: 12px;
}
.login-link:hover{
    color: #000000;
}
.top{
    /*position: fixed;*/
    top: 0;
    background-color: #1E71B7;
    padding: 10px;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    overflow: hidden;
}
.top div{
    /*float: right;*/
    font-size: 15px;
    /*text-transform: capitalize;*/
    padding: 0 5px;                
    font-weight: normal;
    line-height: 20px;
}
.top div span{
    font-weight: bold;
}
.top div a{
    color: #ffffff;                
    text-decoration: none;
}
.top div a:hover{
    color: #FDE487;        
}
.top label{
    font-size: 14px;
    text-transform: capitalize;
    color: #FFC900;
    display: inline;
    font-weight: normal;
}
.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(52, 152, 219, 0.11);
    padding: 10px;
}
.footer span{
    font-size: 14px;
    color: #ffffff;
}
.footer span label a{
    color: #FDE487; 
}

.footer span label a:hover{
    color: #000000; 
}
.footer a{               
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}
.footer a:hover{ 
    color: #FDE487;    
}   
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.yellow{
    color:#FDE487;
}
.loginfield{
    float: left;
    font-size: 14px;
    color: #7d848c;
}
.padding-top-10{
    padding-top: 10px;
}
.padding-top-20{
    padding-top: 20px;
}
.padding-top-60{
    padding-top: 60px;
}
.logoImg{
    width: 35%;
    height:55px;
}
.insLogoImg{
    width: 270px;
    height: 50px;
}
#sm_logo{
    display: none;
}
.border-bottom-1{
    border-bottom: 1px solid #ddd;
}
.error-msg{
    color: red;font-size:20px;position: relative;top: 5px;
}
.success-msg{
    color: green;font-size:20px;position: relative;top: 5px;
}
.margine-bottom-10{
    margin-bottom: 10px;
}
a:hover{text-decoration: none;}

.padding-left{
    padding-left: 0px;
}
.padding-right-0{
    padding-right: 0px;
}
.padding-bottom-3{
    padding-bottom: 3px;
}
.align-left{
    text-align: left;
}
@media screen and (min-width: 420px) and (max-width: 620px) {
    .col-xs-12_eis{
        width: 50%;
    }
    .logoImg{
        width: 65%;
    }
    .font-size12{
        font-size: 11px! important;
    }
    #sm_logo{
        display: none;
    }
    #lg_logo{
        display: block;
    }
}
@media screen and (min-width: 320px) and (max-width: 1000px) {
    .footer{
        margin-top: 20px;
        position: relative;
        width: 104%;
    }
    .padding-top-60{
        padding-top: 10px;
    }
}
@media screen and (max-width: 520px) {
    .padding-top-60{
        padding-top: 10px;
    }
    .logoImg{
        width: 60%;        
        margin: auto;
    }
    .padding-bottom-10{
        padding-bottom:10px! important;
    }
    .border-bottom{
        border-bottom: 1px solid #ffffff;
    }
    .textcenter{
        text-align: center! important;
    }
    .control-group{
        margin: 10px 10px;
        overflow: hidden;
    }
    .login-screen{
        padding: 10px;
    }
    .col-xs-12{
        padding: 2px;
    }
    .footer{
        margin-top: 20px;
        position: relative;
        width: 108.5%;
    }
    #sm_logo{
        display: block;
    }
    #lg_logo{
        display: none;
    }
}

.btn-with-dropdown{
    display: inline ! important;
}
.btn-with-dropdown a{
    z-index: 4;
    text-decoration: none;
    color: #337ab7;
}

.btn-with-dropdown .droppable-div{
    border: 1px solid #e5e5e5;
    box-shadow: gray 0 0 2px;
    padding: 2px;
    min-width: 190px;
    margin: -12px 27px;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 3;
}
.droppable-div:before {
    content: '';
    display: block;
    position: absolute;
    margin: -3px -24px;
    border: 10px solid black;
    border-color: rgb(255, 255, 255) rgb(212, 212, 212) rgb(255, 255, 255) rgb(255, 255, 255);
    z-index: -1;
}
.drop-items-div{
    width:100%;
}
.drop-items-div div{
    line-height: 28px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
}
.drop-items-div a:last-child div{
    border-bottom: none !important;
}
.drop-items-div a{
    padding: 0 !important;
}
.drop-items-div div:hover{
    background-color: #f0fff8;
}
.displayNone{
    display: none;
}
.row_align{
    display: inline-block;
    border-bottom: none !important;
}
.crossInstCode{
    line-height: 16px !important;
    padding: 6px !important;
    float:right;
    padding-left: 0px !important;
    padding-right: 0px !important;
    z-index: 5 !important;
}
.crossInstCode span{
    padding: 0px;
    color: red;
    font-size: 20px;
}
.crossInstCode:hover span{
    font-weight: bold;
    font-size: 25px;
}
.screenBox{
    box-shadow: 0px 0px 20px -6px black;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
}