body {
  position:relative;
  padding-top: 0px;
  padding-bottom: 0px;
  /* background: #E9E9E9 url("../images/bg.png") repeat scroll 0% 0%; */
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
	body {
		//padding-bottom: 305px;
	}
}
/* div.container h4:nth-child(3) {
	background-color: #45aed6 !important;
} */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #222;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a {
	color: #222;
	}
a:hover,
a:focus {
  text-decoration: none;
  color: #000000;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
textarea {
    resize: none !important;
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ed2a48;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #ed2a48;
}

.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/

#main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: #333333;
   /* background-color: rgba(237, 127, 29, 0.9);*/
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #f4eddb;
    padding: 8px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #2b234a;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #f4eddb;
    background-color: transparent;
  }

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.menu-left {
    float:none;
}
.dropdown-submenu.menu-left>.dropdown-menu {
    left:-100%;
    width:100%;
    margin-left:-20px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
  
@media only screen and (max-width: 767px) {
  #main-menu.navbar-default .navbar-nav > li > a {
  	border-left: 3px solid transparent;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
  	border-top: 3px solid transparent;
    border-left: 3px solid #2b234a;
  }
	#main-menu.navbar-default .navbar-nav > li {
		width:100%;
	}
}
.sectGray {
  padding: 50px 0;
}

.sectBody {
	min-height: 80vh;
}
.sectFooter {
   padding: 20px 0 20px;
  background: #20222e;
  background-size: cover;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
@media screen and (max-width: 767px) {
	.sectFooter {
		height: auto;
	}	
}
.sectFooter a span{
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom:3px solid transparent;
}
.sectFooter a:hover {
  text-decoration:none;
}
.sectFooter a:hover span{
  border-bottom:3px solid #ed7f1d;
  font-weight: normal;
}
.sectFooter ul.social-icons {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
.sectFooter ul.social-icons > li {
  display: inline-block;
  margin: 0 7.5px;
}
@media only screen and (min-width: 768px) {
  .sectFooter .social-icons {
    float: right;
  }
}
.sectWhite {
  padding: 50px 0;
  background-color:#f4eddb;
  color: #2b234a;
}
.sectWhite .card {
  padding: 13px;
  background: #fff;
  border: 2px solid #fff;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
  cursor: pointer;
}
.sectWhite .card .card-img {
  margin: 0px auto;
  width: 128px;
  height: 128px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%
}
.sectWhite .card .card-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
.sectWhite .card:hover {
  border-color: #ed2a48;
}
.sectWhite .card:hover .card-img{
  border-color: #45aed6;
  background-position: center bottom;
}

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
.sectBlue {
  padding: 50px 0;
}
.sectBlue h3 {
  color: #2b234a;
}

/*******/
/**/
/* defaults */
/**/
.xform {
	margin-left: auto;
	margin-right: auto;
	/* background-color: rgba(244,237,219,0.35); */

}
.xform.noshadow {
	box-shadow:none;
}
.xform header, .modal-header {
	border-radius: 4px 4px 0px 0px;
	box-shadow: 0px -3px 0px rgba(0, 0, 0, 0.2) inset;
	padding: 10px;
	font-size: 22px;
	font-weight: bold;
}
.modal-header {
	background: #333333 none repeat scroll 0% 0%;
	color:white;
}
.modal-header button {
	color:rgb(51, 51, 51)
}
.modal-header {
	cursor: move;
}
.xform fieldset {
	display: block;	
	padding: 6px;
	border: none;
}
@media screen and (max-width: 767px) {
	.xform fieldset {
		padding: 10px 0px 5px;
	}
}
.xform fieldset.gray{
	background-color: #f6f7f8 !important;
}
.xform fieldset + fieldset {
	border-top: 1px solid rgba(0,0,0,.1);
}
.xform section {
	margin: 5px 0px;
	padding-left:5px;
}
.modal-body {
	padding: 20px
	background-color: #EAEAEC !important;
	color:#222;
}

.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 a {
	color: #2da5da;
}
.xform .label, .xform section.view {
	display: block;
	padding: 4px 10px;
	height: 30px;
	font-size: 14px;
	font-weight:bold;
}
.xform section.view, .xform .onlyView {
	display: none;
}
.xform.view section.view, .xform.view .onlyView {
	display: block !important;
}
.xform.insert .hide-insert, .xform.update .hide-update, .xform.draftmode .hide-draftmode {
	display: none !important;
}
.xform .show-draftmode {
	display: none;
}
.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:#aaa;	
}
.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,
.xform .input span.upl-info {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 30px;
	padding: 2px 10px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	color: #404040;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.xform .select .btn-group,
.xform .select ul {
	width:100%;
}
.xform 
/**/
/* selects */
/**/
.xform .select > i {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 26px;
	height: 26px;
	background: #fff;
	pointer-events: none;
}
.xform .select > i:after,
.xform .select > i:before {
	content: '';
	position: absolute;
	right: 10px;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.xform .select > i:after {
	bottom: 8px;
	border-top: 4px solid #404040;
}
.xform .select > i:before {
	top: 8px;
	border-bottom: 4px 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 rgba(254,214,142,1);
	border-radius:0px;
	max-height:200px;
	overflow-y:auto;
}

.xform .opt-status-disabled {
	font-style:italic;
	color:#aaa;
}
/**/
/* 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: 14px;
	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: 14px;
	height: 14px;
	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: 14px;
	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: 4px;
	width: 22px;
	height: 22px;
	font-size: 14px;
	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;
}

.xform ::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}
.xform :-ms-input-placeholder {
  color: #ccc;
}
.xform ::-ms-input-placeholder {
  color: #ccc;
}


/**/
/* tooltips */
/**/
.xform .tooltip {
	position: absolute;
	z-index: 1500;
	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 .label-tooltip:hover .tooltip,
.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 .label-tooltip {
	position:relative;
	cursor:pointer;
	border-bottom: 1px dashed rgb(209, 62, 81);
}
.xform .label-tooltip .tooltip {
    background: rgba(244, 233, 179, 0.85);
    color: rgb(51,51,51);
    border: 1px dashed rgb(209, 62, 81);	
	display:none;
}
.xform .label-tooltip:hover .tooltip {
	font-size:12px;
	display:block;
	-webkit-animation: fadeIn 0.5s ease-out;
	-moz-animation: fadeIn 0.5s ease-out;
	-o-animation: fadeIn 0.5s ease-out;
	animation: fadeIn 0.5s ease-out;
}
.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 .input span.upl-info,
.xform .radio i,
.xform .checkbox i,
.xform .toggle i,
.xform .icon-append,
.xform .icon-prepend {
	border-color: #e5e5e5;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.xform .toggle i:before {
	background-color: #8dc9e5;	
}
.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(254,214,142,0.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 {
	border-color: rgba(254,214,142,1);
	background-color:#ffffff;
}
.xform .select button:focus, .xform .select button:hover, .xform .select button:hover
{
	border-color: rgba(254,214,142,1) !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:14px;
}

/**/
/* disabled state */
/**/
.xform .input.state-disabled input,
.xform .input.state-disabled span.upl-info,
.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;
	background-color:#eee !important;
}
.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 .state-disabled .radio:hover i,
.xform .state-disabled .checkbox:hover i,
.xform .state-disabled .toggle:hover i {
	border-color: #e5e5e5;
}

.xform section.state-mandatory:after {
	font: normal normal normal 8px/1 FontAwesome;
	color: #ed7f1d;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f069";
	position: absolute;
	left: -5px;
	top:0px;
}
.xform.draftmode section.state-mandatory:after {
	content: "" !important;
}

/**/
/* 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: 14px;
	height: 14px;
	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;
}
.xform .input .input-group-btn .btn {
	height: 30px;
	border-radius: 0px;
	padding: 5px 10px;
}
.xform .btn-filter-set {
	color: #f56954;
}
/**/
/* Datatable */
/**/
table.dataTable > thead > tr > th {
    background-color:#614949;
    color:#fff;
}
table.dataTable tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}
table.dataTable tbody tr:nth-of-type(even) {
    background-color: #fafafa;
}
table.dataTable tbody th,
table.dataTable tbody td {
	padding: 4px 8px;
}
table {
	border-collapse:collapse;
	border-spacing:0
}
ul.dt-button-collection li.buttons-columnVisibility {
	cursor:pointer
}
ul.dt-button-collection li.buttons-columnVisibility:hover {
	background: rgba(248,248,248,0.7);
}
table.dataTable td.select-checkbox::before, table.dataTable td.select-checkbox::after {
	left:10px !important;
	top:50% !important;
}
table.dataTable tbody td.select-checkbox {
	padding-left:20px !important;
}
div.dataTables_length select {
	height: 24px;
    padding: 0px;
    border-width:2px;
    border-color: #e5e5e5;
}
div.dataTables_length select:hover {
	border-color: #8dc9e5;!important;
}
table.dataTable div.dataTables_length select:focus {
	border-color: #2da5da;!important;
}
table.dataTable td.select-checkbox::before {
	margin-top: -10px !important;
}
table.dataTable tr.selected td.select-checkbox::after {
    margin-top: -15px !important;
    margin-left: -6px !important;
}
/**/
/* XUploadField */
/**/
.upl-img-preview {
	border:1px solid #e6e6e6;width:100%;max-width:300px;max-height:100%;margin:auto;display:block
}
.upl-info {
	height:30px;
	line-height:30px;
}
.upl-uploading {
	display:none;
	font-size:18px;
}

.modal-xl {
	width: 90%;
}
.modal-xl .modal-body, .modal-body.modal-no-padding {
	padding: 0px;
}
.modal-xl .container {
	width:100%;
	padding:0px;
}
.modal-xl .container .box, .modal-body.modal-no-padding .box {
	margin:0px;
}

/**/
/* Header */
/**/
/**/
/* 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-content {
	box-shadow: none;
	border: 0px;
}
#mdl-remote .modal-body {
	padding:0px;
}
#bootstrap-alert-box-modal .modal-body, #bootstrap-confirm-box-modal .modal-body, #bootstrap-keyboard-help-modal .modal-body{
	max-height: 250px;
	overflow-y: auto;
}
/**/
/* Bootstrap overrides */
/**/
body {
	padding-right: 0 !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #4B3D3D !important;
    border-color: #4B3D3D !important;
}
.container {
	width:100%;
}
/**/
/*  */
/**/
.state-login, .state-logout, .state-C, .state-A, .state-P, .state-U, .secure {
	display:none;
}
#img-loading {
	position: fixed;
	z-index: 999;
	bottom: 0;
	right: 0;
}
@-moz-document url-prefix() {
    fieldset1 {
        display: table-cell !important;
    }
}


.fixed-div {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
padding: 15px;
background-color: rgba(237,127,29, 0.5);
font-size:18px;
line-height: 1;
text-transform: uppercase;
color: #fff;
position: fixed;
z-index: 999;
}
.fixed-div a {
color: #fff;	
}
.fixed-div:hover {
background-color: rgba(237,127,29, 0.9);
}


table.tblresponsive {
  table-layout: fixed;
}
table.tblresponsive caption {
	padding-left:5px;
	font-size:18px;
	font-weight: bold;
}
table.tblresponsive th {
	background-color:#72969E;
	color: #ffffff;
}
table.tblresponsive td {
	vertical-align:middle !important;
    background-color:#fff;
    height:41px;
}
table.tblresponsive.view td {
    height:30px;
}
table.tblresponsive tfoot td {
	background-color:#fafafa;
}
table.tblresponsive tr.subtitle td {
	font-size:16px;
	font-weight:bold;
	background-color:#506D74;
	color: #ffffff;
}
table.tblresponsive tr.disabled td {
	background-color:#fafafa;
}
table.tblresponsive tr.disabled .input-group {
	display:none !important;
}
table.tblresponsive section {
	margin:0px;
}
@media screen and (max-width: 767px) {
  table.tblresponsive {
    border: 0;
  }
  table.tblresponsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.tblresponsive tr {
  	border-top:1px solid #ddd;
  	border-bottom:1px solid #ddd;
    display: block;
    margin-top:10px;
  }
  table.tblresponsive td {
    border-top: 0px !important;
    display: block;
    text-align: right;
  }
  table.tblresponsive tr.subtitle td {
    padding-left:5px;
    text-align:left !important;
  }
  table.tblresponsive td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  table.tblresponsive td:last-child {
    border-bottom: 0;
  }
  
  /**
  **/
  table.tblresponsive td[colspan] {
  	height:auto;
  }
  table.tblresponsive .collapse {
  	display: none;
  }
     
  table.tblresponsive tr.collapse.in {
    display: block;
  }
  table.tblresponsive .collapse.in {
  	display: block;
  }
  
  /*table.tblresponsive .accordion-body td[colspan] {
  	height:auto;
  }*/
}

div.callout.callout-warning.callout-custom {
	background-color: #ffffff;
	color: #000000;
}
div.callout.callout-custom {
	border: 0;
}  
div.callout.callout-warning.callout-custom h4{
	color: #222;
}

/** CSS for card swipe field **/

.card-swipe-field::-webkit-input-placeholder { 
    color: red;
    background: yellow;
}
.card-swipe-field:-moz-placeholder { 
    color: red;
    background: yellow;
}
.card-swipe-field::-moz-placeholder { 
    color: red;
    background: yellow;
}
.card-swipe-field:-ms-input-placeholder { 
    color: red;
    background: yellow;
}

#divPageTitle {
}
@media screen and (max-width: 767px) {
	#divPageTitle span {
	    //width: 180px;
	    display: inline-block;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
}
.tilt-shaking {
  		animation-duration: 0.25s;
  		animation-iteration-count:20;
	animation-name: ani-tilt-shaking;
}
@keyframes ani-tilt-shaking {
	0% { transform: rotate(0deg); }
	25% { transform: rotate(5deg); }
	50% { transform: rotate(0eg); }
	75% { transform: rotate(-5deg); }
	100% { transform: rotate(0deg); }
}

body > .header .navbar .navbar-toggle {
    float: right;
}
#main-menu.navbar-default {
  background: #D5D5D5;
  background-size: cover;
  //-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
  //-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
  //box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    }
.navbar-default .navbar-collapse {
background: #d5d5d5;
}

.xform .inline-group {
    height: 40px;
}

.xform section.inline-group.state-mandatory:after {
    left: 10px;
}

/** CSS for report dropdown menu **/

#report-dropdown-menu.dropdown-menu>li>a:focus {
    background-color: unset;
}

#report-dropdown-menu.dropdown-menu ol.sub-dropdown-content {
      background-color: #4B3D3D;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

@media only screen and (min-width: 768px) {
    #report-dropdown-menu.dropdown-menu ol.sub-dropdown-content {
      position: absolute;
      left: 100%;
      top: -7px;
    }
}

#report-dropdown-menu.dropdown-menu,
#report-dropdown-menu ol.dropdown-menu {
	list-style: decimal-leading-zero;
	color: #eeeeee;
}

#report-dropdown-menu.dropdown-menu > li.dropdown,
#report-dropdown-menu.dropdown-menu .sub-dropdown-content > li {
    position: relative;
    margin-left: 12px;
    padding-left: 8px;
    transition: none;
    border-left: none;
}

@media only screen and (min-width: 1024px) {
    .sectBody {
        margin-left: 120px;
        margin-right: 120px;
    }
}

ul.navbar-nav.navbar-right {
    padding-right: 16px;
}

.navbar-toggle {
    margin-top: 4px;
    margin-bottom: 4px;
}

.navbar-toggle .icon-bar {
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

@media only screen and (max-width: 768px) {
    table.tblresponsive td:has(section.input) {
        height: 64px;
    }
}

@media only screen and (max-width: 768px) {
    .logo_sml {
        display: inline-block;
    }

    body > .header .navbar {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) {
    .logo_sml {
        display: none;
    }
}