.bgfieldcolor {
    /*background-color: #D4E458 !important;*/
    background-color: #3ABE7C !important; /*Roedl Green */
    opacity: 0.4;
}

input::placeholder {
    /*font-weight: bold;*/
    opacity: 1;
    color: black !important;
}

.bgfieldtrans {
    background-color: transparent !important;
}

.close.bgfieldcolor {
    background-color: transparent !important;
}

/* Material Design Elements  */
.material-icons.md-12 {
    font-size: 12px;
}
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.inline-icon {
    vertical-align: -7px;
    /*font-size: 18px !important;*/
}

 .ws-card-sort {
    background: #007577;
}


/* Diverse */
/* Text-Box Preview before answer*/
.TbPreview {
    width: 100%;
}
.awaprev {
    /*font-family: 'Courier New' !important;*/
    display: block;
    border: none;
    padding: 5px;
    /*border-top: 1px dotted;*/
    /*background-color: #00838a;*/
    background-color: #1C3828;
    color: #3ABE7C;
}
.tbprev,
.tbprev > h1,
.tbprev > h2,
.tbprev > h3,
.tbprev > h4,
.tbprev > h5,
.tbprev > h6,
.tbprev > p,
.tbprev > li,
.tbprev > td
{
    color: #a0a0a0 !important;
    font-size: 8pt !important;
    font-family: 'Courier New' !important;
}

span.tbprev {
    display: block;
    padding: 5px;
    border: none;
    border-bottom: 1px dotted #A0A0A0;
}

span.iv {
    display:block;
    margin-left: 50px;
}
/* Darstellung zusätzliche Erläuterung zur Frage*/
h3.frage small {
    color: #000;
    font-size: 11pt;
    opacity: 0.9;
}

/* Shrinking the sidebar from 250px to 80px and center aligining its content*/
#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

a#MySidebarCollapse {
    height:100px !important;
}

/* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa*/
#sidebar .sidebar-header strong {
    display: none;
}

#sidebar.active .sidebar-header h3 {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

    #sidebar.active ul li a i {
        margin-right: 0;
        display: block;
        font-size: 1.8em;
        margin-bottom: 5px;
    }

/* Same dropdown links padding*/
#sidebar.active ul ul a {
    padding: 10px !important;
}

/* Changing the arrow position to bottom center position, 
   translateX(50%) works with right: 50% 
   to accurately  center the arrow */
#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    transform: translateX(50%);
}

@media (max-width: 768px) {
    /* 80px and its content aligned to centre. Pushing it off the screen with the
       negative left margin
    */
    #sidebar.active {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }


    /* Reappearing the sidebar on toggle button click */
    #sidebar {
        margin-left: 0;
    }


        /* Toggling the sidebar header content, 
       hide the big heading [h3] and showing the small heading [strong] and vice versa
    */
        #sidebar .sidebar-header strong {
            display: none;
        }

        #sidebar.active .sidebar-header h3 {
            display: none;
        }

        #sidebar.active .sidebar-header strong {
            display: block;
        }

        /* Downsize the navigation links font size */
        #sidebar.active ul li a {
            padding: 20px 10px;
            font-size: 0.85em;
        }

            #sidebar.active ul li a i {
                margin-right: 0;
                display: block;
                font-size: 1.8em;
                margin-bottom: 5px;
            }

        /* Adjust the dropdown links padding*/
        #sidebar.active ul ul a {
            padding: 10px !important;
        }

        /* Changing the arrow position to bottom center position, 
      translateX(50%) works with right: 50% 
      to accurately  center the arrow */
        #sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
            top: auto;
            bottom: 5px;
            right: 50%;
            transform: translateX(50%);
        }
}

.wsrow {
    background-color:#fff;
    border:none;
}

.wsrowalt {
    background-color: #ECF4E9;
    border: none;
}

.modal-backdrop {
    z-index:    0 !important;
}

#ddlLanguages2 {
    background-color: #1C3828 !important;
    /*border: 1px solid #71878f;*/
    border: 1px solid #1C3828;
    color: #fff;
    font-size: 0.9em;
}

#ddlLanguages {
    /*background-color: #71878e !important;*/
    background-color: #1C3828 !important;
    border: 1px solid #1C3828;
    color: #fff;
    font-size: 0.9em;
}


/* Ajax Load  */

.loader {
    /*position:absolute;*/
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/pics/newpics/ajax-loader.gif') 50% 50% no-repeat;
    background-color: #fff\9;
    top: 50%\9;
    left: 50%\9;
    margin-left: -100px\9;
    height: 100px\9;
    width: 200px\9;
    text-align: center\9;
    color: black\9;
    font-weight: bold\9;
}

.loadtext {
    z-index:1001;
    position:   fixed;
    z-index:    1001;
    top:        50%;
    left:       50%;
    margin-top: 40px;
    margin-left: -100px;
    height:     auto;
    width:      200px;
    text-align:center;
}

.loader2 {
    position:absolute;
    top:0%;
    left:0%;
    z-index:1;
    opacity:0.3;
    width:100%;
    height:100%;
    text-align:center;
    background-color:#00838a;
    font-size: 16px;
    color:white;
    padding:5px;
}

/* Pager */

.wspager {
    margin:0px;
    margin-left: -1px;
    border-collapse:collapse;
    background-color:#fff;
    color:grey;
    border: 1px solid #DDD;
    border-radius:0px;
}

.btn-default.wspager.active{
    color: #FFF;
    background-color: #00838a;
    border: 1px solid #00838a;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0)
}


/* InterneLinks */

h4 > .InLink {
    /*color:red;*/
    color:#007577;
}

h4 > a.InLink:hover {
    /*color:red;*/
    color:#FF644B;
}

/* GRID VIEW TABELLEN */

table.wsgrid {
    /*word-wrap: break-word;*/
    margin: 0 auto;
    clear: both;
    width: 100%;
    border:none;
    }

table.wsgrid tr {
    border: none;
}   

table.wsgrid td {
    vertical-align: top !important;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #71878f;
    border-top: 1px solid #71878f;
    
    /*word-wrap: break-word;*/
}

table.wsgrid th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*background-color:#71878f;*/
    background-color: #1C3828; /*Hunter Green */
    color: #fff;
}

    table.wsgrid thead {
        color: #fff;
        font-weight: normal !important;
        background-color: #1C3828;
        border: none;
    }

table.wsgrid tbody {
    border:none;
    /*border: 1px solid #d1d4d3;
    border-top: 2px solid #71878f;*/
}

.group td{
    /*background-color:Red !important;*/
    }

tr.group,tr.group:hover {
    background-color: #fff !important;
    color:#007577;
    font-size:larger;
}

thead {
    color:#007577;
    border: 1px solid white;
}

table.dataTable.dtr-inline.collapsed tbody .group td:first-child:before, 
table.dataTable.dtr-inline.collapsed tbody .group th:first-child:before {
    background-color: #00838a;
    border: 0 solid #808080;
    border-radius: 2px;
    box-sizing: content-box;
    color: white;
    content: "";
    display: block;
    height: 0px;
    left: 0px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 0px;
}

table.wsrepeat {
    overflow:hidden;
    margin: 0 auto;
    clear: both;
    width: 100%;
    table-layout: fixed;
    }
        
    .rpstd {
    word-wrap: break-word;
    margin: 0 auto;
    clear: both;
    width: 100%;
    table-layout: fixed;      
}

table.wsrepeat td.ColSmall {
    width: 20%;
    /*max-width: 20%;*/
    /*word-wrap: break-word;*/
    /*white-space: nowrap;*/
    overflow: hidden;
    /*text-overflow: ellipsis*/ 
}

table.wsrepeat td.ColMain {
    width: 80%;
}

.navbar-footer
    {
        text-align: center;
    }


label
    {
    font-weight:normal;
    }



.ColVis {
/* float: left !important; */
/* margin-top: 1em; */
}
/*table.dataTable th { background-color: transparent; border:1px lightgrey;}
table.dataTable td{ background-color: transparent; border:1px solid lightgrey;}
table.dataTable tr.odd { background-color: transparent; border:1px lightgrey;}
table.dataTable tr.even{ background-color: transparent; border:1px lightgrey;}*/

table.dataTable thead {
    border: 10px solid white !important;
}

table.dataTable > tbody > tr:first-child {
    border: 10px solid white !important;
}

table.dataTable thead .sorting_asc {
    background-image: url(../images/sort_asc.png) !important;
}

table.dataTable thead .sorting_desc {
    background-image: url(../images/sort_desc.png) !important;
}

table.dataTable {
    border: none !important;
    border-collapse: collapse !important;
}

    table.dataTable th {
        background-color: #1C3828;
        border: none !important;
        color: #fff;
        font-weight: normal !important;
    }

    table.dataTable td {
        background-color: transparent;
        border: none !important;
        vertical-align: middle !important;
    }

    table.dataTable tr.odd {
        background-color: #ECF4E9 !important;
        border: 10px solid #fff !important;
    }

    table.dataTable tr.even {
        background-color: #ECF4E9 !important;
        border: 10px solid #fff !important;
    }

/* Avatar --------------------------------------------------------------*/

.avatar-initials {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate3d(20%, 20%, 0);
}

.beschr {
    color: #71878f;
    margin: auto !important;
    text-align: right;
}

    .beschr > p {
        font-size: 0.8em;
        margin: auto;
    }

.beschr2 {
    color: #000;
    margin: auto !important;
    text-align: center;
}

    .beschr2 > p {
        font-size: 1.0em;
        margin: auto;
    }

.alert-info {
    background-color: #00838A;
    border-color: #5C6962;
    color: #fff;
}


/* PANELS --------------------------------------------------------------*/

.demopanel {
   border:3px dashed #FF644B;
}

.demopanel {
   border:3px solid #FF644B;
}
.demo {
    color: #FF644B;
    font-weight:bold;
}

/* LoginPanel */

p.hinwmobil{
    color:red;
}

div.wslogpan > div.panel-heading > h3.panel-title{
    color:#fff;
}

div.wslog > img {
    margin-left:-2px
}

.wsjumbo {
    padding-left:0px;
    padding-right:0px;
    padding-top:15px
}

div.wslog > h5 {
    color:#fff;
}

.panel.panel-default.wslogpan > div.panel-body
{
    background-color:#fff;
    }


.panel-body > p {
   margin-bottom:10px;
}


.panel-heading{
    color:#fff !important;
    }

.wspahe {
    padding: 0px !important;
    border-bottom: 0px;
    /*background-color:#007577 !important;*/
    background-color: #3ABE7C !important; /*Hunter Green*/
}

.img-container {
    padding-bottom: 56.25%;
    height:0;
}

.wspafo{
    background-color:#fff !important;
}

#UpTv{
    margin-top:-10px;
}

.wsnavpanel {
    background-color: #A0A0A0 !important;
    border: 1px solid #A0A0A0 !important;
    border-bottom: 0 px solid #B0B0B0 !important;
    padding: 0px;
    padding-bottom: 10px;
    margin: 0px !important;
    margin-bottom: -15px !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.wsnavpahe{
    border: 0px solid #A0A0A0  !important;
    padding: 0px;
	
	margin: 0px;
    margin-top:0px !important;
	background-color:#A0A0A0 !important;
	background-image:url('/pics/arrow_white_down.gif');
	background-repeat: no-repeat;
	background-position: right center; 
	display: block;
    }	

/* Suche */
.wsfilterpanel{
    background-color: #fff  !important;
	border: 0px solid #B0B0B0  !important;
    padding: 0px;
    margin:0px !important;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    }

.wsfilterpahe{
    font-size:0.8em;
    border: 3px solid #71878f  !important;
    padding: 0px;
	margin: 0px;
    margin-top:0px !important;
	background-image:url('/pics/arrow_white_down.gif');
	background-repeat: no-repeat;
	background-position: right center; 
	display: block;
    }
.SEHeader {
    margin-top:10px;
    color: #A0A0A0;
}

td.SEgrid{
    padding: 10px;
    vertical-align:top;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #d1d4d3;
}


.SEtebo {
   width:80%;
}

.SEbt {
    width:20%;
}


.SEtebo2 {
   width:100%;
}

.SEbt2 {
    margin-top:10px;
    max-width:50%;
}
.custom-search-form {
   width: 85%;
}

#btView > span{
    border: 0px solid red;
    color: #71878f;
    padding-top:10px;
    font-size: 1.5em;
}

a.navpalink {
	display: block !important;
	color: #fff;
	font-size:120%;
}
a:hover.navpalink  {
	display: block !important;
	text-decoration: none;
	}
	
div.wsligr{
	margin-bottom: 10px !important;
}
    
.wsligr > a.list-group-item {
    position: relative;
	font-size:120%;
    background-color: #A0A0A0  !important;
    border-top: 1px solid #A0A0A0!important;   
	border-left: 1px solid #A0A0A0!important;   
    border-right: 1px solid #A0A0A0!important;   
    border-bottom: 1px solid #DDD!important;   
	color:white;
	display: block;
	margin: 0px;
	padding: 5px;
	padding-left:0px;
 
 }

 .wsligr > a.disabled,  a:hover.disabled {
    color:grey;   
    }

.dropdown-toggle.btn-lg {
    border-radius: 0px !important;
}

 button.navbar-toggle
 {
     border-color: transparent !important;
     }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color:#fff !important;
}

.wsNoNav {
    /*position:fixed;
    border:0px solid orange;
    margin-top:-50px !important;*/
    padding-top:0px !important;
    padding-left:0px !important;
}


.wsIncNav {
    padding-top:50px !important;
}

 /* Nav Bar Open DropDown sofort öffnen beim Click auf NavToggle Button----------------------*/
@media only screen and (max-width:992px){

    /* FÜR MOBILE VIEW TESTEN */

    .accordion-toggle > span.wsmarker{
        top: 14px;
        left: 10px;
         position: relative;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 13px;
        height: 13px;
        color: #71878f;
    }
    
    .accordion-toggle {
        color: #fff !important;
        display:block;
    }
    /* ENDE NUR MOBILE VIEW TESTEN */
}

    .panel.panel-default.wslogpan 
    {
        border: 0px solid #71878f !important;
        border-radius: 5px !important;
     }

    .panel.panel-default.wslogpan > div.panel-heading
    {
        border-radius: 4px 4px 0px 0px!important;
     }

     .panel.panel-default.wslogpan > div.panel-body
    {
        border-radius: 0px 0px 4px 4px!important;
        padding: 50px;
         }

    .errorMsg {
        font-size: 0.9em;
        color:red;
        margin-bottom:15px;
        margin-left:0px;
    }

@media only screen and (max-width:767px) {

    /* Abstände für MOBILE VIEW verkleinern */

   #UpTv{
    margin-left:-10px;
    }

    .visible-xs-block.wslog {
        margin-top: -15px !important;
        margin: 15px;
    }

    .panel.panel-default.wslogpan {
        margin: 15px;
     }

    .wstabpanel.panel.panel-default > .panel-body {
        background-color: #f2f5fa;
        padding: 0px !important;
    }

    .panel-body.wslog{
        padding:10px !important;
    }

    .wslogheader {
        padding-left:0px !important;
        padding-bottom:5px;    
    }

    .panel-default {
        border: none !important;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    }

    .panel-heading{
	    /* background-color:#71878f !important;*/
        }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        min-height: 1px;
        padding-left: 2px;
        padding-right: 2px;
    }
    
    /* Abstände für MOBILE VIEW verkleinern */

    .ColVis_Button,
    .ColVis_MasterButton
    {
     display:none;
    }

    .dropdown-menu{
        display: block;
        position: static;
        background-color:transparent;
        border:0 none;
        box-shadow:none;
        margin-top:0;
        position:static;
        width:100%;
    }

    .navbar-nav .dropdown-menu > li > a{
        padding-left:25px;
        line-height:20px;
        color:#fff;   
    }

    .navbar-nav .dropdown-menu > li > a:hover{
        color:#fff;
        background-color:#FF644B;   
    }

    
    .navbar-default .navbar-nav .dropdown-menu > li > a{
        color:#fff;
    }

    .dropdown a.dropdown-toggle{
        display:none;
    }
    
     a.dropdown-toggle .caret {
        display: none;
    }   

}

/* LOGIN FORM --------------------------------------------------------------*/
.wslogin {
    width:100% !important;
}

p.wslogheader {
    font-size: 1em;
    color:#71878f !important;
    padding-left:0px;
    padding-top:15px;
    padding-bottom:0px;
}

p.wsloglink {
    margin-top:15px;
    font-size: 0.85em;
 }


/* SONSTIGE --------------------------------------------------------------*/    

div.form-group {
    margin-bottom: auto;
    }

.navbar-collapse collapse in{
    overflow:visible !important;
    }

.wsspace{
   width:20px;
   height:50px;
   float:left;
   border:2px solid green;
   margin-left:10px;
   }

.wsnav {
border-radius:0px;
	}

.wsnavlog{
    margin-bottom: 0 !important;
    /*opacity: 0.4 !important;*/
    }

.wspflbez{
    /*evtl. für kleine Ansichten wieder aktivieren*/
    /*margin-left:90px;*/
}

span.wsinline {
 width:150px; 
 float:right;
 font-size:7pt !important;
}

.wsbtdiv {
    width:100% !important;
    border:0px solid red !important;
    overflow:visible;
    margin-bottom:5px;
    margin-top:5px;
}

.wshide {
    visibility:hidden !important;    
    margin:0px !important;
    padding:0px !important;
    height:0px !important;
    width:0px !important;
    }

dt {
    /**background-color:#f6f6f6;
    padding-left:3px;
    border-left: 10px solid #71878f !important;
    border-right: 1px dotted #fff;
    border-top: 0px dotted #fff;
    border-bottom: 1px solid #fff;*/
}

dt.nobo {
    background-color:#fff;
    padding-left:3px;
    border-left: 5px solid #fff !important;
    border-right: 1px dotted #fff;
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #00838a;
    border-left-width: 5px;
    border-radius: 3px
    }

.bs-callout h4 {
    margin-top: 0;
    }

.bs-callout p:last-child {
    margin-bottom: 0;
    }

.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
    }

/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #d9534f;
    }
.bs-callout-regis {
    background-color: #fff;
    border-color: #a0a0a0;
    }
   
.btn-success {
    border: 0px solid red !important;   
    width: 100% !important;   
    text-align: left !important;
    padding-left:20px !important;
    }

.btn-success:hover {
    background-color: #f6f6f6 !important;
    }

.bt-mainmenu{
    margin-top:8px !important;
    padding:8px 12px 4px 12px !important;
    size:16px !important;
    background-color: transparent !important;
    border:none !important;
    }

.btn-default.active {
    background-color: #00838a !important;
    }

.btn-default.inactive {
    background-color: #a0a0a0 !important;
    border-color: #a0a0a0 !important;
}

.btn-default.sidebar {
    background-color: #c4c7c8 !important;
    border: none;
    margin-left:-5px;
}

.btn-default {
    /*background-color: #00838a !important;*/
    background-color: #3ABE7C !important; /*Rödl Green*/
}

    .btn-default:hover {
        /*background-color: #FF644B !important;*/
        background-color: #1C3828 !important; /*Hunter Green */
    }

/* TREE VIEW / OFFCANVAS SIDEBAR */
.wsoffcan{
    background-color:#a0a0a0;
    padding-bottom:20px;
    max-height:100%; 
    overflow-y:auto;
}

div.sidebar-offcanvas {
    height:100%;
}

.sidebar-offcanvas table {
    margin-left:0px !important;
    border-collapse:collapse;
}

.sidebar-offcanvas td {
    border-top:  1px solid #b3b3b3;
    border-bottom:  1px solid #b3b3b3;    
}

.sidebar-offcanvas table + table, table + table tr:first-child td { 
     border-top: 0; 
 }

.sidebar-offcanvas img {
    margin-right:1px;
}                             


.leafNode {
    border-top:  1px solid #b3b3b3;
    border-bottom:  1px solid #b3b3b3;
    }


/* ANSICHT >= TABLET --------------------------------------------------------------*/

@media (min-width:768px) {

    .panel-group .panel {
        margin-bottom: 10px;
    }
    .wsbtdiv {
        text-align: right;
    }

    div.custom-search-form
        {
        width:200px;
        } 
    .navbar-nav a
    {
        padding-left:13px !important;
        padding-right:13px !important;
        }
    
    .sidebar-offcanvas {
    }

    .rootNode {
        font-size: 12px;
        width: 100%;
        color: #fff !important;
        padding:0px;
        padding-top:2px;
        padding-bottom:2px;
        margin-left: 0px;
        background-color: #a0a0a0; //#71878f;
        border-top: 1px solid #b3b3b3;
        border-top: 1px solid #b3b3b3;
        overflow:hidden;
    }
    a.rootNode,
    a.parantNode {
        display:block;
    } 


    .treeNode {
        color: #fff !important;
        font: 18px Verdana, Sans-Serif;
        padding: 0px;
    }

    .leafNode {
        word-wrap: break-word;
        table-layout: fixed;
        font-size: 10px;
        width:100%;
        padding: 0px;
        padding-top:3px;
        padding-bottom:3px;
        color: #fff !important;
        }


    .parantNode {
        width: 100%;
        font-size: 10px;
        padding: 0px;
        padding-top:3px;
        padding-bottom:3px;
        color: #fff !important;
    }


    .selectNode {
        padding: 0px;
        padding-top:3px;
        padding-bottom:3px;
        font-size: 12px;
        font-weight: bold;
        color: #fff !important;
    }
    
    .btn-link-ws2,  
    .btn-link-ws {
        width: 100%;
        text-align: left !important;
        padding-left: 11px !important;
        padding-top: 3px !important;
        padding-bottom: 2px !important;
        color: #000;
        background-color: #fff;
    }
    .btn-link-ws2:hover,  
    .btn-link-ws:hover {
        color: #000 !important;
        background-color: #f6f6f6;
    }
    

    .lblWs{
        margin-left:10px;
        font-weight:normal;
        }
    .cbTest {
        vertical-align:middle;
        padding-top:5px;
        padding-left:13px;
    }
}


/* ANSICHT = MOBILE --------------------------------------------------------------*/

@media (max-width:767px) {
   
    .wsbtdiv {
        text-align: left;
    }

   div.custom-search-form
   {
       margin-left:15px;
       margin-right:15px;
       } 
   
    table.wsgrid td {
        font-size: 11px !important;
    }

    table.wsgrid th {
        font-size: 11px !important;
    }

    .sidebar-offcanvas {
        padding-left: 30px !important;
    }
    
    .sidebar-offcanvas img {
        visibility:hidden;
        margin-right:1px;
    /*border:1px solid green !important;*/
}
    
    .rootNode {
        font-size: 12px;
        width: 100%;
        color: #fff !important;
        padding:0px;
        padding-top:9px;
        padding-bottom:9px;
        margin-left: 0px;
        background-color: #a0a0a0; //#71878f;
        border-top: 1px solid #b3b3b3;
        overflow:hidden;
    }

    a.rootNode {
        background-image:url('/pics/arrow_white.gif');
        background-repeat: no-repeat;
        background-position: right center; 
        display: block;
        margin: 0px;
        padding: 0px;
        padding-right:10px;
        }


    .treeNode {
        color: #fff !important;
        font: 11px Verdana, Sans-Serif;
        padding: 0px;
    }

    .leafNode {
        word-wrap: break-word;
        table-layout: fixed;
        font-size: 11px;
        width:100%;
        padding: 0px;
        padding-top:9px;
        padding-bottom:9px;
        color: #fff !important;
        }


    .parantNode {
        width:100%;
        font-size: 11px;
        padding: 0px;
        padding-top:9px;
        padding-bottom:9px;
        color: #fff !important;
    }


    a.parantNode {
        background-image:url('/pics/arrow_white_down.gif');
        background-repeat: no-repeat;
        background-position: right center; 
        display: block;
        padding: 0px;
        }

    .selectNode {
        padding: 0px;
        padding-top:5px;
        padding-bottom:5px;
        font-size: 11px;
        font-weight: bold;
        color: #fff !important;
    }    
    
    .btn-link-ws {
        width: 100%;
        text-align: left !important;
        padding-left: 24px !important;
        padding-top: 3px !important;
        padding-bottom: 2px !important;
        color: #fff;
        background-color: #71878e;
    }

    .btn-link-ws:hover {
        color: #fff !important;
        background-color: #FF644B;
    }

    .btn-link-ws2 {
        width: 100%;
        text-align: left !important;
        padding-left: 24px !important;
        padding-top: 3px !important;
        padding-bottom: 2px !important;
        color: #fff;
        background-color: #71878e;
    }

    .btn-link-ws2:hover {
        color: #fff !important;
        background-color: #FF644B;
    }


        .lblWs{
        margin-left:10px;
        font-weight:normal;
        color:#fff;
    }
       
    .cbTest {
        vertical-align:middle;
        padding-top:5px;
        padding-left:24px;
        }
/*  
    h5
        {
      font-size: 12px !important;
        }
    h6
        {
        font-size: 10px !important;
        }
    */
    .bs-callout {
        margin: 2px !important;
        margin-bottom:20px !important;
        padding: 2px !important;
        padding-bottom:10px !important;
        border-bottom: 1px solid #d1d4d3;
        }

    .bs-callout h4 {
        margin-bottom: 20px;
    }

    .panel-body {
        padding: 7px !important;
        }
    }


/* LOGOS REG-IS & RP -------------------------------------------------------------- */

/* Allgemeine Version auf login Seite*/
.wslogo_rp {
    max-height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.inner{
    padding-top: 37.5%;
    display:block;
    height:0;
}

@media (min-width:992px) {
    
    .errorMsg {
        font-size: 0.9em;
        color:red;
        margin-bottom:15px;
        margin-left:15px;
    }

    .wspabo{
        min-height:220px;
    }

    .coresult {
        padding-top:20px;
    }
    
    span.wsmarker{
        top: 50%;
        left: 50%;
        visibility:hidden;
        width: 0px;
        height: 0px;
        color: #71878f;
    }
    
    .wspahe #bereich13 {
        width: 100%;
        display:inline-block;
        vertical-align:middle;
        color:transparent;
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image:url(../pics/newpics/bereich13.jpg);
    }
 
   .wspahe  #bereich14 {
        width: 100%;
        display:inline-block;
        vertical-align:middle;
        color:transparent;
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image:url(../pics/newpics/bereich14.jpg);
    }
 
    .wspahe #bereich15 {
        width: 100%;
        display:inline-block;
        vertical-align:middle;
        color:transparent;
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image:url(../pics/newpics/bereich15.jpg);
    }    

    .wspahe #bereich22 {
        width: 100%;
        display:inline-block;
        vertical-align:middle;
        color:transparent;
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image:url(../pics/newpics/bereich22.jpg);
    }    
    
    .wslogo{
        /*border:1px solid yellow;*/
        height:35px !important;
        margin-top:-10px !important;
    }

    .wslogo_rp_me {
        max-height: 40px;
        margin-top: 5px;
        margin-bottom: 5px;
        /*margin-right:10px;*/
    }
    .wslogo_rp_ft{
        visibility:hidden;
        width:0px;
    }
}

@media (min-width:768px) and (max-width:991px) {

   .coresult {
        padding-top:20px;
    }

    .wspahe #bereich13 {
        width: 100%;
        display:inline-block;
        vertical-align:middle;
        color:transparent;
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image:url(../pics/newpics/bereich13xl.jpg);
    }
 
   .wspahe  #bereich14 {
        width: 100%;
        display:inline-block;
        vertical-align:middle;
        color:transparent;
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image:url(../pics/newpics/bereich14xl.jpg);
    }
 
    .wspahe #bereich15 {
        width: 100%;
        display:inline-block;
        vertical-align:middle;
        color:transparent;
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image:url(../pics/newpics/bereich15xl.jpg);
    }    

    .wspahe #bereich22 {
        width: 100%;
        display:inline-block;
        vertical-align:middle;
        color:transparent;
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image:url(../pics/newpics/bereich22.jpg);
    }     

    .wslogo{
        height:35px !important;
        margin-top:-10px !important;
    }

    .wslogo_rp_me{
        visibility:hidden;
        width:0px;
    }
    .wslogo_rp_ft{
        height:23px;
        margin-top:20px;
        margin-left: auto;
        margin-right: 0px;
    }    
}

@media (min-width: 481px) and (max-width:767px) {
   
     .wspafo{
        border-top: none;
        border-bottom:1px solid #d1d4d3;
    }

      .wspahe #bereich13 {
        width: 100%;
        display:inline-block;
        vertical-align:middle;
        color:transparent;
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image:url(../pics/newpics/bereich13xl.jpg);
    }
 
   .wspahe  #bereich14 {
        width: 100%;
        display:inline-block;
        vertical-align:middle;
        color:transparent;
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image:url(../pics/newpics/bereich14xl.jpg);
    }
 
    .wspahe #bereich15 {
        width: 100%;
        display:inline-block;
        vertical-align:middle;
        color:transparent;
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image:url(../pics/newpics/bereich15xl.jpg);
    }    

    .wspahe #bereich22 {
        width: 100%;
        display:inline-block;
        vertical-align:middle;
        color:transparent;
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image:url(../pics/newpics/bereich22.jpg);
    } 

    .wslogo{
        /*border:1px solid orange;*/
        height:35px !important;
        margin-top:-10px !important;
    }

    .wslogo_rp_me{
        visibility:hidden;
        width:0px;
    }
    .wslogo_rp_ft{
        height:23px;
        margin-top:20px;
        margin-left: auto;
        margin-right: auto;
    }

.boresult {
        background-color:#fff;
    }

}

@media (max-width:480px) {

    h3.news_even,
    h3.news_odd {
        font-size:9pt;
    }

     #tblRwKats th {
            font-size:0.9em;
        }

     #tblRwKats td {
            font-size:0.9em;
        }

     table.besteller td {
        word-break:break-all !important;
        word-wrap:break-word !important;
    }

     .wspafo{
        border-top: none;
        border-bottom:1px solid #d1d4d3;
    }


    .btnmob100, 
    .btorder {
        width:100%;
        margin-bottom:10px;
    }

    .nutzcontainer {
        overflow-y:hidden;
        font-size:0.9em;
    }

    .deckcent > h1 {
    font-size:1.5em !important;
}

    table.inhalt td{
    font-size:0.7em !important;
    }


      .coresult {
        padding-top:10px;
    }

    .boresult {
        background-color:#fff;
    }

    .wspahe #bereich13 {
        width: 100%;
        display:inline-block;
        vertical-align:middle;
        color:transparent;
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image:url(../pics/newpics/bereich13.jpg);
    }
 
   .wspahe  #bereich14 {
        width: 100%;
        display:inline-block;
        vertical-align:middle;
        color:transparent;
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image:url(../pics/newpics/bereich14.jpg);
    }
 
    .wspahe #bereich15 {
        width: 100%;
        display:inline-block;
        vertical-align:middle;
        color:transparent;
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image:url(../pics/newpics/bereich15.jpg);
    }  

    .wspahe #bereich22 {
        width: 100%;
        display:inline-block;
        vertical-align:middle;
        color:transparent;
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image:url(../pics/newpics/bereich22.jpg);
    } 

    .wslogo{
        height:35px !important;
        margin-top:-10px !important;
    }
    .wslogo_rp_me{
        visibility:hidden;
        width:0px;
    }
    .wslogo_rp_ft{
        height:23px;
        margin-top:20px;
        margin-left: auto;
        margin-right: auto;
    }
}

.list-group-item:hover {
    background-color: #D4e458;
}

div.dataTables_filter > label > input {
    border: 1px solid lightgrey;
}

.dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: none !important;
    background-color: #DEE1E0 !important;
    border-radius: 0px !important;
    border: none !important;
}
