/* -*- coding: utf-8-unix -*- */
/*
 * a CSS stylesheet for a style of an HTML document
 *
 * ****This stylesheet is based on Bootstrap 3.3.7.****
 *
 * dependencies:
 *   Bootstrap
 *
 * revisions:
 *   01_0001  2018-12-16  prototyped
 *   01_0002  2018-12-16  subsystems added (administration)
 *
 * ################################################################################
 * Copyright 2018 CiNK Corp.
 *
 * {RIGHTS_NOTICE}
 * ################################################################################
 *
 */
@charset "UTF-8";

/* --------------------------------------------------------------------------------
 * base
 * -------------------------------------------------------------------------------- */
body {
    padding-top: 71px;
}

html, body {
    height: 99%;
}

/* --------------------------------------------------------------------------------
 * type
 * -------------------------------------------------------------------------------- */
div.type_header {
    width:        100%;
}
nav.navbar-default div.type_header li > a {
    color:        #707070;
}
nav.navbar-default div.type_header li > a:hover,
nav.navbar-default div.type_header li > a:focus {
    color:        #303030;
    background:   transparent;
}
ul.type_header_left {
    float:        left;
}
ul.type_header_right {
    float:        right;
}
div.type_divider {
    border-right: 1px solid #d0d0d0;
    width:        50%;
}
div.type_margin {
    height:       20px;
}
div.type_error {
    display:      none;
    padding:      2px 0px;
    color:        #ff0000;
}
span.type_highlight {
    background:   #f0f0f0;
}

@media (max-width: 767px) {
  ul.type_header_right {
      margin-right: -30px;
  }
}

/* --------------------------------------------------------------------------------
 * state
 * -------------------------------------------------------------------------------- */
div.has-error div.type_error {
    display: block;
}

div#map-button-return {
  position: absolute;
  z-index: 2;
  bottom: 100px;
  right: 10px;
}

.container-base div.type_margin {
    height: 10px !important;
}

footer {
    height: 10%;
    display: flex;
    justify-content: end;
    align-items: end;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #323943;
    padding: 15px;
}

.footer-content a {
    color: #ffffff !important;
}

.height-40px {
    height: 40px;
}

.navbar-custom .nav.navbar-nav li a{
    margin: 15px;
    border-radius: 20px;
    padding: 0.7rem 3rem;
    font-size: 12px !important;
}

.navbar-custom .nav.navbar-nav li:first-child {
    width: 325px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-custom .nav.navbar-nav li:last-child a {
    background: #919293;
    color: #fff;
}

nav.navbar-default.navbar-custom {
    background:         #eff3f6;
    border-color:       #d0d0d0;
    margin-bottom: 30px;
}

.navbar-custom .nav.navbar-nav li a.active, .div-filter a.active{
    background-color: #0070CC !important;
    color: #fff;
}

.div-notice {
    border: 1px solid #D3D3D3;
    padding: 30px 30px 15px 30px;
    height: 55rem;
}

.div-notice .content {
    border-bottom: 1px dotted #C0DCF2;
    padding-bottom: 10px;
    font-size: 12px;
}

.div-notice .notice-content {
    height: 100%;
    overflow: auto;
}

.div-notice .notice-content p{
    margin: 10px;
}

.flag-notice {
    border: 1px solid #029CE3;
    border-radius: 10px;
    padding: 3px 10px;
    line-height: 1.5;
    background: #029CE3;
    position: absolute;
    top: -5px;
    left: 85px;
    color: #fff;
}

.p-15px {
    padding: 15px !important;
}

.pt-15px {
    padding-top: 15px !important;
}

.container-base .div-filter .lead {
    display: flex;
    justify-content: center;
    background: #029CE3;
    padding: 10px;
    color: #fff;
    height: 50px;
}

.div-filter {
    background: #EFF3F6;
    position: relative;
}

.div-filter .lead {
    position: fixed;
    z-index: 900;
}

.div-filter .p-15px, .div-filter .lead{
    width: 330px;
}

.div-filter .p-15px {
    padding-top: 60px !important;
}

.table-custom table thead, .header-content {
    height: 50px;
    background: #545353;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.table-custom table thead a {
    color: #fff !important;
}

.table-custom table thead th, td {
    text-align: center;
    line-height: 3;
}

.div-filter .button-company button.btn-primary, .div-filter a {
    text-align: left;
}

.div-filter .button-company button.btn-primary i, .div-filter a i{
    float: right;
    line-height: 1.5;
}

.modal-custom .modal-content {
    line-height: 4;
}

.modal-custom .modal-header {
    background: #029CE3;
    color: #fff;
}

.modal-custom .modal-header .close span {
    color: #fff;
    font-size: 27px;
}

.span_date {
    padding: 0!important;
    height: 34px;
}
.p_date {
    padding: 3px 6px;
}
.pb-10 {
    padding-bottom: 10px!important;
}
.access_span {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.justify_end {
    justify-content: end;
}
.pd-4 {
    padding: 4px 8px !important;
}
#company_number_visit_up::-webkit-input-placeholder {
    font-size: 10px;
}
#company_number_visit_down::-webkit-input-placeholder {
    font-size: 10px;
}
.right-map {
    cursor: pointer;
}
.form-control-display {
    min-width: max-content;
    padding-right: 10px;
}
.font-weight-bold {
    font-weight: bold;
}
.pagination>li>a {
    background: none !important;
    border: none !important;
    text-decoration: revert !important;
}

.pagination>li>a:hover {
    background: none !important;
}

.pagination>li>a.active {
    background: none !important;
    border: none !important;
    text-decoration: none !important;
    color: #1e2330;
}
.pagination>li>a, .pagination>li>span {
    padding: 4px 6px !important;
}

.container-home {
    position: absolute;
    overflow: auto;
    bottom: 15rem;
    top: 70px;
    width: 100%;
}

.container-base .btn {
    font-size: 12px !important;
}

@media (min-width: 768px) {
  #modalFilter .modal-dialog {
    width: 475px;
  }
} 

@media (max-width: 1432px) {
    .navbar-custom .nav.navbar-nav li a {
        margin: 15px 5px;
        padding: 0.7rem 2rem;
        font-size: 12px;
    }

    .navbar-custom .nav.navbar-nav li:first-child {
        width: 23%;
    }

    .navbar-custom .nav.navbar-nav {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
}

@media (max-width: 1080px) {
    body {
        padding: 110px 0px 30px 0px;
    }

    .navbar-custom .nav.navbar-nav li:first-child {
        height: 110px;
        width: 22%
    }

    .navbar-custom .nav.navbar-nav li a {
        margin: 10px 5px;
    }
}

#table-fixed {
    position: relative;
}

#table-fixed thead {
    position: fixed;
    width: calc(100% - 330px);
}
#table-content {
    margin-top: 50px;
}

#table-content tr td.col-3 {
    width: 25%;
}

#table-content tr td.col-2 {
    width: 16.7%;
}

#table-content tr td.w-13, #table-fixed tr th.w-13 {
    width: 13%;
}

#table-content tr td.w-14, #table-fixed tr th.w-14 {
    width: 14%;
}

#table-content tr td.w-17, #table-fixed tr th.w-17 {
    width: 17%;
}

#table-fixed > thead > tr {
    height: 100%;
}

.mt-69px {
    margin-top: 69px;
}

.paging-fixed {
    position: fixed;
    z-index: 1000;
    background: #fff;
    width: calc(100% - 330px);
}

a#create {
    padding: 1rem;
    letter-spacing: 0.1rem;
    margin-top: 1rem;
    font-size: 14px !important;
}

.alert-fixed {
    position: fixed;
    display: flex;
    height: 40px;
    width: 100%;
    justify-content: space-between;
    z-index: 200;
    margin-bottom: 50px;
    align-items: center;
}

.pt-40px {
    padding-top: 40px;
}