html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
/*  margin-bottom: 60px;*/
}

.layui-form-label{
    width:120px;
}
.layui-content-body{
    padding-top:10px;
}
.layui-layer-content{
    padding:20px;
}

/*Ê±¼äÑ¡Ôñ¿Ø¼þ*/
.fastpicker {
    *zoom: 1;
    display: inline-block
}

    .fastpicker:before,
    .fastpicker:after {
        content: "";
        display: table
    }

    .fastpicker:after {
        clear: both
    }

    .fastpicker .date-selector {
        display: block;
        float: left;
        height:36px;
        line-height: 36px;
        padding: 0 14px;
        margin: 0 12px 0 0;
        border: solid 1px #c1c1c1;
        cursor: pointer;
        font-size: 14px;
        position: relative;
        -webkit-border-radius: 3px;
        border-radius: 3px
    }

        .fastpicker .date-selector:hover {
            border-color: #009688;
            color: #004274
        }

        .fastpicker .date-selector.active {
            border-color: #009688;
            background-color: #009688;
            color:#fff;
        }
