/* Custom css */

html,body{ height: 100%; } 

body{
    /*height: 100%;
    width: 100%; */
    margin: 0;
    padding-top: 60px;
    padding-bottom: 20px;
}
/*#header{ height: 74px; }*/
#container{ /*height: calc(100%-70px);*/ display:block; /*overflow:auto;*/  }

.input-group .btn-default, .input-group .btn-default:hover, .input-group .btn-default:focus{ cursor: text; text-align: left; background-color: #fff; }
.input-group .btn-default:focus{ border-color: #66afe9; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6); }

.h100{ position: relative; height: 100%; min-height: 200px; /*display:block;*/ }
/*.table{ min-height: 200px !important; }*/

.dthead{ Xfloat: left; width:100%; vertical-align: 'center'; }
.dthead .pull-left{ float: left;  }
.dthead .pull-right{ float: right; margin-left: 10px; }
.dtleft{ text-align: left }

.dthead Xdiv{ display:inline-block; height: 100%; vertical-align: middle; }
.Xdthead input{ height: unset; padding: 6px 12px; margin-top: 2px; Xbackground-color:#f00;  }
.Xdtscroll{ width:100%; Xoverflow-x: scroll; Xheight: 100%; Xoverflow-y: scroll; }

hr {
    height: 2px;
    background-color:#555;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 75%;
}
/* dialog above timeline-entries, !important for overriding */
.ui-dialog { z-index: 1000 !important ;}
/*.dialog{ z-index: 1000; }/*for timeline*/

.nowrap { white-space: nowrap; }
.nohover, .nohover:hover{
    cursor: text;
    background-color: #fff;
    text-align: left;
}
.center, .center:hover{
    text-align: center;
}

/* bootstrap media sizes, custom nopadding */
@media(max-width:767px){ /*xs { }*/ }
@media(min-width:768px){ /*sm */ }
@media(min-width:992px){ /*md */
    .nopadding-md {
       padding: 0 !important;
       margin: 0 !important;
    } 
}
@media(min-width:1200px){ /*lg */ } 


.navbar-brand>img {
  height: 48px;
  margin: -12px auto;
}
.navbar-text{ margin-left: 10px;}
.important{ background-color: #f00; }

/*.container, #container{
    /*background-color: #f00;* /
    height: 100%;
}*/
#map {
  /*height: calc(100% - 74px);*/
  height: 100%;
  border-top: solid 4px #666;  
}

/* werkt nie.. 
th input { 
    ::placeholder { color: #fff; opacity: 1; } /* Chrome, Firefox, Opera, Safari 10.1+ * /
    :-ms-input-placeholder{ color: #fff; } /* Internet Explorer 10-11 * /
    ::-ms-input-placeholder { color: #fff; } /* Microsoft Edge * /
}
::placeholder { color: #f00; opacity: 1; }
*/

.dh500{
    height: 500px;
    min-height: 500px !important;
}

/*table{
    height:0px; /*Set any facultative length value to Height (percentage value doesn't work)* /
    min-height:100vh;
}*/


/* datatables 
table.dataTable {
  border-collapse: collapse;
  width: 100% !important;
}

/* NOTE: not working if scrollY is set * /
tfoot { display: table-header-group; }
tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}
*/



/* The switch - the box around the slider * /
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  top: 5px;
}

/* Hide default HTML checkbox * /
.switch input {display:none;}

/* The slider * /
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders * /
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
 END OF slider/ switch */

/*
.tooltip {
    position: absolute;
    display: none;
    z-index: 1500;
    border: 1px solid #3d3de2;
    padding: 2px;
    background-color: #ffffff;
    opacity: 0.80;
}*/
/*
.container ,
.container-fluid {
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 0px;
  /*box-shadow: 3px 3px 5px #888888;* /
}




.navbar {
  position: relative;
  min-height: 54px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
  font-size: 14px;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand>img {
  height: 48px;
  margin: -12px auto;
}
*/



/*

#appConfig{
    min-width: 400px;
}

.boncontainer{
    background-color: #000;
    min-height: 350px; height: 350px;
    display: table;
}
.bonpane{
    height: 100%; /*overflow-x: hidden; overflow-y: auto; * /
    display: table-cell;
    vertical-align: middle;
}
/*.bonbuttons{
    height: 100%; overflow-y: auto; 
}* /
.bonlogo{
    width: 100%; height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.bonlogo img{
    max-width: 100%; max-height: 100%;
    position:relative;
    display:block;
}
.bonbutton{
    width: 100%;
    /*display: table-cell;
    vertical-align: middle; * /
    text-align: left;
    color: #fff;
    
    margin: 5px; padding-left: 15px;
    border: 1px solid #a3a2a2;
	border-radius: 4px;
	font-size: 16px;
    font-weight: bold;
	height: 26px;
}

.bonbutton input{
    background: #000;
    border: 0px;
    font-size: 14px;
    /*width: 75%; display: inline-block;
    float: none!important;
    margin-left: 0!important; * /
}
.span2{
    width: 70%; display: inline-block;
    float: none!important;
    margin-left: 0!important;
    }
.bonbutton span{
    margin-top: 4px;
    margin-right: 2px;
    color: #fff;
}
*/
