﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}*/

/* Provide sufficient contrast against white background */
/*a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}

body {*/
/* Margin bottom by footer height */
/*margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
/*}*/
.start-red {
    color: #ff0000;
}

.list-menu .box-list-menu .img-show {
    position: relative;
    width: 100%;
    height: auto;
    border: 0;
}

.modal-loading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/ajax-loader.gif') 50% 50% no-repeat;

}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
modal.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
modal.loading {
    display: block;
}


.modal-loadingcustom {
    display: none;
    /*position: fixed;*/
    position: fixed;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -50px;
    z-index: 1000;
    width: 4rem;
    height: 4rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    background: rgba( 255, 255, 255, .8 ) 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
modal.loadingcustom {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
modal.loadingcustom {
    display: block;
}


.row-container {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    background-color: rgba( 255, 255, 255, .8 );
    overflow: hidden;
}

.render-frame {
    flex-grow: 1;
    border: none;
    margin: 0;
    margin-top: 5px;
    padding: 0;
    height: 800px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    /* height: 28px; */
    user-select: none;
    -webkit-user-select: none;
    border-radius: 1px;
    /* border: none; */
}

.zoomCustom {
    transition: transform .3s; /* Animation */
}
.zoomCustom:hover {
    transform: scale(1.1); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.list-menu-slide.zoomCustom:hover {
    padding: 10px;
    background-color: rgb(199, 209, 208); /* rgb(235, 235, 235);*/
    text-align: center;
    border-radius: 10px;
    position: relative;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    height: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

#box-update .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#box-update .nav-tabs a.nav-link {
    color: #495057 !important;
}

#box-update .nav-tabs .nav-link.active {
    color: #5484ff !important;
    background-color: #f5f5f5;
    border-color: #dee2e6 #dee2e6 #fff;
}