/**
 * @file
 * Subtheme specific CSS.
 */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700|Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,700&display=swap&subset=greek');

*{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   --bs-primary: rgba(0, 81, 127, 0.65);
   --bs-link-color: #0071b3;
   --bs-link-hover-color: rgba(0, 81, 127, 0.8);
}

body {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  color: #505962;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 300;
}

b, strong {
    font-weight: 600;
}

.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.setMinHeight {
  min-height: 32vh;
}

.mainSticky {
  position: fixed!important;	
  z-index: 999; 
  top: 0;
}

#navbar-top {
  background-color: #055a8e;
}

#navbar-main {
  background-color: #1d84c3;
  position: relative;
  width: 100%;
}

a, .link {
  color: #0071b3;
}


.image-style-card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.image-style-img-fluid,
.image-style-img_fluid, 
img[data-image-style="img_fluid"] {
  max-width: 100%;
  height: auto;
  padding-right: 15px;
}

img[data-image-style="half_width"] {
  max-width: 50%;
  height: auto;
  padding-right: 15px;
}

img[data-image-style="one_third_width"] {
  max-width: 33%;
  height: auto;
  padding-right: 15px;
}

img[data-image-style="quarter_width"] {
  max-width: 25%;
  height: auto;
  padding-right: 15px;
}


blockquote {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  border-left: 5px solid #ccc;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

blockquote::before {
  position: absolute;
  left: -2.5rem;
  content: open-quote;
  color: #003ecc;
  font-family: "Times New Roman",times,serif;
  font-size: 3rem;
  line-height: 1em;
}

select[data-drupal-selector]{
  display: block;
  width: auto;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


th>h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: large;
}

.contnr {
  overflow-x: hidden;
}

[data-drupal-selector="tabledrag-toggle-weight"] {
  font-size: small;
}


#toolbar-administration, #toolbar-administration * {
	z-index: 1021;
}

#navbar-top { display: none; }

#navbar-top {
/*  background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d); */
  background: #666666;
  background-color: rgba(0, 81, 127, 0.65)!important;
  background-repeat: no-repeat;
  border: 1px solid #345578;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

#navbar-top.navbar {
  padding: 0rem 1rem;
  font-size: 0.9rem;
}
#navbar-top.navbar-dark .nav-link {
    color: rgba(255, 255, 255, 1);
}

/* NavBar Top User Administration */

#block-useradministration ul li.menu-item--expanded>a:after {
  content: ' ▾';
}

#block-useradministration ul li.menu-item--expanded ul.menu {
  min-width: 100%; /* Set width of the dropdown */
  background: #f2f2f2;
  display: none;
  position: absolute;
  z-index: 1021;
}

#block-useradministration ul.nav li.menu-item--expanded:hover ul.menu {
  display: block;	/* Display the dropdown */
  min-width:350px;
  padding-left: 0;
}
#block-useradministration ul.nav li.menu-item--expanded ul.menu li{
  display: block;
}


#block-useradministration ul.nav li.menu-item--expanded ul.menu li a {
  color: #777777;
}

#block-useradministration ul.nav li.menu-item--expanded ul.menu li:active,
#block-useradministration ul.nav li.menu-item--expanded ul.menu li:hover,
#block-useradministration ul.nav li.menu-item--expanded ul.menu li:focus {
  background-color: #6d94bf;
}

#block-useradministration ul.nav li.menu-item--expanded ul.menu li a:active,
#block-useradministration ul.nav li.menu-item--expanded ul.menu li a:hover,
#block-useradministration ul.nav li.menu-item--expanded ul.menu li a:focus {
  color: #fff;
}


#block-useradministration ul.nav li.menu-item--expanded ul.menu li a.is-active {
  color: #fff;
  background-color: #6d94bf;
}


/* NavBar Top Secondary Navigation */

#block-secondarynavigation ul li.menu-item--expanded>a:after {
  content: ' ▾';
}

#block-secondarynavigation ul li.menu-item--expanded ul.menu {
  min-width: 100%; /* Set width of the dropdown */
  background: #f2f2f2;
  display: none;
  position: absolute;
  z-index: 1021;
}
#block-secondarynavigation ul.nav li.menu-item--expanded:hover ul.menu {
  display: block;       /* Display the dropdown */
  min-width:280px;
  padding-left: 0;
}
#block-secondarynavigation ul.nav li.menu-item--expanded ul.menu li{
  display: block;
}


#block-secondarynavigation ul.nav li.menu-item--expanded ul.menu li a {
  color: #777777;
}

#block-secondarynavigation ul.nav li.menu-item--expanded ul.menu li:active,
#block-secondarynavigation ul.nav li.menu-item--expanded ul.menu li:hover,
#block-secondarynavigation ul.nav li.menu-item--expanded ul.menu li:focus {
  background-color: #6d94bf;
}

#block-secondarynavigation ul.nav li.menu-item--expanded ul.menu li a:active,
#block-secondarynavigation ul.nav li.menu-item--expanded ul.menu li a:hover,
#block-secondarynavigation ul.nav li.menu-item--expanded ul.menu li a:focus {
  color: #fff;
}


#block-secondarynavigation ul.nav li.menu-item--expanded ul.menu li a.is-active {
  color: #fff;
  background-color: #6d94bf;
}



/*--- Language Switcher --*/

.region-langmenu,
.region-csnav, .koukou {
  display: inline-flex !important;
}

.region-langmenu {
  max-width: 90px;
}


#block-languageswitcher ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#block-languageswitcher ul>li {
  float: left;
}


#block-languageswitcher ul>li a {
  display: block;
  color: white;
  text-align: center;
  padding: 15px 10px;
  text-decoration: none;
}

#block-languageswitcher ul>li a img {
  width: 20px;
  height: 14px;
}

#helpNav {
  background-color: rgba(0, 81, 127, 0.65) !important;
  border: 1px solid #345578;
  box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
}



/*--- Account Menu --*/



#block-b5-dcetheme-account-menu ul>li a {
  display: block;
  text-align: left;
  padding: 16px 10px;
  text-decoration: none;
}



#navbar-main .navbar-brand img {
    width: 37px; height:47px;
}


.navbar {
/*  background-image: linear-gradient(#fff, #eee 50%, #e4e4e4); */
  background-repeat: no-repeat;
  filter: none;
  border: 1px solid #d5d5d5;
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

.navbar-toggler {
  background-color:rgb(221, 221, 221);
  border: 1px solid transparent;
  border-radius: .25rem;
}

.navbar-brand img {
  height: 5.8rem;
}

.ultimenu {
  min-height: 22px;
}

#navbar-main ul.ultimenu--primary-navigation > li > a {
  color: #777777;
}

#navbar-main ul.ultimenu--primary-navigation > li > a:hover {
  color: #0073b6;
}



#navbar-main .fa, 
#navbar-main .fas {
  color: #3e648d;
}

#navbar-main.navbar-expand-xl .ultimenu--primary-navigation  .ultimenu__item {
  padding-right: 0;
  padding-left: 1.1rem;
  border-right: 1px solid #cacaca;
}

#ultimenu-primary-navigation a.ultimenu__link .fa {
  margin-right: 0.3rem;
}
.ultimenu--basic .ultimenu__flyout {
  background-color: transparent;
}
.ultimenu.ultimenu--hover .ultimenu__link {
   padding-right: 1.1em;
}

.ultimenu--hover .ultimenu__flyout {
  transition: all 0.8s;
}

#navbar-main.navbar-expand-xl .ultimenu__flyout .block {
  max-width: 100%;
  padding: 0.3em 0;
  min-width: 90%;  
}


#navbar-main.navbar-expand-xl .block .ultimenu__flyout .ultimenu__region {
    margin: -10px;
}

#navbar-main.navbar-expand-xl .mmDepartment,
#navbar-main.navbar-expand-xl .mmPeople,
#navbar-main.navbar-expand-xl .mmStudies,
#navbar-main.navbar-expand-xl .mmStudents,
#navbar-main.navbar-expand-xl .mmAlumni,
#navbar-main.navbar-expand-xl .mmResearch,
#navbar-main.navbar-expand-xl .mmNewsAnnounces,  
#block-b5-dcetheme-account-menu .nav-item .nav-link { 
  font-size: 0.9em;
}

#navbar-main.navbar-expand-xl .mmDropDownCol  h3,
#navbar-main.navbar-expand-xl .mmDropDownCol  h4
{
  font-size: 1.15rem;
  padding: 0.1rem 0 0.2rem 0;
  margin-top: 0;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #cccccc;
}

#navbar-main.navbar-expand-xl .mmDropDownCol h5 {
  font-size: 1rem;
  border-bottom: 1px solid #cccccc;
  margin-top: 1em;
  margin-left: 1em;
}


#navbar-main.navbar-expand-xl .mmDropDownCol ul {
/*  list-style-image: url('/sites/default/files/icons/arrow-v1-04.png'); */
/*  list-style: square; */
  list-style-image: url('data:image/svg+xml,<svg class="bi bi-chevron-right" width="0.8em" height="0.8em" viewBox="0 0 15 15" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L10.293 8 4.646 2.354a.5.5 0 010-.708z" clip-rule="evenodd"/></svg>');
  background-position: 0 0.25rem;
}

#navbar-main.navbar-expand-xl .mmDropDownColimg img {
    margin-top: 0.2rem;
    margin-bottom: 0.75rem;
}

.region-ultimenu-primary-navigation-f4aa535d,
.region-ultimenu-primary-navigation-4a58acf2, 
.region-ultimenu-primary-navigation-2e01d961,
.region-ultimenu-primary-navigation-6ba882f9,
.region-ultimenu-primary-navigation-72924021,
.region-ultimenu-primary-navigation-e04b7401,
.region-ultimenu-primary-navigation-3e925e95 {
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  background-image: url(/sites/default/files/2019-09/chemical-grl-02fade-gray888x1268.png);     
}

.primaryLangSwitcher {
  display: inline-block;
  margin: 20px 0;
}

.primaryLangSwitcher ul.links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.primaryLangSwitcher ul.links>li {
  float: left;
  margin-right: 15px;
}
.primaryLangSwitcher ul.links>li img {
 vertical-align: baseline;
}

/*
 *  #navbar-main.navbar-expand-xl ul.ultimenu--primary-navigation li:first-child {
 *    border-left: 1px solid #cacaca;
 *
 *   }
 */

/*--- Fixed Video Background iOS/Mobile Style--*/
.video-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#frontpagevideo {
  display: block;
  z-index: -1000;
}



#frontpagevideo video {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -100;
  transition: 1s opacity;
  min-width: 384px;
  object-fit: cover;
  background-size: cover;
  transition: 1s opacity;

}


.video-background {
  position: relative;
  min-height: 40vh;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: hidden;
}

.caption {
  position: absolute;
  top: 30%;
  width: 100%;
  color: #fff;
}

.caption h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: .1rem .1rem .8rem black;
  padding-bottom: 1rem;
}

.caption h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: .1rem .1rem .5rem black;
  padding-bottom: 1.6rem;
}

.btn-lg {
  font-size: 0.7rem;
  padding: .6rem 1.3rem;
}


/*============ Full Width Top ===========*/

.fullWidthtop {
  background-image: url("/sites/default/files/2019-09/seminarRoom1Gray01.jpg");
  height: 40vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
/*  box-shadow:inset 0 0 0 2000px rgba(88,102,88,0.4); */
  background-color: #ffffff;
  padding: 0;
}

.fullWidthtopUnd {
  background-image: url("/sites/default/files/2019-09/teaching02_gray.jpg");
  height: 40vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
/*  box-shadow:inset 0 0 0 2000px rgba(88,102,88,0.4); */
  background-color: #ffffff;
  padding: 0;
}


.fullWidthtopContainer {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);  
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-stroke: 1px rgba(90,108,128,0.3);
  -webkit-text-stroke: 1px rgba(90,108,128,0.3);
}
.fullWidthtopContainer h1 {
  font-size: 1.4rem;
  padding: 0 15px;
}
.fullWidthtopOverlay {
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50%;
  width: 100%;
  background-color: rgb(178, 178, 179, 0.7);
}

#block-views-block-image-background-title-block-1 div.view div.view-content.row {
  margin-top: 0;
}


/*============ jumbotron ===========*/

.jumbotron {
  margin-bottom: 0;
  background-color: #e4e4e4;
  background-image: linear-gradient(rgba(255,255,255,0.9), #eeeeee 50%, rgba(228,228,228,0.8));
}

/*============ Highlights Front ===========*/

#highlightsAnnounces.heighlightAnnounces {
  padding-right: 0;
  padding-left: 0;
}

#highlightsAnnounces .row {
 margin-left: 0;
 margin-right: 0;
}

.highlightsFrontTitle {
  position: relative;
}



.highlightsFrontTitle h3::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 70%;
  width: 20vw;
  height: 6px;
  background: rgba(228,228,228,0.8);
}

.highlightsFrontTitle h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 70%;
  width: 20vw;
  height: 6px;
  background: rgba(228,228,228,0.8);
}

#block-views-block-highlights-frontpage-block-1 {
 min-width: 100%;
}

#block-views-block-highlights-frontpage-block-1 .owl-carousel .owl-stage,
#block-views-block-videos-frontpage-block-1 .owl-carousel .owl-stage { 
  padding-left: 0!important;
  padding-right: 0!important;
}

#block-views-block-highlights-frontpage-block-1 .owl-prev {
  left: -30px;
}
#block-views-block-highlights-frontpage-block-1 .owl-next {
  right: -30px;
}
#block-views-block-highlights-frontpage-block-1 .owl-prev,
#block-views-block-highlights-frontpage-block-1 .owl-next {
  position: absolute;
  top: 30%;
}
#block-views-block-highlights-frontpage-block-1 .owl-prev span,
#block-views-block-highlights-frontpage-block-1 .owl-next span {
  font-size: 60px;
  color: #787878;
}
#block-views-block-highlights-frontpage-block-1 .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}
#block-views-block-highlights-frontpage-block-1 .card {
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}

.card-img-caption {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img-caption .card-img-top {
  z-index: 0;
}


.card-img-caption .card-text {
  text-align: center;
  font-size: 0.8rem;
  padding: 1em 1em;
  width: auto;
  margin: 0% 0%;
  color: #ffffff;
  background-image: linear-gradient(rgba(180,180,180,0.9), rgba(180,180,180,0.9), rgba(180,180,180,0.8));
  position: absolute;
  z-index: 1;
}

.card-img-caption .card-text a {
  color: #ffffff;
}


#highLigtsFrnt {
  background-color: rgba(218,218,218,0.2);
}
#highLigtsFrnt .card-body a {
  color: #777777;
}

.listAnnouceSeminarEvents {
  background-color: rgba(218,218,218,0.2);
  padding-top: 20px;
  padding-bottom: 20px;
}
#highlightsAnnounces .announcesList {
  border-right: 1px solid rgba(0,0,0,.125);
}

.newsAnnounceLstFrntDate, .newsAnnounceLstFrntDate a {
  color: rgba(119,119,119,1);;
}

.newsAnnounceLstFrntDate a {
  text-decoration: underline;
}

.newsAnnounceLstFrntDate a:hover, .newsAnnounceLstFrntDate a:focus, .newsAnnounceLstFrntDate a:active {
    color: rgba(119,119,119,0.7);
}

.newsAnnounceLstFrntDate, .newsAnnounceLstFrntTitle {
  padding-left: 0;
  padding-right: 0;
  font-size: 90%;
}
/* ============ Newbies Block */

.newbiesRow {
  background-image: url('/sites/default/files/users/site/Students/roadmap.jpg'); 
  height: 60vh;
  background-position: center; 
  background-repeat: no-repeat;  
  background-size: cover;
}

.newbiesRow .content {
 width: 100%;
}

.newbiesRow .content h1 {
  color: #ffffff;
}




/* ========== Career Day ============*/


.careerDayRow {
  background-image: url('/sites/default/files/users/site/Career/handshake.jpg');
  height: 60vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.careerDayRow .content {
  width: 100%;
}
.careerDayRow .content h1,
.careerDayRow .lead {
  color: #ffffff;
  text-shadow: #c0c0c0 0px 0px 1px,   #c0c0c0 0px 0px 1px,   #c0c0c0 0px 0px 1px,
               #c0c0c0 0px 0px 1px,   #c0c0c0 0px 0px 1px,   #c0c0c0 0px 0px 1px;
}



.region-careerday {
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
  min-height: 100%;
}

/* ============ PhD Addmissions Block */

.phdAdminssionsRow {
  background-image: url('/sites/default/files/labchemical.jpg');
  height: 60vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.phdAdmissionsRow .content {
  width: 100%;
}
.phdAdmissionsRow .content h1 {
  color: #ffffff;
}



/*=============== PESXM13 LOGO CONTEST ===============*/

.pesxm13LogoContest {
  background-image: url('/sites/default/files/users/site/Highlights/Pesxm13/Pesxm13-LogoBackround.jpg');
  height: 65vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pesxm13LogoContest .pesxmLogoImg {
  display: none;
}

/*============ partnersblock ============*/

#partnersblock {
  margin-bottom: 40px;
  padding-bottom: 30px;
  /* background-color: #fafafa; */
  /* background-color: #85c441; */
  /* min-height:130%; */
  background-image: url("/sites/default/files/2019-09/graffitiBackround.jpg");
  background-size:cover;
  box-shadow:inset 0 0 0 2000px rgba(88,102,88,0.4);
  background-color: #fafafa;
}


#partnersblock [class*="col-"] {
  padding: 0.2rem;
}

#partnersblock h1.display-4,
#partnersblock p.lead {
  color: #fff;
  margin: 1.3rem 1.5rem;
}
#partnersblock a {
  color: #cacaca;
}

#partnersblock h3 {
/*  border-top: 2px solid #4374bf; */
  border-bottom: 1px solid #cccccc;
}

.partners-left {
  background-color: #fff;
  border-right: 1px dotted #cccccc;
}
.partners-right {
  background-color: #fff;
}

.partners-left .view-content.row,
.partners-right .view-content.row {
     justify-content: center !important;
}

/*============= ListGroup Front =============*/


#listGroupFront [class*="col-"] {
  padding: 0;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
    border-color: #529fac;
}

#listGroupFront hr {
  margin-top: 50px;
  padding: 20px 0;
}

#listGroupFront a.active h5 {
  color: #ffffff;
}

.form-group {
  margin-top: 1rem;
}

/* CheerUP */

.cheerUPRow { 
  border-bottom: 1px solid #529fac;
  border-top: 1px solid #529fac;
  padding-top: 25px;

}
#block-views-block-cheerup-front-block-1 {
 min-width: 100%;
}

#block-views-block-cheerup-front-block-1 .owl-prev {
  left: -30px;
}
#block-views-block-cheerup-front-block-1 .owl-next {
  right: -30px;
}
#block-views-block-cheerup-front-block-1 .owl-prev,   
#block-views-block-cheerup-front-block-1 .owl-next {
  position: absolute;
  top: 30%;
}
#block-views-block-cheerup-front-block-1 .owl-prev span,
#block-views-block-cheerup-front-block-1 .owl-next span {
  font-size: 60px;
  color: #787878;
}
#block-views-block-cheerup-front-block-1 .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}
#block-views-block-cheerup-front-block-1 .card {
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}

#block-views-block-cheerup-front-block-1 .card-body {
  font-size: 0.9em;
}

#block-views-block-videos-frontpage-block-1 {
  min-width: 100%;
}

#block-views-block-videos-frontpage-block-1 .owl-prev {
  left: -30px;
}
#block-views-block-videos-frontpage-block-1 .owl-next {
  right: -30px;
}
#block-views-block-videos-frontpage-block-1 .owl-prev,
#block-views-block-videos-frontpage-block-1 .owl-next {
  position: absolute;
  top: 30%;
}
#block-views-block-videos-frontpage-block-1 .owl-prev span,
#block-views-block-videos-frontpage-block-1 .owl-next span {
  font-size: 60px;
  color: #787878;
}
#block-views-block-videos-frontpage-block-1 .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}
#block-views-block-videos-frontpage-block-1 .card {
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}

#block-views-block-videos-frontpage-block-1 .card-body {
  font-size: 0.9em;
}

.cheerupTtlview {
  font-size: 90%;
}

/* Calendar */


.fc-scroller {
    height: auto!important;
    max-height: 570px;
}
tr {
    margin-bottom: 3px;
    border-bottom: 1px solid #ccc;
    padding: 0.6em 0.6em;
    background: #efefef;
    background: rgba(0, 0, 0, 0.015);
}
td {
  padding: 1em 0.6em;
  margin: 3px;
}


.fc-title {
  font-size: 0.7rem;
}

td.fc-event-container .fc-title a {
    color: rgba(255, 255, 255, 1);
}


td.fc-event-container .fc-title a:hover, td.fc-event-container .fc-title a:focus {
    color: rgba(255, 255, 255, 0.75);
}

div.view-event-caledar-upcoming .view-content.row {
  display: block!important;
}

/* TimePicker  */
.ui-timepicker-table table {
  margin: 0.15em 0 0 0;
  border-collapse: collapse;
  font-size: .85em;
}

.ui-timepicker-table td a {
  width: auto;
  text-align: center
}
.ui-widget-header {
  border: 1px solid #ccc;
  background: #f6f6f6 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  color: #000;
  font-weight: normal;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #1c94c4;
}

.ui-state-active, .ui-widget-content .ui-state-active {
  color: #750101;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #eb8f00;

}

/* List Calendar Events Front & Seminar Room Page  */

.setheightScroll {
  max-height: 645px;
  overflow-y: scroll;
}

.lstEventDateCls {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #eee;
}

.eventTimeRoomTitle {
  border-bottom: 1px solid #ddd;
}
.lstEventTimeCls {
  color: rgba(119,119,119,1);
}

.lstSR1 .fas {
  font-size: 0.7rem;
  color: #28a745;
}
.lstSR2 .fas {
  font-size: 0.7rem;
  color: #ffc107;
}
.lstSR3 .fas {
  font-size: 0.7rem;
  color: #6610f2;
}
.lstACPLIB .fas {
  font-size: 0.7rem;
  color: #fd7e14;
}
.lstOther .fas {
  font-size: 0.7rem;
  color: #6c757d;
}

/*============= COURSE SECTION =============*/

.main-content.col {
 padding-right: 0;
}

/*
 * .col-md-8 {
 * margin: 2rem auto 8rem;
 * padding-top: 2rem;
*}
*/
.col-md-8 h1 {
    font-size: 2.4rem;
  }

.btn-primary {
    background-color: rgba(0, 81, 127, 0.65)!important;
    border-color: #00517f;
}

.btn-primary:hover {
    background-color: rgba(0, 81, 127, 0.8)!important;
    border-color: #00517f;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff!important;
    background-color: rgba(0, 81, 127, 0.8)!important;
    border-color: #00517f;
}

.btn-outline-primary {
    color: #00517f;
    background-color: transparent;
    background-image: none;
    border-color: rgba(0, 81, 127, 0.8);
}
.btn-outline-primary:hover {
    color: #fff!important;
    background-color: rgba(0, 81, 127, 0.56);
    border-color: rgba(0, 81, 127, 0.8);
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 81, 127, 0.56);
    border-color: rgba(0, 81, 127, 0.8);
}

.btn-link {
    color: #0056b3;
}

.btn-link:hover {
    color: #007bff;
}

.display-4 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.lead {
  font-size: 0.9rem;
}
/*
div.view div.view-content.row {
  margin-top: 50px;
}
*/

div.view div.view-content.row {
  margin-left: 0;
  margin-right: 0;
}

#block-views-block-page-image-gallery-block-1 div.view div.view-content.row {
 margin-left: -15px;
 margin-right: -15px;
}

div.panel-body div.view div.view-content.row {
 margin-left: 15px;
 margin-right: 15px;
}

div.view  div.view-content.row > div.vw100Class {
  width: 100vw;
}

div.view  div.view-content.row > div.views-form > form {
  width: 57vw;
}


div.view  div.view-content.row > div.views-form > form > div.vw100Class {
  width: 50vw;
}

.ui-state-active, .ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, a.ui-button:active, 
.ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #00517f;
  background: #00517f;
  color: #fff !important;
}

.block-page-title-block h1  {
  margin: 0 0 0.5em 0;
  color: #345578;
}

.node__content ul {
  list-style: square;
  list-style-image:  url(/sites/default/files/icons/arrow-v1-04.png);
}

div.view-content.row ul {
  list-style: square;
  list-style-image:  url(/sites/default/files/icons/arrow-v1-04.png);
}
.node__content ul.ulNoArrows {
  list-style:none;
  list-style-image: none;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.node__content span.addtoany_list a {
 margin-bottom: 1rem;

}

img.align-left {
	float: left;
	margin-right: 15px;
}


.view-grouping .view-grouping-header {

  background-image: linear-gradient(#f1f1f1 96%, #fff);
  background-repeat: no-repeat;
  filter: none;
/*  background-color: #fbfbfb; */
  padding: 0.5em 0.4em 0.5em 13px;
/*  border-bottom: 1px solid #8b8b8b; */
}

.view-grouping .view-grouping-header.groupingFirst {
  border-top: 1px solid #8b8b8b;
  border-bottom: 1px solid #8b8b8b;
}


/* FlexSlider on Page  */

#flexPageHeader {
  border-bottom: 1px solid #cacaca;
  min-width: 90vw;
}

#flexPageHeader.flexslider {
  margin: 0 0 30px 0;
  border-bottom: 1px solid #cacaca;
}
.view-page-image-gallery {
  margin-top: 30px;
}

#flexPageHeader ul.flex-direction-nav {
  list-style: none;
}


/*** Announce Pages Listings ***/

.announceDateListing { 
  text-align: right;
  font-style: italic;
  color: #686767;
  font-size: 0.8em;
}

/******* EDIT FORM *********/

.form-control {
  background-color: #f5f5f5;
}
.field-group-details {
  border: 1px solid #bfbfbf;
}

form.node-events-page-form {
    background: #efefef;
    background: rgba(0, 0, 0, 0.015);
    border: 1px solid #bfbfbf;
}

form.node-events-page-form .row {
  margin-right: 0;
  margin-left: 0;
}

form.node-events-page-form label {
  font-weight: bold;
  color: #345578;
  margin-top: 1rem;
}


.seven-details {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    background-color: #fcfcfa;
}

details {
    line-height: 1.295em;
    margin-top: 1em;
    margin-bottom: 1em;
}

details summary {
  padding: 0.95em 1.45em;
  background-image: linear-gradient(#fff, #eee 50%, #e4e4e4);
  background-repeat: no-repeat;
  filter: none;
}

legend, label {
  margin: 0 0 1rem 0!important;
  font-size: 1rem;
  font-weight: 600;
  color: #345578;
}
.form-check-label {
  font-weight: normal;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
  margin-right: 0.5rem;
}

#node-events-page-form legend {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #345578;

}

.details-wrapper {
  padding: 0 1.5em 1em 1.5em;
}

.form-inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 5px;
    margin-bottom: 0;
    padding-right: 20px;
    margin-top: 0;
}


/* Edit Form - Announces Page */

#node-announces-page-form {
  border: 1px solid #cacaca;
}

#node-announces-page-form .row {
  margin-left: 0;
  margin-right: 0;
}

#node-announces-page-form legend, label {
  margin-top: 1em;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 300;
  color: #345578;
}

#node-announces-page-form .form-control {
  display: block;
  width: auto;
}

#node-announces-page-form .col-auto {
  padding-left: 8px;
}


#node-announces-page-form .field--name-title {
    margin-bottom: 1rem;
/*    border-bottom: 1px solid #cacaca; */
}

#node-announces-page-form .field--name-field-announce-date {
  padding-left: 15px !important;
/*  border-bottom: 1px solid #cacaca; */
}

#node-announces-page-form .form-item-field-announces-category .form-control,
#node-announces-page-form .form-item-field-cheerup-activities .form-control,
#node-announces-page-form .form-item-langcode-0-value .form-control {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1rem;
}

#node-announces-page-form  .details-wrapper {
    padding: 1em 1.5em 0 1em;
    border: 1px solid #cacaca;
}


#node-announces-page-form h4.label {
 font-size: 1rem;
 margin-top: 0;
 margin-bottom: 0;
}

.node-announces-page-form.node-form .field--name-title,
.node-announces-page-form.node-form .field--name-langcode,
.node-announces-page-form.node-form .field--name-field-announces-category,
.node-announces-page-form.node-form .field--name-field-announces-category,
.node-announces-page-form.node-form .field--name-body,
.node-announces-page-form.node-form .field--name-field-sort-order {
  margin-left: 1rem;
}


/* Sidebar  */

#sidebar_second {
  padding-top: 20px;
  padding-right: 0;
}
#sidebar_second .block {
  padding: 10px 16px 0 16px;
  background-image: linear-gradient(#6d94bf, #446e9b 28%, #3e648d);
  background-repeat: no-repeat;
/*  background-color: #2574A9; */
}

#sidebar_second .block h2 {
  color: #fff;
  border-bottom: none;
  text-shadow: 0 1px 0 #303337;
}


#sidebar_second .block ul.nav{
  background-color: #fff;
}

#sidebar_second .block .nav li {
  background-color: transparent;
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 20px;
  font-size: .9rem;
  border-bottom: 1px dotted #cacaca;
}

#sidebar_second .block .nav li a {
  padding: 10px 15px 10px 12px;
  display: block;
  color: #777777;
}

#sidebar_second .block li .fa {
  margin-right: 10px;
}

#sidebar_second .block .nav li a:active,
#sidebar_second .block .nav li a:hover,
#sidebar_second .block .nav li a:focus {
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #2574A9;
}
#sidebar_second .block .nav li a.is-active {
  background-image: linear-gradient(#fff, #eee 50%, #e4e4e4);
  background-repeat: no-repeat;  
}

#sidebar_second .block .nav li a.is-active:active,
#sidebar_second .block .nav li a.is-active:hover,
#sidebar_second .block .nav li a.is-active:focus {
  color: #777777;
}


/* ----- Main Content -----  */

#block-dcetheme-content video {
  width:100%;
  height: auto;
}

.field--name-field-videos .col-auto {
  margin-bottom: 2em;
}

/* USERS CV */

#block-views-block-member-personal-elements-block-1 {
  min-width: 100%;
  font-size: 1rem;
}

#block-views-block-member-personal-elements-block-1 div.view div.view-content.row {
  margin-top: 0;
}

.usersCVbg {
  background-image: url("/sites/default/files/2019-09/k23gbGray01.jpg");
  /* height: 50%;  */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
/*  box-shadow:inset 0 0 0 2000px rgba(88,102,88,0.4); */
  background-color: #ffffff;

}

.usersCVOverlay {
  height: 100%;
  width: 100%;
  background-color: rgb(68, 110, 155, 0.7);

}

.usersCV {
  color: #ffffff;

}

.usersCVimg  {
  padding-left: 0;
  text-align: left;
}

.usersCVimg img {
  border-left: 12px solid #446e9b;
  border-right: 12px solid #446e9b;
  border-top: 12px solid #446e9b;
  border-bottom: 12px solid #446e9b;

}
div.usersCVimg:after img {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: -5px;
  right: -5px;
  border-top: 3px solid blue;
  border-right: 3px solid blue;
}

div.usersCVimg:before img {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -5px;
  left: -5px;
  border-bottom: 3px solid red;
  border-left: 3px solid red;
}

.usersCVcolDetails {
  text-align: left;
}
.usersCVcolDetails .row {
  padding: 0.3rem;
  border-bottom: 1px solid #fff;
  border-image: linear-gradient(to right, #ccc 97%, rgba(0,0,0,0) 50%);
  border-image-slice: 1;

}

.usersCVTitle, .usersCVhonors {
  padding-top: 1em;
  padding-bottom: 2px;
  margin-bottom: 1.5rem;
}

.usersCVhonors {
  padding-top: 0;
}

.usersCVcolDetails h5 {
  border-bottom: 1px solid #cccccc;
  border-image: linear-gradient(to left, #ccc 100%, rgba(0,0,0,0) 50%);
  border-image-slice: 1;
  padding-bottom: 2px;
  margin-bottom: 1.5rem;

}
.view-member-page .usersCVcolDetails {
  margin: 0 auto 4rem;
  padding-top: 0;  
}

.usersCVdata a, .usersCVdata a:hover, 
.usersCVdata a:active, .usersCVdata a:focus {
  color: #fff;
}

.usercvtab {
  margin-bottom: 1em;
}

.fileSvgFileDownload .fa-download,
.fileSvgFileDownload .fa-file-download{
  font-size: 1em;
  color: #696666;
  line-height: 0;
}

/* USERS CV COURSE LIST*/

.view-member-personal-courses div.view-content.row .usrcrsgrp .usrcrshdng {
  font-size: 1em;
  padding: 0.8em 0.4em 0.8em 13px;
  margin: 5px 15px 5px 15px;
}

.usrcrspnlcont {
  margin: 5px 15px 15px 15px;
}

/* Faculty List Page */

.depList {
  margin: 5px 5px 25px 5px;
}

.depListName h4.card-title a {
  color: #5c5c5c;
}

.depList .card {
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);

}

.depList .card-body {
  padding: 1rem;
}

/* COURSE PAGE  */


.courseUndBg {
  background-image: url("/sites/default/files/2019-09/teaching02_gray.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
/*  box-shadow:inset 0 0 0 2000px rgba(88,102,88,0.4); */
  background-color: #ffffff;

}

.courseUndOverlay {
  height: 100%;
  width: 100%;
  background-color: rgb(178, 178, 179, 0.7);

}

.courseUndOverlay h1.title {
  color: #ffffff;
  padding: 5px 0 30px 15px;
}


#block-views-block-course-elements-block-1,
#block-views-block-course-phd-elements-block-1 {
  background-image: linear-gradient(#fff, #eee 50%, #e4e4e4);
  background-repeat: no-repeat;
  filter: none;
  border-top-left-radius: 50px 20px;
  padding-bottom: 15px;
}

#block-views-block-course-elements-block-1 div.view-header,
#block-views-block-course-phd-elements-block-1 div.view-header {
    margin-top: 50px;
    border-bottom: 1px solid #cacaca;
}

#block-views-block-course-elements-block-1 div.view div.view-content.row,
#block-views-block-course-phd-elements-block-1 div.view div.view-content.row {
  margin-top: 10px;
}

#block-views-block-course-elements-block-1 div.view-username-to-first-last div.view-content.row,
#block-views-block-course-phd-elements-block-1 div.view-username-to-first-last div.view-content.row,
div.view-username-to-first-last div.view-content.row {
  margin-top: 0;
}


div.view-content.row ul.crsPagedata {
  list-style: square;
  list-style-image:  url(/sites/default/files/icons/training02-18x18.png);
}

.view-courses-undergraduate-page-list div.view-content.row ul.crsPagedata,
.view-courses-postgraduate-page-list div.row.courserow ul.crsPagedata {
  margin-top: 0.9em;
}

#block-views-block-course-elements-block-1 .crsPageFaculty,
#block-views-block-course-phd-elements-block-1 .crsPageFaculty {
  padding-top: 10px;
}

h5.courseDetailHeader {
  margin: 15px;
}

.fa-asterisk {
  color: #5a6c80;
}

.card-header a.crsPagebtn h6.crsPageH6 {
  display:inline-block;
  width: fit-content;
}

.card-header a[aria-expanded="true"] .rotate-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform:    rotate(180deg);
  -ms-transform:     rotate(180deg);
  -o-transform:      rotate(180deg);
  transform:         rotate(180deg);
}

.courseUndList hr {
  margin-top: 0;
  margin-bottom: 0;
}

/* Course Page List */

div.view-content.row .view-grouping{
  min-width: 100%;
  width: fit-content;
}

div.view-content.row .view-grouping .view-grouping-header {
  font-size: 1.8em;
  border-bottom: 1px solid #d0d0d0;
  padding: 0.4em 0 0.2em 13px;
  border-top: 1px solid #d0d0d0;
  margin: 20px 0 10px 0;
  background-color: #fbfbfb;
  background-image: none;
}
.headerViewByLang {
  font-size: 1rem!important;
}
div.panel-body h5 {
  margin: 1em 0 1em 0;
}

div.panel-body>div.courserow:nth-child(odd) {
  margin: 0;
  padding: 8px 0;
  background:#f5f5f5;
  border-bottom: 1px dotted #cacaca;
}
div.panel-body>div.courserow:nth-child(even) {
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px dotted #cacaca;
}

.view-grouping-header h5.panel-title {
  display:inline-block;
  width:98%;
}
.view-grouping-header a {
  min-width: 100%;
  width: 100%;
}

.view-grouping-header a:hover,
.view-grouping-header a:active {
  text-decoration: none;
  color: #8c9099;
}
.view-grouping-header a:visited {
  color: #00517f;
}
.fas.fa-angle-down.rotate-icon.pull-right,
.fa.fa-angle-down.rotate-icon.pull-right{
  float: right;
}

.view-grouping-header a[aria-expanded="true"] .rotate-icon { 
  -webkit-transform: rotate(180deg);
  -moz-transform:    rotate(180deg);
  -ms-transform:     rotate(180deg);
  -o-transform:      rotate(180deg);
  transform:         rotate(180deg);
}


/* My Thesis  */

hr.myThsListHr {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.myThsListHr:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

.myThsListCnt {
  border-bottom: 1px dotted #cfcfcf;
  margin: 0 15px;
  padding: 0 0 3px 0;
  max-width: 97%;
}

.myThsLstLbl {
  color: #686868;
}


/* Review a PHD Event  */
#block-views-block-phd-presentation-supervisor-review-block-1,
#block-views-block-events-mail-from-fields-block-1 {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* Sent Emails for this event  */

#block-views-block-events-mail-from-fields-block-1 .custom-control, 
.view-events-mail-from-sradmin-panel .views-form .custom-control {
    position: relative;
    display: inline-block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
} 

#block-views-block-events-mail-from-fields-block-1 .custom-control-label::before 
.view-events-mail-from-sradmin-panel .views-form .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: none;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}

#block-views-block-events-mail-from-fields-block-1 .sntmailLbl, 
#block-views-block-events-mail-from-fields-block-1 .sntmailBtn,
.view-events-mail-from-sradmin-panel .views-form .sntmailLbl, 
.view-events-mail-from-sradmin-panel .views-form .sntmailBtn {
  background-color: #f0f0f0;
  border: 1px solid #fff;
}

.view-events-mail-from-sradmin-panel .views-form .form-actions {
  text-align: right;
}

/* Exams Availability  */

.view-exams-availability-schedule .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: none;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}

.view-exams-availability-schedule .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: none;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.view-exams-availability-schedule .custom-control {
    position: relative;
    display: block;
    min-height: 0;
    padding-left: 1.5rem;
}

.view-exams-availability-schedule .views-form .form-actions {
  text-align: right !important;
}


.exavschWR {
    background-color: rgba(239,239,239,0.5);
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
}

.exavschWDs {
    margin-bottom: 2em;
}
.exavschWDsLast {
  padding-bottom: 2em;
  border-bottom: 1px solid #eee;
}

.exavschCWD {
  background: #fff;
  margin: 5px;
}
.exavschDR {
  padding-left: 15px;
}
.exavschDLbl {
  border-bottom: 1px solid #eee;
}

/* Exams Epitirites  */

#block-views-block-exams-epitirites-block-1 div.view-content.row .views-form ul {
  padding-inline-start: 0;
  border-left: 15px solid rgba(40,167,69,0.56 );
}

#block-views-block-exams-epitirites-block-1 .exmsEptrFormGrpItm .form-group {
  margin-top: 0;
  margin-bottom: 0;
}
#block-views-block-exams-epitirites-block-1 .views-form .list-group-item {
  padding: 0 1.25rem;
}

#block-views-block-exams-epitirites-block-1 .views-form .form-actions {
  text-align: right !important;
  margin-top: 2em;
}

/* Exams Availability Table Admin  */

#exmAvlb {
 font-size: 0.75rem;
}

#exmAvlb th.exmAvlbTh {
 font-weight: normal;
}
#exmAvlb td.exmAvlbTDY,
#exmAvlb td.exmAvlbTDN {
 text-align: center;
 vertical-align: middle;
}
#exmAvlb td.exmAvlbTDY{
  color: #000;
  background-color: rgba(40,167,69,0.56 );
}
#exmAvlb td.exmAvlbTDN {
  color: #fff;
  background-color: rgba(189, 33, 48, 0.76);
}


/* Exams Rooms Epitirites List Admin */
.view-exams-epitirites-admin td.views-field-title {
  min-width: 60%;
}
.view-exams-epitirites-admin td.views-field-field-course-exam-room,
.view-exams-epitirites-admin td.views-field-field-course-exams-epitirites{
  min-width: 20%;
}


/* PHD PRESENTATION EVENT */

/* Supervisor Review */

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #4d6a88;
}

.view-id-phd_supervisor_review.view-display-id-page_1 .row,
.view-id-phd_supervisor_review.view-display-id-page_2 .row {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.divClassColEventNewEntry {
  border-top:1px dotted #cfcfcf;	
  border-bottom: 1px dotted #cfcfcf;
  margin-top: 15px;
  background-color: #fbfbfb;
}


.divClassColEventGr {
border-bottom: 1px dotted #cfcfcf;
}
.divClassColEventEn {
border-bottom: 1px dotted #cfcfcf; 
}

.phdPrsntSupervRow {
  border-top: 1px dotted #cfcfcf;
  border-bottom: 1px dotted #cfcfcf;
}

.phdPrsntSupervCol {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.phdPrsntSupervRowEven {
  border-top: 1px dotted #cfcfcf;
  border-bottom: 1px dotted #cfcfcf;
  background-color: #fbfbfb;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.phdPrsntSupervRowOdd {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

.phdPrsntSupervRowEven span, 
.phdPrsntSupervRowOdd span {
 color: #737373;
}

.phdPrsntSupervReviewRow {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.phdPrsntSupervTitle {
  border-bottom: 1px solid #cfcfcf;
}

.viewGroupByFullName{
  background-color: rgba(0,0,0,0.13);
  color: #000000;
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
}
/* PhD Candidate Listing */

.view-phd-my-presentation-announcements {
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 15px;
}
.view-id-phd_my_presentation_announcements div.view-content.row {
  margin-right: 0;
  margin-left: 0;
}

.phdPrsntNIDTitle {
  background-image: linear-gradient(#fff, #eee 50%, #e4e4e4);
  background-repeat: no-repeat;
}

.phdEventColClass {
  border-top: 1px dotted #cfcfcf;
  margin: 0.2em 0;
  padding-top: 0.7em;
  padding-bottom: 0.3em;
}

.phdEventColClassTopBottom {
  border-top: 1px dotted #cfcfcf;
  border-bottom: 1px dotted #cfcfcf;
  margin: 0.2em 0;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}

.phdEventColClassBottom {
  border-bottom: 1px dotted #cfcfcf;
  margin: 0.2em 0 0.5em 0;
}
.phdEventColColor {
  background-color: #fbfbfb;
}

.field--type-entity-reference {
    margin: 0 0;
}

/* Phd & MsC Presentation Listings  */

.makeGrayAndLight .fas,
.makeGrayAndLight .far {
  color: #8c8c8c;
}

/* Events Page  */

/* Node Add/Edit Form */
#edit-field-event-date-time-0-value,
#edit-field-event-date-time-0-end-value {
  width: 67% !important;
}

#field-excluded-dates-values td, #field-excluded-dates-values th {
  padding: 0 0 0 0.75rem;
}
td.field-multiple-drag {
  vertical-align: middle;
}
.draggable a.tabledrag-handle {
	float: left;
        
	overflow: hidden;
	height: 1.7em;
	margin-left: -1em;
	cursor: move;
	text-decoration: none;
}
a.tabledrag-handle .handle {
    width: 27px;
    height: 24px;
    margin: -0.4em 0.5em 0;
    padding: 0.42em 0.5em;
    background: url(/sites/default/files/icons/move.svg) no-repeat 6px 7px;
}
a.tabledrag-handle:hover .handle, 
a.tabledrag-handle:focus .handle {
    background-image: url(/sites/default/files/icons/move.svg);
}

/* Announces Page Top Backgroung Image Title  */


#block-views-block-background-image-top-block-1 .col-auto {
  padding: 0;
}

.backgroundImageTitle { 
  display: block;
  width: 100vw; 
  height: 60vh;
  padding-left: 0;
  background-color: #ffffff;
}

#block-views-block-announces-page-images-block-1 .hideBlock {
 display: none;
}

#block-views-block-announces-page-images-block-1 {
  display: none;
}

#block-views-block-announces-page-images-block-1,
#block-views-block-announces-page-images-block-2{
  margin-bottom: 20px;
}

.slick-prev, .slick-next {
	top: 50%;
	width: 46px;
	height: 20px;
}

.slick-prev::before, .slick-next::before {
  font-family: 'slick';
  font-size: 28px;
  line-height: 1;
  opacity: .75;
  color: #787878;
}

.slickPortrait {
  max-width: 50%!important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.node--type-announces-page .fieldLabelH5 .field__label {
   font-family: 'Roboto', 'Open Sans', sans-serif;
   margin-top: 1rem;
   margin-bottom: 1rem;
   font-weight: 300;
   font-size: 1.2rem;
  
}

.node--type-announces-page .fieldLabelStrong {
  margin-bottom: 1em;
}

.node--type-announces-page .fieldLabelStrong .field__label {
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

.node--type-announce-page .fieldLabelDateIcon .field__label::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073 ";
}

.node--type-announce-page .fieldLabelAfter div.field__label::after {
  content: ": ";
}

/*
.file.file--application-pdf:before {
    content: "";
    display: block;
    background: url("/sites/default/files/icons/pdf.png") no-repeat;
    width: 18px;
    height: 18px;
    float: left;
    margin: 2px 6px 0 0;
}

.file.file--x-office-spreadsheet:before {
    content: "";
    display: block;
    background: url("/sites/default/files/icons/xls.png") no-repeat;
    width: 18px;
    height: 18px;
    float: left;
    margin: 2px 6px 0 0;
}

.file.file--x-office-document:before {
    content: "";
    display: block;
    background: url("/sites/default/files/icons/doc.png") no-repeat;
    width: 18px;
    height: 18px;
    float: left;
    margin: 2px 6px 0 0;
}

.file.file--x-office-presentation:before {
    content: "";
    display: block;
    background: url("/sites/default/files/icons/ppt.png") no-repeat;
    width: 18px;
    height: 18px;
    float: left;
    margin: 2px 6px 0 0;
}


.file--application-pdf, 
.file--x-office-document {
  display: none;
}
*/

/* WEBFORM */

hr.webform-horizontal-rule {
    margin: 2em 0;
    border-bottom: 1px solid #bbb;
}

#webform-submission-alumni-contact-node-1180-add-form label.form-required:after,
#webform-submission-contact-node-1181-add-form label.form-required:after,
#webform-submission-departments-reception-of-freshme-node-1303-add-form label.form-required:after,
#webform-submission-departments-reception-of-freshme-node-1303-add-form legend .form-required:after,
#webform-submission-stoiheia-istotopoy-node-1267-add-form label.form-required:after,
#webform-submission-imera-karieras-node-2292-add-form label.form-required::after {
  content: " ";
  color: red;
}

#webform-submission-alumni-contact-node-1180-add-form legend>span,
#webform-submission-stoiheia-istotopoy-node-1267-add-form legend>span,
#webform-submission-imera-karieras-node-2292-add-form legend>span {
  font-weight: 400;
}

#webform-submission-alumni-contact-node-1180-add-form legend>span.form-required:after,
#webform-submission-stoiheia-istotopoy-node-1267-add-form legend>span.form-required:after,
#webform-submission-imera-karieras-node-2292-add-form legend>span.form-required:after {
  content: " *";
  color: red;
}

.webfm-warning {
  background-color: rgb(254, 246, 216);
}

/* FOOTER  */
.site-footer {
   margin-top: 30px;
}

.ultimenu--hover li .ultimenu__flyout:focus, .ultimenu--hover li:hover > .ultimenu__flyout, .ultimenu--hover li a:active + .ultimenu__flyout, .ultimenu--hover li a:focus + .ultimenu__flyout {
  font-size: 1em;
}

button.button.button--ultimenu {
 display: none;
}

.crsPagedata {
  color: #000000;
}

.crsPagechevron {
  line-height: 1.8em;
  color: #5a6c80;
}
.has-ultimenu .caret {
	background-color: rgba(0, 0, 0, .1);
	cursor: pointer;
	display: block;
	height: 100%;
	min-height: 25px;
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
}

#dceThemeFooter .menu--primary-navigation ul {
  display: block;
}

#dceThemeFooter .menu--primary-navigation ul.nav .nav-link {
  border-bottom: 1px solid #fff;
}

#backtotop {
    border: 0;
    bottom: 20px;
    cursor: pointer;
    display: none;
    height: 50px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 50px;
    z-index: 300;
}

@media (min-width: 576px) { 

	
  #navbar-top { display: none; }
  #navbar-main .navbar-brand img {
    width: 37px; height:47px;
  }

  .primaryLangSwitcher {
    display: inline-block;
    margin: 20px 0;
  }

  .primaryLangSwitcher ul.links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .primaryLangSwitcher ul.links>li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  #frontpagevideo video {
    min-width: 576px;
    max-width: 768px;
    
  }
  .video-background {
    min-height: 50vh;
    overflow-y: hidden;
  }
  .jumbotron { padding: 4rem 2rem; }
  .caption h1 {
    font-size: 1.4rem;
    padding-bottom: 0.6rem;
  }

  .caption h3 {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    padding-bottom: 0.5rem;
  }

  .btn-lg {
    font-size: 0.7rem;
    padding: 0.5rem 1.2rem;
  }

  .col-md-8 h1 {
    font-size: 1.7rem;
  }
  .display-4 {
    font-size: 2.0rem;
  }
  .lead {
    font-size: 1rem;
  }
  .fullwidthtopContainer {
    max-width: 540px;
  }
  .fullWidthtopContainer h1 {
    font-size: 1.4rem;
  }
  #flexPageHeader {
    min-width: 540px;
  }  
  #block-views-block-announces-page-images-block-1 {
    display: block;
  }
}

@media (min-width: 768px) {
  #navbar-top { display: flex; }
  #navbar-main .navbar-brand img {
    width: 37px; height:47px;
  }
  .primaryLangSwitcher {
    display: none;
  }

  #frontpagevideo video {
    min-width: 100vw;
  }

  .video-background {
    min-height: 60vh;
    overflow-y: hidden;
  }

   .caption h1 {
    font-size: 1.4rem;
    letter-spacing: 0.12rem;
    padding-bottom: 0.6rem;
  }

  .caption h3 {
    font-size: 1rem;
    letter-spacing: 0.12rem;
    padding-bottom: 1rem;
  }

  .btn-lg {
    font-size: 1.1rem;
    padding: 0.5rem 1.2rem;
  }

  .col-md-8 h1 {
    font-size: 1.7rem;
  }
  .display-4 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .lead {
    font-size: 1.1rem;
  }
  #partnersblock h1.display-4,
  #partnersblock p.lead {
    margin: 1.5rem 3rem;
  }
  .fullwidthtopContainer {
    max-width: 720px;
  }
  .fullWidthtopContainer h1 {
    font-size: 1.6rem;
  }
  #flexPageHeader {
    min-width: 720px;
  }
  #block-views-block-announces-page-images-block-1 {
    display: block;
  }

}

@media (min-width: 992px) {
  #navbar-top { display: flex; }
  #navbar-main .navbar-brand img {
    width: 73px; height:93px;
  }
  #navbar-main .ultimenu .ultimenu__link {
    font-size: 0.85rem;
  }
  .primaryLangSwitcher {
    display: none;
  }

  #frontpagevideo video {
    min-width: 100vw;
  }	
  .video-background {
    min-height: 60vh;
    overflow-y: hidden;
  }
  .display-4 {
    font-size: 3.0rem;
    font-weight: 300;
    line-height: 1.2;
  }
  #partnersblock h1.display-4 {
  margin: 2rem 4rem;
  }

  #partnersblock p.lead {
  margin: 0.5rem 2.6rem 0 0;
  }
  .fullwidthtopContainer {
    max-width: 960px;
  }
  .fullWidthtopContainer h1 {
    font-size: 1.8rem;
  }
  #flexPageHeader {
    min-width: 960px;
  }
  #block-views-block-announces-page-images-block-1 {
    display: block;
  }  
  #listGroupFront h5.mb-2 {
    font-size: 1rem;
    margin-bottom: .24rem !important;
  }
  #listGroupFront p.mb-1 {
    font-size: 0.8rem;
  }
  .pesxm13LogoContest .pesxmLogoImg { display: block;}

}


@media (min-width: 1200px) { 
  #navbar-top { display: flex; margin-bottom: 0; }
  #navbar-main .navbar-brand { padding: 0 0 0 15px; height: auto;  }
  #navbar-main .navbar-brand img {
    width: 73px; height:93px;
  }
  #navbar-main .ultimenu .ultimenu__link,
  #block-b5-dcetheme-account-menu .nav-item .nav-link  {
    font-size: 0.9rem;
  }
  .primaryLangSwitcher {
    display: none;
  }
  #frontpagevideo video {
    min-width: 100vw;
  }

  .video-background {
    min-height: 70vh;
    overflow-y: hidden;
  }
  .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  #partnersblock h1.display-4 {
  margin: 2rem 4rem;
  }

  #partnersblock p.lead {
  margin: 0.5rem 5rem 0 0;
  }
  .fullWidthtopContainer {
    max-width: 1140px;
  }
  .fullWidthtopContainer h1 {
    font-size: 2.5rem;
  }

  #flexPageHeader {
    min-width: 1140px;
  }
  #block-views-block-announces-page-images-block-1 {
    display: block;
  } 
  #listGroupFront h5.mb-2 {
    font-size: 1.25rem;
    margin-bottom: .5rem !important;
  } 
  #listGroupFront p.mb-1 {
    font-size: 1rem;
  }
  .pesxm13LogoContest .pesxmLogoImg { display: block;}
}


@media (min-width: 1440px) {
  #navbar-main .ultimenu .ultimenu__link, 
  #block-b5-dcetheme-account-menu .nav-item .nav-link {
    font-size: 1rem;
  }


  #frontpagevideo video {
    min-width: 100vw;
  }

  .video-background {
    min-height: 70vh;
    overflow-y: hidden;
  } 
}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

