﻿body
{
    font-size: small;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
.h1, h1 {
    font-size: 24px;
    font-weight: 500;
}
td, th {
    padding: 4px;
}
tr {border-color:whitesmoke;}

.dhx_cal_data  td,th {
    padding: 0;
}
.timepicker td, th {
    padding: 0;
}
.entrypanel td, th {
    padding: 1px;
}
/* Accordion */
.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
/*	background-color: #4C8AAF;*/
    background-color: #222;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 7px;
	margin-top: 5px;
	margin-left: 5px;
	cursor: pointer;
    height: 14px;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: black;
/*	background-color: #5593B8; */
    background-color: whitesmoke;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 7px;
	margin-top: 5px;
	margin-left: 5px;
	cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: #FFFFFF;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #000066;
	margin-left: 5px;
}

.accordionContent a
{
	line-height: 20px;
    color: darkslategray;
}
.biggreenbutton{
    text-decoration:none; 
    font-size: 18px; 
    margin-left: 10px; 
    color: white; 
    display: inline-block; 
    background-color: green; 
    border-color: black; 
    border: 1px solid transparent; 
    border-radius: 4px; 
    padding: 6px 12px;
}

#alerts {
    position: absolute;
    top: 34px;
    right: 10px;
    z-index: 1000;
    min-width: 400px;
    font-size: smaller;
    display: none;
}

@media only screen and (max-width: 600px) {
    #alerts {
        min-width: 80%;
    }
}

.bigredbutton{
    text-decoration:none; 
    font-size: 18px; 
    margin-left: 10px; 
    color: white; 
    display: inline-block; 
    background-color: red; 
    border-color: black; 
    border: 1px solid transparent; 
    border-radius: 4px; 
    padding: 6px 12px;
}
.bigdisabledbutton{
    text-decoration:none; 
    font-size: 18px; 
    margin-left: 10px; 
    color: lightgrey; 
    display: inline-block; 
    background-color: white; 
    border-color: black; 
    border: 1px solid transparent; 
    border-radius: 4px; 
    padding: 6px 12px;
}
.biggreybutton {
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .biggreybutton::-moz-focus-inner {
        padding: 0;
        border: 0
    }

.biggreybutton-group {
    letter-spacing: -.31em;
    text-rendering: optimizespeed
}

.opera-only :-o-prefocus, .biggreybutton-group {
    word-spacing: -.43em
}

    .biggreybutton-group .biggreybutton {
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

.biggreybutton {
    font-family: inherit;
    font-size: 100%;
    padding: .5em 1em;
    color: #444;
    color: rgba(0,0,0,.8);
    border: 1px solid #999;
    border: none transparent;
    background-color: #e6e6e6;
    text-decoration: none;
    border-radius: 2px
}

    .biggreybutton-hover, .biggreybutton:focus, .biggreybutton:hover {
        background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(40%,rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));
        background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
        background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))
    }

    .biggreybutton:focus {
        outline: 0
    }

    .biggreybutton-active, .biggreybutton:active {
        -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;
        box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;
        border-color: #000
    }

    .biggreybutton-disabled, .biggreybutton-disabled:active, .biggreybutton-disabled:focus, .biggreybutton-disabled:hover, .biggreybutton[disabled] {
        border: none;
        background-image: none;
        opacity: .4;
        cursor: not-allowed;
        -webkit-box-shadow: none;
        box-shadow: none;
        pointer-events: none
    }

.biggreybutton-hidden {
    display: none
}
.centre
{
	margin-right: auto;
	margin-left: auto;
}
.checkselected input[type="checkbox"]:checked+label{ font-weight: bold; } 

.content
{
	border: 1px solid #000000;
	position: absolute;
	left: 200px;
	right: 1px;
	bottom: 1px;
	top: 1px;
	padding-left: 4px;
    background-color:whitesmoke;
}
#dash_heading {
    margin-left: 20px;
    margin-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contentdiv
{
	border: 1px solid #000000;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 30px;
	top: 32px;
}
.errorlabel
{
	top: 20px;
	left: 5px;
	position: absolute;

}

.floatright
{
	float: right;
	margin-right: 5px;
}

.hidden {
    bottom: 0px;
    z-index:2;
    position:absolute;
    left:-1000px;
    background:#f90;
    color: white;
}

.home_image
{
	display: inline;
}
.hosts_div {
    position: absolute;
    bottom: 0px;
    white-space: nowrap;
    z-index: 500;
    padding-left: 5px;
    padding-bottom: 5px;
}


.login
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
    width:100%;
    max-width:300px;
    padding:10px;
}
.menubar
{
	/*background: #6FB1D3 url('./images/background_bar.jpg') repeat-x;*/
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 32px;
	background-color: #666699;
	color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	background: #6FB1D3 url('./images/background_bar.jpg') repeat-x;
	display: block;
	padding-left: 2px;
	vertical-align: middle;
    background:darkslategray;
}
.menucontent
{
	height: 30px;
	top: 10px;
    padding-top: 6px;
    padding-left:4px;
}
.navigationbar
{
	border: 1px solid #000000;
	/*background: #6FB1D3 url('./images/bg.jpg') repeat-y;*/
	color: #FFFFFF;
	position: absolute;
	left: 1px;
	bottom: 1px;
	top: 1px;
	padding: 2px;
	width: 198px;
    background:darkslategray;
    overflow:auto;
}
.topicons .fa{
	color:whitesmoke;
    padding: 4px 0 3px 8px;
}

.print_btn
{
	
	top: 0px;
	position: absolute;
	right: 0px;
}
.results
{
    border-left: 0px solid #666666;
    position: absolute;
    background-color: #FFFFFF;
    display: block;
    right: 0px;
    top: 5px;
    bottom: -11px;
    width: 40%;
    color: #000000;
    -moz-border-radius-topright: 11px;
    border-top-right-radius: 11px;
    -moz-border-radius-bottomright: 11px;
    border-bottom-right-radius: 11px;
    overflow: auto;
}
.searchdiv
{
	border-left: 1px solid #666666;
    position: absolute;
	    background-color: #C0C0C0;
	    display: block;
	    right: 0px;
	    top: 5px;
	bottom: -11px;
	width: 391px;
	    color: #660066;
	    -moz-border-radius-topright: 11px;
	    border-top-right-radius: 11px;
	    -moz-border-radius-bottomright: 11px;
	    border-bottom-right-radius: 11px;
	}
.searchresults
{
	min-height: 50px;
	display: block;
	overflow: auto;
	right: 0;
	left: 0;
}
.searchgrid
{

	width: 80%;
}
.statusbar
{
	text-align: left;
/*	background: #6FB1D3 url('./images/background_bar_bottom.jpg') repeat-x;*/
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-left: 2px;
	height: 30px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	vertical-align: middle;
    background:darkslategray;
}
.timepicker {
            vertical-align:middle;
        }
        .timepicker img {
            vertical-align: bottom;
        }
        .timepicker input {
            max-height: 24px;
            border-radius: 0px;
            font-size: 7pt;
            text-align:center;
            padding:0px;
        }
.today
{
	position: absolute;
	left: 10px;
	right: 10px;
	border: 1px solid #336699;
	top: 60px;
	bottom: 9px;
	padding: 20px;
	background-color: #FFF;
    /*
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	-moz-border-radius: 15px;
	border-radius: 15px;*/
    border-radius: 4px;
	display: block;
	overflow: auto;
	
}
.todo
{
	min-height: 50px;
	display: block;
	overflow: auto;
}

.stripe-connect {
display: inline-block;
margin-bottom: 1px;
background-image: -webkit-linear-gradient(#28a0e5,#015e94);
background-image: -moz-linear-gradient(#28a0e5,#015e94);
background-image: -ms-linear-gradient(#28a0e5,#015e94);
background-image: linear-gradient(#28a0e5,#015e94);
-webkit-font-smoothing: antialiased;
border: 0;
padding: 1px;
height: 30px;
text-decoration: none;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
box-shadow: 0 1px 0 rgba(0,0,0,0.2);
cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
text-decoration: none !important;
}
.stripe-connect span {
display: block;
position: relative;
padding: 0 12px 0 44px;
height: 30px;
background: #1275ff;
background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
background-image: linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
font-size: 14px;
line-height: 30px;
color: white;
font-weight: bold;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

.stripe-connect span:before, .stripe-connect.blue span:before {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAYAAAARfGZ1AAAKRGlD…fV/S67fZiJB5t2OGEe4n7L3fS4fpEv/2hUEATfoPbuam5v8N7nps70YTbAAAAAElFTkSuQmCC");
}
        input[type=checkbox].css-checkbox {
            height: 16px;
            width: 16px;
            float: right;
            cursor: pointer;
            margin-top: auto;
            margin-bottom: auto;           
        }

        input {
            border: 1px solid rgba(0, 0, 0, 0.5);
        }

        input, textarea {
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 8px;
            border: 1px solid #bbb;
            font-size: 14px;
            color: #555;
            background-color: #FFFFCC;
        }
        input, select {
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 2px;
            border: 1px solid #bbb;
            font-size: 14px;
            color: #555;
        }
        input.notfound {
                border: 2px solid rgba(255, 0, 0, 0.4);
        }
        label {
            display: inline;
        }
       /* input[type=submit] {padding:5px 15px; background:#ccc; border:0 none;
            cursor:pointer;
            -webkit-border-radius: 5px;
            border-radius: 5px; }*/
        input[type=submit] {
            background: darkcyan;
            border: 1px solid darkslategray;
            -moz-border-radius: 16px;
            -moz-box-shadow: inset 0 1px 0 0 lightgreen 0 1px 2px 0 #b3b3b3;
            -webkit-box-shadow: inset 0 1px 0 0 lightgreen, 0 1px 2px 0 #b3b3b3;
            color: #fff;
            font-family: "lucida grande", sans-serif;
            font-size: 11px;
            font-weight: normal;
            line-height: 1;
            padding: 3px 0 5px 0;
            text-align: center;
            text-shadow: 0 -1px 1px #409210;
            width: 112px;
        }

          input[type=submit]:hover {
            background: darkcyan;
            background: -moz-linear-gradient(0% 100% 90deg, darkslategray, darkcyan);
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(darkcyan), to(darkslategray));
            -moz-box-shadow: inset 0 1px 0 0 green;
            -webkit-box-shadow: inset 0 1px 0 0 green;
            cursor: pointer;
            text-shadow: 0 -1px 1px darkslategray;
            -webkit-background-clip: padding-box;
          }

          input[type=submit]:active {
            background: darkcyan;
            border: 1px solid darkslategray;
            -moz-box-shadow: inset 0 0 6px 3px darkslategray, 0 1px 0 0 #fff;
            -webkit-box-shadow: inset 0 0 6px 3px darkslategray, 0 1px 0 0 #fff;
            text-shadow: 0 -1px 1px #2361a4;
            -webkit-background-clip: padding-box;
          }

          input[type=submit][disabled],
          input[type=submit][disabled]:hover,
          input[type=submit][disabled]:active {
            background: #999;
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dadada), to(#f3f3f3));
            border-top: 1px solid #c5c5c5;
            border-right: 1px solid #cecece;
            border-bottom: 1px solid #d9d9d9;
            border-left: 1px solid #cecece;
            color: #8f8f8f;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            cursor: not-allowed;
            text-shadow: 0 -1px 1px #ebebeb;
          }

          input[type=submit]::-moz-focus-inner {
            border: 0;
            padding: 0;
          }


        input[type=button] {
            background: darkcyan;
            border: 1px solid darkslategray;
            -moz-border-radius: 16px;
            -moz-box-shadow: inset 0 1px 0 0 lightgreen, 0 1px 2px 0 #b3b3b3;
            -webkit-box-shadow: inset 0 1px 0 0 lightgreen, 0 1px 2px 0 #b3b3b3;
            color: #fff;
            font-family: "lucida grande", sans-serif;
            font-size: 11px;
            font-weight: normal;
            line-height: 1;
            padding: 3px 0 5px 0;
            text-align: center;
            text-shadow: 0 -1px 1px #409210;
            width: 112px;
        }

          input[type=button]:hover {
            background: darkcyan;
            background: -moz-linear-gradient(0% 100% 90deg, darkslategray, darkcyan);
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(darkcyan), to(darkslategray));
            -moz-box-shadow: inset 0 1px 0 0 green;
            -webkit-box-shadow: inset 0 1px 0 0 green;
            cursor: pointer;
            text-shadow: 0 -1px 1px darkslategray;
            -webkit-background-clip: padding-box;
          }

          input[type=button]:active {
            background: darkcyan;
            border: 1px solid darkslategray;
            -moz-box-shadow: inset 0 0 6px 3px darkslategray, 0 1px 0 0 #fff;
            -webkit-box-shadow: inset 0 0 6px 3px darkslategray, 0 1px 0 0 #fff;
            text-shadow: 0 -1px 1px #2361a4;
            -webkit-background-clip: padding-box;
          }

          input[type=button][disabled],
          input[type=button][disabled]:hover,
          input[type=button][disabled]:active {
            background: #999;
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dadada), to(#f3f3f3));
            border-top: 1px solid #c5c5c5;
            border-right: 1px solid #cecece;
            border-bottom: 1px solid #d9d9d9;
            border-left: 1px solid #cecece;
            color: #8f8f8f;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            cursor: not-allowed;
            text-shadow: 0 -1px 1px #ebebeb;
          }

          input[type=button]::-moz-focus-inner {
            border: 0;
            padding: 0;
          }

        .IQasset {
            background-color: #333;
            border-style: solid;
            border-width: 1px;
            text-align: left;
            vertical-align: middle;
            color: #333;
            display: inline-block;
            margin: 10px 10px 20px 10px;
            /*box-shadow: 10px 10px 5px #888888;*/
            box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
        }

        .IQassetinfoimg {
            box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
            margin-bottom: 20px;
            width:90%;

        }
        /* For dialog boxes */
        .IQassetinfodlgpkgimg {
            box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
            margin-bottom: 20px;
            width:90%;
        }
        /* For remote datasheet */
        .IQassetinfopkgimg {
            box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
            margin-bottom: 20px;
            max-width: 600px;
        }
        .IQremoteAssetPackage {
            max-width: 800px;
        }
        .IQassetinfothumb {
            box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
            margin-bottom: 20px;
            width: 30%;
            display:inline;
            margin-left:6px;
            cursor:pointer;
        }

        .IQassetinfothumbdiv {
            width:90%;
            margin:auto;
        }

        .IQthumbtab {
            text-align: left;
            font-size: 85%;
        }

        #IQcalendar {
            font-size: small;
            font-family: Tahoma, Geneva, sans-serif;
            min-height: 300px;
            max-width: 290px;
            padding: 4px;
            float: right;
            text-align: left;
        }

        #IQcontent {
            margin-left: auto;
            margin-right: auto;
            min-height: 350px;
            background-color: white;
            color:black;
        }

        .IQheadline {
            min-width: 156px;
        }

        .IQdataicon {
            float:right;
            height:20px;
            cursor:pointer;
        }

        .IQdivfilter {
            width:350px;
            /*background-color:seagreen;
            color:white;*/
            color:black;
            padding:4px;
            border-radius:3px;
            text-align:left;
            margin:2px;
            float:left;
        }
        .IQdivfilterselect {
            color:black;
        }
        .IQform {
            min-width: 244px;
            background-color:whitesmoke;
            padding: 6px;
        }

        #IQhelpline {
            color: #009933;
            font-size: Medium;
            float: right;
        }
        .IQinfo {
            min-width: 156px;
            max-width: 500px;
            font-size: small;
            margin-bottom: 10px;
        }
        .IQitemimage {
            border: 6px solid #FFF;
            text-align: center;
            vertical-align: middle;
            max-width: 200px;
            min-height: 120px;
            clear: both;
        }
        .IQlargeritemimage {
            border: 6px solid #FFF;
            text-align: center;
            vertical-align: middle;
            max-width: 300px;
            min-height: 180px;
            clear: both;
        }
        .IQloading {
            position:fixed;
            top:0px;
            left:0px;
            right:0px;
            bottom:0px;
            z-index:1001;
            vertical-align: middle;
            text-align: center;
            font: 0/0 a;
            display:none;
        }
        .IQloading:before {
            content: ' ';
            display: inline-block;
            /*vertical-align: middle;  /* vertical alignment of the inline element */
            /*height: 100%;*/
            position:fixed;
            top:0px;
            left:0px;
            right: 0px;
            bottom:0px;
            background-color:whitesmoke;
            opacity:0.5;
        }
        #bigspinner {
            display: block;
            /*vertical-align: middle; */
            font: 16px/1 Arial sans-serif;
            top: 50%;
            bottom: 50%;
            /*left: calc(50% - 33px);*/
            left: 50%;
            position: fixed;
        }

        .IQlongtextbox {
            width: 80%;
            min-width: 80px;
        }

        .IQmakemodel {
            font-size: 12px;
            text-align: left;
            height: 22px;
            /*
            padding: 3px;
            background-color: #5783C4;
            color: White;*/
            color: black;
        }

        .IQmediumtextbox {
            max-width: 100px;
            background-color: #FFFFCC;
            min-width: 80px;
            width: 80%;
        }

        .IQmiddle {
            vertical-align: middle;
            margin:3px;
            color: white;
        }

        .IQprogress {
            max-width: 240px;
        }

        .IQquotebutton {
            color:white;
            background-color:red;
            border: 5px solid white;
            height:50px;
            min-width:120px;
            vertical-align: middle;
            padding: 4px 4px;
            float: right;
        }

        #IQtransport {
            font-size: small;
            font-family: Tahoma, Geneva, sans-serif;
            min-width: 200px;
            min-height: 200px;
            padding: 4px;
            line-height: normal;
            text-align: left;
            clear:left;
        }

        .IQselection {
            float: right;
        }
/*------------------------- Pager Buttons ---------------------------------*/
/* Admin */
.mypager { color: #999; }
.mypager a, .mypager .cpb { text-decoration:none;float: left; padding: 0 5px; border: 1px solid #ddd;background: #ffffff;margin:0 2px; font-size:13px; color:#000;}
.mypager a:hover { background-color: #E61636; color:#fff;border:1px solid #E61636; text-decoration:none;}
.mypager .cpb { font-weight: bold; color: #fff; background: #E61636; border:1px solid #E61636;}
/**/

        .IQpage {
           padding: 0 0 2em;
           margin: 0 0 1em;
           width: 72%; 
           position: relative;
           -moz-border-radius: 8px;
           -webkit-border-radius: 8px;
           /* -> weiteres siehe "inhalt.css" */
        }
        .IQpage .IQpagination {
           font-size: .9em;
	        font-weight: bold;
           text-align: right;
           margin: .1em 0 1em 0;
           line-height: 180%;
           white-space: normal;
        }
       .IQpage .IQpagination span {
           position: absolute;
           left: -1000px;
        }
        .IQpage .IQpagination a,
        .IQpage .IQpagination strong {
           text-decoration: none;
           text-align: center;
           vertical-align: top;
           float: left;
           padding: 0;
           margin-right: 2px;
           border: 1px solid;
           min-width: 1.8em;
           height: 1.7em;
           -moz-border-radius: .3em;
           -webkit-border-radius: .3em;
        }
        .IQpage .IQpagination a {
           background-color: #F1F6F5;
           /*color: inherit;*/
           border-color: #c8d6d6 #9EADAD #9EADAD #c8d6d6;
        }
        .IQpage .IQpagination a:visited {
           color: #5F7BB3;
           background-color: #F1F6F5;
           /*color: inherit;*/
           text-decoration: none;
        }
        .IQpage .IQpagination a:hover {
           background-color: #EDECE4;
           color: #000;
           border-color: #C9C7BC #808080 #808080 #C9C7BC;
           /*-moz-appearance: toolbarbutton;*/
        }
        .IQpage .IQpagination a:active,
        .IQpage .IQpagination a:focus {
           background-color: #E0DFD7;
           color: #000;
           border-color: #808080 #C9C7BC #C9C7BC #808080;
           /*-moz-appearance: toolbarbutton;*/
        }
        .IQpagination strong {
           background-color: #f1eed7;
           color: #CE4D0E;
           border-color: #808080 #C9C7BC #C9C7BC #808080!important;
        }
        .IQpage .IQpagination .skip {
           border: none;
           background-color: transparent;
           color: #000;
           position: static;
           float: left;
           margin-right: 2px;
           width: auto;
           height: 1.7em;
        }
        .IQpage .IQpagination .skip:visited {
           color: #5F7BB3;
           background-color: transparent;
        }
        .IQpage .IQpagination .skip:hover,
        .IQpage .IQpagination .skip:active,
        .IQpage .IQpagination .skip:focus {
           /*padding: 2px 4px;*/
           background-color: transparent;
           color: inherit;
           -moz-appearance: none;
        }
        .IQpage .IQpagination img {
           margin: .25em 0;
        }
        /*#IQpage .IQpagination a[title="Eine Seite vor"] {
           margin-right: -4px;
        }*/

        .IQpage .IQpagination::after {
           content: "."; 
           display: block; 
           height: 0; 
           clear: both; 
           visibility: hidden;
        }

       .IQpage .IQpagination span.select {
           text-align: center;
           position: relative;
           left: 0;
           float: left;
           background-color: #F1F6F5;
           color: inherit;
           margin-right: 2px;
           padding: 0;
           border: 1px solid #c8d6d6;
           border-color: #c8d6d6 #9EADAD #9EADAD #c8d6d6;
           min-width: 1.8em;
           /*min-height: 1.6em;*/
           height: 1.7em;
           -moz-border-radius: 4px;
           -webkit-border-radius: 4px;
        }
       .IQpage .IQpagination span.select:hover {
           background-color: #EDECE4;
           color: #000;
           border-color: #C9C7BC #808080 #808080 #C9C7BC;
           /*-moz-appearance: toolbarbutton;*/
           /*-moz-appearance: toolbarbutton;*/
        }
        .IQpage .IQpagination span.select::before {
           content: "...";
           position: static;
           display: inline;
           cursor: default;
           font-weight: bold;
           color: #036;
           background-color: transparent;
        }
        .IQpage .IQpagination span.select:hover::before {
           color: #000;
           background-color: transparent;
        }
        .IQpage .IQpagination span.select::after {
           content: url(../img/icons/ico_menuebutton.png);
           cursor: default;
           background-color: transparent;
        }
        .IQpage .IQpagination span.select:hover::after {
           content: url(../img/icons/ico_menuebutton_hover.png);
        }
        .IQpage .IQpagination span.select span.option {
           display: none;
           position: absolute;
           z-index: 9;
           left: -1px;
           text-align: left;
           padding: 0 1em 1em;
           margin-left: -1em;
           width: 9.5em;
   
           /*background-color: #fff;
           color: inherit;
           border: 1px solid;
           border-color: #c9c7bc #808080 #808080 #c9c7bc;
           padding: 2px;*/
        }
        .IQpage .IQpagination span.select:hover span.option {
           display: block;
           /*opacity: 0.9;*/
        }
        .IQpage .IQpagination span.select span.option span.items {
           position: static;
           background-color: #fff;
           color: inherit;
           border: 1px solid;
           border-color: #c9c7bc #808080 #808080 #c9c7bc;
           padding: 2px 2px 0;
           float: left;
        }
        .IQpage .IQpagination span.select span.option span.items::after {
           content: "."; 
           display: block; 
           height: 0; 
           clear: both; 
           visibility: hidden;
           overflow: hidden;
        }

        .IQpage ul#ext-liste+h5 {
           margin-top: -1.5em;
        }
        .IQpage ul+h5+.IQpagination span.select:hover span.option {
           bottom: 1.75em;
           padding: 1em 1em 0;
           z-index: 11;
        }
        .IQpage .IQpagination span.select span.buttons::after {
           content: "."; 
           display: block; 
           height: 0; 
           clear: both; 
           visibility: hidden;
        }
        .IQpage .IQpagination > span.select a {
           margin: 2px 1px;
        }

        /* Paging Style:
----------------------------------------------------------*/