﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.dataLabel{
    font-weight: bold;
}

.control-label {
    font-weight: bold;
}

body{
    background-color:white;
}

.bg-login-myimage {
    color: aqua;
    background: url("https://source.unsplash.com/K4mSJ7kc0As/600x800");
    background-position: center;
    background-size: cover;
}

.actionCol {
    width: 150px;
}

.actionColSmall {
    width: 70px;
}


/*
#accordionSidebar {
    position: fixed;
}

#content-wrapper {
    margin-left: 120px;
    padding: 0px 10px;
}

@media (min-width: 768px) {
    #content-wrapper {
        margin-left: 220px; 
        padding: 0px 10px;
    }
}
*/

.fas {
    font-size: 20px;
}

@media (min-width: 768px) {
    .sidebar .nav-item .nav-link i {
        font-size: 20px;
    }
}

/* Keep Side Menu Fixed*/

@media (min-width: 768px) {
    #accordionSidebar {
        position: fixed;
    }

    #content-wrapper {
        margin-left: 224px;
    }
}

@media(max-width:768px) {
    #content-wrapper {
        margin-left: 10px;
    }

    .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

.collapse {
    -webkit-transform: translate3d(0,0,1px);
    transform: translate3d(0,0,1px);
}


/* Tree View */

.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .tree ul {
        margin-left: 1em;
        position: relative
    }

        .tree ul ul {
            margin-left: 40px;
        }

        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 3px solid #d9d9d9 !important;
        }

    .tree li {
        margin: 0;
        padding: 0 1em;
        padding: 0px 0px 0px 10px;
        line-height: 2em;
        color: #369;
        font-weight: 700;
        position: relative
    }

    .tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 3px solid #d9d9d9 !important;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0
    }

    .tree ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0
    }

.indicator {
    margin-right: 0px;
}

.tree li a {
    text-decoration: none;
    color: #369;
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}


.treeLabel {
    text-align: left !important;
    font-weight: bold;
    color: #36b9cc !important;
    text-transform: uppercase !important;
    margin-bottom: 0.25rem !important;
    margin-right: 0.5rem !important;
}

.treeText {
    margin-bottom: 0.5rem;
    font-weight: bold;
    line-height: 1.2;
    font-size: 1rem;
    margin-bottom: 0 !important;
    color: #5a5c69 !important;
}

.cardTree:hover {
    background-color: #f2f2f2;
}

.collapse-item {
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

.btn-hover {
    cursor: pointer;
}

.iDColumn{
    display:none;
}

.calc-inputs {
    display: none;
    visibility: hidden;
}

.editInputs {
    display: inline-block;
    visibility: visible;
}

.displayInputs{
    display:none;
    visibility:hidden;
}

.divTest {
    float: left;
    margin-left: 5px;
    height: 200px;
    width: 200px;
    border: 3px solid black
}

.imageTest {
    height: 50px;
    width: 50px;
    background-color: khaki;
}

.calc-container {
    position: absolute;
    z-index: 9;
    border: 1px solid #d3d3d3;
    text-align: center;
}

.calc-header {
    padding: 10px 10px 0px 10px;
    cursor: move;
    z-index: 10;
    background-color: white;
    color: black;
    text-align: left;
    width: 100%;
}