﻿@media (min-width: 600px) {
    .dropdown-menu-lg {
        width: 420px;
    }
}

#loading-overlay {
    z-index: 1004;
    min-height: 1150px;
}

#loading-overlay {
    background: #000000;
    background-size: auto;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background-size: cover;
}

#loading-screen {
    background: url(../images/loading_line.gif) center center no-repeat;
    height: 100%;
    z-index: 20;
}

.circular--portrait {
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid white;
}


.circular--portrait--small {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid white;
    margin: 0px auto;
}


.circular--portrait img {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.circular--portrait--small img {
    width: 100%;
    height: auto;
}


.circular--landscape {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid white;
}

    .circular--landscape img {
        width: auto;
        height: 100%;
        margin-left: -50px;
    }

.circular--square {
    border-radius: 50%;
    border: 5px solid white;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    width: 900px !important;
    margin-left: auto;
    margin-right: auto;
}


#toast-container > div {
    opacity: 1.0;
}

.toast-success {
    background-color: #0ca632 !important;
}

.toast {
    flex-basis: 450px;
    max-width: 450px;
}



.modal-dialog {
    max-width: 1324px;
    margin: 1.75rem auto;
}


.card-title-v2 {
    width: 100%;
    min-height: 50px;
    background: #f0f0f0;
    vertical-align: middle;
    padding-top: 15px;
    padding-left: 30px;
    margin-bottom: 10px;
}

.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    width: auto;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
}

.the-fieldset {
    border: 1px solid #e0e0e0;
    padding: 10px;
}

/* The container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.text-red {
    color: red;
    position: absolute;
    top: 4px;
}


.styled-table {
    border-collapse: collapse;
    margin: 5px 0 25px 0px;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

    .styled-table th,
    .styled-table td {
        padding: 12px 15px;
    }

    .styled-table thead tr {
        background-color: #009879;
        color: #ffffff;
        text-align: left;
    }

    .styled-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }

        .styled-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        .styled-table tbody tr:last-of-type {
            border-bottom: 2px solid #009879;
        }

.btn-dongker {
    color: #fff !important;
    background: #227088 !important;
}

.btn-inpex {
    color: #fff !important;
    background: #1e43b3 !important;
}

#sidebar-menu ul li a {
    padding: 0.155rem 1.5rem !important;
    font-size: 18px !important;
}


.auth-full-bg-external .bg-overlay-external {
    background: url(/assets/images/inpex/inpex_2.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
    background-attachment: fixed;
    opacity: 1;
}
