
label,
input,
button,
select,
textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
}

input,
/*button,*/
select,
textarea {
    font-family: Trebuchet MS;
}

label {
    /*display: block;*/
    margin-bottom: 5px;
}

line {
    border-bottom: 3px solid #e6e6e6;
    margin-bottom: 5px;
    *zoom: 1:;
}


.pdf_button a {
	display: block;
	overflow: hidden;    
	background:  url('../img/file-pdf.png') top center no-repeat;    
	width: 18px;    
	height:18px;
	text-decoration: none;}
.pdf_button{
	vertical-align:middle;
	text-indent: -1000px;	
}
.xml_button a {
    display: block;
    overflow: hidden;
    background: url('../img/file_xml.png') top center no-repeat;
    width: 18px;
    height: 18px;
    text-decoration: none;
}
.xml_button{
	vertical-align:middle;
	text-indent: -1000px;}

.starrr {
  display: inline-block; }
  .starrr a {
    font-size: 16px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none; }

.has-warning .help-block,
.has-warning .control-label {
    color: #c09853;
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #a47e3c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    }

.has-warning .input-group-addon {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    }

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {
    color: #468847;
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #356635;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    }

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

.logo-font {
    font-family: "Good Times", cursive, sans-serif;
}

.logo-font-mini {
    font-family: "Good Times", sans-serif;
    font-size: 100%;
}

.text-default {
    color: #c82727;
}
.text-default-2 {
    color: #040404;
}