/*
POWERED BY : LCODE TECHNOLOGIES & MADHUKAR.BANTWAL
------------------------------------------------------------------------------------ */

@font-face {
	font-family: 'Sansation';
	src: url('../fonts/Sansation-Regular.eot');
	src: url('../fonts/Sansation-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Sansation-Regular.woff2') format('woff2'),
		url('../fonts/Sansation-Regular.woff') format('woff'),
		url('../fonts/Sansation-Regular.ttf') format('truetype'),
		url('../fonts/Sansation-Regular.svg#Sansation-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ------------------------------------------------------------------------- */

* { margin: 0; padding: 0; }

body{
	font-family: 'Sansation', sans-serif;
	font-size: 14px;
	background:#f5f5f5;
	color:#333;
}

div, div_data, div_doc, div_aso, div_equ { display: block;}

.h4, h4 {
    font-size: 17px;
}

.white { color:#ffffff; }
.mand { color:#ff0000; font-size:14px; font-weight:normal; }

.center { text-align:center; }

.bold { font-weight:bold; }

.clear { clear: both; }

a { text-decoration:none; }
a:hover { text-decoration:none; }

.container {
	max-width: 1200px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.form-group {
	margin: 15px 0px;
	padding: 0px;
}

.control-label {
	margin: 6px 0px;
}

.form-control {
	margin: 0px 0px;
	width: 96%;
	border:0px;
	border-radius: 0px;
}

hr { background-color: #6f6f6f; height:1px; border:1px solid #fff;}

.h_heading { padding: 0px 13px; }

.nav-tabs { display: none; }

.mybtn { 
	padding: 10px 10px;
	font-size: 18px;
	background: #193048;
	color: #ffffff;
	border: 0px;
	border-radius: 0px;
	width: 100%;
}

.mybtn:hover, .mybtn:focus {
	background: rgba(255, 255, 255, 0.1);;
	color: #ffffff;
}

.btn:focus { outline: 0 !important; }
.btn:hover { outline: 0 !important; }
.btn:active { box-shadow:none; }

.add_more_btn {
	margin: 15px;
}

.final_btn_bg { 
	background:#193048; 
	padding: 10px;
    max-width: 1200px;
    margin: 0 auto;

    /* Float Footer Buttons
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    */
}

.m_left_border { border-left: 1px solid #ffffff; }

.big { font-size: 24px; margin-top: -2px; }

.input_dob { width:100%; max-width:calc((98% - 13px) / 3 ); display:inline-table !important; }

/* Panel */

.panel-custom {
    border:0px;
    border-color: #cccccc;
    background: #f5f5f5;
}

.panel-custom > .panel-heading {
    color: #ffffff;
    background-color: #006296;
    border:0px;
    border-color: #337ab7;
}

.panel.noborder {
    border: none;
    box-shadow: none;
    margin: 0;
}
.panel.noborder > .panel-heading {
    border: 0px;
    border-radius: 0;
    text-align: center;
    background-image: url('../images/header-bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.panel_inside {
	background: #ffffff;
	border: 1px solid #6f6f6f;
	border-top: 0px;
	padding-top: 10px;
	padding-bottom: 15px; 
}

.btn { }


@media(max-width:992px){

	.form-group { margin: 0px 0px; padding: 0px; }

	.form-control { margin: 0px 0px 15px 0px; width: 100%; }

	.panel_inside { min-height: 400px; }

	.control-label { margin: 6px 0px 3px 0px; }

	.input_dob { max-width:calc((100% - 10px) / 3 ); }

}

/* Custom Codes */

textarea, input, select, .uneditable-input {   
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #6f6f6f !important;
}

textarea:focus, input:focus, select:focus, .uneditable-input:focus {   
  outline: none;
  border-bottom: 2px solid #0199ca !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control::-webkit-input-placeholder { color: #999999; }
.form-control:-moz-placeholder { color: #999999; }
.form-control::-moz-placeholder { color: #999999; }
.form-control:-ms-input-placeholder { color: #999999; }


select {
    -webkit-appearance: none;  
    -moz-appearance: none; 
    background: #ffffff url(../images/arrow.png) no-repeat right 0px center !important;
    text-indent: 0.01px; 
    text-overflow: "";
    box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
    padding-right:30px !important;
}

/* BRANDING */

.panel-head-brand {
    color: #ffffff;
    background-color: #fff500;
    border: 0px;
    border-color: #337ab7;
    padding: 5px 15px;
}

.h_head_bran {
    padding: 0px 13px;
}

.brand { width:100%; max-width: 200px; }

/* POPUP */

.modal-content {
    margin-top: 30px;
}

ol {
    margin-left: 20px;
}

.yellow, .yellow:focus, .yellow:hover { background:#fff500; }

.modal-header { 
	background:#fff500;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
   }


/* THANK YOU PAGE */

.ty_data { padding: 20px; text-align:center; margin-top:15px; margin-bottom:30px;}

.track { font-weight:bold; color:#cc0000;}