body { background:#eff0f0; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: normal;
    font-style: normal;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

  @-moz-document url-prefix() {
  body { background:#eff0f0; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: normal;
    font-style: normal;
  color: #333;
-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
}

a { color:#333; text-decoration:none; }
a.forgot { font-weight:bold; text-decoration:underline; } 
a.underline { text-decoration:underline; }

.fr { float:right; }

.log-box { margin-top:65px; }

.log-box li, .log-box li a { color:#fff; }
.log-box li a:hover { color:#d90000; }

span.block-txt { display:block; margin-right:30px; } 

.bd-dotted-r { border-right:dotted 1px #ccc; }
.bd-dotted{ border-bottom:solid 1px #ccc; padding-bottom:10px; }
.require { color:#d90000; }
span.require { color:#d90000; font-size:12px; }
.clear-margintop { margin-top:0; }
.clear-margin { margin:0 !important; }
.space-top { margin-top:30px; }

.bd-space { border-top:dotted 1px #ccc; margin-top:30px; margin-bottom:30px; }

.header { height:100px; background:#000; }

.slash { text-align:center; font-size:30px; margin:0; padding:0; margin-top:-3px; }

.nav { background:#cdcdcd; }
.nav ul li a.active { color:#d90000; } 

.content-wrapper { margin-top:50px; padding-bottom:50px; }

h1 { margin-top:0px; font-weight:normal; font-size:30px; color:#d90000; }
h2 { margin-top:0px; font-weight:normal; font-size:20px; color:#d90000; }
h3 { margin-top:0px; margin-bottom:0; font-weight:normal; font-size:15px; color:#d90000; }

.field { margin-bottom:15px; }
.control-label {
  text-align: left;
  padding-top: 7px;
  font-weight:bold;
}

.space-l { padding-left:5px; padding-bottom:10px; }
.space-l-25 { padding-left:25px; padding-bottom:10px; }
.space-r { padding-right:5px; padding-bottom:10px; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, select {
  text-transform: none;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

select.form-control {
  overflow: scroll;
}
.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


textarea.form-control{
 	height:auto;
}
.radio, .checkbox {
  position: relative;
  display: block;
}

.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.btn-danger {
  color: #fff;
  background-color: #d90000;
  border-color: #d90000;
}

.btn-back {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-gray {
  color: #333;
  border: solid 1px #acacac !important;
  background:url(../images/bt.jpg) repeat-x scroll center bottom #fdfdfd;
  margin-right:10px;
}

.btn-reset {
  color: #fff;
  background-color: #959595;
  border-color: #959595;
}

.btn-cate {
  color: #333;
  background-color: #cdcdcd;
  border-color: #cdcdcd;
}

.btn-cate.active {
  color: #fff;
  background-color: #d90000;
  border-color: #d90000;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn2 {
  display: inline-block;
  padding: 7px 12px;
  margin-bottom: 0;
  font-size: 14px;
  width:100%;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

.btn3 {
  display: inline-block;
  padding: 6px 24px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-disabled {
  color: #fff;
	background-color: #636363;
    cursor: default;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button, select {
  text-transform: none;
}
button {
  overflow: visible;
}

.list-inline{display:block; margin-left:0; padding-left:0;}
.list-inline li{display:inline-block;}
.list-inline li:after{content:'|'; margin:0 10px;}
.list-inline li.last:after { content:''; }

.list-items { margin-bottom:50px; }


.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
table {
  background-color: transparent;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}

.table2 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
table2 {
  background-color: transparent;
}
table2 {
  border-spacing: 0;
  border-collapse: collapse;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
  border-top: 0;
}
.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  text-align: left;
}
.tabletd, th {
  padding: 0;
}

.table th { text-align:center; background:#e44747; color:#fff; }
.table.gray th { text-align:center; background:#cdcdcd; color:#000; }
.table td { text-align:center; }



.confirmed { padding:2px 2px; background:#d90000; color:#fff; display:block; border-radius: 4px; }
.confirm { padding:2px 2px; background:#636363; color:#333; display:block; border-radius: 4px; }

.table tfoot tr td { background:#d7d7d7; text-align:left; border-bottom:solid 2px #000; }

.table tfoot tr td ul.list-inline { margin:0; }

.table.gray .result { text-align:right; }

.table.gray tfoot tr td { background:none; text-align:left; border-bottom:none; border-top:none; }

.table.gray tfoot tr td ul.list-inline { margin:0; }

.table.gray .result { text-align:right; }

.table2 { width:100%; }

.table2>caption+thead>tr:first-child>td, .table2>caption+thead>tr:first-child>th, .table2>colgroup+thead>tr:first-child>td, .table2>colgroup+thead>tr:first-child>th, .table2>thead:first-child>tr:first-child>td, .table2>thead:first-child>tr:first-child>th {
  border-top: 0;
}
.table2>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table2>tbody>tr>td, .table2>tbody>tr>th, .table2>tfoot>tr>td, .table2>tfoot>tr>th, .table2>thead>tr>td, .table2>thead>tr>th {
  padding: 8px 15px;
  line-height: 1.42857143;
  vertical-align: top;
   border-bottom:dotted 1px #ccc; 
}

.table2>thead>tr>th { border-bottom:none; }

.table2 th {
  text-align: left;
}
.table2 td, th {
  padding: 0;
}

.table2 th { text-align:center; background:#d7d7d7; color:#000; }
.table2.gray th { text-align:center; background:#cdcdcd; color:#000; }
.table2 td { text-align:center; border-bottom:dotted 1px #ccc; }



.table2 tfoot tr td { background:#d7d7d7; text-align:left; padding:8px 15px; border-bottom:solid 1px #d7d7d7; }

.table2 tfoot tr td ul.list-inline { margin:0; }

.table2.gray .result { text-align:right; }

.table2.gray tfoot tr td { background:none; text-align:left; border-bottom:none; border-top:none; }

.table2.gray tfoot tr td ul.list-inline { margin:0; }

.table2.gray .result { text-align:right; }

.table2 .confirmed { padding:2px 8px; background:#d90000; color:#fff; display:block; border-radius: 4px; margin-left:0px; margin-top:0px; }
.table2 .confirm { padding:2px 2px; background:#636363; color:#fff; display:block; border-radius: 4px; }

.table2 .block { float:left; width:120px; display:inline-block; font-weight:bold; }

.sub-total { color:#d90000; font-weight:bold; }
.red-text { color:#d90000; padding:2px 15px; display:inline-block; border-radius: 4px; margin-left:0px; margin-top:0px; }
.green-text { color:#4db849; padding:2px 15px; display:inline-block; border-radius: 4px; margin-left:0px; margin-top:0px; }
.red-text-link { color:#d90000;  }


/* ID  Card */
.small-box { width:7.60%; float:left; }
.txt-field { margin-right:2px; margin-right:2px;  }
.txt-field1 { margin-right:2px; margin-right:2px; }
.txt-field input { width:100%; text-align:center; }

.list p { margin-top:2px; margin-bottom:2px; }
span.type { display:block; float:left; margin-left:30px; }
span.num { text-align:right; display:block; float:right; margin-right:10px; }

td span.type { display:block; float:left; margin-left:5px; }
td span.num { text-align:right; display:block; float:right; margin-right:5px; }
ol { padding-left:20px; margin-top:0px; }

.basecamp { padding-left: 0;
  padding-top: 0;
  display: inline-block;
  margin-top: 0; }
.basecamp li { float:left; list-style:none; }
.basecamp li a {   margin-top: 0px;
  font-weight: normal;
  font-size: 20px;
  color: #d90000; display:block; float:left; }
  
.basecamp li:before { content:'>'; float:left;  font-weight: normal;
  font-size: 20px;
  color: #d90000; padding:0 10px; }
.basecamp li:first-child:before {content:''; padding:0px;}

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  padding-top:7px;
  margin-right:10px;
}

.checkbox-inline2, .radio-inline2 {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  padding-top:7px;
  margin-right:10px;
  top:7px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;}
  
.checkbox input[type=checkbox], .checkbox-inline2 input[type=checkbox], .radio input[type=radio], .radio-inline2 input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;}

.list-top { padding:10px 15px; background:#e44747; color:#fff; }

.icon { display:inline-block; }
.i-edit { background:url(../images/icon3.png); width:19px; height:19px; background-position:0 0; }
.i-view { background:url(../images/icon3.png); width:19px; height:19px; background-position:-68px 0; }
.i-delete { background:url(../images/icon3.png); width:19px; height:19px; background-position:-140px 0; }
.i-clone { background:url(../images/icon3.png); width:19px; height:19px; background-position:-218px 0; }


.popup-overlay { background:#000; opacity:0.8; position:fixed; width:100%; height:100%; top:0; right:0; z-index:99; cursor:wait; }
.popup-box { width:700px; border:solid 5px #e34846; position:fixed; z-index:99; top:150px; background:#fff; }
.popup-content { padding:15px; }

ul.remark {margin:0; margin-left:40px; padding-left:0;  }
ul.remark li { list-style:none; color:#188BD2; }
ul.remark li:before { content:'- '; }
ul.remark li.none-list:before { content:'  '; margin-left:8px; }
ul.remark li ul.sub-remark { padding-left:20px; margin:0; }
ul.remark li ul.sub-remark li.none-list:before { content:'  '; margin-left:10px; }

.blue-color { color:#188BD2; }

.space-left { margin-left:30px; }
.space-left2 { margin-left:25px; }

ol.lype-a {
    counter-reset: my-badass-counter;
}
ol.lype-a li:before {
    content: counter(my-badass-counter, upper-alpha);
    counter-increment: my-badass-counter;
    margin-right: 5px;
    font-weight: bold;
}

.sp { width:25px; display:inline-block; }

.spp { width:25px; display:inline-block; }

.nice-select {
  padding-top: 10px;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: normal;
  width: 100%; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc;
           border-bottom: none;
     border-right: none; 
       }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; color: #555 !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    list-style: none;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus {
        font-weight: normal; 
    background-color: #1e90ff;
        color: #fff; }
    .nice-select .option.selected {
      font-weight: normal; 
    background-color: #1e90ff;
        color: #fff; }
    .nice-select .option.selected.focus {
     font-weight: normal; 
    background-color: #1e90ff;
        color: #fff;
    }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

  .sel-year { 
    width: 394px;
      margin-bottom: 10px; 
      color: #fff;
      background-color: #d90000;
      border-color: #d90000;
  }