@font-face {
  font-family: walbaumB;
  src: url(../fonts/walbaum-lt-bold.woff);
}
@font-face {
  font-family: walbaum;
  src: url(../fonts/walbaum-lt-roman.ttf);
}
html {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
body {
  color: #555555;
  min-width: 320px;
  font-family: Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  font-size: 1rem;
}
h1 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #222222;
}
a {
  text-decoration: none;
  color: #201dc7;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
a:hover, a:hover *, a:focus {
  text-decoration: none;
  color: inherit;
  outline: 0
}
p {
  margin-bottom: 20px;
}
.col-sm-4 p {
  text-align: inherit;
}
hr {
  height: 1px;
  border: none;
  background-color: #ddd;
  margin: 25px 0;
}
img {
  max-width: 100%;
}
td {
  vertical-align: top;
}
h1.title {
  margin: 0;
}
ul, ol {
  padding-left: 1.5em;
}
select::-ms-expand {
 display: none;
}
.table{
  display: table;
}
.td{
  display: table-cell;
}
.tr{
  display: table-row;
}
.vat{
  vertical-align: top;
}
.vam{
  vertical-align: middle
}
.vab{
  vertical-align: bottom;
}
.noPadding {
  padding: 0!important;
}
.noMargin {
  margin: 0!important;
}
.clear {
  clear: both;
}
.error {
  color: red;
}
.inline-block {
  display: inline-block;
}
.scrollToTopContainer {
  z-index: 999;
  position: fixed;
  margin: 0;
  bottom: 55px;
  right: 5px;
}
.float-icon {
  display: block;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  position: relative;
  border-radius: 30px;
  color: #fff !important;
  margin-bottom: 10px;
  background: #88BA1F;
}
.scrollToTop {
  display: none;
}
.scrollToTop img{
  width: 40px;
}
.overflow{
  overflow: auto;
}
@media (max-width:767px) {
  .scrollToTopContainer {
    bottom: 45px;
  }
  .float-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .scrollToTop img{
    width: 30px;
  }
}
.red {
  color: #201dc7 !important;
}
.regbg {
  background-color: #201dc7;
}
.form-control-plaintext {
  border: none;
  display: block;
  width: 100%;
  padding-top: 5px;
}
.borderless td, .borderless th {
  border: none !important;
}
/*******************************************************************header**/
header {
}
.logo {
  text-align: center;
  padding: 15px;
}
.logo img {
  max-width: 70%;
}
header .navbar {
  border-radius: 0;
}
#navbar .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.navbar-default {
  background-color: #201dc7;
  background-image: url(../images/header-line.png);
  background-position: top center;
  background-repeat: no-repeat;
  border-color: #a7a9ac;
  font-size: 16px
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 14px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff
}
.mobile-menu {
  display: none
}

@media (min-width: 768px) {
.navbar-nav {
  float: none;
  margin: 0
}
.navbar-nav > li {
  float: none;
  display: inline-block
}
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #820e11;
  background-color: transparent;
  border-bottom: 6px #820e11 solid
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #820e11;
  background-color: transparent
}
.navbar-default .navbar-nav > li > a {
  color: #fff
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
  text-align: center;
  font-size: 16px
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 25px 18px 15px
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: transparent
}

@media (min-width: 768px) {
#navbar .dropdown:hover .dropdown-menu {
  display: block
}
}
#navbar .dropdown-menu {
  position: absolute;
  top: 108%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 170px;
  margin: 6px 0 0;
  padding: 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  opacity: .8;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175)
}
#navbar .dropdown-menu li {
  border-bottom: 1px #201dc7 solid
}
#navbar .dropdown-menu li:last-child {
  border-bottom: 0
}
#navbar .dropdown-menu > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #201dc7;
  white-space: nowrap
}
.dropmenu-dot {
  vertical-align: baseline;
  padding: 0 4px 0 0
}

@media (max-width: 767px) {
.navbar-nav {
  margin: 0 -15px;
  background-color: #e6e7e8
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 16px
}
.navbar-default .navbar-nav > li > a {
  color: #201dc7;
  border-bottom: 1px #201dc7 solid
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: #d1d3d4
}
.navbar-default #navbar .navbar-nav .open .dropdown-menu > li > a {
  color: #201dc7;
  text-align: center
}
#navbar .dropdown-menu li {
  border-bottom: 1px #d1d3d4 solid;
  background-color: #fff
}
#navbar .dropdown-menu li:last-child {
  border-bottom: 1px #d1d3d4 solid;
  background-color: #fff
}
#navbar .navbar-nav .open .dropdown-menu > li > a,#navbar  .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 16px
}
}
/*******************************************************************tabpanel**/
.tab-title>li span {
  display: inline;
}
.tab-title li a {
  border: none;
  padding: 15px;
  color: #666;
  font-size: 14px;
}
.tab-title li.active a, .tab-title li a:hover, .tab-title li a:focus {
  color: #201dc7;
}
.tab-title li:hover a {
  background: none;
}
.tab-title-btn {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  color: #666;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.tab-title-btn:hover {
  color: #201dc7;
}
.tabpanel1 .tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tabpanel1 .tab-pane {
  position: relative;
}
.tabpanel1 h3 {
  font-size: 18px;
}

@media (max-width:767px) {
.tab-title li a {
  padding: 10px 18px;
}
}
/*******************************************************************nomination Dashboard**/
.timeWrap {
  text-align: center;
  margin-top: 15px;
  width: 260px;
  float: right;
}
.currentTimeWrap {
  text-align: center;
  line-height: 1.2em;
}
.currentTimeWrap .time {
  font-size: 40px;
  margin-bottom: 10px;
}
.currentTimeWrap .timezone {
  font-size: 12px;
}
.countDayWrap {
  font-size: 13px;
  margin-top: 2px;
}
#countDown {
  text-align: center;
  font-size: 14px;
}
#countDown .counttxt {
  margin-top: 5px;
}
.timeItem {
  display: inline-block;
}
.time {
  display: inline;
  text-align: center;
  font-size: 14px;
  margin-right: 4px;
  color: #ffffff;
}
.nominationTab {
  border: 1px solid #dddddd;
  text-align: center;
  border-radius: 5px;
  padding: 25px 15px;
}
.nominationTab > img {
  width: 100px;
  height: 100px;
}
.nominationTab .name {
  font-size: 14px;
  line-height: 17px;
  margin: 12px 0 15px 0;
}
.nominationTab .button-group {
  margin-top: 10px;
}
.nominationTab .button-group > a {
  margin-right: 5px;
  margin-left: 5px;
}
a:hover .nominationTab > div {
  background: #201dc7;
  border-color: #201dc7;
  color: #fff;
}

@media (max-width:767px) {

}
/*******************************************************************share**/
.nomineesList{
  margin-bottom: 0;
}
.nomineesList li{
  margin-bottom: 8px;
	line-height: 1.2em;
}
.nomineesList li::after{
  content: ',';
  display: inline;
}
.nomineesList li:last-child::after{
  content: '';
}
.display-table {
  display: table;
  border: none;
  width: 100%;
}
.display-td {
  display: table-cell;
}
.section-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sub-header-dot {
  margin: 0 2px;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url(../images/icon-dot-dropmenu.png);
  background-position: center center;
  background-repeat: no-repeat
}
.breadcrumb {
  padding: 10px 0;
  background: none;
  margin-bottom: 15px;
}
.breadcrumb ul {
  margin: 0;
  padding: 0
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
  color: #58595b;
  vertical-align: middle
}
.breadcrumb ul li::after {
  content: '';
  padding: 0;
  width: 15px;
  height: 9px;
  display: inline-block;
  background-image: url(../images/sub-header-arrow.png);
  background-position: center center;
  background-repeat: no-repeat
}
.breadcrumb ul li:last-child::after {
  display: none;
}
.deadline {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  background: #201dc7;
  color: #ffffff;
  margin: 25px 0 20px 0;
  border-radius: 5px;
}
.addList{}
.addList .delCol {
  width: 60px;
  text-align: right;
}
.addList > div .btn {
  margin-left: 10px;
}
.addList .display-td {
  vertical-align: bottom;
}
.addList > div:first-child button {
  visibility: hidden;
}
.addList .addBtn{
  margin-left: 0;
  margin-top: 20px;
}
.uploadContainer {
  margin: 35px 0 25px 0;
}
.uploadContainer .file-preview {
  border:none;
  padding: 0;
  margin: 5px 0 10px 0;
}
.uploadContainer .file-drop-zone{
  margin: 0;
  padding-top: 30px;
}
.uploadContainer .file-drop-zone-title{
  padding: 40px 10px;
}
.uploadContainer .file-preview .fileinput-remove {
  margin-top: 10px;
  margin-right: 5px;
  font-size: 28px;
}
.uploadedFilesize{
  font-size: 14px;
  margin-top: 10px;
  color: #888;
}
.file-drop-zone-title .ie{
  display: none;
}
.recaptcha{
	margin:20px 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   /* IE10+ CSS styles go here */
  .file-drop-zone-title{
    padding: 20px;
  }
  .file-drop-zone-title .drag{
    display: none;
  }
  .file-drop-zone-title .ie{
    display: block;
    font-size: 14px;
  }  
}
@media (max-width:767px) {
  .deadline {
    font-size: 16px;
  }
  .reTable {
    display: block;
    max-width: 100%;
    border: none;
  }
  .reTable>thead {
    display: none;
  }
  .reTable>tbody {
    display: block;
    width: 100%;
  }
  .reTable>tbody>tr {
    display: block;
    width: 100%;
    margin: 10px 0 15px 0;
    background: #fafafa;
    padding: 8px 4px;
    border-top: 3px solid #9e0b0f;
  }
  .reTable>tbody>tr>td, .reTable>tbody>tr>th {
    display: block;
    box-sizing: border-box;
    border: none;
    padding: 3px 8px;
    clear: both;
    margin: 4px 0;
    font-size: 14px;
    background: none;
  }
  .reTable>tbody>tr>td>div {
    overflow: auto;
  }
  .reTable td:before, .reTable th:before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    text-align: left;
    clear: both;
    line-height: 1.2em;
    padding-top: 1px;
    width: 80px;
    float: left;
  }
  .reTable td:after, .reTable th:after {
    content: '';
    clear: both;
    display: block;
  }
  .reTable td[data-label], .reTable th[data-label] {
  }
  .reTable .bg2 td:before {
    color: #222;
  }
  .reTable .bg2 .inner {
    color: #00471F;
  }
  .reTable .subHead {
    margin-top: 3rem;
    background: #8CC63F !important;
    text-align: center;
    font-weight: bold;
    padding: 15px 10px;
    border: none;
  }
  .reTable .subHead th {
    text-align: center;
  }
  .reTable .dm {
    display: none;
  }
  .reTable .inner {
    display: block;
    border-top: 1px solid #ddd;
    color: #148726;
    margin: 1rem 0 0 0;
    padding-top: 1rem;
    font-weight: bold;
    font-size: 2rem;
  }
  .reTable .title {
    font-weight: bold;
  }
  .reTable .text-center {
    text-align: left;
  }
}
.accordion {
  margin: 15px 0;
}
.accordion-group{
  margin: 10px 0;
}
.accordion-heading{
  background: #ddd;
  color: #888;
  padding: 5px 15px;
  border-radius: 5px;
}
.accordion-toggle.collapsed .accordion-heading{
  border-radius: 5px;
}
.accordion-toggle .accordion-heading{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-heading-title{
  display: inline-block;
  font-size: 16px;
  color: #444;
  margin: 0;
  padding: 0;
}
.accordion-heading .glyphicon{
  float: right;
  margin: 5px ;
}
.accordion-toggle.collapsed .glyphicon{
  transform: rotate(0deg);
}
.accordion-toggle .glyphicon{
  transform: rotate(180deg);
}
.accordion-inner{
  padding: 15px;
  background: #fafafa;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.accordion-inner p:last-child{
  margin-bottom: 0;
}
/*******************************************************************form**/
.bottom-btn {
  margin: 25px 0 15px 0;
  text-align: center;
}
.login-page {
  margin: 20px auto;
  width:360px;
  max-width: 100%;
  padding: 25px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.login-page .rememberMe {
  font-weight: normal;
}
.or-box {
  position: relative;
  border-top: 1px solid #dfdfdf;
  padding-top: 20px;
  margin-top: 20px;
}
.or {
  color: #666666;
  background-color: #ffffff;
  position: absolute;
  text-align: center;
  font-size: 14px;
  top: -8px;
  width: 40px;
  margin-left: -20px;
  left: 50%;
}
.form-group {
  margin-bottom: 0;
}
form h1 {
  font-size: 3em;
  font-weight: 300;
  text-align: center;
  color: #2196f3;
}
form h5 {
  text-align: center;
  text-transform: uppercase;
  color: #c6c6c6;
}
form hr.sep {
  background: #2196f3;
  box-shadow: none;
  border: none;
  height: 2px;
  width: 25%;
  margin: 0px auto 45px auto;
}
form .emoji {
  font-size: 1.2em;
}
.new-input {
  position: relative;
  margin: 25px 0 0 0;
}
textarea {
  resize: none;
}
textarea.form-control{
  resize: vertical;
}
.new-input input, .new-input textarea, .new-input select {
  background: none;
  color: #444444;
  font-size: 18px;
  padding: 5px 10px 5px 5px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
}
.new-input input:focus, .new-input textarea:focus, .new-input select:focus {
  outline: none;
}
.new-input input:focus ~ label,
.new-input input.hasvalue ~ label,
.new-input textarea:focus ~ label,
.new-input textarea.hasvalue ~ label,
.new-input select:focus ~ label,
.new-input select.hasvalue ~ label,
.new-input .label-top ~ label,
.form-element-field.hasvalue ~ label,
.form-element-field.readonly ~ label{
  top: -14px;
  font-size: 12px;
  color: #9a9a9a;
}
input.readonly, textarea.readonly{
  background: #f5f5f5;
}
.input:-moz-read-only ~ label{ /* For Firefox */
  top: -14px;
  font-size: 12px;
  color: #9a9a9a;  
}
.input:read-only ~ label{
  top: -14px;
  font-size: 12px;
  color: #9a9a9a;  
}
input:-moz-read-only {  /* For Firefox */
 color: #000;
}

/*
input:read-only {
 color: #000;
}
*/

.new-input input:focus ~ label, .new-input textarea:focus ~ label, .new-input select:focus ~ label {
  color: #000;
}
.warning input ~ label, .warning textarea ~ label, .warning select ~ label {
  color: #201dc7 !important;
}
.new-input input:focus ~ .bar:before, .new-input textarea:focus ~ .bar:before, .new-input select:focus ~ .bar:before, .warning input ~ .bar:before, .warning textarea ~ .bar:before, .warning select ~ .bar:before {
  width: 100%;
}
.new-input input:read-only~ .bar:before,
.new-input textarea:read-only ~ .bar:before,
.new-input select:read-only ~ .bar:before,
.form-element-field:read-only ~ .bar:before{
  width: 0 !important;
}
.new-input.warning .help-block {
  color: #201dc7;
  font-size: 12px;
  padding: 0 5px;
  display: block;
}
.new-input input[type="password"] {
  letter-spacing: 0.3em;
}
.new-input select.form-element-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.new-input label {
  color: #9a9a9a;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  bottom: 0;
  transition: 300ms ease all;
}
.new-input.warning label {
  bottom: 22px;
  color: #201dc7;
}
@media (max-width:767px){
  .new-input label.longTxt {
    font-size: 14px;
  }
}
.new-input .bar {
  position: relative;
  display: block;
  width: 100%;
}
.new-input .bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #000;
  transition: 300ms ease all;
  left: 0%;
}
.warning input ~ .bar:before, .warning textarea ~ .bar:before, .warning select ~ .bar:before {
  background: #201dc7;
}
.form-label {
  font-size: 16px;
  color: #9a9a9a;
  padding-left: 5px;
  font-weight: normal;
}
.helpTips {
  position: absolute;
  width: 100px;
  color: #fff;
  font-size: 13px;
  left: 50%;
  margin-left: -50px;
  margin-top: 8px;
  text-align: center;
  display: none;
}
.helpTips .arrow_box {
  color: #fff;
  background: #222;
  padding: 3px 8px;
  display: block;
  border-radius: 5px;
  z-index: 1;
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.1s all;
}
.helpTips .arrow_box:focus, .helpTips .arrow_box:hover {
  background: #201dc7;
}
.warning .helpTips {
  margin-top: 29px;
}
.form-element-field:focus ~ .helpTips, .active>.helpTips {
  display: block;
}
.arrow_box {
  position: relative;
}
.arrow_box:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255,255,255,0.00);
  border-bottom-color: #222;
  border-width: 6px;
  margin-left: -6px;
  top: -11px;
}
.helpTips .arrow_box:focus:after, .helpTips .arrow_box:hover:after {
  border-bottom-color: #201dc7;
}
.form-select option {
  color: #666;
}
.form-select-placeholder {
  color: #a6a6a6;
}
.form-select .form-element-bar::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  display: block;
  right: 8px;
  top: 20px;
  transition: transform 0.28s ease;
  transform: translateY(-100%) rotateX(0deg) rotate(45deg);
  will-change: transform;
}
.form-select select:focus ~ .form-element-bar::before {
  transform: translateY(-50%) rotateX(180deg) rotate(45deg);
}
.mbtn {
  background: #fff;
  color: #777777;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  letter-spacing: 0.06em;
  text-decoration: none;
  outline: none!important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mbtn:hover {
  color: #8b8b8b;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
}
.mbtn.btn-link {
  background: #2196f3;
  color: #d3eafd;
}
.mbtn.btn-link:hover {
  background: #0d8aee;
  color: #deeffd;
}
.btn-submit {
  background: #201dc7;
  color: #ffffff;
}
.btn-submit:hover {
  background: #DB4146;
  color: #ffffff;
}
.mbtn.btn-cancel {
  background: #eee;
}
.mbtn.btn-cancel:hover {
  background: #e1e1e1;
  color: #8b8b8b;
}
.mbtn-box {
  text-align: center;
  margin: 50px 0;
}
.question {
  margin-top: 30px;
}
.question .q {
  margin-bottom: 10px;
  font-weight: bold;
}
.question .a label {
  font-weight: normal;
  margin-right: 15px;
}
.question .a .input {
  background: none;
  color: #444444;
  font-size: 16px;
  padding: 3px 6px;
  border: none;
  width: 200px;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
  outline: none;
}
.question .a .input::placeholder {
 font-size: 12px;
 font-weight: normal;
 color: #9a9a9a;
}
.question .a section {
  margin-bottom: 40px;
}
.ckContainer {
  margin-top: 10px;
}
.ckContainer textarea{
  width: 100%;
  border: 1px solid #c6c6c6;
  padding: 4px;
  outline: none;
}
.ckContainer .cke_top, .ckContainer .cke_bottom {
  border: none;
  background: #f1f1f1;
}
.list {
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 24px;
  list-style: disc;
}
.checkbox-list label {
  display: table;
  font-weight: normal;
}
.checkbox-item {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-item .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border:#d5d5d5 2px solid;
}
.readonly label{
  cursor: default;
}
.checkbox-item:hover input[type="checkbox"] ~ .checkmark {
  background-color: #ccc;
}
.checkbox-list.readonly .checkbox-item:hover input[type="checkbox"] ~ .checkmark {
  background-color: #eee;
}
.checkbox-item input[type="checkbox"]:checked ~ .checkmark {
  background-color: #9e0b0f !important;
  border: none;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-item input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}
.checkbox-item .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.new-input-radio {
  padding-top: 5px;
}
.new-input-radio label {
  font-weight: normal;
}
.new-input-radio .radioGroup {
  padding: 2px 5px;
}
.radioGroup label {
  margin-right: 15px;
  color: #9a9a9a;
}
.radio-item {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-item .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
.radio-item:hover input[type="radio"] ~ .checkmark {
  background-color: #ccc;
}
.radio-item input[type="radio"]:checked ~ .radio-name{
  color: #444 !important;
}
.radio-item input[type="radio"]:checked ~ .checkmark {
  background-color: #ddd;
}
.radio-item:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-item input[type="radio"]:checked ~ .checkmark:after {
  display: block;
}
.radio-item .checkmark:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #888;
}
.method-choice{
  display: table;
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.method-choice>li{
  display: table-cell;
  width: 46%;
}
.method-choice>.divider{
  width: 50px ;
  font-size: 20px;
  font-weight: bold;
  padding: 0px 10px;
}
.method-choice>li>a{
  display: block;
  border-radius: 5px;
  border: 1px dashed #ddd;
  padding: 15px;
  color: #bbb;
  transition: 0.3s all;
}
.method-choice>li>a:hover{
  background: #ddd;
  color: #444;
}
.method-choice>li.active>a{
  background: #444 !important;
  border: 1px solid #444;
  color: #fff !important;
}
.method-display{
}
.method-display .tab-pane {
  display: none;
}
.method-display .tab-pane.active {
  display: block;
}
@media (max-width:767px){
  
  .method-choice>li>a{
    padding: 10px 15px;
  }
}
.dateSelect{
  width: 100%;
  display: table;
}
.dateSelect > div{
  display: table-cell;
  min-width: 33.33%;
}
.langSelect{
  border: 1px solid #ddd;
  padding: 5px; 
  border-radius: 5px;
  margin-bottom: 10px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
  background-color: #9e0b0f;
  border-color: #9e0b0f;
}
/*******************************************************************process Bar**/

.bs-wizard {
  margin: 30px 0 40px 0;
}
/*Form Wizard*/
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}
.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
  padding: 1px 4px;
}
.bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #f5f5f5;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}
.active .bs-wizard-dot {
  transform: scale(1.4);
}
.bs-wizard-dot.finish {
  background-color: none;
  background: url(../images/rdot.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.bs-wizard-dot.processing {
  background-color: none;
  background: url(../images/gdot.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #fcd4c2;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}
/*END Form Wizard*/


.bottomStickyContainer {
  position: fixed;
  bottom: 0;
	left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #eee;
  height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px -1px 5px 0px rgba(128,128,128,0.1);
  -moz-box-shadow: 0px -1px 5px 0px rgba(128,128,128,0.1);
  box-shadow: 0px -1px 5px 0px rgba(128,128,128,0.1);
  z-index: 999;
}
.scrolled .bottomStickyContainer {
  position: relative;
  border: none;
  height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scrolled .bottomStickyContainer .btnWrap {
  padding: 10px 10px;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(128,128,128,0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(128,128,128,0.1);
  box-shadow: 0px 2px 5px 0px rgba(128,128,128,0.1);
}
.bottomStickyContainer .bottom-navIcon {
  font-size: 12px;
  display: inline-block;
  min-width: 60px;
  margin: 7px 15px;
  color: #444;
}
.bottomStickyContainer .bottom-navIcon.disabled {
  color: #ddd;
}
.bottomStickyContainer .bottom-navIcon:hover, .bottomStickyContainer .bottom-navIcon:focus {
  color: #9e0b0f;
}
.bottomStickyContainer .bottom-navIcon .glyphicon {
  font-size: 18px;
  margin-bottom: 2px;
  display: block;
}

@media (max-width:767px) {
.bs-wizard > .bs-wizard-step .bs-wizard-info {
  font-size: 12px;
  padding: 1px 4px;
}
.bottomStickyContainer {
  height: 40px;
}
.bottomStickyContainer .bottom-navIcon .glyphicon {
  margin-bottom: 1px;
  font-size: 14px;
}
.bottomStickyContainer .bottom-navIcon {
  margin: 4px 8px;
}
}

@media (max-width:340px) {
  .bs-wizard > .bs-wizard-step .bs-wizard-info {
    display: none;
  }
}
/*******************************************************************Preview**/
.previewPage .form-label{
  font-size: 12px;
}
.previewPage .new-input{
  margin-top: 35px;
}
.previewPage .tab-pane{
  padding: 15px;
  border: 1px solid #ddd; 
  margin: 15px 0;
  border-radius: 5px;
}
.previewPage .new-input input:focus ~ label, 
.previewPage .new-input input.hasvalue ~ label, 
.previewPage .new-input textarea:focus ~ label, 
.previewPage .new-input textarea.hasvalue ~ label, 
.previewPage .new-input select:focus ~ label, 
.previewPage .new-input select.hasvalue ~ label, 
.previewPage .new-input .label-top ~ label, 
.previewPage .form-element-field.hasvalue ~ label, 
.previewPage .form-element-field.readonly ~ label{
  top:-18px;
}
.previewNotice{
  z-index: 99;
  float: right;
  background: #201dc7;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 5px;
	width: inherit !important;
}
.readonlyField{
  margin-top: 15px;
}
.fileTable {
  font-size: 14px;
}
.fileTable th{
  background: #eee;
  font-weight: normal;
}
/*******************************************************************platform**/
.multiselect-container{
  width: 100%;
}
.multiselect-container label{
  width: 100%;
}
.multiselect-container>li>a>label{
  padding: 3px 20px 3px 25px;
}
.data-table{
  font-size: 14px;
}
.data-table .sorting{
  position: relative;
  cursor: pointer;
	vertical-align: top;
}
.data-table .sorting::after{
  font-family: 'Glyphicons Halflings';
  margin-left: 5px;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 12px;
  color: #ddd;
  content: "\e150";
  display: inline-block;
}
.data-table .sorting:hover::after{
  color: #aaa;
}
.data-table .sorting.sorting_asc:after{
  content: "\e155";
  color: #201dc7;
}
.data-table .sorting.sorting_desc:after{
  content: "\e156";
  color: #201dc7;
}
.filter{
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
  background: #eeeeee;
  margin-bottom: 30px;
}
.filter > .row{
	margin-left: -10px;
	margin-right: -10px;
}
.filter > .row > div{
	padding-left: 10px;
	padding-right: 10px;
}
.data-table-display{
  background: none;
  padding: 0;
  margin-bottom: 0;
}
.filter label{
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.filter .form-control, .filter .btn{
  font-size: 14px;
  font-weight: bold;
  color: #000;
  height: inherit;
  padding: 4px 8px;
}
.filter .control-label{
  padding-top: 0;
}
.filter .col{
  margin-bottom: 5px;
}
.multiselect-container>li>a{
	white-space: inherit;
}
.checkboxWrap > div{
  display: inline-block;
}
.flag-container{
  margin-left: 4px;
	width: 75px;
}
.flag-container > label{
  margin: 0 1px;
  cursor: pointer;
  padding: 1px 2px;
  color: #ddd;
}
.flag-container input{
  cursor: pointer;
}
.flag-container label:focus, 
.flag-container label:hover{
  color: #aaa;
} 
.flag-container input[type="checkbox"]{
  opacity: 0;
  position: absolute;
}
.flag-container >label input.flag1:checked ~ i{
  color: #C40000;
}
.flag-container >label input.flag2:checked ~ i{
  color: #EFE72D;
}
.flag-container >label input.flag3:checked ~ i{
  color: #00BB1A;
}
.excerpt{
  font-size: 14px;
  line-height: 16px;
  max-height: 64px;
  overflow: hidden;
}
.data-table-display .form-inline .form-control{
  display: inline-block !important;
  width: auto;
  padding: 2px 4px;
}

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
  border: none;
}

.lblSection {
  font-size: 14px;
  line-height: 16px;
  max-height: 64px;
  color: #9e0b0f;
}

@media (min-width:768px){
	.data-table{
	}
	.data-table td > div{
		max-width: 200px;
	}
  .checkboxCol{
    width: 110px;
  }
  .remarkCol{
    width: 300px;
    font-size: 14px;
  }  
}
@media (max-width:767px){
  .reTable td.checkboxCol:before{
    display: none;
  }
  .checkboxCol .flag-container{
    float: right;
  }
	.data-table td:before{
		width:100px;
		font-size: 13px;			
	}
}
/*******************************************************************footer**/
footer {
  padding: 15px 0 30px;
  margin-top: 30px;
  font-weight: 13px;
}
footer a {
  color: #555;
}
footer a:hover {
  color: #201dc7;
}

@media (max-width:767px) {
footer .row > div {
  text-align: left !important;
}
}
