/* ********************************************************************	*/
/* Eigene Bootstrap-Erweiterung */
/* ********************************************************************	*/
/* gilt nur für Editor (!) - muss aus Default übernommen werden 		*/

/* #Listenaufzählung per Snippet */ 
ul.clearList { width: auto; display:block; list-style: none; padding-left: 30px;}
ul.clearList li { list-style: none none; list-style-position:outside; padding: 3px 0px;}
ul.clearList li img { margin-left: -34px; margin-top: -3px; margin-right: 4px;}
ul.clearList div.titel { display:inline-block; font-size: 100%;  }
ul.clearList div.desc { font-size: 85%;  font-weight:100; margin-top: -3px;}




/*Weitere Anpassungen an das Standard-CSS*/
[class^="icon-"],
[class*=" icon-"] {
  background-image: url("/edit/innoLiveEdit/scripts/bootstrap/img/glyphicons-halflings.png");
}

/* White icons with optional class, or on hover/active states of certain elements */

.icon-white,
.nav-tabs > .active > a > [class^="icon-"],
.nav-tabs > .active > a > [class*=" icon-"],
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"] {
  background-image: url("/edit/innoLiveEdit/scripts/bootstrap/img/glyphicons-halflings-white.png");
}

/* Weitere Farbanpassung für Bootstrap-Buttons/Labels/Warnings*/
.btn-primary { background-image: linear-gradient(to bottom, #2267b4, #2267b4); background-color: #2267b4; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { background-color: #2267b4; }
.btn-info { background-image: linear-gradient(to bottom, #2267b4, #2267b4); background-color: #2267b4; }
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] { background-color: #2267b4; }
.btn-success { background-image: linear-gradient(to bottom, #2c641f, #2c641f); background-color: #2c641f; }
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { background-color: #2c641f; }
.btn-warning { background-image: linear-gradient(to bottom, #ff9c18, #ff9c18); background-color: #ff9c18; }
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] { background-color: #ff9c18; }
.btn-important { background-image: linear-gradient(to bottom, #9c0000, #9c0000); background-color: #9c0000; }
.btn-important:hover, .btn-important:focus, .btn-important:active, .btn-important.active, .btn-important.disabled, .btn-important[disabled] { background-color: #9c0000; }
.label-success 	{ background-color: #2c641f; }	/* Std: GRÜN */
.label-warning	{ background-color: #ff9c18; }	/* Std: ORANGE */
.label-important{ background-color: #9c0000; }	/* Std: ROT */
.label-info		{ background-color: #2267b4; }	/* Std: BLAU */
.badge-success 	{ background-color: #2c641f; }	/* Std: GRÜN */
.badge-warning	{ background-color: #ff9c18; }	/* Std: ORANGE */
.badge-important{ background-color: #9c0000; }	/* Std: ROT */
.badge-info		{ background-color: #2267b4; }	/* Std: BLAU */
.alert-success 	{ background-color: #2c641f; border-color: #2c641f; color: #fff; }	/* Std: GRÜN */
.alert-block	{ background-color: #ff9c18; border-color: #ff9c18; color: #fff; }	/* Std: ORANGE */
.alert-error{ background-color: #9c0000; border-color: #9c0000; color: #fff; }	/* Std: ROT */
.alert-info		{ background-color: #2267b4; border-color: #2267b4; color: #fff; }	/* Std: BLAU */
 .alert {text-shadow: none;}
 .alert, .alert h4 {
    color: #fff;
}

/* Disabled-Anpassung */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  color: #333;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
}

