@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,400i,500,500i,600,600i,700,700i');
* {
  font-family: 'Libre Franklin', sans-serif!important;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.mainmenu div.text {
    padding-top: 1px!important;
}

a, a:active, a:visited {
  color: #1565C0;
}

a:hover {
  color: #1976D2;
}

.highcharts-title tspan {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

body {
  margin: 0px;
  padding: 0px;
  color: #333;
  background-color: #fff;
  font-size: 11px;
}

.html-login {
  background-color: #1976D2;
  color: #fff;
  background: url(../images/bg-login.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.body-login::after {
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  pointer-events: none;
  -webkit-animation: disappear 1s forwards;
  animation: disappear 1s forwards;
}

.body-login {
  background: rgba(13,71,161,.95);
  height: 100%;
  overflow: hidden;
}

.body-login p {
  color: #fff;
}

.master {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.o-1 {
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.o-0 {
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

table {
  border-collapse: collapse;
}

td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  /* color: #000000; */
}

a {
  text-decoration: none;
}

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

.body-login form {
  margin: 0;
}

.login {
  position: absolute;
  width: 430px;
  opacity: 0;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -webkit-animation: appear .3s forwards;
  animation: appear .3s forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  margin-left: -215px;
  margin-top: -320px;
  left: 50%;
  top: 50%;
}

.login h1 {
  background: url(../images/login_header.png) no-repeat;
  background-position: left top;
  color: #333;
  margin: 0px;
  height: 50px;
  padding: 15px 4px 0 50px;
  text-align: left;
  font-size: 1.5em;
}

.login p {
  padding: 0 1em 0 1em;
}

.login-copyright {
  opacity: 0;
  text-align: center;
  line-height: 1.6;
  width: 100%;
  position: absolute;
  bottom: 20px;
  -webkit-animation: appear .3s forwards;
  animation: appear .3s forwards;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.login-form {
  text-align: center;
  background-color: #FFC107;
  border: 1px solid rgba(0,0,0,.3);
  background: rgb(255, 193, 7);
  background: -moz-linear-gradient(top, rgba(255, 193, 7, 1) 1%, rgba(255, 193, 7, 1) 40%, rgba(255, 179, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 193, 7, 1) 1%, rgba(255, 193, 7, 1) 40%, rgba(255, 179, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 193, 7, 1) 1%, rgba(255, 193, 7, 1) 40%, rgba(255, 179, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc107', endColorstr='#ffb300', GradientType=0);
  border-radius: 4px;
  padding: 20px;
  width: 300px;
  margin: 2rem 0;
  /* box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2); */
}

.login-form {
  color: #000;
}

.login-form p {
  font-size: 12px;
  color: #000;
}

.login-text {
  margin-bottom: 20px;
}

.login-text h2 {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}

.login-text svg {
  width: 164px;
}

.form-block {
  padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.form-block [name="btnLogin"], .btnLogin {
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 4px;
  border: 2px solid #FDD835;
  background-color: #FFEB3B;
  font-weight: 700;
  text-transform: uppercase;
  /* -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; */
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.form-block [name="btnLogin"]:active, .btnLogin:active {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.form-block [name="btnLogin"]:hover, .btnLogin:hover {
  border: 2px solid #FDD835;
  background-color: #FDD835;
  cursor: pointer;
}

.form-block .inputlabel {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.form-block input {
  margin-bottom: 10px;
}

.form-block .inputbox {
  background-color: #fff;
  border: 2px solid #FFB300;
  padding: 6px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
}

.form-block .inputbox:focus {
  border: 2px solid #FCEA3A;
  width: 220px!important;
}

.inputlabel {
  font-weight: bold;
  text-align: left;
}

.inputbox {
  background-color: #e7e7e6;
  border: 1px solid #66667e;
  padding: 2px;
}

.inputselect {
  width: 150px;
  margin: 0 0 1em 0;
  border: 1px solid #cccccc;
}

.ctr {
  text-align: center;
}

.clr {
  clear: both;
}

.blueButton {
  border: solid 1px #cccccc;
  background: #E9ECEF;
  color: #666666;
  font-weight: bold;
  font-size: 11px;
  padding: 4px;
}

.commonButton {
  border: solid 1px #cccccc;
  background: #E9ECEF;
  color: #666666;
  font-weight: bold;
  font-size: 11px;
  padding: 4px;
}

table.content {
  width: 100%;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color: white;
  color: black;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
}

div.footer {
  width: 100%;
  height: 15px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #212121;
  color: white;
  padding: 10px 0;
}

td.bottomMenu {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-left: 4px;
  padding-right: 4px;
  color: white;
  cursor: pointer;
}

td.bottomSeparator {
  width: 1px;
  background-image: url(../images/separatorBottom.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 0px;
  padding-right: 0px;
}

td.bottomMenuHover {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: white;
  color: #1e501a;
  padding-left: 4px;
  padding-right: 4px;
  cursor: pointer;
}

div.footer div.footerPage {
  background-color: #212121;
  color: #BDBDBD;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-left: 10px;
  width: 100%;
  opacity: .8
}

.footerPage span {
  color:#FF8F00;
  font-weight: 700;
  -webkit-animation: blink-yellow 5s infinite;
  animation: blink-yellow 5s infinite;
  opacity: .6
}

td.bottomCopyright {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
}

.master {
  height: 100%;
  width: 100%;
}

.header {
  height: 40px;
}

.content {
  clear: both;
}

.footer {
  height: 20px;
}

#wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.pageHeaderTitle {
  background-color: #FFFFFF;
  border-bottom: 1px dotted #660000;
}

.pageHeaderTitle .pageHeaderTitleText {
  font-size: 14px;
  font-weight: bold;
  color: #003399;
  font-family: Arial, Helvetica, sans-serif;
  /*border-left         : 1px dotted #660000;*/
  text-transform: uppercase;
  height: 20px;
  position: relative;
  left: -24px;
}

.pageHeaderTitle .blank {
  width: 20px;
  height: 20px;
  /* background-color: #99CCFF; */
}

.errMessage {
  color: red;
  font-weight: bold;
  font-size: 12px;
  background-color: white;
  border: 1px solid red;
}

tr.border_bottom>td {
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}

tr.border_top>td {
  border-top: 1px solid rgba(0, 0, 0, .3);
}

.moduleTable {
  border-collapse: collapse;
}

.moduleTable *, input[class^="button"] {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.moduleTable span {
  padding: 3px 10px;
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 6px 6px 0 0;
  background: #fff;
  font-weight: bold;
  position: relative;
  bottom: -5px;
  z-index: -1;
  position: relative;
}

.moduleSelected {
  font-size: 10px;
  color: white;
  background-repeat: no-repeat;
  background-position: top;
  height: 22px;
  text-align: center;
  vertical-align: top;
  padding-top: 3px;
  cursor: default;
  z-index: 2;
  position: relative;
}

.moduleSelected span {
  background: #FFC107;
  border-bottom: 1px solid #FFC107;
  -webkit-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.3);
  color: #000;
}

td.moduleNormal {
  font-size: 10px;
  color: #000;
  background-repeat: no-repeat;
  background-position: top;
  height: 22px;
  text-align: center;
  vertical-align: top;
  padding-top: 3px;
  cursor: pointer;
}

td.moduleNormal span {
  background: #f2f2f2;
  color: #424242;
}

td.moduleNormalHover {
  font-size: 10px;
  color: #000;
  background-repeat: no-repeat;
  background-position: top;
  height: 22px;
  text-align: center;
  vertical-align: top;
  padding-top: 3px;
  cursor: pointer;
}

.moduleNormalHover span {
  background: #fff;
  color: #000;
}

.userOnline {
  margin: 5px 0;
  color: #fff;
  position: relative;
  top: 2px;
  right: 3px;
}

.userOnline a {
  color: #000;
}

.moduleTable *, .topMenu, .topMenuHover, .topMenuRight, .topMenuRightHover, input.button, input.buttonHover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.topMenu, .topMenuLeft, .topMenuRight {
  border: 2px solid transparent;
}

.topMenuHover, .topMenuLeftHover, .topMenuRightHover {
  border: 2px solid transparent;
}

td.topMenuLeft {
  height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  background-color: #388E3C;
  color: white;
  text-align: right;
  padding-left: 5px;
  padding-right: 5px;
  cursor: default;
  background-position: left;
  background-repeat: no-repeat;
}

td.topMenu {
  height: 20px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #1976D2;
  /* background-image: url(../images/separator.gif); */
  background-repeat: no-repeat;
  background-position: right;
  color: white;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
  font-weight: 500;
}

td.topMenuHover {
  height: 18px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #1565C0;
  color: white;
  padding-left: 8px;
  padding-right: 8px;
  /* border-bottom: 2px solid rgba(0,0,0,.3); */
  cursor: pointer;
}

td.topMenuRight {
  height: 18px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #F44336;
  color: white;
  background-position: right;
  background-repeat: no-repeat;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
}

td.topMenuRightHover {
  height: 18px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #D32F2F;
  color: white;
  background-position: right;
  background-repeat: no-repeat;
  padding-left: 8px;
  padding-right: 8px;
  /* border-bottom: 2px solid rgba(0,0,0,.4); */
  cursor: pointer;
}

div#fixme {
  /* IE5.5+/Win - this is more specific than the IE 5.0 version */
  left: expression( ( document.body.clientWidth - 85 + ( ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + 'px');
  top: expression( ( document.body.clientHeight - 19 + ( ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px');
  z-index: 100;
}

#fixme {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
}

body>div#fixme {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

.pageHeader1 {
  font-size: 16px;
  font-weight: bold;
  color: #1976D2;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CFD8DC;
  text-decoration: none;
  margin-bottom: 50px;
  position: relative;
  top: -4px;
  left: 7px;
  text-transform: uppercase;
}

.pageHeader1 a {
  color: #1976D2;
  text-decoration: none;
}

.pageHeader2 {
  font-size: 10px;
  font-weight: normal;
  color: #2196F3;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #006699;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

.pageHeader3 a {
  color: #1976D2;
  text-decoration: none;
}

.pageHeader4 {
  font-size: 12px;
  color: #ff8c8c;
  text-decoration: none;
  cursor: default;
}

.pageHeader4 a {
  color: #fa4b4b;
  text-decoration: none;
  cursor: pointer;
}

.pageHeader4 a:hover {
  color: #fa4b4b;
  text-decoration: underline;
  cursor: pointer;
}

.pageHeader5 {
  font-size: 9px;
  color: #840624;
  text-decoration: none;
}

.tableHeader {
  font-size: 11;
  font-weight: bold;
  color: #000066;
  background-color: #E2E2E2;
  text-align: center;
  font: "Courier New", Courier, monospace;
}

.gridTable {
  border-right: 1px solid #777777;
  border-top: 1px solid #777777;
}

.gridTable td {
  border-bottom: 1px solid #777777;
  border-left: 1px solid #777777;
  font-family: arial, verdana;
  font-weight: normal;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.gridTable th {
  background-color: #CCCCCC;
  border-bottom: 1px solid #777777;
  border-left: 1px solid #777777;
  font-family: arial, verdana;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  color: black;
}

.gridTable tr:hover {
  background-color: #ffff66;
}

.noGridTable {
  border: 0px;
}

.noGridTable td {
  border: 0px;
}

.copyright {
  font-size: 9px;
  color: #999999;
}

.bgLate {
  background-color: #FFCC99;
}

.bgReadonly {
  background-color: gray;
}


/* buat catering */

.bgSeninKamis {
  background-color: #FFCC99;
}

.bgNoCatering {
  background-color: #00FF00;
}

.bgCatering {
  background-color: #FFFFF0;
}

.bgCateringAbsence {
  background-color: #009900;
  color: #FFFF00;
  font-weight: bold;
}

.bgAbsence {
  background-color: #FF3300;
}

.bgError {
  font-size: 12pt;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #FF0000;
  border: 1px solid #993300;
}

.bgOK {
  background-color: #006633;
  font-size: 12pt;
  color: #FFFF00;
  border: 1px solid #00CC00;
  font-weight: bold;
}

.inputBoxBottomLine {
  border-bottom: 1px solid #003399;
}

.bgDenied {
  background-color: #FFCC99;
}

.bgMutation {
  background-color: #2196F3;
}

.bgNewEmp {
  background-color: #6699FF;
}

.bgNewRevised {
  background-color: #FFFFCC;
}

.bgNewData {
  background-color: #66FFFF;
}

.bgCheckedData {
  background-color: #CCFF66;
}

.bgVerifiedData {
  background-color: #FFFF00;
}

.bgBlocked {
  background-color: #FF3300;
}

.formHeader {
  /* header buat formulir */
  font-weight: bold;
  font-size: 12pt;
  color: #000033;
  background-color: #E2E2E2;
}

.dateMsg {
  /*message error pas cek tanggal*/
  font-size: 12pt;
  color: #FF0000;
}

.footer {
  font-size: 8pt;
  color: #2196F3;
}

.footerText {
  font-size: 7pt;
  color: #003399;
}

.tblUp {
  background-color: #0066CC;
}

.inputArea {
  background-color: #C3D9FF;
  border: 1px solid #003399;
}

div.backtotop {
  background: url('../images/backtotop.png') no-repeat;
  width: 85px;
  height: 19px;
  color: #1e501a;
}

.headerSection {
  font-weight: bold;
  color: #267128;
  background-color: #DCF5D6;
}

.headerDepartemen {
  font-weight: bold;
  background-color: #83E785;
}

.totalSection {
  font-weight: bold;
  /*background-color: #DCF5D6;*/
}

.totalDepartemen {
  font-weight: bold;
  /*background-color: #83E785;*/
}

div.formMessage {
  font-family: Arial, verdana, helvetica;
  font-size: 10px;
  font-weight: bold;
  background-color: #00CC00;
  color: #ffffff;
  border: 1px solid #337733;
  vertical-align: middle;
  text-align: left;
  padding: 2px;
}

.logo-login {
  margin: 24px 0 -124px;
  z-index: 10;
  max-width: 180px;
  position: relative;
  -webkit-filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.4));
  opacity: 0;
  -webkit-animation: appear2 1s forwards;
  animation: appear2 1s forwards;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.login-description {
  margin: 84px 0 20px;
  line-height: 1.3;
  font-weight: 500;
  font-size: .92rem;
}

.login-description span {
  font-size: 150%;
  font-weight: 700;
  position: relative;
  top: 4px;
  line-height: 1.1;
}

.login-description-small {
  margin-bottom: 6px;
}


.logo {
  margin: 0px 6px 0px 15px;
  height: 46px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.appName {
  font-size: 11px;
  display: inline-block;
  margin: 0;
  color: #000;
  position: relative;
  top: -9px;
  line-height: 1.24;
  font-weight: 500;
}

.appName span {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.005em;
}

.logoLeft {
  background: url('../images/logo2.png') no-repeat;
  background-position: center;
  padding-left: 75px;
}

.logoTop {
  background-position: bottom right;
}

table#ace1table {
  margin-left: 10px;
}

.submenu .icon {
  display: none;
}

#ace1i1 .submenu .icon, #ace1i1i3a1 .submenu .icon, #ace1i1i3a2 .submenu .icon {
  display: block;
}

.submenu .text2 {
  margin-left: -4px;
}

td.tabPageActive {
  background-color: #EBEBEB;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 9pt;
  white-space: nowrap;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius-topright: 5px;
}

td.tabPage {
  background-color: #fbfbfb;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 9pt;
  white-space: nowrap;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius-topright: 5px;
}

td.tabPage:hover {
  background-color: #aaa;
}

td.tabPage a {
  color: navy;
  text-decoration: none;
}

td.tabPage a:hover {
  color: red;
  text-decoration: none;
}

input.numeric {
  text-align: right;
  border: 1px solid #a5acb2;
}

input.browse {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #C3C3C3;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #C3C3C3;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #303030;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #303030;
}

a.browse {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  height: 18px;
  color: #333;
  -moz-border-radius-topleft: 4px;
  -webkit-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-radius-topright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-radius-bottomright: 4px;
  border-top: 1px solid #696969;
  border-bottom: 1px solid #949494;
  border-left: 1px solid #696969;
  border-right: 1px solid #949494;
  background-color: transparent;
  background-image: url("../includes/form2/css/aqua/button_bg.gif");
  background-repeat: repeat-x;
  vertical-align: middle;
  margin: 0px 0px 0px 0px;
  padding: 0px 3px 0px 3px;
}

input.buttonBrowse {
  background-image: url(../images/buttonSearch.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0px;
  padding: 0px 0px 0px 0px;
  width: 25px;
  cursor: pointer;
}

input.buttonSearch {
  background-image: url(../images/buttonSearch.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0px;
  padding: 0px 0px 0px 0px;
  width: 25px;
  cursor: pointer;
}

.select2-container {
  min-width: 100px;
}


/****************************************************************
*styling shadows
****************************************************************/

.shadow1, .shadow2, .shadow3, .shadow4, .shadow5, .shadow6, .shadow7, .shadow8 {
  position: relative;
}

.shadow1, .shadow2, .shadow3, .shadow4, .shadow5, .shadow6, .shadow7, .shadow8 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

.shadow1:before, .shadow1:after {
  position: absolute;
  content: "";
  bottom: 12px;
  left: 15px;
  top: 80%;
  width: 45%;
  background: #2196F3;
  z-index: -1;
  -webkit-box-shadow: 0 20px 15px rgba(0, 0, 0, .7);
  box-shadow: 0 20px 15px rgba(0, 0, 0, .7);
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.shadow1:after {
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  right: 15px;
  left: auto;
}

img.employeePhotoSmall {
  border: 5px solid #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
  max-width: 100px;
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

img.employeePhotoSmall:hover {
  transform: scale(1.6);
  -webkit-box-shadow: 0 4px 16px 4px rgba(0, 0, 0, .3);
  box-shadow: 0 4px 16px 4px rgba(0, 0, 0, .3);
  cursor: zoom-in;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

img#employeePhoto {
  border: 5px solid #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
  position: relative;
  top: -15px;
  max-width: 140px;
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

img#employeePhoto:hover {
  transform: scale(2);
  -webkit-box-shadow: 0 4px 16px 4px rgba(0, 0, 0, .3);
  box-shadow: 0 4px 16px 4px rgba(0, 0, 0, .3);
  cursor: zoom-in;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

img.student-photo {
  border: 5px solid #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
  position: relative;
  top: -10px;
  max-width: 140px;
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

img.student-photo:hover {
  transform: scale(2);
  -webkit-box-shadow: 0 4px 16px 4px rgba(0, 0, 0, .3);
  box-shadow: 0 4px 16px 4px rgba(0, 0, 0, .3);
  cursor: zoom-in;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  top: -50px;
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.blank img {
  opacity: 0;
  margin: 0 2px 2px 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 24px;
  height: 24px;
}

#btnSave {
  font-weight: normal;
  color: #fff;
  border: 1px solid #2E7D32;
  border-radius: 2px;
  background-color: #43A047;
  background-repeat: repeat-x;
  vertical-align: middle;
  margin: 0 2px 8px 3px;
  padding: 6px 12px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

#btnSave:hover {
  cursor: pointer;
  border: 1px solid #2E7D32;
  background-color: #2E7D32;
}

#btnCancel {
  font-weight: normal;
  color: #fff;
  border: 1px solid #B71C1C;
  border-radius: 2px;
  background-color: #F44336;
  background-repeat: repeat-x;
  vertical-align: middle;
  margin: 0 2px 8px 3px;
  padding: 6px 12px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

#btnCancel:hover {
  cursor: pointer;
  border: 1px solid #B71C1C;
  background-color: #B71C1C;
}

.grid_scv #btnSave, .grid_scv #btnCancel, .grid_scv #btnDelete, .grid_scv #btnAdd  {
  padding: 5px 14px 18px!important;
  margin-top: 6px;
}

input#btnSearchStudent {
    margin-right: 2px;
}

div#ac_select {
    background: #fff;
    -webkit-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.5);
}

.ac_menuitem.ac_menuitem:hover {
    background: #FFE082;
    cursor: pointer;
}

.ac_menuitem {
    padding: 4px 6px;
}

@-webkit-keyframes disappear {
  from {
    opacity: 1;
    -webkit-filter: blur(0) brightness(100%);
    filter: blur(0) brightness(100%);
  }
  to {
    opacity: 0;
    -webkit-filter: blur(100px) brightness(500%);
    filter: blur(100px) brightness(500%);
  }
}

@keyframes disappear {
  from {
    opacity: 1;
    -webkit-filter: blur(0) brightness(100%);
    filter: blur(0) brightness(100%);
  }
  to {
    opacity: 0;
    -webkit-filter: blur(100px) brightness(500%);
    filter: blur(100px) brightness(500%);
  }
}

@-webkit-keyframes appear {
  from {
    opacity: 1;
    -webkit-filter: blur(0) brightness(100%);
    filter: blur(0) brightness(100%);
  }
  to {
    opacity: 0;
    -webkit-filter: blur(100px) brightness(500%);
    filter: blur(100px) brightness(500%);
  }
}

@keyframes appear {
  from {
    opacity: 0;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    /* -webkit-filter: blur(100px) brightness(500%);
    filter: blur(100px) brightness(500%); */
  }
  to {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    /* -webkit-filter: blur(0) brightness(100%);
    filter: blur(0) brightness(100%); */
  }
}


@-webkit-keyframes appear {
  from {
    opacity: 0;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    /* -webkit-filter: blur(100px) brightness(500%);
    filter: blur(100px) brightness(500%); */
  }
  to {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    /* -webkit-filter: blur(0) brightness(100%);
    filter: blur(0) brightness(100%); */
  }
}

@keyframes appear2 {
  0% {
    opacity: 0;
    transform: scale(.5);
    -webkit-transform: scale(.5);
    /* -webkit-filter: blur(0px) brightness(100%) drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.4));
    filter: blur(0px) brightness(100%) drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.4)); */
  }
  30% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1.1);
    -webkit-filter: blur(0px) brightness(110%) drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
    filter: blur(0px) brightness(110%) drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-filter: blur(0px) brightness(100%) drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.4));
    filter: blur(0px) brightness(100%) drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.4));
  }
}

@-webkit-keyframes blink-yellow {
  0% {
    color: #FF8F00;
  }
  20% {
    color: #FFC107;
  }
  80% {
    color: #FFC107;
  }
  100% {
    color: #FF8F00;
  }
}

@keyframes blink-yellow {
  0% {
    color: #FF8F00;
    opacity: .6;
  }
  20% {
    color: #FFC107;
    opacity: .8;
  }
  80% {
    color: #FFC107;
    opacity: .8;
  }
  100% {
    color: #FF8F00;
    opacity: .6;
  }
}
