

html::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 2px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar{
    width: 10px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f39c12;
}

/*boostrap table && scroll*/
@media screen and (max-width: 767px){
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 0px solid #ddd;
    }
}

.table-responsive {
    margin-top: 10px;
    min-height: 200px;
    overflow-x: auto;
}
.bootstrap-table .btn {
    border: 1px solid rgba(204, 204, 204, 0.23);
    border-radius: 2px;
}
.bootstrap-table  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -59px;
    z-index: 917;
    right: 30px;
    display: none;
    float: left;
    min-width: 155px;
    padding: 6px 8px;
    margin: 2px -42px 0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgb(244, 244, 244);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgb(171, 171, 172);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.keep-open .dropdown-menu {
    font-size: 12px;
    font-style: normal;
    float: left;
    min-width: 150px;
    max-width: 150px;
    background: #ffffff;
    overflow-y: scroll;
    margin-bottom: 25px;
    min-height: 220px;
    max-height: 220px;
}
.bootstrap-table .dropdown-menu::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.bootstrap-table .dropdown-menu::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}

.bootstrap-table .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f39c12;
}
.pull-right .dropdown-menu {
    right: 43px;
    left: auto;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(245, 245, 245);
}

.columns button[name='refresh']{
    background: linear-gradient(#61a14f, #5f9c4c);
    color:#eeeeee;
    border-radius:1px;
}
.keep-open button[type='button']{
    background: linear-gradient(#ec9516, #fcb955);
    color:#eeeeee;
    border-radius:1px;
}
.open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    background: linear-gradient(#efefef, #eaeaea);
    color: #020202;
}
.search .form-control{
    /* visibility: hidden; */
    background-color: white;
    border: 2px solid #d2d6de;
}

table thead{
    background: linear-gradient(#289ed9, #08c);
    color:#eeeeee;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}
/* end boostrap table && scroll*/

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 2px 0 0 8px;
    height: 33px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #f8f8f8;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #ffffff 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgb(255, 255, 255);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 26px;
}
.chosen-container-single .chosen-single div b {
    margin-top: 4px;
    display: block;
    width: 100%;
    height: 100%;
}


.card {
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #ccc;
}
.salebilltable td, th {
    padding: 1px;
}
.servicebilltable td, th {
    padding: 1px;
}
.card-block{
    padding: 7px;
}

.inputwidth49{
    width: 49% ! important;
}
.inputwidth30{
    width: 30% ! important;
}



.editRow,.removeRow{
    padding-bottom: 2px;
}
.state-error{
    color: tomato;
    font-style: normal;
}
button a:hover,button a{
    text-decoration: none;
    color: white;
}

.btn_view,.btn_new{
    margin-top: -2px;
    border-radius:1px;
}

.btn-primary {
    background-color: #1594d3;
    border-color: #118ad0;
}
#add_to_family_profile{
    margin-top:36px;
}
.form-control-report{
    border:0px;
}
.form-control[readonly]{
    background-color: whitesmoke;
}

.lobibox-notify-wrapper.right {
    right: 0;
    margin-left: 0;
    position: fixed;
}
.action_td{
    display:none;
}

/*start datepicker*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #e2a314cf;
    background: #e2a314b8;
    color: #f5f5f5;
    padding-right: 10px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #19981bba;
    background: #1aa91cba;
    font-weight: normal;
    color: #ffffff;
    padding-right: 10px;
}
/*end datepicker*/

.customer_table{
    margin-top: 15px;
}

button.remove{
    border-radius:1px;
}



.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
    outline: unset;
}
.btn-primary-red {
    color: #fff;
    background-color: #d83d05;
    border-radius: 2px;
}
.btn-primary-red:hover {
    color: #fff;
    background-color: #d83d05;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.30);
}
.glyphicon-file{
    font-size: 20px;
}


.box {
    margin-top: 10px;
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #888888;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 0px 3px rgba(222, 206, 206, 0.79);
}
.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 46px;
    left: auto;
}

.tamil {
    font-family: Baamini;
}


.content-wrapper, .right-side {
    min-height: 100%;
    background-color: #ecf0f5;
    z-index: 800;
    overflow-x: auto;
}

/*-- exam result --*/

h4.webls-inner-title {
    color: #006eb7;

    font-size: 1.5em;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 1.8em;
    position: relative;
}
h4.webls-inner-title:before {
    content: '';
    position: absolute;
    top: 37px;
    left: 0;
    width: 34%;
    height: 3px;
    display: block;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.7),rgba(0, 0, 255, 0.6),rgba(75, 0, 130, 0.6),rgba(238, 130, 238, 0.6),rgba(255, 0, 0, 0.6),rgba(255, 165, 0, 0.6),rgba(255, 255, 0, 0.6));
    background: -moz-linear-gradient(to right, rgba(0, 128, 0, 0.7),rgba(0, 0, 255, 0.6),rgba(75, 0, 130, 0.6),rgba(238, 130, 238, 0.6),rgba(255, 0, 0, 0.6),rgba(255, 165, 0, 0.6),rgba(255, 255, 0, 0.6));
    background: -webkit-gradient(to right, rgba(0, 128, 0, 0.7),rgba(0, 0, 255, 0.6),rgba(75, 0, 130, 0.6),rgba(238, 130, 238, 0.6),rgba(255, 0, 0, 0.6),rgba(255, 165, 0, 0.6),rgba(255, 255, 0, 0.6));
    background: -webkit-linear-gradient(to right, rgba(0, 128, 0, 0.7),rgba(0, 0, 255, 0.6),rgba(75, 0, 130, 0.6),rgba(238, 130, 238, 0.6),rgba(255, 0, 0, 0.6),rgba(255, 165, 0, 0.6),rgba(255, 255, 0, 0.6));
    background: -o-linear-gradient(to right, rgba(0, 128, 0, 0.7),rgba(0, 0, 255, 0.6),rgba(75, 0, 130, 0.6),rgba(238, 130, 238, 0.6),rgba(255, 0, 0, 0.6),rgba(255, 165, 0, 0.6),rgba(255, 255, 0, 0.6));
    background: -ms-linear-gradient(to right, rgba(0, 128, 0, 0.7),rgba(0, 0, 255, 0.6),rgba(75, 0, 130, 0.6),rgba(238, 130, 238, 0.6),rgba(255, 0, 0, 0.6),rgba(255, 165, 0, 0.6),rgba(255, 255, 0, 0.6));
}

.team-grid.web_agileits {
    padding: 2em;
    border: 0.1px solid #f3f3f3;
}
.team h5 {
    font-size: 1.6em;
    margin: 0.8em 0 .4em;
    color: #00a65a;
    font-weight: 500;
}
/*-- // exam result --*/
.table .btn-sm,.table .btn-xs {
    padding: 3px 7px;
}

/* .sidebar-menu li a{
    background: url(../images/icons8-edit-profile-48.png) no-repeat 0 0;
    display: block; */
/*    height: 40px;
width: 40px;*/
/*     background-position: 0px 0px;
}
*/

.product_calculation .form-group{
    padding: 0;
    margin: 0px 1px;
}  
.product_calculation .form-group input{
    padding: 2px;
    /* text-align: right; */
}  
.product_calculation .table-responsive{
    padding: 0;
    margin: 0 1px;
}
.box-footer button{
    margin-right: 5px;
}
.items_table tr th:nth-child(2){
    display: none;
}

.sidebar-menu>li>a {
    padding: 12px 0px 12px 37px;
    display: block;
}

.sidebar-menu>li {
    margin: 15px 0;
}
.sidebar-menu li>a {
    font-weight: 600;
    width: 40px;
    height: 40px;
    background-image: url(../images/icons8.png);
}

.sidebar-menu li:nth-child(2) a{
    background-position: 116px 1px;
}
.sidebar-menu li:nth-child(3) a{
    background-position: 116px -41px;
}
.sidebar-menu li:nth-child(4) a{
    background-position: 116px -83px;
}
.sidebar-menu li:nth-child(5) a{
    background-position: 116px 3px;
}
.sidebar-menu li:nth-child(6) a{
    background-position: 116px -160px;
}
.sidebar-menu li:nth-child(7) a{
    background-position: 117px -123px;
}
.sidebar-menu li:nth-child(8) a{
    background-position: 117px -40px;
}

.sale_bill #items_table thead th:nth-child(2),
.sale_bill #items_table tbody td:nth-child(2),
.sale_bill #items_table thead th:nth-child(6),
.sale_bill #items_table tbody td:nth-child(6),
.sale_bill #items_table thead th:nth-child(9),
.sale_bill #items_table tbody td:nth-child(9),
.sale_bill #items_table thead th:nth-child(10),
.sale_bill #items_table tbody td:nth-child(10),
.sale_bill #items_table thead th:nth-child(12),
.sale_bill #items_table tbody td:nth-child(12),
.sale_bill #items_table thead th:nth-child(13),
.sale_bill #items_table tbody td:nth-child(13),
.sale_bill #items_table thead th:nth-child(14),
.sale_bill #items_table tbody td:nth-child(14)

{
    display: none;
}

.credit_note #items_table thead th:nth-child(2),
.credit_note #items_table tbody td:nth-child(2),
.credit_note #items_table thead th:nth-child(6),
.credit_note #items_table tbody td:nth-child(6),
.credit_note #items_table thead th:nth-child(9),
.credit_note #items_table tbody td:nth-child(9),
.credit_note #items_table thead th:nth-child(10),
.credit_note #items_table tbody td:nth-child(10),
.credit_note #items_table thead th:nth-child(12),
.credit_note #items_table tbody td:nth-child(12),
.credit_note #items_table thead th:nth-child(13),
.credit_note #items_table tbody td:nth-child(13),
.credit_note #items_table thead th:nth-child(14),
.credit_note #items_table tbody td:nth-child(14)

{
    display: none;
}


/* color: rgb(255, 255, 255) ! important; */

.calculation_table 
td, th {
    padding: 3px;
    font-weight: 600;
}
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    padding: 5px;
    font-size: 15px;
}
.skin-blue .main-header .navbar .dropdown-menu li a {
    color: rgb(0, 0, 0);
}


/*-- team --*/  
.team.agileits-weblayout {
    background: #fff;
}
.team-grid.web_agileits img {
    margin: 0em 0 0;
}
.team-grid.web_agileits ul {
    margin: 1em 0 0;
}
.team-grid.web_agileits {
    padding: 2em;
    border: 0.1px solid rgb(243, 243, 243);
    background-color: rgba(192, 192, 192, 0.0784313725490196);
}
.team .img-webl {
    display: inline-block;
    -webkit-border-radius: 50%;
    /* width: 11%; */
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.team h5 {
    font-size: 1.6em;
    margin: 0.8em 0 .4em;
    color: #007bb5;
    font-weight: 600;
    text-transform: capitalize;
}
.team-grid .social-icons {
    margin-top: 1em;
}

/*-- //team --*/  