@font-face {
    font-family: 'th_k2d_july8';
    src: url('../fonts/webfonts/th_k2d_july8-webfont.eot');
    src: url('../fonts/webfonts/th_k2d_july8-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/webfonts/th_k2d_july8-webfont.woff') format('woff'),
        url('../fonts/webfonts/th_k2d_july8-webfont.ttf') format('truetype'),
        url('../fonts/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;

}
#page{
    min-width: 970px !important;
}
#content {
    padding:10px;
    padding-bottom:60px;   /* Height of the footer element */
}
#footer {
    color: #cbcf1b;
    font-size: 18px;
    font-family: 'th_k2d_july8';
    padding: 20px 0;
    text-align: center;
    min-width: 970px !important;;
}

#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-form{
    margin: 0 auto;
    width: 250px;
}

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

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;
}

.errorMessage
{
    color: red;
}

/*=== panel ===*/
.panel {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.1);
    box-shadow: 0 1px 3px rgba(100, 100, 100, 0.1);
}

.panel-heading {
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #fafafa 0%,#efefef 100%);
    background: -o-linear-gradient(top, #fafafa 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #fafafa 0%,#efefef 100%);
    background: linear-gradient(to bottom, #fafafa 0%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 );

    padding: 8px 15px 7px 15px;
    margin: -15px -15px 15px; 
    border-bottom: 1px solid #D5D5D5;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.panel-footer {
    padding: 10px 15px;
    margin: 15px -15px -15px;
    background-color: #f5f5f5;
    border-top: 1px solid #D5D5D5;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
}
.panel>.table, .panel>.table-responsive>.table {
    margin-bottom: 0;
}

.btn {
    cursor: pointer;
}