/* my_rule_name_1 */

/* TEMPORARY */ .btn-group.pull-right { display: none; }

/* leqsikonis qudi  */
.download-dic-zzz > div:nth-child(1) {
    float: left;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    color: #256acc;
}
.download-dic-zzz > div:nth-child(2) {
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #256acc;
}
.download-dic-zzz img {
    width: 25px;
    float: right;
    margin: 5px 0 0 20px;
}

/* leqsikonis Search veli */
.dataTables_wrapper .dataTables_filter label {
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: -12px;
    color: #256acc;
}
.dataTables_wrapper .dataTables_filter label:before {
    content: "Dictionary Search";
}
.dataTables_wrapper .dataTables_filter label input {
    width: 100%;
    border-radius: 10px;
    border: 2px solid rgba(37, 106, 204, 0.6);
    height: 30px;
    margin: 10px 0 30px 0;
    font-size: 14px;
}
.dataTables_wrapper div.tab_top {
    margin-bottom: 5px;
    overflow: visible;
}
.dataTables_wrapper div.tab_top_left {
    width: 97%;
    padding-left: 0px;
}
.dataTables_wrapper .dataTables_filter {
    width: 97%;
}

/*.dataTables_wrapper div.tab_top::after {
    content: "Search Results:";
    font-size: 16px;
    color: #256acc;
}
.dataTables_wrapper div.tab_top.hidden-zzz::after {
    display: none;
}
*/

/* leqsikonis ZiriTadi cxrili  */
.dataTables_scroll {
    border: 2px solid rgba(37, 106, 204, 0.6);
    border-radius: 10px;
    padding: 10px;
    width: 93%;
}

.dataTables_scrollHead, 
table.tabtable-my_rule_name_2 thead {
    display: none;
}
table.tabtable-my_rule_name_2 { 
    wi dth: 98% !important;
    padding: 5px;
    border-collapse: separate;
    bor der: 2px solid rgba(37, 106, 204, 0.6);
    bor der-radius: 10px;
}
table.tabtable-my_rule_name_2 tr.tabrow td.tabcol {
    color: #333;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    padding: 7px 0 7px 7px;
}
table.tabtable-my_rule_name_2 tr.tabrow td.tabcol:nth-child(1) {
    width:40%; 
}
table.tabtable-my_rule_name_2 tr.tabrow td.tabcol:nth-child(2) {
    width:60%; 
}
table.tabtable-my_rule_name_2 thead tr.tabrow td.tabcol {
    padding-left: 18px;
    color: #256acc;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
span.search_highlight {
    background-color: #338FFF; /* #FF9632; */
    color: white;
}




table.tabtable-my_rule_name_2 tr.tabrow:hover  {
    background-color: rgba(37, 106, 204, 0.3);
    cursor: pointer;
}





/* BEGIN FOR SCROLLBAR */
/* =================== */
/*
::-webkit-scrollbar the background of the bar itself.
::-webkit-scrollbar-button the directional buttons on the scrollbar.
::-webkit-scrollbar-track the empty space “below” the progress bar.
::-webkit-scrollbar-track-piece the top-most layer of the the progress bar not covered by the thumb.
::-webkit-scrollbar-thumb the draggable scrolling element resizes depending on the size of the scrollable element.
::-webkit-scrollbar-corner the bottom corner of the scrollable element, where two scrollbar meet.
::-webkit-resizer the draggable resizing handle that appears above the scrollbar-corner at the bottom corner of some elements.
*/
/* For Chrome, Safari, Opera, Android, iOS. NOT FOR IE and Firefox */
.dataTables_scrollBody::-webkit-scrollbar {
  width: 12px !important;
}
.dataTables_scrollBody::-webkit-scrollbar-track {
  background: #fff;
  box-sh adow: inset 0 0 5px rgba(37, 106, 204, 1.0); 
  bord er-radius: 10px;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: rgba(37, 106, 204, 0.3);
  border: 1px solid rgba(37, 106, 204, 1.0);
  border-radius: 10px;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
  background: rgba(37, 106, 204, 0.6);
}

/* FOR IE 
.dataTables_scrollBody {
  scrollbar-base-color: #256acc;
  scroll bar-face-color: #0f0;
  scrollbar-3dlight-color: #00f;
  scrollbar-highlight-color: #256acc;
  scrollbar-track-color: #fff;
  scrollbar-arrow-color: #256acc;
  scrollbar-shadow-color: #256acc;
  scrollbar-dark-shadow-color: #000;
}
*/

/* FOR Firefox
.scroller {
  scrollbar-width: auto | thin | none;
  scrollbar-color: #0A4C95 #C2D2E4;
}
*/

/* =================== */
/* END FOR SCROLLBAR */

/* leqsikonis bolo pagination veli */
/*div.tab_bottom {
    padding: 20px 0 !important;
    color: #256acc;
}
div.tab_bottom div.paging_full_numbers a {
    color: #256acc !important;
}
div.tab_bottom div.paging_full_numbers a.paginate_button {
    text-decoration: underline;
}
.paging_full_numbers a.paginate_button {
    background-color: #fff !important;
    border: 0 solid #fff !important;
}
.paging_full_numbers a.paginate_active {
    background-color: #fff !important;
    border: 1px solid #aaa !important;
}
*/