/*view pdf class*/
/*blink active tender*/
blink {
  opacity: 0;
  animation: blinking 1s linear infinite;
  color:#FF3333;
  font-weight:bold;
}

@keyframes blinking {
  from,
  49.9% {
    opacity: 0;
  }
  50%,
  to {
    opacity: 1;
  }
}
/* link color*/
/* unvisited link */
.ac{
  color:#000099;
}
/*bullet list for active*/
ul.active {
  list-style-type:disc;
   padding-left: 5em;
}
/*dark mode*/
.dm
{
     background-color:#FFFFFF;
	 color:#000000;
}
/*frame ceo*/
p.spaek {
  line-height: 1.0 	;
  color:#000000;
}
.li-c
{
	margin-left: 50px;
    background-color:white;
	color:#000000;
}
/*wrapper for photo*/
.clearfix-speak::after {
  content: "";
  clear: both;
  display: table;
}

.img2 {
  float: left;
  width: 300px;
  height: 200px;
  display: inline-block;
  margin: 25px 15px; 
}
.img3 {
  width: 100%;
  height: 350px;
}
/* float image 
.img3{
	width:30%;
	height:350px;
	float:right;
	margin-left:50px;
}
/*align image center*/
.center-speak {
  margin: auto;
  height: 30%;
  border: 3px solid none;
  padding: 10px;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .center-speak, .img3{
    width: 100%;
	height: 100%;
  }
}


/*End*/
.wrapper-speak
{
	height:20px;
	max-width:20%;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .wrapper-speak {
    width: 100%;
  }
}
/* bottom marq*/
 .marq { 
        padding-top:30px; 
        padding-bottom:30px; 
		background-color:#999999;
    } 
/* scroll*/
.scroll {
            display:block;
            border: 1px solid red;
            padding:5px;
            margin-top:5px;
            width:300px;
            height:50px;
            overflow:scroll;
         }
         .auto {
            display:block;
            border: none;
            padding:5px;
            margin-top:5px;
            width:100%;
            height:120px;
            overflow:auto;
         }
/*menu list*/

.row-notice::after {
  content: "";
  clear: both;
  display: table;
}

[class*="colnotice-"] {
  float: right;
  padding: 15px;
  
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.colnotice-3 {width: 25%; height:50px;}
.colnotice-4 {width: 33.33%;}
.colnotice-5 {width: 41.66%;}
.colnotice-6 {width: 50%;}
.colnotice-7 {width: 58.33%;}
.colnotice-8 {width: 66.66%;}
.colnotice-9 {width: 75%;}
.colnotice-10 {width: 83.33%;}
.colnotice-11 {width: 91.66%;}
.colnotice-12 {width: 100%;}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .wrapper-notice, notification {
    width: 100%;
  }
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #008080;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #0099cc;
}
/*explosion of 8 points*/
.star {
  position: relative;
  
  display: inline-block;
  width: 0;
  height: 0;
  
  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;
  
  border-right:  .3em solid transparent;
  border-bottom: .7em  solid #FC0;
  border-left:   .3em solid transparent;

  /* Controlls the size of the stars. */
  font-size: 24px;
  
  &:before, &:after {
    content: '';
    
    display: block;
    width: 0;
    height: 0;
    
    position: absolute;
    top: .6em;
    left: -1em;
  
    border-right:  1em solid transparent;
    border-bottom: .7em  solid #FC0;
    border-left:   1em solid transparent;
  
    transform: rotate(-35deg);
  }
  
  &:after {  
    transform: rotate(35deg);
  }
}
/*Notification latest*/
.notification {
  color: red;
  text-decoration: none;
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  height:10px;
  margin-top:5px;
  padding-top:3px;
  font-size:12px;
}

/*.notification:hover {
  background: red;
}*/

.notification .badge {
  position: absolute;
  top: -5px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background-color:#330099;
  color: white;
}
/*container for notifications*/
.wrapper-notice
{
  width: 100%;
  max-height: 100%;
  margin: auto;
  background-color:yellow;
  /*border: 3px solid #73AD21;*/
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .notification {
    width: 100%;
	height: 100%;
  }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .wrapper-notice {
    width: 100%;
  }
}
/* marquee */