﻿div.dt-buttons {
    position: relative;
    float: left;
}

body {
    font-size: 12px !important
}

textarea {
    resize: none;
}

.margin-y-10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.margin-0 {
    margin: 0px !important;
}

.padding-0 {
    padding: 0px;
}

.margin-bottom-3 {
    margin-bottom: 3px !important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.container_acronym {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    background: rgba(0, 196, 179, 1);
    margin: auto;
}

.name_acronym {
    color: white;
    font-size: 36px;
    line-height: 95px;
}

.treeview-menu > li > a {
    font-size: 12px;
}

.error {
    font-size: .8em;
    color: red;
}

.box-komo {
    border-top: 3px solid #605ca8
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: rgb(96, 92, 168);
    border-color: rgb(96, 92, 168)
}

div.dataTables_wrapper div.dataTables_filter input[type=search] {
    display: none;
}

/*.table-nowrap td, .table-nowrap th {
    white-space: nowrap !important;
}*/

.no-wrap {
    white-space: nowrap !important;
}

.word-break {
    word-break: break-word !important;
}

.table-borderless td, .table-borderless th {
    border: none !important;
}

#loading {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#loading::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.table-hover tbody tr:hover td:not(.dataTables_empty), .table-hover tbody tr:hover th {
    background-color: #e0dede;
}

#tblOnboarding thead tr th:nth-child(3) {
    min-width: 150px;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.8;
}

/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default 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: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #f39c12;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 10px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*.box.box-solid.box-default > .box-header {
    color: white;
    background: #222d32;
    background-color: #222d32;
}

.box.box-solid.box-default {
    border: 1px solid #222d32;
}*/
.zero-record-container {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.4;
}

.zero-record-msg {
    flex: 0 0 18vw;
}

.empty-record-img {
    width: 60%;
    height: 75%;
    margin: auto;
}

.vertical-middle {
    vertical-align: middle !important;
}

.nav-tabs.nav-justified > li > a {
    color: gray;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    font-weight: 800;
    color: #605ca8;
}
.div-upload-replace {
    border: 1px solid;
    border-color : lightgray;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.btn-outline-primary {
    color: #367fa9;
    background-color : white;
    /*border-color: #367fa9;*/
}

.modal-footer-upload{
    display:flex;
}

.font-weight-normal{
    font-weight:normal;
}