/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 19 Mar 2015, 2:41:20 PM
    Author     : raymond.bosman
*/


@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
    margin: 0px 0px 0px 0px !important;
    padding:0px 0px 0px 0px;
    font-family: 'Open Sans', sans-serif;
    -webkit-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
}

#pageWrap {
    height:100%;
}

#header {
    min-height: 80px;
    -webkit-box-shadow: 0px 7px 19px 9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 19px 9px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 19px 9px rgba(0,0,0,0.75);
}

#slider {
    border-top:0px solid #fff;
    /* background-color: #E0E0E0; */
}

#loginForm {
    width: 100% !important;
    float: right !important;
    margin-top: 10px;
    padding: 5px 2px 7px 5px;
    background-color: #DFDFDF;
    border-radius: 5px 5px 5px 5px;  -moz-border-radius: 5px 5px 5px 5px;  -webkit-border-radius: 5px 5px 5px 5px;  
    border: 1px solid #E2E2E2;
    background: rgba(237,237,237,1);  background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));  background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);  background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);  background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);  background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}

.inputName {
    margin-right:10px !important;
    float:left;
    width: 130px;
}
.inputPass {
    margin-right:10px !important;
    float:left;
    width: 130px;
}

.loginBtn:hover {
    /* padding: 2px 20px 3px 20px !important; */
}

#loginBtn .ui-button-text{
    padding: 3px 20px 3px 20px !important;
    position: relative;
    z-index: 100;
    color: #fff;
    box-shadow: 0px 0px 1px 0px #FFFFFF;
    border: solid 1px #c91515;
    text-shadow: 0 -1px 0 #c91515;
    background: #c91515;
    background: -moz-linear-gradient(top, #c91515 0%, #c91515 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #c91515), color-stop(100%, #c91515));
    background: -webkit-linear-gradient(top, #c91515 0%, #c91515 100%);
    background: -o-linear-gradient(top, #c91515 0%, #c91515 100%);
    background: -ms-linear-gradient(top, #c91515 0%, #c91515 100%);
    background: linear-gradient(to bottom, #c91515 0%, #c91515 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c91515', endColorstr='#c91515', GradientType=0 );
    font-size: 12px;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    font-family: 'arial' !important;
}

#loginBtn .ui-button-text:hover {
    padding: 3px 20px 3px 20px !important;
    position: relative;
    z-index: 100;
    color: #fff;
    box-shadow: 0px 0px 1px 0px #FFFFFF;
    border: solid 1px #c91515;
    text-shadow: 0 -1px 0 #c91515;
    background: #c91515;
    background: -moz-linear-gradient(top, #c91515 0%, #c91515 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #c91515), color-stop(100%, #c91515));
    background: -webkit-linear-gradient(top, #c91515 0%, #c91515 100%);
    background: -o-linear-gradient(top, #c91515 0%, #c91515 100%);
    background: -ms-linear-gradient(top, #c91515 0%, #c91515 100%);
    background: linear-gradient(to bottom, #c91515 0%, #c91515 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c91515', endColorstr='#c91515', GradientType=0 );
    font-size: 12px;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    font-family: 'arial' !important;
}

.forgotDetails {
    float: right;
    margin-right: 14px;
    font-size:12px;
    margin-top: 3px;
    color: #4F4F4F;
}

#welcomeHeader {
    margin-top: 0px;
    padding-top: 5px;
    border-bottom: 1px solid #C2C2C2;
    margin-bottom: 0px;
    font-weight: 200;
    letter-spacing: -1px;
    color: #C30101;
    background-color: #C0C0C0;
    padding-bottom: 8px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 76%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(76%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 76%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 76%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 76%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 76%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

#sortText {
    float:none;
}

#footer {
    position: fixed;
    border-top: 1px solid #777;
    height: 30px;
    background-color: #898989;
    bottom: 0px;
}

#footer p {
    text-align: right;
    margin:4px 20px 0px 0px;
    font-size: 12px;
    color:#fff;
}

.centered {
    position: absolute;
    height: 100px;
    top: 0;
    bottom: 0;
    margin:auto;
}

.setHeight{
    height: 800px!important;
    overflow: auto!important;
}

#dlgViewContract .ui-dialog{
    height: 800px!important;
    overflow: auto!important;
}




