*{
    font-family: arial, helvetica;
    padding: 0px;
    margin: 0px;
    font-size: 12px; 
}
h2.news_headline{
    padding-top: 0px;
    margin-top: 0px !important;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4px;
}
[ng\:cloak], [ng-cloak], .ng-cloak {
  /**/
  display: none !important;
  /*border: 2px solid lime;
*/  }
.btn{
    border: 0px;
    text-shadow: none; 
    -webkit-box-shadow: none;
    box-shadow: none; 

}
.ladda-button .ladda-label {
   font-size: 14px;
}


.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.h4, h4 {
    font-size: 14px;
}
.label_annotations{
    color: #434343;
    font-size: 80%;
}
.nav-pills>li>a {
   border-radius: 0px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 6px 15px;
}
.effectfront {
    z-index: 124;
  border: none;
  margin: 0 auto;
}
.effectfront:hover {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
h1, h2,h3,h5,h4{
    font-family: arial, helvetica;  
}
.h2, h2,
.h3, h3 {
    font-size: 16px !important;
    color: rgb(102, 102, 102);
}
small {
    padding: 3px;
    position: relative;
    top: -3px;
    font-size: 9px;
    color: rgb(37, 177, 31);
}
h2.bubble,
h3.bubble {
    font-size: 12px !important;
}
.section_hl_top{
    margin-left: -15px;
    margin-bottom: 30px;
    border: 0px dashed gray;
}
.section_hl{
    margin-left: -15px;
}
.tbl_toolbar button:hover, .tbl_toolbar input[type=button]:hover,
.tbl_toolbar button, .tbl_toolbar input[type=button]{
border: 1px solid #e3e3e3 !important;
background: #e3e3e3 !important;
}
.container{
    min-height: 800px;
}
body{
    min-height: 1200px;
}
.btn-primary{
    background: rgb(88, 179, 88);
}

.btn-primary:hover, .btn-primary:focus {
   transition: all 0.5s ease-in; /* vendorless fallback */
         -o-transition: all 0.5s ease-in; /* opera */
        -ms-transition: all 0.5s ease-in; /* IE 10 betas, not needed in final build. */
       -moz-transition: all  0.5s ease-in; /* Firefox */
    -webkit-transition: all 0.5s ease-in; /*safari and chrome */
     background: rgb(94, 189, 94);

}

.btn-danger{
    background: #c20000;
}

  .xbox .table>tbody>tr>th,   .xbox .table>tfoot>tr>th,   .xbox .table>thead>tr>th{
    font-weight: normal;
    position: relative;
    height: 8px;
    padding: 2px 6px;
    /* padding-top: 21px; */
    margin-bottom: 12px;
    color: rgb(102, 102, 102);
    font-size: 13px;
    background: rgb(227, 227, 227);
    /*background: #f3f3f3;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0px;
    border: 0;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #e3e3e3;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 10px;
    line-height: 1.35;
    border-radius: 3px;
}
.bubble 
{
    position: relative;
    /* height: 22px; */
    padding: 5px;
    /* padding-top: 23px; */
    color: rgb(102, 102, 102);
    font-size: 13px;
    /* background: rgb(142, 142, 142); */
    background: rgb(227, 227, 227);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.bubble:after 
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: rgb(191, 191, 191) rgba(0, 0, 0, 0);
    /*border-color: #f3f3f3 transparent;*/
    display: block;
    width: 0;
    display: none;
    z-index: 1;
    bottom: -8px;
    left: 12px;
}

.modal-backdrop.am-fade {
    opacity: .3;
    transition: opacity .25s ease-in-out;
    &.ng-enter {
        opacity: 0;
        &.ng-enter-active {
            opacity: .3;
        }
    }
    &.ng-leave {
        opacity: .5;
        &.ng-leave-active {
            opacity: 0;
        }
    }
}
.modal-dialog {
    width: 80%;
    max-width: 1000px;
    margin: 30px auto;
}
.hradio .radio{
    float: left;   
    border: 0px solid lime;
    padding-right: 20px;
}


.hradio{
    height: 34px;
}


ul.xlist{
    margin: 0;
    padding: 0;
}

ul.xlist li{

    padding: 4px 12px;
}

table tr.selected{
    background: #8CC119 !important;
    background: #545454 !important;
    color: #fff;
}

.navbar-default{
 background: #fff;
    border:0px;
    border-bottom: 0px solid #f1f1f1;
    box-shadow: none;
}
.nav{
       background: rgb(245,245,245); 
       border-radius: 3px;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover{
     text-decoration: none !important;
}
.uploadedDocs{
        background: rgb(84, 84, 84);
    color: rgb(240, 240, 240);
    padding: 4px;

}
.MissingDocs{
    background: #c20000;
    color: #fff;
    padding: 4px;
    text-align: left;
}
.buttonwrapper{
    height: 40px;
}
.missingDocsWrapper{
    /* padding-top: 12px; */
    /* min-height: 200px; */
    display: block;
    /* margin-bottom: 40px; */
}
.missingDocsWrapper table{
    margin-right: 15px;
}
.xbox{
   /* background: #f0f0f0; */
   overflow: auto;
}

.btn{border: 1px solid transparent !important;border-radius: 2px !important;padding: 0px 4px;}
.datepicker .btn{
    border: 1px solid #fff;
    box-shadow: none;
}
.myform input{
    max-width: 300px;
}
.myform select{
    max-width: 300px;
}
.form-widget{
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 12px;
    background: #eee;

    border-radius: 2px;
/*box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
}
.checkbox{
    padding-top: 0px !important;
}
label{
    padding-top: 3px;
}

.nav li{
    cursor: pointer;
}

.popover.top > .arrow::after {
    border-bottom-width: 0;
    border-top-color: rgb(140, 193, 25);;
    bottom: 1px;
    content: " ";
    margin-left: -10px;
}
.popover{
    border: 1px solid #75AD00;
    color: #EEFFCA;
    background: rgb(140, 193, 25);;
}
.infoicon{
    border: 1px solid lime;
    cursor: pointer; 
    color: #75AD00;
}





.form-control {
    margin-bottom: 13px;
    display: block;
    width: 100%;
    height: 21px;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 1.2857143;
    color: rgb(85, 85, 85);
    background-color: rgb(251, 251, 251);
    background-image: none;
    border: 1px solid rgb(226, 226, 226);
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.hradio .error-msg {
    display: none;   

}
.error-msg {
    z-index: 12;
    clear: none;
    position: absolute;
    float: right;
    /* margin-left: 20px; */
    margin-top: -11px;
    display: block;
    padding: 4px 12px;
    background: rgb(194, 0, 0);
    color: rgb(255, 255, 255) !important;
    padding: 2px 14px !important;
    border-radius: 2px;
}


.error-msg:after 
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #c20000 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -10px;
    top: -6px;
    left: 12px;
    
   opacity: 1 !important;
}
tr.trainer_item:hover{
   background: #eee !important; 
    
}
input .ng-invalid {
 border: 1px solid red !important;
}

.has-error .form-control {
    border-color: rgb(226, 226, 226);
    border-bottom: 1px solid #c20000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control {
    border-color: rgb(226, 226, 226);

    -webkit-box-shadow: none;
    box-shadow: none;
}


.big_button{
    min-width: 200px;
}
.textnotes_hl{
    margin-top: 60px;   
}
.textnotes{
    background: #666;
    min-height: 400px;
    padding: 20px;
    background: rgb(86, 86, 86);
    min-height: 400px;
    color: #f1f1f1;
}
.xfade.ng-hide {
    opacity: 0.5;
}

.xfade.ng-hide-remove,
.xfade.ng-hide-add {
    display: block !important;
}

.xfade.ng-hide-remove {
    transition: all linear 1000ms;
}

.xfade.ng-hide-add {
    transition: all linear 500ms;
}
input[type="text"]:disabled,
input[type="text"]:disabled
{
    background: rgb(121, 121, 121);
    box-shadow: none !important;
    border: 0 !important;
    cursor: auto;
    color: rgb(238, 238, 238);
}
form.compact .form-group{
    margin-bottom: 0px !important
}
.form-group-wrapper{
    overflow: auto !important; 
    background: #EEEEEE; 
    clear: both;
    float: none;
    border: 0px dashed lightslategray;
    margin-bottom: 12px;
    border-radius: 4px;
}
.radio{
    padding-top: 0px !important;
}


    .dashboard_nav li a{
      
        color: #fff;
        text-decoration: none;
        display: block;
           padding: 3px 16px;
    }
    .dashboard_nav li{

        width: 200px;
        cursor: pointer;
     
        margin-bottom: 4px;
        border-radius: 2px;
        background: rgb(52, 115, 187);
        border: 1px solid rgb(32, 95, 167);

    }
    ul{
        list-style-type: none;
    }
    .dashboard{
        padding-top: 40px;
        list-style-type: none;
        border: 0px solid lime;
    }
    .dashboard .xbox h3{
        margin: 0px;
        padding: 20px 0px 8px 12px;
        background: #fff;
        color: #545454;
        font-size: 16px;

    }
    .dashboard .xbox{
        background: #fff;
        min-height: 300px;
    }

    .padbox{
        margin: 12px;
        border: 0px dashed gray;
    }
    tr.active td{
        background: #545454 !important;
        color: #fff;
    }
/*--------------------------------------------------------*/
.error-msg,
/*.error-msg:after,*/
#hideMe {
    -moz-animation: cssAnimation 0.2s linear 3s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0.2s linear 3s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0.2s ease-in 3s forwards;
    /* Opera */
    animation: cssAnimation 0.2s ease-in 3s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
       
        overflow:hidden;
        opacity:0;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}
button:hover,
span
{
    outline:0px !important;
    -webkit-appearance:none;
}
#lohn_stunde,
#lohn_pauschal{
    background: #fff;
    
}
input[type=checkbox], input[type=radio] {
    top: 0px;
}
.btn-upload{
    border: 0 !important;
    border-radius: 2px;
}

/* ------  */

.fileUpload {
    padding: 12px;
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 4px 12px;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.fileUpload:disabled {
    background: #e3e3e3 !important;
    opacity: .4;
    
}

#privacy_box span.has-error{
margin-top: 30px !important;
margin-left: 6px;
};