@font-face {
    font-family: 'th_k2d_july8';
    src: url('../images/webfonts/th_k2d_july8-webfont.eot');
    src: url('../images/webfonts/th_k2d_july8-webfont.eot?#iefix') format('embedded-opentype'),
        url('../images/webfonts/th_k2d_july8-webfont.woff') format('woff'),
        url('../images/webfonts/th_k2d_july8-webfont.ttf') format('truetype'),
        url('../images/webfonts/th_k2d_july8-webfont.svg#th_k2d_july8') format('svg');
    font-weight: normal;
    font-style: normal;
}
html,
body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333333;
    background: #ffffff url('../images/bg.png') repeat;
    margin:0;
    padding:0;
    height:100%;

}
#wrapper {
    min-height:100%;
    position:relative;
}
#content {
    padding:10px;
    padding-bottom:60px;   /* Height of the footer element */
}
#footer {
    background: url("../images/footer.png") repeat;
    color: #cbcf1b;
    font-size: 18px;
    font-family: 'th_k2d_july8';
    padding: 20px 0;
    text-align: center;

    position:absolute;
    bottom:0;
    width:100%;
    height:60px;
    left:0;
}
#footer .top{
    background: url("../images/footertop.png") repeat-x;
    height: 30px;
}
#footer span{
    font-size:22px;
    color:#ffffff;
}

h1 {font-size: 2em; }

h2 {font: 1.5em "Open Sans", "Times New Roman", serif; letter-spacing: 1px;}
h3 {font: bold 1em "Open Sans", Arial, sans-serif; letter-spacing: 2px;
    text-transform: uppercase;}
h4 {font: bold 1.1em "Open Sans", "Times New Roman", serif; letter-spacing: 1px; color: #797979;
    font-weight: 300;
    font-size: 16px}

a {
    text-decoration: none;	
    color: #05a1dc
}

a:hover {
    text-decoration: none;
    color: #05a1dc;
}

hr {
    margin: 0px 0px 10px 0px;
}
.hint{
    margin: 0;
    padding: 0;
    color: #999;
}
.navbar-inner, .navbar .top-line{
    background: #3d8bb6; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: -moz-linear-gradient(top,  #3d8bb6 0%, #357ba2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d8bb6), color-stop(100%,#357ba2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3d8bb6 0%,#357ba2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3d8bb6 0%,#357ba2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3d8bb6 0%,#357ba2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3d8bb6 0%,#357ba2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d8bb6', endColorstr='#357ba2',GradientType=0 ); /* IE6-8 */
}
.top-line {
    margin: 0;
    padding: 0;
    height: 32px;
    line-height: 28px;
    font-size: 13px;
    color: #858484;
}
.top-line .container {
    text-align: center;
}

.top-line .brand {
    float: none;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 1px 0 #000;
    padding-top: 0px;
    margin-top:10px;
}

.brand strong {
    font-weight: 600;
    color: #bddef9
}

.brand .label-info{
    background-color: #2d7297;
}

/* Login  */
.login {
    padding-top: 100px;
}
.login form {
    width: 250px;
    /*float: none;*/
    margin: 0 auto;
}
.login .well{
    background-color: #ffffff;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    border: 1px solid #D5D5D5;
    border-top:none;

}

.login .footer img {margin-top:50px;}
/* Login input */

.login .well .signin {
    text-align: center;
    background: none;
    margin: 0;
    padding: 2px 0px 0px 0px;
}

.login button {
    margin-bottom: 6px;
}

.login .control-group {
    background-image: url("../images/login-border-dotted.png");
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 4px;
}

.widget {
    clear: both;
    margin-bottom: 2em;
    position: relative;
    width: 290px;
    float: none;
    margin: 0 auto;
}
.widget .widget-header {
    background-color: #E9E9E9;
    *background-color: #E9E9E9;
    background-image: -moz-linear-gradient(top, #FAFAFA, #E9E9E9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FAFAFA), to(#E9E9E9));
    background-image: -webkit-linear-gradient(top, #FAFAFA, #E9E9E9);
    background-image: -o-linear-gradient(top, #FAFAFA, #E9E9E9);
    background-image: linear-gradient(to bottom, #FAFAFA, #E9E9E9);
    background-repeat: repeat-x;


    border: 1px solid #D5D5D5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: relative;
}
.widget .widget-header h3 {
    color: #555555;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    left: 10px;
    line-height: 14px;
    margin-right: 3em;
    position: relative;

    top: 2px;
}
.widget .widget-header [class^="icon-"], .widget .widget-header [class*=" icon-"] {
    color: #555555;
    display: inline-block;
    font-size: 16px;
    margin-left: 13px;
    margin-right: -2px;
    vertical-align: middle;
}

*=== form ===*/
div.form span.required
{
    color: red;
}

div.form div.error label:first-child,
div.form label.error,
div.form span.error
{
    color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
    background: #FEE;
    border-color: #C00;
}


div.form .errorSummary
{
    border: 2px solid #C00;
    padding: 7px 7px 12px 7px;
    margin: 0 0 20px 0;
    background: #FEE;
    font-size: 0.9em;
}

div.form .errorMessage
{
    color: red;
    font-size: 0.9em;
}


