﻿
/*  BMS STYLES */
.img-bordered {
    outline: 1px solid #a4b7c1;
}

/* EDITOR DATATABLES.NET OVERRIDES */
div.DTE_Inline div.DTE_Field input.form-control {
  font-size: 8pt;
}

td.editable:hover {
    cursor: pointer;
    background-color: #C7E9F5 !important;
    color: black;
}

/* CORE UI OVERRIDES */
.app-body {
    background-color: #000000;
    color: #ffffff;
}

.app-header.navbar .navbar-brand {
    display: inline-block;
    height: 50px;
    padding: 0.5rem 1rem;
    margin-right: 0;
    background-color: #191C24;
    background-image: url('img/logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 140px auto;
    border-bottom: none;
}

.app-header.navbar {
    background-color: #191C24;
    border-bottom: 1px solid #2C2E33;
}

@media (min-width: 992px) {
    .brand-minimized .app-header.navbar .navbar-brand {
        width: 50px;
        background-color: #191C24;
        background-image: url('img/logo-symbol.png');
        background-size: 32px;
        border-bottom: none;
    }
}

.navbar-nav .nav-link, .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-nav .dropdown-toggle {
    color: #6C7293;
}

.nav-link:hover, .navbar .dropdown-toggle:hover, .nav-link:focus, .navbar .dropdown-toggle:focus {
    color: #ffffff !important;
}

.breadcrumb {
    background-color: #191C24;
    color: #ffffff;
    border-bottom: 1px solid #2C2E33;
}

.card {
    border-color: #2C2E33;
}

.card-header {
    font-weight: bold;
    color: #ffffff;
    background-color: #2071A7;
    border-bottom: 1px solid #2C2E33;
    padding: 0.75rem 1.25rem;
}

.card-header .card-actions a, .card-header .card-actions button {
    color: #ffffff;
    font-weight: bold;
    border-left: 1px solid #2C2E33;
}

.card-body {
    color: #6C7293;
    background-color: #191C24;
}

.sidebar .nav-title {
    padding: 0.75rem 1rem;
    font-size: 14px;
    font-weight: 600;
    color: #c2cfd6;
    text-transform: uppercase;
}

.fill { 
    min-height: 100%;
    height: 100%;
}

.no-underline {
    text-decoration: none !important;
}

/*.assemblytree-container {
    height: 80vh !important;
    overflow: auto !important;
}*/

 span.drag-source {
    border: 1px solid grey;
    border-radius: 3px;
    padding: 2px;
    background-color: silver
  }

ul.fancytree-container {
    width: 100% !important;
    /*overflow: auto !important;*/
    border: none !important;
    outline: none !important;
}

table.fancytree-container {
    width: 100% !important;
    /*overflow: auto !important;*/
    border: none !important;
    outline: none !important;
}

span.fancytree-node.fancytree-drag-source {
/*outline: 1px dotted grey;*/
outline: none !important;
}

table.fancytree-ext-table tbody tr.fancytree-focused span.fancytree-title {
  /*outline: 1px dotted black;*/
    outline: none !important;
}

/*
  span.fancytree-node.fancytree-drag-source.fancytree-drag-remove {
    opacity: 0.4;
  }
  span.fancytree-node.fancytree-drop-over {
    outline: 1px solid gray;
  }
*/
span.fancytree-node.fancytree-drop-accept {
    outline: 2px solid #28a745;
}

span.fancytree-node.fancytree-drop-reject {
    outline: 2px solid #dc3545;
}

.control-label {
    font-weight: bold !important;
}

.check-box {
    width: 24px;
    height: 24px;
}

.custom-file-container__image-preview {
    box-sizing: border-box;
    transition: all 0.6s ease;
    margin-top: 0;
    margin-bottom: 0;
    height: 150px;
    width: 150px;
    border-radius: 4px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#divOriginalImage img {
    display:block;
    margin:auto;
}

#divUploadImage div {
    display:block;
    margin:auto;
}

.bootbox-button {
    float:right;
    margin-left: 10px;
    width: 100px;
}

a.disabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.dataTables_wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.divToggleCollapsed {
    height: 60px;
    overflow: hidden;
}

.divToggleExpanded {
}

.dropdown-menu {
    background-color: #191C24;
    color: #6C7293;
    border: 1px solid #2C2E33;
}

.dropdown-item {
    color: #6C7293;
    border-bottom: 1px solid #2C2E33;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff;
    background-color: #2A3038;
    border-bottom: 1px solid #2C2E33;
}

    .dropdown-item:last-child {
        border-bottom: 1px solid #191C24;
    }

.dropdown-header {
    font-size: 10pt;
    background-color: #2071A7;
    color: #ffffff;
    border-bottom: 1px solid #2C2E33;
}

.dropdown-menu {
    margin-top: 16px;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.image-link {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

img.mfp-img {
    min-height: 500px !important;
}

.blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.form-control {
    background-color: #2A3038;
    color: #ffffff;
    border: 1px solid #2c2e33;
}

.form-control:focus {
    background-color: #2A3038;
    color: #ffffff;
    border: 1px solid #2c2e33;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #191C24;
    opacity: 1;
}

.table {
    color: #6C7293;
    background-color: #191C24;
}
.table-bordered {
    border: 1px solid #2c2e33;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #2c2e33;
}

.table thead th {

    border: 1px solid #2c2e33;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #191C24;
}

.modal-header {
    border-bottom: 1px solid #2c2e33;
}

.modal-footer {
    border-top: 1px solid #2c2e33;
}

.modal-body {
    color: #ffffff;
}

.tab-content {
    background-color: #000000;
    border: none;
}

.nav-tabs .nav-link {
    color: #6C7293;
    background-color: #191C24;
    border-color: #2C2E33;
}

.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #2A3038;
    border-color: #2C2E33;
}

.nav-tabs .nav-link.active:focus {
    color: #ffffff;
    background-color: #2A3038;
    border-color: #2C2E33;
}

.nav-tabs .nav-link:hover {
    color: #ffffff;
    border-color: #2C2E33;
}

.custom-file-container__custom-file__custom-file-control {
    color: #ffffff;
    background-color: #2A3038;
    border-color: #2C2E33;
}