
iframe.json {    
  /* padding: 10px !important; */
  /* border:solid 1px #eee; */
  border:none !important;
  border-radius:6px !important;
  filter: invert(100%) hue-rotate(180deg);
  background:#eee !important;
  color:white;
  padding: 3px 7px;
}

.form-group label {text-transform: uppercase;}

label {font-size:80%;color:grey;font-weight:bold;}

.modal .close {color: white !important; background:red;text-shadow: initial;
  font-size: 40px;height: 1px;margin-top: -24px; opacity:1.0;}

#app-container.menu-mobile .main-menu {transform: none;}

.code {font-family: monospace;background: black;color: white;
  padding: 10px;border-radius: 3px;font-size: 11px;}

p.json, [col$="_data"] {font-family: monospace;background:black;color:white;font-size:12px;
    display:inline-block;padding:5px;border-radius:10x;font-size:11px;line-height:13px;border:0px;}

table.sticky th {position: sticky; top: -1px; }
    
/* ////////////////////////////////////// */
/* /////////// SPECIAL   /////////////// */
/* ////////////////////////////////////// */

.alert {width: fit-content;}
.vcicon {vertical-align: sub;}
img.countryflag {height:12px; object-fit:none;}

/* .btn:hover {box-shadow:0px -3px 11px rgba(0,0,0,0.6) inset !important;} */
a.btnicon:hover {background:#eee;border-radius:100%;}
.btnicon {text-decoration:none;cursor:pointer;}


/* ////////////////////////////////////// */
/* /////////// GENERAL   /////////////// */
/* ////////////////////////////////////// */


html {width: 100%;}
body {overflow-x: hidden !important;}
form {margin:0px !important;padding:0px !important;}

body {padding:0px;margin:0px;}
#app-container {margin-top:80px;}
main {margin-top: 10px;}

a.link {text-decoration:underline !important;color:black !important;}
.active:hover a {text-decoration: none !important;}

small {font-size: 80% !important;}
.margin0 {margin:0px !important;}
.padding0 {padding:0px !important;}
.hidden {display:none !important;}
.invisible {visibility: none;}
.bordered {border:1px solid #ddd !important; border-radius:5px !important;}
.fullwidth {width: 100% !important; max-width:100% !important;}
.scrolling {overflow:auto;}
.scrolly {overflow-y:scroll;}
.scrollx {overflow-x:scroll;}

.data-text {font-family:monospace;font-size:12px;line-height:14px;padding:5px;}
.json {background:black;color:#eee;padding:10px;border-radius:5px;}

iframe {border:none;width:100%;overflow:auto;}
img {vertical-align: baseline;}


/* ////////////////////////////////////// */
/* /////////// TABLES  ////////////////// */
/* ////////////////////////////////////// */

table thead,  table th  {background:#f7f7f7;padding-left:5px;}
table.data-table {border-spacing: 0px !important;}
tr th {text-transform: uppercase; font-size:12px;}
table.dataTable .sorting_asc:before {right:1.2em;}
table.dataTable .sorting_asc:after {right:0.5em;}
.table td div {max-height: 150px; max-width: 300px; overflow: auto;}


/* ////////////////////////////////////// */
/* /////////// NAVIGATION  ////////////// */
/* ////////////////////////////////////// */

nav.breadcrumb-container {display:inline-block !important;}
nav a:hover {text-decoration: underline;}

li.breadcrumb-item {font-weight: bold !important;}
li.breadcrumb-item.active a {
  background: black !important;
  color:white; padding:5px; border-radius:5px;
}
nav.breadcrumb-container {
  height: 20px; position: relative;
  top: -5px; left: 10px;
}
main {margin-left: 150px !important;}

/* ////////////////////////////////////// */
/* /////////// LOAD SPINNER  //////////// */
/* ////////////////////////////////////// */

body.show-spinner>main {overflow: hidden !important;}

/* Hide everything under body tag */
body.show-spinner>* {opacity: 0;}

/* Spinner */
body.show-spinner::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}
/* Animation */
@keyframes spin {to {transform: rotate(360deg);}}
@-webkit-keyframes spin {to {-webkit-transform: rotate(360deg);}}




/* ////////////////////////////////////// */
/* ///////////// BUTTONS /////////////// */
/* ////////////////////////////////////// */

button.btn, a.btn {font-weight:bold !important; text-transform: uppercase;}

button.btn3d, a.btn3d  {
  border-bottom: solid 3px #555 !important;
  box-shadow: 0px 2px 2px #ccc !important;
  transition: all 50ms ease-in-out;
}

button.btn3d:hover, a.btn3d:hover {
  text-shadow: 0px 0px 5px grey;}

button.btn3d:active, a.btn3d:active {
  border-bottom: solid 1px black !important;
  box-shadow: 0px 0px 5px #333 inset;
  transform: translateY(2px);
}




/* ////////////////////////////////////// */
/* ///////////// MODALS //////////////// */
/* ////////////////////////////////////// */

.modal button.close {
  color: red;border: 4px solid red;font-size: 32px;
  border-radius: 20px; margin-top:-15px;
  line-height: 18px;height:36px;padding:5px;top:10px;}
.modal button.close:hover {transform: scale(1.05);opacity:1;}
.modal button.close:active {transform: scale(0.95);opacity:1;}

.modal .modal-content {
  border: none;
  border-radius: 15px;
  box-shadow: 0px 0px 30px #333;
}

.modal-right .modal-content {border-radius: 0px !important;}
.modal-right .modal-header {flex: 0 0 80px !important;}



/* ////////////////////////////////////// */
/* ///////////// BROWSER //////////////// */
/* ////////////////////////////////////// */


div::-webkit-scrollbar {width:6px;background: #eee;}
div::-webkit-scrollbar-thumb {background: #bbbbbb50;}
div::-webkit-scrollbar-track-piece{ display:none;}