
body,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: "Source Sans Pro","Helvetica Neue","Helvetica,Arial","sans-serif","Microsoft JhengHei","Microsoft YaHei";
  color: #444;
}

a{
  color: #1fbba6;
}

a:hover{
  color: #1d9e8d;
}

.table thead th{
  background: #e3f9f6;
}

.sorting_1{
  background: rgba(31, 187, 166, 0.05);
}

.content-wrapper{
  background: #f1f1f1;
}

.text-muted{
  /* font-size: 14px; */ /*before20181210*/
  font-size: 18px;
}

.important-text{
  font-size: 3.5rem;
  font-weight: bold;
}

.sub-important-text{
  font-size: 2rem;
}

.weather{
  width: 75px;
  height: 75px;
}

.chart-form{
  max-width: 150px;
}

.text-gray{
  color: #4c4743;
}

.text-green{
  color: #76c80e;
}

.text-cyan{
  color: #1fbba6;
}

.text-orange{
  color: #ff9500;
}

.text-red{
  color: #ff5e3a;
}

.text-black {
    color: #444;
}

.bg-green{
  background: #76c80e;
}

.bg-orange{
  background: #ff9500;
}

.bg-red{
  background: #ff5e3a;
}

/*************** sunveillance *****************/
.sv-text-lg{
  font-size: 200%;
  font-weight: bold;
  color: #1fbba6;
}

/****************** login **********************/
.login-logo .brand-text{
  color: #444;
}

/****************** sidebar *******************/
[class*=sidebar-dark] .brand-link{
  /*background: #1fbba6 url('/MvcWebPortal/Content/dist/img/bg-logo.png') left no-repeat;*/
  background-color:#28BDC7;
  color: #fff;
}

.brand-text{
  /*text-transform: uppercase;*/
}

.brand-text span{
  font-weight: bold;
  color: #ff9501;
  text-transform: none;
}

.sidebar-dark-primary {
    /*background: #434c49 url('/MvcWebPortal/Content/dist/img/bg-sidebar.png') bottom no-repeat;*/
    background-color: #3B4340;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active{
  background: #39433f;
}

/**************** content *********************/
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.card-header{
  background: rgba(0, 0, 0, .03);
}

.card-title{
  line-height: 1.6em;
}

.card-footer{
  border-top: 1px solid rgba(0,0,0,.125);
}

.site-info img{
  width: 100%;
}

.auo-dashborad-cards .nav-item{
  margin-right: 20px;
}

.auo-dashborad-cards .nav-link.active{
  background: none;
  border-bottom: 2px solid #ff9500;
  border-radius: 0;
  color: #1fbba6;
}

.auo-dashborad-cards .nav-link:not(.active):hover{
  color: #1fbba6;
}

.auo-dashborad-cards>.card-header{
  padding-bottom: 0
}

.auo-dashborad-cards label{
  padding: .5rem 1rem;
  margin: 0;
}

.dashborad-card .fa-circle{
  line-height: 2em;
}

.progress{
  height: 1.5rem;
}

.info-box-all{
  color: #fff;
  background: #1fbba6;
}

.info-box{
  padding: 0;
}

.info-box-icon{
  font-size: 40px;
  border-radius: .25rem 0 0 .25rem;
}

.info-box-icon i{
  color: #fff;
}

.info-box-number{
  display: inline-block;
  font-size: 30px;
}

.info-box-number-all{
  font-size: 30px;
  font-weight: bold;
  color: #fffea1;
}

.monitor-right{
  border-left: 1px solid #dee2e6;
}

@media (max-width: 767px){
  .monitor-right{
    border-top: 1px solid #dee2e6;
    border-left: 0;
  }
}

.monitor-left{
  border-right: 1px solid #dee2e6;
}

@media (max-width: 767px){
  .monitor-left{
    border-bottom: 1px solid #dee2e6;
    border-right: 0;
  }
}

.input-group-prepend,
.input-group-append{
  border: 1px solid #ced4da;
}

.input-group-prepend{
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
  border-right: 0;
  margin-right: -1px;
  background: #fff;
  z-index: 1;
}

.input-group-append{
  border: 1px solid #ced4da;
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
  border-left: 0;
  margin-left: -1px;
  background: #fff;
  z-index: 1;
}

.input-group-prepend .btn,
.input-group-append .btn{
  border-radius: 50% !important;
  margin: 5px;
  padding: 0 .3rem !important;
  font-size: 6px !important;
  line-height: 7px !important;
}

.custom-select{
  background: none;
}

.page-item.active .page-link{
  border-color: #666;
  background: #666;
  width: 20px;
}

.page-link{
  border: 0;
  color: #1fbba6;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin-left: 10px; 
}

.page-link:hover{
  color: #1d9e8d;
  background: none;
}

.info-box-icon>img{
  width: 100%;
}

.btn-cyan {
    color: #fff;
    background-color: #1fbba6;
    border-color: #1fbba6;
    box-shadow: 0 1px 1px rgba(0,0,0,.075)
}

.btn-cyan:hover {
    color: #fff;
    /*background-color: #218838;*/
    /*border-color: #1e7e34;*/
    background-color: #1aab97;
    border-color: #14dec2;
}

.btn-cyan.focus,.btn-cyan:focus {
    /*box-shadow: 0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(40,167,69,.5)*/
    box-shadow: 0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(108,212,132,.5)
}

.btn-cyan.disabled,.btn-cyan:disabled {
    color: #fff;
    background-color: #1fbba6;
    border-color: #1fbba6
}

.btn-cyan:not(:disabled):not(.disabled).active,.btn-cyan:not(:disabled):not(.disabled):active,.show>.btn-cyan.dropdown-toggle {
    color: #fff;
    /*background-color: #1e7e34;*/
    /*border-color: #1c7430;*/
    background-color: #14dec2;
    border-color: #1fbba6
}

.btn-cyan:not(:disabled):not(.disabled).active:focus,.btn-cyan:not(:disabled):not(.disabled):active:focus,.show>.btn-cyan.dropdown-toggle:focus {
    /*box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(40,167,69,.5)*/
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(108,212,132,.5)
}


/*after 2019/03/11*/
#img_company_logo{
  width: auto;
  height: 25px;
}

.k-textbox>input,
.k-autocomplete .k-input,
.k-multiselect-wrap{
  padding: 5px;
}

.k-multiselect-wrap li{
  margin: 5px;
}

.input-group-text{
  font-weight: bold;
  border: none;
}

.login-box .card{
  margin-bottom: 5px !important;
}