﻿body {
    font-size: 0.8em;
    font-family: 'Roboto', sans-serif;
    /*font-size: 13.50px;*/
    background-color: #f8f9fa;
}

#menu-left {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    background-color:white;
}

    #menu-left.active {
        margin-left: -250px;
    }

#vertical-nav {
    overflow-y: hidden;
    height: 100vh;
    padding-bottom: 50px
}

    #vertical-nav:hover {
        overflow: auto;
    }

#menu-left .list-group-item {
    border: 0px;
}

#main-content {
    width: calc(100% - 250px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

    #main-content.active {
        width: 100%;
    }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #menu-left {
        margin-left: -250px;
        overflow: scroll;
    }

        #menu-left.active {
            margin-left: 0;
        }

    #main-content {
        width: 100%;
    }

        #main-content.active {
            width: calc(100% - 250px);
        }

    #sidebarCollapse span {
        display: none;
    }
}



#top-navbar {
    background-color:black;
}

label {
    margin-bottom: 2px;
    font-weight: lighter;
}

.summary {
    /*font-weight: 600;*/
    background-color: #f8f9fa;
    padding: 7px;
}

.table td, .table th {
    padding: 0.65em;
}

.show-asterisk:after {
    content: " *";
    color: red;
    vertical-align: text-top;
    
}

.s-card {
    padding: 0px 13px;
    margin-top: 13px;
}

#action-bar-caption {
    font-size: 22px;
}



/*make select 2 responsive*/
.select2 {
    width: 100% !important;
}

/** fix select2 height **/
.select2-selection__rendered {
    line-height: 27px !important;
}

.select2-selection {
    height: 31px !important;
}
/** end fix select2 height **/
a {
    /*color: #8a6413;*/
    color:blue;
    
}

a:hover {
    color: #8a6413;
}

.btn-primary {
    background-color: #4099ff;
    border-color: #4099ff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1a85ff;
    border-color: #0d7eff;
}
.btn-danger {
    background-color: #ff5370;
    border-color: #ff5370;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #ff2d50;
        border-color: #ff2046;
    }

.btn-success {
    color: #fff;
    background-color: #2ed8b6;
    border-color: #2ed8b6;
}

.btn-success:hover {
    color: #fff;
    background-color: #23bd9e;
    border-color: #21b295;
}

input[type=checkbox] {
    height: 16px;
    width: 16px;
}

.bg-main-color {
    background-color: #F5F7FA;
}


/* error section */
.ca-error-color {
    color: red;
    visibility: visible;
}

.ca-hide-error-div {
    visibility: hidden;
}
/* end error section */

/* margin */
.margin-top-3px {
    margin-top: 3px;
}
/* end margin */

/* pagination */
.page-item.active .page-link {
    /*
    background-color: #8a6413;
    border-color: #bc9d5b;
    */
    background-color: blue;
    border-color: #bc9d5b;
}

.page-link {
    color: #6e4ff6;
}

.pagination {
    margin: 6px;
}
/* end pagination*/


/* tab */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top: 2px solid #6e4ff6
}
/* end tab*/

.divider-vertical {
    height: 28px;
    margin: 0 9px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #ffffff;
    display: inline-block;
}

.textarea-summary {
    height: 80px;
    overflow: auto;
    white-space: pre-line;
}

.delete {
    color: #fd1381;
}

    .delete:hover {
        color: #fd3995
    }

.edit {
    color: #1dc9b7
}

    .edit:hover {
        color: #18a899
    }



#dvTopContent > h4 {
    margin: 0px;
}


.row-number-width {
    width: 60px
}

.new-line-item-bg-color {
    background-color: yellow;
}


/* company color */
.company-color {
    /*
    color: #8a6413;
    font-weight:900;
        */
    color: black;
    font-weight: 700;
}

.checkbox-margin {
    margin-top:2px;
}




