
/*------------------------------------------------------------------

[Table of contents]

	1. Global
	2. Navbar / .navbar
	3. Subnavbar / .subnavbar
	4. Main / .main
	5. Footer / .footer
	6. Widget / .widget
	7. Error / .error-container
	8. Miscellaneous

-------------------------------------------------------------------*/



/*------------------------------------------------------------------
[1. Global]
*/

body {
	background: #E9E9E9 url(../img/body-bg.png) repeat 0 0;
	/*font: 13px/1.7em 'Open Sans';*/
}
    
p { 
	/*font: 13px/1.7em 'Open Sans';*/ 	
}
    
input,
button,
select,
textarea {
  /*font-family: 'Open Sans';*/
}

.dropdown .dropdown-menu {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.btn-icon-only {
	padding-right: 3px;
	padding-left: 3px;
}

.table td {
	vertical-align: middle;
	font-size:11px;
}
.table-striped th {font-size: 11px;
	color: #444;
	text-transform: uppercase;}

.table-bordered th {
	background: #E9E9E9;
	background:-moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
	background:linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
	
	font-size: 10px;
	color: #444;
	text-transform: uppercase;
}







/*------------------------------------------------------------------
[2. Navbar / .navbar]
*/

.navbar .container {
	position: relative;
}

.navbar-inner {
	padding: 7px 0;
	
	background: #292929;
	
	border-bottom: 1px solid #121212;	
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.navbar-fixed-top {
	position: static;
}

.navbar .nav a {
	font-size: 12px;
}

.navbar .brand {
	font-weight: 600;
	position: relative;
	top: 2px;
}

.navbar .search-query {
	background-color: #444;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
}

.navbar .search-query::-webkit-input-placeholder {
    color: #666;
}

.navbar .search-query:-moz-placeholder {
    color: #666;
}



/*------------------------------------------------------------------
[3. Subnavbar / .subnavbar]
*/

.subnavbar {
    	margin-bottom: 2.5em;
    	
    	border-top: 1px solid #595959;
    }
    
.subnavbar-inner {
	height: 80px;
	
	
	background: #3A3A3A;
	background-image: -moz-linear-gradient(top, #414141, #323232);
	background-image: -ms-linear-gradient(top, #414141, #323232);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#323232));
	background-image: -webkit-linear-gradient(top, #414141, #323232);
	background-image: -o-linear-gradient(top, #414141, #323232);
	background-image: linear-gradient(top, #414141, #323232);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#323232', GradientType=0);
	
	border-bottom: 1px solid #000;
}

.subnavbar .container > ul {
	display: inline-block;
	
	height: 80px;
	padding: 0;
	margin: 0;
	
	border-left: 1px solid #292929;
	border-right: 1px solid #4A4A4A;
}

.subnavbar .container > ul > li {
	float: left;
	
	min-width: 80px;
	height: 80px;
	padding: 0;
	margin: 0;
	
	text-align: center;
	list-style: none;
	
	border-left: 1px solid #4A4A4A;
	border-right: 1px solid #292929;
	
}

.subnavbar .container > ul > li > a {
	display: block;
	
	height: 100%;
	padding: 0 15px;
	
	
	font-size: 12px;
	font-weight: bold;
	color: #636363;
	
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.subnavbar .container > ul > li > a:hover {
	color: #888;
	text-decoration: none;
}

.subnavbar .container > ul > li > a > i {
	display: inline-block;
	
	width: 24px;
	height: 24px;
	margin-top: 17px;
	margin-bottom: .25em;
	
	font-size: 28px;
	
}

.subnavbar .container > ul > li > a > span {
	display: block;
}


.subnavbar .container > ul > li.activenav > a {
	background: #333;
	color: #51B8FF;
}
    

.subnavbar .dropdown .dropdown-menu a {
	font-size: 12px;
}

    
.subnavbar .dropdown .dropdown-menu {
    	text-align: left;
    	
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
    }
    
    
    
.subnavbar .dropdown-menu::before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 9px;
}

.subnavbar .dropdown-menu::after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	top: -6px;
	left: 10px;
}


.subnavbar .caret {
	margin-top: 4px;
	
	border-top-color: white;
	border-bottom-color: white;
}

.subnavbar .dropdown.open .caret {
	display: none;
}





/*------------------------------------------------------------------
[4. Main / .main]
*/

.main {
	padding-bottom: 2em;
	/*border-bottom: 1px solid #000;*/
	min-height:400px; height:auto !important;  /* f�r moderne Browser */ height:400px;
}



/*------------------------------------------------------------------
[5. Extra / .extra]
*/

.extra {

	border-top: 1px solid #585858;
	border-bottom: 1px solid #000;

}

.extra-inner {
	padding: 20px 0;
	
	font-size: 11px;
	color: #BBB;
	
	background: #1A1A1A;
}

.extra a {
	color: #666;
}

.extra h4 {
	margin-bottom: 1em;
	
	font-weight: 400;
}

.extra ul {
	padding: 0;
	margin: 0;
}

.extra li {
	margin-bottom: .6em;
	
	list-style: none;
}




/*------------------------------------------------------------------
[6. Footer/ .footer]
*/

.footer {
	margin-top: 0;

	
	/*border-top: 1px solid #292929;*/
}

.footer-inner {
	padding: 15px 0;
	font-size: 12px;
	/*background: #111;*/
	color: #999;
}

.footer a {
	color: #999;
}

.footer a:hover {
	color: #FFF;
	text-decoration: none;
}


/*------------------------------------------------------------------
[6. Widget / .widget]
*/

.widget {
	
	position: relative;
	clear: both;
	
	width: auto;
	
	margin-bottom: 2em;
		
	overflow: hidden;
}
	
.widget-header {
	
	position: relative;
	
	height: 36px;
	line-height: 36px;
	
	background: #E9E9E9;
	background:-moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
	background:linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
	
	
	border: 1px solid #D5D5D5;
	
	-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;
	
	-webkit-background-clip: padding-box;
}	
	
	.widget-header h3 {
		
		position: relative;
		top: 2px;
		left: 10px;
		
		display: inline-block;
		margin-right: 3em;
		
		color: #666666;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-shadow: 0 1px 0 #FFFFFF;

	}
	
		.widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
			
			display: inline-block;
			margin-left: 13px;
			margin-right: -2px;
			
			font-size: 16px;
			color: #555;
			vertical-align: middle;
			
			
			
		}




.widget-content {
	padding: 20px 15px 50px 15px;
	background: #FFF;
	border: 1px solid #D5D5D5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.widget-header+.widget-content {
	border-top: none;
	
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.widget-nopad .widget-content {
	padding: 0px 0px 50px 0px;
}

/* Widget Content Clearfix */	
.widget-content:before,
.widget-content:after {
    content:"";
    display:table;
}

.widget-content:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
    zoom:1;
}

/* Widget Table */

.widget-table .widget-content {
	padding: 0;
}

.widget-table .table {
	margin-bottom: 0;
	
	border: none;
}

.widget-table .table tr td:first-child {
	border-left: none;
}

.widget-table .table tr th:first-child {
	border-left: none;
}


/* Widget Plain */

.widget-plain {
	
	background: transparent;
	
	border: none;
}

.widget-plain .widget-content {
	padding: 0;
	
	background: transparent;
	
	border: none;
}


/* Widget Box */

.widget-box {	
	
}

.widget-box .widget-content {	
	background: #E3E3E3;	
	background: #FFF;
}




/*------------------------------------------------------------------
[7. Error / .error-container]
*/

.error-container {
	margin-top: 4em;
	margin-bottom: 4em;
	text-align: center;
}

.error-container h1 {
	margin-bottom: .5em;
	
	font-size: 120px;
	line-height: 1em;
}

.error-container h2 {
	margin-bottom: .75em;
	font-size: 28px;
}

.error-container .error-details {
	margin-bottom: 1.5em;
	
	font-size: 16px;
}

.error-container .error-actions a {
	margin: 0 .5em;
}





/*------------------------------------------------------------------
[8. Miscellaneous]
*/

.chart-holder {
	width: 100%;
	height: 250px;
}

.nopadding {
    padding: 0 !important; 
}
.widget .nopadding {
    padding: 0 0 60px 0!important; 
}

.modal-body{max-height:1200px;}

input,textarea,select,.uneditable-input{ margin-bottom:0!important;}
.accordion { background-color:#FFF;}
label {	font-size: 12px; color: #444; font-weight:bold; text-transform:uppercase;  margin-bottom:3px; }
.labelRim {	font-size: 12px; color: #444;text-transform:uppercase; font-weight:normal;  margin-bottom:3px;}
.tdLabelRim {color: #444; text-transform:uppercase; font-weight:bold;  margin-bottom:3px; text-align:right!important; width:150px;}
.well-small .dateRim {color: #444; text-transform:uppercase; font-weight:bold;font-size: 12px;}

.tableDetailView td { border-top:0px; font-size:12px;}
.datepicker {margin-top: 0px!important;}
.backgroundwhite { background-color:#FFF;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px; padding:30px;}
a.tooltipRim { font-size:16px; padding-left:10px;  padding-right:10px;} a.tooltipRim:hover { text-decoration:none;}
.fontred {color:#C00;}
.fontgreen {color:#006600}
.fontyellow {color:#F8D82D}
.accordionMarginLeftRim { margin-left:180px;}
.input-prepend-floatRim { margin-left:7px;}
.calendar h2 {line-height: 26px;}

.calendartabs {margin-bottom:0px; margin-right:20px; border-bottom:0; z-index: 999; top:1px; position: relative; }
.calendartabs li.active { border-bottom:1px solid #FFF;}
.calendartabs li.active a {  background-color:#ffffff; border-bottom-color:transparent;}

.btn-toolbar { margin-bottom:5px;}

h3.ui-tooltip-titlebar { font-size:13px; text-transform:uppercase;}

.requested  .ui-tooltip-titlebar {background-color:#990000; color:#FFF; border-bottom:1px solid #1B1B1B;padding-right: 10px;}
.requested .ui-tooltip-content {background-color:#373737; color:#FFF;}

.confirmed .ui-tooltip-titlebar {background-color:#006600; color:#FFF; border-bottom:1px solid #1B1B1B;padding-right: 10px;}
.confirmed .ui-tooltip-content {background-color:#373737; color:#FFF;}



.deleted .ui-tooltip-titlebar {background-color:#666; color:#FFF; border-bottom:1px solid #1B1B1B;padding-right: 10px;}
.deleted .ui-tooltip-content {background-color:#373737; color:#FFF;}

.changed .ui-tooltip-titlebar {background-color:#FF9900; color:#FFF; border-bottom:1px solid #1B1B1B;padding-right: 10px;}
.changed .ui-tooltip-content {background-color:#373737; color:#FFF;}

.completed .ui-tooltip-titlebar {background-color:#006600; color:#FFF; border-bottom:1px solid #1B1B1B;padding-right: 10px;}
.completed .ui-tooltip-content {background-color:#373737; color:#FFF;}


.tdlabelpopover {color: #CCC; text-transform:uppercase; font-weight:bold; width:110px;}
.ui-tooltip-content td { font-size:11px;}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {
  background-color: #EBEBEB!important; 
  background-image:none!important;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;}


.fc-view-agendaWeek .fc-event-vert {
    min-height: 34px;

    min-width: 80px;
    width: auto;
}

.fc-view-resourceDay  .fc-event-vert {
    min-height: 34px;

    min-width: 80px;
    width: auto;
}

.ui-tooltip, .qtip{
    max-width: 900px;
    min-width: 50px;
}

.ui-autocomplete-loading {
    background: white url('../img/ui-anim_basic_16x16.gif') right center no-repeat;
}

.fc-view-month  .maintenance  .fc-event-inner{
    background-color: transparent;
	background-image:url(../img/maintenance-bg.png);
    border-color:#C00; background-repeat:repeat-x;
}

.fc-event-hori.maintenance  .fc-event-inner{
    background-color: transparent;
    background-image:url(../img/maintenance-bg.png);
    border-color:#C00; background-repeat:repeat-x;
}

.fc-view-agendaWeek .maintenance  .fc-event-time{
    background-color: transparent;
    background-image:url(../img/maintenance-bg.png);
    border-color:#C00; background-repeat:repeat-x;
}

.fc-view-resourceDay .maintenance  .fc-event-time{
    background-color: transparent;
    background-image:url(../img/maintenance-bg.png);
    border-color:#C00; background-repeat:repeat-x;
}

.fc-event-time{
    float: left;
    white-space:nowrap;
}
.fc-event-time:after { content:"\A"; white-space:pre; }

.requestedListStatus {color:#C00;}
.delededListStatus {color:#C00;}
.completedListStatus {color:#006600}
.confirmedListStatus {color:#006600}
.changedListStatus {color:#FF9900}

#customer{
    //width: auto;
}