

html, body {
  min-height: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast !important;
  }
}

/* Unset for Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
  img {
    image-rendering: unset !important;
  }
}}
.wwbody.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom,
.modal-open .footer {
padding-right: 17px;
}
.bootbox .modal-body{
padding-top:15px;
}

.color-danger {
  color: #da4453;
}

a.color-danger:hover,a.color-danger:focus,a.color-danger:active {
  color: #da4453;
}

.bgcolor-danger, .badge-danger {
  background-color: #da4453;
}

.color-success {
  color: #5cb85c;
}

a.color-success:hover,a.color-success:focus,a.color-success:active {
  color: #5cb85c;
}

.bgcolor-success, .badge-success {
  background-color: #5cb85c;
}



h1,h2,h3,h4,h5,h6,.btn,legend {
font-weight: 400;
}
h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 7px;
}
h4, h5, h6 {
    margin-top: 20px;
    margin-bottom: 5px;
}
.small, small {
    font-weight: normal;
}

#pagecontent > :first-child, #pagecontent > form > legend, #pagecontent > form > div > legend{
	margin-top: 0px;
}

#pagecontent > form > legend, #pagecontent > form > div > legend{
	font-size: 30px;
}

#pagecontent > h1{
	margin-top:-5px;
}


.btn-icon {
	padding: 3px;
	font-size: 13px;
	line-height: 1;
	text-align: center;
}
.btn-icon-sm {
	padding: 0px;
	font-size: 17px;
	line-height: 1;
	text-align: center;
	border-color: transparent;
}
.fa-sq {
	text-align: center;
	width: 1.25em;
	height: auto;
	padding: .2em 0;
}

.padit{
	padding: 30px;
}

label.error {
	font-weight: bold;
	font-size: 12px;
	color: rgb(237,38,48);
	line-height: 1;
	margin-bottom: 0;
	display: block;
}
input.error {
	background: #FFF3FC;
}


.description{
	font-size:85%;
}
.label-inline{
	padding-top:7px;
}
.list-sortable{
  height: 500px;
    border: 1px solid #ccc;
    overflow: auto;
}
.list-sortable .list-group-item {
    padding: 5px 10px;
}
.actionbuttons .btn{
	margin:10px 10px 10px 0;
}

.radio-table td label {
  margin-bottom: 0;
}




ul.form-static{
	margin-bottom:0;
}

.tooltip > .tooltip-inner {
background-color: #ddd;
color: #222;
border: 1px solid #555;
font-family: Helvetica, Arial, sans-serif;
}
.tooltip.top > .tooltip-arrow {
border-top-color: #222;
}
.tooltip.top > .tooltip-arrow:after {
border-top-color: #ddd;
bottom:1px;
}

label.btn.disabled, label.btn[disabled] {
filter: alpha(opacity=100);
opacity: 1;
}
.datepicker-dropdown{
    background-color: #fff;
    border: 1px solid #ccc;
}
.datepicker-dropdown th, .datepicker-dropdown td{
	text-align: center;
	line-height: 1.1;
}
.datepicker-dropdown td,
.datepicker-dropdown th.next,
.datepicker-dropdown th.prev,
.datepicker-dropdown th.datepicker-switch{
	cursor: pointer;
}
.datepicker-dropdown td:hover{
	background: #ededed;
}

.datepicker-dropdown td.old,
.datepicker-dropdown td.new{
	color: #777;
}

.datepicker-dropdown td .month,
.datepicker-dropdown td .year{
	display: inline-block;
	margin: 0 2px;
}

.otherfield{
	display:none;
}

.option-drag{
	cursor: move;
  cursor: -webkit-grabbing;
}

.input-group.spinner {
	width: 130px;
	float: right!important;
	margin-bottom: 10px;
}
td .checkbox{
  margin-bottom: 0px;
}

legend{
	margin-bottom:10px;
	margin-top:10px;
}
.panel, .well {
border-width: 1px;
border-bottom-width: 1px;
border-style: solid;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-color: #999999;
background: #fcfcfc;
}
.well > h4:first-child{
	margin-top: 7px;
}

.table-form tr > td:first-child {
	width: 30px;
	white-space: nowrap;
}
.table-striped,.table{
	border-bottom: 1px solid #ddd;
}

.list-group-item {
	padding: 10px;
}

/* remove spacing between middle columns */
.row.gutter-10 [class*='col-']:not(:first-child):not(:last-child) {
  padding-right:5px;
  padding-left:5px;
}
/* remove right padding from first column */
.row.gutter-10 [class*='col-']:first-child {
  padding-right:5px;
}
/* remove left padding from first column */
.row.gutter-10 [class*='col-']:last-child {
  padding-left:5px;
}

/* remove spacing between middle columns */
.row.no-gutter [class*='col-']:not(:first-child):not(:last-child) {
  padding-right:0;
  padding-left:0;
}
/* remove right padding from first column */
.row.no-gutter [class*='col-']:first-child {
  padding-right:0;
}
/* remove left padding from first column */
.row.no-gutter [class*='col-']:last-child {
  padding-left:0;
}

@media only screen and (max-width: 767px) {
  /* remove spacing between middle columns */
  .row.gutter-10 [class*='col-']:not(:first-child):not(:last-child) {
    padding-right:15px;
    padding-left:15px;
  }
  /* remove right padding from first column */
  .row.gutter-10 [class*='col-']:first-child {
    padding-right:15px;
  }
  /* remove left padding from first column */
  .row.gutter-10 [class*='col-']:last-child {
    padding-left:15px;
  }

  /* remove spacing between middle columns */
  .row.no-gutter [class*='col-']:not(:first-child):not(:last-child) {
    padding-right:15px;
    padding-left:15px;
  }
  /* remove right padding from first column */
  .row.no-gutter [class*='col-']:first-child {
    padding-right:15px;
  }
  /* remove left padding from first column */
  .row.no-gutter [class*='col-']:last-child {
    padding-left:15px;
  }
}

#rightcolumn {
	text-align: right;
}
@media only screen and (max-width: 767px) {
	#rightcolumn {
		text-align: center;
	}
}

#rightcolumn a img {
   opacity: 1;
   transition: opacity .10s ease-in-out;
   -moz-transition: opacity .10s ease-in-out;
   -webkit-transition: opacity .10s ease-in-out;
   }

   #rightcolumn a img:hover {
      opacity: 0.8;
    }

.panel-heading {
font-size: 22px;
line-height: 34px;
}

.reglogo{
	float:right;
	margin-top: 57px;
}

.line{
	height:4px;
	background: #eee url(../../views/images/line.jpg) repeat-x;
}

.container {
  width: auto;
  max-width: 1060px;
}


.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #777;
}



.container .credit {
  margin: 20px 0;
}


.space{
	margin-bottom: 20px;
}

.form-signin {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .input-group-addon{
	width: 130px;
	text-align:left;
}
.form-signin .input-group{
	width:100%;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.credit {
	text-align:center;
	font-size: 12px;
	color: #999;
}
.tdcenter{
	text-align:center;
}
.nowrap,.no-wrap{
	white-space: nowrap;
}
.table-nowrap td{
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tooltip-inner {
max-width: 250px;
}
.required {
	color:crimson;
}
ul.dt-button-collection.dropdown-menu {
   /*  opacity:0.8; */
}
.dt-button-collection .dropdown-menu li a {
    color: #777;
		background-color: #ddd;
}
.dt-button-collection .dropdown-menu li.active a {
    color: #fff;
		background-color: #656d78;
}
.dt-button{
	cursor:pointer;
}
table.dataTable th{
    white-space: nowrap;
}
.dataTables_filter {
	text-align: left;
	float: left;
	margin-left:0;
}
div.dataTables_wrapper div.dataTables_filter input{
	text-indent: 22px;
	margin-left:0;
}
.dataTables_filter label{
	position: relative;
}
.dataTables_filter i.fa-search {
	position: absolute;
    z-index: 2;
    left: 5px;
    top: 7px;
}
.dataTables_length{
	float: right;
	margin-left: 10px;
}
.dt-buttons {
	float: right;
}

#admin-list tr {
    cursor: pointer;
}
/* Multi select */
.multiselect-container.dropdown-menu {
	background-color: #fff;
    border: 1px solid #ccc;
	border-radius: 0px;
}
.multiselect-container.dropdown-menu li a {
  color: #434a54;
}
.multiselect-container.dropdown-menu .active a,
.multiselect-container.dropdown-menu .active a:focus,
.multiselect-container.dropdown-menu .active a:hover,
.multiselect-container.dropdown-menu li a:focus,
.multiselect-container.dropdown-menu li a:hover {
  color: #434a54;
  background-color: #efefef;
  outline: 0;
}
button.multiselect{
  text-align: left;
}
button.multiselect b.caret{
  position: absolute;
  right: 5px;
  top: 14px;
}
.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 30px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}

/* Progress indicator */

.pg-container {

	margin-bottom: 30px;

}

.pg-bar {
	margin: 0;
	display: table;
	width: 100%;
	border-spacing: 0px;
	border-collapse: separate;
	table-layout: fixed;
	counter-reset: li;
	padding:0;
}
.pg-bar a{
	cursor:default;
	  text-decoration: none;
	  color: #767676;
	}

.pg-bar li {
	display: table-cell;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
	color: #808080;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
}

.lt-ie8 .pg-bar li {
	display:inline;
	padding: 40px 80px;
	zoom:1;
}

.pg-bar li:before {
	display: inline-block;
	font-size: 32px;
	line-height: 40px;
}

.pg-bar li > a > span,
.pg-bar li > a > strong {
	display: block;
}


.pg-bar .active:after {
	position: absolute;
	bottom: -1px;
	left: 0;
  width: 100%;
  height: 2px;
}

.pg-bar .active.done:after {
	display: none;
}

.pg-bar .active a,
.pg-bar .active:before {
	color: #3bafda;
  font-weight: bold;
}

.pg-bar .active span {
	position: relative;
	font-weight: bold;
}

.pg-bar .active span:before {
  position: absolute;
	bottom: -11px;
	left: 50%;
	width: 18px;
	height: 1px;
	margin-left: -9px;
	background: #fff;
	content: "";
}

.pg-bar .active a:after {
	font-family: "Font Awesome 5 Pro";
	color: #3bafda;
	position: absolute;
	left: 50%;
	width: 14px;
	height: 20px;
	margin-left: -7px;
	background: #fff;
	content: "\f0a9";
  top: 31px;
  font-weight: normal;
}

.pg-bar .active {
	border-bottom-color: #3bafda;
}

.pg-bar .done span {
	position: relative;
  color: #8cc152;
  font-weight: bold;
}

.pg-bar .done span:before {
	position: absolute;
	bottom: -11px;
	left: 50%;
	width: 18px;
	height: 1px;
	margin-left: -9px;
	background: #fff;
	content: "";
}

.pg-bar .done a:after {
	font-family: "Font Awesome 5 Pro";
	color: #8cc152;
	position: absolute;
	left: 50%;
  width: 14px;
	height: 20px;
	margin-left: -7px;
	background: #fff;
	content: "\f058";
  top: 31px;
  font-weight: normal;
}



@media only screen and (max-width: 750px) {
	.pg-bar a,
	.pg-bar li > a > span,
	.pg-bar li > a > strong {
		height: 0;
		color:transparent;
		font-size: 0;
	}

	.pg-bar li:before {
		font-size: 28px;
		counter-increment: li;
		content: counter(li);
	}

	.pg-bar .done span:after {
		bottom: -16px;
	}

  .pg-bar .done a:after {
      top: 55px;
  }
}

@media only screen and (max-width: 500px) {
	.pg-bar {
		margin-right: 0;
		margin-left: 0;
	}

	.pg-bar {
		border-spacing: 0;
	}
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
	
	@page {size: A4 portrait; }

	* {
			background: transparent !important;
			color: #000 !important; /* Black prints faster: h5bp.com/s */
			box-shadow: none !important;
			text-shadow: none !important;
	}
	
	.noprint,
	#rightcolumn,
	.header,
	.footer{
		display:none;
	}
	
	a,
	a:visited {
			text-decoration: underline;
	}

	a[href]:after {
			content: " (" attr(href) ")";
	}

	abbr[title]:after {
			content: " (" attr(title) ")";
	}

	canvas {
		margin: 20px auto;
	}
	/*
		* Don't show links for images, or javascript/internal links
		*/

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
			content: "";
	}

	pre,
	blockquote {
			border: 1px solid #999;
			page-break-inside: avoid;
	}

	thead {
			display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
			page-break-inside: avoid;
	}

	img {
			max-width: 100% !important;
	}

	@page {
			margin: 0.5cm;
	}

	p,
	h2,
	h3 {
			orphans: 3;
			widows: 3;
	}

	h2,
	h3 {
			page-break-after: avoid;
	}
}
