﻿.panel-area
{
  padding: 15px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.navbar-h-45
{
  padding: 10px 10px;
}
.navbar-blue 
{
  /* 換顏色 */
  background-color:#00A0E9;  
  /*
  background-color:#00A0E9 !important;
  border-color:#008ED1!important;
  */
  /* 取消原角 */
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;  
}
.navbar-blue .navbar-nav > li > a:hover, .navbar-blue .navbar-nav > li > a:focus 
{
  color:#E3E3E3;  /*Sets the text hover color on navbar*/
  background-color:#33B3EE;
  /*7A7A7A*/
}
.navbar-blue .navbar-nav > li > a 
{
  font-size: 15px;
  color: white; /*Change active text color here*/
}

.btn-primary 
{
  background-image: -webkit-linear-gradient(top, #51A1F3 0%, #0067CE 100%);
  background-image:      -o-linear-gradient(top, #51A1F3 0%, #0067CE 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#51A1F3), to(#0067CE));
  background-image:         linear-gradient(to bottom, #51A1F3 0%, #0067CE 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color:#458CD3;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #0067CE;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #0067CE;
  border-color: #458CD3;
}
.list-inline-f li
{
  float: left;
  vertical-align: middle;
  display: inline-block;
}
.list-inline-f li:not(:last-child)
{
  margin-right: 5px;
}

.list-inline
{
  margin:0 !important;
  padding:0 !important;
}
.list-inline li
{
  margin:0 !important;
  padding:0 !important;
}
.margin-t-10
{
  margin-top:10px;
}
.margin-b-10
{
  margin-bottom:10px;
}
.margin-r-10
{
  margin-right:10px !important;
}
.margin-t-5
{
  margin-top:5px !important;
}
.margin-b-5
{
  margin-bottom:5px !important;
}
.w-50
{
  width:50px !important;
}
.w-60
{
  width:60px !important;
}
.w-70
{
  width:70px !important;
}
.w-80
{
  width:80px !important;
}
.w-100
{
  width:100px !important;
}
.w-120
{
  width:120px !important;
}
.w-125
{
  width:125px !important;
}
.w-130
{
  width:130px !important;
}
.w-140
{
  width:140px !important;
}
.w-150
{
  width:150px !important;
}

.w-200
{
  width:200px !important;
}
.w-230
{
  width:230px !important;
}
.w-250
{
  width:250px !important;
}
.checkbox label:hover,.checkbox label:active
{
  color: #008ED1;
  text-decoration: underline;
}
.hide
{
  display: none;
}
textarea { 
    resize: none; 
}
ul
{
  margin:0 !important;
  padding:0 !important;
  list-style: none !important;
}
.f-left
{
  float: left !important;
  overflow: hidden;
}
.input-group-addon-rb
{
  float:left;
  padding: 7px 12px;
  padding-bottom:5px;
  padding-top:9px;
  color: #555;
  text-align: center;
  background-color: #eee;border: 1px solid #ccc;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0px;
}
.rad-l-0
{
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0px;
}
.rad-r-0
{
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0px;
}
.f-right
{
  float: right;
  overflow: hidden;
}
.pad-5
{
  padding:5px !important;
}
.pad-b-5
{
  padding-bottom:5px !important;
}
.pad-t-5
{
  padding-top:5px !important;
}
.pad-t-10
{
  padding-top:10px !important;
}
.padd-tb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.padd-ltrb-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;    
}
table {
  background-color: #fff;
}
table thead {
  background-color: #F2F2F2;
} 
table td
{
  vertical-align: middle !important;
  text-align: center;
}
table th
{
  vertical-align: middle !important;
  text-align: center;
}
.radius
{
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.mar-t-10
{
  margin-top:10px;
}
.cal-input{
  width:100px !important; 
  text-align:right;
  border:1px #B6B6B6 solid;
  cursor:pointer;  
  /*
    color:#006399;
    font-weight:bold;
  border:1px #B6B6B6 solid;
    background-image:url('calendar.png');
    background-repeat:no-repeat;
    background-position:5px center;  
  */  
}
.row
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.panel-sm > .panel-heading
{
  padding: 4px 10px;
}

.panel-sm > .panel-body
{
  padding:10px;
}
.panel-custom-1 {
    border-color: #ddd;
}

.panel-custom-1>.panel-heading {
    color: #fff;
    background-color: #00A0E9;
    border-color: #ddd;
}

.panel-custom-2>.panel-heading
{
  background-color:#5996CC;
  color: #fff;
  /*
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #7C7C7C 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #7C7C7C 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#7C7C7C));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #7C7C7C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ff7C7C7C', GradientType=0);
  background-repeat: repeat-x;  
  */
}

.panel-heading-color-1
{
  background-color:#777777 !important; 
}

.list-right
{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;  
}
.list-right > .list-item
{
  float:left;
  margin-right: 10px;
}
.list-right .list-5
{
  width: 25% !important; 
}
.img-auto
{
  height: 100px !important;
  width: 100px !important;
}

.label-custom-1 {
    background-color:#FF943D;
}
.label-custom-1[href]:hover,
.label-custom-1[href]:focus {
    background-color:#FF943D;
}
.col-50
{
  width:50% !important;
}
.input-group-addon
{
  font-size: 13px;
}
.table-custom-1 thead th
{
  background-color:#42B0CB;
  color: #fff;
  border-color: #DDDDDD;
}
.form-control
{
  font-size: 13px;
}
.table {
  margin-bottom:0px;
}
.disabled
{
  background-color: #fff !important;  
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);  
    border: none;
     appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    cursor: default;
}
.disabled:hover
{
  cursor: default;
}

.btn-upload {
  background-image: -webkit-linear-gradient(top, #1EB7FF 0%, #0090D3 100%);
  background-image:      -o-linear-gradient(top, #1EB7FF 0%, #0090D3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1EB7FF), to(#0090D3));
  background-image:         linear-gradient(to bottom, #1EB7FF 0%, #0090D3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #0084C1;
  color:#fff;
}
.btn-upload:hover,
.btn-upload:focus {
  background-color: #0090D3;
  background-position: 0 -15px;
  color:#fff;
}
.btn-upload:active,
.btn-upload.active {
  background-color: #0090D3;
  border-color: #0084C1;
}
.upload-file
{
  padding: 5px !important;
}
.upload-file div
{
  text-align: left !important;
}
.uploadfile
{
  display: none !important;
}
.upload-list-div
{
  /*padding-top: 10px;*/
}
.upload-div:first-child
{
  margin-top: 10px;
}
.upload-div:not(:last-child)
{
  margin-bottom: 10px;
}
.cursor-pointer
{
  cursor: pointer;
}

.table thead th
{
  background-color: #777777;
  color:#fff;
  font-weight: normal;
}
.titleTd
{
  background-color: #777777;
  color:#fff;  
}

/* dialog start */
.dialog-div
{
  /*padding: 5% !important;*/
}
.dialog-div .dialog-header
{
  background-color:#5996CC;
  width:100%;
  border:1px #DDDDDD solid;
  color:#fff;
  padding: 5px;
  font-size: 16px;
}
.dialog-div .dialog-contents
{
  padding:15px !important;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  font-size: 16px;
}
.dialog-div .dialog-contents .dialog-progress 
{
   padding-left:0px;
}
.dialog-div .dialog-contents .dialog-progress .progress 
{ 
  position:relative; 
  width:100%; 
  /*width:90%;*/
  border: 1px solid #CECECE; 
  padding: 1px; 
  height:24px; 
  line-height:24px;   
  border-radius: 3px; 
}
.dialog-div .dialog-contents .progress-msg
{
  padding:5px;
}
.dialog-div .dialog-contents .dialog-progress .bar 
{ 
  background-color: #2bbb59; 
  width:0%; 
  height:20px; 
  line-height:20px; 
  border-radius: 3px; 
}
.dialog-div .dialog-contents .dialog-progress .percent 
{ 
  position:absolute; 
  display:inline-block; 
  top:1px; 
  left:45%; 
}
.dialog-div .dialog-footer
{
  padding:5px !important;
  overflow: hidden;
  background-color: #f6f8fa;
  border-top: 1px rgba(0, 0, 0, 0.07) solid;
}
.dialog-div .dialog-footer .ok
{
   border:#3079ED 0px solid; 
   text-align:center; 
   /*
   line-height: 26px;
   height: 26px;
   */
   padding: 5px;
   cursor:pointer;
   color:#F6F9FF; 
   background-color:#2bbb59; 
   /*Background-Image:Url('../Kimg/Bbtnbg.Gif'); */
   margin:5px;  
   width:60px;
   outline: none;
   margin-left: 5px;
}
.dialog-div .dialog-footer .ok:hover
{
  background-color:#30DB66;
}
.dialog-div .dialog-footer .cancel
{
  
  outline: none;
   border:#3079ED 0px solid; 
   text-align:center; 
   padding: 5px;
   /*
   line-height: 26px;
   height: 26px;
   */
   cursor:pointer;
   color:#F6F9FF; 
   background-color:#B7B7B7; 
   /*Background-Image:Url('../Kimg/Bbtnbg.Gif'); */
   margin:5px;  
   width:60px;
}
.dialog-div .dialog-footer .cancel:hover
{
  background-color:#CCC;
}
.dialog-div .dialog-footer .btn-div
{
  float: right;
  text-align: right;
  /*width: 200px;*/
}
/*dialog - end*/

/* panel start */
.bg-img ~ .cls-content .panel {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}
.panel-body {
    padding: 0
}
.panel .timeline,
.panel .timeline:after,
.panel .timeline-time,
.panel .timeline-label,
.panel .timeline-icon:not([class^="bg-"]):not([class*=" bg-"]) {
    background-color: #fff
}
.panel .timeline-label {
    box-shadow: none;
    border: 0;
    background-color: #f3f5f9;
    margin-left: 100px
}
.panel .timeline-label:before {
    display: none;
    border-right-color: #e3e3e3
}
.panel .timeline-label:after {
    border-right-color: #f3f5f9
}
.panel-overlay-wrap {
    position: relative
}
.panel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.75);
    text-align: center;
    z-index: 795
}
.panel-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    vertical-align: middle;
    margin-left: -5px
}
.panel-overlay-title {
    margin: 10px 0 5px
}
.panel-overlay-icon {
    display: inline-block;
    vertical-align: middle
}
.panel-overlay-content {
    display: inline-block;
    vertical-align: middle
}
.panel>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0
}
.panel-group {
    margin-bottom: 35px
}
.panel-group.accordion .panel {
    margin-bottom: 0
}
.panel-group.accordion .panel-heading {
    border-radius: 0;
    height: auto
}
.panel-group.accordion .panel-heading:after {
    border: 0!important
}
.panel-group.accordion .panel-heading,
.panel-group.accordion .panel-title {
    padding: 0
}
.panel-group.accordion .panel-title {
    line-height: 40px
}
.panel-group.accordion .panel-title a {
    display: block;
    color: inherit;
    text-transform: none;
    font-size: 13px;
    padding: 0 15px
}
.panel-group.accordion .panel-title a:hover,
.panel-group.accordion .panel-title a:focus {
    color: inherit
}
.panel-group.accordion .panel:first-child,
.panel-group.accordion .panel:first-child .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.panel-group.accordion .panel:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden
}
.panel {
    border-radius: 0;
    border: 1px solid #e7ecf3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    margin-bottom: 15px
}
.panel hr {
    border-color: rgba(0, 0, 0, 0.1)
}
.panel .panel-bg-cover {
    max-height: 180px;
    overflow: hidden
}
.panel .panel-bg-cover img {
    min-width: 100%;
    min-height: 100%;
    background-size: cover
}
.panel.remove {
    opacity: 0;
    transition: opacity, 0.5s
}
.panel .alert {
    border-radius: 0
}
.panel.panel-bg-img {
    position: relative
}
.panel .panel-bg-wrap {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}
.panel .panel-bg-wrap>img {
    position: absolute;
    top: 0;
    left: 0
}
.panel .panel-bg-wrap+.panel-body {
    position: relative
}
.panel-media {
    box-shadow: 0 -50px 20px -10px rgba(0, 0, 0, 0.2);
    padding: 10px 15px 15px 140px;
    position: relative
}
.panel-media-img {
    position: absolute;
    width: 96px;
    height: 96px;
    left: 20px;
    top: -48px
}
.panel-media-heading {
    color: #fff;
    position: absolute;
    top: -2.7em
}
.panel .panel-heading,
.panel>:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.panel .panel-footer,
.panel>:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.panel-body-full {
    margin-left: -20px;
    margin-right: -20px
}
.panel-body {
    padding: 15px 20px 25px
}
.panel-body>.row,
.panel-body>[class^="form-"]>.row {
    margin: 0
}
.panel-body>.row>[class^="col-"]:first-child,
.panel-body>[class^="form-"]>.row>[class^="col-"]:first-child {
    padding-left: 0!important
}
.panel-body>.row>[class^="col-"]:last-child,
.panel-body>[class^="form-"]>.row>[class^="col-"]:last-child {
    padding-right: 0!important
}
.panel-body>.row>.col-xs-12,
.panel-body>.row>.col-sm-12,
.panel-body>.row>.col-md-12,
.panel-body>.row>.col-lg-12 {
    padding-right: 0
}
@media(min-width:768px) {
    .panel-body>.row>.col-sm-12+.col-sm-12 {
        padding-left: 0
    }
    .panel-body>.row>[class*="col-sm-"]:not(.col-sm-12) {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}
@media(min-width:992px) {
    .panel-body>.row>.col-md-12+.col-md-12 {
        padding-left: 0
    }
    .panel-body>.row>[class*="col-md-"]:not(.col-md-12) {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}
@media(max-width:991px) {
    .panel-body>.row>.col-sm-12+[class*="col-"] {
        padding-left: 0!important
    }
    .panel-body>.row>[class*="col-md"],
    .panel-body>.row>[class*="col-lg"] {
        padding-left: 0;
        padding-right: 0
    }
}
@media(max-width:1199px) {
    .panel-body>.row>.col-md-12+[class*="col-"] {
        padding-left: 0!important
    }
    .panel-body>.row>[class*="col-lg"] {
        padding-left: 0;
        padding-right: 0
    }
}
@media(min-width:1200px) {
    .panel-body>.row>.col-lg-12+[class*="col-"] {
        padding-left: 0
    }
    .panel-body>.row>[class*="col-lg-"]:not(.col-lg-12) {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}
.panel-trans {
    border-color: transparent;
    box-shadow: none;
    background-color: transparent
}
.panel-heading {
    position: relative;
    /*height: 50px;*/
    padding: 0;
    color: #2b425b
}
.panel-title {
    font-weight: 600;
    padding: 0 20px 0 20px;
    font-size: 1.2em;
    /*line-height: 50px;*/
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    
    text-overflow: ellipsis
}
.panel-default.panel-colorful {
    background-color: #e3e8eb;
    color: #758697
}
.panel-default .panel-heading {
    background-color: #e3e8eb;
    border-color: #f2f4f6
}

.panel-footer {
    background-color: #f6f8fa;
    color: #758697;
    border-color: rgba(0, 0, 0, 0.07);
    position: relative
}
.panel-primary .panel-heading,
.panel-primary .panel-footer,
.panel-primary.panel-colorful {
    background-color: #42a5f5;
    border-color: #42a5f5;
    color: #fff
}
.panel-info .panel-heading,
.panel-info .panel-footer,
.panel-info.panel-colorful {
    background-color: #00bcd4;
    border-color: #00bcd4;
    color: #fff
}
.panel-success .panel-heading,
.panel-success .panel-footer,
.panel-success.panel-colorful {
    background-color: #8bc34a;
    border-color: #8bc34a;
    color: #fff
}
.panel-warning .panel-heading,
.panel-warning .panel-footer,
.panel-warning.panel-colorful {
    background-color: #ffa726;
    border-color: #ffa726;
    color: #fff
}
.panel-danger .panel-heading,
.panel-danger .panel-footer,
.panel-danger.panel-colorful {
    background-color: #ef5350;
    border-color: #ef5350;
    color: #fff
}
.panel-mint .panel-heading,
.panel-mint .panel-footer,
.panel-mint.panel-colorful {
    background-color: #26a69a;
    border-color: #26a69a;
    color: #fff
}
.panel-purple .panel-heading,
.panel-purple .panel-footer,
.panel-purple.panel-colorful {
    background-color: #ba68c8;
    border-color: #ba68c8;
    color: #fff
}
.panel-pink .panel-heading,
.panel-pink .panel-footer,
.panel-pink.panel-colorful {
    background-color: #ec407a;
    border-color: #ec407a;
    color: #fff
}
.panel-dark .panel-heading,
.panel-dark .panel-footer,
.panel-dark.panel-colorful {
    background-color: #263238;
    border-color: #263238;
    color: #fff
}
.panel>.panel-heading:after,
.panel.panel-colorful>.panel-heading:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07)
}
.panel-colorful>.panel-heading {
    border: 0
}
.panel-default>.panel-heading:after,
.panel-primary>.panel-heading:after,
.panel-info>.panel-heading:after,
.panel-success>.panel-heading:after,
.panel-warning>.panel-heading:after,
.panel-danger>.panel-heading:after,
.panel-purple>.panel-heading:after,
.panel-pink>.panel-heading:after,
.panel-dark>.panel-heading:after {
    display: none
}
.panel-bordered-default,
.panel-default.panel-bordered {
    border: 1px solid #bac5cd
}
.panel-bordered-primary,
.panel-primary.panel-bordered {
    border: 1px solid #42a5f5
}
.panel-bordered-info,
.panel-info.panel-bordered {
    border: 1px solid #00bcd4
}
.panel-bordered-success,
.panel-success.panel-bordered {
    border: 1px solid #8bc34a
}
.panel-bordered-warning,
.panel-warning.panel-bordered {
    border: 1px solid #ffa726
}
.panel-bordered-danger,
.panel-danger.panel-bordered {
    border: 1px solid #ef5350
}
.panel-bordered-mint,
.panel-mint.panel-bordered {
    border: 1px solid #26a69a
}
.panel-bordered-purple,
.panel-purple.panel-bordered {
    border: 1px solid #ba68c8
}
.panel-bordered-pink,
.panel-pink.panel-bordered {
    border: 1px solid #ec407a
}
.panel-bordered-dark,
.panel-dark.panel-bordered {
    border: 1px solid #263238
}
.panel-group .panel {
    border-radius: 0;
    margin-bottom: 20px
}
.panel-group>div {
    padding-left: 0;
    padding-right: 0
}
.panel-group>div:first-child>.panel {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}
.panel-group>div:last-child>.panel {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}
.panel-group>div+div>.panel {
    margin-left: -1px
}
.panel-control {
    height: 100%;
    position: relative;
    float: right;
    padding: 0 15px
}
.panel-control:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    left: -1em;
    position: relative
}
.panel-control .btn {
    padding-left: 7px;
    padding-right: 7px
}
.panel-control>i,
.panel-control>.badge,
.panel-control>label {
    vertical-align: middle
}
.panel-control>.toggle-switch+label {
    vertical-align: baseline
}
.panel-control .nav-tabs {
    display: inline-block;
    height: 40px;
    margin-top: 10px;
    vertical-align: bottom;
    border: 0
}
.panel-control .nav-tabs>li {
    margin-top: 1px;
    margin-right: 5px;
    height: 100%
}
.panel-control .nav-tabs>li>a {
    border-radius: 0;
    margin-right: 0;
    height: 100%;
    line-height: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 15px
}
.panel-control .nav-tabs>li:not(.active) {
    background-color: transparent;
    opacity: .6
}
.panel-control .nav-tabs>li:not(.active) a {
    border-bottom: 0!important;
    color: inherit
}
.panel-control .nav-tabs>li:not(.active) a:hover {
    background-color: rgba(0, 0, 0, 0.15);
    border-color: transparent
}
.panel-control .nav-tabs>.active>a {
    z-index: 1
}
.panel-control .progress {
    min-width: 150px;
    margin: 0;
    display: inline-block;
    vertical-align: middle
}
.panel-control .switchery {
    margin-left: 15px;
    vertical-align: middle
}
.panel-control .pager {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0
}
.panel-control .pagination {
    margin: 0;
    border-radius: 0;
    vertical-align: middle
}
.panel-control .pagination>li>a,
.panel-control .pagination>li>span {
    padding: 0 10px;
    border: 0;
    border-color: rgba(0, 0, 0, 0.09);
    box-shadow: none;
    height: 100%;
    line-height: 30px
}
.panel-control .pagination>li:not(.active):not(.disabled)>a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.09)
}
.panel-control .pagination>.disabled>a,
.panel-control .pagination>.disabled>a:hover,
.panel-control .pagination>.disabled>a:active {
    border-color: rgba(0, 0, 0, 0.09)
}
.panel-control .pagination>li:not(.active)>a,
.pagination>li>a {
    background-color: transparent;
    color: inherit
}
.panel-control .pagination>li>a:hover,
.pagination>li>a:focus {
    box-shadow: none
}
.panel-control .btn,
.panel-control .dropdown-toggle.btn {
    border: 0
}
.panel-control .open>.btn,
.panel-control .btn.active,
.panel-control .btn:active {
    box-shadow: none!important
}
.panel-control .btn-default {
    background-color: transparent !important;
    color: inherit;
}
.panel-control>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.panel-control>.btn:last-child,
.panel-control>.btn-group:last-child>.btn:first-child {
    border-bottom-right-radius: 0
}
@media(min-width:1200px) {
    .eq-height .eq-box-lg {
        display: table-cell;
        height: 100%;
        vertical-align: top;
        float: none;
        padding-bottom: 15px
    }
    .eq-height .eq-box-lg .panel {
        margin-bottom: 0
    }
}
@media(min-width:992px) {
    .eq-height .eq-box-md {
        display: table-cell;
        height: 100%;
        vertical-align: top;
        float: none;
        padding-bottom: 15px
    }
    .eq-height .eq-box-md .panel {
        margin-bottom: 0
    }
}
@media(min-width:768px) {
    .eq-height .eq-box-sm {
        display: table-cell;
        height: 100%;
        vertical-align: top;
        float: none;
        padding-bottom: 15px
    }
    .eq-height .eq-box-sm .panel {
        margin-bottom: 0
    }
}
.panel .panel-footer,
.panel>:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

/*
.panel-footer {
    background-color: #f6f8fa;
    color: #758697;
    border-color: rgba(0, 0, 0, 0.07);
    position: relative
}
.panel-primary .panel-heading,
.panel-primary .panel-footer,
.panel-primary.panel-colorful {
    background-color: #42a5f5;
    border-color: #42a5f5;
    color: #fff
}
.panel-info .panel-heading,
.panel-info .panel-footer,
.panel-info.panel-colorful {
    background-color: #00bcd4;
    border-color: #00bcd4;
    color: #fff
}
.panel-success .panel-heading,
.panel-success .panel-footer,
.panel-success.panel-colorful {
    background-color: #8bc34a;
    border-color: #8bc34a;
    color: #fff
}
.panel-warning .panel-heading,
.panel-warning .panel-footer,
.panel-warning.panel-colorful {
    background-color: #ffa726;
    border-color: #ffa726;
    color: #fff
}
.panel-danger .panel-heading,
.panel-danger .panel-footer,
.panel-danger.panel-colorful {
    background-color: #ef5350;
    border-color: #ef5350;
    color: #fff
}
.panel-mint .panel-heading,
.panel-mint .panel-footer,
.panel-mint.panel-colorful {
    background-color: #26a69a;
    border-color: #26a69a;
    color: #fff
}
.panel-purple .panel-heading,
.panel-purple .panel-footer,
.panel-purple.panel-colorful {
    background-color: #ba68c8;
    border-color: #ba68c8;
    color: #fff
}
.panel-pink .panel-heading,
.panel-pink .panel-footer,
.panel-pink.panel-colorful {
    background-color: #ec407a;
    border-color: #ec407a;
    color: #fff
}
.panel-dark .panel-heading,
.panel-dark .panel-footer,
.panel-dark.panel-colorful {
    background-color: #263238;
    border-color: #263238;
    color: #fff
}
*/


/* custom start */
.btn:focus {
  outline: none !important;
}
.form-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}

/* design radio start*/
.funkyradio div 
{
  clear: both;
  overflow: hidden;
}

.funkyradio label 
{
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio label:hover 
{
  border-color:#AEB1B2;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty 
{
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label 
{
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  /*margin-top: 2em;*/
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before 
{
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label 
{
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before 
{
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label 
{
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before 
{
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before 
{
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before 
{
  color: #fff;
  background-color: #5cb85c;
}
/* design radio end*/

/*msgbox - Start*/
.msgbox-div{
   
   width:100%; 
   /*
   width:300px;*/
   overflow:hidden;
   display:none; 
   padding:0px;
   border:0px #6896F8 solid;
   background-color:#FFF;
}
.msgbox-div .msgtop-div
{
  padding:10px;
  background-color:#5996CC;
  color:#FFF;
  text-align: left;
}
.msgbox-div .msgbox-contents
{
     
    overflow:hidden;
    border:0px #6896F8 solid;    
    border-bottom:0px #CCC solid; 
    background-color:#fff;
    box-sizing:border-box;
    /*
    padding:5px 5px 5px 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px; 
   */   
}

.msgbox-div .msgbox-contents .msgbox-msg 
{
  overflow:hidden;
  padding: 10px;
}
.msgbox-div .msgbox-contents .msgbox-msg ul
{
  margin: 0 auto;
  padding: 0px;
  list-style: none;
}
.msgbox-div .msgbox-contents .msgbox-msg ul li
{
  width:100%;
}
.msgbox-div .msgbox-contents .msgbox-btn 
{
  overflow:hidden;
}
.msgbox-div .msgbox-contents .msgbox-btn ul
{
  /*float: right;*/
  margin: 0 auto;
  padding: 0px;
  list-style: none;
  padding-left: 100px;
}
.msgbox-div .msgbox-contents .msgbox-btn ul li
{
  float:left;
  margin-right: 5px;
}
.msgbox-div .msgbox-contents .msgbox-loading 
{
  overflow:hidden;
  padding-left:10px;
  padding-right:5px;
  padding-top:5px;
  padding-bottom:5px;

}
.msgbox-div .msgbox-contents .msgbox-loading .loading-left
{
  float: left;
  height: 25px;
  line-height: 25px;
  padding: 5px;
}
.msgbox-div .msgbox-contents .msgbox-loading .loading-right
{
  float: left;  
  height: 25px;
  line-height: 25px;  
  padding: 5px;
}
.msgbox-div .msgbox-contents .msgbox-loading .loading-left img
{
  height: 25px;
}
.msgbox-div .msgbox-contents .msgbox-loading ul
{
  /*float: right;*/
  margin: 0 auto;
  padding: 0px;
  list-style: none;
  padding-left: 15px;
}
.msgbox-div .msgbox-contents .msgbox-loading ul li
{
  float:left;
  margin-right: 5px;
}
.msgbox-div .msgbox-contents .msgbox-icon
{
  float:left;
  width:50px;
  height: 100%;
  padding: 0px; 
  background-color: #FFCC00;
  box-sizing:border-box;
  overflow: hidden;
}
.msgbox-div .msgbox-contents .msgbox-icon img
{
  width: 35px;
  margin: 0 auto;

  left:50%;
  top:50%;
}
.msgbox-div .msgbox-contents .msgbox-msg
{
  float:left;
  width:100%;
  line-height: 20px;
  text-align: left;
  box-sizing:border-box;
}
.msgbox-div .msgbox-btn
{
  background-color:#EFEFEF;
}
.msgbox-div .msgbox-btn .btn-div
{
  float: right;
  text-align: right;
  /*width: 200px;*/
}
.msgbox-div .msgbox-btn .btn-div .yesbtn
{
   border:#3079ED 0px solid; 
   text-align:center; 
   line-height: 26px;
   height: 26px;
   cursor:pointer;
   color:#F6F9FF; 
   background-color:#2D2D2D; 
   /*Background-Image:Url('../Kimg/Bbtnbg.Gif'); */
   margin:5px;  
   width:60px;
   outline: none;
   margin-left: 5px;
}
.msgbox-div .msgbox-btn .btn-div .yesbtn:hover
{
  background-color:#707070;
}
.msgbox-div .msgbox-btn .btn-div .cancelbtn
{
  
  outline: none;
   border:#3079ED 0px solid; 
   text-align:center; 
   line-height: 26px;
   height: 26px;
   cursor:pointer;
   color:#F6F9FF; 
   background-color:#B7B7B7; 
   /*Background-Image:Url('../Kimg/Bbtnbg.Gif'); */
   margin:5px;  
   width:60px;
}
.msgbox-div .msgbox-btn .btn-div .cancelbtn:hover
{
  background-color:#CCC;
}

.msgbox-div .msgbox-btn .btn-div .btn1
{
   border:#3079ED 0px solid; 
   text-align:center; 
   line-height: 26px;
   height: 26px;
   cursor:pointer;
   color:#F6F9FF; 
   background-color:#2D2D2D; 
   /*Background-Image:Url('../Kimg/Bbtnbg.Gif'); */
   margin:5px;  
   /*width:60px;*/
   outline: none;
   margin-left: 5px;
}
.msgbox-div .msgbox-btn .btn-div .btn1:hover
{
  background-color:#707070;
}
.msgbox-div .msgbox-btn .btn-div .btn2
{
   border:#3079ED 0px solid; 
   text-align:center; 
   line-height: 26px;
   height: 26px;
   cursor:pointer;
   color:#F6F9FF; 
   background-color:#2D2D2D; 
   /*Background-Image:Url('../Kimg/Bbtnbg.Gif'); */
   margin:5px;  
   /*width:60px;*/
   outline: none;
   margin-left: 5px;
}
.msgbox-div .msgbox-btn .btn-div .btn2:hover
{
  background-color:#707070;
}
.msgbox-div .msgbox-btn .btn-div .btn3
{
   border:#3079ED 0px solid; 
   text-align:center; 
   line-height: 26px;
   height: 26px;
   cursor:pointer;
   color:#F6F9FF; 
   background-color:#2D2D2D; 
   /*Background-Image:Url('../Kimg/Bbtnbg.Gif'); */
   margin:5px;  
   /*width:60px;*/
   outline: none;
   margin-left: 5px;
}
.msgbox-div .msgbox-btn .btn-div .btn3:hover
{
  background-color:#707070;
}
.msgbox-div .msgbox-contents .msgbox-msg .progress-loading
{
  overflow:hidden;
  padding-left:70px;
  padding-right:5px;
  padding-top:5px;
  padding-bottom:5px;
}
.msgbox-div .msgbox-contents .msgbox-msg .progress-loading .loading-left
{
  float: left;
  height: 25px;
  line-height: 25px;
  padding: 5px;
}
.msgbox-div .msgbox-contents .msgbox-msg .progress-loading .loading-left img
{
  height: 25px;
}
.msgbox-div .msgbox-contents .msgbox-msg .progress-loading .loading-right
{
  float: left;  
  height: 25px;
  line-height: 25px;  
  padding: 5px;
}
.msgbox-div .msgbox-contents .msgbox-msg .progress-div 
{
   padding-left:0px;
}
.msgbox-div .msgbox-contents .msgbox-msg .progress-div .progress 
{ 
  position:relative; 
  width:280px; 
  /*width:90%;*/
  border: 1px solid #CECECE; 
  padding: 1px; 
  border-radius: 3px; 
}
.msgbox-div .msgbox-contents .msgbox-msg .progress-div .bar 
{ 
  background-color: #08B6FD; 
  width:0%; 
  height:20px; 
  line-height:20px; 
  border-radius: 3px; 
}
.msgbox-div .msgbox-contents .msgbox-msg .progress-div .percent 
{ 
  position:absolute; 
  display:inline-block; 
  top:3px; 
  left:45%; 
}
/*msgbox - End*/