/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


a {
  color: #29e;
  text-decoration: none;
}



.input-mini{
  min-width:80px !important;
}


.input-medium{
  width:100%;
}


.input-xlarge{
  min-width:200px !important;
}



.panel-default {
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  border-color:#eeeeee;
}


.panel-default > .panel-heading {
  padding: 10px 15px;
  border-bottom:0;

  background-color:#fff;
  font-weight:bold;
  color:#333;
  font-size:16px;
  padding-bottom:0;
}

.panel-default > .panel-body {

}

.btn.btn-default{

  display: inline-block;
  font-weight: 400;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;


  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  position: relative;
  color: rgba(0,0,0,.65);
  background-color: #fff;
  border-color: #d9d9d9;
}

.form-control {
  font-family: Monospaced Number,Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 100%;
  padding:5px 12px;
  font-size: 14px;

  color: rgba(0,0,0,.65);

  border: 1px solid #cdcdcd;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #f8f8f8;
  opacity: 1;
}


.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {

}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,

.btn-danger .badge {
  text-shadow: none;
}

.btn:active,
.btn.active {
  background-image: none;
}



.btn-default {
  background-color: #fff;
  border-color: #d9d9d9;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #fff;
  border-color: #d9d9d9;
}

.btn-default:active,
.btn-default.active {
  background-color: #fff;

}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color: #555;
  background-color: #fff;

}


.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,

fieldset[disabled] .btn-default.active {
  background-color: #fff;
  background-image: none;
}

.btn-primary {
  background-color: #29e;
  border:none;
  color:#fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #148de3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #148de3;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  background-color: #148de3;
  border:none;
}



.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #29e;
  background-image: none;
}

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: red;
  background-repeat: repeat-x;
}
.navbar-default {
  background-color:#323a4e;
  border:none;

}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-color: #323a4e;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a{
  background-color:#0054a6;
}

.navbar-nav > li {
   position:relative;
}


.navbar-nav > li > .arrow {
  position:absolute;
  bottom:0px;
  left:0; right:0;
  text-align:center;
  height:14px;
  display:none;
  overflow: hidden;
}


.navbar-nav > li.active > .arrow {
  display:block;
}


.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.pagination {
  display: inline-block;
  float:right;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #29e;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #29e;
  background-color: #eee;
  border-color: #148de3;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #29e;
  border-color: #148de3;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}




.iframe{
  background-color:#fff;
}

.iframe-body{
  height:100%;
  background-color:#fff;
}

.iframe-body ul {
  padding:0;
  margin:0;
  list-style-type:none
}

.iframe-body ul li{
    line-height:35px;
    border-bottom:1px solid #f5f5f5;
}



/*考勤部分*/

.calendarTable {
  border-bottom: none;
}


.table.calendarTable > thead > tr >  th {
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}


.table.calendarTable td {
  height: 93px;
  padding:0 !important;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.dayBox{
  border-bottom: 1px solid #ddd;
  height: 93px;
  padding: 8px;
}


.section-title{
  padding:10px 0;
  margin:10px 0 20px 0;
  border-bottom:1px solid #f7f7f7;
}

.section-title h4{
  padding:0;
  margin:0;
}

.login{
  background:#fff;
}

.search label{
  text-align:right;
  margin-left:20px;
}

.search button{

  margin-left:10px;
}

.search .input-group,.search .form-control{
  width:130px;
}



.search .select2-container .select2-choice {
  display: block;
  height: 32px;
  width:150px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #cdcdcd;
  white-space: nowrap;
  line-height: 32px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: none;

}

.select2-drop-active {
  border: 1px solid #cdcdcd;
  border-top: none;
}


.action{
  border-top: 1px solid #ddd;
  margin:20px 0;
  padding:20px 0;
}

