/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.2.1
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.right-15 {
    margin-right: 15px;
}

.right-30 {
    margin-right: 30px;
}
.brd-none {
    border: none;

}

.thumbnail {
    background-color: transparent;
}

.mr5 {
    margin-right: 7px;
}

.mb5 {
    margin-bottom: 7px;
}
.pb15 {
    padding-bottom: 15px;
}
.mb15 {
    margin-bottom: 15px;
}

.backside {
    font-weight: normal;
	float: right;
	text-align: center;
/*  width: 220px;*/
/*	background-color: #fff;*/
/*	padding: 10px;*/

}


.lang {
    font-size: 12px;
}

.lang .ico-ru {
	background: url("/images/ru.ico") no-repeat;
	padding-left: 20px;
	padding-top: 1px;
}

.lang .ico-en {
	background: url("/images/en.ico") no-repeat;
	padding-left: 20px;
	padding-top: 1px;
}

.lang .active {
	font-weight: bold;
}

.lang .item3 {
	padding: 5px;
}

.main table td {
    padding: 5px;
    border-bottom: #000 1px solid;
    border-right: #000 1px solid;
}

.main table {
    border-top: #000 1px solid;
    border-left: #000 1px solid;
}

.main table td p {
    font-size: 12px;
}

.slide div {
    margin: 0 2px;
}

.quarantine {
    color: red;
    font-size: 18px;
    font-weight: bold;
}


#cookie_note {
    display: none;
    position: fixed;
    z-index: 1;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p {
    font-size: 0.85em;
}
