body{
	background-color: #ffffff;
	
	font-family	:cairo;
	
	font-size :14px;
}	
.error {
	color: red;
font-size :16px;
	  
	}
.text-danger {
    color: red;
}
.form{
	padding-bottom: 2%;
	padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    background-color: #ddedf9;
    border-radius: 20px;

}
input[type="radio"]{
    margin: 10 100px 0 10px;
  }

  .rad{
    
    border:1px solid #ccc !important;
   
    height:55px;
   
    vertical-align: middle;
  }


	.panel-title{
		.textarea-addon{
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 4px !important;
  border:1px solid #ccc !important;
  border-bottom: none !important;
}
		font-size :26px;	
		    background-color: #ffffff;
		color:#06547a;
	}
	
	
	.panel-body{
	padding: 15px;
	}
.span{
	font-weight: 50;
    font-size: 14px;
    margin-left: 3px;
}

.form-control,select {
    display: block;
    width: 100%;
    height: 55px;
    padding: 12px 12px;
    font-size: 16px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #f4f5f8;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.glyphicon.glyphicon-asterisk{
    font-size: 10px;
	color:red;
}







.msg {
	line-height: 4em;
    font-size: small;
}
.lg-bg {
	background-color: transparent;
	height:auto; 
	min-height:100%;
}
@media only screen and (max-width: 500px) {
  .col-md-8 .lg-bg {
   	display:none;
   }
}
.logo-area {margin-bottom:5px; margin-top:5px; }
.logo-text {margin-bottom:20px; margin-top:10px;}

.copy-text {margin-bottom:20px; margin-top:80px; position:relative; bottom:-100px;}







input[type=checkbox].mous {
  transform: scale(1.5);
}


.alert.alert-danger {
	
	padding: 6px 12px;
    font-size: 22px;
    font-weight: 200;
    line-height: 1;
    color: red;
    text-align: center;
    background-color: #e4ecf9;
    border: 1px solid #ccc;
    border-radius: 4px;
	
	
}
.alert{
	
	padding: 6px 12px;
    font-size: 22px;
    font-weight: 200;
    line-height: 1;
    color: green;
    text-align: center;
    background-color: #e4ecf9;
    border: 1px solid #ccc;
    border-radius: 4px;
	
	
}
.panel-info>.panel-heading .badge {
    color: #1c2427;
    background-color: #eee;
	font-size: 22x;
}
.panel-info>.panel-heading  {
    
    background-color:#f4f7f9;
	
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  background-color: #eee;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.list-group-item-success {
    color: #0f4777;
    background-color: #fff;
}


