/*
KIOLA extensions for Ace Theme 1.2 / Bootstrap 3.0.0
Author: AIT Austrian Institute of Technology (http://www.ait.ac.at)
Maintainer: Christian Gossy / christian.gosss@ait.ac.at
*/

.radio-input.radio-option-space2x{
    margin-right:30px;
}
.radio-input.radio-option-space4x{
    margin-right:60px;
}
.radio-input.radio-option-space5x{
    margin-right:75px;
}

.header-info-user{
    background-color: #93cbf9 !important
}
.header-info-user >a.dropdown-toggle:hover,
.header-info-user >a.dropdown-toggle:focus,
.header-info-user.open{
    background-color: #579ec8 !important
}
a.anchor,
a.anchor:link,
a.anchor:hover,
a.anchor:visited,
a.anchor:focus,
a.anchor:active {
    text-decoration: none !important;
    color:inherit !important
}

.login-container {
    width:445px !important;
}

.navbar-form{
    margin-top:2px;
    
}
/* currently not used 
.pat-search {
    left: 22px;
    line-height: 12px;
    position: absolute;
    top: 2px !important;
}
*/


.field-text-addon {
    border: 2px none #fff;
    cursor: default;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    margin-left: 4px;
    padding: 0;
    text-align: center;
    width: 22px;
    white-space: nowrap
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.col-sm-9-min {
    min-width: 75%;
    width:75%
}

select.col-sm-9-min  {
    min-width: 75%;
    width:auto;
}


.date input{
    width:100% !important;
}

.nav-search .yourlabs-autocomplete{
    left:auto !important;
    right:22px;
}

.breadcrumbs .nav-search .nav-search-input{
    width:300px;
}

.footer .footer-inner .footer-content {
    border-top: 3px none #e5e5e5 !important;
    line-height: 20px !important;
}

.table thead tr {
  color: #707070;
  font-weight: normal;
  background: #F2F2F2;
  background-image: none !important;
  background-repeat: repeat-x;
  filter: none !important;
}

.lnk{
	cursor:pointer;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-error hr {
  border-top-color: #e6c1c7;
}

.alert-error .alert-link {
  color: #953b39;
}


textarea.danger,
input[type="text"].danger,
input[type="password"].danger,
input[type="datetime"].danger,
input[type="datetime-local"].danger,
input[type="date"].danger,
input[type="month"].danger,
input[type="time"].danger,
input[type="week"].danger,
input[type="number"].danger,
input[type="email"].danger,
input[type="url"].danger,
input[type="search"].danger,
input[type="tel"].danger,
input[type="color"].danger {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #696969;
  border-color: #B94A48;
  background-color: #ffffff;
  outline: none;
}

form fieldset legend.header {
	font-size:18px;
}
.wellb {
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
.wellb.wellb-app > .badge, .wellb.wellb-app > .label {
    font-size: 25px;
    padding: 1px 3px;
    position: absolute !important;
    right: -2px;
    text-align: center;
    top: -2px;
}
.wellb .badge {
    position: relative;
    top: -1px;
}
.wellb.wellb-app {
    border-radius: 12px 12px 12px 12px;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.7;
    margin: 2px;
    padding: 12px 10px 8px;
    position: relative;
    text-align: center;
}

ul.infopages li{ display: inline; }
ul.infopages li + li::before {
    content: " | ";
}

.menu-min .nav-list > li > a > .multiline{
    height:auto !important;
    padding-top:8px;
    padding-bottom:8px;
    line-height:20px;
}
 
.nav-list > li > a.multiline{
	height:auto !important;
	padding-top:8px;
	padding-bottom:8px;
}
.nav-list > li > a > span.multiline{
    display:block;
    height:auto !important;
    padding-left:33px;
    padding-right:5px;
    line-height:23px !important;
}
.nav-list > li > a > [class*="fa-"]:first-child {
    float: left;
}

.menu-min .nav-list > li > a > [class*="fa-"]:first-child {
    float:none !important;
}


/* MultipleSelectorInput 
Copied from Django Admin
Image paths changed
*/
.selector {
    float: left;
    width: 580px;
}
.selector select {
    height: 17.2em;
    width: 270px;
}
.selector-available, .selector-chosen {
    float: left;
    margin-bottom: 5px;
    text-align: center;
    width: 270px;
}
.selector-chosen select {
    border-top: medium none;
}
.selector-available h2, .selector-chosen h2 {
    border: 1px solid #CCCCCC;
}
.selector .selector-available h2 {
    background: url("../icons/nav-bg.gif") repeat-x scroll left bottom #FFFFFF;
    color: #666666;
}
.selector .selector-filter {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    color: #999999;
    font-size: 10px;
    margin: 0;
    padding: 3px;
    text-align: left;
}
.selector .selector-filter label, .inline-group .aligned .selector .selector-filter label {
    padding: 2px;
    width: 16px;
}
.selector .selector-available input {
    width: 230px;
}
.selector ul.selector-chooser {
    background: url("../icons/chooser-bg.gif") no-repeat scroll center top rgba(0, 0, 0, 0);
    float: left;
    height: 50px;
    margin: 10em 5px 0;
    padding: 0;
    width: 22px;
}
.selector-chooser li {
    list-style-type: none;
    margin: 0;
    padding: 3px;
}
.selector select {
    margin-bottom: 10px;
    margin-top: 0;
}
.selector-add, .selector-remove {
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -3000px;
    width: 16px;
}
.selector-add {
    background: url("../icons/selector-icons.gif") no-repeat scroll 0 -161px rgba(0, 0, 0, 0);
    cursor: default;
    margin-bottom: 2px;
}
.active.selector-add {
    background: url("../icons/selector-icons.gif") no-repeat scroll 0 -187px rgba(0, 0, 0, 0);
    cursor: pointer;
}
.selector-remove {
    background: url("../icons/selector-icons.gif") no-repeat scroll 0 -109px rgba(0, 0, 0, 0);
    cursor: default;
}
.active.selector-remove {
    background: url("../icons/selector-icons.gif") no-repeat scroll 0 -135px rgba(0, 0, 0, 0);
    cursor: pointer;
}
a.selector-chooseall, a.selector-clearall {
    color: #666666;
    display: inline-block;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
a.selector-chooseall {
    padding: 3px 18px 3px 0;
}
a.selector-clearall {
    padding: 3px 0 3px 18px;
}
a.active.selector-chooseall:hover, a.active.selector-clearall:hover {
    color: #003366;
}
a.selector-chooseall {
    background: url("../icons/selector-icons.gif") no-repeat scroll right -263px rgba(0, 0, 0, 0);
    cursor: default;
}
a.active.selector-chooseall {
    background: url("../icons/selector-icons.gif") no-repeat scroll right -289px rgba(0, 0, 0, 0);
    cursor: pointer;
}
a.selector-clearall {
    background: url("../icons/selector-icons.gif") no-repeat scroll left -211px rgba(0, 0, 0, 0);
    cursor: default;
}
a.active.selector-clearall {
    background: url("../icons/selector-icons.gif") no-repeat scroll left -237px rgba(0, 0, 0, 0);
    cursor: pointer;
}
.stacked {
    float: left;
    width: 500px;
}
.stacked select {
    height: 10.1em;
    width: 480px;
}
.stacked .selector-available, .stacked .selector-chosen {
    width: 480px;
}
.stacked .selector-available {
    margin-bottom: 0;
}
.stacked .selector-available input {
    width: 442px;
}
.stacked ul.selector-chooser {
    background: url("../icons/chooser_stacked-bg.gif") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 22px;
    margin: 0 0 3px 40%;
    width: 50px;
}
.stacked .selector-chooser li {
    float: left;
    padding: 3px 3px 3px 5px;
}
.stacked .selector-chooseall, .stacked .selector-clearall {
    display: none;
}
.stacked .selector-add {
    background: url("../icons/selector-icons.gif") no-repeat scroll 0 -57px rgba(0, 0, 0, 0);
    cursor: default;
}
.stacked .active.selector-add {
    background: url("../icons/selector-icons.gif") no-repeat scroll 0 -83px rgba(0, 0, 0, 0);
    cursor: pointer;
}
.stacked .selector-remove {
    background: url("../icons/selector-icons.gif") no-repeat scroll 0 -5px rgba(0, 0, 0, 0);
    cursor: default;
}
.stacked .active.selector-remove {
    background: url("../icons/selector-icons.gif") no-repeat scroll 0 -31px rgba(0, 0, 0, 0);
    cursor: pointer;
}

p.datetime {
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.datetime span {
    color: #CCCCCC;
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
}
table p.datetime {
    font-size: 10px;
    margin-left: 0;
    padding-left: 0;
}
p.url {
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.url a {
    font-weight: normal;
}
p.file-upload {
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.file-upload a {
    font-weight: normal;
}
.file-upload .deletelink {
    margin-left: 5px;
}
span.clearable-file-input label {
    color: #333333;
    display: inline;
    float: none;
    font-size: 11px;
}
.calendarbox, .clockbox {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 11px;
    margin: 5px auto;
    position: relative;
    text-align: center;
    width: 16em;
}
.clockbox {
    width: auto;
}
.calendar {
    margin: 0;
    padding: 0;
}
.calendar table {
    background: none repeat scroll 0 0 #FFFFFF;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}
.calendar caption, .calendarbox h2 {
    border-top: medium none;
    font-size: 11px;
    margin: 0;
    text-align: center;
}
.calendar th {
    background: url("../icons/nav-bg.gif") repeat-x scroll 0 50% #E1E1E1;
    border-bottom: 1px solid #DDDDDD;
    color: #666666;
    font-size: 10px;
    padding: 2px 3px;
    text-align: center;
}
.calendar td {
    border-bottom: medium none;
    border-top: 1px solid #EEEEEE;
    font-size: 11px;
    padding: 0;
    text-align: center;
}
.calendar td.selected a {
    background: none repeat scroll 0 0 #C9DBED;
}
.calendar td.nonday {
    background: none repeat scroll 0 0 #EFEFEF;
}
.calendar td.today a {
    background: none repeat scroll 0 0 #FFFFCC;
}
.calendar td a, .timelist a {
    color: #444444;
    display: block;
    font-weight: bold;
    padding: 4px;
    text-decoration: none;
}
.calendar td a:hover, .timelist a:hover {
    background: none repeat scroll 0 0 #5B80B2;
    color: #FFFFFF;
}
.calendar td a:active, .timelist a:active {
    background: none repeat scroll 0 0 #003366;
    color: #FFFFFF;
}
.calendarnav {
    color: #CCCCCC;
    font-size: 10px;
    margin: 0;
    padding: 1px 3px;
    text-align: center;
}
.calendarnav a:link, #calendarnav a:visited, #calendarnav a:hover {
    color: #999999;
}
.calendar-shortcuts {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #EEEEEE;
    color: #CCCCCC;
    font-size: 10px;
    line-height: 11px;
    padding: 3px 0 4px;
}
.calendarbox .calendarnav-previous, .calendarbox .calendarnav-next {
    background: url("../img/default-bg.gif") repeat-x scroll left bottom #C9DBED;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 4px 2px;
    position: absolute;
}
.calendarnav-previous:hover, .calendarnav-next:hover {
    background: none repeat scroll 0 0 #003366;
}
.calendarnav-previous {
    left: 0;
    top: 0;
}
.calendarnav-next {
    right: 0;
    top: 0;
}
.calendar-cancel {
    background: url("../img/nav-bg.gif") repeat-x scroll 0 50% #E1E1E1;
    border-top: 1px solid #DDDDDD;
    font-size: 10px;
    margin: 0 !important;
    padding: 0 !important;
}
.calendar-cancel:hover {
    background: url("../img/nav-bg-reverse.gif") repeat-x scroll 0 50% #E1E1E1;
}
.calendar-cancel a {
    color: #000000;
    display: block;
}
ul.timelist, .timelist li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.timelist a {
    padding: 2px;
}
ul.orderer {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}
ul.orderer li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../img/nav-bg-grabber.gif") repeat-y scroll 0 0 #E2E2E2;
    border-color: #BBBBBB;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px 0;
    display: block;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
}
ul.orderer li:hover {
    background-color: #DDDDDD;
    cursor: move;
}
ul.orderer li a.selector {
    font-size: 10px !important;
    margin-left: 12px;
    overflow: hidden;
    padding: 0.6em 0;
    width: 83%;
}
ul.orderer li a:link, ul.orderer li a:visited {
    color: #333333;
}
ul.orderer li .inline-deletelink {
    margin-top: 0.6em;
    position: absolute;
    right: 4px;
}
ul.orderer li.selected {
    background-color: #F8F8F8;
    border-right-color: #F8F8F8;
}
ul.orderer li.deleted {
    background: url("../img/deleted-overlay.gif") repeat scroll 0 0 #BBBBBB;
}
ul.orderer li.deleted a:link, ul.orderer li.deleted a:visited {
    color: #888888;
}
ul.orderer li.deleted .inline-deletelink {
    background-image: url("../img/inline-restore.png");
}
ul.orderer li.deleted:hover, ul.orderer li.deleted a.selector:hover {
    cursor: default;
}
.inline-deletelink {
    background: url("../img/inline-delete.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    float: right;
    height: 15px;
    outline: 0 none;
    text-indent: -9999px;
    width: 15px;
}
.inline-deletelink:hover {
    background-position: -15px 0;
    cursor: pointer;
}
.editinline button.addlink {
    border: 0 none;
    color: #5B80B2;
    cursor: pointer;
    font-size: 100%;
}
.editinline button.addlink:hover {
    color: #003366;
    cursor: pointer;
}
.editinline table .help {
    float: right;
    padding-left: 2em;
    text-align: right;
}
.editinline tfoot .addlink {
    white-space: nowrap;
}
.editinline table thead th:last-child {
    border-left: medium none;
}
.editinline tr.deleted {
    background: url("../img/deleted-overlay.gif") repeat scroll 0 0 #DDDDDD;
}
.editinline tr.deleted .inline-deletelink {
    background-image: url("../img/inline-restore.png");
}
.editinline tr.deleted td:hover {
    cursor: default;
}
.editinline tr.deleted td:first-child {
    background-image: none !important;
}
.editinline-stacked {
    min-width: 758px;
}
.editinline-stacked .inline-object {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-left: 210px;
}
.editinline-stacked .inline-source {
    background: none repeat scroll 0 0 #F8F8F8;
    float: left;
    width: 200px;
}
.editinline-stacked .inline-splitter {
    background: url("../img/inline-splitter-bg.gif") no-repeat scroll 50% 50% #F8F8F8;
    border-right: 1px solid #CCCCCC;
    float: left;
    width: 9px;
}
.editinline-stacked .controls {
    background: url("../img/nav-bg.gif") repeat-x scroll left top #E1E1E1;
    border-top: 1px solid #DDDDDD;
    clear: both;
    font-size: 11px;
    padding: 3px 4px;
}

/*
Flat tags container
*/

.flat-tag{
    border-width:0px !important;
    display:block !important;
    width:auto !important
}

/* round item in list */
.itemdiv > .user > .round {
    border: 2px solid #5293c4;
    border-radius: 100%;
    max-width: 40px;
    max-heigth: 40px;
    width: 40px;
    height: 40px;
    position: relative;
    font-size:15px;
    text-align:center;
    line-height:33px;
    /*margin:3px;*/
    font-weight:700;
    overflow:hidden;
}

.widget-toolbox > .btn-toolbar > div.pagination-wrap{    
    display:block;
}
    
.widget-toolbox > .btn-toolbar > ul.pagination {
    display:block-inline;
    margin:3px;
    max-height:18px;
}

.widget-toolbox > .btn-toolbar > .pagination > li > a,
.widget-toolbox > .btn-toolbar > .pagination > li > span {
    padding: 0px 12px !important; 
}

.widget-toolbox > .btn-toolbar:empty {
    display:none;
}

.widget-toolbox:first-child{
   border-bottom-width : 0px !important;
   padding:0px !important;
}

.obfuscate {
    visibility:hidden;
}

/* bootgrid extensions */
.white-space-wrap-normal,
.white-space-wrap-normal > .column-header-anchor > .text
{
    white-space:normal !important;
}

input[type=checkbox].ace.ace-switch.ace-switch-4.ace-switch-de + .lbl::before{
  content: "Ein\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0 Aus";
}

input[type=checkbox].ace.ace-switch.ace-switch-4.ace-switch-en + .lbl::before{
  content: "On\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0 Off";
}
  
.label-observation {
    color: #606060  !important;
    border: 1px solid #606060 !important;
    background-color: #f2f5f6 !important;
} 

.label-observation-trans{
    color: #606060  !important;
    border: 1px solid #FFFFFF !important;
    background-color: #FFFFFF !important;
    margin-top: 5px;
} 

.label-observation-hilite {
    color: #f2f5f6 !important;
    border: 1px solid #f2f5f6 !important;
    background-color: #606060 !important;
} 

.label-observation-overshot {
    color: #d74040 !important;
    border: 1px solid #d74040 !important;
    background-color: #f9d2d2 !important;
}

.label-observation-undershot {
    color: #4949f7 !important;
    border: 1px solid #4949f7 !important;
    background-color: #d2d2f9 !important;
}

.option-filter {
    color: #080808 !important;
    background-color: #E7E7E7!important;    
}


.filter-grey > .dropdown-menu  > li:hover > a, 
.filter-grey > .dropdown-menu  > li > a:focus, 
.filter-grey > .dropdown-menu  > li > a:active, 
.filter-grey > .dropdown-menu  > li.active > a, 
.filter-grey > .dropdown-menu  > li.active:hover > a {
    background: #E7E7E7 none repeat scroll 0 0 !important;
    color: #080808 !important;
}


.popover-dashed {
    outline:dashed;
    outline-width:1px;
    outline-offset:3px;
}

.tooltip-large {
    max-width: 500px!important;
}

.popover {
	z-index: 1035 !important /* behind stucked elements */
}
.popover-orig {
    z-index: 1060 !important /* original bootstrap behaviour */
}

.tooltip {
    z-index: 1037 !important /* behind stucked elements */
}
.tooltip-orig {
    z-index: 1070 !important /* original bootstrap behaviour */
}
.tooltip-inner{
  word-wrap: break-word;
  text-align: left;
  white-space: pre-line;
}

.alert-smaller {
    margin-bottom: 5px;
    padding: 5px;
}

.fa-rotate-135 {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}