/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21.03.2017, 16:26:03
    Author     : Cyril
*/

@import url("select2.min.css");
@import url("select2-bootstrap.min.css");
@import url("bootstrap-float-label.min.css");
@import url("snackbar.min.css");
@import url("snackbar-material.css");
@import url("ekko-lightbox.css");
@import url("jcontextmenu.css");
@import url("bootstrap-toggle.min.css");
@import url("jquery-confirm.min.css");

#indexmaintable
{
    position:absolute;
}

.hidden
{
    display:none;
}

.dialog
{
    display:none;
}

.fullwidth
{
    width:100%;
}

.centered
{
    text-align:center;
    align:center;
    float:center;
    margin: auto;
}

.red
{
    color:red;
}

.blue
{
    color:blue;
}

.green
{
    color:green;
}

.orange
{
    color:orange;
}

.bigsign
{
    font-size:24px;
}

.floatleft
{
    float:left;
}

.floatright
{
    float:right;
}

.selected, .selected td, .selected th
{
    cursor:hand;
    cursor:pointer;
    background-color:#66CCFF !important;
}

.italic
{
    font-style: italic;
}

.bold
{
    font-weight: bold;
}

.inline
{
    display: inline;
}

.vtop
{
    vertical-align: top;
}

table.table-condensed2 th,table.table-condensed2 td
{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

table.table-condensed0 th,table.table-condensed0 td
{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.menu-link
{
    font-size:30px;
}

.label-as-badge {
    border-radius: 1em;
}

td.table-inverse, th.table-inverse
{
    background-color: black !important;
    color:white !important;
}

.smalltext
{
    font-size:x-small;
}

.label-group>.label:first-child {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
}
    
.label-group>.label:nth-child(2) {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

.badge-important:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  cursor: pointer !important;
}
.badge-error-important {
  background-color: #b94a48 !important;
}
.badge-error-important:hover {
  background-color: #953b39 !important;
}
.badge-warning-important {
  background-color: #f89406 !important;
}
.badge-warning-important:hover {
  background-color: #c67605 !important;
}
.badge-success-important {
  background-color: #468847 !important;
}
.badge-success-important:hover {
  background-color: #356635 !important;
}
.badge-info-important {
  background-color: #3a87ad !important;
}
.badge-info-important:hover {
  background-color: #2d6987 !important;
}
.badge-inverse-important {
  background-color: #333333 !important;
}
.badge-inverse-important:hover {
  background-color: #1a1a1a !important;
}
input.bigcheckbox
{
    width:25px !important;
    height:25px;
}

.btn-37
{
    height:37px;
}

.ui-tooltip-no-border
{
    border:none !important;
    box-shadow:none !important;
}

.fancytable span.fancytree-title
{
    border: 0 !important;
}

.input-group-select
{
    padding: 0px;
}

:fullscreen
{
    background-color: white;
}

table.mainmenu_table tbody a
{
    font-family:  "Segoe-UI";
/*        "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
    font-size: 14px;
/*    font-weight: bold;*/
}

.pagefilter_done
{
    padding-top: 5px;
}

.input-group-btn button
{
    font-size:16px;
}

.leaflet-container .ui-dialog
{
    z-index: 10001 !important;
}

thead>tr.sticky>th,thead>tr.sticky>td
{
    position:sticky;
    top:0;
    z-index:10;
}
thead>tr.sticky1>th,thead>tr.sticky1>td
{
    position:sticky;
    top:28px;
    z-index:10;
}

span.input-group-addon.width-1{
    min-width: 100px;
}
span.input-group-addon.width-2{
    min-width: 200px;
}
span.input-group-addon.width-3{
    min-width: 300px;
}
span.input-group-addon.info{
    background-color: #d9edf7;
}

a.ntfLink
{
    text-decoration: none;
    color: black;
}
a.ntfLink span.badge-custom
{
    background-color: var(--data-color);
}

