@CHARSET "UTF-8";

#btn-check
{
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    padding: 8px;
}

#check-result
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.loading
{
    text-indent: 1.5em;
    background: url("../img/ajax-loader.gif") no-repeat left;
    background-size: 1.2em 1.2em;
}

#search-wrap{
	border:solid #CCCCCC 1px;
	width:320px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 3px;
	padding:3px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}

#code {
    margin: auto;
    width: 250px;
}

#filter_search {
    margin: auto;
    width: 250px;
}

#captcha-img {
    margin: auto;
    width: 250px;
}

.error
{
    color:#CC0000;
    font-size:16px;
}

.success
{
    color:#009900; 
    font-size:16px;
}

.toplo-check-note
{
    text-align: center;
}

img#refresh_img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor:pointer;
}

@media print {
    .printable
    { 
        font-size: 55%;
    }
}

#search-wrap {
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
}

#search-wrap .form-control:focus {
    border-color: #f06a0a; /* Оранжевото от логото ти */
    box-shadow: 0 0 0 0.25rem rgba(240, 106, 10, 0.25);
}

#search-wrap .btn-primary {
    background-color: #f06a0a;
    border-color: #f06a0a;
}

#search-wrap .btn-primary:hover {
    background-color: #d85d08;
    border-color: #d85d08;
}

/* Стил за капчата, за да не изглежда нахвърляна */
#captcha {
    max-height: 50px;
    background: white;
}
