/* Main CSS */
@charset "utf-8";

/* ------------------------------------ Common */
body{
  padding-top: 70px;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color : #222;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 20px;
  margin-top:0px;
}
h4{
  font-size: 22px;
}
#contents{
  padding-top: 15px;
}

@media (max-width: 768px) {
  .contentsWrapper{
    padding: 0px;
  }
}

/* リンク */
a {
  color: #161C6B;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #404586;
  text-decoration: underline;
}

/* jQueryValidateのエラー */
span.validateError{
  margin-left: 10px;
  color:red;
}
@media (max-width: 768px) {
  span.validateError{
    display: block;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    color:red;
  }
}

/* 幅 */
.width-xs {
  width: 80px;
}
.width-ssm {
  width: 120px;
}
.width-sm {
  width: 160px;
}
.width-md {
  width: 240px;
}
.width-lg {
  width: 360px;
}
.width-xl {
  width: 480px;
}
.width-auto {
  width: auto;
}

/* マージン */
.mt20{
  margin-top: 20px;
}
.mt40{
  margin-top: 40px;
}
.ml10i{
  margin-left: 10px !important;
}
.ml10{
  margin-left: 10px;
}
.mr10{
  margin-right: 10px;
}
.mb15{
  margin-bottom: 15px;
}
.mb20{
  margin-bottom: 20px;
}

/* パディング */
.pr10{
  padding-right: 10px;
}

/* 行の高さ */
.lh160{
  line-height: 160%;
}

/* 一覧データなし */
.nodata{
  text-align: center;
  margin: 40px 0 80px 0;
}

/* ------------------------------------ datepicker */
.width-date {
  width: 100px;
}
.ediCalenderFrom{
  margin-right : 0 !important;
}

/* ------------------------------------ サイドメニュー */
.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #161C6B;
  border-color: #141961;
}


/* ------------------------------------ ラベル */
.label {
  border-radius: 2px;
  font-weight: normal;
  padding: 3px 6px 1px 6px;
  font-size: 12px;
}

/* ------------------------------------ バッジ */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 2px 6px 2px 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #b23;
  border-radius: 3px;
  position: relative;
  top: -1px;
}

/* ------------------------------------ ページャー */
.pagerRow{
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 5px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 8px;
  font-size: 11px;
  margin-left: 2px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 0px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 0px;

}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #ddd;
  border-color: #f5f5f5;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  cursor: default;
  color: #aaa;
  background-color: #333;
  border-color: #555;
}


/* ------------------------------------ Modal */
.modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #161C6B;
    color: #fff;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
     border-top-left-radius: 2px;
     border-top-right-radius: 2px;
 }


/* ------------------------------------ block */
#scBlock {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100000000;
}
#scBlock > .background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.50;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

#scBlock img {
  position:absolute;
  top:50%;
  left:50%;
  z-index: 100000020;
}



/* ------------------------------------ Icon */
.miniIcon{
 font-size: 12px;
}
.alertIcon{
 font-size: 16px;
}
.pagerIcon{
 font-size: 10px;
}
.sortIcon{
 font-size: 12px;
}
/* ------------------------------------ List */

.sortIconPadding{
  padding-right: 16.5px;
}
.sortIconPaddingC{
  padding-left: 8.25px;
  padding-right: 8.25px;
}
.sortIconPaddingR{
  padding-left: 16.5px;
}

/* ------------------------------------ Table */
.detaiTablel th{
  width: 140px;
  text-align: right;
}
@media (max-width: 768px) {
  .detaiTablel th{
    width: auto;
    text-align: left;
  }
}

.formTable{
  margin-bottom: 20px;
}
.formTable tr{
  height: 46px;
}
.formTable th{
  width: 230px;
  padding-right: 20px;
  text-align: right;
}
.formTable textarea{
  resize: none;
}


.table-mutoh td, .table-mutoh th {
  border-right: 1px solid #ddd;
}
.table-mutoh td:last-child, .table-mutoh th:last-child {
  border-right: none;
}

.table-mutoh .rowspan-th-cell{
  border-bottom: 2px solid #ccc;
  vertical-align: middle;
}
.table-mutoh .order-stop{
  border-right: 1px solid #ddd !important;
}

/* PCのみ表示 */
.table .onlyPc{
  display: table-cell;
}
@media (max-width: 768px) {
  .table .onlyPc{
    display: none;
  }
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}
.table > thead > tr:last-child > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ccc;
}

/* ------------------------------------ Column */
.colSide{
  width: 200px;
  margin-right: -200px;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.colMain{
  width: 100%;
  float: right;
}
.colMainContents{
  margin-left: 200px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .colSide{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
  }
  .colMain{
    width: 100%;
  }
  .colMainContents{
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* ------------------------------------ Alert */
.autoHide{
  float: none;
}

/* ------------------------------------ AlertBox */
.scAlertColumn{
  width: 50%;
  min-width: 360px;
  margin: 0 auto;
}
.scAlertColumn.forUpload{
  max-width: 480px;
}
.scAlertColumn i.warning{
  color:#FDB82F;
}
.scAlertColumn i.error{
  color:#e31d1a;
}
.jconfirm.white .jconfirm-box {
  border-radius: 2px;
}
.jconfirm .jconfirm-box div.title {
  font-size: 18px;
  font-weight: normal;
  color:#eee;
  margin-bottom: 23px;
  padding:5px 12px;
  display:block;
  background-color:#888;
  letter-spacing:2px;
  border-radius: 2px 2px 0px 0px;
}
.btnBorder{
  border: 1px solid #adadad !important;
}


/* ------------------------------------ Button */
.btn{
  border-radius: 2px;
}
.btn-top {
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 3px;
}
.btn-top:hover {
  border:solid 1px #999;
}

.btn-mini,
.btn-group-mini > .btn {
  padding: 2px 4px;
  font-size: 11px;
  border-radius: 2px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}

.btn-xl,
.btn-group-xl > .btn {
  padding: 8px 14px;
  font-size: 18px;
  border-radius: 2px;
  margin-right: 10px;
}

.btn-primary{
  background-color: #161C6B;
  border-color: #141961;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #404586;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #404586;
  border-color: #161C6B;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #404586;
  border-color: #161C6B;
}
.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: #404586;
  border-color: #161C6B;
}
.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: #265a88;
  border-color: #265a88;
}


.btn-file {
  padding: 2px 5px;
  padding-top: 2px;
  padding-bottom: 1px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-big {
  width: 49%;
  height: 100px;
  font-size: 22px;
  border-radius: 8px;
  float: left;
  margin-bottom: 15px;
}
.btn-big.right {
  float: right;
}

.btn-max {
  width: 100%;
  height: 100px;
  font-size: 22px;
  border-radius: 8px;
  float: left;
  margin-bottom: 15px;
}

/* ------------------------------------ Form */
.form-control {
  display: inline;
}
.form-control {
  border-radius: 2px;
}
.error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.error:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.input-xs {
  height: 24px;
  padding: 2px 3px;
  font-size: 11px;
  line-height: 1.2;
  border-radius: 2px;
}
select.input-xs {
  height: 24px;
  line-height: 24px;
}


.searchForm{
  padding: 12px 12px 8px 12px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  line-height: 28px;
}
.searchForm table{
  width: 100%;
}
.searchForm input,
.searchForm select {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.searchForm .select-category {
  margin-right: 0px;
}


.searchFormItem{
  float: left;
}
.searchFormItemR{
  float: right;
}
.searchForm .btn-sm {
  margin-bottom: 4px;
}
.searchFormItemR .btn-sm {
  margin-left: 10px;
}

.searchFormItem.checkbox{
  margin: 0px 30px 0px 20px;
}
.searchFormItem input.checkbox{
  top: 2px;
}


/* ------------------------------------ Header */
#header{
  min-width: 336px;
}
.navbar-brand {
  font-size: 20px;
  line-height: 20px;
}
.navbar-default {
  background-color: #161C6B;
  border-color: #161C6B;
}
.navbar-default .navbar-brand {
  color: #eee;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #eee;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #eee;
}

.navbar-default .navbar-nav > li > a {
  color: #eee;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #aaa;
  background-color: #404586;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333;
  background-color: #e1eeff;
}
.navbar-default .navbar-link {
  color: #eee;
}
.navbar-default .navbar-link:hover {
  color: #aaa;
}

.navbar-default .navbar-toggle {
  border-color: #e1eeff;
  background-color: #e1eeff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #e1eeff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #aaa;
  background-color: #404586;
}

div.navbar-name-wrap{
  float: right;
  margin-right: 10px;
}
div.navbar-name{
  color: #eee;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  height: 50px;
  line-height: 120%;
}

/* ------------------------------------ 見出し */
/* 基礎罫線 */
.border {
    color: #333333;
    margin: 0 0 10px;
    padding: 8px 8px;
    background-color: #ffffff;
}

.gray {
    color: #333333;
    background-color: #ffffff;
    border-color: #161C6B;
}

/* 下線 */
.bottomline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
/* 左線 */
.leftline {
    border-left-width: 1px;
    border-left-style: solid;
}
.leftline1 {
    border-left-width: 1px;
    border-left-style: solid;
}
.leftline2 {
    border-left-width: 2px;
    border-left-style: solid;
}
.leftline3 {
    border-left-width: 3px;
    border-left-style: solid;
}
.leftline4 {
    border-left-width: 4px;
    border-left-style: solid;
}
.leftline5 {
    border-left-width: 5px;
    border-left-style: solid;
}
.leftline6 {
    border-left-width: 6px;
    border-left-style: solid;
}
.leftline7 {
    border-left-width: 7px;
    border-left-style: solid;
}
.leftline-solid {
    border-left-width: 1px;
    border-left-style: solid;
}
.leftline1-solid {
    border-left-width: 1px;
    border-left-style: solid;
}
.leftline2-solid {
    border-left-width: 2px;
    border-left-style: solid;
}
.leftline3-solid {
    border-left-width: 3px;
    border-left-style: solid;
}
.leftline4-solid {
    border-left-width: 4px;
    border-left-style: solid;
}
.leftline5-solid {
    border-left-width: 5px;
    border-left-style: solid;
}
.leftline6-solid {
    border-left-width: 6px;
    border-left-style: solid;
}
.leftline7-solid {
    border-left-width: 7px;
    border-left-style: solid;
}
.leftline-dashed {
    border-left-width: 1px;
    border-left-style: dashed;
}
.leftline1-dashed {
    border-left-width: 1px;
    border-left-style: dashed;
}
.leftline2-dashed {
    border-left-width: 2px;
    border-left-style: dashed;
}
.leftline3-dashed {
    border-left-width: 3px;
    border-left-style: dashed;
}
.leftline4-dashed {
    border-left-width: 4px;
    border-left-style: dashed;
}
.leftline5-dashed {
    border-left-width: 5px;
    border-left-style: dashed;
}
.leftline6-dashed {
    border-left-width: 6px;
    border-left-style: dashed;
}
.leftline7-dashed {
    border-left-width: 7px;
    border-left-style: dashed;
}


/* ------------------------------------ ページトップ */
#pageTop {
  position: fixed;
  bottom: 4px;
  right: 15px;
  font-size: 26px;
  display: none;
}
#pageTop a {
  background: #000;
  text-decoration: none;
  color: #fff;
  padding: 10px 12px 2px 12px;
  text-align: center;
  display: block;
  border-radius: 1px;
  opacity: 0.60;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
#pageTop a:hover {
  text-decoration: none;
  background: #444;
}

/* ------------------------------------ ログイン */
.info{
  margin: 40px 0px 20px 0px;
}
.infoContents{
  margin: 20px 20px;
}
.infoContents dd{
  margin: 10px 10px 20px 10px;
}

.history{
  margin-top: 40px;
}
.history dl{
  margin-left: 10px;
}

/* ------------------------------------ 購入先別帳票一覧 */
.pageHeader{
  font-size: 16px;
  margin-bottom: 40px;
}
.pageHeader span{
  margin-right: 36px;
  white-space: nowrap;
}
.orderDetail{
  font-size: 16px;
}
.orderDetail td{
  padding: 16px 20px !important;
  vertical-align: middle !important;
}
.table-mutoh2 td, .table-mutoh2 th {
  border-top: none;
}
.table-mutoh2 {
  border-top: none;
}
.table-mutoh2 th {
  border-top: none !important;
  font-weight: normal;
}
.table-mutoh2 td, .table-mutoh2 th {
  border-right: 1px solid #ddd;
}
.table-mutoh2 td:last-child, .table-mutoh2 th:last-child {
  border-right: none;
}

.noDownload{
  font-weight: bold;
}


/* ------------------------------------ 帳票一覧（ユーザー） */
.functionButton a:not(:last-child){
  margin-right: 10px;
}
.btnSummaryDownload{
  margin-left: 10px;
}
.btnNoSummaryDownload{
  margin-left: 10px;
}
.btnCsvDownload{
  margin-left: 10px;
}
.btnTextDownload{
  margin-left: 4px;
}

/* ------------------------------------ bootstrap-datepicker Custom */
.datepicker td,
.datepicker th {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #161C6B;
  background-image: -moz-linear-gradient(top, #161C6B, #161C6B);
  background-image: -ms-linear-gradient(top, #161C6B, #161C6B);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#161C6B), to(#161C6B));
  background-image: -webkit-linear-gradient(top, #161C6B, #161C6B);
  background-image: -o-linear-gradient(top, #161C6B, #161C6B);
  background-image: linear-gradient(top, #161C6B, #161C6B);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#161C6B', endColorstr='#161C6B', GradientType=0);
  border-color: #161C6B #161C6B #161C6B;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #161C6B;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #161C6B;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #161C6B;
  background-image: -moz-linear-gradient(top, #161C6B, #161C6B);
  background-image: -ms-linear-gradient(top, #161C6B, #161C6B);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#161C6B), to(#161C6B));
  background-image: -webkit-linear-gradient(top, #161C6B, #161C6B);
  background-image: -o-linear-gradient(top, #161C6B, #161C6B);
  background-image: linear-gradient(top, #161C6B, #161C6B);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#161C6B', endColorstr='#161C6B', GradientType=0);
  border-color: #161C6B #161C6B #161C6B;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #161C6B;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #161C6B \9;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #e1eeff;
  cursor: pointer;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #e1eeff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td span:hover {
  background: #e1eeff;
}


.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #e1eeff;
}
