@charset "SHIFT_JIS";
/**
 * C^[lbgΕΰVXeX^CV[g(€Κ)
 *
 * @author		k.yamaguchi
 * @copyright   2018 TOTEMO
 * @version     $Id: gyuho_common.css 2018-07-05 $
 * @date		2018.07.05
 */

/* =====================================================
 * # gbvo[X^C
 * ===================================================== */
.main-header .logo {
    background-color: #2a9a1e !important;
}

.main-header .navbar {
    background-color: #34c025 !important;
}

.main-header .navbar .sidebar-toggle:hover,
.main-header .navbar .navbar-custom-menu:hover {
    background-color: #2a9a1e !important;
}

/* =====================================================
 * # €ΚX^C
 * ===================================================== */
a {
    cursor: pointer;
}

a.widen {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.main-sidebar {
    padding-top: 50px !important;
}

.content-wrapper {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.content-wrapper iframe {
    display: block;
    border: none;
    width: 1px;
    min-width: 100%;
    *width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*margin-top: 50px;*/
    padding-top: 50px;
}

div.content {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

div.content iframe {
    display: block;
    border: none;
    padding: 15px;
    width: 1px;
    min-width: 100%;
    *width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 767px) {
    .fixed .content-wrapper {
        padding-top: 50px;
    }
}


.content-header,
.content {
    height: 100%;
}

body.has-pagetop {
    padding-bottom: 50px;
}

#page-top {
    position: fixed;
    bottom: 8px;
    /*top: 8px;*/
    right: 8px;
    font-size: 77%;
    z-index: 1000;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: auto;
    padding: 8px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

.pc-only {
    display: none;
}
.pc-only_cell {
    display: none;
}
.sp-only {
    display: inline;
}

#sidebar-backward {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    color: #ffffff;
}

.box {
    border: none;
    box-shadow: none;
}
.box-footer {
    border: none;
    box-shadow: none;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th {
    font-size: 1em;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none;
    }
}


@media screen and (min-width: 768px) {
    .pc-only {
        display: inline;
    }
    .pc-only_cell {
        display: table-cell;
    }
    .sp-only {
        display: none;
    }
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.skin-orange .sidebar-menu > li.header {
    color: #ffffff;
    font-size: 15px;
}

.sidebar-menu > li > a {
    font-size: 16px;
}

.treeview-menu > li > a {
    font-size: 16px;
}
.skin-orange .sidebar-menu {
    display: block;
}

.skin-orange .sidebar-menu dd:hover,
.skin-orange .sidebar-menu dd.menu-open {
    background: #1e282c;
}
.skin-orange .sidebar-menu dd:hover > a,
.skin-orange .sidebar-menu dd.menu-open > a {
    color: #ffffff;
}

.sidebar-menu > dd {
    position: static;
}

.skin-orange .sidebar-menu > dd.header {
    color: #ffffff;
    font-size: 15px;
}

.sidebar-menu > dd > a {
    font-size: 16px;
}

.treeview-menu > dd > a {
    font-size: 16px;
}

.skin-orange .sidebar-menu .treeview-menu > dd > a:hover {
    color: #ffffee;
}

.sidebar-menu dd > a > .fa-angle-left,
.sidebar-menu dd > a > .pull-right-container > .fa-angle-left {
    margin-top: 3px;
}

table.dataTable.no-footer,
.box-header.with-border {
    border-bottom: none;
}

.sidebar .sidebar-menu .active,
.sidebar .sidebar-menu .treeview .active,
.sidebar .sidebar-menu .active:hover,
.sidebar .sidebar-menu .treeview .active:hover {
    color: #ff3700;
}

/* BLOCK UI */
div.blockElement {
    background-color: rgba(255, 255, 255, 0) !important;
}

div#NowLoading {
    border-radius:         5px; /* CSS3     */
    -webkit-border-radius: 5px; /* WebKitn */
    -moz-border-radius:    5px; /* Firefox  */
    background-color: rgba(255, 85, 0, 0.6);
}

div#NowLoading {
    font-size: 20px;
    padding: 20px;
}
/* BLOCK UI */

/* margins */
.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.ml-0 {
    margin-left: 0;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.mr-0 {
    margin-right: 0;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}
/* margins */

/* padding */
.pt-0 {
    padding-top: 0;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pl-0 {
    padding-left: 0;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pr-0 {
    padding-right: 0;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}
/* padding */

/* colors */
.bg-allcows {
    background-color: #a0c238;
    color: #ffffff;
}

.bg-mothers {
    background-color: #c73576;
    color: #ffffff;
}

.bg-calves {
    background-color: #e3b3cd;
    color: #ffffff;
}

.bg-others {
    background-color: #de9610;
    color: #ffffff;
}

.bg-allcows .icon,
.bg-mothers .icon,
.bg-calves .icon,
.bg-others .icon {
    text-shadow: none;
}

.bg-maxdata {
    background-color: #c93a40;
}

.bg-mindata {
    background-color: #65ace4;
}

.bg-normaldata {
    background-color: darkgray;
}

.bg-zeronodata {
    background-color: #fff001;
}

.bg-alertdata {
    background-color: #2a9a1e;
}
.bg-alertdata i {
    font-size: 60px;
    line-height: 1.5em;
}

.bg-het {
    background-color: #c73576;
    color: #ffffff;
}
div.alredy .bg-het {
    background-color: #ff45aa;
    color: #333;
}

.bg-fer {
    background-color: #00bfff;
    color: #ffffff;
}
div.alredy .bg-fer {
    background-color: #66d9ff;
    color: #333;
}

.bg-del {
    background-color: #e3b3cd;
    color: #ffffff;
}
div.alredy .bg-del {
    background-color: #ffc9e7;
    color: #333;
}

.bg-wom {
    background-color: #66cdaa;
    color: #ffffff;
}
div .alredy .bg-wom {
    background-color: #7accb1;
    color: #333;
}

.bg-atx {
    background-color: #ff6e00;
    color: #ffffff;
}
div.alredy .bg-atx {
    background-color: #ffa866;
    color: #333;
}

.red {
    color: #ff0000;
}

/* DPΣθκo^ */
.table-bg-pcj {
    background-color: #66CC33;
    color: #fff;
}

/* phbNκo^ */
.table-bg-pcr {
    background-color: #99bfe6;
}


/* colors */

.error-msg {
    font-weight:bold;
    color:#C50000;
    text-align: left;
}

/* =====================================================
 * # Ζ±o^_CAO
 * ===================================================== */
#menu-buttons h3 {
    text-align: left;
    font-size: 28px;
}

#menu-buttons .icon {
    color: #ffffffcc;
    display: block;
}

@media screen and (min-width: 768px) {
    #menu-buttons .icon {
        color: #ffffff;
    }
}

div.modal-header .close {
    font-size: 36px;
}
div.modal-header h4 {
    font-size: 24px;
}

/* o^tH[{^ */
div.modal-footer {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 10;
}

div.modal-footer,
div.box-footer {
    border-top: none;
}

div.modal .nav-tabs-custom {
    margin-bottom: 0;
    box-shadow: none;
}
div.modal .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
    border-left-color: #f4f4f4;
}
div.modal .nav-tabs-custom > .tab-content {
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    border-radius: 3px;
}
/* =====================================================
 * # ΒΜo^
 * ===================================================== */
div#iden_btn, div#dounyu_btn, div#zyoseki_btn, div#kotai_btn {
    z-index: 11;
}
/* =====================================================
 * # ͺΨo^EqΜΗΑ
 * ===================================================== */
div#btnAddNewCalf {
    position: absolute;
    top: 34px;
    right: 6px;
    cursor: pointer;
    width: 64px;
    height: 48px;
    background-color: transparent;
    color: orangered;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

div#btnAddNewCalf img {
    width:48px;
    height: 48px;
}

/* =====================================================
 * # κo^e[u
 * ===================================================== */
#pregnancy_cows table {
    width: calc(100% - 18px);
}

#pedometer_cows table {
    width: calc(100% - 18px);
}

#cowgroup_cows table {
    width: calc(100% - 18px);
}

#pregnancy_cows table td {
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #f4f4f4;
}

#pedometer_cows table td {
    vertical-align: middle;
    padding: 0.2rem;
    font-size:1.2rem;
}
#pedometer_cows table th {
    padding: 0.2rem;
    font-size:1.2rem;
}


#cowgroup_cows table td {
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #f4f4f4;
}

textarea.form-control {
    min-height: 150px;
}
/* =====================================================
 * # ΰE
 * ===================================================== */
.hidden_column {
    visibility: hidden;
    width: 0;
}
.form-control.newPedometer{
  font-size:1.2rem;
  padding:0.5rem;
  width:5em;
  margin:0 auto;
}

/*PC€*/
@media screen and (min-width: 768px){
    .form-control.sp-only {
        display: none;
        }
    br.sp-only {
        display: none;
        }
}
/*X}z€*/
@media screen and (max-width: 767px){
    .form-control.pc-only {
        display: none;
        }
    br.pc-only {
        display: block;
        }
    .form-control.sp-only {
        font-size:1.2rem;
        }
}
/* =====================================================
 * # ͺΨE(20201228 ͺΨΔ(ͺΨEΗΑ))
 * ===================================================== */
.form-control.newDeliveryNo{
  font-size:1.2rem;
  padding:0.5rem;
  width:5em;
  margin:0 auto;
}
/* =====================================================
 * # νϋκ
 * ===================================================== */
.table_ShaveCollectivelyHooves .ml-25 {
    padding:0.5rem;
    margin:0 auto;
  }


/* =====================================================
 * # ΒΜξρΜν
 * ===================================================== */
#delete_button_area fieldset {
    margin: 5px 0;
    padding: 2px 10px 10px 10px;
    border: 1px solid #999;
    border-radius: 4px;
    text-align: center;
}

#delete_button_area fieldset legend {
    margin-bottom: 0;
    width: auto;
    font-size: 16px;
    font-weight: bold;
}

#delete_button_area fieldset legend label {
    margin: 0 0.25em;
}

@keyframes blink {
    85% { opacity: 0.0; }
    15% { opacity: 1.0; }
}

@-webkit-keyframes blink {
    85% { opacity: 0.0; }
    15% { opacity: 1.0; }
}

#msg_cowDelete {
    animation: blink 1s step-end infinite;
    -webkit-animation: blink 1s step-end infinite;
    margin-bottom: 4px;
    text-align: center;
}
