/*******************************************
***          YT Framework: css          ***
*******************************************/


/* Medium devices Desktops  
// ------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
	
}

/* Small devices Tablets	
// ------------------*/
@media (min-width: 768px) and (max-width: 979px) {
	
}

/* Extra small devices Phones
// ------------------*/
@media (max-width: 767px){
	
}

/* mx-01 class*/
table.mx-01 {
    border-collapse: collapse;
    width: 100%;
}

th.mx-01{
    text-align: center;
    padding: 8px;
}

td.mx-01 {
    text-align: left;
    padding: 8px;
}

tr.mx-01:nth-child(2n+3){background-color: #f2f2f2}

th.mx-01 {
    background-color: #8d9ace;
    color: white;
}

h1.mx-01 {
	background-color: YellowGreen;
	text-align: center;
	color: white;
	height: 50px;
	padding: 10px 0;
}

/* mx-02 class*/
table.mx-02 {
    border-collapse: collapse;
    width: 100%;
}

th.mx-02{
    text-align: center;
    padding: 8px;
}

td.mx-02 {
    text-align: left;
    padding: 8px;
}

tr.mx-02:nth-child(2n+3){background-color: #f2f2f2}

th.mx-02 {
    background-color: Orange;
    color: white;
}

h1.mx-02 {
	background-color: DodgerBlue;
	text-align: center;
	color: white;
	height: 50px;
	padding: 10px 0;
}

/* mx-03 class*/
table.mx-03 {
    border-collapse: collapse;
    width: 100%;
}

th.mx-03{
    text-align: center;
    padding: 8px;
}

td.mx-03 {
    text-align: center;
    padding: 8px;
}

tr.mx-03:nth-child(2n+3){background-color: #f2f2f2}

th.mx-03 {
    background-color: YellowGreen;
    color: white;
}

h1.mx-03 {
	background-color: YellowGreen;
	text-align: center;
	color: white;
	height: 50px;
	padding: 10px 0;
}

/* mx-04 class*/
table.mx-04 {
    border-collapse: collapse;
    width: 100%;
}

th.mx-04 {
    text-align: left;
    padding: 8px;
    background-color: Orange;
    color: white;
    }

td.mx-04 {
    text-align: left;
    padding: 8px;
	color: DimGray;
}

tr.mx-04:nth-child(2n+3){background-color: #f2f2f2}

div.mx-04 {
	background-color: DodgerBlue;
    color: white;
    height: auto;
    margin: 10px 0px;
    text-align: center;
    padding: 2px 0px 0px 0px;
	border: 1px solid DodgerBlue;
    border-radius: 12px;
}

/* flex container*/
.flex-container {
  display: flex;
  flex-direction: row;
  background-color: transparent;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-container > div {
  background-color: transparent;
  width: 400px;
  margin: 10px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
}

/* Τίτλοι Σελίδας/Ενότητας Σελίδας σε χρωματιστό πλαίσιο - Στυλ 01*/
#mx-big-header-01 {
    border-radius: 15px;
    background: #8d9ace;
    color: white;
    text-align: center;
    padding: 15px 0; 
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 20px 0;
}

/* Τίτλοι Σελίδας/Ενότητας Σελίδας σε χρωματιστό πλαίσιο - Στυλ 02*/
#mx-big-header-02 {
    border-radius: 15px;
    background: #8d9ace;
    color: white;
    text-align: center;
    padding: 15px 0; 
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 20px 0;
}

/* Πίνακας Θεμάτων Πανελλήνιες - Στυλ 01*/
#mx-table-header-01 {
    background: DodgerBlue;
    color: white;
    text-align: center;
    padding: 10px 0; 
    height: 50px;
    font-size: 22px;
    font-weight: bold;
    margin: 0px 0;
}

.table-01 {
	border-collapse: collapse;
    width: 100%;
}

.table-01 tr:nth-child(2n+3){background-color: #f2f2f2}

.table-01 th {
    text-align: center;
    padding: 8px;
    background-color: Orange;
    color: white;
}

.table-01 td {
    text-align: center;
    padding: 8px;
	color: DimGray;
}

.table-01 img {
    margin-left: 20px;
    margin-right: 20px;
    width: 32px;
}

/* Πίνακας Θεμάτων OΕΦΕ - Στυλ 02*/
#mx-table-header-02 {
	/*background: #fc0f02;*/
    background: DodgerBlue;
    color: white;
    text-align: center;
    padding: 10px 0; 
    height: 50px;
    font-size: 22px;
    font-weight: bold;
    margin: 0px 0;
}

.table-02 {
	border-collapse: collapse;
    width: 100%;
}

.table-02 tr:nth-child(2n+3){background-color: #f2f2f2}

.table-02 th {
    text-align: center;
    padding: 8px;
 	/*background-color: Orange;*/
    background-color: #ff2828;
    color: white;
}

.table-02 td {
    text-align: center;
    padding: 8px;
	color: DimGray;
}

.table-02 img {
    margin-left: 20px;
    margin-right: 20px;
    width: 32px;
}

/* Πίνακας Προτεινόμενων Θεμάτων - Στυλ 03*/
#mx-table-header-03 {
	/*background: #fc0f02;*/
    background: DodgerBlue;
    color: white;
    text-align: center;
    padding: 10px 0; 
    height: 50px;
    font-size: 22px;
    font-weight: bold;
    margin: 0px 0;
}

.table-03 {
	border-collapse: collapse;
    width: 100%;
}

.table-03 tr:nth-child(2n+3){background-color: #f2f2f2}

.table-03 th {
    text-align: center;
    padding: 8px;
 	background-color: Orange;
    /*background-color: #ff2828;*/
    color: white;
}

.table-03 td {
    text-align: center;
    padding: 8px;
	color: DimGray;
}

.table-03 img {
    margin-left: 20px;
    margin-right: 20px;
    width: 32px;
}

/* ***** Top Menu Styles ***** */

.third-level-menu
{
    position: absolute;
    top: 0;
    right: -220px;
    width: 220px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.third-level-menu > li
{
    height: 40px;
	padding: 4px 0;
    background: #f9f9f9;
}
.third-level-menu > li:hover { background: Orange; }

.second-level-menu
{
    position: absolute;
    top: 50px;
    left: 0;
    width: 170px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.second-level-menu > li
{
    position: relative;
	padding: 4px 0;
    height: 40px;
    background: #f9f9f9;
}
.second-level-menu > li:hover { background: Orange; }

.top-level-menu
{
    list-style: none;
    padding: 0;
    margin: 0;
    background: red;
	z-index: 9499;
}

.top-level-menu > li
{
    position: relative;
	padding: 8px 0;
	text-align: left;
    float: left;
    height: 50px;
    width: 170px;
    background: #8d9ace;
    border-right: 1px solid Orange;
	z-index: 9499;
}
.top-level-menu > li:first-child
{
    position: relative;
	padding: 8px 0;
	text-align: left;
    float: left;
    height: 50px;
    width: 170px;	
    /*background: #4CAF50;*/
	background: OrangeRed;
    border-right: 1px solid Orange;
	border-left: 1px solid Orange;
	z-index: 9499;	
}

.top-level-menu > li:nth-child(2)
{
    position: relative;
	padding: 8px 0;
	text-align: left;
    float: left;
    height: 50px;
    width: 170px;	
    /*background: #4CAF50;*/
	background: DodgerBlue;
    border-right: 1px solid Orange;
	z-index: 9499;	
}

.top-level-menu > li:last-child
{
    position: relative;
	padding: 8px 10px;
	text-align: left;
    float: middle;
    height: 50px;
    width: 250px;	
    /*background: #8d9ace;*/
	background: DodgerBlue;
    border-right: 1px solid Orange;
	z-index: 9499;
}
.top-level-menu > li:hover {
	background: Orange;
}

.top-level-menu li:hover > ul
{
    /* On hover, display the next level's menu */
    display: inline;
}


	/* Top Menu Link Styles */

.top-level-menu a /* Apply to all links inside the multi-level menu */
{
    /*font: 14px Arial, Helvetica, sans-serif;*/
	/*font: 14px Ubuntu, Helvetica, sans-serif;*/
	font: 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;;
    /*color: #3d3d3d;*/
	color: #3d3d3d;
    text-decoration: none;
    padding: 0 0 0 10px;
    
    /* Make the link cover the entire list item-container */
    display: block;
    line-height: 30px;
}
.top-level-menu a:hover { color: #fff; }

#NewFontLink1{
		/*font-family: "Times New Roman", Times, serif;*/
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-style: italic;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		color: RoyalBlue;
}

#NewFontLink1:hover{
		color: white;
}

#NewFontLink2{
		/*font-family: "Times New Roman", Times, serif;*/
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-style: normal;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		color: khaki;
}

#NewFontLink2:hover{
		color: white;
}

