body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.875em; /* 14px */
    line-height: 1.4;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 60px;
}

#footer {
    background-color: #f5f5f5;
    padding: 5px;
}

.header {
    width: 100%;
    padding: 5px;
    background-color: #ffffff;
}

@media (max-width: 1024px){
	 .navbar-nav>li>a{
   
	   padding-left: 7px;
	   padding-right: 7px;

	}
}


.navbar {
    margin-bottom: 0;
    z-index: 99;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

ul.nav > li {
  padding: 0px;
  margin: 0px;

}

nav.navbar {
    border-radius: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.navbar-inverse .navbar-toggle {
    border-color: #DDD;
    color: #ddd;
}

.container-shadow {
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    box-shadow: 2px 2px 2px #000000;
}

.row-middle {
    background-color: #ffffff;
}

#top-logo{
    height: 70px;
}

td {
    font-size: 12px;
}

body {

    font-size: 14px;
    line-height: 1.42857143;

}

h1,
.h1 {
    font-size: 28px;
}

h2,
.h2 {
    font-size: 24px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

img.left {
    float: left;
    margin: 5px;
    border: 1px solid black;
    padding: 2px;
}

img.right {
    float: right;
    margin: 5px;
    border: 1px solid black;
    padding: 2px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    position: absolute;
    width: 100%;
    left: 0;
    height: 150px;

}

.carousel-push {
    height: 150px;
}

.carousel-inner {
    height: 150px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 130px;
    z-index: 10;
    color: #ffffff;
    text-shadow: none;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 150px;
    background: #555555;
    color: #ffffff;
    text-shadow: none;

}

.carousel-caption > h3 {
    color: #ffffff;
}

.carousel-caption > h3 > a {
    color: #ffffff;
}

.carousel-inner > .item > img {
    position: absolute;
    clip: rect(0px, 130px, 130px, 0px);
    top: 10px;
    left: 120px;
}

/* Tab Navigation */
.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;
}

.nav-tabs > li > a {
    border-radius: 0;
    border: 1px solid #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    border: 1px solid #dddddd;
    background-color: #dddddd;
}

/* Tab Content */
.tab-pane {
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 10px;
}

.ul-otrs-tickets {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
    max-height: 300px;
    overflow-y: scroll;
}

.ul-otrs-tickets > li {
    padding-bottom: 0.5em;
}

h1 {
    margin-top: 10px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.numbercell {
    text-align: right;
    font-family: courier-new, monospace, fixed-with;
}

.nobreak {
  page-break-inside: avoid;
  page-break-after: auto;
}


.dropdown-menu > li > a {
  line-height: 1.2;
  padding: 6px 15px;
}
