body {
  font-size: 1.4rem !important;
  font-family: "Microsoft JhengHei",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
  }
/*.navbar-branding {
    position: fixed !important;
} */
.navbar {
  background: -webkit-linear-gradient(90deg,#EAEAEA 20%,#FFF 60%);
  border: 1px solid transparent;
	border-width: 0 0 6px 0;
	border-image: linear-gradient(to right, rgb(230, 0, 18) 16%, rgb(242, 143, 0) 32%, rgb(247, 173, 0) 48%, rgb(115, 171, 45) 64%, rgb(130, 50, 142) 82%,rgb(0, 90, 171) 100% );
	border-image-slice: 1;
	height: 65px;
	box-shadow: 6px 0 8px rgba(0,0,0,.5);
}
.row {
    display: block !important;
}
#sidebar_left {
    background: -webkit-linear-gradient(270deg,#1A4E9A 50%,#63378A 100%);
    border-right: 6px solid #FFF;
    width: 236px;
}
.sidebar-toggle-mini a {
    display: none;
}
.sidebar-menu > li > ul {
    background-color: transparent;
}
.sidebar-menu > li > ul > li > a {
	margin-left: 5px;
    color: #FFF;
}
.sidebar-menu > li > ul > li > a:hover {
    background-color: #009FE8;
    border-radius: 5px;
   	margin: 0 5px;
}
.sidebar-menu > li > ul > li > a.menu-open:after,
.sidebar-menu > li > ul > li.active > a:after,
.sidebar-menu > li > ul > li:hover > a:after,
.sidebar-menu > li > ul > li:focus > a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: transparent;
}
.navbar-branding {
    width: auto;
    position: absolute;
    margin-left: -13px;
}
.navbar-nav.navbar-left {
    display: none;
}
#sidebar_left {
    top: 5px;
    font-size: 14px;
}
.sidebar-menu li > a.menu-open > span.caret {
    margin-top: -5px;
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(135deg);
}
.sidebar-menu li > a > span.caret {
    margin-top: -5px;
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-45deg);
}
.sidebar-menu {
    padding: 20px 0;
}
.sidebar-menu > li > ul > li:first-child > a {
    padding-top: 10px;
}
.sidebar-menu > li > ul > li > a {
    padding: 10px 20px 10px 52px;
}
.sidebar-menu > li > ul > li:last-child > a {
    padding-bottom: 10px;
}
#sidebar_left p {
    margin: 0 0 9.5px;
    font-size: 0.1em;
    text-align: center;
    position: absolute;
    bottom: 20px;
}
.flag-icon-tw {
    background-image: url(../img/icon/enactment.png);
}
.flag-icon {
    line-height: 2em;
}
.navbar .nav > li > a {
	padding-top: 16px;
    font-size: 15px;
}
.name_br{
	padding-right:8px; 
	margin-right:8px;
	border-right:1px solid #999999; 
}
.sidebar-menu > li img {
    margin-left: 15px;
}
.sidebar-menu > li {
    margin: 8px 0px;
    width: 100%;
}
.panel.panel-border.top {
    border-top-width: 5px;
    border-radius: 5px;
    border-color: #00A6EA;
}
.panel {
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    border:1px solid #727171;
}
.panel-menu {
	background-color: #FFF;
    border-radius: 0 0 5px 5px;
}
/** 下拉式選單 **/
.styled-select {
    position: relative;
    border: solid 1px #888888;
    overflow: hidden;
    display: block;
    width: 18em;
    /* margin: auto; */
    font-size: 1.1em;
    border-radius: 5px;
    float: right;
}

.styled-select select {
  width:100%;
  font-size: .9em;
  height: 2em;
  margin: 0;
  background: rgb(255, 255, 255); /*IE Fallback*/
  background: rgba(255, 255, 255, 1);
  color:#000;
  border:none;
  outline:none;
  display: inline-block;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
padding-left:10px;
}

.styled-select input {
  width:100%;
  font-size: .9em;
  height: 2em;
  margin: 0;
  background: rgb(255, 255, 255); /*IE Fallback*/
  background: rgba(255, 255, 255, 1);
  color:#000;
  border:none;
  outline:none;
  display: inline-block;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
padding-left:10px;
    text-overflow: ellipsis; 
    white-space: nowrap; 
    overflow: hidden; 
}

.styled-select select option {
background-color: #fff;
line-height:2em;
}

.styled-select .select-button {
  /*background-color:#68696D;*/
  right:0; top:0;
  position:absolute;
  pointer-events:none;
  /*text-align: center; vertical-align: middle; */
  width: 2em; height: 1.8em;
border-left:solid 1px #888888; 
}

.styled-select .select-button .select-button-text {
	color: #888888;
	line-height: 1.8em;
	text-align: center;
	display: block;
}

.styled-select .select-button .select-button-text span{
	font-size: 1em;
	color: #888888;
}


.small-arrow-down {
	width: 0; 	
	height: 0; 	 
	border-left: .4em solid transparent; 
	border-right: .4em solid transparent; 
	border-top: .4em solid #727171; 
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.lt-ie10 .styled-select {
	background: #fff;
	border: none;
}

.lt-ie10 .styled-select .select-button {
	display: none;
}
.label_wd{margin-right: 10px;text-align: right;float: right;line-height: 2.1em;font-size: 1.1em;text-align: right;}
.label_wd i{color:#EE7300;font-size: 0.1em;position: relative;top:-5px;margin-left: 2px; }
.select_zone {
    width: 85%;
    margin: auto;
    margin-bottom:10px; 
}
.select_zone li {
    width: 28.5%;
    margin: 20px 5% 0 0;
    list-style: none;
    display: inline-block;
}
.select_zone li:nth-child(3),.select_zone li:nth-child(6),.select_zone li:nth-child(9){margin-right:0;}

.panel.panel-border.top_o {
    border-top-width: 5px;
    border-radius: 5px;
    border-color: #F18700;
}
/** TABLE **/
/*table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    /*content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}
table {
    width: 100%;
    border-spacing: 0;
}

tbody, thead tr { display: block; }

tbody {
    height: 100px;height: calc(100vh - 520px);
    overflow-y: auto;
    overflow-x: hidden;
}

tbody td, thead th {
    width: 140px;
}

thead th:last-child {
    width: 156px;
}*/

/*table {
  position: relative;
  width: 100%;
  background: transparent;
  overflow: hidden;
  border-spacing: 0;
  text-align: left;
  font-weight: 500;
}

thead {
  position: relative;
  display: block; 
  width: 100%;
  overflow: visible;
  font-weight: 600;
}

.header-dropshadow {
  background: rgba(0,0,0,.05);
  height: 10px;
  width: 100%;
  position: relative;
  top: 50px;
  z-index: 3;
}

th {
    width: 11%;
    border: 1px solid #727171;
    background: #FFF;
    color: #595757;
    font-family: arial;
    font-size: 1.1em;
    line-spacing: 18px;
    padding:3px 12px;
    text-align: center;
}

th:nth-child(1),th:nth-child(9),th:nth-child(10) {width: 8%;}
th:nth-child(2),th:nth-child(3),th:nth-child(4) {width: 4%;}

tbody {
  position: relative;
  display: block; 
  width: 100%;
  height: calc(100vh - 520px);
  overflow-y: scroll;
}

tbody td {
  width: 11.735%;
  border: 0;
  color: rgba(0,0,0,.7);
  font-family: arial;
  font-size: 1.1em;
  /*line-spacing:18px;*/
/*  padding:12px 0;
  box-shadow: inset -1px 0 0 0 rgba(0,0,0,0), inset 0 -1px 0 0 #727171;
  text-align: center;
  color: #595757;
  line-height: 2.2em;
}
tbody td.active{
color:#D0000E;
}
tbody tr:hover {background: rgb(242,242,242);}
tbody td:nth-child(1),tbody td:nth-child(9),tbody td:nth-child(10) {width: 8%;}
tbody td:nth-child(2),tbody td:nth-child(3),tbody td:nth-child(4) {width: 4%;}

#tb_w5{width: 5%}
#tb_w10{width: 5%}
/*.dr-info {
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    -ms-line-clamp: 1;
    -ms-box-orient: vertical;
}*/
.table-basic { border: unset; }

.table.table-ellipsis { table-layout: fixed; }

.table.table-ellipsis td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-basic th,
.table-basic td {
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    color: #222;
}

.table-basic.font-size-12 td {
    font-size: 12px;
}

.table-basic thead th {
    border: 0px solid #727171 !important;
    background: #707070 !important;
    color: #FFF;
    font-size: 1.1em;
    line-height: 1.1em;
    text-align: center;
    vertical-align: middle;
}

.table-basic tbody td {
    border-top: 1px solid #ececec !important;
    cursor: pointer;
    font-size: 1.1em;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.table-basic tbody tr:hover { background: #f2f2f2; }

.table-basic .button-group {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.table-scroll { overflow-y: auto; }

.table-scroll th {
    position: sticky;
    top: 0;
}

.table-scroll th {
    position: sticky;
    top: 0;
    border: 1px solid #727171 !important;
}

.height-230 {
  height: calc(100vh - 465px);
}

.width-500 {
  width: 100%;
}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
}
.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: transparent!important;
    color: #D0000E;
    font-weight: 600;

}
tbody td:nth-child(1),tbody td:nth-child(9),tbody td:nth-child(10) {width: 8%;}
tbody td:nth-child(2),tbody td:nth-child(3),tbody td:nth-child(4) {width: 4%;}
th:nth-child(1),th:nth-child(9),th:nth-child(10) {width: 8%;}
th:nth-child(2),th:nth-child(3),th:nth-child(4) {width: 4%;}


@media screen and (min-width:1506px) and (max-width:1820px){
.styled-select {
    position: relative;
    border: solid 1px #888888;
    overflow: hidden;
    display: block;
    width: 12em;
    /* margin: auto; */
    font-size: 1.1em;
    border-radius: 5px;
    float: right;
}
}
@media (max-width:1505px){
.styled-select {
    position: relative;
    border: solid 1px #888888;
    overflow: hidden;
    display: block;
    width: 6em;
    /* margin: auto; */
    font-size: 1.1em;
    border-radius: 5px;
    float: right;
}
}
/**SEARCH BAR**/
.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
	width: 20%;
    border: 1px solid #727171;
    padding: 15px;
    height: 20px;
    border-radius: 5px;
    outline: none;
    /* color: #9DBFAF; */
    margin-right: 10px;
    color: #000;
    font-size: 1.1em;
    font-weight: 600;
}

.searchTerm:focus{
  color: #727171;
}

.searchButton {
	width: 40px;
	height: 40px;
    border: 0px solid #00B4CC;
    text-align: center;
    color: #727171;
    border-radius: 0 5px 5px 0;
    /* cursor: pointer; */
    font-size: 25px;
    background-color: transparent;
    /* line-height: 1em; */
    margin: -6px 0 10px -8px;
}
/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.table_icon{
margin: 0;
padding: 0;
border: 1px solid transparent; 
outline: none; 
background-color: rgba(0,0,0,0);
float: left;
/*padding-top: 22px;*/
}
.table_icon_zone{
	position: absolute;
    right: 12px;
    top: 12px;
}
.table_icon_zone li{
	list-style: none;
    width: 30px;
    height: auto;
    float: left;
    margin-left: 12px;
}
.table_icon_zone li img{width: 100%;height: auto;}
#icon_one{width: 22.2px;}
#icon_two{margin-right: -3px;margin-left: 14px;}
/** Simple Tooltip **/
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -50px;
  padding: 7px;
  width: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/** 漸層按鈕 **/
.button_zone{float: right;margin: -55px 10px;}
.button_zone li{float: left;list-style: none;margin-left: 12px;}
.button_zone li button{    
	margin: 0;
    padding:4px;
    border: 0px solid transparent;
    outline: none;
    border-radius: 7px;
    width: 100px;
    font-size: 1.1em;
    text-align: center;
    color: #FFF;
    font-weight: 500; 
}
.btn_gray{    
background:-webkit-linear-gradient(90deg,#848484 20%,#AAABAB 80%);
box-shadow: 0 3px 0 #545251; 
}
.btn_green{    
background:-webkit-linear-gradient(90deg,#50B55C 20%,#B5D572 80%);
box-shadow: 0 3px 0 #008E40; 
}
.btn_blue{    
background:-webkit-linear-gradient(90deg,#004BA0 20%,#00A4E4 80%);
box-shadow: 0 3px 0 #123085; 
}
.btn_tangerine{    
background:-webkit-linear-gradient(90deg,#FF6411 20%,#F8B40D 80%);
box-shadow: 0 3px 0 #C75E19; 
}
.btn_red{    
background:-webkit-linear-gradient(90deg,#E60012 20%,#EA596E 80%);
box-shadow: 0 3px 0 #9A2429; 
}
.btn_gray:hover{    
background:#575554;
box-shadow: 0 3px 0 #545251; 
}
.btn_green:hover{    
background:#68AC2F;
box-shadow: 0 3px 0 #008E40; 
}
.btn_blue:hover{    
background:#0055A5;
box-shadow: 0 3px 0 #123085; 
}
.btn_tangerine:hover{    
background:#F08317;
box-shadow: 0 3px 0 #C75E19; 
}
.btn_red:hover{    
background:#B71E22;
box-shadow: 0 3px 0 #9A2429; 
}
/** modal POPUP **/
.modal-backdrop.in {
    opacity: 0.65;
}
.modal-backdrop {
    background-color: #FFF;
}
.modal-dialog {
    width: 600px;
    margin: 0 auto;
    top: calc(50% - 205px);
}
.modal-header h5 {
    font-size: 1.5em;
    padding-left: 60px;
}
.modal-header .icon_lt{
	width: 70px;
	height: 70px;
	border-radius: 55px;
	border:5px solid #FFF; 
	position: absolute;
	top:-10px;
	left: -10px;
}
.modal-header .lt_b{
	background-image: url("../img/icon/popup_icon_01.png"),-webkit-linear-gradient(90deg,#004BA0 20%,#00A4E4 80%); 
	background-repeat  : no-repeat;
  	background-position: center center;
}
.modal-header .lt_g{
	background-image: url("../img/icon/popup_icon_02.png"),-webkit-linear-gradient(-90deg,#F9EC31 20%,#00ADEE 80%); 
	background-repeat  : no-repeat;
  	background-position: center center;
}
.modal-header .lt_t{
	background-image: url("../img/icon/popup_icon_03.png"),-webkit-linear-gradient(-90deg,#F8B400 20%,#EC6903 80%); 
	background-repeat  : no-repeat;
  	background-position: center center;
}
.modal-header .lt_r{
	background-image: url("../img/icon/popup_icon_04.png"),-webkit-linear-gradient(-90deg,#EA596E 20%,#E54A2D 80%); 
	background-repeat  : no-repeat;
  	background-position: center center;
}
#modal-header_blue {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
    background: -webkit-linear-gradient(180deg,#004BA0 20%,#00A4E4 80%);
    color: #FFF;
    font-weight: bold;
    border-radius: 10px 10px 0 0 !important;
}
#modal-header_green {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
    background: -webkit-linear-gradient(0deg,#B5D572 20%,#50B55C 80%);
    color: #FFF;
    font-weight: bold;
    border-radius: 10px 10px 0 0 !important;
}
#modal-header_tangerine {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
    background: -webkit-linear-gradient(180deg,#EC6903 20%,#F8B400 80%);
    color: #FFF;
    font-weight: bold;
    border-radius: 10px 10px 0 0 !important;
}
#modal-header_red {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
    background: -webkit-linear-gradient(180deg,#EA596E 20%,#E54A2D 80%);
    color: #FFF;
    font-weight: bold;
    border-radius: 10px 10px 0 0 !important;
}
#modal-content{
border-radius: 10px !important;
}
.modal-footer {
    padding: 15px 15px 30px 15px;
    text-align: right;
    border-top: 0px solid #e5e5e5;
    background-color: #FFF;
    border-radius: 0 0 10px 10px;
    margin-top: -45px;
}
.modal-body {
    position: relative;
    padding: 10px 60px;
    margin-bottom: 20px;
}
.modal-body label,.modal-body label p{
	font-style: 1.1em;
}
.modal-body label{
	float: left;
}
.modal-body h3{
	margin: 30px 0;
}
/** radio-button **/
.text-input,
.radio-button,
.check-boxes {
  margin-bottom: 13px;
}

.text-input label,
.radio-button label,
.check-boxes label {
  display: block;
  margin-bottom: 3px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.radio-button label,
.check-boxes label {
  margin-bottom: 7px;
  font-weight: 900;
}

.text-input input,
.text-input textarea,
.text-input select {
  padding: 10px 10px;
  display: block;
  width: 100%;
  border: solid 3px #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.text-input select {
  width: 100%;
}

.text-input textarea {
  height: 100px;
}

.sqr-input .text-input,
.sqr-radio-input .radio-button,
.sqr-check-input .check-boxes {
  float: left;
  width: 45%;
}

.sqr-input .text-input:nth-child(1),
.sqr-radio-input .radio-button:nth-child(1),
.sqr-check-input .check-boxes:nth-child(1) {
  margin-right: 10%;
}

.cub-input .text-input {
  float: left;
  width: 26.66%;
}

.cub-input .text-input:nth-child(1),
.cub-input .text-input:nth-child(2) {
  margin-right: 10%;
}

.ns-radio-btn input[type="radio"],
.ns-check-box input[type="checkbox"] {
  visibility: hidden;
}

.ns-radio-btn {
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  margin: 3px 7px 0 0;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #ccc;
  box-shadow: 0 0 1px #ccc;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.checkedRadio {
  -moz-box-shadow: inset 0 0 5px 1px #ccc;
  -webkit-box-shadow: inset 0 0 5px 1px #ccc;
  box-shadow: inset 0 0 5px 1px #ccc;
}

.ns-radio-btn i {
  border: 1px solid #E1E2E4;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 4px;
  top: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.checkedRadio i {
  background-color: #898A8C;
}

.ns-check-box {
  width: 22px;
  height: 22px;
  cursor: pointer;
  display: inline-block;
  margin: 2px 7px 0 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  border: 1px solid #ccc;
}

.ns-check-box i {
  background: url('http://cdn1.iconfinder.com/data/icons/mimiGlyphs/16/check_mark.png') no-repeat center center;
  position: absolute;
  left: 3px;
  bottom: -15px;
  width: 16px;
  height: 16px;
  opacity: .5;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transform: rotateZ(-180deg);
  -moz-transform: rotateZ(-180deg);
  -o-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}

.checkedBox {
  -moz-box-shadow: inset 0 0 5px 1px #ccc;
  -webkit-box-shadow: inset 0 0 5px 1px #ccc;
  box-shadow: inset 0 0 5px 1px #ccc;
  border-bottom-color: #fff;
}

.checkedBox i {
  bottom: 2px;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}

.radio-button ul li,
.check-boxes ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  margin-bottom: 7px;
}

.sqr-radio-input .radio-button ul li,
.sqr-check-input .check-boxes ul li {
  margin-right: 15px;
}

.radio-button ul li span {
  display: inline-block;
  margin-top: 8px;
  font-family: 'Josefin Sans', sans-serif;
}

.check-boxes ul li span {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  font-family: 'Josefin Sans', sans-serif;
}

.sqr-input .text-input .sqr-input .text-input:nth-child(1) {
  margin-right: 15%;
  width: 40%;
}

.margin-bottom-zero {
  margin-bottom: 0px;
}

.radio-button li{
	list-style: none;
	float: left;
	margin-right: 17px;
}

.radio-button li span{
	position: relative;
	top:-2px;
	left: 2px;
}
.modal-footer .btn{
	border:0px;
	width: 120px;
	color: #FFF;
	font-weight: 500; 
}
.modal-footer .btn_zone{
	margin: auto;
	/*width: 250px;*/
  width: auto;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 0px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.navbar-brand > img {
    display: inline;
}
/*body::-webkit-scrollbar {
    display: none;
}
body {
    -ms-overflow-style: none;
}
html {
    overflow: -moz-hidden-unscrollable;
    height: 100%;
}
body {
	height: 100%;
	width: calc(100vw + 18px);
	overflow: auto;
}
*/
.breadcrumb {
    padding: 20px 55px;
    /* margin-bottom: 20px; */
    list-style: none;
    /* background-color: #f5f5f5; */
    border-radius: 4px;
    width: 100%;
    background: transparent;
    margin-bottom: -45px;
}
.breadcrumb {
    font-size: 1.15em;
    font-weight: bold;
}
.breadcrumb > li + li:before {
    content: "> ";
    padding: 0 5px;
    color: #595757;
    top: -1px;
    position: relative;
}
.breadcrumb a {
    color: #595757;
    text-decoration: none;
}
.breadcrumb li a:hover {
    color: #000;
    text-decoration: underline !important;
}
.breadcrumb > li {
    color: #595757;
}
.fa-lg {
    font-size: 2em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.navbar .nav > li.open > a, .navbar .nav > li:hover > a, .navbar .nav > li:focus > a, .navbar .nav > li.active > a, .navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
background-color: transparent !important;
}

/** NEW MENU **/
.list-unstyled {
    padding: 20px 0;
}
.list-unstyled > li {
    margin: 8px 0px;
}
.list-unstyled > li > a {
    position: relative;
    display: block;
    padding: 0px;
    color: #ffffff;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
}
.list-unstyled > li > a span.caret {
    margin-top: -5px;
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-45deg);
    display: inline-block;
}
.list-unstyled > li > a > span.caret {
    color: #858483;
}
.sidebar-menu > li > a > span {
    font-weight: 600;
    padding-left: 6px;
}
body.sb-l-m .sidebar-menu > li > ul {
  border-left: 0px solid #222;
  background-color: #e6e6e6;
  width: 190px;
}
body.sb-l-m .sidebar-menu > li > a > .sidebar-title {
    position: absolute;
    left: 60px;
    top: -6px;
    width: 190px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 15px;
    border-left: 0px solid #222;
    background-color: #000;
    padding-bottom: 10px;
}
body.sb-l-m .sidebar-menu > li > ul > li > a{
    background: transparent;
    color: #000;
     font-weight: bold;  
}
body.sb-l-m .sidebar-menu > li > ul > li > a:hover {
border-radius: 0;
margin: 0;
background: #d3d3d3;
padding-left: 20px;
}
.caret.caret-tp {
    display: none;
}
.navbar-nav {
    flex-direction: initial;
}
.navbar-nav.navbar-right, .navbar-nav.navbar-right:last-child {
    position: absolute;
    right: 0;
    top: 0;
}
.navbar-nav .dropdown-menu {
    position: absolute;
}
.dropdown-menu {
    min-width: 20rem;
}
.list-group-item {
    padding: .75rem 0rem;
}
.dropdown-menu > li > a{
    text-align: center;
}
.navbar.navbar-fixed-top + #sidebar_left + #content_wrapper {
     padding-top: 0px; 
}
.pv5 {
    padding-top: 5px !important;
}
.list-group-item:first-child {
    border-top: 0;
    padding-top: 2px;
}
.btn {
    padding: .275rem .75rem;
    font-size: 1.5rem;
    line-height: 2;
    border-radius: .75rem;
    transition: color 0s ease-in-out,background-color 0s ease-in-out,border-color 0s ease-in-out,box-shadow 0s ease-in-out;
}
.dropdown-menu > li > a {
    font-size: 1.3em !important;
}
.navbar .nav > li.dropdown.open .dropdown-menu, .navbar .nav > li.dropdown .open .dropdown-menu {
    border-top-color: #4a89dc;
}
.navbar .nav > li.dropdown .dropdown-menu {
    padding: 0;
    margin-top: 10px;
    border-radius: 2px;
    border-top: 3px solid transparent;
    border-top-color: #4a89dc;
}
.navbar .nav > li.dropdown .dropdown-menu:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    right: 11px;
    bottom: 100%;
    border-width: 0 10px 10px;
    border-bottom-color: #4a89dc;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){
.btn_gray,.btn_gray:hover{    
background:#575554;
box-shadow: 0 3px 0 #545251; 
}
.btn_green,.btn_green:hover{    
background:#68AC2F;
box-shadow: 0 3px 0 #008E40; 
}
.btn_blue,.btn_blue:hover{    
background:#0055A5;
box-shadow: 0 3px 0 #123085; 
}
.btn_tangerine,.btn_tangerine:hover{    
background:#F08317;
box-shadow: 0 3px 0 #C75E19; 
}
.btn_red,.btn_red:hover{    
background:#B71E22;
box-shadow: 0 3px 0 #9A2429; 
}
.navbar-branding {
width: auto;
position: absolute;
margin-left: -13px;
left: 0px;
top: 0px;
}
.navbar-nav {
    display: inline-block;
}
select::-ms-expand {
    display: none; /* hide the default arrow in ie10 and ie11 */
}
#sidebar_left ,body.sb-l-m #sidebar_left {
  background: #1A4E9A ;
}
#toggle_sidemenu_l, #toggle_sidemenu_t {
    width: 40px;
}
.modal-header .lt_b{
  background: url("../img/icon/popup_icon_01.png"); 
  background-color : #004BA0;
  background-repeat  : no-repeat;
    background-position: center center;
}
.modal-header .lt_g{
  background-image: url("../img/icon/popup_icon_02.png") ; 
  background-color: #B5D572;
  background-repeat  : no-repeat;
    background-position: center center;
}
.modal-header .lt_t{
  background-image: url("../img/icon/popup_icon_03.png") ;
  background-color: #EC6903; 
  background-repeat  : no-repeat;
    background-position: center center;
}
.modal-header .lt_r{
  background-image: url("../img/icon/popup_icon_04.png") ; 
  background-color: #EA596E;
  background-repeat  : no-repeat;
    background-position: center center;
}
#modal-header_blue {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
    background: #004BA0 ;
    color: #FFF;
    font-weight: bold;
    border-radius: 10px 10px 0 0 !important;
}
#modal-header_green {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
    background: #B5D572 ;
    color: #FFF;
    font-weight: bold;
    border-radius: 10px 10px 0 0 !important;
}
#modal-header_tangerine {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
    background: #EC6903 ;
    color: #FFF;
    font-weight: bold;
    border-radius: 10px 10px 0 0 !important;
}
#modal-header_red {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
    background: #EA596E ;
    color: #FFF;
    font-weight: bold;
    border-radius: 10px 10px 0 0 !important;
}
.modal-footer {
    display: inline;
    padding: 15px 15px 0px 15px;
}
}
/*===============================================
  login Page
================================================= */
.login-page{
background: -webkit-linear-gradient(135deg,#63378A 20%,#005AAB 80%);
background: -o-linear-gradient(135deg,#63378A 20%,#005AAB 80%);
background: -moz-linear-gradient(135deg,#63378A 20%,#005AAB 80%);
background: linear-gradient(135deg,#63378A 20%,#005AAB 80%);
}
#page_bg{}
.map_bg{
  width: 100%;
  height: 100vh;
  background-image:url("../img/login/map_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: cover;
  background-size:100% auto;
  position: relative;
}
.map_bg img{
  width: 40%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -17.5%;
  margin-left: -20%;
}
.login_zone{
    display: block;
    margin-top: 80px;
    margin-right: 150px;
    position: relative;
    height: calc(100vh - 225px);
}
.form_block {
    border: 1px #d4d4d4 solid;
    height: 48px;
    padding-left: 50px;
    position: relative;
    margin-bottom: 25px;
    background-color: #FFF;
    border-radius: 5px;
}
.input_icon {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 15px;
    top: 12px;
}
.input_icon img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}
.form_block input{
    border: none;
    height: 42px;
    line-height: 42px;
    font-size: 1.15em;
    width: 100%;
    padding: 0 10px 0 0;
    -webkit-outline: none;
    outline: none;
    margin-top: 2px;
    color: #B5B5B6;
    font-weight: bold;
    font-family: "微軟正黑體", Open Sans, Helvetica, Arial, sans-serif;
}
/*驗證碼*/
#form_block_W{
  width: calc(100% - 155px);
  float: left;
  margin-right: 1.3%;
}
.valicode_zone{width: 100%;position: relative;margin-top: 30px;}
#valicode{float: left;background: #FFF;padding: 8.5px;margin-right: 1.3%;}
#toggle{
margin: 0;
padding: 0;
border: 1px solid transparent; 
outline: none; 
background-color: rgba(0,0,0,0);
float: left;
padding-top: 22px;
}
#valiIpt {
    border: none;
    height: 42px;
    line-height: 42px;
    font-size: 1.15em;
    width: 85%;
    padding: 0 10px 0 0;
    -webkit-outline: none;
    outline: none;
    margin-top: 2px;
    color: #B5B5B6;
    font-weight: bold;
    font-family: "微軟正黑體", Open Sans, Helvetica, Arial, sans-serif;
    text-align: center;
}
/*驗證碼 END*/
.login_zone h3{
    font-size: 1.5em;
    margin: 20px auto;
    text-align: center;
    font-weight: bolder;
    color: #FFF;
    text-shadow: 2px 2px 5px #000;
}
.checkbox { height:41px; position: relative; display:inline; color:#aaa; /*padding:0 32px 0 0;*/ top:-3px; /*margin:0 0 0 12px;*/}
.checkbox input[type=checkbox]{display:none;}
.checkbox .box { cursor: pointer; position: absolute; width: 25px; height: 25px;  top: 0; left: 0; background: #fff; border-radius:2px; /*border-bottom:3px solid rgba(0,0,0,0.3);*/}
.checkbox .box:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    top: 6px;
    left: 7px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checkbox .box:hover::after {
  border-color:#ccc;
}
.checkbox input[type=checkbox]:checked + .box:after {
  border-color:#22c6b8;
}
.checkbox input[type=checkbox]:checked + .box {
  background:#fff;
}
.checkbox .text{position:relative; top:1px; cursor:pointer; font-size:1.15em;left: 12px;color:#FFF;text-shadow: 2px 2px 5px #000;}
.checkbox a.forget_password{
    position: relative;
    margin-top: 1px;
    cursor: pointer;
    font-size: 1.15em;
    right: 0px;
    color: #FFF;
    text-shadow: 2px 2px 5px #000;
    float: right;
  }
#login_button{
  width: 100%;
  background: #009FE8;
  border-radius: 5px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 1.5em;
  border: 1px solid transparent;
  padding: 7px; 
  margin-top: 10px;
  box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}  
.login-copyright{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top:1px solid #FFF;
  padding: 10px 0 30px 0;
  color: #FFF;
  font-size: 1em;
  margin-right: 50px;
  text-align: center;
}
/**繁簡體下拉選單**/
.select_wrap{
  width: 185px;
  position: relative;
  margin:40px;
  user-select: none;
  float: right;
  z-index: 999;
}

.select_wrap .default_option{
    background: #000;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    padding-left: 0;

}

.select_wrap .default_option li{
    padding: 10px 20px;
    list-style: none;
}

.select_wrap .default_option:before{
    margin-top: -5px;
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: transparent transparent #9FA0A0 #9FA0A0;
    transform: rotate(-45deg);
}

.select_wrap .select_ul{
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  display: none;
}

.select_wrap .select_ul li{
  padding: 10px 20px;
  cursor: pointer;
  list-style: none;
}

.select_wrap p{
    color: #9FA0A0 !important;
    text-decoration: none;
    /*margin-top: -6px;*/
    margin:0; 
}

.select_wrap .select_ul li:first-child:hover{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select_wrap .select_ul li:last-child:hover{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select_wrap .select_ul li:hover{
  background: #F4F4F4;
  text-decoration: none;
}

.select_wrap .option{
  display: flex;
  align-items: center;
}

.select_wrap .option .icon{
  background: url('../img/icon/earth.png') no-repeat 0 0;
  width: 32px;
  height: 19px;
  /*margin-right: 15px;*/
}

.select_wrap .option.EN .icon{
  background-position: 0 0;
}

.select_wrap .option.CN .icon{
  background-position: 0 0;
}

.select_wrap .option.ice .icon{
  background-position: 0 -72px;
}

.select_wrap .option.fries .icon{
 background-position: 0 -111px;
  width: 25px;
}

.select_wrap.active .select_ul{
  display: block;
  padding-left: 0px;
}

.select_wrap.active .default_option:before{
  top: 22px;
  transform: rotate(-225deg);
}
  @media screen and (min-width:768px) and (max-width:1400px){
    #valiIpt {
    width: 100%;
    }
    #form_block_W {
        width: 100%;
        padding-left: 8px;
    }
  }
@media (max-width: 767px) {
  .select_wrap {
    width: 155px;
    position: relative;
    margin: 20px auto;
    user-select: none;
    float: none;
    z-index: 999;
}
  #form_block_W {
    width: calc(100% - 155px);
    padding-left: 0;
}
  #page_bg{/*background:#005AAB;*/}
  .login_zone{
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    height: auto;
}
.map_bg {
    height: 30vh;
}
.login-page{
  height: auto;
}
.login-copyright{
  bottom: -115px;
}
#valiIpt {
    width: 100%;
    text-align: center;
}
}
@media (max-width: 480px) {
body {
  height: auto;
  min-height: 745px;
}
}

/*** POPUP寬度延伸 ***/
.modal-dialog {
    width: auto !important;
    display: inline-table !important;
    /*left: 50% !important;*/
}
.modal-body {
    display: inline-block;
}
.modal-body p {
    /*white-space:nowrap;*/
    font-size: 1.21em;
}
.modal-body h3 {
    margin: 15px auto;
    font-size: 2.1rem;
    font-weight: bolder;
    text-align: justify;
    text-align: center;
}
#title_LT{
  text-align:left; 
}
.small_txt{
  font-size: 0.85em !important;
  text-align: justify;
}
p {
    margin-top: 0;
    margin-bottom: 0.5rem !important;
}
.close {
    float: right;
    font-size: 2.5rem !important;
    font-weight: 700;
    line-height: 1;
    color: #FFF !important;
    text-shadow: 0 0 0 #fff !important;
    opacity: 1 !important;
}
.modal-title {
    font-weight: bolder;
    text-shadow: 2px 2px 2px rgba(0,0,0,.3);
}
/*** NEW ICON ***/
.modal-header .lt_b_Information {
    background-image: url(../img/icon/popup_icon_07.png),-webkit-linear-gradient(90deg,#004BA0 20%,#00A4E4 80%);
    background-repeat: no-repeat;
    background-position:center 40% ;
}
.modal-header .lt_b_Error {
    background-image: url(../img/icon/popup_icon_05.png),-webkit-linear-gradient(-90deg,#EA596E 20%,#E54A2D 80%);
    background-repeat: no-repeat;
    background-position: center center;
}
.modal-header .lt_b_SystemMessage {
    background-image: url(../img/icon/popup_icon_06.png),-webkit-linear-gradient(-90deg,#EA596E 20%,#E54A2D 80%);
    background-repeat: no-repeat;
    background-position: center center;
}
.modal-header .lt_q {
    background-image: url(../img/icon/popup_icon_08.png),-webkit-linear-gradient(-90deg,#4dbdc6 20%,#3987a1 80%);
    background-repeat: no-repeat;
    background-position: center center;
}
#modal-header_Question {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
    background: -webkit-linear-gradient(0deg,#4dbdc6 20%,#3987a1 80%);
    color: #FFF;
    font-weight: bold;
    border-radius: 10px 10px 0 0 !important;
}
.btn_Question {
    background: -webkit-linear-gradient(-90deg,#4dbdc6 20%,#3987a1 80%);
    box-shadow: 0 3px 0 #005e6e;
}
.btn_Question:hover{    
background:#3987a1;
box-shadow: 0 3px 0 #005e6e; 
}
/*** NEW ICON END ***/
/** CSS POPUP **/
/*body {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.popup {
   position: fixed;
   padding: 10px;
   max-width: 500px;
   border-radius: 0.5em;
   top: 50%;
   left: 50%;
   color: #000;
   transform: translate(-50%, -50%);
   background-color: rgba(255,255,255,1);
   visibility: hidden;
   opacity: 0;
   transition: opacity .5s, visibility 0s linear .5s;
   z-index: 1;
}
.popup:target {
   visibility: visible;
   opacity: 1;
   transition-delay: 0s;
}
.popup .close {
   position: absolute;
   right: 5px;
   top: 5px;
   padding: 5px;
   color: #000;
   transition: color .3s;
   font-size: 2em;
   line-height: 1.5;
   font-weight: 700;
}
.popup .close:hover {
   color: #f00;
}
.close-popup {
   background-color: rgba(255,255,255,.7);
   cursor: default;
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   opacity: 0;
   visibility: hidden;
   transition: opacity .5s, visibility 0s linear .5s;
}
.popup:target + .close-popup {
   opacity: 1;
   visibility: visible;
   transition-delay: 0s;
}*/

/*.popubody { position: fixed; left: 50%; top: 50%; width: auto; height: auto; margin: -160px 0 0 -250px; background: #fff; border: 1px solid #bbbbbb; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; font-family: Arial, Helvetica, sans-serif; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4); z-index: 9001; text-align: left; display: none; }
.popupmain { position: relative; }
.popupmain .popheading { border-bottom: 1px solid #bbbbbb; font-size: 18px; line-height: 22px; padding: 15px; color: #6b6b6b; }
.popupmain .popupdetail { padding: 15px; font-size: 12px; line-height: 20px; color: #6b6b6b; text-align: justify; }
.popupmain p { margin: 0 0 7px 0; }
.dullbg { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); z-index: 9000; display: none; }
/*Close Button */
/*.close { position: absolute; right: 15px; top: 11px; width: 26px; height: 26px; opacity: 0.5; }
.close:hover { opacity: 1; }
.close:before, .close:after { position: absolute; top: 0; right: 10px; width: 1px; height: 26px; content: ''; background-color: #000; }
.close:before { transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.close:after { transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.popupbtn { height: 40px; border: 0; display: block; width: 220px; margin:100px auto 100px; cursor: pointer; font-size: 14px; font-family: Arial, Helvetica, sans-serif; }
.popupbtn:focus { outline:none;}
/* Radial Out */
/*.hvr-radial-out { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; overflow: hidden; background: #fff; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);  }
.hvr-radial-out:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #3c3c3c; border-radius: 100%; -webkit-transform: scale(0); transform: scale(0); -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active { color: white; }
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before { -webkit-transform: scale(2); transform: scale(2); }
/** CSS POPUP END **/