html, body {
    padding: 0px;
    margin: 0px;
    height:100%;
}
.body-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
}
.body-wrapper.right {
    padding-right: 250px;
}
.body-wrapper.left {
    padding-left: 250px;
}
.left-sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0px;
    width: 250px;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: white;

    border-right-style: solid;
    border-width: 1px;
}
.body-wrapper.left .left-sidebar-wrapper {
    left: 250px;
}
.right-sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: white;

    border-left-style: solid;
    border-width: 1px;
}
.body-wrapper.right .right-sidebar-wrapper {
    right: 250px;
}
.sidebar-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav > li {
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
    background-color: white;
    color: #2c3e50;
}
.sidebar-nav p {
    margin: 0px;
}
.sidebar-nav > li p {
    display: inline;
}
.sidebar-nav > li .btn-group {
    width: 100%;
}
.sidebar-nav > li .dropdown-toggle {
    width: 100%;
}
.sidebar-nav > li svg {
    height: 24px;
    width: 25px;
    display: inline;
    vertical-align: middle;
}
.sidebar-nav > .sidebar-brand {
    color: white;
    line-height:40px;
    height: 40px;
    font-size: 18px;
    background-color:  #2c3e50;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.sidebar-nav .input-group-sm {
    width: 100%;
}

#left-toggle {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 24px;
    z-index: 1000;

    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.body-wrapper.left #left-toggle {
    top: 10px;
    left: 260px;

    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

#right-toggle {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    z-index: 1000;

    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
.body-wrapper.right #right-toggle {
    top: 10px;
    right: 260px;

    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
#left-toggle:hover {
    color: #555;
    cursor: pointer;
}
#right-toggle:hover {
    color: #555;
    cursor: pointer;
}
.glyphicon {
    color: #2C3E50;
}
.main-content-wrapper {
    width: 100%;
    height: 100%;

    /*-webkit-touch-callout: none;*/
    /*-webkit-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
}
#low-hanging-fruit-list > li {

    border-top: solid;
    border-color: black;
    border-width: 1px;
}
.toolButton{
    min-width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.history-entry{
    margin: 2px;
    padding: 3px;
    display: block;
    border-radius: 5px;
    border: none #c3c3c3;
    background-color: #95a5a6;
    background: #95a5a6;
}

.history-link{
    display: inline;
}

.history-link a{
  color: #ecf0f1;
}

.history-link a:hover {
  color: #020202;
}

.btn-hist{
    background-color: #ff7878;
    border: none;
    border-radius: 5px;
    color: white;
    float: right;
    display: inline;
    max-height: 22px;
    max-width: 22px;
}
