/**{
    outline: 0;
    outline-style:none;
    outline-width:0;
}

html, body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

html {
    background-color: #FFF;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color:#000;
    line-height: 1.5em;
}*/
/*.error {
    font-size: 11px !important;
    display: block;
    padding: 5px 5px 5px 5px;
    margin: 3px 0 3px 0;
    border: 1px solid red;
    color: red;
    font-weight: bold;
    background-color: #F4CDD6;
}*/
.error-acces-db {
    font-size: 11px !important;
    /*    display: block;*/
    margin-left: 25%;
    padding-left: 20px;
    padding-top: 0px;
    /*    margin-left: 50px;
        margin-top: 50px;*/
    border: 1px solid red;
    color: red;
    font-weight: bold;
    width: 500px;
    /*    background: #FFF url(../images/logo/avia75x75.jpg) no-repeat;*/
    background-color: #F4CDD6;
    /*    background: #F4CDD6 url(../images/error.png) 5px .3em no-repeat;*/
}
/* backgrounds */

html.webkit {
    background-image: -webkit-gradient(linear, 0% 50%, 0% 100%, from(#ccc), to(#E5E5E5)); /* ccc to 555 */
}

html.firefox {
    background-image: -moz-linear-gradient(center top, #eee, #E5E5E5);
}

html.IE9 {
    /*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#E5E5E5');*/
}

/* upper logo */
.login-top {
    height: 27px;
    margin-bottom: 20px;
    /*    background-image: url(../images/th_blue.png);*/
    background-position: -4px 0px;
    background-repeat: repeat-x;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
}

.title{
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    padding-top: 4px;
    font-family: verdana;
    background-color: /*#E3001B*/#62a3d1;
    height: 27px;

    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
}
#logo {
    padding-left: 200px;
    padding-top: 200px;
    margin-left: 50px;
    margin-top: 50px;
    /*    background: #FFF url(../images/logo/avia75x75.jpg) no-repeat;*/
}
#logo-50x50 {
    padding-left: 200px;
    padding-top: 100px;
    margin-left: 50px;
    margin-top: 50px;
    background: #FFF url(../images/logo/avia50x50.jpg) no-repeat;
}
#version{
    float: right;
}
/* login dialog container */
#loginPrompt {
    background-color: #FFF;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.webkit #loginPrompt {
    -webkit-bgsie-shadow: 0px 0px 30px 0px black;
}

.firefox #loginPrompt {
    -moz-bgsie-shadow: 0px 0px 30px 0px black;
}

.IE9 #loginPrompt {
    bgsie-shadow: 0px 0px 30px 0px #555;
}

.IE #loginPrompt {
    border: 1px solid #888;
    border-color: #888 #555 #444 #888;
}

/* ruler */
.login-ruler {
    border-top: 1px inset #efefef;
}

/* error messages */
#loginStatus {
    color: #800;
    font-weight: normal;
    text-align: left;
}

/* bottom line */
.login-bottomline {
    height: 1.5em;
    line-height: 1.5em;
    padding: 5px 10px 5px 10px;
    background-color: #eee;
    color: #aaa;
    text-align: left;
    margin-top: 10px;
    border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
}

/* basic elements */

/*a {
    text-decoration: none;
    color: #404962;
}*/

input, textarea, select {
    border: solid 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    border-color: #C0C0C0 !important;
}


/* table */

.inputGridTable {
    width: 100%;
    empty-cells: show;
    overflow-x: hidden;
}

.inputGridTable td {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    vertical-align: top;
}

/* Login field */

#loginPrompt {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-top: -142px;
    margin-left: -197px;
    width: 394px;
    overflow-x: hidden;
    border: 0.5px solid #62a3d1/*#9ec6e3*/;
}

#loginPrompt form {
    margin: 0;
}

#loginPrompt td {
    vertical-align: middle;
}

.background-color-default {
    background-color: #E1E4EB;
}

.background-color-content, .cpbody-color {
    background-color: #f5f5f5 !important;
}

.cpbottom-color {
    background-color: #E8E8E8;
}

.font-color-disabled {
    color: #818181;
}

/* 
 * Button
*/

.gsie-button {
    font-size: 8pt;
    line-height: 1.5em;
    border-radius: 5px 5px 5px 5px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: black;
    cursor: pointer;
    padding: 3px 1em 3px 1em;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.gsie-button:hover {
    border-color: #888;
}

/* firefox */
.firefox .gsie-button {
    -moz-border-radius: 5px;
    background-image: -moz-linear-gradient(center top, #ffffff, #efefef);
}

.firefox .gsie-button:hover {
    -moz-bgsie-shadow: 0px 0px 4px #aaa;
}

/* webkit */
.webkit .gsie-button {
    -webkit-border-radius: 5px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#EFEFEF));
}

.webkit .gsie-button:hover {
    -webkit-bgsie-shadow: 0px 0px 4px #aaa;
}

/* IE9 */
.IE9 .gsie-button {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
}

.IE9 .gsie-button:hover {
    bgsie-shadow: 0px 0px 4px #aaa;
}

/* end */