/*************************************** IMGAGE UPLOAD *************************************/
.btn-file {
    position: relative;
    overflow: hidden;
	padding: 6px 10px;
}
@media (max-width: 765px) {
	.btn-file {
		padding: 7px 10px;
	}
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.open > .dropdown-menu {
    background: #000000;
}
/*************************************** IMGAGE UPLOAD *************************************/
/*************************************** CMS *************************************/
#cms input[type="text"], input[type="email"], select, textarea{
	margin-bottom:0px;
}
#cms table tbody tr td {
	word-break: break-all;
}
#cms .panel-default>.panel-heading {
    height: 55px;
}
/*************************************** CMS *************************************/
/*************************************** GLOBAL *************************************/
.gray{
	background: #FFFFFF;
}
.nospeaker{
	height: 200px;
    background: #CCCCCC;
    color: #FFFFFF;
    padding-top: 60px;
}
.nospeakerhome{
	border: 1px solid #d5d5d5;
    padding: 12px 16px;
    border-radius: 50%;
    color: #FFFFFF;
    background: #d5d5d5;
}
.img-responsive{
	display: inline-block !important;
}    
/*************************************** GLOBAL *************************************/
/*************************************** CAPTUCHA *************************************/
.txtcaptucha{
	text-align: center;
    font-style: italic;
} 
.btncaptucha[disabled] {
    cursor: default;
    background: #dd0a37 !important;
    color: #FFFFFF !important;
}
/*************************************** Captucha *************************************/