body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
    /*background-color: #f5f5f5 !important;*/
}

body hr {
    /*margin-top: 10px;
    margin-bottom: 10px;*/
}

.navbar-headrow {
    
    background-color: #fff;
    right: 0;
    /*top: 51px;*/
    top: 0px;
    /*margin-bottom: 20px;*/
}

.navbar-headrow .container-fluid
{
    /*margin-left: 50px;
    margin-right: 50px;*/
    height: 51px;
    border-bottom: 1px solid #eee;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-brand
{
    height: 100%;
    padding: 0px 0px 0px 20px;
}

.navbar-brand.pull-right
{
    margin-right: -10px;
}

.navbar-logo {
    /*position: absolute;
    top: 0;
    right: 0;*/
    z-index: 1001;
    /*display: block;*/
    border-top-left-radius: 70px 90px;
    background-color: #fff;
    padding: 5px 10px 5px 12px;
    border-bottom: 1px solid #eeeeee;
}

.navbar-logo > img
{
    height: 41px;
}

/*.navbar-toggle.pull-left
{
    margin-right: 0px;
    margin-left: 10px;
}*/
@media(max-width:767px){
    div.navbar-header > *:first-child {
        margin-left: 10px
    }
}

button.navbar-toggle.pull-right {
    margin-right: 0px;
}

.navbar-header > .navbar-nav { /*for noncollapsing nav links*/
    margin: 0px;
}

    .navbar-header > .navbar-nav > li > a { /*for noncollapsing nav links*/
        padding-top: 14px;
        padding-bottom: 14px;
      }

.navbar-default, .navbar-inverse
{
    margin-bottom: 10px;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.26);*/
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    border-bottom: none;
}

    .navbar-default .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a {
        -webkit-transition: background-color .2s,color .2s;
        -moz-transition: background-color .2s,color .2s;
        -o-transition: background-color .2s,color .2s;
        -ms-transition: background-color .2s,color .2s;
        transition: background-color .2s,color .2s;
        border-top-width: 2px;
        border-top-style: solid;
        border-top-color: transparent;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }

.navbar-default .navbar-nav > li:not(.active) > a, .navbar-inverse .navbar-nav > li:not(.active) > a
{
    border-bottom-color: transparent; /*Ensure that active element gets bordered with text color*/ 
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus
{
    border-color: transparent;
}

nav .dropdown-menu
{
    font-size: 16px;
    /*font-family: 'Oswald', Arial, helvetica, sans-serif;
    text-transform: uppercase;*/
    /*background-color: #4b4fee;
    border-top-color: #1c21ea;*/
}

ul.dropdown-menu /*we need this, because we don't want to set "border-top-color: #1c21ea;" explicitly. Only generated by primary-color*/
{
    border-right-color: rgba(0,0,0,0.15) !important;
    border-bottom-color: rgba(0,0,0,0.15) !important;
    border-left-color: rgba(0,0,0,0.15) !important;
}

:not(.nav) > * > .dropdown-menu /*":not(.nav) > .dropdown > .dropdown-menu" is not enough because of datepicker*/
{
    border-color: #ccc; /*IE8 fallback*/
    border-top-color: rgba(0,0,0,0.15);
    background-color: #fff;
}

nav .dropdown-menu > li > a, footer .dropdown-menu > li > a
{
    color: #fff; /*color: #C8CAFA;*/
    opacity: 0.7;
    /*text-transform: uppercase;*/
}

nav .dropdown-menu > li > a:hover, nav .dropdown-menu > li > a:focus, footer .dropdown-menu > li > a:hover, footer .dropdown-menu > li > a:focus
{
    color: #fff;
    opacity: 1.0; 
    background-color: rgba(255,255,255,0.1); /*background-color: #5356ff;*/
}

.body-content {
    /*background-color: #FCFCFC;*/
    /*-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);*/
    /*-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);*/
    z-index: 1;
    /*background-color: #fff;*/
    padding-bottom: 10px;
    /*margin: 0 50px 0 50px;*/
}

@media(min-width:992px){
    div.body-content
    {
        /*padding-left: 50px;*/
        /*padding-right: 50px;*/
    }
}

body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3 {
    margin-top: 10px;
}

a, .k-link {
    /*-webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;*/
}

/*.btn:focus, .btn:active:focus, .btn.active:focus /*could be useful for tab navigation!
{ 
    outline: none !important; 
    outline-style: none; 
}*/

.btn {
    padding-left: 30px;
    padding-right: 30px;
}

.btn, button.k-button, input.k-button { 
    /*-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;*/
    /*-webkit-transition-property: color, background-color;
    -moz-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    -ms-transition-property: color, background-color;
    transition-property: color, background-color;*/
    -webkit-transition: background-color .2s,color .2s;
    -moz-transition: background-color .2s,color .2s;
    -o-transition: background-color .2s,color .2s;
    -ms-transition: background-color .2s,color .2s;
    transition: background-color .2s,color .2s;
    text-transform: uppercase;
    font-weight: normal;
}

.input-group-btn > .btn, .datepicker .btn, .timepicker .btn, button.btn-icon, .btn.btn-icon,a.btn-icon, div.btn-icon
{
    padding-left: 12px;
    padding-right: 12px;
}

/*.btn:hover, .btn:focus, .btn:active, .btn.active, .open>.dropdown-toggle.btn*/
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary,
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default,
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger,
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info,
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success,
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning
{
    /*background-color: #ee9c4b;
    border-color: #ec8f34;*/
}

.datepicker .btn.btn-primary, .datepicker .btn.btn-primary:hover, .timepicker .btn.btn-primary, .timepicker .btn.btn-primary:hover
{
    /*background-color: #ee9c4b;
    border-color: #ec8f34;
    color: #fff;*/
}

.datepicker .btn, .timepicker .btn
{
    /*background-color: #fff;
    color: #333;
    border-color: #fff;*/
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

/*.datepicker .btn:hover, .timepicker .btn:hover
{
    background-color: #E6E6E6;
}

div.datepicker .btn.btn-info, div.datepicker .btn.btn-info:hover, div.timepicker .btn.btn-info, div.timepicker .btn.btn-info:hover
{
    background-color: #4b4fee;
    border-color: #3438ec;
    color: #fff;
}*/

/* Styles for view header*/
.view-header
{
    margin: 0px 0px 5px 0px;
}

.view-header > .page-title
{
    /*margin: 0px auto;
    width: 50%;*/
    float: left;
    /*position: absolute;*/
    font-size: 24px;
}

@media(max-width:991px){
    body .view-header > .page-title
    {
        font-size: 18px;
    }
}

.view-header > .page-title > h1
{
    font-size: 29px; /*equals 34px height of view buttons*/
}

.view-header > .page-title > h1,
.view-header > .page-title > h2,
.view-header > .page-title > h3,
.view-header > .page-title > h4,
.view-header > .page-title > h5,
.view-header > .page-title > h6
{
    margin: 0px;
}

.view-header > .view-buttons
{
    /*float: left;
    position: absolute;*/
    /*text-align: center;*/
    float: right;
}

.view-header:after
{
    content:'';
    display:block;
    clear: both;
}

.breadcrumb {
    /*display: inline-block;*/
    padding: 0px;
    margin-bottom: 0px;
    background-color: transparent;
}

.breadcrumb>li.active {
    color: inherit;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.table-fixed {
    table-layout: fixed;
    word-wrap: break-word;
}

.table-hover > tbody > tr:hover
{
    cursor: pointer;
    color: #fff;
}

.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th
{
    color: #fff;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: pointer;
    display: block;
}

.form-group .input-group .file-picker-label
{
    /*width: 241px;*/
}

.form-group:last-child
{
    /*margin-bottom: 0;*/
}

.jumbotron h1 /*Zeilenumbruch gewährleisten*/
{
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;     /* Non standard for webkit */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.validation-summary-valid { 
    display: none; 
}

.field-validation-valid.help-block
{
    margin: 0px;
}

.form-group .help-block
{
    margin-bottom: 0px;
}

div.jumbotron h1 
{
    font-size: 40px;
}

.panel-heading .panel-title
{
    /*padding-left: 15px;
    padding-right: 15px;*/
}

.panel-body > .add-new
{
    /*margin-top: 7px;*/
}

.panel-body > .navbar-form
{
    padding: 0px;
    margin: 0px;
}

.page-title
{
    /*background-color: #5356ff;    
    padding: 10px 15px;
    display:inline-block;
    margin-bottom: 20px;*/
    /*position: relative;
    top: -30px;
    left: -30px;*/

}

.page-title > h1
{
    /*font-size: 20px;*/
    /*font-family: "Oswald", Helvetica, Arial, sans-serif;
    text-transform: uppercase;*/
    /*color: #ffffff;
    margin: 3px 0px 3px 0;*/
    /*margin: 0px;*/
    text-align: center;
}

.panel-title
{
    /*font-family: "Oswald", Helvetica, Arial, sans-serif;
    text-transform: uppercase;*/
}

.btn
{
    /*font-size: 16px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    text-transform: uppercase;*/
}

.input-group-btn .btn
{
    /*font-size: 18px;*/
}

.navbar-inverse .navbar-nav > li > a
{
    /*font-family: "Oswald", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;*/
    max-height: 52px; /*necessary due to glyphicons*/
}

h1, h2, h3, h4, h5, h6
{
    /*font-family: "Oswald", Helvetica, Arial, sans-serif;*/
}



.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]
{
    /*margin-top: 8px;*/
}

body fieldset, body fieldset.well
{
    /*border: 1px solid #f0f0f0 !important;*/
    /*margin: 0px 0 10px 0;*/
    /*background-color: #f7f7f7;*/
    /*position: relative;*/
    /*padding: 30px 30px 30px;*/

    /*new since chrome bug 55.0.2883.75*/
    position: relative;
    padding-top: 69px;
}

body legend
{
    border-bottom: none;

    /*new since chrome bug 55.0.2883.75*/
    /*float: left;*/ 
    position: absolute;
    top: 19px;
    width: auto;
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /*IE fix
    body fieldset, body fieldset.well {
        margin-top: 0px !important;
    }
                                                       
    body legend {
        top: 30px !important;
    }
}*/

/*@media screen and (-webkit-min-device-pixel-ratio:0) { /*webkit fix
  body fieldset, body fieldset.well {
        margin-top: -15px !important;
    }
                                                       
    body legend {
        top: 45px !important;
    }
}*/

body .well, .container .well, .container-fluid .well, 
body .jumbotron, .container .jumbotron, .container-fluid .jumbotron,
.k-grid,
.panel,
.thumbnail,
.btn-raised, .btn.btn-raised,
.child-raised > *
{
    /*background-color: #fff;*/
    /* padding: 19px; */
    /*margin-bottom: 10px;*/ 
    box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
    /* border-radius: 2px; */
}

body .well, .container .well, .container-fluid .well, 
body .jumbotron, .container .jumbotron, .container-fluid .jumbotron,
.k-grid,
.panel,
.thumbnail
{
    border-width: 0px; /*border information will remain with "border-width: 0" instead of "border: 0"*/
}

body .well, .container .well, .container-fluid .well, 
body .jumbotron, .container .jumbotron, .container-fluid .jumbotron,
.panel,
.thumbnail
{
    margin-bottom: 10px;
}

.pagination > li > a, .k-pager-wrap a.k-link
{
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    cursor: pointer;
}

.modal-dialog .panel, 
.panel .panel,
.panel sd-list .k-grid 
{
    box-shadow: none;
    border-width: 1px;
}

.panel sd-list .view-buttons .btn-raised
{
    box-shadow: none;
}

.nav.nav-pills>li+li {
	margin-left: 0px;
}

.nav-pills>li>a {
    border: 1px solid #ddd;
    border-bottom: 0px;
}

/* Styles for toastr */
div#toast-container > div
{
    -webkit-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    /*opacity: .8;
    -ms-filter: alpha(Opacity=80);
    filter: alpha(opacity=80);*/
    opacity: 1;
    -ms-filter: alpha(Opacity=100);
    filter: alpha(opacity=100);
}

div#toast-container > div:hover
{
    /*box-shadow: none;*/
}

#toast-container > .alert:before {
    position: fixed;
    font-family: 'Glyphicons Halflings';
    font-size: 24px;
    line-height: 18px;
    float: left;
    /*color: #fff;*/
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}        
#toast-container > .alert-warning:before {
    content: "\e107";
}
#toast-container > .alert-danger:before {
    /*content: "\e014";*/
    content: "\e101";
}
#toast-container > .alert-info:before {
    content: "\e086";
}
#toast-container > .alert-success:before {
    /*content: "\e013";*/
    content: "\e084";
}

body .alert {
    margin-bottom: 10px;
}

button.btn.form-state
{
    opacity: 1.0;
    text-transform: none;
}

button.btn.form-state > span.hidden-xs
{
    padding-left: 18px;
    padding-right: 18px;
}

table.table > tbody > tr > td
{
    vertical-align: middle;
}

.table-action-group
{
    text-align: right;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter > [class*='col-'], /*:not(:first-child)*/
.row.no-gutter > [class*='col-'] { /*:not(:last-child)*/
  padding-right: 0;
  padding-left: 0;
}

/*.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}*/

/*div.aside .aside-dialog .aside-body, 
div.aside .aside-dialog .aside-footer {
    padding: 15px;
}*/

.table-fluid-fixed-cells {
    width: 100%;
    table-layout: fixed;
}

.fluidcell {
    width: auto;
    overflow: hidden;
    white-space: nowrap;
}

.fluidcell > *
{
    width: 100%;
    border-right-width: 0px;
}

.fluidcell.without-fixed-cell > .btn {
    border-right-width: 1px;
}

body .thumbnail {
    background-color: #fff;
}

.spin-element {
    min-height: 50px;
    display: block;
}

.sd-clickable {
  cursor: pointer;
}
.sd-dock-top {
  left: 0px;
  top: 0px;
  right: 0px;
  position: absolute;
  margin: 0px;
}
.sd-dock-right {
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  margin: 0px;
}
.sd-dock-bottom {
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  margin: 0px;
}
.sd-dock-left {
  left: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  margin: 0px;
}
.sd-busy-indicator-small {
  width: 36px;
  height: 36px;
}
.sd-busy-indicator-small.sd-dock-left,
.sd-busy-indicator-small.sd-dock-right {
  height: auto;
}

.alert-danger a {
    color: #fff;
    text-decoration: underline;
}

@media(max-width:767px){} /*xs*/
@media(min-width:768px){} /*>sm == sm, md, lg*/
@media(min-width:992px){} /*>md == md, lg*/
@media(min-width:1400px){} /*lg*/