body {
    background-color: #eee;
}

#side_nav {
    background: #716255;
    min-width: 280px;
    max-width: 280px;
    transition: all 0.2s;
    position: fixed;
    min-height: 100%;
    z-index: 1;
}

.content {
    min-height: 100vh;
    width: 100%;
    margin-left:280px;
    background:white;
    opacity:1;
}

hr.h-color {
    border-top: 5px solid white;
}

/*.sidebar li.active {
    background-color: #eee;
    border-radius: 8px;
    font-style:oblique;
    font-weight:bolder;
}
*/
/*.sidebar li div a.active {
    background-color: #eee;
    border-radius: 8px;
    font-style: oblique;
    font-weight: bolder;
    color: black;
    margin-left: 20px;
}*/

/*.sidebar li.active a {
    margin-left: 20px;
}*/
/*.sidebar li.active a,
.sidebar li.active a:hover {
    color: #000;
}
*/
.sidebar li a {
    color: #fff;
}

.sidebar li a:hover {
    color: #716255;
    background: #fff;
    transition: 0.7s;
}

.icon_width {
    width: 20px;
}
.icon_width_sub_menu {
    width: 15px;
}

.navbar-toggler,
.navbar-toggler.collapsed,
.navbar-toggler:focus,
/*.navbar-toggler:active,*/
.navbar-toggler-icon:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.btnColor {
    background-color: #716255;
}

.text-format {
    color: #716255;
    font-weight: bolder;
}

@media (max-width: 767px) {
    #side_nav {
        margin-left: -280px;
        position: fixed;
        min-height: 100%;
        z-index: 1;
    }

/*    #side_nav.active {
        margin-left: 0;
    }*/
    .content {
        margin-left: 0;
    }
}

/*-----Boostrap format------*/
.formatIcon {
    font-size: 2rem;
    margin-right: 1rem;
}

.overlap-action {
    white-space: nowrap;
    overflow: auto;
}
.customOutline:focus {
    box-shadow: none !important;
    border-color: #716255 !important;
}
.customBtn:hover {
   background: #716255;
}
.customBtnConfirm:hover {
   background: red;
}
div button.vendorBidTiles{
    padding: 0;
    border : 0;
    margin : 0 !important;
    background : white;
}
div button.vendorBidTiles:hover {
    color: #716255 !important;
}
.boostrapBtnBorder {
    border: none;
}

.form-control[type="file"] {
    outline: none !important;
    border-color: #716255;
    box-shadow: none !important;
}

#embeddedattach{
    width : 100%;
    height : 450px;
}

ul.item li a .dropdown{
    position:absolute;
    right:0;
    margin-right:20px;
    transition: 0.3s ease;
}
ul.item li a .dropdown.rightHide{
    display:none;
}
ul.item li a .dropdown.downHide{
    display:none;
}
ul.item li .sub-menu {
    background: #716255;
}
.notexpand {
    display: none;
}


.rotate {
    transform: rotate(90deg);
}
/*==================================Register/Login===============================*/
.inner-row {
    height: 100vh;
}

.primaryBg {
    background: rgba(141, 194, 111, 1);
}

.secondaryColor {
    background: #fff;
    color: #716255
}

.form-box {
    background-color: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}


.form-check-input:checked {
    background-color: #716255;
    border-color: transparent;
}


/*datatable*/
.hide_column {
    display: none;
}
