@charset "UTF-8";
/* CUSTOM STYLE */
/* PComp2017 eBookWeb */
/* CUSTOM COLORS */
/* PComp2017 eBookWeb */
/* Default */
/* Site */
/* Home */
/* Inside */
/* Promo */
/* Detail */
/* Library */
/* Billboard */
/**/
/* Student */
/* St Default */
/* St Menu */
/* St Promo */
/* St Select Year */
/* St Background */
/* St Listing */
/**/
/* 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 */
  line-height: 1.75em;
  color: #333333;
  background-color: #ff92c5;
}




body > div,
body > div > div,
body > div > div > div {
  /* set body content open 100% height */
  height: 100%;
}

.ui-datepicker {
  height: auto;
}

/**/
/* Hyperlinks */
a,
a:link,
a:visited {
  color: #000000;
}

a:hover, a:active {
  color: #e35441;
  text-decoration: underline;
}

a .caret {
  float: right;
}

data-toggle:focus .caret {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/**/
/* Background */
.bg-01 {
  /* SVG fallback for background image */
  background: url(../img/th_bg_img_content.jpg);
  background: none, url(../img/th_bg_content.svg);
}

.bg-ebook-index {
  /* SVG fallback for background image */
  background-color: #05b8e1;  }

/**/
/* Titles, Headers and Texts */
.title-01 {
  font-size: 1.75em;
  font-weight: bold;
  color: #ffde16;
}

.title-02 {
  font-size: 1.5em;
  color: #ef4b3a;
}

.title-03 {
  font-size: 1.25em;
  color: #666666;
}

/**/
/* Modal */
.modal-content {
  font-size: 1.25em;
  line-height: 1.250em;
}

/**/
/* Navbar */
.navbar {
  z-index: 100;
  border: none !important;
  /* override bootstrap.css style */
  border-radius: 0;
  /* override bootstrap.css style */
  height: 90px;
  min-height: 90px;
  /* override bootstrap.css style */
  background-color: #fbaa97;
}
.navbar .container {
  height: 100%;
  background: url(../img/th_bg_img_navbar.jpg) top left no-repeat;
  background-size: cover;
}

.navbar-header {
  height: 100%;
  min-width: 100%;
}

.navbar-brand {
  display: inline-block;
  xheight: 100%;
  max-width: 60px;
  padding: 5px;
  /* override bootstrap.css style */
  padding-top: 10px;
}

.navbar-brand img {
  height: 100%;
}

.navbar-logo {
  display: inline-block;
  height: 100%;
  padding: 5px;
  padding-top: 10px;
}

.navbar-logo-site {
  height: 60%;
}
.navbar-logo-site img {
  height: 100%;
}

.navbar-logo-school {
  position: absolute;
  margin-top: 5px;
  line-height: 1em;
  font-size: 1.5em;
  color: #124d77;
}

.navbar-buttons {
  display: inline-block;
  float: right;
  padding: 8px 5px;
}

/* My */
.navbar-my {
  display: inline-block;
  float: right;
  background-color: rgba(18, 77, 119, 0.2);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.navbar-my a {
  font-size: 0.875em;
  color: #ffffff;
}
.navbar-my a .badge {
  font-size: 1em;
  background-color: #124d77;
}
.navbar-my a:hover,
.navbar-my a:focus {
  color: #ffde16;
  text-decoration: none;
}

.navbar-my-dropdown {
  display: inline-block;
  float: none;
}
.navbar-my-dropdown .dropdown-menu {
  font-size: 1em;
  color: #ffffff;
  background-color: rgba(18, 77, 119, 0.5);
}
.navbar-my-dropdown .dropdown-menu a {
  width: 280px;
  white-space: normal;
  text-align: left;
  color: #ffffff;
}
.navbar-my-dropdown .dropdown-menu a:hover {
  background-image: none;
  background-color: #124d77;
  color: #ffde16;
  text-decoration: none;
}
.navbar-my-dropdown .dropdown-menu .news-date {
  font-size: 0.75em;
  color: #ffde16;
}
.navbar-my-dropdown .dropdown-menu .news-all {
  text-align: right;
  font-size: 0.75em;
  color: #ffde16;
}

.navbar-my-dropdown-area li {
  text-align: right;
  margin: 10px;
}
.navbar-my-dropdown-area button {
  margin-bottom: 5px;
}
.navbar-my-dropdown-area button.btn-logout {
  float: right;
}
.navbar-my-dropdown-area button.btn-setting {
  float: left;
}

/* Link */
.navbar-link {
  display: inline-block;
  float: right;
  background-color: rgba(18, 77, 119, 0.2);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-right: 5px;
}
.navbar-link a {
  font-size: 1em;
  color: #ffffff;
}
.navbar-link a:hover,
.navbar-link a:focus {
  color: #ffde16;
  text-decoration: none;
}

/* Login */
.navbar-login {
  display: inline-block;
  float: right;
  max-width: 400px;
  margin-top: 8px;
}

.login .form-group [class*='col-'] {
  padding: 0;
  padding-left: 5px;
}

/**/
/* Footer */
footer {
  padding: 0;
  z-index: 10;
  background-color: rgba(255, 111, 65, 0.7);
}

.footer {
  position: relative;
  height: 40px;
  min-height: 40px;
}

.footer-copyright {
  position: absolute;
  word-wrap: break-word;
  text-align: center;
  font-size: 0.688em;
  color: white;
  bottom: 5px;
  width: 100%;
}
.footer-copyright a, .footer-copyright a:visited {
  color: white;
}
.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: #428d9e;
  text-decoration: underline;
}

/**/
/* Content */
.content {
  display: table;
  height: calc(100% - 50px);
  xmargin-bottom: 40px;
  /* overflow all contents above footer on SM and above */
  margin-top: -20px;
}

/**/
/* Home */
.home {
  position: relative;
  background: url(../img/th_bg_img_content.jpg) top left no-repeat;
  background-size: cover;
}

/* the Green background */
.home:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  background-color: rgba(0, 175, 76, 0.6);
  left: 0;
  right: 0;
  bottom: 30px;
  -webkit-clip-path: polygon(0% 80%, 0% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 80%, 0% 100%, 100% 100%, 100% 0%);
}

/* the Yellow background */
.home:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background-color: rgba(252, 231, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 50px;
  -webkit-clip-path: polygon(0% 80%, 0% 90%, 100% 30%, 100% 0%);
          clip-path: polygon(0% 80%, 0% 90%, 100% 30%, 100% 0%);
}

/* Home News */
.home .news {
  z-index: 20;
  min-height: 300px;
  background-color: rgba(0, 255, 252, 0.5);
  -webkit-clip-path: polygon(0% 0%, 0% 90%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 90%, 100% 100%, 100% 0%);
  margin-left: 10px;
}

.home .news div {
  margin-right: 10px;
  padding: 30px 10px;
}

.home .news td {
  font-size: 1.25em;
  line-height: 1.25em;
  color: #000000;
  border-top: none !important;
  padding: 0;
}

.home .news td:hover {
  background-color: rgba(59, 138, 199, 0.5);
}

.home .news-date {
  font-size: 0.875em;
  line-height: 1.5em;
  font-weight: bold;
  color: #ffffff;
}

.btn-news-all {
  margin-top: -20px;
  float: right;
}
.btn-news-all a, .btn-news-all a:link, .btn-news-all a:visited {
  color: #000000;
}

/* Modal News */
.modal .news-date {
  color: #ffde16;
}

.modal#news_all td {
  border-top: none !important;
  padding: 0;
}

.modal#news_all .title-01 {
  font-size: 1.25em;
  color: #3b89c7;
}

/* Home Ads */
.home .ads {
  z-index: 30;
  xmin-height: 250px;
  background-color: rgba(21, 24, 144, 0.6);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 90%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 90%, 100% 0%);
  margin-left: -10px;
  padding: 0;
}

.home .ads div {
  margin-left: 10px;
  padding: 30px 10px;
}

.home .ads div img {
  xmax-height: 180px;
  margin-bottom: 20px;
}

/**/
/* Inside */
.inside {
  position: relative;
  background: url(../img/th_bg_img_content_blur.jpg) top left no-repeat;
  background-size: cover;
  min-height: 100%;
}
.inside-wrapper {
  margin-left: 20px;
}
.inside .ads {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 175, 76, 0.6);
  -webkit-clip-path: polygon(0% 20%, 0% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 20%, 0% 100%, 100% 100%, 100% 0%);
  margin-top: -20px;
  margin-bottom: 40px;
}
.inside .ads .icons {
  margin-top: 50px;
}

/**/
/* Tab */
.xtab-scroll {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.xtab-scroll ul {
  padding-left: 10px;
}
.xtab-scroll li {
  display: inline-table;
  float: none;
  padding-top: 0px;
}

/* Menu Tab */
.menu-tab {
  min-height: 50px;
  background-color: rgba(13, 126, 179, 0.6);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
  margin-left: -20px;
  padding: 10px 0;
}
.menu-tab a {
  display: inline-table;
  float: none;
  padding-top: 0px;
}
.menu-tab a:hover {
  color: black;
}
.menu-tab .active a, .menu-tab .active a:hover {
  color: white;
}
.menu-tab .tab-schoolbag a {
  background-color: #ff7967;
}
.menu-tab .tab-schoolbag.active a {
  background-color: #ff7967;
}
.menu-tab .tab-elearn a {
  background-color: #40c4ff;
}
.menu-tab .tab-elearn a:hover {
  background-color: #40c4ff;
}
.menu-tab .tab-elearn.active a {
  background-color: #40c4ff;
}
.menu-tab .tab-summary a {
  background-color: #ff80ab;
}
.menu-tab .tab-summary a:hover {
  background-color: #FF80AB;
}
.menu-tab .tab-summary.active a {
  background-color: #FF80AB;
}
.menu-tab .tab-report a {
  background-color: #fdd835;
}
.menu-tab .tab-report a:hover {
  background-color: #FDD835;
}
.menu-tab .tab-report.active a {
  background-color: #FDD835;
}
.menu-tab .tab-billboard a {
  background-color: #00e676;
}
.menu-tab .tab-billboard a:hover {
  background-color: #00e676;
}
.menu-tab .tab-billboard.active a {
  background-color: #00e676;
}

.menu-tab .tab-stem a {
  background-color: #c1dd74;
}
.menu-tab .tab-stem a:hover {
  background-color: white;
}
.menu-tab .tab-stem.active a {
  background-color: #c1dd74;
}

/* Chapter Tab */
.tab-lesson {
  padding: 0;
}
.tab-lesson .nav-tabs {
  padding: 0 5px;
}
.tab-lesson .nav-tabs li a {
  padding: 5px;
}
.tab-lesson .nav-tabs li a:hover {
  color: black;
}

/**/
/* Toolbar */
.toolbar {
  float: right;
  padding: 5px;
}

/**/
/* Dropdown */
.dropdown .row [class*='col-'] {
  padding: 0 5px;
}

.dropdown-annual,
.dropdown-semester,
.dropdown-year,
.dropdown-class,
.dropdown-selfgroup {
  margin-top: 5px;
}
.dropdown-annual button, .dropdown-annual .dropdown-menu,
.dropdown-semester button,
.dropdown-semester .dropdown-menu,
.dropdown-year button,
.dropdown-year .dropdown-menu,
.dropdown-class button,
.dropdown-class .dropdown-menu,
.dropdown-selfgroup button,
.dropdown-selfgroup .dropdown-menu {
  min-width: 100%;
  text-align: center;
}

.dropdown-menu-select {
  margin-top: 5px;
}
.dropdown-menu-select select {
  min-width: 100%;
  border-radius: 5px;
  padding: 5px;
  padding-bottom: 10px;
}

.dropdown-task,
.dropdown-resource,
.dropdown-chapter {
  margin-bottom: 0 !important;
}
.dropdown-task button, .dropdown-task .dropdown-menu,
.dropdown-resource button,
.dropdown-resource .dropdown-menu,
.dropdown-chapter button,
.dropdown-chapter .dropdown-menu {
  min-width: 100%;
  text-align: center;
  padding: 2px;
}

.dropdown-category {
  margin-top: 5px;
}

/**/
/* Listing */
.listing {
  z-index: 20;
  height: 100%;
  xmin-height: 500px;
  -webkit-clip-path: polygon(0% 0%, 0% 99.9%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 99.9%, 100% 100%, 100% 0%);
  margin-left: -10px;
  margin-top: -10px;
  padding: 0;
}
.listing > .container-fluid {
  margin-top: 10px;
  margin-bottom: 50px;
}

.listing-title {
  font-size: 1.5em;
  line-height: 1.25em;
  color: white;
  margin: 5px;
}

.listing-schoolbag {
  background-color: #ff7967;
}
.listing-schoolbag .icons {
  margin-bottom: 40px;
  margin-top: 10px;
}
.listing-schoolbag .display-detail {
  background-color: #ff7967;
}

.listing-elearn {
  background-color: #40c4ff;
}
.listing-elearn .icons {
  margin-bottom: 20px;
  margin-top: 10px;
}
.listing-elearn .display-detail {
  background-color: #40c4ff;
}

.listing-summary {
  background-color: #ff80ab;
}
.listing-summary .display-detail {
  background-color: #ff80ab;
}

.listing-report {
  background-color: #fdd835;
}
.listing-report .display-detail {
  background-color: #fdd835;
}

.listing-billboard {
  background-color: #00e676;
}
.listing-billboard .display-detail {
  background-color: #00e676;
}

.listing-ebook-index {
  background-color: rgba(255, 142, 109, 1); 
  margin-bottom: 20px;
  margin-right: 5px;
  padding: 0;
  padding-top: 10px;}

.listing-title-ebook-index {
  text-align: left;
  font-size: 1.25em;
  color: black;
  margin-left: 30px;
  margin-bottom:10px;}


/**/
/* Display */
.display {
  padding: 0 5px;
  margin-bottom: 50px;
  margin-top: 10px;
}

.display-menu-link {
  padding: 0;
}
.display-menu-link .panel {
  margin: 5px 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.display-menu-link .panel-heading {
  padding: 5px;
}
.display-menu-link .panel-title a {
  color: black;
  font-size: 1.125em;
  line-height: 1.938em;
}
.display-menu-link .panel-title a:hover,
.display-menu-link .panel-title a:active,
.display-menu-link .panel-title a:focus {
  color: #e35441;
  text-decoration: none;
}
.display-menu-link .panel-title a:after {
  font-family: "Glyphicons Halflings";
  content: "\e118";
  float: right;
}
.display-menu-link .panel-title a.collapse:after {
  content: "\e117";
}
.display-menu-link .panel-title a.collapsed:after {
  content: "\e117";
}
.display-menu-link .panel-button {
  float: right;
}

.display-detail {
  padding: 5px;
  margin-top: -5px;
  border-radius: 5px;
}
.display-detail .row [class*='col-'] {
  display: inline-block;
  float: none;
  margin: 5px -0.125em;
  vertical-align: top;
}
.display-detail a {
  color: #000000;
}
.display-detail a:hover {
  color: #e35441;
  text-decoration: none;
}
.display-detail .display-detail-chapter {
  color: #333333;
  font-size: 1.25em;
  font-weight: bold;
  padding: 0 10px;
  margin-bottom: 10px;
}
.display-detail .display-detail-title {
  color: #3c89c8;
  font-size: 1.125em;
  font-weight: bold;
}
.display-detail .display-detail-title img {
  display: inline;
  max-width: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.display-detail .display-detail-subtitle {
  color: #000000;
  font-size: 1em;
  font-weight: bold;
}
.display-detail .display-detail-score {
  margin-left: 20px;
  color: #ffffff;
  font-weight: bold;
}
.display-detail .display-detail-hr {
  margin: 10px 0px;
}
.display-detail .btn {
  float: right;
}
.display-detail li {
  margin: 5px 0;
}

.display-detail-table {
  padding: 10px;
  background-color: white;
}
.display-detail-table td {
  color: #666;
}

.display-detial-billboard li {
  padding-left: 50px;
}
.display-detial-billboard li:nth-child(1) {
  /* SVG fallback for first child image */
  background: url(../img/billboard_icon_crown_gold.png) bottom left no-repeat;
  background: none, url(../img/billboard_icon_crown_gold.svg) bottom left no-repeat;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.1);
}
.display-detial-billboard li:nth-child(1) .display-detail-score {
  color: #C98910;
}
.display-detial-billboard li:nth-child(2) {
  /* SVG fallback for second child image */
  background: url(../img/billboard_icon_crown_silver.png) bottom left no-repeat;
  background: none, url(../img/billboard_icon_crown_silver.svg) bottom left no-repeat;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.1);
}
.display-detial-billboard li:nth-child(2) .display-detail-score {
  color: #A8A8A8;
}
.display-detial-billboard li:nth-child(3) {
  /* SVG fallback for third image */
  background: url(../img/billboard_icon_crown_bronze.png) bottom left no-repeat;
  background: none, url(../img/billboard_icon_crown_bronze.svg) bottom left no-repeat;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.1);
}
.display-detial-billboard li:nth-child(3) .display-detail-score {
  color: #965a38;
}
.display-detial-billboard li:nth-child(n+4):nth-child(-n+10) {
  /* SVG fallback for third image */
  background: url(../img/billboard_icon_star.png) bottom left no-repeat;
  background: none, url(../img/billboard_icon_star.svg) bottom left no-repeat;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.1);
}
.display-detial-billboard li:nth-child(n+4):nth-child(-n+10) .display-detail-score {
  color: #fff538;
}

/**/
/* Library */
/* Library Menu */
.library-menu {
  font-size: 0.875em;
  line-height: 1.25em;
}
.library-menu .row [class*='col-'] {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin: 0 -0.125em;
  padding: 10px;
}
.library-menu a, .library-menu a:visited, .library-menu a:focus {
  color: #666666;
  text-decoration: none;
}
.library-menu a:hover {
  color: red;
  text-decoration: underline;
}
.library-menu .library-menu-title {
  font-size: 1.25em;
  line-height: 1.25em;
  margin-bottom: 5px;
}
.library-menu .library-menu-title a {
  color: #ffffff;
}
.library-menu .library-menu-title a:hover {
  color: #e35441;
}

/* Library Navbar */
.library-nav {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.library-nav .pagination {
  margin: 0;
  vertical-align: middle;
}
.library-nav .pagination a {
  color: #124d77;
  border: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.library-nav .pagination a:hover, .library-nav .pagination a:active, .library-nav .pagination a:focus {
  color: #124d77;
  background-color: rgba(255, 255, 255, 0.5);
}
.library-nav .pagination .active a {
  color: #ffffff;
  background-color: #124d77;
}
.library-nav .pagination .disabled a {
  color: #666666;
}

.library-nav-pages {
  float: right;
  font-size: 1.125em;
  line-height: 2em;
  color: #666666;
}
.library-nav-pages .num {
  color: #ffffff;
}

.library-nav-search {
  font-size: 1.125em;
}
.library-nav-search .btn {
  color: #666666;
}
.library-nav-search .btn:hover {
  color: #124d77;
}

.library-nav-search-option {
  color: #666666;
  font-size: 1.125em;
  line-height: 2em;
}
.library-nav-search-option div {
  display: inline;
}
.library-nav-search-option .radio input {
  height: 25px;
}

/* Library Result */
.library-result-book {
  padding: 0 5px;
}
.library-result-book .thumbnail {
  padding: 5px;
  margin-bottom: 10px;
}
.library-result-book .row [class*='col-'] {
  padding: 0;
}

.library-result-book-no {
  text-align: right;
  font-size: 1.75em;
  color: #dddddd;
  font-weight: bold;
  z-index: 10;
}

.library-result-book-info .btn {
  float: right;
  color: #666666;
}
.library-result-book-info .btn:hover {
  color: #124d77;
}

.library-result-book-info-title {
  font-size: 1em;
  line-height: 1.25em;
  color: #000000;
}

.library-result-book-info-date {
  font-size: 0.875em;
  color: #666666;
}

/**/
/* Icons */
.icons .row [class*='col-'] {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin: 0 -0.125em;
  padding: 0 5px;
}
.icons img {
  xheight: 100%;
  width: auto;
  margin: 0 auto;
  /* to align images center at XS */
  margin-bottom: 10px;
}
.icons .icon-text {
  text-align: center;
  font-size: 1.25em;
  color: white;
  margin-bottom: 10px;
}
.icons a:hover {
  text-decoration: none;
}

/**/
/* Modal */
.modal-timeset .modal-subtitle {
  margin-top: 10px;
  xfont-weight: bold;
  color: #ffde16;
}
.modal-timeset .modal-list {
  width: 100%;
  font-size: 0.75em;
}
.modal-timeset .modal-list .row {
  margin-bottom: 5px;
}
.modal-timeset .modal-list .row [class*='col-'] {
  margin: 0;
}
.modal-timeset .modal-list .modal-list-title {
  color: black;
}
.modal-timeset .modal-list .time-box {
  display: inline;
  padding-right: 0;
  padding-left: 5px;
  width: 140px;
}

#modal-general-report .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 15px;
}
#modal-general-report .modal-title {
  font-size: 1em;
  color: #3b89c7;
}
#modal-general-report .modal-body {
  font-size: 0.75em;
}

#modal-promo .modal-title {
  font-size: 1em;
  color: #3b89c7;
}
#modal-promo .modal-body {
  font-size: 1em;
}
#modal-promo .modal-body .container-fluid {
  padding: 0;
}
#modal-promo .modal-body .title {
  margin-bottom: 10px;
  font-size: 1.25em;
  color: #b2112b;
}
#modal-promo .modal-body a {
  color: #000000;
}
#modal-promo .modal-body a:hover {
  color: #e35441;
}

/**/
/* Table */
#table-general-report {
  font-size: 1em;
  line-height: 1.5em;
  color: #666666;
}
#table-general-report thead {
  border-bottom: 1px solid #FDD835;
}
#table-general-report th {
  color: #000000;
  font-weight: bold;
  text-align: center;
}
#table-general-report td {
  text-align: right;
  padding:2px 8px;
}
#table-general-report td:first-child {
  background-color: #fdd835;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

/**/
/* MO Transition */
/* MO Transition, Trans Shake */
.trans-shake:hover {
  -webkit-animation: shake 0.6s ease-in-out;
  animation: shake 0.6s ease-in-out;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* 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 */
@media only screen and (max-width: 992px) {
  .navbar-brand {
    max-width: 50px;
  }

  .navbar-logo {
    max-width: 250px;
  }

  .navbar-logo-site {
    height: auto;
  }
  .navbar-logo-site img {
    height: auto;
  }

  .navbar-logo-school {
    margin-top: 10px;
  }

  .navbar-login {
    max-width: 350px;
  }
}
/* Small Devices MD Only, Desktops */
/* Small Devices SM and Down, Tablets */
@media only screen and (max-width: 768px) {
  .navbar-my {
    border-radius: 15px;
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .navbar-link {
    border-radius: 15px;
    margin-bottom: 5px;
    margin-right: 25px;
  }
  .navbar-link a {
    font-size: 1em;
  }

  .navbar-login {
    width: 100%;
    min-width: 100%;
    margin-top: 10px;
    padding-left: 20px;
  }

  .home .ads {
    margin-top: -15px;
  }

  /**/
  /* Table Flip Scroll */
  .table-flip-scroll .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  .table-flip-scroll * html .cf {
    zoom: 1;
  }

  .table-flip-scroll *:first-child + html .cf {
    zoom: 1;
  }

  .table-flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .table-flip-scroll th,
  .table-flip-scroll td {
    margin: 0;
    vertical-align: top;
  }

  .table-flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
  }

  .table-flip-scroll thead {
    display: block;
    float: left;
  }

  .table-flip-scroll thead tr {
    display: block;
  }

  .table-flip-scroll th {
    display: block;
    text-align: center;
  }

  .table-flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  .table-flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
  }

  .table-flip-scroll td {
    display: block;
    min-height: 1.25em;
  }

  /* sort out borders */
  .table-flip-scroll thead {
    border-right: 1px solid #dddddd;
  }

  .table-flip-scroll th {
    xborder-bottom: 1px solid #dddddd;
    border-left: 0;
    text-align: left;
  }

  .table-flip-scroll td {
    xborder-bottom: 1px solid #dddddd;
    xborder-left: 1px solid #dddddd;
    border-right: 0;
    border-top: 0;
  }

  .table-flip-scroll th:first-child,
  .table-flip-scroll td:first-child {
    border-top: 0;
  }

  .table-flip-scroll th:last-child,
  .table-flip-scroll td:last-child {
    border-bottom: 0;
  }

  /* Custom Table */
  #table-general-report thead {
    border-right: 1px solid #FDD835;
    border-bottom: 0;
  }
  #table-general-report th {
    text-align: left;
  }

  /* Library */
  .library-nav-search-option {
    float: right;
  }
}
/* Extra small Devices SM Only, Tablets */
/* Extra Small Devices XS and Down, Phones */
@media only screen and (max-width: 480px) {
  html, body {
    font-size: 14px;
    /* preset browser font size */
  }

  .navbar {
    height: 70px;
    min-height: 70px;
  }

  .navbar-brand {
    max-width: 45px;
    padding-top: 5px;
  }

  .navbar-logo {
    padding: 0;
    padding-top: 10px;
    max-width: 200px;
  }

  .navbar-logo-school {
    margin-top: 5px;
    font-size: 1.25em;
  }

  .login {
    padding-right: 50px;
  }

  .dropdown-annual button, .dropdown-annual ul {
    width: 100%;
    text-align: center;
  }
}
/* Custom, iPhone Retina */
/**/
/* Media Quary Targets High Resolution Screens, Retina */

/*# sourceMappingURL=custom.css.map */




