﻿/* Reset Style */
@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, ul {
    margin: 0;
    padding: 0;
    font-weight: 400
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent
}
body {
    margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}
strong {
	font-weight: 600;
}

/* Layout Style */
.fixed-top, .fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 5002;
}
.fixed-top {
	top: 0;
}
.fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
}
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
.clearfix:before, .clearfix:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after {
	display: table;
	content: " ";
}
.clearfix:after, .form-horizontal .form-group:after {
	clear: both;
}
.show {
	display: block !important;
}
.hide {
	display: none !important;
}
.visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden !important;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	font-size: 0;
}
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt, dd {
	line-height: 1.42857143;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
div[class^="col-"], div[class*=" col-"] {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Typography Style */
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-lowercase {
	text-transform: lowercase;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 700;
	line-height: 1.1;
	color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
small, .small {
	font-size: 85%;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
	vertical-align: middle;
}

/* Form Style */
::-ms-clear, ::-ms-reveal {
 display: none;
}
::-webkit-inner-spin-button {
 -webkit-appearance: none
}
::-webkit-input-placeholder {
 color: #f00;
}
::-moz-placeholder {
 color: #bdbdbd;
}
::-ms-input-placeholder {
 color: #bdbdbd;
}
:-ms-input-placeholder {
 color: #bdbdbd !important;
}

/* Button Style */
button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 40px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 0;
	border-radius: 4px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
	position: relative;
}
.btn-ghost {
	background: none !important;
	border: 1px solid;
}
.btn-block {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.btn-xs {
	font-size: 11px;
	line-height: 1;
	padding: 4px 15px;
	border-radius: 17px;;
}
.btn-sm {
	font-size: 12px;
	padding: 4px 30px;
	line-height: 2;
	border-radius: 17px;;
}
.btn-md {
	font-size: 16px;
	border-radius: 24px;
	padding: 9px 30px;
}
.btn-group {
	line-height: 24px;
}
.btn-group .icon {
	margin-left: -5px;
	margin-right: 5px;
}
.btn-group .btn-xs .icon {
	margin-left: 0;
	margin-right: 0;
}
.btn-icon {
	background: none;
	padding: 3px;
	border-radius: 100%;
}
.btn-icon:hover {
	background-color: rgba(5,55,82,.15);
}
.btn-md.btn-icon {
	padding: 9px;
}
.btn-default {
	background-color: transparent;
	border: 1px solid;
}
.btn-default:hover, .btn-default.is-active {
	background-color: #e8e8e8;
	border-color: #e8e8e8;
}
.btn-default.btn-icon {
	border-color: transparent;
}
.btn-default.btn-plain {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}
.btn-default.btn-plain:hover {
	background-color: #e8e8e8;
	border-color: #e8e8e8;
}
.btn-default.btn-plain:active, .btn-default.btn-plain:focus {
	background-color: #e0e0e0;
	border-color: #e0e0e0;
}
.btn-default.btn-ghost {
	color: #595959;
	border-color: #595959;
}
.btn-default.btn-ghost:hover {
	background-color: #f5f5f5 !important;
}
.btn-default.btn-ghost:active, .btn-default.btn-ghost:focus {
	background-color: #e8e8e8 !important;
}
.btn-primary {
	color: #fff;
	background-color: #e30327;
	border: 1px solid #e30327;
}
.btn-primary:hover {
	background-color: #D30022;
}
.btn-primary:active, .btn-primary:focus {
	background-color: #C20221;
}
.btn-primary.btn-plain {
	background-color: rgba(0,114,206,.15);
	border-color: transparent;
}
.btn-primary.btn-plain:hover {
	background-color: rgba(0,114,206,.2);
}
.btn-primary.btn-plain:active, .btn-primary.btn-plain:focus {
	background-color: rgba(0,114,206,.25);
}
.btn-primary.btn-ghost {
	color: #e30327;
}
.btn-primary.btn-ghost:hover {
	background-color: rgba(227, 3, 39, .15) !important;
}
.btn-primary.btn-ghost:active, .btn-primary.btn-ghost:focus {
	background-color: rgba(227, 3, 39, .2) !important;
}
.btn-danger {
	color: #fff;
	background-color: #EE2E5D;
	border: 1px solid #EE2E5D;
}
.btn-danger:hover {
	background-color: #bf213b;
}
.btn-danger:active, .btn-danger:focus {
	background-color: #b31e37;
}
.btn-danger.btn-ghost {
	color: #EE2E5D;
}
.btn-danger.btn-ghost:hover {
	background-color: rgba(238,46,93,.2) !important;
}
.btn-danger.btn-ghost:active, .btn-danger.btn-ghost:focus {
	background-color: rgba(238,46,93,.25) !important;
}
.btn-secondary {
	color: #fff;
	background-color: #053752;
	border: 1px solid #053752;
}
.btn-secondary:hover {
	background-color: #053048;
}
.btn-secondary:active, .btn-secondary:focus {
	background-color: #032537;
}
.btn-secondary.btn-ghost {
	color: #053752;
}
.btn-secondary.btn-ghost:hover {
	background-color: rgba(5,55,82,.15) !important;
}
.btn-secondary.btn-ghost:active, .btn-secondary.btn-ghost:focus {
	background-color: rgba(5,55,82,.2) !important;
}
.btn:focus, .btn:active {
	/* border: 0; */
	outline: 0;
}
.btn:disabled {
	color: #999;
	background-color: #f4f4f4;
	border-color: transparent;
}

/* Icon Style */
.icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(../images/icon-sprite.png);
	background-image: -webkit-image-set(url(../images/icon-sprite.png) 1x, url(../images/icon-sprite@2x.png) 2x, url(../images/icon-sprite@3x.png) 3x);
	background-repeat: no-repeat;
	position: relative;
}
.icon-xs {
	width: 12px;
	height: 12px;
}
.icon-sm {
	width: 20px;
	height: 20px;
}
.icon-lg {
    width: 32px;
    height: 32px;
}
.icon-xl {
    width: 48px;
    height: 48px;
}
.icon-xxl {
	width: 60px;
	height: 60px;
}

.icon-bell {
	background-position: 0 0;
}
.icon-log-list {
	background-position: 0 -24px;
}
.icon-plus-white {
	background-position: 0 -48px;
}
.icon-search-gray {
	background-position: 0 -72px;
}
.icon-filter {
	background-position: 0 -96px;
}
.icon-settings {
	background-position: 0 -120px;
}
.icon-sort {
	background-position: 0 -144px;
}
.icon-edit {
	background-position: 0 -168px;
}
.icon-deactive {
	background-position: 0 -192px;
}
.icon-tick-blue {
	background-position: 0 -216px;
}
.icon-name {
	background-position: -24px 0;
}
.icon-email {
	background-position: -24px -24px;
}
.icon-role {
	background-position: -24px -48px;
}
.icon-phone {
	background-position: -24px -72px;
}
.icon-arrow-right {
	background-position: -24px -96px;
}
.icon-email-red {
	background-position: -24px -120px;
}
.icon-close-gray {
	background-position: -24px -144px;
}
.icon-warn {
	background-position: -24px -168px;
}
.icon-delete {
	background-position: -24px -192px;
}
.icon-add-user {
	background-position: -24px -216px;
}
.icon-affiliate {
	background-position: -48px 0;
}
.icon-success {
	background-position: -48px -24px;
}
.icon-error {
	background-position: -48px -48px;
}
.icon-info {
	background-position: -48px -72px;
}
.icon-info-red {
	background-position: -48px -96px;
}
.icon-remove {
	background-position: -48px -168px;
}
.icon-eye-on {
	background-position: -48px -192px;
}
.icon-eye-off {
	background-position: -48px -216px;
}
.icon-move {
	background-position: 0 -240px;
}
.icon-tick-sm {
	background-position: 0 -252px;
}
.icon-successful {
	background-position: -72px 0;
}
.icon-failed {
	background-position: -72px -60px;
}
.icon-warning {
	background-position: -72px -120px;
}

.icon-Home {
	background-position: -132px 0;
}
.icon-Dashboard {
	background-position: -132px -20px;
}
.icon-Users {
	background-position: -132px -40px;
}
.icon-Farms {
	background-position: -132px -60px;
}
.icon-Audits {
	background-position: -132px -80px;
}
.icon-Apps {
	background-position: -132px -100px;
}
.icon-Roles {
	background-position: -132px -120px;
}
.icon-Data {
	background-position: -132px -140px;
}
.icon-Settings {
	background-position: -132px -160px;
}
.icon-approve {
	background-position: -132px -180px;
}
.icon-star {
	background-position: -132px -200px;
}
.icon-downloadPDF {
	background-position: -132px -220px;
}
.icon-more_2 {
	background-position: -132px -240px;
}
.icon-close-white {
	background-position: -132px -260px;
}
.icon-close-gray-sm {
	background-position: -132px -280px;
}
.icon-decline {
	background-position: -152px -180px;
}
.icon-export {
	background-position: -152px -200px;
}
.icon-delete-white {
	background-position: -152px -220px;
}
.icon-filter-sm {
	background-position: -152px -260px;
}
.icon-arrow-right-gray {
	background-position: -152px -280px;
}
.icon-Users-lg {
	background-position: -172px 0;
}
.icon-Farms-lg {
	background-position: -172px -48px;
}
.icon-Dashboard-lg {
	background-position: -172px -96px;
}
.icon-Audits-lg {
	background-position: -172px -144px;
}
.icon-Data-lg {
	background-position: -172px -192px;
}
.icon-Users-md {
	background-position: -220px 0;
}
.icon-Farms-md {
	background-position: -220px -32px;
}
.icon-Scenarios-md {
	background-position: -220px -64px;
}
.icon-Audits-md {
	background-position: -220px -96px;
}
.icon-Countries-md {
	background-position: -220px -128px;
}
.icon-arrow-down-lg {
	background-position: -220px -160px;
}

/* Tooltips Style */
.tooltips {
    position: relative;
}
.tooltips:before, .tooltips:after {
	position: absolute;
	z-index: 9003;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	transition-delay: 0ms;
}
.tooltips:hover:before, .tooltips:hover:after {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	transition-delay: 300ms;
}
.tooltips:focus:hover:before, .tooltips:focus:hover:after, .tooltips.open:hover:before, .tooltips.open:hover:after {
    visibility: hidden;
	opacity: 0;
}
.tooltips:before {
	content: "";
	font: 0/0 a;
	border: 6px solid transparent;
}
.tooltips:after {
	content: attr(data-title);
	max-width: 600px;
	background-color: #4f4f4f;
	border-radius: 2px;
	color: #fff;
	padding: 6px 12px;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
}
[data-title='']:before, [data-title='']:after {
	display: none !important;
}
.tooltips-sm:after {
	width: 120px;
}
.tooltips-md:after {
	width: 200px;
	padding: 8px 15px;
}
.tooltips-lg:after {
	width: 250px;
	padding: 8px 15px;
}
.tooltips-top:before {
	border-top-color: #4f4f4f;
}
.tooltips-bottom:before {
	border-bottom-color: #4f4f4f;
}
.tooltips-top:before, .tooltips-top:after {
	left: 50%;
	bottom: 100%;
}
.tooltips-top:before {
    white-space: nowrap;
	-webkit-transform: translate(-50%, 100%);
	-moz-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}
.tooltips-top:after {
    text-align: center;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.tooltips-top:hover:before {
	-webkit-transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}
.tooltips-top:hover:after {
	-webkit-transform: translate(-50%, -6px);
	-moz-transform: translate(-50%, -6px);
	transform: translate(-50%, -6px);
}
.tooltips-bottom:before, .tooltips-bottom:after {
	left: 50%;
	top: 100%;
}
.tooltips-bottom:before {
	-webkit-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}
.tooltips-bottom:after {
    text-align: center;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.tooltips-bottom:hover:before {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.tooltips-bottom:hover:after {
	-webkit-transform: translate(-50%, 6px);
	-moz-transform: translate(-50%, 6px);
	transform: translate(-50%, 6px);
}
.tooltips-right:after {
    left: calc(100% + 10px);
    top: 8px;
    white-space: nowrap;
    -webkit-transform: translate(-10px, 0);
	-moz-transform: translate(-10px, 0);
	transform: translate(-10px, 0);
}
.tooltips-right:hover:after {
    -webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}
.tooltips-left:after {
    right: calc(100% + 10px);
    top: 8px;
    white-space: nowrap;
    -webkit-transform: translate(-10px, 0);
	-moz-transform: translate(-10px, 0);
	transform: translate(-10px, 0);
}
.tooltips-left:hover:after {
    -webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* Dropdown List Style */
.dropdown {
	position: relative;
}
.dropdown-toggle {
	position: relative;
}
.dropdown-toggle .btn:after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: 0.255em;
    content: "";
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
}
.dropdown-menu {
	position: absolute;
	z-index: 9002;
}
.dropdown-list {
	position: relative;
}
.dropdown-list .dropdown-menu {
	position: absolute;
	top: 100%;
    left: 0;
    right: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	min-width: 130px;
	text-align: left;
	/*    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;*/
	display: none;
    padding: 5px 0;
    border-radius: 4px;
}
.dropdown-list .dropdown-menu.dropdown-above {
    bottom: 100%;
    top: inherit;
}
.dropdown-list.open .dropdown-menu {
	max-height: 152px;
	visibility: visible;
}
.dropdown-item {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    color: #8c8c8c;
    transition: all .2s ease;
}
.dropdown-item:hover {
    color: #19105E;
}
.dropdown-mask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	opacity: 0;
	z-index: 9000;
}
.select-container {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 100%;
}
.select-container.open {
	position: fixed;
	z-index: 9003;
}
.select-container .select-toggle {
	height: auto;
	line-height: 1;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	box-shadow: none;
	font-weight: normal;
	cursor: default;
	position: relative;
}
.select-container.open .select-toggle {
	z-index: 9001;
}
.select-container.open .select-toggle:after {
	/*content: "";*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0;
    cursor: pointer;
}
.select-container .select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	background: url(../images/select1.png) no-repeat -50px 2px;
	cursor: pointer;
}
.select-container-primary .select-arrow {
	background-image: url(../images/select2.png);
}
.has-error .select-container-primary .select-arrow {
	background-image: url(../images/select3.png);
}
.select-container.open .select-arrow {
	background-position: -76px 2px;
}
.select-container-lg .select-arrow {
	background-position: 2px 8px;
}
.select-container-lg.open .select-arrow {
	background-position: -24px 8px;
}
.select-container-md .select-arrow {
	background-position: 2px 6px;
}
.select-container-md.open .select-arrow {
	background-position: -24px 6px;
}
.select-container input {
	padding-right: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.select-container .select-toggle input {
/*    min-width: 90px;*/
	cursor: pointer;
}
.select-container.open .select-toggle input {
	border-color: #959393;
    /* background-color: #fff; */
    color: #474747;
}
.select-container-primary.open .select-toggle input {
	border-color: #004267;
    background-color: #fff;
    color: #004267;
}
.select-container .select-toggle input:disabled {
	color: #474747;
	/*-webkit-text-fill-color:#474747;*/
	background-color: #fff;
}
.select-container .select-menu {
	width: 100%;
	padding: 0 4px;
	background-color: #fff;
	border: 2px solid #959393;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	position: absolute;
	top: 100%;
	margin-top: -4px;
	z-index: 9002;
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
}
.select-container-primary .select-menu {
	border-color: #004267;
}
.has-error .select-container-primary .select-menu {
	border-color: #cc0011;
}
.select-container-above .select-menu {
	top: auto;
	bottom: 100%;
	border-top: 1px solid #959393;
	margin-bottom: -1px;
	-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}
.select-container.open .select-menu {
	max-height: none;
	visibility: visible;
}
.select-container-above .select-search {
	padding-top: 5px;
}
.select-container .select-search input {
	padding-left: 5px;
	background: url(../images/select1.png) no-repeat 100% -26px;
	border-color: #e0e0e0 !important;
}
.select-container-lg .select-search input, .select-container-md .select-search input {
	padding-left: 7px;
}
.select-container .select-search input:focus {
	border-color: #cecece !important;
}
.select-container .select-result-empty {
	text-align:left;
	padding-left: 8px;
	line-height: 31px;
}
.select-container .select-result {
	max-height: 264px;
	margin-top: 4px;
	margin-bottom: 4px;
	overflow: auto;
	overscroll-behavior: contain;
}
.select-container .select-result li {
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.2;
	word-wrap: break-word;
	cursor: pointer;
	margin-bottom: 1px;
}
.select-container .select-result li:last-child {
	margin-bottom: 0;
}
.select-container-lg .select-result li, .select-container-md .select-result li {
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
}
.select-container-multiple .select-result li {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	position: relative;
}
.select-container-multiple .select-result li:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 100%;
	top: 0;
	right: 5px;
	background-image: url(../images/icon-checkmark-gray.png);
	background-image: -webkit-image-set(url(../images/icon-checkmark-gray.png) 1x, url(../images/icon-checkmark-gray@2x.png) 2x, url(../images/icon-checkmark-gray@3x.png) 3x);
	background-repeat: no-repeat;
    background-position: center center;
	opacity: 0;
}
.select-container-multiple .select-result li:hover:before {
	opacity: 0.5;
}
.select-container-multiple .select-result li.is-selected:before {
	opacity: 1;
}
.select-container .select-result li:hover {
	background: #f4f4f4;
}
.select-container .select-result li.is-selected {
	background: #e4e4e4;
}
.select-container .select-result li .select-match {
	text-decoration: underline;
}
.select-container .select-result li[data-appended]:after {
	content: attr(data-appended);
	display: block;
	font-size: 85%;
	opacity: .65;
}
.select-container .select-no-result {
	display: inline-block;
	width: 100%;
	margin: 4px 0;
	padding: 4px 6px;
	background-color: #f3f3f3;
	word-wrap: break-word;
}
.select-container-lg .select-no-result, .select-container-md .select-no-result {
	padding: 4px 8px;
}
.select-container .dropdown-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	z-index: 9000;
}

/* Modal Style */
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10050;
	display: none;
	overflow: hidden;
	background-color: rgba(255,255,255,.2);
}
.modal.open {
	display: table;
}
.modal-dialog {
	position: relative;
	width: auto;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.modal-content {
    width: 430px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 12px 2px rgba(188, 190, 184, .95);
	box-shadow: 0 0 12px 2px rgba(188, 190, 184, .95);
	color: #595959;
	padding: 0 32px;/*	-webkit-animation:fadeInDown10 0.25s ease-out;
	animation:fadeInDown10 0.25s ease-out;*/
}
.modal-xl .modal-content {
    width: 680px;
}
.modal-lg .modal-content {
    width: 500px;
}
.modal-sm .modal-content {
    width: 200px;
}
.modal-confirm .modal-content {
	width: 300px;
}
.modal-header {
	padding-top: 50px;
	padding-bottom: 30px;
	line-height: 1;
	text-align: left;
}
.modal-xl .modal-header {
    padding-top: 32px;
}
.modal-confirm .modal-header {
	padding-top: 30px;
}
.modal-title {
	font-weight: 600;
	font-size: 20px;
	color: #000;
}
.modal-header .close {
	position: absolute;
	top: 5px;
	right: 5px;
	width:32px;
	height: 32px;
	font-size: 22px;
	color: #999;
}
.modal-header .close:hover {
	color: #454545;
}
.modal-header .close:active {
	color: #000;
}
.modal-confirm .close {
	display: none;
}
.modal-body {
	max-height: calc(100vh - 250px);
	overflow: auto;
    overflow-x: hidden !important;
	/* padding-top: 20px; */
	/* padding-bottom: 30px; */
	margin-bottom: 30px;
}
.modal-fixed-height .modal-body {
    min-height: 455px;
}
.modal-body p {
	/* margin: 30px 0; */
	opacity: .85;
}
.modal-confirm .modal-body p {
	margin: 20px 0;
}
.modal-footer {
	padding-bottom: 40px;
}
.modal-confirm .modal-footer {
	padding-bottom: 30px;
}
.modal-footer.text-right .btn {
	margin-left: 5px;
}
.modal-confirm .btn {
	padding: 6px 25px;
}

/* Popover Style */
.popover {
	width: 230px;
	max-height: 0;
	opacity: 0;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
    position: absolute;
    z-index: 10002;
    top: calc(5px + 100%);
   /*  left: 50%;
    transform: translateX(-50%); */
    /* height: 150px; */
	overflow: hidden;
    /* transition: all .4s cubic-bezier(.7,0,.3,1); */
}
.open .popover {
	max-height: 500px;
	opacity: 1;
}
.popover-content {
	/* background: #FFFFFF;
	box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.1);
	border-radius: 8px; */
}
.popover-header {
	padding: 15px;
	font-weight: 600;
	font-size: 13px;
	color: #8c8c8c;
	border-bottom: 1px solid #E8E8E8;
}
.popover-footer {
	padding: 10px 15px;
	font-size: 12px;
	line-height: 14px;
	color: #8c8c8c;
	border-top: 1px solid #E8E8E8;
}

/* Form Style */
::-ms-clear, ::-ms-reveal {
 display: none;
}
::-webkit-inner-spin-button {
 -webkit-appearance: none
}
::-webkit-input-placeholder {
 color: #999;
}
::-moz-placeholder {
 color: #999;
}
::-ms-input-placeholder {
 color: #999;
}
:-ms-input-placeholder {
 color: #999 !important;
}
input:disabled, textarea:disabled {
	color: #333;
	/*-webkit-text-fill-color: #333;*/
	opacity: 1;
	background-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.form-control {
	-webkit-appearance: none;
	/*	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	display: block;
	width: 100%;
	height: 42px;
	padding: 5px 10px;
    /* font-weight: 600; */
	font-size: 14px;
	line-height: 1.53846153846;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 2px solid #e0e0e0;
	border-radius: 4px;
	resize: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-user-modify: read-write-plaintext-only; /* Enter text only */
}
.form-control:focus, .form-control.is-focused {
	border-color: #959393;
	outline: 0;
}
.has-success .form-control {
	border-color: #3c763d;
}
.has-success .form-control:focus {
	border-color: #2b542c;
}
.has-warning .form-control {
	border-color: #008fd6;
}
.has-warning .form-control:focus {
	border-color: #2b542c;
}
.has-error .form-control {
	border-color: #e60012 !important;
}
.has-error .form-control:focus {
	border-color: #cc0011;
}
.has-error:after {
	content: attr(data-error);
	font-size: 12px;
	color: #e60012;
}
.form-control-primary {
	-webkit-text-fill-color: #004267;
    color: #004267;
	/* background-color: #004267; */
    border-color: #004267;
}
.form-control-primary:focus, .form-control-primary.is-focused {
	border-color: #004267;
}
.form-control-static[readonly] {
	border: 0;
	outline: 0;/*padding: 0;*/
}
.form-group-lg .form-control, .form-control-lg {
	padding: 6px 12px;
	height: 48px;
}
.form-group-sm .form-control, .form-control-sm {
	height: 32px;
	padding: 3px 10px;
}
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.form-group-inline {
    position: relative;
}
.form-group-inline .form-group-input {
    width: 100%;
    font-size: 14px;
    line-height: 1.53846153846;
    color: #474747;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 2px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
.form-group-inline .form-group-input ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 42px;
    padding: 4px 117px 4px 10px;
}
.form-group-inline .form-select-display {
    border-radius: 2px;
    background-color: #e0e0e0;
    padding: 2px 28px 2px 8px;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.form-group-inline .form-select-input {
    flex-grow: 1;
}
.form-group-inline .form-select-display .btn {
    position: absolute;
    top: 3px;
    right: 2px;
    width: 20px;
    opacity: .6;
}
.form-group-inline .form-select-display .btn:hover {
    opacity: 1;
}
.form-group-inline .form-control {
    width: 100%;
    max-width: 385px;
    border: none;
    padding: 0;
    height: 30px;
}
.form-group-inline .form-append {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.form-group-inline .form-append .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100%;
}
.form-horizontal {
	margin-top: 20px;
	margin-bottom: 20px;
}
.form-horizontal .form-group {
	margin-top: 8px;
	margin-bottom: 8px;
}
.form-group-horizontal {
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.form-group-horizontal .form-select {
    flex-grow: 1;
    margin: 0 8px;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: table-cell;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #fff;
	border: 1px solid #cecece;
	border-radius: 0;
	display: table-cell;
	vertical-align: middle;
}
.input-group-addon:last-child {
	border-left: 0;
}
.form-date {
	position: relative;
}
.form-date input {
	cursor: pointer;
}
.form-date:after {
	content: "";
	position: absolute;
	top: 7px;
	right: 8px;
	width: 20px;
	height: 20px;
	background-image: url(../images/icon-sprite.png);
	background-repeat: no-repeat;
	background-position: -48px -122px;
	cursor: pointer;
	/* opacity: 0.6; */
}
.form-date-sm:after {
	transform: translate(0,-5px) scale(0.7);
}
.radio-button {
	position: relative;
    display: flex;
    margin-bottom: 20px;
}
.radio-button input {
	opacity: 0;
	position: relative;
	width: 20px;
	height: 20px;
	z-index: 2;
    margin-right: 10px;
}
.radio-button input + label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #443F3F;
}
.radio-button input + label:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
    border: 2px solid #ccc;
    border-radius: 100%;
}
.radio-button input:hover + label:before {
	background-position: 0 -20px;
}
.radio-button input:checked + label:before {
	background-position: 0 -40px;
    border-color: #19105E;
}
.radio-button input:checked + label:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 5px;
    background-color: #19105E;
    border-radius: 100%;
}

.checkbox {
	position: relative;
	display: flex;
}
.checkbox label {
	cursor: pointer;
}
.checkbox input {
	opacity: 0;
	position: relative;
	width: 24px;
	height: 24px;
	z-index: 2;
    margin-right: 10px;
}
.checkbox input + label:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	border: 2px solid #8c8c8c;
	background-color: #fff;
    border-radius: 100%;
}
.checkbox-sm input + label:before {
	width: 12px;
	height: 12px;
}
/* .checkbox input:hover + label:before {
	background-position: 0 -20px;
} */
.checkbox input:checked + label:before {
    background-color: #053752;
    border-color: #053752;
}
.checkbox input:checked + label:after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
    background-image: url(../images/icon-checkmark.png) !important;
	background-image: -webkit-image-set(url(../images/icon-checkmark.png) 1x, url(../images/icon-checkmark@2x.png) 2x, url(../images/icon-checkmark@3x.png) 3x) !important;
	background-repeat: no-repeat;
    background-position: center center;
}

.switch {
	width: 50px;
	height: 30px;
	position: relative;
	display: inline-block;
}
.switch-sm {
	width: 32px;
	height: 16px;
}
.switch-md {
	width: 43px;
	height: 22px;
}
.switch input {
	display: none;
}
.switch input+label {
	position: absolute;
	left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    border: 1px solid #bfbfbf;
	border-radius: 20px;
    background-color: #bfbfbf;
    background-clip: content-box;
	box-shadow: 0 0 0 0 #bfbfbf inset;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-transition: border 300ms,box-shadow 300ms;
    -moz-transition: border 300ms,box-shadow 300ms;
    -o-transition: border 300ms,box-shadow 300ms;
    transition: border 300ms,box-shadow 300ms;
}
.switch input:checked+label {
    -webkit-transition: border 300ms,box-shadow 300ms,background-color 1.2s; 
    -moz-transition: border 300ms,box-shadow 300ms,background-color 1.2s;
    -o-transition: border 300ms,box-shadow 300ms,background-color 1.2s;
    transition: border 300ms,box-shadow 300ms,background-color 1.2s; 
}
.switch input:disabled+label {
    opacity: .4;
    cursor: default;
}
.switch-primary input:checked+label {
	border-color: #E30327;
	background-color: #E30327;
    box-shadow: 0 0 0 21px #E30327 inset; 
}
.switch-sm.switch-primary input:checked+label {
	 box-shadow: 0 0 0 10px #E30327 inset; 
}
.switch-info input:checked+label {
	border-color: #79d4a7;
	background-color: #79d4a7;
    box-shadow: 0 0 0 21px #79d4a7 inset; 
}
.switch input+label i {
	position: absolute;
    top: 0;
	left: 0;
    display: inline-block;
    cursor: pointer;
    padding-right: 20px;
    -webkit-transition: padding ease .2s;
    -moz-transition: padding ease .2s;
    -o-transition: padding ease .2s;
    transition: padding ease .2s;
}
.switch input:disabled+label i {
    cursor: default;
}
.switch-sm input+label i {
	padding-left: 1px;
	/* padding-right: 15px; */
}
.switch-md input+label i {
	padding-left: 1px;
}
.switch input:checked+label i {
	padding-left: 20px;
	padding-right: 0;
}
.switch-sm input:checked+label i {
	padding-left: 16px;
	padding-right: 0;
}
.switch-md input:checked+label i {
	padding-left: 20px;
	padding-right: 0;
}
.switch input+label i:before {
    content: "";
	display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff;
	box-shadow: 0 1px 2px rgba(4,0,0,.33);
}
.switch-sm input+label i:before {
	width: 16px;
	height: 16px;
}
.switch-md input+label i:before {
	width: 22px;
	height: 22px;
}

/* Table Style */
.data-list {
	margin-top: 0;
	padding-top: 10px;
	height: 100%;
}
.data-list-border {
	border: 1px solid #e0e0e0;
}
.data-list-tips {
	/* padding-top: 20px; */
	background-color: #fff;
	width: 100%;
}
.data-list-number {
    font-size: 12px;
	color: #8c8c8c;
	/* padding: 4px 0; */
	line-height: 34px;
}
.list-row {
	display: flex;
    align-items: center;
    position: relative;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}
.list-row:after {
	content: "";
	display: block;
	font: 0/0 a;
	height: 0;
	visibility: hidden;
	clear: both;
}
.list-cell {
	float: left;
	padding: 0 15px;
	position: relative;
	cursor: default;
}
.list-border-top {
	border-top: 1px solid #E4E9F0;
}
.list-border-bottom {
	border-bottom: 1px solid #E4E9F0;
}
.data-list-striped .list-row:nth-child(2n){
    background-color: #fafafa;
}
.data-list-hover .list-row:hover, .data-list-hover .list-row.is-hovered {
	background-color: #fafafa;
}
.data-list-body .list-row.is-hover {
	background-color: #f4f4f4;
}
.data-list-body .list-row.is-active {
	background-color: #f7c7c1;
}
.data-list-body .list-row.is-selected {
	background-color: #dadada;
}
.data-list-header {
	background-color: rgba(5, 55, 82, 0.05);
}
.data-list-header.no-bg {
	background-color: transparent;
}
.data-list-header.border-bottom {
	border-bottom: 2px solid #E4E9F0;
}
.data-list-header .list-hover {
	cursor: pointer;
	transition: all .2s;
}
.data-list-header .list-hover:hover {
	background-color: rgba(5, 55, 82, 0.05);
}
.cell-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.data-list-header .list-cell {
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.data-list-header .cell-text {
    font-size: 14px;
	font-weight: 600;
}
.data-list-header .cell-sort {
	display: none;
	width: 10px;
	height: 9px;
	background-image: url(../images/icon-sort.png);
	background-repeat: no-repeat;
	margin-right: 2px;
}
.data-list-header .cell-sort-desc, .data-list-header .cell-sort-asc {
	display: inline-block;
}
.data-list-header .cell-sort-desc {
	background-position: -10px 0;
}
.data-list-header .cell-sort-asc {
	background-position: -20px 0;
}
.data-list-body {
    color: #818181;
    height: calc(-42px + 100%);
}
.data-list-body .list-cell {
	height: auto;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.data-list-body.data-list-loose .list-cell {
	height: 48px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.data-list-body .cell-text {
	line-height:1.2;
    white-space: inherit;
    overflow: inherit;
    word-break: break-word;
    width: 100%;
}
.data-list-body .cell-text a {
	color: inherit;
	text-decoration: none;
	transition: all .2s;
}
.data-list-body .cell-text a:hover {
	color: #55565a;
	text-decoration: underline;
}
.data-list-body .cell-text strong {
    font-weight: 600;
}
.data-list-body .cell-form {
	height: auto;
    /* margin: 0 auto; */
}
.data-list-body .cell-form .btn-group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: -4px 0;
}
.data-list-body .cell-form .btn-group .btn {
	flex-grow: 1;
	max-width: 120px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.data-list-body .cell-form .btn-group .btn {
	margin-right: 5px;
}
.list-row > .list-cell:first-child .cell-form {
/*	display: inline-block;*/
}
.data-loading .loading-wrap2 {
	display: block;
}
.data-loading .data-list-tips, .data-loading .data-list-header, .data-loading .data-list-pagination, .no-data .data-list-number, .no-data .data-list-header, .no-data .data-list-pagination {
	opacity: 0;
	visibility: hidden;
}
.no-result .data-list-header, .no-result .data-list-pagination {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}
.data-loading .data-list-body {
	display: none;
}
.data-empty {
	margin-top: 100px;
	text-align: center;
}
.data-empty-text {
	display: inline-block;
	padding: 20px 50px;
	border-radius: 6px;
	background-color: #fafafa;
	color: #afafaf;
	max-width: 90%;
}
.data-empty-text h4 {
	font-weight: normal;
	font-size: 14px;
}
.blank-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(-200px + 100%);
}
.blank-text {
    margin-top: 10px;
    font-size: 14px;
    color: #afafaf;
}

/* Pagination Style */
.data-list-pagination {
/*    margin: 10px;*/
	height: 34px;
	font-size: 12px;
}
.pagination-wrap {
	display: inline-block;
/*	width: 226px;*/
	height: 34px;
/*	padding: 4px 0;*/
/*	border: 1px solid #e4e4e4;*/
	border-radius: 2px;
/*	-webkit-box-shadow: 0 2px 1px rgba(190,190,190,.2);*/
/*	box-shadow: 0 2px 1px rgba(190,190,190,.2);*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.pagination-prev, .pagination-next {
	float: left;
	padding: 0 15px;
	height: 34px;
	line-height: 34px;
/*
	background-image: url(../images/icon-pagination.png);
	background-repeat: no-repeat;
*/
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	/* font-weight: 600; */
	color: #8c8c8c;
	cursor: pointer;
}
.pagination-prev:hover, .pagination-next:hover{
	background-color: #053752;
	border-color: #053752;
	color: #fff;
}
.pagination-prev {
/*	border-right: 1px solid #eee;*/
/*	background-position: -1px -4px;*/
	margin-right: 15px;
}
.pagination-next {
/*	border-left: 1px solid #eee;*/
/*	background-position: -1px -44px;*/
	margin-left: 15px;
}
.pagination-prev[data-disabled="true"] {
/*	background-position: -41px -4px;*/
	cursor: default;
	background-color: #F5F5F5;
	border-color: #E8E8E8;
	color: #bdbdbd;
}
.pagination-next[data-disabled="true"] {
/*	background-position: -41px -44px;*/
	cursor: default;
	background-color: #F5F5F5;
	border-color: #E8E8E8;
	color: #bdbdbd;
}
.pagination-page {
	float: left;
/*	width: 144px;*/
	height: 100%;
	text-align: center;
	position: relative;
}
.pagination-number {
	display: inline-block;
	line-height: 30px;
/*	background-image: url(../images/icon-pagination.png);*/
	background-repeat: no-repeat;
	background-position: right -85px;
	cursor: pointer;
	padding: 0 5px;
}
.pagination-number i {
	font-style: normal;
}
.pagination-page .dropdown-menu {
	display: none;
	text-align: center;
	background-color: #fff;
	position: absolute;
	width: 100%;
	bottom: -82px;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	box-shadow: 0 0 15px 9px rgba(190,190,190,.2);
	max-height: 240px;
	overflow: hidden;
}
.pagination-page ul {
	margin-bottom: 0;
	display: flex;
}
.pagination-page li {
	width: 34px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	margin-right: 15px;
	font-weight: 600;
	color: #8c8c8c;
}
.pagination-page li:last-child {
	margin-right: 0;
}
.pagination-page li:hover, .pagination-page li.is-selected {
	background-color: #053752;
	border-color: #053752;
	color: #fff;
}
.pagination-page li[data-disabled="true"] {
	cursor: default;
	border: none;
	background: none !important;
	color: #8c8c8c !important;
	line-height: 30px;
	pointer-events: none;
}
	


/* Loading Style */
.loading {
    position: relative;
}
.loading:before {
	content: attr(data-loading-text);
	position: absolute;
	z-index: 10000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 80px;
	opacity: 0.8;
	color: #474747;
}
.loading:after {
	content: "";
	position: absolute;
	z-index: 10001;
	width: 52px;
	height: 52px;
	top: 50%;
	left: 50%;
	margin-left: -26px;
	margin-top: -26px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	background-image: url(../images/loading.png);
	-webkit-animation: loading3 0.8s linear both infinite;
	animation: loading3 0.8s linear both infinite;
}

.loading2 {
    position: relative;
}
.loading2:before {
	content: " ";
	position: absolute;
	z-index: 10000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 80px;
}
.loading2:after {
	content: "";
	position: absolute;
	z-index: 10001;
	width: 52px;
	height: 52px;
	top: 50%;
	left: 50%;
	margin-left: -26px;
	margin-top: -26px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	background-image: url(../images/loading.png);
	-webkit-animation: loading3 0.8s linear both infinite;
	animation: loading3 0.8s linear both infinite;
}

.loading1 {
    position: relative;
	min-height: 46px;
}
.loading1:before {
	content: " ";
	position: absolute;
	z-index: 10000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loading1:after {
	content: "";
	position: absolute;
	z-index: 10001;
	width: 20px;
	height: 30px;
	top: 6px;
	left: 12px;
	/* margin-left: -10px; */
	/* margin-top: -15px; */
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/loading2.gif);
}
.loading-wrap {
	display: table;
}

.loading-icon {
	display: table-cell;
	width: 20px;
	height: 30px;
	background-image: url(../images/loading2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}


/* Animation Style */
@-webkit-keyframes load2 {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes load2 {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@-webkit-keyframes fadeInDown10 {
 0% {
 opacity:0;
 -webkit-transform:translate3d(0, -10px, 0);
 transform:translate3d(0, -10px, 0)
}
 100% {
 opacity:1;
 -webkit-transform:none;
 transform:none
}
}
@keyframes fadeInDown10 {
 0% {
 opacity:0;
 -webkit-transform:translate3d(0, -10px, 0);
 transform:translate3d(0, -10px, 0)
}
 100% {
 opacity:1;
 -webkit-transform:none;
 transform:none
}
}
.fadeInDown10 {
	-webkit-animation: fadeInDown10 0.25s both;
	animation: fadeInDown10 0.25s both;
}
@-webkit-keyframes fadeInUp30 {
0% {
opacity:0;
-webkit-transform:translate3d(0, 30px, 0);
transform:translate3d(0, 30px, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUp30 {
0% {
opacity:0;
-webkit-transform:translate3d(0, 30px, 0);
transform:translate3d(0, 30px, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInUp30 {
	-webkit-animation: fadeInUp30 0.55s both;
	animation: fadeInUp30 0.55s both;
}
@-webkit-keyframes fadeOutUp10 {
 0% {
 opacity:1;
}
 100% {
 opacity:0;
 -webkit-transform:translate3d(0, -10px, 0);
 transform:translate3d(0, -10px, 0)
}
}
@keyframes fadeOutUp10 {
 0% {
 opacity:1;
}
 100% {
 opacity:0;
 -webkit-transform:translate3d(0, -10px, 0);
 transform:translate3d(0, -10px, 0)
}
}
.fadeOutUp10 {
	-webkit-animation: fadeOutUp10 0.25s both;
	animation: fadeOutUp10 0.25s both;
}
@-webkit-keyframes slideLeftIn30 {
 0% {
 opacity:0;
 -webkit-transform:translate3d(30px, 0, 0);
 transform:translate3d(30px, 0, 0);
}
 100% {
 opacity:1;
 -webkit-transform:none;
 transform:none;
}
}
@keyframes slideLeftIn30 {
 0% {
 opacity:0;
 -webkit-transform:translate3d(30px, 0, 0);
 transform:translate3d(30px, 0, 0);
}
 100% {
 opacity:1;
 -webkit-transform:none;
 transform:none;
}
}
.slideLeftIn30 {
	-webkit-animation: slideLeftIn30 0.25s both;
	animation: slideLeftIn30 0.25s both;
}
@keyframes slideRightIn30 {
 0% {
 opacity:0;
 -webkit-transform:translate3d(-30px, 0, 0);
 transform:translate3d(-30px, 0, 0);
}
 100% {
 opacity:1;
 -webkit-transform:none;
 transform:none;
}
}
.slideRightIn30 {
	-webkit-animation: slideRightIn30 0.25s both;
	animation: slideRightIn30 0.25s both;
}
@-webkit-keyframes slideRightOut30 {
 0% {
 opacity:1;
}
 100% {
 opacity:0;
 -webkit-transform:translate3d(30px, 0, 0);
 transform:translate3d(30px, 0, 0);
}
}
@keyframes slideRightOut30 {
 0% {
 opacity:1;
}
 100% {
 opacity:0;
 -webkit-transform:translate3d(30px, 0, 0);
 transform:translate3d(30px, 0, 0);
}
}
.slideRightOut30 {
	-webkit-animation: slideRightOut30 0.25s both;
	animation: slideRightOut30 0.25s both;
}

@-webkit-keyframes loading3 {
 0% {
 -webkit-transform:rotate(0deg);
 transform:rotate(0deg);
}
 100% {
 -webkit-transform:rotate(360deg);
 transform:rotate(360deg);
}
}
@keyframes loading3 {
 0% {
 -webkit-transform:rotate(0deg);
 transform:rotate(0deg);
}
 100% {
 -webkit-transform:rotate(360deg);
 transform:rotate(360deg);
}
}
.loading3 {
	-webkit-animation: loading3 0.25s both infinite;
	animation: loading3 0.25s both infinite;
}

/* Tag Style */
.tag {
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.tag:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	margin-right: 5px;
}
.tag-info {
	background: #e2e2e2;
	color: #595959;
}
.tag-info:before {
	background-color: #595959;
}
.tag-primary {
	background: #d4e4f1;
	color: #0072ce;
}
.tag-primary:before {
	background-color: #0072ce;
}
.tag-success {
	background: #dff1cb;
	color: #649824;
}
.tag-success:before {
	background-color: #649824;
}
.tag-danger {
	background: #ffdde5;
	color: #EE2E5D;
}
.tag-danger:before {
	background-color: #EE2E5D;
}

/* Message Style */
.message {
	position: fixed;
	z-index: 1001;
	left: 50%;
	top: 0;
	margin-left: -100px;
	transform: translateY(-100%);
	transition: all .4s;
	padding-top: 20px;
}
.message-content {
	display: flex;
	align-items: center;
	justify-self: center;
	width: 200px;
	border-radius: 4px;
	border: 1px solid;
	padding: 10px;
}
.message-content .icon {
	margin-right: 5px;
}
.message-success .message-content {
	background: #F0F9EB;
	color: #649824;
	border-color: #b8da8b;
	box-shadow: 0 0 4px 3px rgba(100,152,36,.16);
}
.message-error .message-content {
	background: #fff2f5;
	color: #EE2E5D;
	border-color: #ffb9ca;
	box-shadow: 0 0 4px 3px rgba(244,67,54,.13);
}