@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&subset=greek,latin-ext');

@font-face {
    font-family: 'museo500';
    src: url('../font/museo500-regular-webfont.eot');
    src: url('../font/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/museo500-regular-webfont.woff') format('woff'),
    url('../font/museo500-regular-webfont.ttf') format('truetype'),
    url('../font/museo500-regular-webfont.svg#museo500') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: #112a49;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.table-wrapper {
    float: left;
    width: 100%;
    padding: 5px;
    position: absolute;
    top: 10px;
}

table {
    border-collapse: collapse;
}

table.dataTable {
    margin-bottom: 5px;
    margin-right: 40px;
    margin-left: 40px;
    width: 900px !important;
}

table.dataTable tr td img {
    position: relative;
    top: 3px;
    cursor: pointer;
}

.bottom {
    text-align: center;
    position: absolute;
    bottom: -29px;
    width: 100%;
    z-index: 1;
}

.bottom > div {
    float: none;
}

.dataTables_wrapper {
    z-index: 0;
}

table.detail-table tr {
    border: none;
}

.table-header {
    background-color: #bdc3c7;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

input[type="text"], select {
    color: #313c58;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 5px;
    margin: 0 3px;
}

.dataTables_filter {
    display: none;
}

table.dataTable tr {
    height: 32px;
}

table.dataTable tr.odd {
    background-color: #ffffff;
}

table.dataTable tr.even {
    background-color: #eef0f1;
}

table.dataTable tr.even td.sorting_1, table.dataTable tr.even td.sorting_2 {
    background-color: #eef0f1;
}

table.dataTable tr.odd td.sorting_1, table.dataTable tr.odd td.sorting_2 {
    background-color: #ffffff;
}

table.dataTable tbody tr.even:hover {
    background-color: #eef0f1;
}

table.dataTable tbody tr.odd:hover {
    background-color: #ffffff;
}

table.dataTable tr.odd td img {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent url('../img/comment.png') no-repeat center;
    width: 18px; /* Width of new image */
    height: 18px; /* Height of new image */
    padding-left: 18px; /* Equal to width of new image */
}

table.dataTable tr.even td img {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent url('../img/gray_comment.png') no-repeat center;
    width: 18px; /* Width of new image */
    height: 18px; /* Height of new image */
    padding-left: 18px; /* Equal to width of new image */
}

table.dataTable thead th {
    border: 0;
    text-align: left;
}

#datatable_length label {
    display: none;
}

#datatable_info {
    display: none;
}

.dataTables_paginate {
    float: none;
    text-align: center;
    margin-top: 23px;
}

.toolbar {
    display: block;
    margin-bottom: 15px;
    margin-left: 40px;
}

#txtDate {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
}

.title {
    display: block !important;
    font-size: 25px;
    color: #2b425e;
    font-family: 'museo500';
    font-weight: normal;
}

.sorting {
    background: url('../img/sort_asc_desc.png') no-repeat center right !important;
}

.sorting_desc {
    background: transparent url('../img/sort_desc.png') no-repeat center right !important;
}

.sorting_asc {
    background: url('../img/sort_asc.png') no-repeat center right !important;
}

.paging_full_numbers {
    height: 37px;
    z-index: 2;
    position: relative;
    width: 276px;
    margin-left: auto;
    margin-right: auto;
}

.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
    border: 0;
}

.paging_full_numbers a.paginate_button {
    background-color: #f4f4f4;
    border-right: 1px solid #e6e6e6;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 9px 13px;
    font-weight: bold;
    color: #7e7e7e !important;
    display: inline-block;
    height: 37px;

}

.paging_full_numbers a.paginate_active {
    color: #102a49 !important;
    background-color: #f4f4f4;
    border-right: 1px solid #e6e6e6;
    margin: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 9px 13px;
    font-weight: bold;
    display: inline-block;
    height: 37px;
}

#datatable_previous {
    border: 0;
    border-right: 1px solid #e6e6e6;
    font-weight: bold;
    text-indent: -9999px;
    display: inline-block;
    height: 37px;
    width: 35px;
    background: url('../img/leftarrow.png') no-repeat center right;
}

#datatable_next {
    border: 0;
    font-weight: bold;
    text-indent: -9999px;
    display: inline-block;
    height: 37px;
    width: 35px;
    background: url('../img/rightarrow.png') no-repeat center left;
}

#datatable_first, #datatable_last {
    display: none;
}

table.dataTable td.center, table.dataTable td.dataTables_empty {
    text-align: left;
}

.one-star {
    color: #19d700;
}

.two-star {
    color: #FE642E;
}

.three-star {
    color: #FF0000;
}

.comment_title {
    display: block !important;
}

.deneme_pagination {
    -moz-box-shadow: 0 2px 3px #000000;
    -webkit-box-shadow: 0 2px 3px #000000;
    box-shadow: 0 2px 3px #000000;
}

.subTitle {
    display: none;
}

.shadowImg {
    display: none;
}

.time-tsi{display: none}
@media only screen and (max-width: 540px) {
	.time-tsi{display: initial !important;}
	.none-mobile{display: none}
	table.dataTable {
    margin: 0 !important;
    width: 100% !important;
	}
	table.dataTable td {
	    padding: 3px 5px;
	}
	.table-wrapper {
	    padding: 0;
	}
	table.dataTable td.center {
	    text-align: center;
	}
}