@charset "utf-8";

@font-face {
  font-family: 'NotoKrR';
  font-style: normal;
  font-weight: 300;
  src: local('Noto Sans Regular'), local('NotoSans-Regular'), url('../css/fonts/NotoSans-Regular.eot');
  src: url('../css/fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
  url('../css/fonts/NotoSans-Regular.woff2') format('woff2'),
  url('../css/fonts/NotoSans-Regular.woff') format('woff');
}
@font-face {
  font-family: 'NotoKrM';
  font-style: normal;
  font-weight: 500;
  src: local('Noto Sans Medium'), local('NotoSans-Medium'), url('../css/fonts/NotoSans-Medium.eot');
  src: url('../css/fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
  url('../css/fonts/NotoSans-Medium.woff2') format('woff2'),
  url('../css/fonts/NotoSans-Medium.woff') format('woff');
}
@font-face {
  font-family: 'NotoKrB';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url('../css/fonts/NotoSans-Bold.eot');
  src: url('../css/fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
  url('../css/fonts/NotoSans-Bold.woff2') format('woff2'),
  url('../css/fonts/NotoSans-Bold.woff') format('woff');
}
@font-face {
  font-family: 'SourceHanSansKrB';
  font-style: normal;
  font-weight: 700;
  src: local('SourceHanSans Bold'), local('SourceHanSansKR-Bold-Alphabetic'), url('../css/fonts/SourceHanSansKR-Bold-Alphabetic.eot');
  src: url('../css/fonts/SourceHanSansKR-Bold-Alphabetic.eot?#iefix') format('embedded-opentype'),
  url('../css/fonts/SourceHanSansKR-Bold-Alphabetic.woff2') format('woff2'),
  url('../css/fonts/SourceHanSansKR-Bold-Alphabetic.woff') format('woff');
}
@font-face {
  font-family: 'SourceHanSansKrM';
  font-style: normal;
  font-weight: 700;
  src: local('SourceHanSans Medium'), local('SourceHanSansKR-Medium-Alphabetic'), url('../css/fonts/SourceHanSansKR-Medium-Alphabetic.eot');
  src: url('../css/fonts/SourceHanSansKR-Medium-Alphabetic.eot?#iefix') format('embedded-opentype'),
  url('../css/fonts/SourceHanSansKR-Medium-Alphabetic.woff2') format('woff2'),
  url('../css/fonts/SourceHanSansKR-Medium-Alphabetic.woff') format('woff');
}



html,
body {
  width: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type="text"],
input[type="password"],
input[type="number"],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: .5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #1890ff;
  background-color: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s;
  -webkit-text-decoration-skip: objects;
}
a:focus {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}
a:hover {
  color: #40a9ff;
}
a:active {
  color: #096dd9;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  outline: none !important;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: .75em;
  padding-bottom: .3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 15px;
  height: 15px;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
button {
  outline:0;
  cursor: pointer;
}
textarea {
  overflow: auto;
  resize: vertical;
}

table.sb-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-radius: 4px 4px 0 0;
}
table.sb-table  tr td, table.sb-table tr th {
  padding: 16px;
  word-break: break-word;
  -ms-word-break: break-all;
}
table.sb-table tr th {
  border-top: 1px solid #e8e8e8;
}
table.sb-table tr td {
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: all .3s,border 0s;
  transition: all .3s,border 0s;
}

table.sb-table tr {
  -webkit-transition: all .3s,height 0s;
  transition: all .3s,height 0s;
}
table.sb-table thead tr th {
  background: #fafafa;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  text-align: left;
  color: rgba(0,0,0,.85);
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}

table.sb-table tr:first-child th:first-child {
  border-top-left-radius: 4px;
}

table.sb-table tr td, table.sb-table tr th {
  padding: 16px;
  word-break: break-word;
  -ms-word-break: break-all;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5em;
  font-size: 1.5em;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: .2em;
  background-color: #feffe6;
}


.form-inline {
  width: auto;
  display: inline;
}

/** error **/
.login-body {
  background-color: #eee;
}
.error {
  width: 100%;
  background-color: #ddd;
  padding: 50px;
  text-align: center;
  max-width: 1600px;
  margin : 0 auto;
}
.error .status {
  font-size: 3rem;
  font-weight: bold;
  color: #f60;
}
.error .message {
  font-size: 1.6rem;
  color: #f40;
}
.sb-message {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0,0,0,0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: fixed;
  top: 16px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
  text-align: center;
}
.site-title {
  color: #888;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 120px;
  text-align: center;
}

/* GLOBAL */
.sb__none {
  display: none !important;
}
.sb__no-data {
  text-align: center;
  padding: 80px 0 !important;
}
.sb__clearfix {
  clear: both;
}
.sb__vertical-top {
  vertical-align: top;
}
.sb__vertical-middle {
  vertical-align: middle;
}
.sb__vertical-bottom {
  vertical-align: bottom;
}
.sb__btn-round {
  display: inline-block;
  border-radius: 20px;
  padding: 10px;
  min-width: 140px;
  font-weight: bold;
  text-align: center;
}
.sb__btn-round-white {
  display: inline-block;
  border-radius: 4px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 1.6rem;
}
.sb__btn-round-white.disable {
  border: 2px solid #ddd;
  color: #ddd;
}
.sb__btn-round-green {
  display: inline-block;
  border-radius: 4px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #009d96;
  background: transparent;
  color: #009d96;
  font-size: 1.6rem;
}
.sb__btn-round-green.disable {
  border: 2px solid #ddd;
  color: #ddd;
}
.sb__btn-blue {
  background-color: #2e71f2;
  color: #fff;
}

.sb__orange {
  color:#f40;
}
.sb__skyblue {
  color: #429eff;
}
.sb__ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal !important;
  display: block;
}

.sb__text-left {
  text-align: left !important;
}
.sb__text-center {
  text-align: center !important;;
}
.sb__text-right {
  text-align: right !important;;
}
.sb__float-left {
  float: left !important;;
}
.sb__float-right {
  float: right !important;
}

.sb__color-white {
  color: #fff;
}
.sb__color-black {
  color: #000;
}
.sb__color-dark {
  color: #333;
}
.sb__color-gray {
  color: #999;
}
.sb__color-gray-right {
  color: #ccc;
}
.sb__color-blue {
  color: #04f;
}
.sb__color-skyblue {
  color: #27ADE5;
}
.sb__color-orange {
  color: #f40;
}
.sb__color-red {
  color: #f00;
}

.sb__color-yellow {
  color: #ff0;
}
.sb__color-green {
  color: #009d96;
}
.sb__color-green-bright {
  color: #cfffc8;
}

.sb__text-info {
  padding-top: 7px;
  display: inline-block;
}

.sb__admin-body {
  background-color: #F7F7F7;
  background-image: url('/images/admin_bg.png');
  background-repeat: repeat-y;
}

.sb__circle50 {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #ddd;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding-top: 7px;
}
.sb__circle50.finish {
  background-color: #cf5;
}
.sb__circle50.active {
  background-color: #ff5;
  border: 2px solid #f40;
}

/*** paging ***/
.sb__paging-area {
  text-align: center;
}
.sb__paging {
  display: inline-block;
  height: 28px;
  line-height: 28px;
}
.sb__paging li {
  border: 1px solid #ccc;
  float: left;
  width: 42px;
  height: 100%;
  margin-left: -1px;
  text-align: center;
  color: #444;
}
.sb__paging li.arrow {
  background: #f3f3f3;
}
.sb__paging li.active a {
  background: #007aff;
  color: #fff;
}
.sb__paging li:first-child {
  margin-left: 0px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.sb__paging li:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.sb__paging li a {
  display: block;
  width: 100%;
}



.progress-orange-bold {
  font-weight: bold;
  font-size: 16px;
  color: #f90;
}
.progress-blue {
  color:#04f;
}
.progress-red {
  color:#f40;
}


input[type="file"] {
  width: 0;
  height: 0;
}
#UploadBox {
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}
#UploadButton {
  width: 100px;
  height: 100px;
}
.profile-photo-edit {
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
  cursor: pointer;
}
.profile-photo-edit img {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.file-content #UploadBox {
  display: inline-block;
}
.file-content #UploadBox input[type=file] {
  display: inline-block;
}
.file-content .percent {
  line-height: normal;
  z-index: auto;
}
.percent {
  display: none;
}

/**/
@media (max-width: 767px) {
  .sb__article {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
  .sb_view-xs {
    display: block;
  }
  .sb_view-md {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sb__article {
    min-width: 700px;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 50px;
  }
  .sb_view-xs {
    display: none;
  }
  .sb_view-md {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sb__article {
    min-width: 900px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 50px;
  }
  .sb_view-xs {
    display: none;
  }
  .sb_view-md {
    display: block;
  }
}
@media (min-width: 1200px) {
  .sb__article {
    min-width: 700px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
  }
  .sb_view-xs {
    display: none;
  }
  .sb_view-md {
    display: block;
  }
}
.sb__article img {
  max-width: 100%;
}

.sb__admin-header {
  z-index: 1000;
  height: auto;
  position: relative;
  background-color: transparent;
  border: 0;
}
.sb__nav-menu-icon {
  display: inline-block;
  width: 24px;
  text-align: center;
}
.sb__nav-left {
  border-top: 3px solid #8bc34a;
}
.sb__nav-left li>a {
  padding: 4px;
}
.sb__center {
  text-align: center !important;
}
.sb__right-history {
  text-align: right;
}
.sb__btn {
  padding: 5px 12px;
}
.sb__bold {
  font-weight: bold !important;
}
.sb__p0 {
  padding:0 !important;
}
.sb__p10 {
  padding: 10px !important;
}
.sb__p20 {
  padding: 20px !important;
}
.sb__p30 {
  padding: 30px !important;
}
.sb__pl10 {
  padding-left: 10px !important;
}
.sb__pl20 {
  padding-left: 20px !important;
}
.sb__pl30 {
  padding-left: 30px !important;
}
.sb__pr10 {
  padding-right: 10px !important;
}
.sb__pr20 {
  padding-right: 20px !important;
}
.sb__pr30 {
  padding-right: 30px !important;
}
.sb__pt10 {
  padding-top: 10px !important;
}
.sb__pt20 {
  padding-top: 20px !important;
}
.sb__pt30 {
  padding-top: 30px !important;
}
.sb__pt50 {
  padding-top: 50px !important;
}
.sb__pt80 {
  padding-top: 80px !important;
}
.sb__pt100 {
  padding-top: 100px !important;
}
.sb__pb10 {
  padding-bottom: 10px !important;
}
.sb__pb20 {
  padding-bottom: 20px !important;
}
.sb__pb30 {
  padding-bottom: 30px !important;
}
.sb__m0 {
  margin:0 !important;
}
.sb__mt10 {
  margin-top: 10px !important;
}
.sb__mt20 {
  margin-top: 20px !important;
}
.sb__mt30 {
  margin-top: 30px !important;
}
.sb__mt50 {
  margin-top: 50px !important;
}
.sb__ml10 {
  margin-left: 10px !important;
}
.sb__ml20 {
  margin-left: 20px !important;
}
.sb__ml30 {
  margin-left: 30px !important;
}
.sb__mr10 {
  margin-right: 10px !important;
}
.sb__mr20 {
  margin-right: 20px !important;
}
.sb__mr30 {
  margin-right: 30px !important;
}

.sb__mb0 {
  margin-bottom: 0px !important;
}
.sb__mb10 {
  margin-bottom: 10px !important;
}
.sb__mb20 {
  margin-bottom: 20px !important;
}
.sb__mb30 {
  margin-bottom: 30px !important;
}
.sb__mb50 {
  margin-bottom: 50px !important;
}
.sb__mb80 {
  margin-bottom: 80px !important;
}
.sb__mb100 {
  margin-bottom: 100px !important;
}


.sb__border-radius-5 {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.sb__border-radius-5 {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.sb__background-color-white {
  background-color: #fff;
}
.sb__background-color-whitegray {
  background-color: #eee;
}
.sb__background-color-darkgray {
  background-color: #111;
}
.sb__background-color-banna {
  background-color: #ffc;
}

.sb__tab-contents {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 0;
  padding: 30px;
}

.sb__btn-transparent {
  background: transparent;
  border: 0;
}
.sb__btn-icon {
}
.sb__btn-icon span {
  font-size: 1.4rem;
  padding-top: 5px;
  display: inline-block;
}
.sb__btn-icon .btn-white-circle {
  display: table-cell;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  background: #fff;
  font-size: 4rem;
  border-radius: 50%;
  color: #14a65f;
}
/**/

.sb__message {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0,0,0,0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: fixed;
  top: 130px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
  text-align: center;
}
.sb__message-pop {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  pointer-events: all;
  margin-top:10px;
}
.sb__message-pop-confirm {
  padding: 0;
  background: #fffddb;
  min-width: 400px;
  border: 1px solid #aaa;
}
.sb__message-pop-confirm .sb__message-pop-contents {
  padding: 30px 16px;
}
.sb__message-pop-button {
  display: table;
  width: 100%;
  height: 50px;
  margin-top: 10px;
}
.sb__message-pop-button-left {
  display: table-cell;
  width: 50%;
  background-color: #26B99A;
  color: #fff;
  vertical-align: middle;
  border-radius: 0 0 0 4px;
  cursor: pointer;
}
.sb__message-pop-button-right {
  display: table-cell;
  width: 50%;
  color: #fff;
  background-color: #d9534f;
  vertical-align: middle;
  border-radius: 0 0 4px 0;
  cursor: pointer;
}
/* LOGIN */
.sb__login-body {
  margin: 0 auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5a5d67+0,1b1d22+100 */
  background: #5a5d67; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #5a5d67 0%, #1b1d22 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #5a5d67 0%,#1b1d22 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #5a5d67 0%,#1b1d22 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5d67', endColorstr='#1b1d22',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.tablet-bgcolor {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5a5d67+0,1b1d22+100 */
  background: #5a5d67; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #5a5d67 0%, #1b1d22 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #5a5d67 0%,#1b1d22 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #5a5d67 0%,#1b1d22 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5d67', endColorstr='#1b1d22',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.tablet-login-box-low {
  background: rgba(143,152,159,0.8);
  padding: 40px;
}
.tablet-login-box {
  width: 400px;
  margin: 0px auto;
}
.sb__tablet_input{
  background: transparent;
  border:0;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.input-box input{
  border-bottom:1px solid rgba(255,255,255,0.3);
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.input-box input::placeholder{
  font-style: italic;
  color: #ccc;
}

.input-transparent {
  background: transparent;
  border:0;
}
.bottom-button {
  border-radius: 40px;
  background-color: rgba(255,255,255,0.2);
  color: #ffffff;
}
.sb__site-title {
  color:#888;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 120px;
  text-align:center;
}
.sb__login {
  width: 100%;
  margin-top:40px;
  background-color: #ddd;
}
.sb__login form {
  width: 400px;
  margin: 50px auto;
  padding: 50px;
}
.sb__login form label {
  color:#888;
}

.sb__error {
  width: 100%;
  margin-top:40px;
  background-color: #ddd;
  padding:50px;
  text-align: center;
}
.sb__error .sb__status {
  font-size: 3rem;
  font-weight: bold;
  color: #f60;
}
.sb__error .sb__message {
  font-size: 1.6rem;
  color: #f40;
}

a.sb__border {
  border: 1px solid #aaa;
  background-color: #fff;
  display: inline-block;
  padding: 0px 5px;
  color: #333;
}
a.sb__round {
  border-radius: 3px;
}
a.sb__active {
  background-color: #ff0;
}

.sb__nav>li>a {
  padding: 10px 5px;
}

.sb__width100 {
  width: 100%;
}
.sb__height100 {
  height:100vh;
}
.sb__table {
  display: table;
}
.sb__table thead tr {
  background-color: #e4eaff;
}
.sb__circle-big {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  border: 4px solid #eee;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px;
}
.sb__circle-sm {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  border: 4px solid #eee;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px;
  vertical-align: middle;
}
ul.sb__circle li {
  list-style: circle;
}
ul.sb__disc li {
  list-style: disc;
}
.sb__font012 {
  font-size: 1.2rem;
}
.sb__font015 {
  font-size: 1.5rem;
}
.sb__font018 {
  font-size: 1.8rem;
}
.sb__font020 {
  font-size: 2.0rem;
}
nav .profile_pic {
  text-align: center;
  padding-top: 20px;
}
.sb_circle-icon-40 {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  padding-top: 0px;
  font-size: 20px;
}

.sb__table-box {
  display: table;
  width: 100%;
}

.sb__td-box {
  display: table-cell;
}
.sb__search-box {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  background-color: #fafafa;
  border-top: 5px solid #c4d27b;
}

.sb__square-box {
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #fafafa;
}

.sb__search-box .form-group {
  margin-bottom: 5px;
}

.border-left {
  padding-left: 20px;
  border-left: 1px solid #ddd;
  position: relative;
}
.sb__search-box .right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

/** vu **/
.nav-tabs .right-btn {
  float: right;
}

/** gentelle **/
td span {
  line-height: normal;
}
.x_panel {
  /*max-width: 1600px;*/
}
.page-title {
  height: auto;
}
.nav_title {
  background: #607d8b;
  border: 0;
}
.left_col {
  background: #3b3b3b;
}
.nav_menu {
  background-color: #888;
}
.profile {
  background-color: #262626;
  padding: 0 0 15px;
}
.profile_info {
  padding: 10px 10px 10px;
}
.main_menu svg.svg-inline--fa {
  float: right;
  text-align: center;
  margin-top: 5px;
  font-size: 10px;
  min-width: inherit;
  color: #C4CFDA;
}
.nav.side-menu>li.active>a {
  text-shadow: rgba(0,0,0,.25) 0 -1px 0;
  background: linear-gradient(#607d8b,#607d8b),#2A3F54;
  box-shadow: rgba(0,0,0,.25) 0 1px 0, inset rgba(255,255,255,.16) 0 1px 0;
}
.nav.side-menu>li {
  padding-right: 5px;
}
.nav.side-menu>li.active, .nav.side-menu>li.current-page {
  padding-right: 0;
  border-right: 5px solid #8bc34a;
  background-color: rgba(255,255,255, 0.05);
}

/** bootstrap **/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  vertical-align: middle;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #607d8b;
  border-color: #607d8b;
}
.pagination>li>a, .pagination>li>span {
  color: #607d8b;
  background-color: #fff;
  border: 1px solid #ddd;
}
#menu_toggle {
  color: #607d8b;
}

.border_bottom {
  border-bottom-color: #7c7c7c;
}

.list_with_issue_td {
  text-align: center;
  border-bottom : 1px solid #ddd;
  border-top : 1px solid #ddd;
  border-bottom-width : 2px;
  border-top-width: 2px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.list_with_issue_td_head {
  text-align: center;
  width:2%;
  border-right: 1px solid #ddd;
  border-left:0px solid #ddd;
  border-right-width: 2px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.list_with_issue_td_bottom {
  text-align: center;
  border-bottom-color: #ddd;
  width:2%;
  border-left: 1px solid #ddd;
  border-left-width: 2px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.issue_list_under_election_td {
  text-align: center;
  border-bottom:1px solid #ddd;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.issue_list_under_election_td_top {
  text-align: center;
  border-bottom-color: #ddd;
  border-right: 1px solid #ddd;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.issue_list_under_election_td_bottom {
  text-align: center;
  border-bottom-color: #ddd;
  border-left: 1px solid #ddd;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.list_with_issue_table_head {
  text-align: center;
  border:1px solid #ddd;
  border-bottom-width: 2px;
  border-top-width: 2px;
}

.issue_list_under_election_td_back_gray {
  text-align: center;
  border-bottom-color: #ddd;
  background-color: #fafafa;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}