.input25 {
	width: 25%;
}

.input30 {
	width: 30%;
}

.input35 {
	width: 35%;
}

.alert {
	margin-bottom: 10px !important;
}

.rgt {
	float: right;	
}

.m-r10 {
	margin-right: 10px;
}

.login-logo {
	margin-top: 20px !important;	
	margin-bottom: 20px !important;	
}

.login-panel {
	margin-top: 10px !important;	
}

.margin-top-heading {
	margin-top: 8px !important;	
}

.pdt-btn-danger {
	padding-top: 25px;	
}

.required-field {
    float: right;
    margin-right: 4px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    color: #a94442;
}

.required-field-select {
    float: right;
    margin-right: 22px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    color: #a94442;
}

.pagination {
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}

.td-rgt {
	text-align: right;	
}

.div-spacer {
	padding: 5px 0px 5px 0px;
}

.panel-w400 {
	float: right;
	top: 10px;
	right: 10px;
	width: 400px;
}

.pad-2-r {
	padding-right: 2%;
}

.pad-6-r {
	padding-right: 6%;
}

h2.mt-0 {
	margin-top: 0px !important;	
}

.content-mh {
	min-height: 1000px;	
	padding-bottom: 30px;
}

.table tbody>tr>td.vert-align
{
    vertical-align: middle !important;
}

#newpwd {
	position: fixed;
	top: -24px;
	width: 100%;
	z-index: 2000;
	text-align: center;
}

.info-voucher {
	padding-left: 18px;
	font-weight: bold;
}

.blurBG {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}

.noblurBG {
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);		
}

.close-del-icon {
    color: #000 !important;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
	padding-left: 10px;
	
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	vertical-align: middle !important;
}

#divChangeArea {
	display: none;
	position: absolute;
	width: 600px;
	height: 360px;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -300px;
	z-index: 1000;
}

.div-shadow {
	box-shadow: 5px 5px 5px #cccccc;
}

.div-hidden {
	display: none;
}

.footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;	
	height: 30px;
	padding: 0px 10px 0px 10px;
	border-top: 1px solid #e7e7e7;
	background-color: #f8f8f8;
	text-align: right;
	z-index: 2000;
}

.footer p{
	padding-top: 6px;
	font-size: 0.9em;
}

.btn-pd { padding-bottom: 6px; }

.popover{
   min-width: 300px;
   width: 100%;
}

.funkyradio div {
  clear: both;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
  margin: 0px;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.div-hidden {
	display: none;
}

.div-text-red {
	color: #a94442 !important;
}

.div-text-green {
	color: #4cae4c !important;
}

.form-logs {
	font-size: 0.85em !important;	
}

#progressBar {
    width: 100%;
    background-color: #e7e7e7;
	border-color: #d6e9c6;
}
#sendMailProgress {
    width: 1%;
    height: 30px;
	background-color: #449d44;
	border-color: #d6e9c6;
}

@media (min-width: 768px) {

	.lft-search {
		padding-left: 60px;
		
	}

}

@media (max-width: 768px) {

	.side-left {
		padding-left: 16px;
		
	}
	
	.float-rgt {
		float: right;		
	}
	
	.mrg-tp {
		margin-top: 60px;
		
	}
	
.pdt-btn-danger {
	padding-top: 0px;	
}	

}

.image-preview-input {
    /* position: relative; */
	overflow: hidden;
	margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}	