/*******/
/**/
/* defaults */
/**/
.xform {
	margin-left: auto;
	margin-right: auto;
	color: #222;
}
.xform.noshadow {
	box-shadow:none;
}
.xform header, .modal-header {
	border-radius: 4px 4px 0px 0px;
	color: #fff;
	background-color: #0e62c7;
	padding: 5px;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
}
#bootstrap-alert-box-modal .modal-content{
	padding: 0px !important;
}
/* #bootstrap-alert-box-modal .modal-header
{
	color: #fff;
	background:#0e62c7 !important;
} */

.xform fieldset {
	display: block;	
	padding: 10px 30px 5px;
	border: none;
}
.xform fieldset + fieldset {
	border-top: 1px solid rgba(0,0,0,.1);
}
.xform section {
	margin: 5px 0px;
	padding-left:5px;
}
.modal-body {
	padding: 10px;
	border: 1px solid #eee;
}

.xform footer, .modal-footer {
	padding: 10px 20px;
	background: #FFF none repeat scroll 0% 0%;
	border-radius: 0px 0px 4px 4px;
}
.xform footer:after {
	content: '';
	display: table;
	clear: both;
}
.xform .label, .xform section.view {
	display: block;
	padding: 4px 10px;
	font: 15px 'Open Sans', Helvetica, Arial, sans-serif;
}
.xform section.view {
	display: none;
}
.xform.view section.view {
	display: block !important;
}
.xform.insert .hide-insert, .xform.update .hide-update {
	display: none !important;
}
.xform section.view ul {
	box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xform section.view li {
	background-color: rgba(240,240,240,.3);
    border: 1px solid rgba(235,235,235,.9);
    margin-right: 5px;
    padding: 5px 5px;
    float: left;
}
.xform.view .label {
	color:#666;	
}
.xform.view .nonView,
.xform.view .input,
.xform.view .select,
.xform.view .textarea,
.xform.view .radio,
.xform.view .checkbox,
.xform.view .toggle {
	display: none !important;
}
.xform .input,
.xform .select,
.xform .textarea,
.xform .radio,
.xform .checkbox,
.xform .toggle {
	position: relative;
	display: block;
}

.xform .input input,
.xform .select select,
.xform .select button,
.xform .textarea textarea {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 2px 10px;
	outline: none;
	border-style: solid;
	border-radius: 0;
	color: #404040;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.xform .select .btn-group,
.xform .select ul {
	width:100%;
}
/**/
/* selects */
/**/
.xform .select > i {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 28px;
	height: 28px;
	background: #fff;
	pointer-events: none;
}
.xform .select > i:after,
.xform .select > i:before {
	content: '';
	position: absolute;
	right: 10px;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.xform .select > i:after {
	bottom: 5px;
	border-top: 5px solid #404040;
}
.xform .select > i:before {
	top: 9px;
	border-bottom: 5px solid #404040;
}
.xform .select select
{
	padding-right: 28px;
}
.xform .select button
{
	text-align:left;
	padding-right: 28px;
}
.xform .select ul.multiselect-container
{
	border: 1px solid #2da5da;
	border-radius:0px;
	max-height: 150px;
    overflow-y: scroll;
}
}

/**/
/* textareas */
/**/
.xform textarea.textarea {
	height: auto;
	resize: none;
}

/**/
/* radios and checkboxes */
/**/
.xform .radio,
.xform .checkbox {
	margin-bottom: 7px;
	margin-right: 10px;
	margin-top: 7px;
	padding-left: 27px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
	cursor: pointer;
}
.xform .radio:last-child,
.xform .checkbox:last-child {
	margin-bottom: 0;
}
.xform .radio input,
.xform .checkbox input {
	position: absolute;
	left: -9999px;
}
.xform .radio i,
.xform .checkbox i {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: 13px;
	height: 13px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
	box-sizing: content-box;
}
.xform .radio i {
	border-radius: 50%;
}
.xform .radio input + i:after,
.xform .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.xform .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.xform .checkbox input + i:after {
	content: '\f00c';
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.xform .radio input:checked + i:after,
.xform .checkbox input:checked + i:after {
	opacity: 1;
}
.xform .inline-group {
	margin: 0 -30px -4px 0;
}
.xform .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.xform .inline-group .radio,
.xform .inline-group .checkbox {
	float: left;
	margin-right: 10px;
}
.xform .inline-group .radio:last-child,
.xform .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}

/**/
/* toggles */
/**/
.xform .toggle {
	margin-bottom: 4px;
	padding-right: 61px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
	cursor: pointer;
	font-weight:normal;
}
.xform .toggle:last-child {
	margin-bottom: 0;
}
.xform .toggle input {
	position: absolute;
	left: -9999px;
}
.xform .toggle i {
	content: '';
	position: absolute;
	top: 4px;
	right: 0;
	display: block;
	width: 49px;
	height: 17px;
	border-width: 2px;
	border-style: solid;
	border-radius: 12px;
	background: #fff;
	box-sizing: content-box;
}
.xform .toggle i:after {
	content: 'OFF';
	position: absolute;
	top: 2px;
	right: 8px;
	left: 8px;
	font-style: normal;
	font-size: 9px;
	line-height: 13px;
	font-weight: 700;
	text-align: left;
	color: #5f5f5f;
}
.xform .toggle i:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 4px;
	right: 4px;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	opacity: 1;
	-ms-transition: right 0.2s;
	-moz-transition: right 0.2s;
	-webkit-transition: right 0.2s;
}
.xform .toggle input:checked + i:after {
	content: 'ON';
	text-align: right;
}
.xform .toggle input:checked + i:before {
	right: 36px;
}


/**/
/* icons */
/**/
.xform .icon-append,
.xform .icon-prepend {
	position: absolute;
	top: 7px;
	width: 22px;
	height: 22px;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
}
.xform .icon-append {
	right: 5px;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: solid;
}
.xform .icon-prepend {
	left: 10px;
	padding-right: 3px;
	border-right-width: 1px;
	border-right-style: solid;
}
.xform .input .icon-prepend + input,
.xform .textarea .icon-prepend + textarea {
	padding-left: 38px;
}
.xform .input .icon-append + input,
.xform .textarea .icon-append + textarea {
	padding-right: 38px;
}
.xform .input .icon-prepend + .icon-append + input,
.xform .textarea .icon-prepend + .icon-append + textarea {
	padding-left: 38px;
}



/**/
/* tooltips */
/**/
.xform .tooltip {
	position: absolute;
	z-index: 1;
	left: -9999px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	font-weight: 400;
	background: rgba(0,0,0,0.4);
	color: #fff;
	opacity: 0;
	-ms-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}
.xform .tooltip:after {
	content: '';
	position: absolute;
	border: 4px solid rgba(0,0,0,0.4);
}

.xform section.state-error:hover .tooltip,
.xform .input input:focus ~ .tooltip,
.xform .radio input:focus ~ .tooltip,
.xform .checkbox input:focus ~ .tooltip,
.xform .textarea textarea:focus ~ .tooltip,
.xform .select select:focus ~ .tooltip,
.xform .select .open ~ .tooltip,
.xform .tooltip.in {
	opacity: 1;
	padding: 2px 8px 3px;
	font-size: 11px;
	line-height: 16px;

}

.xform .tooltip-top-right {
	bottom: 100%;
	right: 0;
	left: auto;
	margin-bottom: 5px;
}
.xform .tooltip-top-right:after {
	top: 100%;
	right: 16px;
	border-bottom:0px !important;
	border-right-color: transparent !important;
	border-left-color: transparent !important;
}

.xform .tooltip-top-left {
	bottom: 100%;
	right: auto;
	left: 0;
	margin-bottom: 5px;
}
.xform .tooltip-top-left:after {
	top: 100%;
	left: 16px;
	border-bottom:0px !important;
	border-right-color: transparent !important;
	border-left-color: transparent !important;
}

.xform .tooltip-right {
	top: 9px;
	white-space: nowrap;
	left: 100%;
	margin-left: 5px;
}
.xform .tooltip-right:after {
	top: 6px;
	right: 100%;
	border-top-color: transparent !important;
	border-left: 0px !important;
	border-bottom-color: transparent !important;
}

.xform .tooltip-left {
	top: 9px;
	white-space: nowrap;
	right: 100%;
	left: auto;
	margin-right: 5px;
}
.xform .tooltip-left:after {
	top: 6px;
	left: 100%;
	border-top-color: transparent !important;
	border-bottom-color: transparent !important;
	border-right: 0px !important;
}

.xform .tooltip-bottom-right {
	top: 100%;
	right: 0;
	left: auto;
	margin-top: 5px;
}
.xform .tooltip-bottom-right:after {
	bottom: 100%;
	right: 16px;	
	border-right-color: transparent !important;
	border-top: 0px !important;
	border-left-color: transparent !important;
}

.xform .tooltip-bottom-left {
	top: 100%;
	right: auto;
	left: 0;
	margin-top: 5px;
}
.xform .tooltip-bottom-left:after {
	bottom: 100%;
	left: 16px;
	border-right-color: transparent !important;
	border-top: 0px !important;
	border-left-color: transparent !important;
}


/**/
/* normal state */
/**/
.xform .input input,
.xform .select select,
.xform .select button,
.xform .textarea textarea,
.xform .radio i,
.xform .checkbox i,
.xform .toggle i,
.xform .icon-append,
.xform .icon-prepend {
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.xform .toggle i:before {
	background-color: rgba(104,184,40,.5);;	
}
.xform .icon-append,
.xform .icon-prepend {
	color: #ccc;
}


/**/
/* hover state */
/**/
.xform .input:hover input,
.xform .select:hover select,
.xform .select:hover button,
.xform .textarea:hover textarea,
.xform .radio:hover i,
.xform .checkbox:hover i,
.xform .toggle:hover i,
.xform .ui-slider-handle:hover {
	border-color: rgba(104,184,40,.5);;
}

/**/
/* focus state */
/**/
.xform .input input:focus,
.xform .select select:focus,
.xform .select button:focus,
.xform .textarea textarea:focus,
.xform .radio input:focus + i,
.xform .checkbox input:focus + i,
.xform .toggle input:focus + i {
	background-color:#ffffff;
}
.xform .select button:focus
{
	border:2px solid #8dc9e5 !important;
	background-color:white !important;
}


/**/
/* checked state */
/**/
.xform .radio input + i:after {
	background-color: #2da5da;	
}
.xform .checkbox input + i:after {
	color: #2da5da;
}
.xform .radio input:checked + i,
.xform .checkbox input:checked + i,
.xform .toggle input:checked + i {
	border-color: #2da5da;	
}

/**/
/* error state */
/**/
.xform .state-error:before {
	font: normal normal normal 8px/1 FontAwesome;
	color: rgba(255,0,0,1);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f071";
	position: absolute;
	left: -5px;
	top:10px;
}
.xform .state-error .icon-append,
.xform .state-error .icon-prepend {
	color: rgba(255,0,0,.5);
}

.xform .select.state-error > i:after {
	border-top-color: rgba(255,0,0,.5);
}
.xform .select.state-error > i:before {
	border-bottom-color: rgba(255,0,0,.5);
}
/* tooltip */
.xform .state-error .tooltip {
	background: rgba(255,0,0,0.4);
}
.xform .state-error .tooltip:after {
	content: '';
	position: absolute;
	border: 4px solid rgba(255,0,0,0.4);
}
.xform .state-error ul {
	margin:0px;
	padding:0px;
}
.xform .state-error ul li {
	margin-left:15px;
}

/**/
/* disabled state */
/**/
.xform .input.state-disabled input,
.xform .select.state-disabled select,
.xform .select.state-disabled button.btn,
.xform .textarea.state-disabled textarea,
.xform .state-disabled .radio,
.xform .state-disabled .checkbox,
.xform .state-disabled .toggle {
	cursor: not-allowed !important;
	opacity: 0.5;
}
.xform .input.state-disabled:hover input,
.xform .select.state-disabled:hover select,
.xform .select.state-disabled:hover button.btn,
.xform .textarea.state-disabled:hover textarea,
.xform .radio.state-disabled:hover i,
.xform .checkbox.state-disabled:hover i,
.xform .toggle.state-disabled:hover i {
	border-color: #e5e5e5;
}
.xform .state-disabled .radio input:checked + i,
.xform .state-disabled .checkbox input:checked + i,
.xform .state-disabled .toggle input:checked + i {
	border-color: #e5e5e5;	
	background-color: #f7f7f7;
}


.xform section.state-mandatory:after {
	font: normal normal normal 8px/1 FontAwesome;
	color: rgba(0,0,255,.5);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f069";
	position: absolute;
	left: -5px;
	top:0px;
}

/**/
/* slider */
/**/
.xform .ui-slider {
	position: relative;
	height: 3px;
	border: 2px solid #e5e5e5;
	background: #fff;
	margin: 12px 6px 26px;
}
.xform .ui-slider-handle {
	position: absolute;
	width: 15px;
	height: 15px;
	margin: -8px 0 0 -8px;
	border: 2px solid #e5e5e5;
	outline: none;
	background: #fff;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}

.xform .text-info {
	color: #2a95be !important;
	font-weight: normal !important;
}
.xform .label {
	border-radius: 0;
	text-align: left;
	white-space: normal;
	color: inherit;
}
@media screen and (max-width: 767px) {
	.xform .label {
		text-align: left;
		font-weight: bold;
	}
}
.xform .radio,
.xform .checkbox {
	font-weight: 400;
}
.xform .radio + .radio,
.xform .checkbox + .checkbox {
  margin-top1: 0;
}

/**/
/* Datatable */
/**/
table.dataTable > thead > tr > th {
    background: #dadada;
}
.table-striped1>tbody>tr:nth-of-type(odd) {
    background: rgba(248,248,248,0.7);
}
table {
	border-collapse:collapse;
	border-spacing:0
}
div.dt-container .dt-paging {
  float: right;
}
table.dataTable {
  margin: 0 0 !important;
}
div.dt-container .dt-paging .dt-paging-button {
	min-width: 24px !important;
	padding: 2px !important;
	border-radius: 0 !important;
}
/**/
/* XUploadField */
/**/
.upl-img-preview {
	border:1px solid #e6e6e6;width:100%;max-width:300px;max-height:100%;margin:auto;display:block
}
.upl-info {
	
}

.modal-xl {
	width: 90%;
}
.modal-xl .modal-body {
	padding: 0px;
}
.modal-xl .container {
	width:100%;
	padding:0px;
}
.modal-xl .container .box {
	margin:0px;
}
/**/
/* Alert */
/**/
.alert-bottom {
	position:fixed;
	width:100%;
	left:0;
	bottom:0;
	z-index:9999;
	margin:0px;
	padding:10px 15px;
	display:none;
}
/**/
/* Login */
/**/
#mdl-remote .modal-dialog {
}
#mdl-remote .modal-content {
}
#bootstrap-alert-box-modal .modal-body, #bootstrap-confirm-box-modal .modal-body {
	max-height: 250px;
	overflow-y: auto;
}
/**/
/* Bootstrap overrides */
/**/
.modal-open {
	padding-right: 0 !important;
}

/**/
/*  */
/**/
.state-login, .state-logout, .state-N, .state-I, .state-A, .state-S, .state-C, .state-B, .state-P, .state-T, .state-bidder, .state-nonbidder {
	display:none; 
}
#img-loading {
	position: fixed;
	z-index: 999;
	bottom: 0;
	right: 0;
}
@-moz-document url-prefix() {
    fieldset {
        display: table-cell !important;
    }
}
 /*.login-page .login-form .form-group .form-control*/
.login-page .login-form .form-group ::-webkit-input-placeholder {
   color:#ff7b1c !important;text-transform:uppercase;font-size:14px;
}

.login-page .login-form .form-group :-moz-placeholder { /* Firefox 18- */
   color:#ff7b1c !important;text-transform:uppercase;font-size:14px;
}

.login-page .login-form .form-group ::-moz-placeholder {  /* Firefox 19+ */
   color:#ff7b1c !important;text-transform:uppercase;font-size:14px;
}

.login-page .login-form .form-group :-ms-input-placeholder {  
   color:#ff7b1c !important;text-transform:uppercase;font-size:14px;
}
.grid-panel {
  position: relative;
  background: #ffffff;
  padding: 0px 0px;
  border: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

