.pixflex-hide
{
    display: none;
}
#txtCaptcha
{
        background:url('<?php echo $this->serverUrl(); ?>/dist/images/captcha.png');
}

/* Bootbox modification */
.close {opacity: 1; color: #ffffff;}
.close:hover{opacity: 1; color: #ffffff;}
.modal-header {background-color: #053887 !important;}
.modal-title {color: #ffffff !important;}
.modal-footer{padding: 10px; text-align: right; border-top:1px solid #e5e5e5 !important;}
.btn_circle {cursor:default; background-color:#ffffff; border-color:#ffffff; margin-bottom:1px; width:20px; height:20px; padding: 3px;}
.btn_circle:hover {cursor:default; background-color:#ffffff; border-color:#ffffff; margin-bottom:1px; width:20px; height:20px; padding:3px;}
.glyphicon_remove{color:#DE0000;}
.btn-brown { background-color: #785447;}
.about_page_header { font-size: 20px; font-weight:300; color:#000; margin:0px; padding:5px 0px 10px 0px; margin-bottom:10px;}
.btn-circle { width: 25px; height: 25px; padding: 6px 0; border-radius: 15px; text-align: center; font-size: 10px; line-height: 1.428571429; }
.btn-circle.btn-lg { width: 50px; height: 50px; padding: 10px 16px; border-radius: 25px; font-size: 18px; line-height: 1.33; }
.btn-circle.btn-xl { width: 70px; height: 70px; padding: 10px 16px; border-radius: 35px; font-size: 24px; line-height: 1.33; }
.txtCaptcha-alignment
{
    text-align:center;border:none;margin-left:63px; width:180px; font-weight:bold; font-family:Georgia;font-size: 20px;
}
/*.fs20 font-size-20
{
    font-size: 20px;
}*/
.TextInput
{
    width:182px;margin-left:50px;
}

.display_block
{
	display:block !important;
}