.navbar-toolbar .navbar-right .navbar-profile > a .meta .avatar img {
    height: 100%;
    object-fit: cover;
}

#sidebar-left.sidebar-box .sidebar-content img, #sidebar-left.sidebar-rounded .sidebar-content img, #sidebar-left.sidebar-circle .sidebar-content img {
    object-fit: cover;
}

/* Spinner */
.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #00b1e1;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/* Others */
.change-photo {
    position: absolute;
    right: 25px;
}

.sidebar-footer .pull-left {
    width: 50%;
}

.header-content .breadcrumb-wrapper .breadcrumb,
.header-content .breadcrumb-wrapper .breadcrumb a {
    font-size: 12px;
    color: #999;
}

.header-content .breadcrumb-wrapper .breadcrumb a,
.header-content .breadcrumb-wrapper .breadcrumb span {
    padding-left: 3px;
}

.header-content .breadcrumb-wrapper .breadcrumb i {
    width: 1.25em;
    text-align: center;
}

.callout-info:before {
    content: "\f00c";
}

.callout.vcenter p {
    padding: 15px 0px;
}

.form-group.detail {
    font-size: 12pt;
}

.no-data:before {
    font-family: "fontawesome";
    content: "\f119";
    display: block;
    font-size: 110px;
    margin-bottom: 5px;
}

.form-horizontal .form-group.detail {
    margin: 0px;
}

.table tbody tr td>button {
    margin-right: 5px;
}

.table tbody tr td>.btn {
    margin-bottom: 5px;
}

.datepicker {
    padding: 6px 12px;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background-color: #009dc8 !important;
}


.select2.select2-container .select2-selection,
.select2.select2-container span.select2-selection__arrow {
    height: 34px;
}

.select2.select2-container span.select2-selection__rendered {
    line-height: 34px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 6px;
    margin-left: 5px;
}



/* Error */
input.parsley-error,
textarea.parsley-error,
select.parsley-error {
    border-color: #dc3545 !important;
}

input.parsley-error:focus,
textarea.parsley-error:focus,
select.parsley-error:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

span.select2.select2-container .select2-selection.parsley-error {
    border: 1px solid #dc3545 !important;
}

.parsley-errors-list {
    list-style-type: none;
    padding-left: 0px;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.form-group>label,
form .form-group .control-label {
    font-weight: 600;
}


/* Reset */
#reset-style {
    all: initial;

    * {
        all: unset;
    }
}

/* Lain */
.w20px {
    width: 20px;
}

.w30px {
    width: 30px;
}

.w40px {
    width: 40px;
}

.w50px {
    width: 50px;
}

.w60px {
    width: 60px;
}

.w70px {
    width: 70px;
}

.w80px {
    width: 80px;
}

.w100px {
    width: 100px;
}

.w100 {
    width: 100%;
}

.mtop5 {
    margin-top: 5px;
}

.mtop10 {
    margin-top: 10px;
}

.bold {
    font-weight: bold;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.pb-4 {
    padding-bottom: 1.75em;
}

.p-0 {
    padding: 0 !important;
}

.text-left {
    text-align: left;
}

.pointer {
    cursor: pointer;
}
