@charset "UTF-8";
/*------------- #VARIABLES --------------*/
/*
*color
*/
.project_primary_color {
  color: #00589f;
}

.project_primary_BGcolor {
  background-color: #02b5ef !important;
}

/*
*
*/
.rounded-conner13 {
  border-radius: 13px !important;
}

/*
*btn
*/
.no__border__aBtn {
  color: #00589f;
  font-size: 25px;
}

.no__border__aBtn:hover {
  color: #02b5ef;
}

.btn.btn__more {
  color: #00589f;
  border: solid 1px #00589f;
  background-color: #fff;
  border-radius: 13px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.btn.btn-radiusPrimaryBtn {
  border-radius: 13px !important;
  background-color: #02b5ef !important;
  color: #fff;
  box-shadow: 0px 2px 2px 1px #bfbfbf;
  padding-top: 4px;
  padding-bottom: 4px;
}
.btn.btn-radiusPrimaryBtn:hover {
  background-color: #00589f !important;
}

.btn.btn-radiusComplementaryBtn {
  border-radius: 13px !important;
  background-color: #f98700 !important;
  color: #fff;
  box-shadow: 0px 2px 2px 1px #bfbfbf;
  padding-top: 4px;
  padding-bottom: 4px;
}
.btn.btn-radiusComplementaryBtn:hover {
  background-color: #ce6114 !important;
}

.btn.btn-roundBtn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #02b5ef;
  box-shadow: 3px 3px 11px 1px #b5b5b5;
}
.btn.btn-roundBtn:hover {
  background-color: #00589f !important;
}

.btn.btn-roundBtn-big {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #02b5ef;
  box-shadow: 3px 3px 11px 1px #b5b5b5;
}
.btn.btn-roundBtn-big:hover {
  background-color: #00589f !important;
}

.btn.briefcase_icon_btn {
  background-image: url(../images/briefcase_icon.png) !important;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
}

/*
*tool-btnGroup
*/
.tool-btnGroup {
  position: absolute;
  bottom: 20px;
  right: 40px;
}
.tool-btnGroup .dropdown-menu {
  top: auto;
  bottom: 70px;
  right: -19px;
  left: auto;
  min-width: 350px;
  padding: 20px;
  box-shadow: 0px 2px 13px 2px #a7a7a7;
  border-radius: 13px;
}
.tool-btnGroup .dropdown-menu:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
  display: block;
  content: "";
  bottom: -11px;
  right: 30px;
}
.tool-btnGroup .dropdown-menu::before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 15px 0 15px;
  border-color: #cecece transparent transparent transparent;
  display: block;
  content: "";
  bottom: -15px;
  right: 30px;
}

.tool__dropdown__title {
  font-size: 22px;
  color: #00589f;
  border-bottom: solid 1px #d0d0d0;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.tool__dropdown__content ul:after {
  clear: both;
  content: "";
  display: block;
}
.tool__dropdown__content ul li {
  font-size: 25px;
  color: #02b5ef;
  width: 50%;
  float: left;
}
.tool__dropdown__content ul li a {
  font-size: 16px;
  color: #818080;
}

/*
*rounded__nav-tabs
*/
.rounded__nav-tabs.nav-tabs {
  background: none;
  border: none;
}
.rounded__nav-tabs.nav-tabs > li > a {
  border-radius: 13px 13px 0 0;
  background: #79c7c2;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: solid 3px #fff !important;
}
.rounded__nav-tabs.nav-tabs > li > a:hover {
  background: #02b5ef;
  color: #fff;
}
.rounded__nav-tabs.nav-tabs > li.active {
  color: #fff;
}
.rounded__nav-tabs.nav-tabs > li.active a {
  border-radius: 13px 13px 0 0;
  background: #054c47;
  color: #fff;
}

.rounded__tabs-content.tab-content {
  border-radius: 0 13px 13px 13px;
  box-shadow: 3px 3px 11px 1px #b5b5b5;
}

/*
*table_dotted
*/
table.table_dashed > thead > tr > th {
  border-bottom: solid 1px #d6d6d6;
  border-top: none;
}
table.table_dashed > tbody > tr > td {
  border-bottom: dashed 1px #d6d6d6;
  border-top: none;
}

/*
*table_list_rounded
*/
.table_list_rounded {
  overflow: hidden;
  border: solid black 1px;
  border-radius: 13px;
  border-color: #c0c0c0 !important;
  border-collapse: separate !important;
}
.table_list_rounded td {
  border: 1px solid #E8EDF1;
}
.table_list_rounded th {
  background: #f0fbfd;
  color: #00589f;
  border-bottom: solid 1px #d9e9ea !important;
}

/*
*input
*/
.radiusSearch-input-group.input-group > .form-control:first-child {
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  color: #fff !important;
  background: #79c7c2;
  min-height: 36px;
  border: none;
}
.radiusSearch-input-group.input-group > .form-control:first-child::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.radiusSearch-input-group.input-group > .form-control:first-child ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.radiusSearch-input-group.input-group > .form-control:first-child:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.radiusSearch-input-group.input-group > .form-control:first-child:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.radiusSearch-input-group.input-group .input-group-btn:last-child > .btn {
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  background: #79c7c2;
}

/**
*landscapeForm__Group
**/
.landscapeForm__Group:after {
  clear: both;
  display: block;
  content: "";
}

.landscapeForm__label {
  float: left;
  line-height: 37px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.landscapeForm__input {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/**
*定義width
**/
.length_year {
  max-width: 120px;
}

.length_code {
  max-width: 160px;
}

.length_projectName {
  max-width: 220px;
}

.length_sequence {
  max-width: 90px;
}

.length_documentNumber {
  max-width: 140px;
}

.length_agency {
  max-width: 240px;
}

.length_amount {
  max-width: 200px;
}

/*
*解決table checkbox 歪一邊
*/
.checkbox.check-default.checkbox-nolabeltex input[type=checkbox]:checked + label:after {
  text-align: center;
}
