@CHARSET "UTF-8";
.right-bold{
	font-weight: bold;
	text-align: right;
	line-height: 31px;
}


.inlinebox .form-control{
	display: inline;
	width: 24px;
}

.inlinebox label{
	display: inline-block;
	margin: 0;
	padding: 0 15px 0 5px;
	
	
}

.phoneprio-box .form-control{
	display: inline-block;
	width: 50%;
}

.phoneprio-box label{
	display: inline;
	margin: 0;
	padding: 0;
}

.phoneprio{
			float:left;
			width: 50%;
			font-size: 24px !important;
			color: #ccc;
			margin-top: 4px;
		}
.phonegreen{
			color: green;
}

.red, .limit{
	color: red !important;
}
.green{
	color: #80ba31 !important;
}
.grey{
	color: #ccc;
}


/* custlog --------------------------------------------------------------------------------------------------*/

#custlog{
	margin-top: 38px;
}
#moodmeter { width: 35px; border: 1px solid #ccc; border-radius: 4px }
.mood { height: 29px; }
#moodmeter .mood { cursor: pointer; }

#custlog_logtext{
	height: 220px;
}

#priority{
	line-height: 5;
}
#priority label{
		margin-right: 10px;
}

.logitem{
			margin-top: 20px;
}

.logtop, .logbod, .logbot {
	color: #000;
	padding: 4px;
}
.logtop {
	background-color: #F5F5F5;
  	border: 1px solid #E3E3E3;
  	border-radius: 2px;
  	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  	font-size:11px;
	font-weight: bold;
	
 }
.logbod {
	margin-top: 5px;
 	border: 1px solid #E3E3E3;
  	border-radius: 2px;
  	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  	background-color: #fff;
  	
  	
  	}
.logbot {
  		float: right;
  		font-size:11px;
	margin-top: 1px;
	padding: 2px 4px 0px 5px;
	border: 1px solid #E3E3E3;
  		border-radius: 2px;
  		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	background-color: #F5F5F5;
}
.label-neu{
    background-color: #FF00FF;
}
/* status --------------------------------------------------------------------------------------------------*/

.done,  .off{
	padding-left:5px;
	color: #ccc;
	
}	

.undone{
	padding-left:5px;
	color: #318CBA;
}

.unprinted{
    color: orange !important;
	
}
.gdvunsent{
    color: #FF00FF !important;
}


	
.wanted{
	padding-left:5px;
	border: 1px solid #ccc;
	border-radius: 2px;
	display:block;
}	

.on{
	padding-left:5px;
	color: red;
	display:block;
}
.hide-todispo, .hide-custreptermin {
	display: none !important;
}

#statusline .done, #statusline .off, #statusline a.undone, #statusline a.on{
	display:inline;
	font-size: 20px;
}

.paginationbox{
	
}
/* Statusanzeige auf schadencare.com ---------------------------------------------------------------------*/




/* filter --------------------------------------------------------------------------------------------------*/
.df-filterlinks {
    overflow:hidden;
	padding: 0 30px;
    /* float: right; */
	/* margin: 0 15px 0 15px; */
}
.df-filterbereich {
    /* float: left; */
	margin: 0 0 15px 0;
}

.df-fieldset {
	padding: 0 0 5px 0;
	margin-bottom: 21px;
}

/* diverse ....... */

.sarrow {
	padding: 0px 3px;
 	width: 15px;
 	display: inline-block;
 	
  }
  
  .btn-primary, .btn-info {
    background-color: #E7441C !important;
    border-color: #b23e35 !important;
    color: #ffffff;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #E95530 !important;
  border-color: #E7441C !important;
}
fieldset[disabled] .btn-primary.active {
    background-color: #E7441C !important;
    border-color: #b23e35 !important;
}
.btn-primary .badge {
     background-color: #E7441C !important;
    border-color: #b23e35 !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #E7441C !important;
    border-color: #E7441C !important;
}

/* onlinetermine --------------------------------------------------------------------------------------------------*/

ul.nav-line{
    padding-left: 0;
    background: #f5f5f5;
    
}

.nav-line li{
    height: 40px;
    display: inline-block;
    padding-left: 35px;
    list-style: outside none none;
    position: relative;
    
    
}



.nav-line li.ready{
    background-image: linear-gradient(to bottom, #f5f5f5,#cccccc);
}

.nav-line li.active{
    background-image: linear-gradient(to bottom, #ff0000,#b00000);
}

.nav-line li a{
    display: block;
    position: relative;
    color: #666;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    
}

.nav-line li a:hover, .nav-line li a:active, .nav-line li a:focus {
    text-decoration: none;
}


.nav-line li.active a{
    color: #fff;
}

.nav-line li:after {
    content: "";
    position: absolute;
    background-image: url(../img/ot_nav_inactive_spitze.png);
    background-repeat: no-repeat;
    display: block;
    right: -30px;
    top: 0;
    height: 40px;
    width: 30px;
    text-indent: -9999px;
    z-index: 1;
}



.nav-line li.ready:after {
    background-image: url(../img/ot_nav_spitze.png);
    z-index: 2;
}

.nav-line li.active:after {
    background-image: url(../img/ot_nav_active_spitze.png);
    background-repeat: no-repeat;
    z-index: 3;
}

.service{
    width: 85px;
    height: 67px;
    margin-right: 8px;
    padding: 9px 9px 0px 9px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    float: left;
    
}

.service div{
    height: 58px;
}

.sb_termin{
    position: absolute;
    border: 1px solid #ccc;
    font-size: 12px;
    width: 100%;
    padding: 4px;
}
.sb_tag{
    position: relative;
    height: 660px;
    float: left;
    margin-right: 1%;
}
.sb_tag_header{
    font-weight: bold;
    line-height: 3;
    font-size: 14px;
}
.sb_frei, .ot_sb_frei{
    background: #80ba31;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #fff;
    fotnt-weight: bold !important;
    cursor: pointer;


}
.sb_belegt{
    background: rgba(255,0,0,0.5);
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #fff;
    fotnt-weight: bold !important;
}
.sb_name{
    background: rgba(0,0,0,0.2);
    border: 1px solid #ccc;
    fotnt-weight: bold !important;
    padding:3px;
}

#kap-box{
    margin-bottom: 20px;
}

/* overlays --------------------------------------------------------------------------------------------------*/
#overlay {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1100;
	background-color: rgb(119, 119, 119);
	opacity: 0.7;
	cursor: pointer;
	height: 2478px;
	
}
#overlay-wrap {
    display: none;
    left: 0;
    outline: medium none;
    padding: 30px 2% 20px 2%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3334;
}
#crm3_content {
    border: 10px solid #fff;
    height: auto;
    outline: medium none;
    overflow: hidden;
    padding: 15px;
    position: relative;
    z-index: 3335;
	
}
/* DAT --------------------------------------------------------------------------------------------------*/

.modelIFrame{
    width: 100%;height: 1400px;border: none;
}