.body-content {
    min-height: 430px;
}

/* 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);
    }
}

/* Theme */
.btn-teal.btn-pushright {
    background: #37BC9B;
    border-color: #37BC9B;
    box-shadow: 6px 0 #31a88b;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.btn-teal.btn-pushright:hover {
    box-shadow: 4px 0 #31a88b;
    left: 2px;
}

.label.label-secondary {
    color: #636E7B;
}


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

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

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

.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;
}

.form-control[viewonly] {
    border: none;
    background: transparent;
    padding: 0;
    font-weight: 600;
    font-size: 12pt;
    color: #555;
}

img.thumbnail {
    display: initial;
}

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

.table tbody tr td>.btn {
    margin-right: 0;
}

.table tbody tr td hr {
    margin: 5px 0 10px 0;
}

.text-nowrap {
    white-space: nowrap;
}

.form-body .form-group:not(.detail) {
    min-height: 64px;
}

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

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

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

.table tbody tr td .btn.btn-teal i,
.table tbody tr td .btn.btn-lilac i {
    color: white;
}

.datepicker {
    padding: 6px 12px;
}

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

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

.chosen-container-single .chosen-single,
.chosen-container-single.chosen-with-drop .chosen-single {
    height: 34px !important;
}

.chosen-container-single .chosen-single div b,
.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: 0px 8px !important;
}

.chosen-container.chosen-container-single .chosen-single {
    padding: 3px 0 3px 8px;
}

.datepicker .datepicker-switch:hover {
    background-color: #009dc8 !important;
}

.datepicker.datepicker-dropdown.dropdown-menu {
    z-index: 1100 !important;
}

td>ol,
.form-group.detail ol {
    padding-left: 15px;
}

.btn-clear {
    margin-left: -30px;
    z-index: 100;
    padding: 0 11px;
    font-size: 10pt;
    font-weight: bold;
    display: none;
    height: 34px;
}

.btn-clear:active {
    box-shadow: none;
}

.btn-clear::after {
    content: '×';
    top: 8px;
}

.input-group.input-clear {
    display: initial;
}

.gray {
    background-color: #eee;
}

/* 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;
}

.w110px {
    width: 110px;
}

.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;
}
