@charset "utf-8";
/* CSS Document */

body {
	font-family: "Calibri", Times, serif;
	font-size: 17px;
	color: #000000;
	line-height: 130%px;
	background-color: #ebebeb;
}
.container {
	background-color:#FFF;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0px;
}
/* cell of container table - has normal margin*/
.cell {
	text-align:justify;
	padding:10px 70px;
	vertical-align:top;
}
.title_big {
	color:#00AEEF;
	font-size:30px;
	font-weight:900;
	text-align: left;
	line-height: 26px;
}
.title {
	color:#253F8E;
	font-size:20px;
	font-weight:900;
	text-align: left;
	line-height: 26px;
}
.subtitle {
	color:#253F8E;
	font-size:18px;
	font-weight:900;
	text-align: left;
}
.blue {
	color:#0000ff;
}
.light_blue {
	color:#00AEEF;
	font-weight: bold;
}
.navy_blue {
	color:#253F8E;
	font-weight: bold;
}
.black {
	color:#000;
}
.chapter {
	font-size:26px;
	font-weight:700;
	color:#0000ff;
}
.indent {
	padding-left:20px;
}
.bold {
	font-weight:900;
}
strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	text-decoration:underline;
}
.notes {
	font-size:14px;
}
.notes_img {
	font-size:13px;
}
.center {
	text-align:center
}
.centered {
	margin:auto;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.stoxoi {
	color:#253F8E;
}
.frame_stoxoi {
	padding:15px;
	color:#000;
	font-family:Calibri, sans-serif;
	font-size:14px;
	text-align:left;
	font-weight:200;
}
.red_frame {
	border: #ff0000 1px solid;
	padding:15px;
	color:#0000ff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	font-weight:200;
}
.chptr-intro .chapter-title {
	color:#40ae49;
	font-size:30px;
	font-weight:900;
	text-align: left;
	line-height:140%;
	margin: 0;
}
.chapter-title {
	color:#40ae49;
	font-size:24px;
	font-weight:600;
	text-align: left;
	line-height:120%;
	margin:50px;
	text-indent:-60px;
}
.chptr-intro h1 {
	text-align:left;
}
.chapter_frame {
	border: #ff0000 1px solid;
	padding:20px;
	color:#0000ff;
	font-size:36px;
	font-weight:900;
	text-align:center;
	line-height:180%;
}
.chapter_no  {
	color:#000;
	font-weight:900;
	font-size:32px;
	font-family: "Times New Roman", serif;
	margin: 50px 0 10px 0;
}
.chptr-intro .chapter_no  {
	color:#6bcff6;
	font-weight:900;
	font-size:128px;
	font-family: "Times New Roman", serif;
	margin: 50px 0 10px 0;
}

.chapter_no::before {
    background: url(images/chprt-no-before.png) no-repeat;
    background-size: 20px 54px;
    display: inline-block;
    width: 20px;
    height: 55px;
    vertical-align: middle;
    content: "";
}

 .chapter_no::after {
    background: url(images/chprt-no-after.png) no-repeat;
    background-size: 20px 54px;
    display: inline-block;
    width: 20px;
    height: 55px;
    vertical-align: middle;
    content: "";
}

.chptr-intro .chapter_no::before, .chptr-intro .chapter_no::after {
    background-size: 32px 114px;
    width: 30px;
  height: 135px;
	}


.ch_title {
	color:#40AE49;
	font-size:23px;
	font-weight:bold;
	line-height:26px;
	margin-bottom:30px
}
.chapter {
	color:#40AE49;
	font-weight:bold;
	font-size:120px;
	font-family:"Calibri-Bold", sans-serif;
	margin-top:150px;
	margin-bottom:100px;
	float:left;
}
/*.chapter_title {
	margin-top:150px;
	float:left;
	margin-left:20px;
	margin-bottom:100px;
	font-family:"Arial-Black", sans-serif;
}*/
.chapter-objectives {
	font-size:17px;
	text-align:left;
}
.main_text .chapter-objectives h2 {
	color:#00aeef;
	font-size:21px;
    text-indent: 0;
    margin-left: 0;
}
.subchapter_no {
	color: #000;
	font-size: 25px;
}
.main_text h2 {
	color:#40ae49;
	font-size:24px;
	text-indent: -63px;
	margin-left: 52px;
	line-height: 120%;
	text-align:left;
}
span.subch_no {
	font-weight:900;
	font-size:24px;
	font-family: "Times New Roman", serif;
	margin: 50px 0 10px 0;
	color:#000;
}
.main_text .subch_no::before {
	background: url(images/chprt-no-before.png) no-repeat;
	background-size: 11px 45px;
	display: inline-block;
	width: 13px;
	height: 50px;
	vertical-align: middle;
	content: "";
}
.main_text .subch_no::after {
	background: url(images/chprt-no-after.png) no-repeat;
	background-size: 11px 45px;
	display: inline-block;
	width: 13px;
	height: 50px;
	vertical-align: middle;
	content: "";
}
.chapter_big {
	color:#0000ff;
	font-weight:900;
	font-size:36px;
}
.sidebar_blue {
	color:#253F8E;
	font-size:13px;
	background-color:#ACCDEB;
	padding:5px 10px 5px 10px;
	width:27%;
	margin-left:20px;
	text-align:left;
	line-height:140%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	font-style: italic;
	font-weight: bold;
}
.sidebar_white {
	color:#000000;
	font-size:13px;
	background-color:#ffffff;
	padding:5px 10px 5px 10px;
	width:27%;
	margin-left:20px;
	text-align:justify;
	line-height:100%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
}
.green_page {
	font-size:14px;
	background-color:#a4cf9a;
	padding:10px;
	width:100%;
	margin-left:20px;
	text-align:justify;
	line-height:120%;
	vertical-align:top;
}
.main_text, .table-contents {
	padding-right:15px;
	vertical-align:top;
	text-align:justify;
	line-height:140%;
}
.shape {
	color:#ff0000;
	font-weight:700;
}
.footer {
	color:#253F8E;
	text-align:left;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size:15px;
}
.grey_box {
	background-color:#CCCCCC;
	padding:10px;
	text-align:left;
}
.yellow_box {
	background-color:#FFFFCC;
	padding:10px;
	text-align:center;
}
.orange_box {
	background-color:#ffd281;
	text-align:center;
	padding:15px;
	margin: 5px;
}
.red {
	color:#D1232A;
	font-weight:900;
	font-size:18px;
}
.red2 {
	color:#D1232A;
}
.green_box {
	background-color:#40AE49;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	text-align:left;
	font-size:15px;
	font-weight:700;
	margin-bottom:20px;
}
.green_box_text {
	background-color:#A4D09B;
	border: black solid 1px;
	padding:10px;
}
.blue_cell {
	background-color:#253F8E;
	color:#fff;
	text-align:center;
	font-weight:700;
	border:#000 1px solid;
	margin-bottom:20px;
	padding-top:15px;
}
.black_cell {
	background-color:#000;
	color:#fff;
	text-align:center;
	font-weight:700;
	border:#6BCFF6 1px solid;
	margin-bottom:20px;
	padding-top:15px;
}
.purple_cell {
	background-color:#e5e5e5;
	text-align:center;
	color:#000;
	font-size:14px;
	font-weight:700;
	border:#000 1px solid;
	padding-top:10px;
}
.orange_box {
	background-color:#ffd281;
	padding:10px;
	text-align:center;
	font-style:italic;
}
.orange_box_normal {
	background-color:#ffd281;
	padding:10px;
	text-align:center;
}
.blue_text_lines {
	color: #00AEEF;
	font-style: italic;
}
.index_title {
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.index_text {
	text-align: left;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.headline {
	color:#40AE49;
	font-weight: 900;
	font-style:normal;
}
.you_know {
	color: #fff;
	font-weight:lighter;
	font-size:56px;
	font-family: "Calibri-Bold", sans-serif;
	margin: 20px;
}
.justify {
	text-align:justify;
}
td.exerc_numbers {
	color:#253F8E;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
	font-size:20px;
	font-family:"Calibri-Bold", sans-serif;
}
/*----------------  Εισαγωγή - Περιεχόμενα----------------------*/
.book-title {
	margin:100px auto;
	vertical-align:middle;
	height:400px;
	text-align:center;
	line-height: 250%;
}
.book-title p {
	font-size:46px;
	margin:16px;
}
p.book-gr {
	font-size:36px;
}
p.book-dir {
	font-size:30px;
	margin-top:48px;
	line-height:150%;
}
.box_credits_in_title {
	position: absolute;
	width: 280px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -12px;
	background: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.box_credits_in {
	border: 1px solid #000;
	width: 92%;
	padding: 15px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}
.box_credits_in td {
	width: 50%;
	text-align:justify;
	padding:10px;
	vertical-align:top;
	font-size: 14px;
	line-height: 20px;
}
.box_credits_in p {
	padding:0;
	margin:0;
	text-indent:0;
	text-align:justify;
	font-size:14px;
	line-height:normal;
}
.box_credits_in .bord {
	border-top:1px solid #000;
	padding-top:5px;
	text-align:center;
}
.box_credits_in .subtitle {
	margin-top:18px;
	margin-bottom:0;
	font-size:16px;
	font-weight:bold;
	color:#000;
	line-height:normal;
}
.ch_origin {
	border:1px solid grey;
	border-radius: 17px;
	padding:10px;
}
.ch_origin p {
	margin:3px 0;
}
.auth {
	font-size:22px;
	text-align:center;
	font-style:italic;
	font-weight:bold;
	line-height:120%;
	margin:120px 0 30px;
}
p.foreis {
	font-size: 24px;
	margin: 100px auto;
	text-align: center;
	line-height: 140%;
}
.green-title {
	color: #40AE49;
	font-size: 42px;
	font-weight: bold;
	line-height: 150%;
}
.green-title .bord {
	border-bottom: 3px solid #7abf80;
}
.vivl ul {
	list-style-type:none;
	margin-left:16px;
	padding:0;
	margin-top:5px;
}
.vivl li:before {
	content: "•";
	color: #40AE49;
	display: inline-block;
	width: 16px;
	margin-left: -16px;
}
.vivl .title, .index .title {
	text-align:center;
	color:#40AE49;
	font-size:28px;
}
.vivl .subtitle {
	color:#00AEEF;
	font-style:italic;
	font-weight:normal;
	font-size:24px;
	margin-bottom:0;
}
.index .subtitle {
	color:black;
	font-weight:bold;
	font-size:22px;
	margin-top:30px;
	margin-bottom:0;
}
.index .ch-no {
	font-size: 30px;
	font-style: italic;
	margin-left: -36px;
	padding-right: 12px;
}
.index p {
	font-size:16px;
	margin:3px;
	margin-left:40px;
	-webkit-margin:3px 0;
	line-height: 120%;
}
.index .subch_no {
	font-size: 18px;
	font-weight:bold;
	margin-left:-36px;
	padding-right: 10px;
}
.index .indent {
	padding-left:0px;
}
.index .light_blue {
	font-weight:normal;
}
.page {
	min-height:800px;
	vertical-align:middle;
	background-color:#fff;
	margin:0 auto;
}
.page div {
	margin:0 auto;
}
.index .sidebar_white {
	width:15%;
}
.index .sidebar_white img {
	margin-top:60px;
	width:120px;
}
/* -------------  Παραρτήματα----------*/
.cellb {
	text-align:center;
	padding:70px 14px;
	vertical-align:top;
}
.parartima table {
	margin:0 auto;
}
.parartima .title {
	font-size:30px;
	padding:12px 0px;
	text-align:center;
}
.parartima li {
	color:#40AE49;
	font-size:28px;
	line-height:normal;
}
.parartima ul ul {
	list-style-type:none;
	margin-left:-50px;
}
.parartima ul li ul li:before {
	content:"►";
	padding:10px;
	font-size:24px;
}
.parartima img {
	margin-top:50px;
}
.parartima .red, .lexilogio .red {
	text-align:right;
	font-size:32px;
}
table .lexilogio {
	width:100%
}
.lexilogio td {
	vertical-align:top;
	line-height:150%;
	font-size: 14px;
}
.lexilogio td:nth-child(odd) {
	width:30%;
}
.lexilogio td:nth-child(even) {
	width:36%;
	padding:0 26px;
}
.lexilogio p {
	margin-bottom: 8px;
}
.letter {
	font-size: 40px;
	margin-top: 20px;
	color:#00AEEF;
}
.evretirio p {
	margin: 0;
}
td.evretirio {
	vertical-align:top;
}
.evretirio td:nth-child(1) {
	width:60%
}
table.periodikos {
	border: 2px solid #fff;
	margin-bottom: 0;
	margin: 0 auto;
	border-collapse: collapse;
	text-align: center;
	font-size:12px;
	border:0px;
}
.maza th, .maza2 th, .monades th {
	background: #01019c;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	padding:8px;
	padding:12px 24px;
	text-align:center;
}
.parartima td, .maza td {
	padding:5px;
}
table.maza, table.maza2 {
	border:1px solid #000;
	margin-top:50px;
}
table.maza2 {
	background-color:#e7e7f5
}
.maza2 td {
	background-color:#e7e7f5;
	font-size:14px;
	padding:5px 10px;
}
.maza2 .page {
	background-color:#e7e7f5;
}
.maza2 tr:nth-child(2) td {
	background-color: #a8a8e6;
	color: #fff;
}
.maza2 td:nth-child(4) {
	border-right: 2px solid #fff;
}
.maza2 p {
	margin:0;
}
table.oxy {
	margin:0 auto;
	width:80%;
	border:1px solid #000;
	border-collapse:collapse;
}
.oxy th {
	background-color: #00AEEF;
	border:1px solid #000;
	color:#fff;
	font-weight:bold;
	font-size:22px;
	text-align:center;
}
.oxy td, .oxy th {
	padding:5px;
	border-right:1px solid #000;
}
.oxy td:nth-child(even) {
	width:50%;
	text-align:center;
}
.oxy td:nth-child(odd) {
	width:50%;
	text-align:left;
	padding-left:30px;
}
.monades td:nth-child(even) {
	width:18%;
	background-color: #b3c7ea;
	text-align:center;
}
.monades td:nth-child(odd) {
	width:30%;
	background-color: #cbdbef;
	text-align:left;
	padding-left:30px;
}
.monades td:nth-child(3) {
	text-align:center;
	padding-left:0px;
}
.pb {
	background-color:#e2e2c7
}
.pb .title {
	color: #333;
	font-size: 32px;
	font-weight: normal;
	background-color: #cecea1;
	padding: 4px 12px;
	box-shadow: 6px 5px 9px grey;
}
.periodos {
	width: 40px;
	height: 20px;
	font-size:16px;
	/* Rotate div */
    -ms-transform: rotate(270deg); /* IE 9 */
	-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
	transform: rotate(270deg);
}
table.yellow {
	border: 2px solid #fff; /*322c29;*/
	width: 99%;
	margin: 4px;
	border-collapse: collapse;
	text-align: center;
}
td.yellow {
	border: 2px solid #fff; /*322c29;*/
	background-color: #ffef81;
	padding: 2px;
	vertical-align: middle;
}
td.bluePer {
	border: 2px solid #fff;
	background-color: #9fcefd;
	padding: 2px;
	vertical-align: middle;
}
td.green {
	/*  border: 3px solid #322c29;*/  
  border: 2px solid #fff;
	background-color: #91dc9c;
	padding: 2px;
	vertical-align: middle;
}
td.redPer {
	border: 2px solid #fff;
	background-color: #fd6d6d;
	padding: 2px;
	vertical-align: middle;
}
td.cellLightBlue {
	background-color: #edf6fe;
	vertical-align: middle;
}
table.periodikos {
	color: #001a1a;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 125%;
	margin-bottom: 2px;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	border-collapse: collapse;
}
td.periodikos {
	border: 2px solid #fff;
}
span.deikths {
	font-family: "Arial";
	font-size: 7pt;
	font-weight: bold;
	vertical-align: sub;
}
span.ek8eths {
	font-family: "Arial";
	font-size: 7pt;
	font-weight: bold;
	vertical-align: super;
}
.small {
	font-size:12px;
}
.copyright p {
	margin-top:200px;
}
.copyright div {
	width:57%
}
sub {
	font-family: "Arial";
	font-size: 7pt;
	/*font-weight: bold;*/
	vertical-align: sub;
}
sup {
	font-family: "Arial";
	font-size: 7pt;
	/*font-weight: bold;*/
	vertical-align: super;
}
/**/


.notopborder {
	margin-top:0;
	padding-top: 0;
	border-top: 0;
}
.nobottomborder {
	margin-bottom:0;
	padding-bottom: 0;
}
.blue_box {
	background-color:#253F8E;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	text-align:left;
	font-size:15px;
	font-weight:700;
	margin-bottom:20px;
}
.light_blue_page {
	font-size:14px;
	background-color:#a4cf9a;
	padding:10px;
	width:100%;
	margin-left:20px;
	text-align:justify;
	line-height:120%;
	vertical-align:top;
}
.you_know_red {
	color: #d42d35;
	font-weight:lighter;
	font-size:56px;
	font-family: "Calibri-Bold", sans-serif;
	margin: 20px;
}
.img_caption {
	font-size:14px;
	text-align:center;
	color:#253F8E;
	font-weight: bold;
}
img[src^="extras/images/"] {
	width: 30px;
	vertical-align: middle;
}
.subch_no-par {
	font-size:50px
}
.subch_title {
	color:#40AE49;
	font-weight:bold;
	line-height:26px;
	text-align:left;
	margin-bottom:30px;
	font-size:25px;
	padding-top:7%;
}
.example, .application {
	color:#D1232A;
	font-weight:bold;
	font-size:18px;
}
table.orangeish {background-color:#FBDEA5; border-collapse:collapse;text-align:center;border-color:#0;}
.orangeish td {
vertical-align:middle;
text-align:center;
}

#table6-4 {background-color:#dfdfdf; border:#000 1px solid; }
#table6-4 td {text-align:center;padding:5px; }
#table6-4 tr td:first-child {text-align:left; }
