* {
    font-size: 11.5px;
    font-family: tahoma,arial,verdana,sans-serif;
}

body {
    width: 100%;
    height: 100%;
}

#start {
    background-color: #5cb85c;
    border-color: #4cae4c;
    width: 200px;
    height:100px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    display: inline-flex;
    font-size: 20px;
    font-weight: bold;
    font-color: white;
    font-family: tahoma,arial,verdana,sans-serif;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.ui-grid-pager-panel {
    bottom: -4.5px !important;
}
.ui-grid-menu-button {
	height: 27px;
	width: 18px;
}
 .ui-grid-viewport {
	border-bottom-style: solid;
	border-bottom-color: lightgray;
	border-bottom-width: 1px;
}
.ui-grid-pager-control button {
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 8.5px;
}
.ui-grid-pager-control .first-triangle {
	border-width: 4px 6.7px 4px 0;
}
.ui-grid-pager-control .last-triangle {
	border-width: 4px 0 4px 6.7px
}
.ui-grid-pager-control input {
    height: 25px;
}
.ui-grid-pager-row-count-picker select {
    height: 25px;
	padding: 4px 12px !important;
}
.ui-grid-pager-control .ui-grid-pager-max-pages-number {
    vertical-align: middle;
}
.ui-grid-header {
	font-weight:bold;
    font-size: 11px;
}
.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  background-color: rgba(202, 216, 226, 1);
}
.ui-grid-header-cell {
    color: dimgrey;
    background-color: grey;
    background: transparent repeat-x 0 -1px;
}
.pnl {
	border-color:#99bbe8;
    background-image: url(../images/white-top-bottom.gif) !important;
	background: transparent repeat-x 0 -1px;
}
.text-info {
    font-size: 14px;
}
.grid {
  height: 38.5vh;
  width: 100%;
}

.grid100p {
  height: 87vh;
  width: 100%;
}

.wh100p {
  height: 100%;
  width: 100%;
}

.h20space {
  width: 20px;
}
.h30space {
  width: 30%;
}
.v20space {
  height: 20px;
}
.v30space {
  height: 30px;
}

.grid300 {
  width: 100%;
  height: 300px;
}

.grid430 {
  width: 100%;
  height: 430px;
}

.grid100 {
  width: 100%;
  height: 160px;
}
.smallCell {
  font-size: smaller;
  word-wrap: break-word;
  color: blue;
}

.form-inline .form-group .filter {
	width: 500px;
}

.form-inline .form-group .dateField {
	width: 150px;
}

.span3{
  
  margin:0 5px 5px 0;
}
.ui-select-multiple.ui-select-bootstrap {
    min-height: 34px;
    height: auto;
    padding: .3em;
}
.ui-grid-filter-input {
	height : 20px;
	width : 94.5% !important;
}
.item-default {
    font-family:monospace;
}
.item-added {
    color:#3c763d;
    font-family:monospace;
}
.item-removed {
    color:#a94442;
    font-family:monospace;
}
.item-changed {
    color:darkorange;
    font-family:monospace;
}
.alert {
    padding : 3px;
	font-size: 13px;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search{
	width : auto !important;
}
.ui-grid-icon-cancel {
	display : none;
}
.grid-header {
	font-weight:bold;
    font-size: 12.5px;
	padding-left: 45%;
}

.btn-group-sm > .btn, .btn-sm {
     padding: 1px 3px;
     font-size: 12px;
     line-height: 1.5;
     border-radius: 3px;
 }
.center-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

input.ng-invalid{border:1px solid #fc8f8f}

textarea.ng-invalid {
  border:1px solid #fc8f8f
}

.loadDiv {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:lightgrey;
    opacity: .8;
 }

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px;  /* -1 * image height / 2 */
    display: block;
}
.input-group-addon {
line-height:unset;
height:34px;
}
.close {
float: unset;
}


.form-group-req {
	margin-bottom:3px;
}
.well-sm {
padding:5px;
}
.not-active{
 pointer-events:none;
 cursor:default;
}
.not-active a{
	color: slategrey;
}
a:hover {
    text-decoration: underline;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.details td:nth-child(2) {
      padding-left: 40px;
}
.details td:nth-child(1) {
      font-weight:bold;
	  color:dimgrey;
}
.details1 td:nth-child(2) {
	  width:85%;
	  padding:3px
}
.details1 td:nth-child(1) {
      font-weight:bold;
	  color:dimgrey;
	  width: 15%;
	  padding:3px;
	  vertical-align: top;
}

.div-details {
    border-style: solid;
    border-color: lightgray;
    border-width: 1px;
    height: 32.25vh !important;
    border-bottom-width: 1px;
    -ms-overflow-y: auto;
    overflow-y: auto;
    padding:10px;
    -ms-overflow-x: auto;
    overflow-x: auto;
}

#layoutFooter {
  position: absolute !important;
  left:0px !important;
  bottom: 0px !important;
  clear:left !important;
  float:left !important;
  height: 155px !important;
  bottom: -1px !important; /* For Certain IE widths */
  margin:0px !important;
  padding-left: 24px;
  width:994px;
  display:inline;
  background:url(../images/footer.gif) no-repeat left top #eaf0f4!important;
}
#footerUpper {
  height:30px;
}

#footerLower {
  border-top:1px solid #CCCCCC;
  padding-top:6px;
  line-height:13px;
}

#footerLeftLg {
    float:left;
    width:758px;
}
#footerLeft {
    float:left;
    width:388px;

}
#footerCenter {
    float:left;
    width:370px;
}
#footerRight {
    position:absolute;
    right:24px;
    width:188px;
}
#footerNavigation ul {
    display: inline;
}
#metaNavi li,
#breadcrumbNavi li,
#footerNavigation li {
    padding:0px 7px 0px 9px;
    background: url('../images/trennung_ccc.gif') no-repeat left 2px;
    display:inline;
    list-style-image: none;
}
#metaNavi li.first ,
#footerNavigation li.first {
    padding:0px 7px 0px 0px;
    background:none;
}
.toolBarOuter {

    float:right;
    margin: 5px 0px 0px 0px;
    position:relative;
}
#footerArea .toolBarOuter {
    margin-top:5px;
}
.toolBarOuter a:hover {
     background-position: left -32px !important;
 }

 table.ErrorTable {
    font-size: 8pt;
    border:1px #f2dede solid;
    width: 970px;
 }

 table.ErrorTable th {
 	font-size: 13px;
 	background-color: #f2dede;
 	text-align:left
 }
table.ErrorTable td , th{
 	padding:5px;
 }
.redfont {
	font-size: 11px;
	color: #a94442;
	font-weight:bold;
}
.gridFull {
    width:100%;
    height: 82vh;
}
.gridDeal {
  height: 45vh;
  min-width: 990px;
}
.gridDocs {
  height: 32vh;
}
/* [ui-grid-row]{
	display:table-row;
}
.ui-grid-row,.ui-grid-cell {
	height:auto !important;
}
.ui-grid-cell {
	float:none;
	display:table-cell;
}*//*
.ui-grid-header-cell,.ui-grid-cell-contents {
	white-space:normal;
	padding:2px;
	word-break:break-word;
} */
.tooltip  .tooltip-inner  {
	text-align:left;
}
.ui-grid-icon-plus-squared {
	cursor:pointer;
	cursor: hand;
}
.ui-grid-icon-minus-squared {
	cursor:pointer;
	cursor: hand;
}
.nav-pills li {
    margin-right: 20px;
}
.nav.nav-pills {
	padding-left: 215px;
}

input[type=text]::-ms-clear {
    display: none;
}