/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20.10.2015, 16:56:49
    Author     : Nexisi
*/
.item_hr {
    margin-top: 10px;
    float: bottom;
}
.border {
    width: 100%;
    min-height: 150px;
    overflow: hidden;

    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.border:hover {
    background-color: rgba(0,0,0,0.15);
}
.odd {
    overflow: hidden;
    background-color: rgba(243,243,243,1);
    
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.odd:hover {
    background-color: rgba(0,0,0,0);
}
.item_hr {
    //width: 100%;
    padding: 0px;
    margin: 0px;
    display: none;
}
.item_content_a {
    width: 50%;
    min-height: 150px;
    float: left;
    padding-right: 5%;
    padding-left: 5%;
}
.item_content_a div table{
	width:100%;	 !important
}
.item_content_b {
    padding-top: 10px;
    width: 20%;
    float: left;
}
.item_img {
    width: 20%;
    height: 220px;
    float: left;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.item_text {
    color: #2980b9;
}
.filtr {
    display: inline-block;
    margin: 5px;
    width: 150px;
}
input {
    width: 150px;
}
select {
    width: 150px;
}
.filtr_container {
    margin: 10px;
}
h3 {
    color: #2980b9;
    padding-top: 10px;
    font-weight: bold;
}
h4 {
    color: #2980b9;
    padding-top: 10px;
}