﻿body
{

}

.header
{
    position: fixed;
    top: 0;
    width: 100%;
    color: #ffffff;
    height: 50px;
    text-align: left;
}

.white {
    color: white;
}

/*Notification*/
.notired
{ 
    display:block; 
    background:#E43C03; 
    text-align:center; 
    color:#FFF; 
    font-size:12px; 
    font-weight:bold; 
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    border-radius:6px; 
    width:14px; 
    z-index:1; 
    margin:0px 1px 0px 18px; 
    position:absolute; 
    padding:1px;
}

.title
{
    margin: 0;
    color: #60b0ea;
    float: left;
    font: bold 14px "Calibri" , Arial;
    padding: 5px 30px 0px 15px;
    font-style: normal;
}

/*#AppVersion
{    
    color: #3892d3;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
}*/

.header ul
{
    margin: 0px;
    padding: 0px;
}

.header ul li
{
    margin: 15px 5px 0px 0px;
    padding: 0px;
    float: left;
    list-style: none;
    width: 24px;
}

.button
{
    background-color: #368dcc;
    color: White;
    padding:10px;    
    font-weight:bold;
}

.button-hover
{
    background-color: #3894d7;
    color: White;
    padding: 5px;    
}

.toolbar
{
    background-color: #f5f5f5;   
}

    
/*Search Combo Box*/
.list
{
    width: 298px;
    font: 11px tahoma,arial,helvetica,sans-serif;
} 

.list th
{
    font-weight: bold;
}

.list td, .list th
{
    padding: 3px;
}


body.LoginBackground
{
    background-image: url('../Images/PaathshalaLoginScreen.jpg');
    background-color: #DFE8F6;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
}

.loginButtonLogo
{
    background-color: transparent;
    background-image: url('../Images/LoginButton.png'); 
    background-repeat: no-repeat;
}

.profilePictureName
{
    font-size: large;
    font-weight: bold;
}
    
.customerCode
{
    font-size:small;
    color: #65A4CB;
}   

.homeScreen
{
    background-color: #71829c;
    padding-left:10px; 
    padding-top:10px;        
}

.pageNotFound
{
    background-position: center center;
    background-image: url('../Images/404Error.jpg');
    background-color: #2d2f2e;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;  
}

.pageNotFound a
{
    color:White;            
}


.serverConnect {
    margin: 0 auto;
    background-repeat: no-repeat;
    text-align:center;    
}

.logDescFirst {
    font-size:10px;
    font-family: Verdana;
    background-color: lightyellow;
}

.logUserFirst {
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana;
    border-bottom:dotted;
    border-bottom-color: gray;
    border-bottom-width:thin;
    margin-bottom: 5px;
    background-color: lightyellow;
}

.logDesc {
    font-size:10px;
    font-family: Verdana;
}

.logUser {
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana;
    border-bottom:dotted;
    border-bottom-color: gray;
    border-bottom-width:thin;
    margin-bottom: 5px;
}

.Twitter {
    background-image:url('/Resources/Images/JoinUs/Twitter.jpg');

}

.Facebook {
    background-image:url('/Resources/Images/JoinUs/FB.jpg');
}

.x-grid-empty {
    text-align: center;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}