@CHARSET "ISO-8859-1";
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(153, 153, 153);  Fallback color */
    /*background-color: rgba(0,0,0,0.4); Black w/ opacity */
    background-color: #fff;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 33%;
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
	text-align: center;
    padding: 2px 16px;
    background-color: #fff;
    color: white;
}

.modal-body {
	padding: 2px 16px;
	/*background-color: #F4F0EF;*/
}

.modal-footer {
    padding: 2px 16px;
    background-color: #fff;
    color: white;
}
.col-sm-6, .col-md-4 {
display:inline-block;
width:33%;
}
.thumbnail {
border:1px solid #ccc;
margin: 2px;
}
.thumbnail img {
margin:1%;
width:98%;
}
.thumbnail .caption {
text-align: center;
}
#divSecurityImage .thumbnail img {
width:40%;
margin:2%;
}
#divSecurityImage .thumbnail {
border:0px solid #ccc;
}
.form-group {
margin-top: 1%;
}
#secImages {
text-align: center;
}
.btn-panel {
text-align: center;
}
.btn {
/*background-color: #F8F8F8 !important;
background-image: none;
border : 1px solid #CFCFCF;*/
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
cursor: pointer; cursor: hand;
}
.btnskip {
width: 100% !important;
}

.frmLoginlbl,.text-left {
	PADDING-LEFT: 2px;
	/*FONT: 12px Arial, Verdana;*/
	/*COLOR: #F7FA00;*/
	TEXT-ALIGN: left;
}
.input-group {
	padding: 6px 0px;
}
/* label {
	display: inline-block;
	float : left;
} */
#secQuestions {
	max-height: 200px;
	height: 200px;
	overflow: auto;
}
#pageSecQuestions {
	margin-left: 40px;
}
#secQuestions .form-group {
	display: block;
	width:100%;
	clear:both;
	text-align: left;
}
.div-table {
	margin-left: 20px;
}
.table-row {
	clear:both;
	width:100%;
}
.table-td-label {
	display: inline-block;
	width:49%;
	word-wrap: break-word;
	text-align: left;
}
.table-td-field {
	display: inline-block;
	width:49%;
}
#modeLogin {
	margin-left: 50px;
}
#modeLogin .table-td-label {
	width: 40%;
}
#modeLogin .table-td-field {
	width: 55%;
	text-align: left;
}