/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17.02.2016, 14:41:36
    Author     : gortner
*/
.menu-shadow {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75);
    z-index: 99;
    position: relative;
    border-radius: 0px; }

.top-menu-grad {
    background: #5a5a5a;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#5a5a5a, #525252, #464646);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#5a5a5a, #525252, #464646);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#5a5a5a, #525252, #464646);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#5a5a5a, #525252, #464646);
    /* Standard syntax */
    border-radius: 0px;
    min-height: 50px;

}

.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

.lr-drop-target-before{
  border-left: 2px solid orange;
}

.lr-drop-target-after{
  border-right: 2px solid orange;
}



a {
    color: #38621d;
} 

a:hover {
    color: #5cb85c;
    text-decoration: underline;
}

.red {
    background-color: #bc0202;
    color: #ffffff;
}


.red-text {
    color: #bc0202;
}

.blue {
    background-color: #1e5b98;
    color: #ffffff;
}


.green-text {
    color: #147b0a;
}

.green {
    background-color: #147b0a;
    color: #ffffff;
}

.lightgreen {
    background-color: #bdfea0 !important;
}

.orange {
    background-color: #df8a13;
    color: #ffffff;
}

.redtext {
    color: #bc0202;
}


.bluetext {
    color: #1e5b98;
}

.myLinkDark:hover {
    cursor: pointer;
    color: #333;
    text-decoration: none;
}

.myLink:hover {
    cursor: pointer;
    text-shadow: 2px 2px 2px #555;
}

.highlighted {
    background-color: #fefbb9 !important;
}

hr.style13 {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


hr.style14 { 
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

.overlay {
    position: absolute;
    top: 23px;
    left: 1px;

}

.overlay-list {
    width: 260px;
    position: absolute;
    top: 35px;
    left: 5px;
    z-index: 10;
    background-color: #fdfdfd;
    border: solid 1px #808080;

    display: flex;
    flex-direction: column;
    min-height: 0px;
    padding: 2px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.175);
    box-shadow: 0 2px 2px rgba(0,0,0,0.175);
}

.sortorder:after {
    content: '\25b2'; 
}
.sortorder.reverse:after {
    content: '\25bc'; 
}

.fadeoutnews {
    position: absolute;
    bottom: 0px;
    min-height: 60px;
    max-height: 60px;
    margin-top: 30px;
    
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+6,ffffff+46,ffffff+96,ffffff+98,ffffff+98,ffffff+100,ffffff+100,ffffff+100&0+6,1+45 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 6%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 98%, rgba(255,255,255,1) 100%);/* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 6%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 46%,rgba(255,255,255,1) 96%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%);/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 6%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 46%,rgba(255,255,255,1) 96%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );/* IE6-9 */
}

.fadeout {
    position: absolute;
    bottom: 100px;
    min-height: 60px;
    max-height: 60px;
    vertical-align: bottom;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+6,ffffff+46,ffffff+96,ffffff+98,ffffff+98,ffffff+100,ffffff+100,ffffff+100&0+6,1+45 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 6%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 98%, rgba(255,255,255,1) 100%);/* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 6%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 46%,rgba(255,255,255,1) 96%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%);/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 6%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 46%,rgba(255,255,255,1) 96%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );/* IE6-9 */
}

.fadeout-content {
    /*position: absolute;*/
    /*bottom: 10px;*/
    /*left: 15px;*/
    /*margin-top: 10px;*/
    /*margin-left: 15px;*/
    /*margin-bottom: 10px;*/
    width: 150px;
    height: 50px;
    display:table-cell;
    vertical-align: bottom;
    /*z-index: 900;*/
  }

.active-white {
    color: #ffffff;
}

.notification-element {
    padding-left: 5px;
    padding-right: 5px;
    text-indent: -20px;  
}


div .notification-element:hover {
    background-color: #464646;
}

.notification-element-link {
    background-color: transparent !important;
    text-decoration: none;
    color: #333;

}

.notification-element-link:hover {
    background-color: transparent !important;
    text-decoration: none;

}

.navbar-top-links .dropdown-menu li a div:hover {
    background-color: transparent !important;
}



.navbar-top-links .dropdown-menu .unread li a div:hover {
    background-color: transparent !important;
    color: #666 !important;
}

.unread {
    background-color: #ffffff !important;
    color: #333 !important;
}

.unread:hover {
    background-color: #ddd !important;
    color: #666 !important;
}

.read {
    background-color: #8e8e8e;
    color: #464646;
}

.btn-my {
    border-radius: 0px;
}

.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: inherit;
    display: block;
}

dropdown a {
    color: #888;
}

#wrapper {
    width: 100%;
}
#page-wrapper {
    padding: 0 5px;
    min-height: 568px;
    /*background-color: white;*/
}
@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 57px;
        padding: 0 10px;
        /*        border-left: 1px solid #e7e7e7;*/
    }
}
.narrow-col { padding-left: 15px; padding-right: 15px}
@media (max-width: 375px) {
    .panel-group { padding-left: 0px; padding-right: 0px}
    .panel-body { padding-left: 0px; padding-right: 0px}
    .narrow-col { padding-left: 0px; padding-right: 0px}
    #wrapper {margin-bottom: 30px}
}
.nav .open a:focus {
    background: #666;
}

.navbar-top-links {
    margin-right: 0;
}
.navbar-top-links li {
    display: inline-block;
}
.navbar-top-links li:last-child {
    margin-right: 15px;
}
.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
    color: #ccc;
}

.navbar-top-links li a .default {
    padding: 15px;
    min-height: 50px;
    color: #666 !important;
}

.navbar-top-links li a .default :hover {
    padding: 15px;
    min-height: 50px;
    color: #ccc !important;
    background: #666 !important;
}

.navbar-top-links li a:active {
    padding: 15px;
    min-height: 50px;
    background: #666;
}
.navbar-top-links li a:focus {
    padding: 15px;
    min-height: 50px;
    background: #666;
}
.navbar-top-links li a:hover {
    padding: 15px;
    min-height: 50px;
    background: #666;
    color: #ccc;
}
.navbar-top-links .dropdown-menu li {
    display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}
.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}
.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}
.sidebar .sidebar-nav.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.sidebar .sidebar-search {
    padding: 15px;
}
.sidebar ul li {
    /*border-bottom: 1px solid #e7e7e7;*/
}
.sidebar ul li a.active {
    background-color: #eeeeee;
}
.sidebar .arrow {
    float: right;
}
.sidebar .fa.arrow:before {
    content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: none !important;
}
.sidebar .nav-second-level li a {
    padding-left: 37px;
}
.sidebar .nav-third-level li a {
    padding-left: 52px;
}
@media (min-width: 768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        top: 0px;
        width: 57px;
        padding-top: 51px;
    }
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-langs,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
    .left-menu-trans {
        background: rgba(00, 100, 00, 0.3);
        border-right: 1px solid #7de275;
        height: 100vh;
        position: absolute;
        top: 0px;
        padding-top: 60px;
    }
    .sidebar-text {
        visibility: hidden;
        display:none;
    }

    .searchdialogborder {
        padding-right: 10px;
        padding-bottom: 10px;
        border-right: 2px solid #ddd;
        border-bottom: 2px solid #ddd;
        background: rgba(100, 100, 100, 0.5);
        min-width: 710px;
        min-height: 410px;
        max-width: 710px;
        max-height: 660px;
        position: absolute;
        top: 50px;
        left: 58px;
        z-index: 999;
        border-bottom-right-radius: 6px;

    }
    .searchdialog-white {
        
        background: rgba(200, 200, 200, 0.5);
        min-width: 700px;
        min-height: 400px;
        max-width: 700px;
        max-height: 650px;
        border-bottom-right-radius: 4px;
    }
    .searchdialog {
        background: rgba(197, 179, 92, 0.8);
        min-width: 700px;
        min-height: 400px;
        max-width: 700px;
        max-height: 650px;

        /*        position: absolute;
                top: 0px;
                left: 58px;*/
        border-bottom-right-radius: 4px;
    }
    .searchdialogfooter {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+59&0+0,0.38+59 */
        background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.38) 42%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.38) 42%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.38) 42%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#61000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        position: absolute;
        left: 0px;
        bottom: 11px;
        right: 10px;
        padding-left:10px;
        border-bottom-right-radius: 4px;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        font-weight: bold;
        color: #fff;
    }
}

.panel {
    margin-bottom: 15px;

}

.input_img {

    font-size: large;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom:22px;
    left:22px;
    width:10px;
    height: 10px;
}

.btn-white { 
    background-image: linear-gradient(to bottom,#fafafa 0,#fdfdfd 100%);
}

.searchdialogheader {
    margin-top: 0px;
    padding-top: 20px;
    min-height: 65px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+59&0+0,0.38+59 */
    background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.38) 42%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.38) 42%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.38) 42%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#61000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.inactive-icon {
    color: #666; 
}

.inactive-icon:hover {
    color: #fff; 
    text-shadow: 2px 2px 2px #555;
}

.searchResults {
    padding-left:10px;
    min-height: 340px;
    max-height: 370px;
    margin-top: 70px;
    color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 28px;

}

.searchResultText {
    color: #fff;
}
.searchResultText:hover {
    color: #fff;
    text-shadow: 2px 2px 2px #555;
}

.searchResultEntry {
    padding-left:10px;
    max-height: 100px;
    margin-top: 70px;
    color: #fff;

}


.bold {
    font-weight:bold;
}

.searchResultEntry:hover {
    padding-left:10px;
    max-height: 100px;
    margin-top: 70px;
    color: #fff;
    text-shadow: 2px 2px 2px #555;

}
.searchshowmoreless:hover {
    cursor: pointer;

}

.searchentryPic {
    max-height: 40px;
    max-width: 80px;
    padding: 5px;
}

.userSearchentryPic {
    max-height: 40px;
    padding: 5px;
}

nav-pills > li > a {
    border-radius: 0;
}


.searchentryPicImg {
    max-height: 30px;
    max-width: 70px;
}
.searchentryPic:hover {
    background: rgba(255, 255, 255, 0.3);
}


.searchinput {
    background: rgba(80, 80, 80, 0.7);
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 5px 5px 5px 30px;
    min-width: 400px;
    min-height: 30px;
    font-size: large;
    font-weight: bold;
    color: #fff;


}

div.showCell .hiddenCell {
    visibility: hidden;
}

div.showCell:hover .hiddenCell {
    visibility: visible;
}

.imagebox {
    /*    background-image: url('../img/sheet_background.png');
        padding-top: 12px;
        padding-bottom: 20px;
        padding-left: 18px;
        padding-right: 20px;
        background-repeat: no-repeat;*/
    min-height: 200px;
    min-width: 175px;
}

.editimgbox {
    position: absolute;
    border: 1px solid #fafafa;
    border-radius: 5px;
}

.hr {
    margin-bottom: 10px;
    min-height: 20px;
    max-height: 20px;
    border-bottom: 2px solid #fff;

}

.xsmall{
    font-size: 9px;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}
.btn-primary.btn-outline {
    color: #428bca;
}
.btn-success.btn-outline {
    color: #5cb85c;
}
.btn-info.btn-outline {
    color: #5bc0de;
}
.btn-warning.btn-outline {
    color: #f0ad4e;
}
.btn-danger.btn-outline {
    color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: white;
}
.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}
.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999999;
}
.chat li.left .chat-body {
    margin-left: 60px;
}
.chat li.right .chat-body {
    margin-right: 60px;
}
.chat li .chat-body p {
    margin: 0;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}
.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}
.login-panel {
    margin-top: 25%;
}
.flot-chart {
    display: block;
    height: 400px;
}
.flot-chart-content {
    width: 100%;
    height: 100%;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}
table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}
table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, 0.5);
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}
.show-grid {
    margin: 15px 0;
}
.huge {
    font-size: 40px;
}
.panel-green {
    border-color: #5cb85c;
}
.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: white;
    background-color: #5cb85c;
}
.panel-green > a {
    color: #5cb85c;
}
.panel-green > a:hover {
    color: #3d8b3d;
}
.panel-red {
    border-color: #d9534f;
}
.panel-red > .panel-heading {
    border-color: #d9534f;
    color: white;
    background-color: #d9534f;
}
.panel-red > a {
    color: #d9534f;
}
.panel-red > a:hover {
    color: #b52b27;
}
.panel-yellow {
    border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: white;
    background-color: #f0ad4e;
}
.panel-yellow > a {
    color: #f0ad4e;
}
.panel-yellow > a:hover {
    color: #df8a13;
}
.timeline {
    position: relative;
    padding: 20px 0 20px;
    list-style: none;
}
.timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #eeeeee;
}
.timeline > li {
    position: relative;
    margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    float: left;
    position: relative;
    width: 46%;
    padding: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -15px;
    border-top: 15px solid transparent;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ccc;
}
.timeline > li > .timeline-panel:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -14px;
    border-top: 14px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
}
.timeline > li > .timeline-badge {
    z-index: 100;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    color: #fff;
    background-color: #999999;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}
.timeline-badge.success {
    background-color: #3f903f !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(10%);
        width: -moz-calc(10%);
        width: -webkit-calc(10%);
    }
    ul.timeline > li > .timeline-badge {
        top: 16px;
        left: 15px;
        margin-left: 0;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0;
    }
    ul.timeline > li > .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0;
    }
    .sidebar {
        z-index: 1;
        position: relative;
        top: 0px;
        width: 100%;
        /*padding-top: 102px;*/

    }
    .left-menu-trans {
        background: rgba(167, 154, 33, 0.4);
        border-right: 0px solid #807120;
        border-bottom: 1px solid #807120;
        position: relative;
        top: 0px;
        padding-top: 0px;
        width: 100%;
    }
    .navbar-collapse {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .sidebar-text {
        visibility: visible;
        color: #fff;
        text-shadow: 2px 2px 4px #444;
        padding-left: 57px;
        padding-top: 16px;
        padding-bottom: 14px;
        font-weight: bolder;
        font-size: larger;
        display:block;
    }
    /*    #sidenav .navbar-collapse.in {
        position: relative;
        width:100%;
        padding-top: 102px;
        background: #3f903f;
    }
    #sidenav .navbar-collapse.in div{
        position: relative;
        width:100%;
        padding-top: 102px;
        border: 1px solid #ff55ff;
    }*/
}

.form-control {
    border-radius: 0px;
}

.dropdown-langs {
    min-width: 50px;
    text-align: center;
}

.subheader{
    margin-left: 40px;
}

.msgbox {


    position: absolute;
    top: 100px;
    right: 0px;
    z-index: 1000;
    min-width: 200px;
    min-height: 50px;
}
.spaceless {
    padding: 0px;
    margin-top: 0px; }

.wrap {
    overflow: auto;
    min-height: 100%;
    height: auto !important;
    margin: 0px auto -120px;
    padding-bottom: 45px; }

html, body {
    margin: 0px;
    height: 100vh;
    flex-grow: 1;
    /*background-image: url('../img/Berries_by_Tom_Kijas.jpg');*/
    font-size: 0.9em; }

.footer-trans {
    height: 44px;
    background: rgba(224, 224, 224, 0.7);
    border-top: 1px solid #707070;
    overflow: visible;
    flex-grow: 1; }

.push {
    height: 0px;
    margin-top: 0px; }

footer {
    /*height: 60px;*/
    margin: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }

footer * {
    line-height: inherit; }

.top-menu-link {
    color: #656565; 
}

.top-menu-link:hover {
    color: #ccc; 
}
.minimenu {
    background: #fff;
    position: relative;
    right: -10px;
    top: 0px;
    padding-top: 3px;
    margin-bottom: 10px;
    border-left: 1px solid #ccc; 
    border-bottom: 1px solid #ccc; 
    border-bottom-left-radius: 2px;
    
    
}

.minimenu2 {
    background: #dfdfdf;
    right: -7px;
    top: -2px;
    padding: 5px;
    
    border-top: 1px solid #ccc; 
    border-top-left-radius: 2px;
}

.minimenu i {
    color: #555;
    cursor: pointer;
}
.minimenu i:hover {
    color: #777;
    cursor: pointer;
}

.minimenu .overlay {
    position: absolute;
    z-index:90;
    top: 29px;  
    right: 0px;
    left: -1px;
}

.icon-background {
    /*    border-radius: 3px;
        border: 1px solid #777;
        box-shadow: 0px 0px 3px 2px rgba(240, 240, 240, 0.3);
        max-height: 48px;
        max-width: 48px;*/
    margin: 5px;
    padding: 0px;
    height: 48px;
    width: 48px;
    /*float:left;*/
    background-image: url("../img/icon_bg.png"); 
    background-repeat: no-repeat;
}

.icon-background:hover {
    /*background: rgba(224,224,224,0.7);*/
    background-image: url("../img/icon_bg_hover.png"); }

.icon-content {
    padding-top: 6px;
    text-align: center;
    left: 10px;
    position: absolute; }

.icon-foreground {
    position: absolute;
    z-index: 4;
    margin: 0px;
    /*padding: 0px;*/
    height: 48px;
    width: 48px;
    background-image: url("../img/icon_fg.png"); }

.block-default {
    background: #fff;
    border: 0px solid #909090;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(120, 120, 120, 0.4);
    padding: 0px;
    margin: 5px; }

.ink-alert {
    margin: 0px; }

.ink-alert.default {
    font-size: .938em;
    margin: 0 0 0 0;
    padding: 3px;
    position: relative;
    overflow: hidden;
    background: rgba(200, 200, 200, 0.25);
    border: 1px solid #a0a0a0;
    border-radius: 2px;
    color: #444; }

.block-body.default {
    border-left: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0; }

.main-content {
    /* position: absolute;*/
    top: 53px;
    /*margin-bottom: 40px;*/
    padding-bottom: 45px;
    overflow-y: auto;
    /*    height: 100%;*/ }

.ink-alert.block-default {
    background: none;
    border: none;
    padding: 0px; }

.ink-alert.basic {
    margin: 0px;
    padding: 3px; }

.block-body.default {
    padding: 5px; }

.block-body.info {
    border-left: 1px solid #1e5b98;
    border-bottom: 1px solid #1e5b98;
    border-right: 1px solid #1e5b98;
    padding: 5px; }

.block-body.warning {
    border-left: 1px solid #b87814;
    border-bottom: 1px solid #b87814;
    border-right: 1px solid #b87814;
    padding: 5px; }

.block-body.error {
    border-left: 1px solid #891e1e;
    border-bottom: 1px solid #891e1e;
    border-right: 1px solid #891e1e;
    padding: 5px; }

.block-body.success {
    border-left: 1px solid #38621d;
    border-bottom: 1px solid #38621d;
    border-right: 1px solid #38621d;
    padding: 5px; }

.box-header {
    font-size: 2em;
    font-weight: bold; }

.control-group {
    margin-bottom: 0px; }

.control-group.required.column-group.gutters.nomargin {
    margin-bottom: 0em; }

.deactivated {
    color: #ccc;
}

.pointer {
    cursor: pointer;
}
/*# sourceMappingURL=app.css.map */
.selected {
    background-color: #d4d4d4;
}

.dog_ped_div_male {
    background-color: #a6e1ec;
}
.dog_ped_div_female {
    background-color: #ebccd1;
}

.dog_ped_div {
    background-color: #cdcdcd;
}

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop into it once it's empty
 */
.multiDemo ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.multiDemo ul[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 42px;
}

.multiDemo ul[dnd-list] li {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
}

/**
 * Show selected elements in green
 */
.multiDemo ul[dnd-list] li.selected {
    background-color: #dff0d8;
    color: #3c763d;
}

.attachment-preview {
    max-height: 120px;
    min-height: 120px;
    max-width: 140px;
    min-width: 140px;
    margin: 5px;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
    float:left;
    padding: 4px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75);
        
}

.emphasize {
    font-style: italic;
}
.article-info {
    font-size: x-small;
    color: #999999;
}
.related-news {
    max-height: 120px;
    overflow: hidden;
}

.loading {
    background-image: url('../img/al_loading.gif');
    background-repeat: no-repeat;
    min-height: 43px;
    min-width: 43px;
    max-height: 43px;
    max-width: 43px;
}

.loading-small {
    background-image: url('../img/opc-ajax-loader.gif');
    background-repeat: no-repeat;
    min-height: 16px;
    min-width: 16px;
    max-height: 16px;
    max-width: 16px;
}

.loading-error-small {
    background-image: url('../img/error-exclamation.png');
    background-repeat: no-repeat;
    min-height: 16px;
    min-width: 16px;
    max-height: 16px;
    max-width: 16px;
}

.loading-reload {
    background-image: url('../img/reload.png');
    background-repeat: no-repeat;
    min-height: 16px;
    min-width: 16px;
    max-height: 16px;
    max-width: 16px;
}

.select-page {
  width: 50px;
  text-align: center;
}
.pagination li a input {
  padding: 0;
  margin: -5px 0;
}

.pagination>li>a, .pagination>li>span {
     color: #38621d;
/*     min-height: 40px;*/
}

.pagination>li>a:hover {
    color: #3f903f;
}

.imgdesc {
    position: relative;
    top:0px;
    background: #fff;
    padding: 5px;
    margin: 5px;
    min-width: 200px;
    min-height: 240px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    border-radius: 3px;
}


.drop-shadow {
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
    border-radius:5px;
}
.round-shadow {
    background-image: url('../img/round-shadow.png');
    background-repeat: no-repeat;
    background-position-x: -23px;
    background-position-y: 10px;
    min-height: 500px;
}

.piccopyright {
    margin: 150px auto 0px auto;
    
}

.imagebox {
    background-image: url('../img/sheet_background.png');
    padding-top: 10px;
    padding-bottom: 22px;
    padding-left: 13px;
    padding-right: 20px;
    background-repeat: no-repeat;
    min-height: 193px;
    min-width: 283px;
}

.imagebox-neutral {
    padding-top: 12px;
    padding-bottom: 20px;
    padding-left: 18px;
    padding-right: 20px;
    min-height: 175px;
    min-width: 175px;
}

.panel-narrow {
    margin: 0px;
    font-size: 10px;

}

.panel-heading-narrow {
    padding: 1px ;

}
.col-full {
    padding-left: 0px;
    padding-right: 0px;
}

.feedback-container {
    margin: 0;
    position: fixed;
    bottom: 19px;
    left: 61px;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    min-width: 300px;
    min-height: 50px;
    z-index: 10;
    /*    flex-shrink: 0;
        position: absolute;
        bottom: 20px;
        right: 200px;
        min-width: 300px;
        min-height: 50px;
        z-index: 10;*/


}


.feedback-tab {
    font-weight: bold;
    background: #ffffff;

    /*    -webkit-border-radius: 4px !important;
        border-top-right-radius: 4px !important;
        
        -moz-border-radius: 4px !important;*/
    border-top-left-radius: 4px !important;
    -webkit-box-shadow: 3px -5px 5px -2px rgba(0,0,0,0.31);
    -moz-box-shadow: 3px -5px 5px -2px rgba(0,0,0,0.31);
    box-shadow: 3px -5px 5px -2px rgba(0,0,0,0.31);
    padding: 3px;
}

.feedbackmask {
    background: #ffffff;
    /*    -webkit-border-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
        -moz-border-radius: 4px !important;*/
    border-bottom-left-radius: 4px !important;
    -webkit-box-shadow: 3px 0px 5px -2px rgba(0,0,0,0.31);
    -moz-box-shadow: 3px 0px 5px -2px rgba(0,0,0,0.31);
    box-shadow: 3px 0px 5px -2px rgba(0,0,0,0.31);
    padding: 3px;
    


}
.footerspace{
    margin-bottom: 40px;
}


.fav {
    color: #fddc27;
}

.task-done {
    background-image: url('../img/check.png');
    background-repeat: no-repeat;
    min-height: 48px;
    min-width: 48px;
    max-height: 48px;
    max-width: 48px;
}

.task-failed {
    background-image: url('../img/error.png');
    background-repeat: no-repeat;
    min-height: 48px;
    min-width: 48px;
    max-height: 48px;
    max-width: 48px;
}

.tablesubheader {
    background-color: #defedf;
    font-weight: bolder;
    font-size: larger;
}


#loadingProgressG{
        top: -0px;
        left: 30px;
	width:90%;
	height:13px;
	overflow:hidden;
	background-color:rgba(255,255,255,0.6);
	margin:auto;
        display: none;
	border-radius:3px;
		-o-border-radius:3px;
		-ms-border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
              
}

.loadingProgressG{
	background-color:rgba(0,120,25,0.67);
	margin-top:5px;
	
	width:10%;
	height:13px;
}

.load { width: 100%; height: 10px; background-color: #F0F0F0; position: relative; top: -10px; overflow: hidden; }
.bar { 
    width: 15%; 
    height: 5px; 
    background-color: rgba(00,99,20,0.5); 
    position: absolute;
       -webkit-box-shadow: 0px 1px 1px 0px rgba(0,149,20,0.71);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,149,20,0.71);
    box-shadow: 0px 1px 1px 0px rgba(0,149,20,0.71);
} 



@keyframes bounce_loadingProgressG{
	0%{
		margin-left:-77px;
	}

	100%{
		margin-left:77px;
	}
}

@-o-keyframes bounce_loadingProgressG{
	0%{
		margin-left:-77px;
	}

	100%{
		margin-left:77px;
	}
}

@-ms-keyframes bounce_loadingProgressG{
	0%{
		margin-left:-77px;
	}

	100%{
		margin-left:77px;
	}
}

@-webkit-keyframes bounce_loadingProgressG{
	0%{
		margin-left:-77px;
	}

	100%{
		margin-left:77px;
	}
}

@-moz-keyframes bounce_loadingProgressG{
	0%{
		margin-left:-77px;
	}

	100%{
		margin-left:77px;
	}
}

.cropArea {
  background: #E4E4E4;
  overflow: hidden;
  width:400px;
  height:250px;
  margin: 30px;
  padding: 30px;
  
}

.custom-slider.rzslider .rz-bar {
    background: #a4e7a7;
  height: 2px;
}
.custom-slider.rzslider .rz-selection {
  background: green;
}

.custom-slider.rzslider .rz-pointer {
    top: -14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #00b523;
  border-radius: 16px;
  transition: all linear 0.3s;
}

.custom-slider.rzslider .rz-pointer:after {
   position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
  content: '';
}
.custom-slider.rzslider .rz-pointer.rz-active {
  z-index: 4;
}

.custom-slider.rzslider .rz-pointer.rz-active:after {
  background-color: #38621d;
}

.custom-slider.rzslider .rz-bubble {
  bottom: 14px;
}

.custom-slider.rzslider .rz-limit {
  font-weight: bold;
  color: green;
}

.custom-slider.rzslider .rz-tick {
  width: 1px;
  height: 10px;
  margin-left: 4px;
  border-radius: 0;
  background: #a4e7a7;
  top: -1px;
}

.custom-slider.rzslider .rz-tick.rz-selected {
  background: green;
}