/* Base */
body {
    font-family: "Open Sans", sans-serif;
}

.modal-footer {
    border-top: none;
}


@media only screen and (min-width: 600px) {
    .container-small {
        width: 40%;
    }

    .container-medium {
        width: 70%;
    }
}

.modal-daftarkan {
    max-width: 700px !important;
    margin: 1.75rem auto
}

.dropzone {
    border-style: dashed !important;
    border-color: #337AB7 !important;
    border-radius: 4px !important;
    background-color: #F8F8F8 !important;
}

.form-action {
    width: 50px;
}

.login-area {
    min-height: 90vh;
}

.form-two-action {
    width: 90px !important;
}

.asteriskField {
    /* display: none; */
    color: #f25d5d;
}

.chart-tren {
    margin: 4rem 0;
}

/* Colors */
.color-darkblue {
    color: #337ab7;
}

.color-blue {
    color: #5aa0ff;
}

.color-orange {
    color: #ffb95a;
}

.color-red {
    color: #f25d5d;
}

/* Backgrounds */
.bg-blue {
    background-color: #5aa0ff;
}

.bg-lightblue {
    background-color: #cee2ff;
}

.bg-smoothgrey {
    background-color: #eeeeee;
}

.bg-lightgrey {
    background-color: #f6f7fb;
}

/* Buttons */
.btn {
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: bold;
}

.btn-blue {
    color: #ffffff;
    background-color: #5aa0ff;
    border-color: #5aa0ff;
}

.btn-blue:hover {
    color: #dadada;
    background-color: rgb(72, 130, 211);
    border-color: rgb(72, 130, 211);
}

.btn-blue:focus,
.btn-blue.focus {
    color: #ffffff;
    background-color: #5aa0ff;
    border-color: #5aa0ff;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-blue.disabled,
.btn-blue:disabled {
    cursor: default;
    color: rgba(90, 160, 255, 0.7);
    background-color: rgba(90, 160, 255, 0.2);
    border-color: rgba(90, 160, 255, 0.2);
}

.btn-blue-inverse {
    color: #5aa0ff;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-blue-inverse:hover {
    color: #5aa0ff;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-blue-inverse:focus,
.btn-blue-inverse.focus {
    color: #5aa0ff;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-blue-inverse.disabled,
.btn-blue-inverse:disabled {
    cursor: default;
    color: #5aa0ff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-blue-outlined {
    color: #5aa0ff;
    background-color: #ffffff;
    border-color: #5aa0ff;
}

.btn-blue-outlined:hover {
    color: #5aa0ff;
    background-color: #e2e6ea;
    border-color: #5aa0ff;
}

.btn-blue-outlined:focus,
.btn-blue-outlined.focus {
    color: #5aa0ff;
    background-color: #e2e6ea;
    border-color: #5aa0ff;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-blue-outlined.disabled,
.btn-blue-outlined:disabled {
    cursor: default;
    color: #5aa0ff;
    background-color: #f8f9fa;
    border-color: #5aa0ff;
}

.btn-green {
    color: #ffffff;
    background-color: #71d8bd;
    border-color: #71d8bd;
}

.btn-green:hover {
    color: #ffffff;
    background-color: #65c0a8;
    border-color: #65c0a8;
}

.btn-green:focus,
.btn-green.focus {
    color: #ffffff;
    background-color: #71d8bd;
    border-color: #71d8bd;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-green.disabled,
.btn-green:disabled {
    cursor: default;
    color: #ffffff;
    background-color: #71d8bd;
    border-color: #71d8bd;
}

.btn-grey {
    color: #313131;
    background-color: rgba(234, 234, 234, 0.7);
    border-color: rgba(234, 234, 234, 0.7);
}

.btn-grey:hover {
    color: #313131;
    background-color: rgba(234, 234, 234, 0.9);
    border-color: rgba(234, 234, 234, 0.9);
}

.btn-grey:focus,
.btn-grey.focus {
    color: #313131;
    background-color: rgba(234, 234, 234, 0.7);
    border-color: rgba(234, 234, 234, 0.7);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-grey.disabled,
.btn-grey:disabled {
    cursor: default;
    color: #313131;
    background-color: rgba(234, 234, 234, 0.7);
    border-color: rgba(234, 234, 234, 0.7);
}

.btn-red {
    color: #ffffff;
    background-color: rgba(242, 93, 93, 0.7);
    border-color: rgba(242, 93, 93, 0.7);
}

.btn-red:hover {
    color: #ffffff;
    background-color: rgba(242, 93, 93, 0.9);
    border-color: rgba(242, 93, 93, 0.9);
}

.btn-red:focus,
.btn-red.focus {
    color: #ffffff;
    background-color: rgba(242, 93, 93, 0.7);
    border-color: rgba(242, 93, 93, 0.7);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-red.disabled,
.btn-red:disabled {
    cursor: default;
    color: #ffffff;
    background-color: rgba(242, 93, 93, 0.7);
    border-color: rgba(242, 93, 93, 0.7);
}

.btn-lightblue {
    color: #ffffff;
    background-color: rgba(90, 160, 255, 0.7);
    border-color: rgba(90, 160, 255, 0.7);
}

.btn-lightblue:hover {
    color: #ffffff;
    background-color: rgba(90, 160, 255, 0.9);
    border-color: rgba(90, 160, 255, 0.9);
}

.btn-lightblue:focus,
.btn-lightblue.focus {
    color: #ffffff;
    background-color: rgba(90, 160, 255, 0.7);
    border-color: rgba(90, 160, 255, 0.7);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-lightblue.disabled,
.btn-lightblue:disabled {
    cursor: default;
    color: #ffffff;
    background-color: rgba(90, 160, 255, 0.7);
    border-color: rgba(90, 160, 255, 0.7);
}
.btn-orange {
    color: #ffffff;
    background-color: rgba(255, 185, 90, 0.8);
    border-color: rgba(255, 185, 90, 0.8);
}

.btn-orange:hover {
    color: #ffffff;
    background-color: rgba(255, 185, 90, 0.9);
    border-color: rgba(255, 185, 90, 0.9);
}

.btn-orange:focus,
.btn-orange.focus {
    color: #ffffff;
    background-color: rgba(255, 185, 90, 0.8);
    border-color: rgba(255, 185, 90, 0.8);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-orange.disabled,
.btn-orange:disabled {
    cursor: default;
    color: #ffffff;
    background-color: rgba(255, 185, 90, 0.8);
    border-color: rgba(255, 185, 90, 0.8);
}

/* Navbar */
.navbar-logo {
    display: none;
}

@media only screen and (min-width: 500px) {
    .navbar-logo {
        width: 80px;
        position: absolute;
        top: 0;
        display: initial;
    }

    .navbar-brand {
        margin-left: 100px;
    }
}

/* Alerts */
.alert-green {
    color: #313131;
    background-color: rgba(113, 216, 189, 0.4);
    border-color: rgba(113, 216, 189, 0.4);
}

.alert-green hr {
    border-top-color: #ffe8a1;
}

.alert-green .alert-link {
    color: #313131;
}

/* Datatablss */
thead input {
    width: 100%;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 0;
    background-color: #fff;
    background: #fff;
    color: #5aa0ff !important;
    border: 1px solid #5aa0ff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    margin-left: 0;
    background-color: #ddd;
    background: #ddd;
    color: #5aa0ff !important;
    border: 1px solid #5aa0ff;
}

.dataTables_wrapper .dataTables_length {
    float: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #5aa0ff;
    color: white !important;
    background: #5aa0ff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 1px solid #ddd;
    color: #ddd !important;
}

.dataTables_paginate{
    margin-top: 1.5rem;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
