/*
Theme Name: tTh 
Theme URI: geicu.net
Author: Traian GEICU
Author URI: https://geicu.net
Description: custom made theme
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tTh
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.bg_tema
{
	background-color:#1D3742 !important;
}
.t_click_orange {
	background-color: orange;
	cursor: grab;
	color: black;
	font-size: 18px;
}
.t_click_orange:hover {
	background-color: #FFF8DC;
	cursor: pointer;
	color: blue;
}
.t_click_orange:active {
	background-color: #FFF8DC;
	color: red;
	cursor: crosshair;
}
.t_click:hover {
	background-color: #FFF8DC;
	cursor: pointer;
	color: blue;
}
.t_click:active {
	background-color: #FFF8DC;
	color: red;
	cursor: crosshair;
}
.container {
	margin-top: 32px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px !important;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
.meniu {
	min-height: 550px;
}
.bmf_head {
	background-color: #FFF8DC;
}
.bmf_footer {
	background-color: #FFF8DC;
}
.meniu ul li:link {
	background-color: #000000;
}
.meniu ul li:visited {
	background-color: #400080;
}
.meniu ul li:hover {
	background-color: #F5FFFA;
	cursor: pointer;
	color: blue;
}
.meniu ul li:active {
	background-color: #FFF8DC;
	color: red;
	cursor: crosshair;
}
.x_close {
	width: 30px;
	text-align: center;
	background-color: #FF8C00;
}
.x_close:hover {
	width: 30px;
	text-align: center;
	background-color: red;
	color: white;
	cursor: pointer;
}
.x_close:active {
	width: 30px;
	text-align: center;
	background-color: #FF8C00;
	color: red;
	cursor: crosshair;
}
.x_close_white {
	width: 30px;
	text-align: center;
	background-color: #FFFFFF;
}
.x_close_white:hover {
	width: 30px;
	text-align: center;
	background-color: red;
	color: white;
	cursor: pointer;
}
.x_close_white:active {
	width: 30px;
	text-align: center;
	background-color: #FFFFFF;
	color: red;
	cursor: crosshair;
}
.ui-widget input {
	min-width: 24em;
}
.font_weight_bold {
	font-weight: bold;
}
.v_red {
	background-color: #FF0000;
}
.v_green {
	background-color: #00FF7F;
}
.v_green_1 {
	background-color: #00FF7F;
}
.v_orange {
	background-color: orange;
}
.v_color_yellow {
	color: yellow;
}
.v_color_blue {
	color: black;
}
.v_color_green {
	color: green;
}
.v_color_green_1 {
	color: green;
}
.text_align_center {
	text-align: center;
}
.font_size_12px {
	font-size: 13px;
}
.font_size_12_1px {
	font-size: 12px;
}
.height_400px {
	min-height: 500px;
}
.hdBuild {
	float: right;
}
.display_none {
	display: none;
}
.display_block {
	display: block;
}
.min_width_10 {
	min-width: 10em;
}
.min_width_48 {
	min-width: 48em;
}
.font_weight_bold {
	font-weight: bold;
}
.modal_mycustom {
	 overflow: auto;
	
}
.float_right
{
	float : right;
}
.font_size_1
{
	font-size: 1.3em;
}
.alink>a:link,.alink>a:active
{
	color: white;
}
.alink>a:visited
{
	color: yellow;
}
.alink>a:hover
{
	color:orange;
}
/* jq autocomplete */
/*.ui-autocomplete-input {	max-height: 100px !important;	overflow-y: auto; */
/* prevent horizontal scrollbar */
/*overflow-x: hidden;}*/
/* IE 6 doesn't support max-height * we use height instead, but this forces the menu to always be this tall */
/* html .ui-autocomplete-input {	height: 100px !important;}*/