/* my_rule_name_1 */

/* TEMPORARY */ .btn-group.pull-right { display: none; }

/* leqsikonis qudi  */
.download-dic-zzz > div:nth-child(1),
.download-gloss-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),
.download-gloss-zzz > div:nth-child(2) {
  float: right;
  font-size: 14px;
  font-weight: normal;
  color: #256acc;
}
.download-dic-zzz img {
  width: 25px;
}
.download-dic-zzz a {
  float: right;
  margin: 5px 0 0 20px;
}
.search-title-zzz {
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: -5px;
	color: #256acc;
}



.download-gloss-zzz > div:nth-child(1) {
  margin-right: 180px;
  margin-bottom: 10px;
}
.download-gloss-zzz > div:nth-child(2) {
  float: left;
}

.download-gloss-zzz > div:nth-child(2) > div {
  float: left;
}

.download-gloss-zzz img {
  width: 100px;
  border: 2px solid #777;
  float: left;
  margin-right: 10px;
}
.download-gloss-zzz a {
  float: left;
  margin: 10px 10px 0px 0px;
  text-decoration: underline;
}



/* leqsikonis Search veli */
.dataTables_wrapper .dataTables_filter label {
  margin-bottom: -25px;
 }
.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: 100%;
  padding-left: 0px;
}
.dataTables_wrapper .dataTables_filter {
    width: 97%;
}


/* leqsikonis ZiriTadi cxrili  */
.dataTables_scroll {
  border: 2px solid rgba(37, 106, 204, 0.6);
  border-radius: 10px;
  padding: 10px;
}

.dataTables_scrollHead, 
ta ble.tabtable-ccds_dictionary_1 thead {
  display: none;
}

table.tabtable-ccds_dictionary_1 { 
  padding: 5px;
  border-collapse: separate;
}
table.tabtable-ccds_dictionary_1 tr.tabrow td.tabcol {
  color: #333;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  padding: 7px 0 7px 7px;
}
table.tabtable-ccds_dictionary_1 tr.tabrow td.tabcol:nth-child(1) {
  width:43%; 
}
table.tabtable-ccds_dictionary_1 tr.tabrow td.tabcol:nth-child(2) {
  width:57%; 
}
table.tabtable-ccds_dictionary_1 thead tr.tabrow td.tabcol {
  padding-left: 18px;
  color: #256acc;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
table.tabtable-ccds_dictionary_1 tr.tabrow:hover  {
  background-color: rgba(37, 106, 204, 0.3);
  cursor: pointer;
}
span.search_highlight {
  background-color: #338FFF; /* #FF9632; */
  color: white;
}

/* 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 cxrililis boloSi teqsti */
.bottom-text-ccds {
  margin-top: 30px;
  text-align: justify;
  vertical-align: top;
  color: #256acc;
}
.bottom-text-ccds .bottom-eng-ccds {
  font-size: 11px;
}
.bottom-text-ccds td { 
  vertical-align: top; 
}
.bottom-text-ccds td:nth-child(1) {
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
.bottom-text-ccds td:nth-child(2) {
  padding-left: 10px;
}



.bottom-text-ccds hr {
  border: 0.5px solid #ccc;
}











/* FONTAWESOM ICONS */
.tabtable-ccds_dictionary_1 .fa-info-circle {
  margin-left: -5px;
}

.tabtable-ccds_dictionary_1 p {
  margin: 5px 0 0 25px;
  text-indent: -5px;
  text-align: left !important;
}








/* DROEBITI - MUDMIVAD ROM CANDES Search BLOKI sabolooSi iqneba wasaSleli */

.dataTa bles_scroll {

display: block !important;

}
.dataT ables_scroll .dataTables_scrollBody {

height: auto !important;

}











