body{ font-family: "Microsoft JhengHei", 微軟正黑體, "Microsoft YaHei", 微软雅黑体, PMingLiU, 新細明體, 宋体, simsun, Helvetica, Arial, sans-serif;}
/* h1,h2{font-family: "Raleway", "Microsoft JhengHei", 微軟正黑體, "Microsoft YaHei", 微软雅黑体, PMingLiU, 新細明體, 宋体, simsun, Helvetica, Arial, sans-serif;} */
h1,h2, h3, h4, h5, h6, p{font-family: "Raleway", "Microsoft JhengHei", 微軟正黑體, "Microsoft YaHei", 微软雅黑体, PMingLiU, 新細明體, 宋体, simsun, Helvetica, Arial, sans-serif;}


.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}


.navbar .navbar-header{position: relative;display:flex;}
.navbar .navbar-header a.navbar-brand{display:block; width: 100%; height: 100%; min-width: 260px; height: auto; line-height: 1em;
	position: absolute; margin-left: 0;
	transition:0.25s margin-left;
	-webkit-transition:0.25s margin-left;
	-moz-transition:0.25s margin-left;
	-o-transition:0.25s margin-left;
	-ms-transition:0.25s margin-left;
}
.navbar .navbar-header a.navbar-brand>img{vertical-align: top;}
header .navbar-header>.sidebar-toggler{position: absolute; right:0; top:0;  padding-left: 15px;padding-top: 20px;}

.app-sidebar-closed{}
.app-sidebar-closed .navbar .navbar-header>.sidebar-toggler{background: #006F95;  color:#FFF !important; position: absolute; top:0; right:0; bottom:0; left:0;padding-top: 20px;}

#sidebar nav > ul > li.active{background-color: #cbf0ff !important;}
#sidebar nav > ul > li.active:hover{background-color:#cbf0ff !important; }
#sidebar nav > ul > li.active .item-media{background-color: #1fb8d9}
#sidebar nav > ul > li.active > a .item-inner{ color:#006f95 !important; padding-left: 1em}
#sidebar > div nav > ul li a .icon-arrow{float: none; position: absolute; margin-right: 0; right: 1em; top:16px;}
#sidebar > div nav > ul > li.active > a i{color:#006f95;}
#sidebar nav > ul > li > a .item-media > i{ color: #1fb8d9 !important;}

#sidebar{ overflow: hidden;
	transition:0.25s width;
	-webkit-transition:0.25s width;
	-moz-transition:0.25s width;
	-o-transition:0.25s width;
	-ms-transition:0.25s width;
	    float: left;
    left: 0;
    bottom: 0;
	}

#sidebar > div nav > ul > li > a .item-inner{
	/*width: 260px; overflow: hidden;
	transition:0.25s width;
	-webkit-transition:0.25s width;
	-moz-transition:0.25s width;
	-o-transition:0.25s width;
	-ms-transition:0.25s width;*/
}
.app-sidebar-closed #sidebar > div nav > ul > li > a .item-inner{display:block; background: none;}

.main-content{transition:0.25s margin-left;
	-webkit-transition:0.25s margin-left;
	-moz-transition:0.25s margin-left;
	-o-transition:0.25s margin-left;
	-ms-transition:0.25s margin-left;}

.settings.panel>.btn{ max-width: 43px;}

.table-striped thead{background-color: #5f8295 !important; }
.table-striped > thead > tr > th{color:#FFF !important;}

@media(max-width: 768px) {
	.navbar .navbar-header a.navbar-brand{position:relative; background-size: contain;}
}

@media(max-width: 767px) {
	.navbar .navbar-header{display:flex; height: 55px;}
	.navbar .navbar-header >.navbar-brand{flex-shrink: 1; flex-grow: 1; background-size:contain; background-color: #009fb5; /*transparent*/}
	.navbar .navbar-header a{height: 55px;}
	.navbar .navbar-header .sidebar-mobile-toggler, .navbar .navbar-header .menu-toggler{ width: 47px; float: none !important; margin-left: 0; margin-right: 0;}
	
	.navbar-header a.navbar-brand{width: auto; min-width: 0;}
	
	#app > footer .footer-inner{line-height: 1.1em; display:flex;}
	#app > footer .footer-inner .pull-left{ flex-grow: 1; padding-top: 1em}
	#app > footer .footer-inner .pull-right{width: 50px; flex-grow: 0; flex-shrink: 0; text-align: center;}
}
	



/* set row-flex : like bootstrap 4 grid in flex */


.row-flex{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row-flex>*{
    -ms-flex-positive: 1;
    flex-grow: 1;
	flex-shrink: 0;
    max-width: 100%;
	float: none;
}
.row-flex>.col-lg-20{ width: 20%; }
.row-flex>.col-md-20{ width: 20%; }
/*@media (min-width: 992px) {
	.row-flex>.col-md-20{ width: 20%; }
}*/

@media (max-width: 768px) {
	.row-flex>.col-md-20{ width: 100%; }
	.row-flex>.col-sm-20{ width: 20%; }
}

@media (max-width: 640px) {
	.row-flex>.col-md-20{ width: 100%; }
	.row-flex>.col-sm-20{ width: 100%; }
	.row-flex>.col-xs-20{ width: 20%; }
}


/* rewrite header and nav */
header.page-top{display:flex; background: rgba(255,255,255,0);}
header.page-top.fixed{ position: fixed;top:0;right:0;left:0;z-index: 99999}

header.page-top .container {
	opacity: 1;
	position: relative;
	padding: 0;
	transition: opacity 0.3s ease-in-out 0s;
}

header.page-top .navbar-brand{height: 100%;}
header.page-top .navbar-brand img{margin: auto; max-height: 100%;}
header.page-top .navbar .navbar-header .navbar-brand img{margin: auto; max-height: 100%;}
header.page-top .navbar {
	margin-bottom: 0px;
	padding: 0;
	font-size: 0.8rem;
	width: auto;
	height: 80px;
	list-style: none;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	border: none;
	position: relative;
	z-index: 1; /*position: absolute;left: 0;right: 0;*/
}
/*header.page-top .container:before, header.page-top .navbar:before, header.page-top .container:after, header.page-top .navbar:after{ display: none;}*/
header.page-top .navbar>* {
	margin: 0;
	flex-grow: 1;
}
header.page-top .navbar-header, header.page-top .nav-wrapper {
	display: flex;
	align-items: stretch;
	height: 100%; 
} /*, header.page-top .overlay-search*/
header.page-top .navbar-header>*, header.page-top .nav-wrapper>* {
	margin: 0;
	flex-grow: 1;
	display: flex;
    align-items: center;
}
header.page-top .navbar .navbar-header {
	width: auto;
	flex-grow: 0;border: none;
}
header.page-top .nav-wrapper>ul {
	display: flex;
	align-items: stretch;
}
header.page-top .nav-wrapper>ul.navbar-right {
	justify-content: flex-end;
}

header.page-top .nav-wrapper>ul.navbar-equal{
	justify-content:flex-start;
}
header.page-top .nav-wrapper>ul.navbar-equal>li{
	flex-grow: 1; flex-shrink: 0;
}
header.page-top .nav-wrapper>ul.navbar-equal>li>a {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

header.page-top .nav-wrapper>ul.navbar-space{
	justify-content: space-around;
}

header.page-top .nav-wrapper>ul>li {
	margin: 0;
}
header.page-top .nav-wrapper>ul>li>a {
	padding: 0 2em
}
header.page-top .menu-search {
	width: 80px;
	flex-grow: 0;
	text-align: center;
	margin-right: 0;
}
header.page-top .close-search {
	width: auto;
	height: 100%;
	position: absolute;
	right: 0;
	padding: 0.5em;
	flex-grow: 0;
	text-align: center;
	margin-right: 0;
}
header.page-top .navbar-default, header.page-top .nav-wrapper{
	background: rgba(255,255,255,0);
}
header.page-top .navbar li{padding: 0;}
header.page-top .navbar li, .navbar li>a {
	white-space: nowrap;
}
header.page-top .navbar-nav>li>a {
	display: block;
	padding: 0;
	text-align: center;
	line-height: 80px;
}
header.page-top .navbar-nav>li>a>.fa {
	font-size: 32px;
	line-height: 80px;
}
header.page-top .navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>.active>a, .navbar-nav>.active>a:focus, .navbar-nav>.active>a:hover {
	background-color: #1a7ea0;
	color: #FFF;
}
header.page-top .navbar-nav>li>.submenu {
	padding: 0;
	min-width: 100%;
	position: absolute;
	top: 99%;
	background: #1a7ea0;
	list-style: none;
	text-align: left;
}
header.page-top .navbar-nav>li>.submenu>li>a {
	color: #FFF;
	height: 0;
	padding: 0 1rem;
	line-height: 40px;
	overflow: hidden;
	letter-spacing: 0;
	text-decoration: none;
	display: block;
	transition: 0.35s all;
	-webkit-transition: 0.35s all;
	-moz-transition: 0.35s all;
	-o-transition: 0.35s all;
	-ms-transition: 0.35s all;
}
header.page-top .navbar-nav>li>.submenu>li>a:hover {
	background-color: #3c98b7;
}
header.page-top .navbar-nav>li:hover>.submenu>li>a {
	height: 50px;
}
header.page-top.fixed .navbar {
	height: 60px;
}
header.page-top.fixed .navbar-nav>li>a, header.page-top.fixed .navbar-nav>li>a>.fa {
	line-height: 60px;
}
header.page-top .navbar-right > li > a {
	margin-right: 0;
}
header.page-top .navbar .navbar-collapse, header.page-top .navbar .navbar-header {
	position: relative;
}
header.page-top .navbar .navbar-collapse {
	margin-left: 0;
}
header.page-top .menu-search {
	background-color: #fff; border: none;
	font-size: 18px;
	line-height: 64px;
}

header.page-top .submenu-toggler{position: absolute;
    top: 0;
    right: 0;
	width: 32px;
    font-size: 24px;
    height: 64px;
    background-color: rgba(0,0,0,0.1);
    border: none;
}

@media (max-width: 768px) { /*bootstrap lg*/
#mobile-menu {
	display: block;
}
/*header.page-top, header.page-top.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	overflow-y: auto;
	z-index: 6;
}*/
header.page-top .navbar{height: 64px;}
header.page-top .nav-wrapper{
	display: none;
	background-color: #FFF;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
	z-index: 6;
}
	
	
header.page-top .nav-wrapper>ul, header.page-top .nav-wrapper>ul.navbar-right{ flex-direction: row; align-items: flex-start; flex-wrap: wrap; width: 100%;}
/*header.page-top .navbar, header.page-top.fixed .navbar {
	flex-direction: column;
	flex-wrap: wrap;
	height: auto;
}*/

header.page-top .navbar li, .navbar .navbar-right > li{
	width: 100% !important;
	border-bottom: 1px solid #c8c7cc;
}
	
header.page-top .navbar-nav>li>a, header.page-top .navbar-nav>li>a, header.page-top.fixed .navbar-nav>li>a, header.page-top .navbar-nav>li>a>.fa, header.page-top.fixed .navbar-nav>li>a>.fa {
	line-height: 64px;
}
	
	
header.page-top .navbar-nav>li>.submenu {
	position: relative;
	top: 0;
	display: none;
}
header.page-top .navbar-nav>li>.submenu>li>a, header.page-top .navbar-nav>li:hover>.submenu>li>a {
	height: 50px;
	text-align: center;
}
	
	header.page-top .menu-search{height: 64px;line-height:64px;}
}

@media (max-width: 767px) {
.navbar .navbar-right > li:last-child {
    margin-bottom: 0;
}
}

/* ------------------------------------------------------- */


.overlay-search.search-open {
	display: block;
	opacity: 1;
	z-index: 1;
	transition: opacity 0.3s ease-in-out 0s;
}
.search-open .close-search {
	position: relative;
	z-index: 100;
}
/*.navbar .container {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0s;
}*/
.overlay-search {
	z-index: -1;
	opacity: 0;
	transition: opacity 0.3s ease-in-out 0s;
	height: 100% !important;
	left: 0;
	margin: 0;
	padding: 0 15px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

@media (max-width: 991px) {
.overlay-search {
	padding: 0;
}
}
@media (max-width: 768px) {
	header.page-top{position: relative;}
	header.page-top .navbar .navbar-header{ display:flex; position: relative;flex-grow: 1;}
	header.page-top .navbar .navbar-header .menu-toggler{margin: 0;flex-grow: 0;}
}
.overlay-search form {
	height: 100% !important;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}
.overlay-search form input, .overlay-search form input:focus{
	background-color: #ffffff !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #333 !important;
	/*font-family: "Raleway", sans-serif;*/
	font-size: 25px !important;
	font-weight: 700 !important;
	height: 100% !important;
	letter-spacing: 2px !important;
	margin-top: 0 !important;
	outline: 0 none !important;
	padding: 10px 60px 10px 20px !important;
}
/* ---------------------------------------------------------------------- */
/*  Page Title
/* ---------------------------------------------------------------------- */
.page-title-background {
	border-bottom: 1px solid #eee;
	padding: 50px 0;
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}
.page-title-background .title-white, .page-title-background .title-white + .mainDescription {
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	color: #ffffff;
}
.page-title-background .title-white {
	font-weight: bold;
}
.page-title-background {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 480px;
}
.main-content .page-title-background > .container {
	height: 100%;
	/*display: table;*/
	display:flex; align-items: center;
}
.page-title-background > .container > .row {
	/*display: table-cell;
	vertical-align: middle;*/
}
.page-title-background .breadcrumb {
	position: relative;
	-moz-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	top: auto !important;
	right: auto !important;
	padding: 8px 15px !important;
	background-color: rgba(0, 0, 0, 0.6) !important;
	display: inline-block;
	margin-left: 15px !important;
	margin-top: 15px !important;
	color: #fff;
}
.page-title-background .breadcrumb .active {
	color: #ccc;
}

@media (max-width: 767px) {
.page-title-background {
	text-align: center;
	padding: 20px 0;
}
}
.page-title-background h1 {
	color: #333;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

@media (max-width: 767px) {
.page-title-background h1 {
	font-size: 24px;
}
}
.page-title-background .mainDescription {
	font-family: "Lato", sans-serif;
	color: #777;
	display: block;
	font-size: 18px;
	font-weight: 300;
	margin-top: 10px;
}
.page-title-background .mainDescription small {
	font-size: 60%;
	margin-top: 10px;
	display: block;
}
.page-title-background .breadcrumb {
	background-color: transparent !important;
	font-size: 12px;
	left: auto !important;
	margin: 0 !important;
	-moz-transform: translate3d(0px, -50%, 0px);
	-ms-transform: translate3d(0px, -50%, 0px);
	-webkit-transform: translate3d(0px, -50%, 0px);
	transform: translate3d(0px, -50%, 0px);
	padding: 0 !important;
	position: absolute;
	right: 30px !important;
	top: 50% !important;
	width: auto !important;
	font-family: "Lato", sans-serif;
}

@media (max-width: 767px) {
.page-title-background .breadcrumb {
	left: 0 !important;
	margin: 15px 0 0 !important;
	position: relative !important;
	right: 0 !important;
	top: 0 !important;
}
}
.page-title-background .breadcrumb > li + li {
	padding: 0 5px;
	position: relative;
}
.page-title-background .breadcrumb > li + li:before {
	color: #007AFF;
	content: "/ ";
	padding: 0 5px;
}
.page-title-background.page-title-center {
	text-align: center;
}
.page-title-background.page-title-center .breadcrumb {
	left: 0 !important;
	margin: 15px 0 0 !important;
	position: relative !important;
	right: 0 !important;
	top: 0 !important;
}
/*-----------------*/
/***** Icons *****/
/*-----------------*/
.icons-effect {
	position: relative;
}
.icons-effect .mask, .icons-effect .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.icons-effect img {
	display: block;
	position: relative;
	margin: auto;
}
.icons-effect a.info {
	display: inline-block;
	text-decoration: none;
	padding: 0;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}
.icons-effect .mask {
	opacity: 0;
	overflow: visible;
	background-color: rgba(0, 0, 0, 0.7);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.icons-effect .icons-wrapper {
	display: table;
	width: 100%;
	height: 100%;
}
.icons-effect .icons {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.icons-effect a.icon {
	display: inline-block;
	position: relative;
	top: -10px;
	opacity: 0;
	-webkit-transition: all 0.2s 0s ease-in-out;
	-moz-transition: all 0.2s 0s ease-in-out;
	-o-transition: all 0.2s 0s ease-in-out;
	-ms-transition: all 0.2s 0s ease-in-out;
	transition: all 0.2s 0s ease-in-out;
	-webkit-transform: rotate(360deg);
	transform: rotate(-60deg);
}
.icons-effect:hover .mask {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.7);
}
.icons-effect:hover a.icon {
	opacity: 1;
	-webkit-transform: rotate(360deg);
	transform: rotate(0deg);
}
.icons-effect:hover a.icon:nth-child(2) {
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.icons-effect:hover a.icon:nth-child(3) {
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.icons-effect:hover a.icon:nth-child(4) {
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.team.carousel-horizontal {
}
.team.carousel-horizontal .swiper-slide>img, .team a.link>img {
	max-width: 150px;
	border-radius: 50%;
}
.team.carousel-horizontal .slider-bg-caption-bottom {
	position: relative;
	color: #666;
}

.counter {
  font-size: 50px;
}

.counter-symbol {
  font-size: 40px;
}


/* ---------------------------------------------------------------------- */
/* Progress Bar
/* ---------------------------------------------------------------------- */
.progress.progress-xs {
  height: 7px;
}

.progress.progress-sm {
  height: 12px;
}

.progress.progress-lg {
  height: 20px;
}

.progress.transparent-black {
  background-color: rgba(0, 0, 0, 0.2);
}

.progress-bar {
  background-color: #007AFF;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-bar-info {
  background-color: #46b8da;
}

.progress-bar-warning {
  background-color: #eea236;
}

.progress-bar-danger {
  background-color: #d43f3a;
}

.progress-percent {
  background-color: #333;
  border-radius: 2px;
  color: #f9f9f9;
  font-size: 11px;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  position: absolute;
  right: -10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  top: -28px;
  width: 40px;
  z-index: 2;
}

.progress-percent::after {
  content: " ";
  height: 0;
  position: absolute;
  bottom: -4px;
  width: 0;
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 4px;
  left: 0;
}

.progress-animated .progress-bar {
  position: relative;
  -moz-transition: width 0.6s ease-in-out 0s;
  -o-transition: width 0.6s ease-in-out 0s;
  -webkit-transition: width 0.6s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: width 0.6s ease-in-out 0s;
}

.progress-tooltip {
  overflow: visible !important;
  margin-bottom: 0;
  margin-top: 30px;
  position: relative;
}

.progress-tooltip span {
  color: #5b5b60;
  font-size: 12px;
  font-weight: 700;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-transform: uppercase;
  top: -23px;
  z-index: 1;
}


.navbar .navbar-header .navbar-brand img {
    display: inline-block;
    margin-top: 6px;
    max-height: 50px;
}

.form-tab{
/* max-width:768px; */
}

label {
	color: #000000;
	font-weight: 480;
	font-size: 15px;
}

.clip-radio label {
    font-size: 13px;
    font-weight: normal;
	position: relative;
	margin-bottom: 8px;
	line-height: 25px;
}

.clip-check label {
    font-size: 15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #000000;
    background-color: #fff;
}

.nav-tabs > li > a {
    color: 	#5b5b5b;
    min-width: 70px;
    padding: 15px 20px;
}

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    border: 1px solid #c8c7cc;
    color: #000000;
    font-size: 15px;
}

.table > tbody > tr > th, .table > tfoot > tr > th, .table > tbody > tr > td, .table > tfoot > tr > td {
    color: #000000 !important;
}

.panel-transparent, .partition-transparent {
    color: #000000;
   font-size: 16px;
}

h2.StepTitle {
    font-weight: 300;
    margin-top: 30px;
    color: #5b5b60;
}

h2#left.StepTitle {
    font-weight: 300;
    margin-top: 0px;
    color: #5b5b60;
}

/* fix logo overlap with mobile menu */
@media(max-width: 991px) {
	.navbar .navbar-header a.navbar-brand {
		position: relative;
	}
}


/* fix level3 menu color */
#sidebar nav > ul .sub-menu > li.active.level3 a {
	/*background: none !important;*/
}


.custom-status-label.label {
	font-size: 12px !important;
}

/*.btn .caret {
	margin-left: 10px;
}*/



.modal-header .close {
    margin-top: -25px;
    float: right;
}

.modal-header h4{
	display:inline;
}


table.dataTable {
    margin: unset!important;
}



.bootstrap-datetimepicker-widget {
    z-index:999999;
}


.block-inner .badge {
    display: unset!important;
}


.bootstrap-dialog-close-button .close{
	margin-top:0px;
}

.ex-login-box{position: relative; padding-top: 8em; padding-bottom: 8.5em; margin-bottom: 12em; border-bottom: 1px solid #e6e8e8; text-align: center}
.ex-login-box::after{content: 'or'; display:block; position: absolute; bottom:0; right:0; left:0; width: 3em; padding: 0; margin:0 auto -0.75em; background-color: #FAFAFA; text-align: center }

.ex-login-box .btn+.btn{ margin-left: 0.5em}

.icon-login{display: inline-block; width: 1.2em; height: 1.2em; vertical-align:middle; margin-right: 0.25em; margin-top: -0.25em}
.icon-login::before{content: ""; display:block; width: 100%; height: 100%;background-size: cover; background-repeat: no-repeat; background-position: center; }
.icon-login.icon-login-google::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Cg fill='%23FFF'%3E%3Cpath d='M113.597 193.064l-87.204-50.347C9.543 176.768.001 215.17 0 255.998c0 40.263 9.645 78.731 26.754 113.084l86.837-50.135c-8.565-19.286-13.418-40.558-13.417-62.949.001-22.39 4.857-43.655 13.423-62.934zM423.925 62.768C378.935 23.634 320.145-.043 255.823 0 167.822.059 89.276 44.985 43.127 113.824l87.275 50.39c28.381-38.714 74.04-64.041 125.601-64.04 37.587.001 72.042 13.437 98.954 35.701 6.588 5.449 16.218 4.95 22.263-1.095l47.531-47.531c6.854-6.854 6.487-18.121-.826-24.481zM510.247 226.38c-.997-8.475-8.122-14.89-16.653-14.89l-209.767-.011c-9.22 0-16.696 7.475-16.696 16.696v66.727c0 9.22 7.475 16.696 16.696 16.696h117.548c-10.827 28.179-29.633 52.403-53.575 70.013l49.928 86.478c50.256-34.056 88.467-85.547 105.297-146.331 9.15-33.049 10.797-65.007 7.222-95.378zM318.93 398.381c-19.255 8.578-40.511 13.444-62.927 13.446-51.619.001-97.252-25.327-125.613-64.026l-86.903 50.174C89.249 466.137 166.915 512 256.001 512c40.272 0 78.603-9.845 112.889-27.084l-49.96-86.535z'/%3E%3C/g%3E%3C/svg%3E");}
.icon-login.icon-login-facebook::before{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256' viewBox='0 0 256 256'%3E%3Cpath fill='%23FFF' d='M174 255.8V139.2h39.1l5.9-45.5h-45v-29c0-13.2 3.6-22.1 22.6-22.1h24.1V1.8c-4.3-.5-18.5-1.8-35.1-1.8C150.8 0 127 21.3 127 60.2v33.5H87.8v45.5H127V256h47v-.2z'/%3E%3C/svg%3E")}
.icon-login.icon-login-365::before{ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256' viewBox='0 0 256 256'%3E%3Cpath fill='%23FFF' d='M234.8 234.7V22L158.6 0l-137 51.4-.3.1v153.8L68 187V61.9l90.6-21.7v184L21.3 205.3 158.5 256v.1l76.2-21.1.1-.3z'/%3E%3C/svg%3E")}



.badge a{
	color:white;
}

/*
.btn i{
    line-height: 2;
}
*/

.modal-title{
	display:unset;
}








/***********************************************************************************************************
aw new css
******************/



h1,
h2,
h3,
h4,
h5,
h6 {
    color: #455a64;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

h1 {
    line-height: 40px;
    font-size: 36px;
}

h2 {
    line-height: 36px;
    font-size: 24px;
}

h3 {
    line-height: 30px;
    font-size: 21px;
}

h4 {
    line-height: 22px;
    font-size: 18px;
}

h5 {
    line-height: 18px;
    font-size: 16px;
    font-weight: 400;
}

h6 {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
}



/*******************
card
******************/

.card-no-border .card {
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card-no-border .shadow-none {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card-outline-danger,
.card-outline-info,
.card-outline-warning,
.card-outline-success,
.card-outline-primary {
    background: #ffffff;
}

.card-fullscreen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
}


.card {
    margin-bottom: 30px;

}

.card .card-subtitle {
    font-weight: 300;
    margin-bottom: 15px;
    color: #bcc3d3;
}

.card .card-title {
    position: relative;
    font-weight: 500;
	color: #455a64;
}



.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
    color: #ffffff;
}


@media (min-width: 768px) {

    .card-group .card:first-child,
    .card-group .card:not(:first-child):not(:last-child) {
        border-right: 1px solid rgba(0, 0, 0, 0.03);
    }

}



/*////// vmps_dashboard_btn_group //////*/
.vmps_dashboard_btn_group .btn-icon { padding: 30px 15px; }
.vmps_dashboard_btn_group .btn-icon:hover { background-color: #1FBBA6; color: #ffffff; text-shadow: none; border-color: #1fbba6; }
.vmps_dashboard_btn_group .btn-icon .text-primary { color: #1fb8d9 !important; }
.vmps_dashboard_btn_group .btn-icon:hover .text-primary { color: #ffffff !important; }

.vmps_dashboard_btn_group .btn-icon .badge { top: 0; right: 0; padding: 8px; background-color: #1fb8d9; border-radius: 0 !important; font-size: 14px !important; }
.vmps_dashboard_btn_group .btn-icon:hover .badge { background-color: #ffffff; color: #1fbba6 !important; }