@charset "utf-8";

/* CSS Document */
/*----- default setting -----*/
* {
  font-family: Arial, Microsoft JhengHei, Helvetica, sans-serif;
  font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/*----- all pages -----*/
.cc-page-header {
  margin-bottom: 20px;
  margin-top: 0px;
}

.cc-page-header i.material-icons {
  font-size: 32px;
  position: relative;
  top: 6px;
}

.cc-user-name {
  /*background-color: #eee;*/
  padding: 10px 20px 25px;
  border-bottom: solid 1px #eee;
}

.cc-user-name>h3 {
  display: inline-block;
  margin: 0;
}

.cc-user-name>h3 i.material-icons {
  font-size: 48px;
  position: relative;
  top: 15px;
}

.cc-user-name button {
  display: inline-block;
  position: relative;
  bottom: 5px;
  left: 70px;
}

.label {
  padding: 0.3em .6em .3em;
  font-size: 13px;
}

.label {
  padding: 0.3em .6em .3em;
  font-size: 13px;
}

.cc-theme .navbar .navbar-toggle {
  z-index: 9;
}

.ls-closed .navbar .bars:after {
  content: '\E5CD';
  text-shadow: 2px 2px 5px rgb(0, 0, 0, 0.8);
}

.ls-closed .bars:before,
.navbar .navbar-toggle:before {
  text-shadow: 2px 2px 5px rgb(0, 0, 0, 0.8);
}

.btn.btn-lg:not(.btn-link):not(.btn-circle),
.btn.btn-lg.btn-text-with-icon i.material-icons {
  font-size: 14px !important;
  font-weight: bold;
}

.btn-logout {
  background-color: #365772;
  color: #fff !important;
}

.btn-logout:active,
.btn-logout:focus {
  color: #fff;
}

/*----- cc-theme -----*/
.cc-theme .navbar .navbar-nav {
  margin-top: 0;
}

.cc-theme .navbar .navbar-nav>li {
  width: 100%;
}

.cc-theme .navbar .navbar-nav>li>a {
  margin-top: 5px;
  margin-bottom: 5px;
}

.cc-theme .navbar .navbar-nav>li>a>span {
  position: relative;
  top: -8px;
  font-weight: bold;
}

.cc-alert-mobile {
  display: block;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .cc-theme .navbar .navbar-nav>li {
    width: auto;
  }

  .cc-theme .navbar .navbar-nav>li>a {
    margin-top: 17px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 3px rgb(0, 0, 0, 0.4);
  }

  .cc-alert-mobile {
    display: none;
  }
}

.cc-theme .navbar-brand,
.cc-theme .navbar-brand:hover,
.cc-theme .navbar-brand:active,
.cc-theme .navbar-brand:focus {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 2px 2px 5px #333;
}

.cc-theme .nav>li>a {
  color: #fff;
}

.cc-theme .nav>li>a:hover,
.cc-theme .nav>li>a:focus {
  background-color: transparent;
}

.cc-theme .nav .open>a,
.cc-theme .nav .open>a:hover,
.cc-theme .nav .open>a:focus {
  background-color: transparent;
}

.cc-theme .bars {
  color: #fff;
}

.cc-theme .sidebar .menu .list li.active {
  background-color: transparent;
}

.cc-theme .sidebar .menu .list li.active> :first-child i,
.cc-theme .sidebar .menu .list li.active> :first-child span {
  color: #2196F3;
}

.cc-theme .sidebar .menu .list .toggled,
.cc-theme .sidebar .menu .list .ml-menu {
  background-color: transparent;
}

.cc-theme .sidebar .legal {
  background-color: #fff;
  color: #333;
}

.cc-theme .sidebar .legal .copyright a {
  color: #2196F3 !important;
}

/* .cc-theme .sidebar i.material-icons */
.submenu-icon {
  font-size: 30px;
  position: relative;
  top: -3px;
}

.fa-submenu-icon {
  font-size: 24px;
  margin-right: 3px;
  margin-left: 3px;
}

.cc-theme .sidebar-dark {
  background: #666;
  color: #fff;
}

.cc-theme .sidebar-dark .menu .list a span {
  color: #fff;
}

.cc-theme .sidebar-dark i.material-icons.submenu-icon {
  color: #fff;
}

.cc-theme .sidebar-dark .menu .list .menu-toggle:after {
  color: #fff;
}

.cc-theme .sidebar-dark .menu .list .left-menu li a:hover {
  color: #FFEB3B;
}

.cc-theme .breadcrumb {
  margin: -30px 0 40px 0;
  font-size: 15px;
  padding-top: 20px;
}

/*navbar*/
.cc-theme .navbar {
  background-color: #365772;
}

.cc-theme .navbar .navbar-brand {
  position: relative;
  z-index: 99;
}

.cc-theme .navbar .navdot {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f44336;
  opacity: 0.5;
  float: left;
  position: absolute;
  top: -55px;
  left: 250px;
}

.cc-theme .navbar .navdot::before {
  content: '';
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #4caf50;
  opacity: 0.6;
  float: left;
  position: relative;
  left: 50px;
}

.cc-theme .navbar .navdot::after {
  content: '';
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #2196f3;
  opacity: 0.6;
  float: left;
  position: relative;
  top: -100px;
  left: 100px;
}

/*----- cc-form -----*/
.cc-form .form-group {
  width: auto;
}

.cc-form [type="checkbox"]+label {
  margin-right: 10px;
  padding-left: 25px;
}

.cc-form.form-horizontal label.control-label {
  margin-bottom: 10px;
  text-align: left;
}

.cc-form.form-horizontal .form-group>div {
  margin-bottom: 0;
}

.cc-form.form-horizontal .form-group-submit {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .cc-form.form-horizontal label.control-label {
    text-align: right;
  }
}

/*----- table -----*/
.table-responsive {
  border: 0;
}

.cc-table thead {
  background: #eee;
  font-size: 15px;
}

.cc-table tbody>tr {
  height: 50px;
}

/*.cc-table tbody tr > td:first-child {
	font-weight: bold;
}*/
/*----- card -----*/
.cc-card {
  margin-top: 20px;
}

.cc-card>.header {
  border-bottom: 0 !important;
  /* height: 60px; */
  position: relative;
  top: -45px;
  color: #555;
}

.cc-card>.header i {
  background-color: #365772;
  color: #fff;
  border-radius: 3px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  top: -10px;
  margin-right: 10px;
}

.header-text {
  text-align: left;
  display: block;
  padding-left: 80px;
  margin-top: 40px;
}



.cc-card>.header .pull-right.cursor-pointer {
  display: none;
}

.cc-card .body {
  margin-top: -70px;
}

/*.cc-app-inprogress .cc-card > .header {
	color: #F44336;
}
.cc-app-submitted .cc-card > .header {
	color: #4CAF50;
}
.cc-app-notdone .cc-card > .header {
	color: #2196F3;
}*/
.cc-app-inprogress .cc-card>.header i {
  background-color: #F44336;
}

.cc-app-submitted .cc-card>.header i {
  background-color: #4CAF50;
}

.cc-app-notdone .cc-card>.header i {
  background-color: #2196F3;
}

.cc-app-index .card .header h2 {
  color: #365772;
}

.cc-app-index .card .body .col-sm-12 {
  margin-bottom: 0;
}

.cc-app-index .cc-card {
  margin-bottom: 60px;
}

.cc-app-index .cc-card>.header>h2 {
  background-color: #365772;
  color: #fff;
  border-radius: 3px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  top: 10px;
  margin-right: 10px;
  display: inline-block;
}

/*----- index -----*/
/*.cc-app-index .info-box .content .text {
    font-size: 14px;
}*/
/*----- query -----*/
.cc-app-query .card .card-inside-title {
  margin-bottom: 5px;
}

.cc-app-query .cc-card>.header .pull-right.cursor-pointer {
  display: block;
}

.cc-app-query .cc-card>.header .pull-right.cursor-pointer .material-icons {
  background-color: transparent;
  box-shadow: none;
  color: #333;
  padding: 0;
  position: relative;
  top: 20px;
  margin-right: 0;
}

/*----- view -----*/
.cc-app-view .cc-canvas {
  margin: 0 auto;
}

.timeline article {
  transition: ease-in .5s;
}

.timeline article:hover {
  transform: scaleY(1.3);
  background-color: #eee;
}

.word-break {
  word-break: break-all;
}

/* 設定我的流程群組 */
.fas {
  cursor: pointer;
}

#sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sortable li {
  background-color: #e0dede;
  margin: 0 3px 3px 3px;
  padding: 0.4em 0.4em 0.4em 1.5em;
  font-size: 1.4em;
  border-radius: 2px;
}

.cc-btn-width {
  width: 100%;
}

.cc-margin {
  margin-bottom: 10px;
}

.btn-margin {
  margin-left: 105px;
  display: relative;
}

.body-list {
  font-size: 14px;
  color: #555;
  padding: 20px;
}
