
nav#sidenav li.active a{
    background: #0089cf8c !important;
    color:#fff !important;
    border-radius: 10px;
}
nav#sidenav li.active i{
    color: #fff !important;
   
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: red !important;
}
/******/
.inputContainer > input[readonly] {
    cursor: not-allowed;
    color: #505050 !important;
}
.inputContainer > span {
    background-color: #3d8cd8;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 0.5% 1% 0.5% 2%;
    min-width: 80px ;
    display: inline-block;
    border-top-right-radius: 5px;
    margin-right: 0.7%;
    float: right;
    border-bottom-right-radius: 5px;
}
.inputContainer > input[type="text"] {
    border: 1px solid #3d8cd8;
    border-right-width: 0px;
    margin: 0;
    display: inline-block;
    float: left;
    padding: 0.5% 1% 0.5% 1%;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 15px;
    width: calc(100% - 92px);
}
table.bill-info td,table.bill-info > tbody > tr > td {border: 1px solid;}
table.bill-info { border-collapse: separate; }
table.bill-info td { border: solid 1px #000; }
table.bill-info tr:first-child td:first-child { border-top-right-radius: 15px; }
table.bill-info tr:first-child td:last-child { border-top-left-radius: 15px; }
table.bill-info tr:last-child td:first-child { border-bottom-right-radius: 15px; }
table.bill-info tr:last-child td:last-child { border-bottom-left-radius: 15px; }
table.bill-info.nosazi-bill tr:nth-child(even){background: #ff9797;}
table.bill-info.pasmand-bill tr:nth-child(even){background: #abd09c;}

legend {
    display: block;
    padding: 0 10px !important;
    margin-bottom: 23px;
    font-size: 15px !important;
    line-height: inherit;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid #e5e5e5  !important;
    font-weight: bold;
    width: auto  !important;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 5px 35px 15px !important;
}
fieldset ul{
   list-style-position: inside; 
}
.table-bordered {
    border: 1px solid black !important;
}
/*******************/
.main-div{
    width:100%;
    float: right;
    
}
/*******************/
main{
    /*margin-left: 50px !important;*/
    margin:  80px 0 0 5px !important;
    position: relative;
    width: 73%;float: right;
}
aside
{
    position: relative;
}
    @media (max-width: 1084px){
        .nav > li.display-status{
            display: block !important;
        }
    aside{        
        position: fixed;
        z-index: 900;
    }
       main{
           width: 99%;
        margin-right:  0 !important;
        padding-left: 20px !important;
        }
    }
    @media (min-width: 380px) and (max-width: 480px){
       main{
           width: 90%;
        margin-right:  0 !important;
        }
    }
    @media (max-width: 300px){
       main{
           width: 125%;
        margin-right:  0 !important;
        }
    }
    @media (min-width: 300px) and (max-width: 380px){
       main{
           width: 100%;
        margin-right:  0 !important;
        }
    }
