@charset "utf-8";
/* CSS Document */

* :focus { outline: 0 !important; }

/* form validation  */
    label.valid {
    width: 24px;
    height: 24px;
    background: url(/img/valid.png) center center no-repeat;
    display: inline-block;
    text-indent: -9999px;
    }
    label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
    }
    .controls{
        position:relative;
    }
    .has-success .controls i{ font-weight: bold;font-size: 18px;display: block;position: absolute;right: 10px;top: 2px;}
    .has-success i:after {font-family: "Glyphicons Halflings";content:"\e013";color: green; font-size:20px;font-weight: bold;}
    .has-error .controls i{ font-weight: bold;font-size: 18px;display: block;position: absolute;right: 10px;top: 2px;}
    .has-error i:after {font-family: "Glyphicons Halflings";content:"\e014";color: #a94442;}
/* endformvalidation */

.clear {clear:both;}
.meniu {float:left; width:80%;}
.logblock {float:right; width:20%; padding-top: 15px;}
.navbar-default {background-color:#FFFFFF; border:0px;}
.form_test {background-color:#eee; padding-bottom:20px; width:70%;}
.form_test > .form-group {padding:10px; display:inline-block; width:200px;}
.form_test > .form-actions {padding-left:10px;}
.form_test input[type=submit] {background-color:#4CAF50; color: white; border-color:#4CAF50;}
.form_test input[type=submit]:hover {background-color: #45a049;}
.form_test label {color: #003366;}
.bold {font-weight:bold;}