@charset "UTF-8";
/* CUSTOM STYLE */
/* PArt2017 Visual Art Drawing Competition */
/* CUSTOM COLORS */
/* PArt2017 Visual Art Drawing Competition */
/* Default */
/* Site */
/* Palette */
/* Shadow */
/**/
/* Site Default */
html, body {
  height: 100%;
  margin: 0;
  font-family: "Arial","Helvetica","微軟正黑體","Microsoft JhengHei","黑體","SimHei","儷黑 Pro","LiHei Pro Medium","蘋果儷中黑","Apple LiGothic Medium","新細明體","PMingLiU","細明體","MingLiU","標楷體","DFKai-sb","sans-serif" !important;
  font-size: 16px;
  /* preset browser font size */
  color: #333333;
  background-color: white;
}

/**/
/* Hyperlinks */
a,
a:link,
a:visited {
  color: #199199;
}

a:hover, a:active {
  color: #f44d55;
  text-decoration: underline;
}

/**/
/* Titles, Headers and Texts */
.title-01 {
  font-size: 1.75em;
  font-weight: bold;
  color: white;
}

/**/
/* Navbar */
.navbar {
  border: none !important;
  /* override bootstrap.css style */
  border-radius: 0;
  /* override bootstrap.css style */
  background: rgba(255, 255, 255, 0);
}
.navbar .container {
  background: white;
}
.navbar .container.affix {
  position: relative;
  top: 0px;
  box-shadow: 0px 4px 2px -2px #ccc;
}

.navbar-header {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0);
}

.navbar-brand {
  position: relative;
  z-index: 10;
  padding: 5px 0px;
  /* override bootstrap.css style */
  height: 100%;
  max-height: 100%;
}
.navbar-brand img {
  max-height: 100%;
  height: 100%;
}

.navbar-text {
  position: relative;
  z-index: 10;
  float: left;
  margin-left: 10px;
  color: #008740;
  font-size: 1.5em;
  font-weight: bold;
  text-shadow: 0.05em 0.05em 0em rgba(0, 0, 0, 0.25);
}

.navbar-logo {
  position: relative;
  z-index: 10;
  float: right;
  text-align: right;
  padding: 5px 0;
  font-size: 1.75em;
  font-weight: bold;
  color: #6bb400;
}
.navbar-logo .subtitle-rating-committee {
  font-size: 1.25em;
  line-height: 1em;
  color: #f77d77;
}
.navbar-logo .subtitle-rating-school {
  font-size: 1.125em;
  line-height: 1em;
  color: #077b99;
}

/* Navbar BG */
.navbar-bg {
  position: absolute;
  display: block;
  content: "";
  border-radius: 50%;
  width: 600px;
  height: 600px;
  top: -500px;
  right: -250px;
}
.navbar-bg.navbar-bg-logo {
  background-color: rgba(255, 255, 0, 0.5);
  box-shadow: -15px 5px 0 rgba(219, 187, 255, 0.5);
}
.navbar-bg.navbar-bg-rating-committee {
  background-color: rgba(158, 231, 238, 0.5);
  box-shadow: -15px 5px 0 rgba(252, 202, 204, 0.5);
}
.navbar-bg.navbar-bg-rating-school {
  background-color: rgba(252, 202, 204, 0.5);
  box-shadow: -15px 5px 0 rgba(158, 231, 238, 0.5);
}

/* Navbar Menu */
.menu-settings {
  text-align: right;
  min-height: 40px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.menu-settings img {
  display: inline-block;
  height: 100%;
  padding: 5px;
}
.menu-settings a:hover img {
  background-color: rgba(158, 231, 238, 0.5);
  border-radius: 5px;
  box-shadow: 1px 1px rgba(206, 224, 0, 0.5), 2px 2px rgba(206, 224, 0, 0.5), 3px 3px rgba(206, 224, 0, 0.5);
  -webkit-transform: translateX(-3px);
      -ms-transform: translateX(-3px);
          transform: translateX(-3px);
}

/**/
/* Footer */
footer {
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
}

.footer {
  position: relative;
  height: 40px;
  min-height: 40px;
  margin-bottom: 5px;
}

.footer-copyright {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  word-wrap: break-word;
  float: left;
  font-size: 0.750em;
  color: #333333;
  width: 100%;
  margin-bottom: 5px;
}
.footer-copyright a, .footer-copyright a:visited {
  color: #333333;
}
.footer-copyright a:hover, .footer-copyright a:active, .footer-copyright a:focus, .footer-copyright a:visited:hover, .footer-copyright a:visited:active, .footer-copyright a:visited:focus {
  color: #000000;
  text-decoration: underline;
}

.footer-powered {
  float: right;
  height: 40px;
  padding: 5px;
}
.footer-powered img {
  display: inline-block;
  height: 100%;
  max-height: 100%;
  margin-left: 10px;
}

/* Footer BG */
.footer-bg-copyright {
  z-index: -1;
  position: absolute;
  display: block;
  content: "";
  border-radius: 50%;
  background-color: #cee000;
  box-shadow: 20px -5px 0 rgba(158, 231, 238, 0.5);
  width: 600px;
  height: 600px;
  top: -50px;
  left: -150px;
}

.footer-bg-rating {
  z-index: -1;
  position: absolute;
  display: block;
  content: "";
  border-radius: 50%;
  width: 2000px;
  height: 2000px;
  top: -80px;
  left: -750px;
}
.footer-bg-rating.footer-bg-rating-committee {
  background-color: #fccacc;
  box-shadow: 30px -5px 0 rgba(158, 231, 238, 0.5);
}
.footer-bg-rating.footer-bg-rating-school {
  background-color: #9ee8ee;
  box-shadow: 30px -5px 0 rgba(252, 202, 204, 0.5);
}

/* Footer Menu */
.menu-rating .item {
  position: relative;
  height: 40px;
}
.menu-rating .wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1em;
  color: #0cc0cc;
}
.menu-rating .title-rating-committee {
  font-size: 1.5em;
  color: #f44d55;
  margin-right: 10px;
}
.menu-rating .highlight {
  font-size: 2em;
  color: #f44d55;
}
.menu-rating hr {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  border-top: 1px solid rgba(12, 192, 204, 0.5);
}
.menu-rating .icon-award-gold,
.menu-rating .icon-award-silver {
  vertical-align: baseline;
  display: inline;
  width: 40px;
}
.menu-rating .icon-award-consolation {
  vertical-align: baseline;
  display: inline;
  width: 30px;
}

/**/
/* Content */
.content {
  xheight: calc(100% - 140px);
  margin-bottom: 140px;
  /* overflow all contents above footer on SM and above */
  margin-top: 90px;
}

.content-date {
  text-align: center;
  font-size: 2.5em;
  color: #f44d55;
  text-shadow: -0.05em -0.05em 0 rgba(253, 211, 17, 0.5);
  margin-bottom: 40px;
}

/* Input Box */
.input-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.input-box .title {
  margin-top: 5%;
  font-size: 2.5em;
  color: white;
}
.input-box .form-input {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  margin-top: -15px;
}
.input-box .form-input label {
  font-size: 1.75em;
  margin-top: 10px;
  margin-bottom: -10px;
}
.input-box .form-input input {
  border-radius: 50px;
  height: 50px;
  font-size: 1.5em;
  text-align: center;
}
.input-box button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 5%;
}

/* Login */
.login .circle {
  background-color: #f44d55;
  box-shadow: -15px -15px 1px rgba(253, 211, 17, 0.5);
}
.login .input-box label {
  color: #fccacc;
}

/* Setting */
.setting-user .circle {
  background-color: #199199;
  box-shadow: -15px 20px 1px rgba(206, 224, 0, 0.5);
}
.setting-user .input-box label {
  color: #9ee8ee;
}

.setting-school .circle {
  background-color: #044f66;
  box-shadow: 15px 20px 1px rgba(238, 230, 51, 0.5);
}
.setting-school .input-box label {
  color: #0cc0cc;
}

/* Rating */
.artwork .row > [class*='col-'] {
  margin-bottom: 15px;
}
.artwork .painting {
  position: relative;
}
.painting {
	overflow:auto;
}
.artwork .painting img {
  margin-left: auto;
  margin-right: auto;
}
.artwork .painting .glyphicon {
  position: absolute;
  display: none;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -30%);
      -ms-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  z-index: 100;
  font-size: 4em;
  color: rgba(255, 255, 255, 0.5);
}
.artwork .award {
  padding-top: 5px;
  padding-bottom: 10px;
}

.artwork .award img {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}


/**/
/* Circle */
.circle {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
}

/**/
/* Button */
.btn {
  font-weight: bold;
}

.btn-round {
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-round .glyphicon {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1em;
}

.btn-round-lg {
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  xfont-size: 1.25em;
}
.btn-round-lg .glyphicon {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.25em;
}

.btn-circle {
  border-radius: 100%;
  height: 80px;
  width: 80px;
}

/**/
/* Modal */
.modal {
  width: 80%;
  max-width: 800px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.modal .modal-dialog {
  width: 100%;
  text-align: center;
}
.modal .modal-header {
  height: 50px;
  padding-bottom: 0;
  border-bottom: 0;
}
.modal .modal-header .modal-title {
  height: 100%;
}
.modal .modal-header .modal-title img {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.modal .modal-body img {
  width: 100%;
  min-width: 100%;
}

/**/
/* MO Transition */
/* MO Transition, Trans Push Up */
.trans-push-up .trans-figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.trans-push-up .trans-figure img {
  position: relative;
  display: block;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.4s;
          transition: transform 0.4s;
}

.trans-push-up .trans-figure:hover img {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}
.trans-push-up .trans-figure:hover .painting .glyphicon {
  display: block;
}

.trans-push-up figcaption {
  position: absolute;
  width: 100%;
  left: 0;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
          transition: transform 0.4s, opacity 0.1s 0.3s;
  xborder-radius: 20px;
}
.trans-push-up figcaption .item {
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-origin: content-box;
}
.trans-push-up figcaption .award-gold {
  background-color: #fbb700;
  background-image: url(../img/icon_award_gold.png);
  background-image: url(../img/icon_award_gold_white.svg), -webkit-linear-gradient(transparent, transparent);
  background-image: url(../img/icon_award_gold_white.svg), linear-gradient(transparent, transparent);
}
.trans-push-up figcaption a:hover .award-gold {
  background-color: rgba(251, 183, 0, 0.5);
  background-image: url(../img/icon_award_gold.png);
  background-image: url(../img/icon_award_gold.svg), -webkit-linear-gradient(transparent, transparent);
  background-image: url(../img/icon_award_gold.svg), linear-gradient(transparent, transparent);
}
.trans-push-up figcaption .award-silver {
  background-color: #6dd1cc;
  background-image: url(../img/icon_award_silver.png);
  background-image: url(../img/icon_award_silver_white.svg), -webkit-linear-gradient(transparent, transparent);
  background-image: url(../img/icon_award_silver_white.svg), linear-gradient(transparent, transparent);
}
.trans-push-up figcaption a:hover .award-silver {
  background-color: rgba(109, 209, 204, 0.5);
  background-image: url(../img/icon_award_silver.png);
  background-image: url(../img/icon_award_silver.svg), -webkit-linear-gradient(transparent, transparent);
  background-image: url(../img/icon_award_silver.svg), linear-gradient(transparent, transparent);
}
.trans-push-up figcaption .award-consolation {
  background-color: #f77d77;
  background-image: url(../img/icon_award_consolation.png);
  background-image: url(../img/icon_award_consolation_white.svg), -webkit-linear-gradient(transparent, transparent);
  background-image: url(../img/icon_award_consolation_white.svg), linear-gradient(transparent, transparent);
}
.trans-push-up figcaption a:hover .award-consolation {
  background-color: rgba(247, 125, 119, 0.5);
  background-image: url(../img/icon_award_consolation.png);
  background-image: url(../img/icon_award_consolation.svg), -webkit-linear-gradient(transparent, transparent);
  background-image: url(../img/icon_award_consolation.svg), linear-gradient(transparent, transparent);
}

.trans-push-up .trans-figure:hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
          transition: transform 0.4s, opacity 0.1s;
  background-color: rgba(252, 202, 204, 0.5);
}

/* Bootstrap 3 MEDIA QUARY */
/**/
/* Mobile First Method */
/* Custom, iPhone Retina */
/* Extra Small Devices XS and Up, Phones */
/* Extra Small Devices XS Only, Phones */
/* Small Devices SM and Up, Tablets */
/* Small Devices SM Only, Tablets */
/* Medium Devices MD and Up, Desktops */
/* Medium Devices MD Only, Desktops */
/* Large Devices LG and Up, Wide Screens */
/**/
/* Non-Mobile First Method */
/* Large Devices LG and Down, Wide Screens */
/* Medium Devices MD Only, Wide Screens */
/* Medium Devices MD and Down, Desktops */
/* Small Devices MD Only, Desktops */
/* Small Devices SM and Down, Tablets */
@media only screen and (max-width: 768px) {
  .menu-settings {
    text-align: left;
    margin-top: 0px;
  }

  .footer-copyright,
  .footer-powered {
    float: none;
    text-align: center;
  }

  .footer-copyright {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }

  .footer-bg-rating-committee {
    width: 2400px;
    height: 2400px;
    top: -140px;
    left: -1000px;
  }

  .footer-bg-rating-school {
    width: 2400px;
    height: 2400px;
    top: -140px;
    left: -1000px;
  }

  .input-box .title {
    margin-top: 5%;
    font-size: 2em;
  }
  .input-box .form-input label {
    font-size: 1.5em;
    margin-bottom: -10px;
  }
  .input-box .form-input input {
    height: 40px;
    font-size: 1.25em;
  }

  .artwork .item {
    padding: 0 5px;
  }

  .modal {
    width: 100%;
  }
}
/* Extra small Devices SM Only, Tablets */
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .login {
    padding: 0 20%;
  }

  .setting-user,
  .setting-school {
    padding: 0 10%;
  }
}
/* Extra Small Devices XS and Down, Phones */
@media only screen and (max-width: 480px) {
  .navbar-logo {
    margin-top: -10px;
  }
  .navbar-logo .subtitle-rating-school {
    font-size: 0.625em;
  }

  .content {
    margin-bottom: 180px;
    margin-top: 180px;
  }

  .content-date {
    font-size: 2em;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 380px) {
  .navbar-text {
    font-size: 1.125em;
  }

  .navbar-logo {
    font-size: 1.5em;
  }

  .menu-rating .title-rating-committee {
    font-size: 1.25em;
    margin-right: 5px;
  }
  .menu-rating .highlight {
    font-size: 1.75em;
  }
  .menu-rating .icon-award-gold,
  .menu-rating .icon-award-silver {
    width: 30px;
  }
  .menu-rating .icon-award-consolation {
    width: 20px;
  }

  .input-box .title {
    font-size: 1.5em;
  }
  .input-box .form-input {
    margin-top: -10px;
  }
  .input-box .form-input label {
    font-size: 1.125em;
    margin-top: -5px;
  }
  .input-box .form-input input {
    height: 30px;
    font-size: 1em;
    margin-top: -2px;
  }
}
.eval_click{
				text-align:center;
			}
.eval_cont{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index:999;
	background:rgba(255,255,255,0.5);
}		
.seteval{
	margin-top:20px;
	width:80%;
	min-height:200px;
}	
.click-btn{
	margin:0 6px;
}

.click-show{
	font-size:11pt;
	text-align:center;
	font-weight:900;
	line-height:188%;
}


.fileUpload {
				position: relative;
				overflow: hidden;
				margin: 6px;
			}
			 
.fileUpload input.upload {  position: absolute;
				top: 0;
				right: 10px;
				margin: 0;
				padding: 0;
				font-size: 20px;
				cursor: pointer;
				height:200px;
				width:260px;
				opacity: 0;
				filter: alpha(opacity=0);
}

.selTheme{
	height:48px;
	margin-top:4px;
}

.sel-grade{
	float:left;
	width:80%;
}

.list-item-select{
	
	float:left;
	width:22%;
}

.grade-option{
	width:75%;
}
.class-option{
	width:75%;
}
.student-option{
	width:75%;
}

.cs_class{
	
	min-height:210px;
}

.list-page{
	display:inline-block;
					
	margin:0 20px;
					
}

.award-gold-mo {
  background-color: rgba(251, 183, 0, 0.5);
  background-image: url(../img/icon_award_gold.png);
  background-image: url(../img/icon_award_gold.svg), -webkit-linear-gradient(transparent, transparent);
  background-image: url(../img/icon_award_gold.svg), linear-gradient(transparent, transparent);
}

.award-consolation-mo {
  background-color: rgba(247, 125, 119, 0.5);
  background-image: url(../img/icon_award_consolation.png);
  background-image: url(../img/icon_award_consolation.svg), -webkit-linear-gradient(transparent, transparent);
  background-image: url(../img/icon_award_consolation.svg), linear-gradient(transparent, transparent);
}

.sel-theme{
	margin:2px 5px 0px 0px;
}

.comment{
	
	word-wrap:break-word;
	padding: 6px 0;
	border-bottom:solid 2px #EBE8E8;
	
}

.award-star{
	width:100%;
	height:100%;
	background:url('../img/star.png') center no-repeat;
	background-size:30px 30px;	
}

.award-crown{
	background:url('../img/icon_award_consolation.png') center no-repeat;
	background-size:30px 30px;	
}

.award-star-mo{
	width:100%;
	height:100%;
	background:url('../img/star_mo.png') center no-repeat;
	background-size:30px 30px;	
}

.award-del-mo{
	width:100%;
	height:100%;
	background:url('../img/del_mo.png') center no-repeat;
	background-size:30px 30px;	
}

.btn-sel-theme{
	color:#ffffff;
	background:#398439;
}

.mar{
			
	margin:20px;
			
}

.maxh{
	
	max-height:210px;
	
}

.fontsize{
	
	font-family:楷書;
	
}
/*
.list-state{
	
	float: left;
    margin: 0 13px;
    line-height: 50px;
	
}*/
.list-state{
	
	display:none;
	
}
.size-essay{
	
	padding-left:10%;
	color:#077b99;
}



@media only screen and (max-width: 520px){
	.list-font{
		
		font-size:6pt;
		
	}
}

@media only screen and (max-width: 520px){
	.list-state{
		
		padding:0px 3px;
		
	}
}

@media only screen and (min-width: 520px){
	.img-size{
		
		width:30px;
		
	}
}
@media only screen and (min-width: 520px){
	.size-essay{
		
		font-size:12pt
		
	}
}
@media only screen and (max-width: 520px){
	.size-essay{
		
		font-size:6pt;
		
	}
}

@media only screen and (max-width: 520px){
	.img-size{
		
		width:20px;
		
	}
}



.mar-top{
	
		margin:auto;
		margin-top:200px;
		
}

.theme-list{
	
	margin: 10px 0;
    padding-top: 5px;
    text-align: right;
    height: 70px;
    overflow: auto;
	
}

.del-theme{
	position: absolute;
    right: -4px;
    top: 0px;
    width: 20px;
    background: #E13E39;
    border-radius: 20px;
    cursor: pointer;
    color: #ffffff;
    z-index: 999;
}

.theme-tab{
	float:left;
	min-height:70px;
	text-align:center;
	padding-top:6px;
	margin:0 8px;
	position:relative;
	
}

.give-mark{
	
	padding:5px 0;
	background:#B6F2B6;
	overflow:hidden;
	
}

.crown-word{
	
    text-align: center;
    line-height: 200%;
	
}


@media only screen and (max-width: 520px){
	.mar-top{
		margin:auto;
		margin-top:45%;
		
	}
}


/**/
/* Media Quary Targets High Resolution Screens, Retina */

/*# sourceMappingURL=custom.css.map */