/* 작은 기기들 (태블릿, 768px 이상) */
@media (min-width: 768px) {
    .container {
        width: 970px;
    }
    .modal-dialog {
        width: 900px;
    }
}

.form-control, input {
    border-width: 1px;
}

.ui-front { z-index: 999999; }

.ui-autocomplete {
    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
}

body {
    padding-top: 80px;
    padding-bottom: 120px;
    font-size: 12px;
}

.navbar-toggle {
    margin-right: 0px;
    padding: 15px 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 0px
}

.navbar-toggle .icon-bar {
    width: 25px;
    height: 4px;
    border-radius: 0px
}

thead {
    border-bottom: 2px solid;
    border-bottom-color: #e6e6e650;
}

table thead th {
    text-align: center;
}

table tbody td {
    text-align: center;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.modal-header {
    background-color: #1b3854;
    color: #eee;
}

.modal .close {
    color: #eee;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #18bc9c;
}

.footer {
    background-color: #4c545d;
    color: white;
    min-height: 0;
    text-align: right;
    padding-right: 10px;
}

.alert-default {
    background-color: #dddede;
    border-color: #cccccc;
    color: #767778;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.caregiver-summary-count:hover {
    color: #429387;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}