/* 		for telephone css  */

legend {
	width:auto !important;  
	font-size: 18px !important;
	 
}		

.row fieldset {
	background: none repeat scroll 0 0 #F1F1F1;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 0 #FFFFFF;
	padding: 15px; 
	margin:0 0 20px 0;
}

.row fieldset legend {
	border-bottom:0;
	padding: 0 15px;
}

.input-group-addon input{
	padding:0px 12px;
	border:1px solid #ccc;
	border-radius:4px 0 0 4px;
	border-right:0;
	line-height:44px;
	width:50px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon.nopd {
    padding: 0;
    border: 0;
}

.aui .input-group-addon {
    background: #F1F1F1!important;
}

/* 		for telephone css  */

label span.small {
    font-size: 12px!important;
    color: #626262;
    font-weight: 300;
    font-style: italic;
}

.messageScreen {
    background: #2957a4;
    min-height: 300px !important;
    display: table;
}

.messageScreen h2 {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0 !important;
    margin-top: 10px;
    color: #fff !important;
    line-height: 1.5em;
    font-size: 24px;
}

.text-center {
    text-align: center !important;
}

.greyGroup {
    background: #fff;
    padding: 30px !important;
    position: relative;
    height: auto;
    clear: both;
}

.col-md-12{
    float: left;
}

.col-md-5 {
    width: 41.66666667% !important;
}

.aui .messageDataScreen {
    display: table;
    border: 1px solid #2957a4;
    background: #fff;
    min-height: 300px !important;
    padding: 0 60px;
}

.col-md-7 {
    width: 58.33333333% !important;
}

.messageDataScreen div p {
    font-size: 17px;
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    display: block;
}

.messageDataScreen div {
    display: table-cell;
    vertical-align: middle;
}

#okBtn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.messageDataScreen div button {
    width: 150px;
    float: left;
    font-size: 16px;
    padding: 0;
    margin: 20px !important;
    font-weight: normal;
}

.messageDataScreen div strong {
    color: #2957a4;
    text-decoration: underline;
}

.logo img {
    max-width: 100%;
    height: auto;
}

#perkesologo{
	
	padding: 10px 20px;
	vertical-align: middle;
}

img {
    border: 0;
}

.width-92 {
    width: 92px !important;
}

#logos .margin-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

#logos .float-none {
    float: none !important;
}

.aui .text-center{
	
	    text-align: center;
}

.aui h1, .aui .h1 {
  color: #000;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    padding: 10px 0 20px;
    margin-left: 10px;
}


.requiredFieldItem-color {
    background-color: #FFF4CF !important;
    border-color: #F5CB1B !important;
    color: #B18F00 !important;
}

.requiredFieldItem-color-yellow {
	background-color: #F3FE51 !important;
    border-color: #F5CB1B !important;
    color: #B18F00 !important;
}

.orange-color {
    color: #B18F00 !important;
}
 
legend.orange-color.required-field:after {
    content: "\2217" !important;
    color: #F80307 !important;
    visibility: visible !important;
    margin: 1px;
    position: relative;
    top: -4px;
}



.nopd {
    padding: 0 !important;
}

/* new  */

.checkBoxstyle [type=checkbox] {
  display: none;
}

.checkBoxstyle label {
  cursor: pointer;
}

.checkBoxstyle [class*=icon-].icon-fixed-width {
  text-align: left;
  margin-right:10px;
  width:20px;
  vertical-align:middle
}

.checkBoxstyle-disabled [type=checkbox] {
  display: none;
}

.checkBoxstyle-disabled label {
  cursor:not-allowed;
}

.checkBoxstyle-disabled [class*=icon-].icon-fixed-width {
  text-align: left;
  margin-right:10px;
  width:20px;
  vertical-align:middle
}

.fa-check-square-o.redIcon{
	color:#EC0000
}

.greenAlertMessage{
	border-radius:5px;
	border:1px solid #0FB565;
	background:#B7F5E5;
	padding:10px;
	display:block;
	overflow:hidden;
	color:#006F2F;
	text-align:center;
	margin:20px 10px 10px;
	font-weight:bold;
}

.messageScreenFullWidth{
	vertical-align:middle;
	padding:40px 0;
	margin-top:10px;
	
	line-height:1.5em
	;background:#2957a4;
}
.messageScreenFullWidth h1{
	color:#fff !important;
}
.messageScreenFullWidth  i{
	margin-bottom:10px;
}
.messageScreenFullWidth button{
	vertical-align:middle;
	background:#fff;
	color:#2957a4;
	margin-bottom:50px;
	width:150px;
}

.greenColor {
    color: #98cb5b;
}

.blueColor {
	color: #2957a4;
}

.successMessage{
	background:#f1fbd1;
	border:1px solid #bce830;
	color:#1A8D04;
	padding:10px;
	border-radius:5px;
	font-weight:400
	
}

.fieldset-white-bg{
	background-color: #fff !important;
	border-color: #12718f !important; 
	color: #12718f !important;
}


.fakeTextBox {
  border: 1px solid #888;
  box-sizing: border-box;
  display: block;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 5px;
  vertical-align: baseline;
  width: 300px;
}

.reg-alert-error {
	display : inline-block;
	background-color: #fee5e2;
	border: 1px solid #fcaca5;
	color: #b50303;
	padding: 6px 12px;
	margin-bottom: 8px;
}