﻿/* ------------------------------------------------------------------- 
	Generelle Styles
---------------------------------------------------------------------- */
body
{
}
span .environment {
    color: red;
    padding-left: 20px;
    font-size: 22px;
    font-weight: bold;
}

div#control { overflow:hidden; 
              margin-top:10px;
              margin-bottom:20px;
}

.clickable{
    cursor: pointer;
}
/* override the Bootstrap layout to keep the checkbox left-aligned with other controls in the form */
input[type="checkbox"] { margin-left: 0px !important; }

.nav { margin-bottom: 10px !important; }

/* Downsize form elements in large forms */
.narrowForm .control-label {  font-size:12px; }

.narrowForm .form-control { height:24px; }

.narrowForm .form-group { margin-bottom: 5px; }

/* Formatting of Telerik controls */ 
.gridPager thead { display:none; }

.gridPager div { display:inline; }

.rcbInner { border-width:0px  !important ;}

.RadGrid  
{
    border:0px !important;
}

/* Collapsable Bootstarp panels  */ 
.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}

/* Columns width in our 3-column layout  */ 
.column-layout.column-layout-3 .column-left {
	width:20% !important;
    margin-left:15px;
}
.column-layout.column-layout-3 .column-right {
	width:20% !important;
    padding-top:10px;
}

.column-layout.column-layout-3 .column-main {
	width:60% !important;
}
@media only screen and (max-width: 1024px) {
    .column-layout.column-layout-3 .column-right {
        display: none;
    }

    .column-layout.column-layout-3 .column-main {
        width: 78% !important;
    }
}

.ui-autocomplete .ui-menu-item
{
    min-height: 15px;
}

.datepicker 
{
    border-radius: 0px !important;
}

.nav-stacked li:not(.nav-header).selected>a { color:#171717;  }

.nav>li.selected>a { font-weight:600; }

.nav-stacked li:not(.nav-header).selected>a:after {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%;
  border-left: 6px solid #f7001d;
}

legend {
    font-size:14px !important; 
}

/* Make tooltip wider to look better with long text */
.tooltip { z-index:9999 }
.tooltip-inner { width:350px; max-width:450px; text-align:left; }

a[data-toggle="collapse"] { cursor: pointer; }

div.intro {
    padding-left:20px;
    padding-bottom:10px;
}

.table {
    border:1px solid;
}

.table thead tr th {
    color:#555;
    text-decoration:none;
    background-color:whitesmoke;
    border:0;
    border-bottom:1px solid #cdcdcd !important;
    border-left:1px solid #cdcdcd;
    padding-top: 15px;
    padding-bottom: 4px;
    text-align: left;
}

.table thead tr th:first-of-type {
    border-left:none;
}

.table thead tr th a {
        color: #555;
        text-decoration: none;
        font-weight: normal;
    }

.pagerButton {
    width:30px;
    height:30px;
    border-radius:16px;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border: 1px solid #cdcdcd;
    background-image:url('/Includes/custom/icons.png');
}

.pagerFirst {
    Background-position: -11px -711px;
}

.pagerPrevious {
    Background-position: -11px -111px;
}

.pagerNext {
    Background-position: -11px -161px;
}

.pagerLast {
    Background-position: -11px -761px;
}

tr:hover {
    background-color:#e9e9e9;
}
.tblRow {

}

.tblAltRow {
    background-color:whitesmoke;
}

.inline-icon {
    font-size:16px;
    position:absolute;
    right:20px;
    padding-top:8px;
}

.ok {
    color:green;
}

.nok {
    color:red;
}