* {
  padding: 0;
  margin: 0;
  outline: 0;
}

body{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* header css start */
.header-section{
  background-image: url(../images/banner-image.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 1rem 0 10px;
  border-bottom: 3px solid #fff;
}

.header-section .navbar-nav{
  margin-top: 2.5rem;
}
.header-section .navbar-nav .nav-item .nav-link{
    font-size: 15px;
    line-height: 1.42857143;
    color: #fff; 
    text-transform: uppercase;
    padding: 9px 30px 9px 20px; 
    bottom: -18px;
    position: relative;
    border-bottom: 2px solid transparent;
}

.header-section .navbar-nav .nav-item .nav-link:hover{
    border-bottom: 2px solid #72c02c;
}

.header-section .dropdown:hover .dropdown-menu {
  display: block;
  padding: 0;
  top: 52px;
  margin-top: 0; /* remove the gap so it doesn't close */
}

.footer-section{
  background-color: #272727;
  padding: 40px 0px;
}

.ftr-logo-txt p{
  color: #eee;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
}

.ftr-links h6{
  color: #eee;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  margin-top: 1rem;
}

.ftr-links ul {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.ftr-links ul li a{
  border-top:  1px solid #353535;
  color: #eee;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  display: block;
  padding: 2px 0px;
  text-decoration: none;
}

.ftr-links ul li a .fa-angle-right{
  font-size: 11px;
}

.ftr-copy-txt p a:hover,
.ftr-links a.mail-bttn:hover,
.ftr-links ul li a:hover{
  text-decoration: none;
}

a,
  a:hover {
  color: #000;
    text-decoration: none;
  }
}

.ftr-links p{
  color: #eee;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400; 
  margin-top: 10px;
  margin-bottom: 0;
}

.ftr-links a.mail-bttn{
  font-size: 14px;
  color: #337ab7;
  text-decoration: none;
}

.ftr-bottom{ 
    background: #222;
    border-top: none;
    padding: 20px 0;
}

.ftr-copy-txt p{
  color: #eee;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400; 
  margin-bottom: 0;
}
.ftr-copy-txt p a{
  color: #337ab7;
  text-decoration: none;
}

.custom-map-bg{
  background-image: url(../images/map-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  padding-bottom: 1.5rem;
}
/* header css end */

/* responsive css start */

@media(min-width: 320px) and (max-width: 575px) {
  .navbar-toggler {
    border-color: #fff;
  }
  .navbar-toggler .fa-bars{
    color: #fff;
    font-size: 18px;
  }
  .header-section .navbar-nav .nav-item .nav-link:hover{
    border-bottom: 2px solid transparent;
}
}

.btn {
  display: inline-block;
  padding: 3px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

@media print {

  .ftr-bottom{ display:none; }
  .column_thin{ display:none; }
  .btn-group{ display:none; }
  .header-section{ display:none; }
  .pagination { display:none; }
  .footer-section { display:none; }

  @page {
    size: 8.5in 11in;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  body {
    padding-top: 36px;
    padding-bottom: 36px ;
  }

}

/* PANELS */
/*======================================*/
.panel {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.075);
  border-radius: 0;
  border: 0;
  margin-bottom: 24px;
}
.panel hr {
  border-color: rgba(0, 0, 0, 0.1);
}
.panel .panel-bg-cover {
  max-height: 180px;
  overflow: hidden;
}
.panel .panel-bg-cover img {
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
}
.panel.remove {
  opacity: 0;
  -webkit-transition: opacity, 0.5s;
  transition: opacity, 0.5s;
}
.panel .alert {
  border-radius: 0;
}
.panel.panel-bg-img {
  position: relative;
}
.panel .panel-bg-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.panel .panel-bg-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
}
.panel .panel-bg-wrap + .panel-body {
  position: relative;
}

.panel-media {
  box-shadow: 0 -50px 20px -10px rgba(0, 0, 0, 0.2);
  padding: 10px 15px 15px 140px;
  position: relative;
}
.panel-media-img {
  position: absolute;
  width: 96px;
  height: 96px;
  left: 20px;
  top: -48px;
}
.panel-media-heading {
  color: #fff;
  position: absolute;
  top: -2.7em;
}
.panel .panel-heading,
.panel > :first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel .panel-footer,
.panel > :last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.panel-body-full {
  margin-left: -20px;
  margin-right: -20px;
}
.panel-body {
  padding: 25px 20px;
}
.panel-body .row,
.panel-body .form-horizontal .form-group {
  margin-left: -8px;
  margin-right: -8px;
}
.panel-trans {
  border-color: transparent;
  box-shadow: none;
}
.panel-heading {
  position: relative;
  height: 50px;
  padding: 0;
}
.panel-title {
  font-weight: normal;
  padding: 0 20px 0 20px;
  font-size: 1.416em;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-default.panel-colorful {
  background-color: #e0e5ec;
  color: #515151;
}
.panel-default .panel-heading {
  background-color: #e0e5ec;
  border-color: #f0f2f6;
}
.panel-footer {
  background-color: #f4f5f7;
  color: #5f5f5f;
  border-color: #eef0f2;
  position: relative;
}

/* Panel Group */
/*---------------------------------*/
.panel-group .panel {
  border-radius: 0;
  margin-bottom: 20px;
}
.panel-group > div {
  padding-left: 0;
  padding-right: 0;
}
.panel-group > div:first-child > .panel {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel-group > div:last-child > .panel {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel-group > div + div > .panel {
  margin-left: -1px;
}

/* Panel Control */
/*---------------------------------*/
.panel-control {
  height: 100%;
  position: relative;
  float: right;
  padding: 0 15px;
}
.panel-control:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  left: -1em;
  position: relative;
}
.panel-control > i,
.panel-control > .badge,
.panel-control > label {
  vertical-align: middle;
}

/* Panel with tabs */
/*---------------------------------*/
.panel-control .nav-tabs {
  display: inline-block;
  height: 40px;
  margin-top: 10px;
  vertical-align: bottom;
  border: 0;
}
.panel-control .nav-tabs > li {
  margin-top: 1px;
  margin-right: 5px;
  height: 100%;
}
.panel-control .nav-tabs > li > a {
  border-radius: 0;
  margin-right: 0;
  height: 100%;
  line-height: 40px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 15px;
}
.panel-control .nav-tabs > li:not(.active) {
  background-color: transparent;
  opacity: .6;
}
.panel-control .nav-tabs > li:not(.active) a {
  color: inherit;
  border-bottom: 0 !important;
}
.panel-control .nav-tabs > li:not(.active) a:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
}
.panel-control .nav-tabs > .active > a {
  z-index: 1;
}

/* Panel with progress bar */
/*---------------------------------*/
.panel-control .progress {
  min-width: 150px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
/* Panel with switch */
/*---------------------------------*/
.panel-control .switchery {
  margin-left: 15px;
  vertical-align: middle;
}
/* Panel with pager */
/*---------------------------------*/
.panel-control .pager {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
}

/* Panel with pagination */
/*---------------------------------*/
.panel-control .pagination {
  margin: 0;
  border-radius: 0;
  vertical-align: middle;
}
.panel-control .pagination > li > a,
.panel-control .pagination > li > span {
  padding: 0 10px;
  border: 0 0 0 0;
  border-color: rgba(0, 0, 0, 0.09);
  box-shadow: none;
  height: 100%;
  line-height: 30px;
}
.panel-control .pagination > li:not(.active):not(.disabled) > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.09);
}
.panel-control .pagination > .disabled > a,
.panel-control .pagination > .disabled > a:hover,
.panel-control .pagination > .disabled > a:active {
  border-color: rgba(0, 0, 0, 0.09);
}
.panel-control .pagination > li:not(.active) > a,
.pagination > li > a {
  background-color: transparent;
  color: inherit;
}
.panel-control .pagination > li > a:hover,
.pagination > li > a:focus {
  box-shadow: none;
}

/* Panel with pagination */
/*---------------------------------*/
.panel-control .btn,
.panel-control .dropdown-toggle.btn {
  border: 0;
}
.panel-control .open > .btn,
.panel-control .btn.active,
.panel-control .btn:active {
  box-shadow: none !important;
}
.panel-control .btn-default {
  background-color: transparent;
  color: inherit;
}
.panel-control > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.panel-control > .btn:last-child,
.panel-control > .btn-group:last-child > .btn:first-child {
  border-bottom-right-radius: 0;
}

.head-white {
  color: #ffffff;
  padding: 10px 30px;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
  }
}

/*Profile
------------------------------------*/
.profile-head {
    transform: translateY(3rem)
}

.profile .list-group i {
	min-width: 20px;
	margin-right: 5px;
	text-align: center;
}

.profile .heading-sm-v2 {
	font-size: 16px;
}

.profile .profile-body {
	padding: 20px;
	background: #f7f7f7;
}

/*Scrollbar*/
.mCustomScrollbar {
	height: 320px; 
}

/*Panel Title Box*/
.profile .panel-profile {
	border: none;
	margin-bottom: 0;
	box-shadow: none;
}
.profile .panel-profile.no-bg {
	background: inherit;
}

.profile .panel-heading {
	color: #585f69;
	background: #fff;
	padding: 7px 15px;
	border-bottom: solid 3px #f7f7f7;
}

.profile .panel-heading-v2.overflow-h i.pull-right,
.profile .panel-heading.overflow-h i.pull-right {
	top: 7px;
	position: relative;
}

.profile .panel-heading-v2.overflow-h i.pull-right,
.profile .panel-heading.overflow-h a i {
	color: #777;
}

@media print{
* {
    -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
    color-adjust: exact !important;  /*Firefox*/
  }
}

/* ---------------------------------------------------------------------- */
/*! FORMS
/* ---------------------------------------------------------------------- */

.form-block { margin: 0 0 20px; background: #FFF; border: 1px solid #BBB; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.form-block-header { background: #E2DFE7; border-bottom: 1px solid #BBB; overflow: hidden; }
.form-block-header h2 { float: left; color: #1a2b42; padding: 10px 20px; font-size: 16px; margin: 0; }
.form-block-header .ajax-add-new { float: right; display: inline-block; margin: 6px 15px 0 0; padding: 6px 10px; font-size: 12px; font-weight: bold; color: #899bb2; text-decoration: none; 
  -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.form-block-header .ajax-add-new:hover { text-decoration: underline; }
.form-block-inner .form-body-section { padding: 20px 20px 20px 20px; }

/* Form Actions */
.edit-form { position: relative; }
.form-actions { clear: both; padding: 20px; margin: 10px 0 0; border: 0; text-align: right; border-top: 1px solid #DDD; }
.form-actions li { display: inline-block; margin-left: 10px; }
.form-actions-top { position: absolute; bottom: 100%; right: 0; margin: 0 0 10px; border: 0; clear: none; }


.form-inline .form-group {
 display: inline-block;
 margin-bottom: 0;
 vertical-align: middle;
}
.form-inline .form-control {
 display: inline-block;
}
.form-inline .radio .form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: none;
  margin-left: 0;
}

.table-thumbnail img {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 20px;
}




