@CHARSET "UTF-8";

body {
    margin: 10px;
    background-color: #E5E5E1;
    color: #333333;
}

body.login {
    background: url("../img/pattern.jpg");
}

body, td, a, div, p {
    font-size: 12px;
    font-family: arial, sans-serif;
}

textarea, input, select {
    border: 1px solid #A5A596;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, sans-serif;
    box-shadow: inset 1px 1px 2px #ddd8dc;
}

input {
    height: 16px;
}

select {
    height: 20px;
}

a:link, .w, .w a:link {
    color: #0000cc;
    text-decoration: none;
}

a:visited {
    color: #551a8b;
    text-decoration: none;
}

a:active {
    color: #ff0000;
    text-decoration: none;
}

label {
    font-weight: bold;
}

div#box {
    background-color: #F1F3F5;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    width: 420px;
    height: 325px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.4);
    margin: 60px auto 30px auto;
}

div#logo {
    background-image: url('../logo/login');
    background-repeat: no-repeat;
    background-position: center center;
    width: 316px;
    margin: 15px auto 5px auto;
    height: 75px;
}

div#text {
    width: 150px;
    padding: 0px 10px 0px 10px;
    text-align: center;
    float: left;
}

div#error {
    color: red;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    height: 18px;
    margin-bottom: 5px;
}

div#ok {
    color: green;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    height: 18px;
    margin-bottom: 5px;
}

div#form {
    background-color: #E9ECEF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 10px;
    width: 205px;
    height: 145px;
    float: left;
}

div#copy {
    padding-top: 12px;
    text-align: center;
    float: left;
    color: #999;
    width: 100%;
}

table.form {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #707090;
    border-radius: 3px;
    background-color: #eeeeee;
}

table.form tr.fuzzy {
    background-color: #C3D9FF;
}

table.form tr.error {
    background: #DB9D9D;
    background: -webkit-linear-gradient(top, #DB9D9D 0%, #C96C6C 100%);
    background: -moz-linear-gradient(top, #DB9D9D 0%, #C96C6C 100%);
    background: -ms-linear-gradient(top, #DB9D9D 0%, #C96C6C 100%);
    background: -o-linear-gradient(top, #DB9D9D 0%, #C96C6C 100%);
    background: linear-gradient(to bottom, #DB9D9D 0%, #C96C6C 100%);
    border-bottom: 1px #9D2424 solid;
}

table.form th {
    font-weight: bold;
    font-size: 12px;
    height: 16px;
    background: #F6F6EE;
    background: -webkit-linear-gradient(top, #F6F6EE 0%, #D5D5CF 100%);
    background: -moz-linear-gradient(top, #F6F6EE 0%, #D5D5CF 100%);
    background: -ms-linear-gradient(top, #F6F6EE 0%, #D5D5CF 100%);
    background: -o-linear-gradient(top, #F6F6EE 0%, #D5D5CF 100%);
    background: linear-gradient(to bottom, #F6F6EE 0%, #D5D5CF 100%);
    border: 1px solid #A5A596;
}

/* DEMO */
table.demo {
    background-color: #F1F3F5;
    border: 1px solid #CCCCCC;
    width: 380px;
}

table.demo td {
    text-align: center;
    padding: 7px;
}

td.demo_alert {
    background-color: #DA3737;
    font-weight: bold;
}

td.demo_info {
    background-color: #DE6611;
    font-weight: bold;
}

td.demo_title {
    background-color: #002B4C;
    color: #fff;
    font-weight: bold;
}

table.demo_list {
}

table.demo_list th {
    font-weight: bold;
}

table.demo_list td {
    padding: 1px;
}

input[type="submit"], input[type="button"] {
    background-color: #E5E5E1;
    border: 1px solid #A5A596;
    border-radius: 3px;
    height: 22px;
    font-size: 12px;
    font-family: arial, sans-serif;
    box-shadow: inset 0 -4px 6px -2px rgba(0, 0, 0, .20);
    cursor: pointer;
}

input[type="submit"]:hover, input[type="button"]:hover {
    background-color: #d6d3d3;
    box-shadow: inset 0 3px 6px -2px rgba(0, 0, 0, .20);
}

.loginButton {
    background-image: url("../img/key.png");
    background-repeat: no-repeat;
    padding-left: 17px;
    background-position: 2px center;
}

.yesButton {
    background-image: url("../img/true.png");
    background-repeat: no-repeat;
    padding-left: 17px;
    background-position: 2px center;
}

.noButton {
    background-image: url("../img/false.png");
    background-repeat: no-repeat;
    padding-left: 17px;
    background-position: 2px center;
}

/* Chrome fix for button images */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .loginButton, .yesButton, .noButton {
        padding-left: 20px;
    }
}

/*
=================================================================
OpenKM RSS
=================================================================
*/
.openkm-news {
    width: 200px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.openkm-version {
    padding: 5px 20px;
    color: #404040;
    font-weight: bold;
    background: #fed400;
}

.openkm-ticker {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}

.openkm-ticker img {
    padding: 0px 5px;
}

.vticket-border-right {
    border-right: 1px solid #394263;
}

.vticker {
    border-right: 1px solid #394263;
    border-bottom: 1px solid #394263;
    background: white;
    position: relative;
    top: 0px;
    left: 0px;
    border-bottom-right-radius: 10px;
}

.vticker ul {
    padding: 0;
}

.vticker li {
    list-style: none;
    padding: 10px;
}

.vticker h4 {
    color: #0885bd;
    font-weight: bold;
}
