html {
  height: 100%;
}
body{
    background: #FFF;
	font-family: 'Roboto', sans-serif;
    font-size:14px;
    color:#000;
	padding:0 !important;
	position:relative;
	min-height: 100%;
}

h1, h2, h3, h4{
	
}
a:focus {
  outline: medium none;
}
a{
  color:#000;
  transition:ease-out all 0.6s;
  -webkit-transition:ease-out all 0.6s;
  -o-transition:ease-out all 0.6s;
}
a:hover {
  color:#59080b;
  text-decoration:none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  outline: medium none;
}
.btn.active, .btn:active {
  box-shadow: none;
}

/* Header Style */
.main-section{
	background: rgba(0, 0, 0, 0) url("../images/cover-image.jpg") no-repeat scroll 0 0 / cover ;
}
header {
  background: #bd1218 none repeat scroll 0 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
  padding: 29px 0 11px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.wrapper {
  display: inline-block;
  margin: auto;
  max-width: 1400px;
  padding: 0 20px;
  text-align: left;
  width: 100%;
}
.main-logo {
  display: block;
  margin-bottom: 6px;
}
.main-logo img {
  max-width: 100%;
}
.site-link {
  color: #ffffff;
  font-size: 13px;
}
.head-right {
  color: #ffffff;
  display: block;
  margin: 3px 0 0;
  padding: 0;
  text-align: right;
}
.head-right li {
  display: inline-flex;
  margin-left: 15px;
}
.log-btn {
  background: #000000 none repeat scroll 0 0;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 99px;
}
.cng-pass-btn:hover, .log-btn:hover {
  background: #810307 none repeat scroll 0 0;
  color:#FFF;
}
/* Header Style */
.login-box {
  background: rgba(189, 18, 24, 0.9) none repeat scroll 0 0;
  bottom: 0;
  color: #ffffff;
  left: 0;
  margin: auto;
  max-height: 370px;
  max-width: 455px;
  min-height: 300px;
  position: absolute;
  right: 0;
  top: 0;
}

.dashboard-box {
  background: rgba(189, 18, 24, 0.9) none repeat scroll 0 0;
  bottom: 0;
  color: #ffffff;
  left: 0;
  margin: auto;
  max-height: 160px;
  max-width: 455px;
  position: absolute;
  right: 0;
  top: 0;
}
.change-password-box {
  background: rgba(189, 18, 24, 0.9) none repeat scroll 0 0;
  bottom: 0;
  color: #ffffff;
  left: 0;
  margin: auto;
  max-height: 450px;
  max-width: 455px;
  position: absolute;
  right: 0;
  top: 0;
}
.box-body{
  padding: 35px;
}
.form-group {
  float: left;
  margin-bottom: 26px;
  position: relative;
  width: 100%;
}
.c-form.form-control {
  background: transparent;
  border-color: #FFF;
  border-radius: 5px;
  box-shadow: none;
  color:#FFF;
  height: 44px;
  padding: 6px 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 4px 36px 4px 10px;
}
.c-form.form-control:focus {
  border-color: #810307;
  box-shadow: none;
}
.cf-par > span {
  background: rgba(0, 0, 0, 0) url("../images/down-arrow.png") no-repeat scroll 0 0 / 9px auto;
  height: 6px;
  position: absolute;
  right: 15px;
  top: 19px;
  width: 9px;
}
.c-form.form-control::-moz-placeholder {
  color: #ffcbcf;
  font-size:15px;
}
.c-form2.form-control {
  background: transparent;
  border-color: #d1d1d1;
  border-radius: 5px;
  box-shadow: none;
  color:#595959;
  height: 44px;
  padding: 6px 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 4px 36px 4px 8px;
}
.cf2-par > span {
  background: rgba(0, 0, 0, 0) url("../images/down-arrow2.png") no-repeat scroll 0 0 / 9px auto;
  height: 6px;
  position: absolute;
  right: 15px;
  top: 19px;
  width: 9px;
}
.c-form2.form-control::-moz-placeholder {
  color: #595959;
  font-size:15px;
}
.label-control {
  color: #ffbec4;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 12px;
}
.summ-rep {
  background: #a50f14 none repeat scroll 0 0;
  border-radius: 2px;
  float: left;
  margin-bottom:25px;
  padding: 13px 15px 15px;
  width: 100%;
}
.summ-rep > label {
  font-size: 18px;
}
.summ-rep p {
  margin: 4px 0 0;
}
.box-btn {
  float: left;
  width: 100%;
}
.box-sub {
  background: #000000 none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  display: block;
  font-size: 19px;
  font-weight: 500;
  height: 57px;
  text-align: center;
  transition:ease-in-out all 0.6s;
  -webkit-transition:ease-in-out all 0.6s;
  -o-transition:ease-in-out all 0.6s;
  width: 100%;
  color: #FFF;
}
.box-sub:hover{
	background:#810307;
}

footer.foot-custom {
  background: #000000 none repeat scroll 0 0;
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: 13px 20px 9px;
  position: fixed;
  right: 0;
  text-align: center;
  width: 100%;
}
.copy-left {
  font-size: 13px;
  margin-bottom: 0;
  text-align:left;
}
.copy-right {
  font-size: 13px;
  margin-bottom: 0;
  text-align:right;
}
.copy-right a {
  color: #ffffff;
  text-transform: uppercase;
}
.box-header {
  border-bottom: 1px solid rgba(207, 125, 132, 0.5);
  padding: 35px 35px 24px;
}
.back-btn {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  height: 23px;
  line-height: 23px;
  position: absolute;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  width: 51px;
}
.back-btn:hover {
  background: #810307 none repeat scroll 0 0;
  color:#FFF;
}
.box-head {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 13px;
  margin-top: 0;
}
.box-header p {
  margin-bottom: 0;
}
.box-form{
	background:transparent;
	border-bottom:1px solid rgba(207, 125, 132, 0.5) ;
	border-left:none;
	border-right:none;
	border-top:none;
	box-shadow: none;
	color:#ffbec4;
	font-size:18px;
	font-weight:300;
	height: 54px;
	padding:15px 0;
	border-radius:0;
}
.box-form.form-control:focus{
	box-shadow:none;
	border-bottom-color:#810307;
}
.box-form.form-control::-moz-placeholder {
  color: #ffbec4;
  font-size:18px;
  font-weight:300;
}
.box-logo {
  display: inline-block;
  margin-bottom: 46px;
  margin-top: 34px;
  text-align: center;
  width: 100%;
}
.box-logo img {
  max-width: 100%;
}
.fp {
  color: #ffcbcf;
  display: inline-block;
  margin-top: 12px;
}
.login-box2{
	max-height:450px;
}
.head-right .form-group {
  margin-bottom: 0;
  max-width: 100%;
  width: 284px;
}
.dash-btn {
  background: #900207 none repeat scroll 0 0;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 109px;
}
.dash-btn:hover {
  background: #810307 none repeat scroll 0 0;
  color: #ffffff;
}
.main-content {
  float: left;
  margin-top: 112px;
  padding-bottom: 60px;
  text-align: center;
  width: 100%;
}
.header-bottom {
  background: #ebebeb none repeat scroll 0 0;
  border-bottom: 1px solid #c4c4c4;
  float: left;
  margin-bottom: 26px;
  width: 100%;
}
.head-bot {
  margin: 0;
  padding: 9px 0 8px;
  text-align: right;
}
.head-bot > li {
  display: inline-block;
  margin-left: 15px;
}
.head-bot > li + li {
  border-left: 1px solid #777777;
  padding-left: 15px;
}
.log {
  color: #bd1218;
  font-weight: 700;
  text-transform: uppercase;
}
.cc-par {
  float: left;
  position: relative;
  width: 50%;
}
.cc-par > span {
  background: rgba(0, 0, 0, 0) url("../images/calendar.png") no-repeat scroll 0 0;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 11px;
  width: 19px;
}
.cc-par-to > span {
  right: 10px;
}
.cc {
  float: left;
  padding: 6px 50px 6px 10px !important;
  width: 100%;
}
.dateTo {
  background: #d1d1d1 none repeat scroll 0 0;
  font-size: 15px;
  font-weight: 400;
  height: 44px;
  left: 0;
  line-height: 44px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 22px;
}
#txtTo {
  padding-left: 25px !important;
}
.control-label {
  display: block;
  font-size: 15px;
  font-weight: 400;
  height: 31px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.m-width-190{
	max-width:190px;
}
.m-width-170{
	max-width:170px;
}
.custom-width{
	width:450px;
	max-width:100%;
}
.red-btn {
  background: #bd1218 none repeat scroll 0 0;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-size: 12px !important;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  margin-right: 10px;
  min-width: 123px;
  text-align: center;
  margin-right : 0px !important;
}
.red-btn:hover {
  background: #810307 none repeat scroll 0 0;
  color: #ffffff;
}
.black-btn {
  background: #000 none repeat scroll 0 0;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-size: 12px !important;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  min-width: 140px;
  text-align: center;
  margin-right : 0px !important;
}
.black-btn:hover {
  background: #222 none repeat scroll 0 0;
  color: #ffffff;
}



.panel-report-main .panel-title {
  color:#bd1218;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding-left: 34px;
  position: relative;
}
.panel-report-main .panel-title.collapsed {
  color:#000;
}
.panel-report-main > .panel-collapse .panel-body {
  margin: 10px 0;
  padding: 0;
  border: solid 1px #d1d1d1;
}
.panel-report-main .panel-title::after {
  background: rgba(0, 0, 0, 0) url("../images/minus-red.png") no-repeat scroll 0 0;
  content: "";
  height: 31px;
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
}
.panel-report-main .collapsed::after {
  background: rgba(0, 0, 0, 0) url("../images/plus-black.png") no-repeat scroll 0 0;
  content: "";
  height: 31px;
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
}
.panel-report-main .panel-heading {
  border: medium none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
}
.tv {
  font-size: 16px;
  margin: 0;
}
.panel {
  box-shadow: none;
}
.status-panel .table-responsive thead {
  background: #ebebeb none repeat scroll 0 0;
}
.status-panel .table-responsive th {
  border: medium none !important;
  padding: 13px 23px 12px;
  text-transform: uppercase;
}
.status-panel .table-responsive td {
  padding: 13px 23px 12px;
}
.panel.panel-report-main {
  border: medium none;
}
.status-panel .table {
  margin: 0;
  border:none;
}

/*---------*/
.panel.panel-report {
  float: left;
  width: 100%;
}
.panel-report .panel-heading {
	float: left;
}
.panel-report .panel-collapse {
	float: right;
	width: 100%;
	margin-left: 20px;
	max-width:570px;
}
.panel-report .panel-title {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  padding: 0 30px 0 0;
}
.panel-report .panel-title::after {
  background: rgba(0, 0, 0, 0) url("../images/minus-sm.png") no-repeat scroll 0 0;
  content: "";
  height: 20px;
  position: absolute;
  left:auto;
  right: 0;
  top: 0;
  width: 20px;
}
.panel-report .collapsed::after {
  background: rgba(0, 0, 0, 0) url("../images/plus-sm.png") no-repeat scroll 0 0;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  left:auto;
  top: 0;
  width: 20px;
}
.m-left-c{
	margin-left:15px;
}

.panel-report .status-panel .table-responsive td {
  padding: 8px 23px;
}
.mtop15{
	margin-top:15px;
}
.c-form option {
    background: #000;
    /* padding: 5px; */
}
#summeryID, #showDetailsID{ display:none; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: url(../images/Preloader_7.gif) center no-repeat #fff;
	display: none;
	 opacity: 0.70;
}

.failer {
    background: hsla(0, 0%, 0%, 0) linear-gradient(to bottom, hsl(0, 100%, 51%) 0%, hsl(0, 96%, 42%) 44%, hsl(0, 62%, 40%) 58%) repeat scroll 0 0;
    clear: both;
    color: hsl(0, 0%, 100%);
    font-size: 18px;
    padding: 7px 14px;
    text-shadow: 0 -1px 0 hsla(0, 0%, 0%, 0.3);
}

.success {
    background: #3b8230 -moz-linear-gradient(center top , #76bf6b, #3b8230) repeat-x scroll 0 0;
    clear: both;
    color: hsl(0, 0%, 100%);
    font-size: 18px;
    padding: 7px 14px;
    text-shadow: 0 -1px 0 hsla(0, 0%, 0%, 0.3);
}

.cng-pass-btn {
    background: #000000 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 155px;
}
.clsdesc::after {
    content: "\f176";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: red;
    font-size: 13px;
    padding-left: 0.3em;
  }

.clsasc::after {
    content: "\f175";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: red;
    font-size: 13px;
    padding-left: 0.3em;
  }