﻿.default-small-bottom-margin {
    margin-bottom: 10px;
}
.dollar-amount {
    width: 60px;
}

.adj-code {
    width: 100px;
}

/*@import "_sidebar.scss";

html {
    height:100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    height:100%;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 25px;
    padding-right: 15px;
    margin-left: 200px;
}*/

/* 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;*/
    /*width: 100%;
    min-height: 150px; 
}
.introScreen .navbar-left, .introScreen #sidebar-menu {
    transition-duration: 0s;
}

.navbar-left {
    width: 200px;*/
    /*float: left;*/
    /*position: fixed;
    left: 0;
    top: 50px;*/
    /*height: calc(100vh - 65px);*/
    /*height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: rgba(29, 65, 95, 1);
    transition: width .75s ease;
}
.navbar-left a { 
    color:lightgray;
    text-decoration: none;
    
}
.navbar-left a:hover {
     color: white;
}
    .navbar-left.minimizeMe {
        width: 0;
    }

    .navbar-left.active {
        width: calc(250px + 400px);
    }

        .navbar-left.active #sidebar-menu {
            transition: width .25s ease-in, height .25s ease .25s;
            width: 250px;
            height: 100%;
        }

@media screen and (max-height: 768px) {
    .navbar-left.active #sidebar-menu {
        overflow: scroll;
        height: 100%;
    }
}

.navbar-left.active .callNotesParent {
    left: 250px;
    width: 400px;
}

    .navbar-left.active .callNotesParent textarea {
        transition: height .25s ease, padding .25s ease;
        padding: 0;
        height: 0;
    }

.navbar-left.active #toggleTextArea {
    left: 250px;
}

.navbar-left::before, .navbar-left::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-left::before {*/
    /*background: linear-gradient(45deg, #399a78 0%, #5FBC4A 52%, #d8d694 100%);*/
    /*transform: rotate(90deg);
    transform-origin: bottom left;
    height: 330px;
    width: 100vh;
    top: calc(-1 * 330px);
    opacity: 1;
    z-index: -1;
}

.navbar-left::after {
    background-image: url(../Images/congruent_pentagon.png);
    background-size: 70%;
    background-repeat: repeat;
    opacity: .35;
    z-index: -1;
    max-width: 330px;
}

#sidebar-menu {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    width: auto;
    transition: width .75s ease, height .25s ease .75s;
    height: calc(100% - 190px);
}

#sidebar-menu ul {
    margin:4px;
    padding:0px;
}

#sidebar-menu li {
    padding: 1px;
}*/


/*@media screen and (max-height: 768px) {
    #sidebar-menu {
        overflow: scroll;
    }
}*/
/*#sidebar-menu h5 {
    margin: 0;
    padding: .5rem 0;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    letter-spacing: .5px;
    text-transform: uppercase;
}

#sidebar-menu p {
    margin: 0;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: .5rem;
    color: #003345;
}

.searchPage {
    background-color: #fefbf5;
    padding: 10px;
    margin: 20px 5px;
    border: 1px solid #dddddd;
}

#client-edit, #invoice-edit {
    float: left;
    width: 100%;
}

.page-footer-nav {
    clear: both;
}

.table-list th {
    background-color: aliceblue;
}

.table-list tr:nth-child(odd) {
    background-color: #fefbf5;
}

#login-form-container {
    margin-top: 5px;
    max-width: 390px;
    float: none;
    margin: 0 auto;
}

#login-form {

    width: 100%;
}

#submit-button {
    float: none;
    margin: 0 auto;
    width:100%;
}*/
/*.signature-pad > signature-pad--body > canvas {
    display: block;
    width: 1000px;
    height: 250px;
    margin-bottom: 5px;
}*/
