y/* 
    Document   : style.css
    Created on : 3 avr. 2013, 09:58:59
    Author     : Cherif
    Description:
        Purpose of the stylesheet follows.
*/


html {
    height: 100%;
}


body{
    background-color: #fff;
    font-size: 12px;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    overflow: hidden;

}


#container {
      width: 100%;
height: 100%;
padding: 0;
margin: 0;
position: relative;

  
}

 #login-general {
  color: white; /* color of text */
  background: rgb(68,134,244);  
   /*background: rgb(241,116,178);*/
   min-width:20px;
   height: 100%;
}

#login-central-components {
  margin: 0 420px;
  width: 360px;
  padding-top: 150px;
  text-align: center;
  z-index: 1;
}

#login-background {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  height: 250px;
  width: 100%;
  border-bottom: solid 3px #a9b3ba; /* gray-blueish horitzontal line in the middle */
}


#login-logo {
  margin: 0 auto;
  height: 130px;
  padding-top: 20px;
  text-align: center;
}





#login-content {
    width: 550px;
}




.login-grid{
    width:100%;
}
.login-grid tbody tr,.login-grid tbody td{
    border: #ffffff;
}

.login-grid tbody input{
    float: right;
}



.ui-panel .ui-panel-titlebar{
    padding-top: 12px;
    padding-bottom: 15px;
    font-weight: bold;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    background: #eee;
    border:1px solid #999999;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color:#40494f;
}

.ui-inputfield.ui-state-focus, 
.ui-widget-content  .ui-inputfield.ui-state-focus, 
.ui-widget-header   .ui-inputfield.ui-state-focus
.ui-selectonemenu-trigger.ui-state-hover
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.login-grid tr.ui-widget-content input{
    margin-bottom:5px;
    float: right;
}

.login-grid tr.ui-widget-content button{
    margin-bottom:5px;
    float: right;
    width:125px;
    font-size: 12px;
    height: 35px;
}

