/* ##########################################################  
-------------------------------------------------------------
					FONTS 
-------------------------------------------------------------
########################################################## */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,900');
@import url('../plugins/fontawesome/css/all.min.css');
/* ##########################################################  
-------------------------------------------------------------
					GLOBAL CSS
-------------------------------------------------------------
########################################################## */

html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Poppins', 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-size: 14px;
	line-height: 20px;
	color: #414141;
	font-weight: 400 !important;
	background: #eee;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
a, p, img, div, ul, li, span, h1, h2, h3, h4, h5, h4, form, input, select, hr, header, footer, section, article, nav, iframe {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	background: none;
	border: none;
}
section {
	padding: 90px 0;
}
.content-bl {
	display: block;
	padding: 60px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
}
hr {
	height: 1px;
	margin: 30px 0;
	border: none;
	border-bottom: 1px solid #ddd;
}
.btn {
	min-width: 80px;
	padding: 10px 25px;
	margin: 0;
	font-size: 18px;
}


.buttons .btn {
	margin: 0 5px;
}
@media screen and (max-width: 767px) {
section {
	padding: 15px 0;
}
.content-bl {
	padding: 30px 20px;
}
.buttons .btn {
	margin: 0 3px;
}
.btn {
	min-width: auto;
	padding: 8px 12px;
	font-size: 13px;
}

}
.pad30 {
	padding: 30px;
}
.table-responsive {
	width: 100% !important;
	max-width: 100% !important;
}
.card-bl {
	display: block;
	height: 250px;
	background: #ddd;
	padding: 20px;
	padding-top: 100px;
	border-radius: 10px;
	position: relative;
	background: url(../images/bg-card.jpg) 50% 0 no-repeat;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}
.card-bl .card-title {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
	background: #febf00;
	color: #fff;
	border-radius: 0 0 10px 0;
}
.card-bl .card-no {
	position: absolute;
	left: 5%;
	top: 90px;
	width: 90%;
	font-size: 20px;
	padding: 20px 10px;
	text-align: center;
	background: rgba(255,255,255,.4);
	border-radius: 10px;
}
.card-bl .card-no span {
	margin: 0 5px;
}
.card-bl .card-date {
	position: absolute;
	left: 5%;
	bottom: 15px;
	font-size: 12px;
	text-transform: uppercase;
}
.card-bl .card-type {
	position: absolute;
	right: 5%;
	bottom: 15px;
	width: 100px;
	height: 60px;
	padding: 20px 10px;
	text-align: center;
	background: #febf00;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
}
.card-info .btn {
	margin: 0;
	margin-right: 5px;
}

.btn-group-vertical > button{
    margin-bottom:10px;
	border-radius:10px !important;
	font-size: 18px;
	text-align: left;
	padding: 5px 5px;
	
}
.btn-group-vertical > button .innterText{
	font-size: 15px;
}
.forgotheading
{
	text-align: center;	
}

ul.terms-list {
	margin-top: 30px;
}
ul.terms-list li {
	margin-bottom: 15px;
	list-style: decimal;
	list-style-position: inside;
}
ul.terms-list li:last-child {
	margin-bottom: 0;
}

.panel-body {
    overflow-y: scroll;
    overflow-x: hidden;
	max-height: 700px;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.pac-container {
    z-index: 100000;
}
.cardButton{
	background-color: gray;
}

.cards-list {
	display: block;
	padding: 10px;
	background: #eee;
	border-radius: 10px;
	height:700px;
  	overflow-y: scroll;
}
.cards-list ul li {
	margin-bottom: 5px;
	padding: 15px;
	background: #fff;
	border-radius: 10px;
}
.cards-list ul li:hover {
	background: #007bff;
}
.cards-list ul li:hover h5, .cards-list ul li:hover {
	color: #fff;
}
.cards-list ul li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.cards-list ul li .card-img {
		display: none;
	}
	.cards-list ul li h5 {
		font-size: 16px;
	}
}
@media print {
   .col-md-6 {
   	float: none;
   	margin: 0 auto;
       width: 100%;
   }

body {
	-webkit-print-color-adjust: exact;
}
.card-bl {
	background: #007bff !important;
	background: url(../images/bg-card.jpg) 50% 0 no-repeat !important;
}
.card-bl .card-title, .card-bl .card-type {
	color: #000;
	background: #fff;
	
}

}
/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

span.glyphicon-search {
    font-size: 2.2em;
}
 