<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********************************************************************

	Responsive Bootstrap Theme "Extended Basic" for osTicket 1.10.RC2 
	
	JÃ¼rgen Buchberger &lt;jbuchberger@direktmarketingtool.de&gt;
	Copyright (c) 2015 DMT direktmarketingtool.de GmbH
	http://www.direktmarketingtool.de

    Released under the GNU General Public License WITHOUT ANY WARRANTY.

**********************************************************************/


/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding: 153px 25px 25px 25px; /* Required padding-top 153px for .navbar-fixed-top */
	background-color: #EB8900;
	background: url(../ext_images/ext_bg_002_large.jpg)  no-repeat fixed;
    -webkit-background-size: cover; /*for webKit*/
    -moz-background-size: cover; /*Mozilla*/
    -o-background-size: cover; /*opera*/
    background-size: cover; /*generic*/
}

small {
	font-size: 14px !important;
}

.meta {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
	width: 100%;
}

.meta img.avatar,
.well img.avatar {
	height: 48px;
	width: 48px;
}

.meta-no-avatar img.avatar,
.well-no-avatar img.avatar {
	display: none;
}

.page-header {
	text-align: center;
}

.page-header-meta {
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
	width: 100%;
}

blockquote {
	font-size: 14px;
	font-style: italic;
	line-height: 1.25;
	padding: 5px 5px 5px 10px;
}

input[type="submit"], 
input[type="submit"]:hover, 
input[type="submit"]:active,
input[type="submit"]:focus {
  color: #ffffff !important;
}

/* Global Helpers */
.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.spacer-top {
	margin-top: 20px;
}

.spacer-bottom {
	margin-bottom: 20px;
}

@media screen and (max-width:380px) {
    #logo img { height: 60px; }
}

@media screen and (min-width:381px) {
    #logo img { height: 83px; }
}

.row.row-grid [class*="col-"] + [class*="col-"] {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .row.row-grid [class*="col-lg-"] + [class*="col-lg-"] {
        margin-top: 10px;
    }
}
@media (min-width: 992px) {
    .row.row-grid [class*="col-md-"] + [class*="col-md-"] {
        margin-top: 10px;
    }
}
@media (min-width: 768px) {
    .row.row-grid [class*="col-sm-"] + [class*="col-sm-"] {
        margin-top: 10px;
    }
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/* Frontpage */
.banner {
	background: url(../ext_images/ext_bg_001.jpg)  no-repeat fixed;
	background-size:auto 100%;
	text-align: center;
	color: #ffffff;
	margin-top: 20px;
	  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

@media screen and (min-width:480px) {
    .banner { min-height: 300px; 
		      padding: 20px 60px;
			}
}

.banner:hover {
  background-size: auto 120%;
}

.banner h1 {
	font-size: 64px !important;
	text-transform: uppercase;
	margin: 24px 0;
}




/* Frontpage Carousel FAQs and Other Ressources */

.carousel {
  margin-bottom: 0px;
}

.carousel-caption {
  z-index: 10;
}

@media screen and (max-width:480px) {
	  .carousel .height-small {
		  height: 110px;
		  margin-top: -20px;
	  }
	  
	  .carousel .height-medium {
		  height: 170px;
		  margin-top: -20px;
	  }
	  
	  body 
	  {
		padding: 125px 0px 25px 0px; /* Required padding-top 153px for .navbar-fixed-top */
		background-color: #EB8900;
		background: url(../ext_images/ext_bg_002_large.jpg)  no-repeat fixed;
		-webkit-background-size: cover; /*for webKit*/
		-moz-background-size: cover; /*Mozilla*/
		-o-background-size: cover; /*opera*/
		background-size: cover; /*generic*/
	}

	.banner {
    min-height: 50px;
    padding: 0px 10px;
	}
	 
	.footer
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	  
}

@media screen and (min-width:481px) {
	  .carousel .height-small {
		  height: 40px;
		  margin-top: -5px;
	  }
	  
	  .carousel .height-medium {
		  height: 100px;
		  margin-top: -20px;
	  }
}

.carousel .item {
  background-color: #fff;
}
.carousel-inner &gt; .item &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
 
.carousel-caption a:hover{
	text-decoration: none;
  }

.carousel-caption h2 {
	color: #EB8900;
    font-size: 20px;
	text-shadow: none;
  }
  
.carousel-caption p {
	color: #333;
    font-size: 14px;
	text-shadow: none;
    line-height: 1.3;
  }
  
.carousel-caption .btn {
	margin-top: 10px;
  }

.carousel-control {
	text-shadow: none;
	color: #EB8900;
	opacity: 0.75;
}

.carousel-control:hover{
	color: #EB8900;
	opacity: 1;
}

.carousel-control.left,
.carousel-control.right
{
  background-image: none;
}




/* Content Area */
.content {
	margin-top: 25px;
	background-color: #fff;
	min-height: 570px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

/* Footer */
.footer {
	background-color: #fff;
	height: 95px;
	margin-bottom: 25px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* Popup */

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba (0 0 0 0.5);
    z-index: 1000;
    -webkit-transform: translate3d(0,0,0);
}

#loading {
    border:solid 1px #0099ff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	padding: 10px 10px 10px 60px;
    width: 300px;
    height: 100px;
    background: rgb( 255, 255, 255) url('../ext_images/ext_spinner_1.gif') 10px 50% no-repeat;
    position: fixed;
    display: none;
    z-index: 3000;
}

#loading h4 { margin: 3px 0 0 0; padding: 0;}

/* Branding */

.branding {
	background-color: white;
	height: 103px;
	padding: 10px 0;
}

.branding-logo {
	margin: 0 auto;
	text-align: center;
}

.branding-footer {
	background-color: #222222;
	color: #ffffff;
	height: 60px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding: 10px 0;
	border-top: 3px solid #EB8900;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}

.branding-footer a {
	color: #ffffff;
	text-decoration: none;
}

.branding-footer a:hover {
	color: #5BC0DE;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Page Login Override */
#clientLogin
{
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: none;
  box-shadow: none;
  background: none;
}

.loginSection
{
  text-align:center;
  margin: 0 auto;
}
.loginSection input[type="text"],
.loginSection input[type="password"] {
	padding-left: 32px;
}

.loginSection #username,
.loginSection #passwd,
.loginSection #email,
.loginSection #ticketno {
    background: url('../ext_images/login-sprite.png') no-repeat;
    }

.loginSection #passwd, 
.loginSection #ticketno {
        background-position: 5px -56px;
    }

.loginSection #username, 
.loginSection #email {
        background-position: 5px 7px;
    }


/* Reply Override */

#reply
{
  margin: 0;
  padding: 0;
 background: none;
 border: none;
}

/* Ordered List Style */
ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    padding: 0;
    margin-bottom: 4em;
}

ol ol {
    margin: 0 0 0 0; /* Add some left margin for inner lists */
}

.rectangle-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;   
}

.rectangle-list a:hover{
    background: #eee;
}   

.rectangle-list a:before{
    content: counters(li, ".");
    counter-increment: li;
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #EB8900;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
	color: #ffffff;
}

.rectangle-list a:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

.rectangle-list a:hover:after{
    left: -.5em;
    border-left-color: #EB8900;             
}

.rectangle-list-light a{
    background: #e6e6e6;
} 

.rectangle-list-light a:hover{
    background: #f2f2f2;
}   

.rectangle-list-light a:before{
     background: #ccc;
}

.rectangle-list-light a:hover:after{
    border-left-color: #ccc;             
}

/* Panel Heading Breadcrumb */

.panel-heading a {
	color: #ffffff;
	text-decoration: none;
}

.panel-heading a:hover {
	color: #5BC0DE;
}

.panel-heading-primary {
	background-color: #EB8900 !important;
	border-color: #EB8900 !important;
	color: #fff !important;
}

.panel-heading-black {
	background-color: #000000 !important;
	border-color: #000000 !important;
	color: #fff !important;
}
</pre></body></html>