﻿.form-horizontal .control-label[class*=col-lg-]{
    font-size:8pt !important;
}
body{
    direction:rtl;
}

.tablemain > thead:first-child > tr:first-child > th{
    font-size:11px;
    font-weight:bold;
}

.checkboxH input[type=checkbox] {
    height: 17px;
    width: 17px;
}

.tab-content ::-webkit-scrollbar{
    width:10px;
}
.tab-content ::-webkit-scrollbar-track {
   box-shadow:inset 0 0 5px grey;
}

.tab-content ::-webkit-scrollbar-thumb {
    background: #26a69a;
    border-radius: 10px;
}




.scroll-bar ::-webkit-scrollbar {
    width: 10px;
}

.scroll-bar ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

.scroll-bar ::-webkit-scrollbar-thumb {
    background: #26a69a;
    border-radius: 10px;
}

