body {
  line-height: 1;
}

::-webkit-scrollbar {
  width: 6px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #717171;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

@media screen and (max-width: 991px) {
  ::-webkit-scrollbar {
    height: 6px;
  }
}

/*Login page*/
.login-form {
  box-shadow: none;
}

.login-form .form-group {
  margin-bottom: 1.5rem;
}

.login-form .form-group:last-child {
  margin-bottom: 0;
}

.login-form label {
  margin-bottom: .5rem;
  color: #353535;
}

.login-form label a {
  color: #353535;
}

.login-form label a:hover {
  color: #FF8552;
}

.login-logo span {
  color: #666;
  font-size: 46px;
}

@media screen and (max-width:576.98px) {
  .login-logo span {
    font-size: 40px;
  }
}

.login_bg {
  height: 100vh;
  background-color: #d6cdc9;
  background-image: url(../assets/images/log_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.login-form .btn_primary {
  background: #f2f2f2;
}

/* header */
.header {
  background: #3b5998;
}

.logo {
  background: #3b5998;
}

.header-icon:hover,
.header-icon:focus,
.header-icon.active {
  background: #FF8552;
}

/* left menu */
.sidebar .nano-content>ul li.label {
  color: #666;
}

.sidebar .nano-content>ul li.label:nth-child(1) {
  padding-left: 10px;
}

.sidebar .nano-content>ul li:hover>a,
.sidebar .nano-content>ul li.active>a,
.sidebar .nano-content>ul li.open>a {
  color: #3b5998;
}

/* .sidebar .nano-content > ul li.active > a::before {
  background: #3b5998;
} */

/* title */
.card-header:first-child {
  margin-bottom: .5rem;
}

.card-header {
  padding: .5rem 0 1rem;
}

.alert h4 {
  color: #333;
  font-weight: 500;
  margin-bottom: 0;
}

.progress-content:last-of-type {
  margin-bottom: .5rem;
}

.nav-tabs>li>a {
  font-size: 1.125rem;
  padding: .75rem 1.25rem;
}

@media screen and (max-width:700px) {
  .nav-tabs>li>a {
    padding: .75rem;
  }
}

@media screen and (max-width:376px) {
  .header {
    width: 100%;
  }

  .pull-left {
    width: 60%;
  }

  .pull-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .pull-right ul {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .header-icon:nth-child(1) {
    margin-right: 0.5rem;
  }

  .header-icon:nth-child(2) {
    margin-right: 0;
    max-width: 85px;
  }

  .header-icon:nth-child(3) {
    margin-right: 0;
    max-width: 65px;
  }

  .sidebar.sidebar-shrink~.content-wrap {
    padding-top: 40px !important;
  }
}

@media screen and (max-width:330px) {
  .header-icon:nth-child(3) {
    margin-right: 1rem;
  }
}

@media screen and (max-width:300px) {
  .header-icon:nth-child(3) {
    margin-right: 0rem;
  }
}

/*輸入框*/
.form-control {
  border-color: #ccc;
  border-radius: 5px;
}

.form-control:hover {
  border-color: #3b5998;
}

.form-control:focus {
  border-color: #3b5998;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3b5998;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3b5998;
}

/* 搜尋框 */
.input-group-btn .btn,
.input-group-btn .btn i {
  line-height: 39px;
}

.btn i {
  margin-right: 0px;
}

@media screen and (max-width:700px) {
  .form-inline {
    margin: 1rem auto 0 auto;
  }
}

/*bg*/
.bg_primary {
  background: #598392;
  color: #fff;
}

/* btn */
.btn {
  padding: .5rem .75rem;
  line-height: 1;
}

@media screen and (max-width:580px) {
  .btn {
    margin: 0.5rem 0;
  }
}

.input-group-btn .btn.btn_primary,
.input-group-btn .btn.btn_primary i {
  line-height: 36px;
}

.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 167, 233, .3);
}

.btn_print {
  background: #fff;
  border-color: #00B0DB;
  color: #00B0DB;
}

.btn_print:hover,
.btn_print:focus,
.btn_print.active {
  background: #00B0DB;
  border-color: #00B0DB;
  color: #fff;
}

.btn_primary {
  background: #fff;
  border-color: #3b5998;
  color: #3b5998;
}

.login-form input {
  color: #666;
}

.btn_primary:hover,
.btn_primary:focus,
.btn_primary.active {
  background: #FF8552;
  border-color: #FF8552;
  color: #fff;
}

.btn_primary:not(:disabled):not(.disabled).active,
.btn_primary:not(:disabled):not(.disabled):active {
  box-shadow: 0 0 0 0.2rem rgba(53, 167, 233, .3);
}

.btn_second {
  background: #fff;
  border-color: #FF8552;
  color: #FF8552;
}

.btn_second:hover,
.btn_second:focus,
.btn_second.active {
  background: #FF8552;
  border-color: #FF8552;
  color: #fff;
}

.btn_second:not(:disabled):not(.disabled).active,
.btn_second:not(:disabled):not(.disabled):active {
  background: #FF8552;
  border-color: #FF8552;
  box-shadow: 0 0 0 0.2rem rgba(255, 133, 82, .3);
}

.btn_save {
  background: #fff;
  border-color: #3b5998;
  color: #3b5998;
}

.btn_save:hover,
.btn_save:focus,
.btn_save.active {
  background: #3b5998;
  border-color: #3b5998;
  color: #FFF;
}

.btn_save:not(:disabled):not(.disabled).active,
.btn_save:not(:disabled):not(.disabled):active {
  background: rgb(53, 167, 233);
  border-color: #3b5998;
  box-shadow: 0 0 0 0.2rem rgba(53, 167, 233, .3);
}

.btn_edit {
  background: #f4f4f4;
  border-color: #3b5998;
  color: #3b5998;
}

.btn_edit:hover,
.btn_edit:focus,
.btn_edit.active {
  background: #3b5998;
  border-color: #3b5998;
  color: #FFF;
}

.btn_edit:not(:disabled):not(.disabled).active,
.btn_edit:not(:disabled):not(.disabled):active {
  background: #3b5998;
  border-color: #3b5998;
  box-shadow: 0 0 0 0.2rem rgba(53, 167, 233, .5);
}

.btn-info {
  background: #717171;
  border-color: #717171;
  color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
  background: #3b5998;
  border-color: #3b5998;
  box-shadow: 0 0 0 0.2rem rgba(53, 167, 233, .5);
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 167, 233, .5);
}

.btn_delete {
  background: #ec6255;
  border-color: #ec6255;
  color: #fff;
}

.btn_delete:hover,
.btn_delete:focus,
.btn_delete.active {
  background: #d26459;
  border-color: #d26459;
  color: #fff;
}

.btn_delete:not(:disabled):not(.disabled).active,
.btn_delete:not(:disabled):not(.disabled):active {
  background: #d26459;
  border-color: #d26459;
  box-shadow: 0 0 0 0.2rem rgba(255, 133, 82, .3);
}

.btn_delete .ti-alarm-clock:hover {
  color: #fff;
}

.btn_search {
  background-color: #f2f2f2;
  border-color: #717171;
  color: #353535;
}

.btn_search:hover,
.btn_search:focus,
.btn_search.active {
  background-color: #5a6268;
  border-color: #545b62;
  color: #fff;
}

.btn_search:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, .5);
}

.btn_search:not(:disabled):not(.disabled).active,
.btn_search:not(:disabled):not(.disabled):active {
  background-color: #545b62;
  border-color: #4e555b;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, .5);
}

.btn_back {
  background-color: #717171;
  border-color: #717171;
  color: #fff;
}

.btn_back:hover,
.btn_back:focus,
.btn_back.active {
  background-color: #5a6268;
  border-color: #545b62;
  color: #fff;
}

.btn_back:not(:disabled):not(.disabled).active,
.btn_back:not(:disabled):not(.disabled):active {
  background-color: #545b62;
  border-color: #4e555b;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, .5);
  ;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #3b5998;
}

/*進度百分比*/
.progress-bar-success {
  background-color: #88bb8e;
}

.progress-bar-warning {
  background-color: #e6bc5d;
}

.progress-bar-danger {
  background-color: #d26459;
}

/*檢視頁面*/
@media screen and (min-width:767px) {
  .form-horizontal .control-label {
    padding: 0;
  }
}

.form-group {
  line-height: 24px;
}

a:hover,
a:focus,
a.active,
button:hover,
button:focus,
button.active {
  color: #FF8552;
}

/*頁碼*/
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
}

.page-link {
  color: #3b5998;
}

/*Tables*/
.table.tit_fre_win {
  width: calc(100% - 6px);
}

.table>thead>tr>th {
  padding: .5rem .75rem;
  font-size: 1.125rem;
}

.table>thead>tr>th.bg_primary {
  color: #fff;
}

.table td.date {
  line-height: 1;
}

.ti-alarm-clock:hover {
  color: #FF8552;
}

/* pop視窗 */
.close:hover {
  color: #3b5998;
}

@media (min-width: 992px) {
  .modal-lg.delate {
    max-width: 1170px;
  }
}

@media screen and (max-width:700px) {
  .modal-dialog {
    width: 95%;
  }
}

/*行事曆*/
.fc-view {
  margin: .5rem 0;
}

.fc th {
  background: #717171;
  color: #fff;
  padding: .3rem !important;
  line-height: 1.5;
}

.fc th a {
  color: #fff;
}

.fc-toolbar.fc-header-toolbar {
  margin-top: 0;
  margin-bottom: 1rem;
}

.fc-day-today {
  background: rgb(243, 223, 162, .3);
}

.fc-button-primary,
.fc-button-primary:not(:disabled).fc-button-active {
  color: #666;
  background-color: #fff;
  border-color: #ddd;
}

.fc-button-primary:focus,
.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 167, 233, .3);
  box-shadow: 0 0 0 0.2rem rgba(53, 167, 233, .3);
}

.fc-button-primary:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.fc-button-primary:not(:disabled).fc-button-active:hover,
.fc-button-primary:not(:disabled):active,
.fc-button-primary:disabled:hover {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.fc-button-primary:disabled {
  color: #333;
  background-color: #fff;
  border-color: #ddd;
  opacity: 1;
}

.fc-daygrid-day-number {
  padding: 5px 8px;
}

#calendar.fc-theme-standard .fc-list-day-frame {
  background: #3b5998;
}

.fc-non-business {
  background: none;
}

/*佈告欄*/
.tdl-holder li {
  color: #353535;
}

.tdl-holder li:first-child,
.tdl-holder li.notice-board-items:first-child {
  padding-top: 0;
}

.tdl-holder li.notice-board-items {
  padding: .75rem;
}

/* 待辦事項 */
.tdl-holder input[type="text"] {
  margin-top: 0;
}

.todo-list ul {
  margin-bottom: .5rem;
}

.tdl-holder label {
  line-height: 24px;
  padding: .75rem 0;
}

.tdl-holder li span {
  display: inline-block;
  margin-left: 0;
  padding: 0 2rem;
}

.tdl-holder input[type="checkbox"]+i {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  display: block;
  height: 18px;
  position: absolute;
  top: 15px;
  width: 18px;
  z-index: 1;
}

.tdl-holder input[type="checkbox"]:checked+i::after {
  content: "\e64c";
  font-family: 'themify';
  display: block;
  left: 0px;
  position: absolute;
  top: -6px;
  z-index: 2;
}

.tdl-holder label a {
  margin-top: 0;
  position: absolute;
  right: 10px;
  top: 15px;
}

/*拖拉*/
.dd-list .dd-handle .titleLink {
  color: #3b5998;
  font-size: 1.125rem;
  text-decoration: none !important;
  font-weight: 400;
}

.dd-list.sec-dd-list .dd-handle .titleLink {
  color: #666;
  margin-left: 5px;
  font-size: 1rem;
}

.dd-list.sec-dd-list .dd-handle i {
  color: #666;
}

.dd-list.sec-dd-list .dd-handle:hover .titleLink,
.dd-list.sec-dd-list .dd-handle:hover i {
  color: #FF8552;
}

.dd-item>button:before,
.dd-item>button[data-action="collapse"]:before {
  color: #666;
}

.context-menu-item {
  color: #353535;
}

.context-menu-item.context-menu-hover {
  background-color: #3b5998;
}

.context-menu-item.context-menu-hover i,
.context-menu-item.context-menu-hover svg {
  color: #fff !important;
}

.fil_active {
  background: #ecf5f9 !important;
}

/* checkbox */
.form-check-inline input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer;
}

.form-check-inline label {
  position: relative;
  margin: 0 15px 0 22px;
  /*min-width: 130px;*/
}

.form-check-inline.smLabel label {
  min-width: 70px;
}

.form-check-inline label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -9px;
  width: 19px;
  height: 18px;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #999;
  background: #fff;
}

.form-check-inline input[type="checkbox"]:checked+label:after {
  display: inline-block;
  font-family: 'FontAwesome';
  content: '\F00C';
  font-size: 11px;
  text-align: center;
  line-height: 16px;
  color: #fff;
  background: #3b5998;
  width: 17px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -21px;
  transform: translateY(-50%);
}

/* radio */
.form-check-inline-radio input[type="radio"] {
  /*opacity: 0;*/
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer;
  display: none;
}

.form-check-inline-radio label {
  position: relative;
  margin: 0 15px 0 22px;
}

.form-check-inline-radio label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #999;
  background: #fff;
}

.form-check-inline-radio input[type="radio"]:checked+label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -18px;
  margin-top: -5px;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  width: 10px;
  height: 10px;
  background-color: #3b5998;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 1px #444;
  box-shadow: 0px 0px 1px #444;
}

.form-check-inline.page_table_check {
  padding-left: 15px;
}

/* 簽核管理 */
.process_icon {
  position: relative;
  width: 60px;
  margin: 0 auto;
}

.process_icon>img {
  width: 40px;
  height: 40px;
}

.process_delete {
  position: absolute;
  top: -9px;
  color: red;
  right: -5px;
  cursor: pointer;
  z-index: 2;
}

.process_icon_tab>img {
  width: 36px;
  height: 36px;
  margin-bottom: .5rem;
}

.dropdown-tree li:hover,
.dropdown-tree li:hover ul li:hover {
  background: none;
}

.dropdown-tree li:hover a {
  color: #3b5998;
}

.dropdown-tree li:hover ul li a,
.dropdown-tree li:hover ul li ul li a {
  color: #353535;
}

.dropdown-tree li ul li:hover a,
.dropdown-tree li ul li ul li:hover a {
  color: #3b5998;
}

/* 圖檔上傳 */
.ai_img_box {
  height: 230px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  text-align: center;
  background: #f2f2f2;
  margin: 1rem 1rem 0rem 0rem;
}

.ai_img_box img {
  /* width: 100%; */
  height: 100%;
}

.ai_img_box .img_tra_bg {
  text-align: right;
  position: absolute;
  right: 8px;
  top: 8px;
}

.ai_img_box .img_tra_bg .btn_delete {
  background: rgba(0, 0, 0, .5);
  border: 0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 38px;
  padding: 0;
}

.ai_img_box .img_tra_bg .btn_delete i {
  margin-right: 1px;
}

.ai_img_box .img_tra_bg .btn_delete:hover {
  background: #e74c3c;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, .5);
}

.ai_img_name .btn_primary {
  border: 0;
  background: none;
  color: #717171 !important;
  width: 85px;
}

.ai_img_name .btn_primary:hover {
  color: #3b5998 !important;
}

.ai_img_name .btn_primary:not(:disabled):not(.disabled).active,
.ai_img_name .btn_primary:not(:disabled):not(.disabled):active,
.show>.btn_primary.dropdown-toggle {
  color: #3b5998 !important;
  background: none;
}

.ai_img_name {
  display: flex;
  align-items: center;
}

@media screen and (max-width:1440px) {
  .ai_img_box {
    height: 160px;
  }
}

.link_url i {
  vertical-align: middle;
  line-height: 42px;
  margin-right: .5rem;
}

.link_url i:hover {
  color: #359660;
}

/*頁籤*/
.nav-tabs {
  padding: .75rem 0;
}




@media screen and (max-width:1199px) {
  .card-body {
    padding: 0;
  }
}

@media screen and (max-width:991px) {

  /* 專案進度百分比 */
  .progress-text {
    margin-bottom: .5rem;
  }

  .progress-content {
    margin-bottom: 1rem;
    line-height: 1.2;
  }
}

@media screen and (max-width:700px) {
  .form-row.border-bottom {
    border-bottom: 0 !important;
  }

  .form-row.border-bottom .form-group,
  .form-horizontal .form-row .form-group {
    border-bottom: 1px solid #dee2e6 !important;
    padding: 0 0 10px 0;
  }

  .tab-pane {
    padding: 15px 0;
  }
}

/*問卷*/
#components {
  min-height: 600px;
}

#target {
  min-height: 600px;
  border: 1px solid #ccc;
  padding: 5px;
}

#target .component {
  border: 1px solid #fff;
}

#temp {
  width: 500px;
  background: white;
  border: 1px dotted #ccc;
  border-radius: 10px;
}

.popover-content form {
  margin: 0 auto;
  width: 213px;
}

.popover-content form .btn {
  margin-right: 10px
}

#build .controls {
  display: block !important;
}

#components .controls {
  display: none !important;
}

#components .component:hover {
  background-color: #3b5998;
}

/* 問卷Table */
.survey_td {
  white-space: inherit !important;
}

[data-list-subject]:hover {
  background-color: rgb(53, 167, 233, 0.1);
}

/*---------------------------------------------------------------------------------------------------------*/
/*產品*/
.card-header-prod {
  background: rgba(0, 0, 0, .02);
  color: rgba(0, 0, 0, .87);
  font-size: 1.125rem;
  padding: .875rem;
  text-transform: capitalize;
}

/*產品-封面*/
.img_cover {
  background: #ffffff;
  color: red;
  display: block;
  top: 0;
  z-index: 2222;
  position: absolute;
  text-align: center;
  font-size: smaller;
  font-weight: bolder;
}

/* 人才招募 */

div[class*="viewBg"] {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
}

.viewBg1 {
  background-color: rgb(255, 255, 255);
}

.viewBg2 {
  background-color: rgb(246 253 255);
}

.viewBg3 {
  background-color: rgb(255, 255, 255);
}

.viewBg4 {
  background-color: rgb(246 253 255);
}

.viewBg5 {
  background-color: rgb(255, 255, 255);
}

.viewBg1 h5,
.viewBg2 h5,
.viewBg3 h5,
.viewBg4 h5,
.viewBg5 h5 {
  font-weight: bolder;
}

.subTile {
  position: relative;
  padding-left: 20px;
  font-weight: bolder;
}

.subTile::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #1A448B;
}

.subTile::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 2px;
  border: 1px solid #1A448B;
}

.viewTable thead th {
  background-color: #3b5998;
  border: 1px solid #fff;
  color: #fff !important;
}

.viewTable tr td {
  min-height: 48px;
}

.rec_btn1 {
  background: #fff;
  border-color: #00B0DB;
  color: #00B0DB;
}

.rec_btn1:hover,
.rec_btn1:focus,
.rec_btn1.active {
  background: #00B0DB;
  border-color: #00B0DB;
  color: #fff;
}

.rec_btn2 {
  background: #ec6255;
  border-color: #ec6255;
  color: #fff;
}

.rec_btn2:hover,
.rec_btn2:focus,
.rec_btn2.active {
  background: #d26459;
  border-color: #d26459;
  color: #fff;
}

form.recSearch {
  width: 400px;
}

@media screen and (max-width:600px) {
  form.recSearch {
    margin-top: 1rem;
  }
}

/* 巡視結果 */
.item_bg {
  padding: 0.5rem;
  background: #3b5998;
  color: #fff;
  text-align: center;
  max-width: 130px;
  align-self: center;
}

input.valid.button-qu {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background-color: #d5eafb;
  border: 0;
}

.mob_pl {
  padding-left: 0;
}

@media screen and (max-width:1199px) {
  .pat_title {
    padding: 1rem 0;
  }
}

@media screen and (max-width:991px) {
  .img_up {
    padding-top: 1rem;
  }
}

@media screen and (max-width:420px) {
  .item_bg {
    max-width: 100%;
    margin: 1rem 0;
  }

  .img-up {
    padding: 1rem 1rem 0.5rem;
  }

  .ai_img_box {
    margin-right: 0;
  }
}

/* 首頁 */
.ins_per {
  background-color: #f2f2f2;
}

.ins_per a {
  cursor: not-allowed;
  color: #353535;
}

/* 系統提醒 */
.list_bg1 {
  background: #fff2f2;
}

.list_bg2 {
  background: #fff9e7;
}

.list_bg3 {
  background: #eef9ff;
}


/* 多選下拉 */
.btn-group{
  width: 100%;
  text-align: left;
}

.dropdown-toggle::after{
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 0.3em solid #888;
}

.btn-group button {
    border: 1px solid #aaa;
    color: #444;
    text-align: left;
    height: 40px;
}

.btn-group button:hover{
  color: #444;
}

.dropdown-menu{
  background: #fff;
}

input.calendar {
    width: 32px;
    height: 32px;
    padding: 0;
    background: url(../assets/images/wp_btn_cal_h.png) center center no-repeat, #e4ebeb;
    border: 0;
    vertical-align: middle;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    margin-left: .5rem;
    margin-top: 0.25rem;
}