/* Custom CSS */

.lang {
	cursor: pointer;
}

.myalert {
	font-style:italic;
	font-size:0.9em;
}

.myalert-success {
	color:#23ff1c;
}

.myalert-danger {
	color:#ff1c1c;
}

hr .site-hr{
	margin:0 auto;
	width:50%;
	border:0;
	height:1px;
	background-image:linear-gradient(to right, transparent, #555, transparent);
}

/*** site-lang (header-top) ***/
.site-lang li a {
	padding-top:6px;
	padding-bottom:5px;
	color:#ffffff !important;
}

.site-lang li a:hover {
	background:#eee !important;
	border-radius:4px;
	color:#000 !important;	
}

.site-lang .open > a,
.site-lang .open > a:focus,
.site-lang .open > a:hover {
	background-color:#eee !important;
	color:#000 !important;
	border-radius:4px;
}

.site-lang .dropdown-menu {
	min-width:100px !important;
}

.site-lang-google {
	display:block;
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
	border-radius:100%;
	margin-top:5px;
	transition: all .2s ease;
}
.site-lang-google:hover {
	background:green;
}

/*** site-header ***/
.site-header {
	display:inline-block;
	/*height:100%;*/
	text-align:center;
	margin-left:20px;
	font-weight:bold;
	font-size:1.5em;
	color:#333;
	width:200px;
	/*letter-spacing:1px;*/
}#nologo_txt {	font-family:"Segoe UI", Verdana, Tahoma;	font-size:50px;	font-weight:bold;	text-shadow:3px 3px 5px rgba(0,0,0,0.3);	color:#3A3A3A;	letter-spacing:5px;}
#fc_logo,#fc_logo:hover,#fc_logo:active,#fc_logo:focus {	text-decoration:none;}



/*
.header-top {
    background: #343434 !important;
    border-top-color: #272727 !important;
}

.site_toplink,
.site_toplink:hover {
	color:white;
	text-decoration:none;
}



.footer-copyright {
	margin-top:20px !important;
}

div .main {
	border-top:1px solid #eee;
}

.main .container {
	margin-top:30px !important;
}

@media (max-width: 991px) {
	html.sticky-header-negative.sticky-header-active #header .header-logo {
		padding-top: 0px;
		margin-top:-47px;
		top:-3px;
	}
	
	/*.lang-menu {
		display:inline-block;
		float:right;
	}
	
	#ptst {
		font-size:11px !important;
	}
}*/
.clickable{
    cursor: pointer;   
}

.panel-heading span {
	margin-top: -20px;
	font-size: 15px;
}

.custom-file-input {
	display: inline-block;
	position: relative;
	color: #533e00;
}
.custom-file-input input {
	visibility: hidden;
	width: 100px
}
.custom-file-input:before {
	content: 'Choose File';
	display: block;
	background: -webkit-linear-gradient( -180deg, #ffdc73, #febf01);
	background: -o-linear-gradient( -180deg, #ffdc73, #febf01);
	background: -moz-linear-gradient( -180deg, #ffdc73, #febf01);
	background: linear-gradient( -180deg, #ffdc73, #febf01);
	border: 3px solid #dca602;
	border-radius: 10px;
	padding: 5px 0px;
	outline: none;
	white-space: nowrap;
	cursor: pointer;
	text-shadow: 1px 1px rgba(255,255,255,0.7);
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
	position: absolute;
	left: 0;
	right: 0;
}
.custom-file-input:hover:before {
	border-color: #febf01;
}
.custom-file-input:active:before {
	background: #febf01;
}