/*@font-face {
  font-family: myFirstFont;
  src: url(Arvo-Regular.ttf);
}*/

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  /*font-family: myFirstFont, "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
  font-family: sans-serif, "Lucida Sans Unicode", "Lucida Grande";
  background: #E9EAED;
}

.sidenav {
  height: 100%;
  width: 170px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #d4d7dc;
  overflow-x: hidden;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.81);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.81);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.81);
  font-size: 12px;
}

.sidenav a {
  color: #3a3a3a;
  padding: 5px;
  text-decoration: none;
  display: block;
}

.sidenav a:hover {
  background-color: #B0B6BF;
  color: black;
}

.menuHeader {
  padding: 7px;
  font-weight: bold;
  display: block;
  border-top: #9AA1AC solid 1px;
  border-bottom: #9AA1AC solid 1px;
}

.header {
  margin-left: 170px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.81);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.81);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.81);
  text-align: right;
  padding: 15px;
}

.contentHolder {
  margin-left: 170px;
  padding: 25px;
}

table.default  {
  border-collapse: collapse;
  margin: 0px;
}

td.thead {
  text-align: center;
  font-weight: bold;
  padding: 2px;
  background: #d4e4ef;
  background: -moz-linear-gradient(top,  #d4e4ef 0%, #86aecc 100%);
  background: -webkit-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%);
  background: linear-gradient(to bottom,  #d4e4ef 0%,#86aecc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc',GradientType=0 );
}

td.theadOther {
  padding: 2px;
  background: #9AA1AC;
  text-align: center;
  font-weight: bold;
}

td.tcontent {
  padding: 2px;
  background: #d4d7dc;
}

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alert.success { background-color: #4CAF50; }
.alert.info { background-color: #2196F3; }
.alert.warning { background-color: #ff9800; }

.container {
  margin: 100px auto;
  text-align: center;
}

.notify-container {
  position: relative;
	display: inline-block;
  margin-top: 10px;
}

.notify-bubble {
  position: absolute;
  top: -8px;
  right: -10px;
  padding: 2px 6px 2px 6px;
  background-color: black;
  color: white;
  font-size: 0.65em;
  border-radius: 50%;
  box-shadow: 1px 1px 1px gray;
}

.pulsate {
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.5;
}
@-webkit-keyframes pulsate {
  0% {
  opacity: 0.25;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.25;
  }
}

#showIEWarning {
    position: fixed;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    min-height: 10em;
    width: 25%;
    top: 7em;
    display: none;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    color: #000000;
    background-color: #51A4FB;
    padding: 2px;
}

span.completed  {
  color:  #33450C;
}

span.page_active {
  border: 1.5px solid rgb(136,136,136);
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}

span.page_inactive {
  border: 1.5px solid rgb(179,210,242);
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}


.btn {
  -moz-box-shadow: inset 0px -2px 0px 0px #006aeb;
  -webkit-box-shadow: inset 0px -2px 0px 0px #006aeb;
  box-shadow: inset 0px -2px 0px 0px #006aeb;
  background-color: #3d94f6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  border: 1px solid #337fed;
  color: #FFF;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 8px;
}



.btn:hover {
  background-color: #4286B3;
  cursor: pointer;
}

.btn_green {
  -moz-box-shadow: inset 0px -2px 0px 0px #00eb99;
  -webkit-box-shadow: inset 0px -2px 0px 0px #00eb99;
  box-shadow: inset 0px -2px 0px 0px #00eb99;
  background-color: #42b391;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  border: 1px solid #33edac;
  color: #FFF;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 8px;
}

.btn_green:hover {
  background-color: #42b391;
  cursor: pointer;
}

.btn_red {
  -moz-box-shadow: inset 0px -2px 0px 0px #eb0000;
  -webkit-box-shadow: inset 0px -2px 0px 0px #eb0000;
  box-shadow: inset 0px -2px 0px 0px #eb0000;
  background-color: #b34242;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  border: 1px solid #ed3333;
  color: #FFF;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 8px;
}

.btn_red:hover {
  background-color: #b34242;
  cursor: pointer;
}

input, select, textarea {
  border: 1.5px solid rgb(136,136,136);
  padding: 3px;
  padding-left: 7px;
  padding-right: 7px;
}

/* New Style for tables */
.styled-table {
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.8em;
  font-family: sans-serif;
  box-shadow: 0 0 5px rgba(0, 0, 0, 1);
  border: 1px solid #000000;
}

.styled-table thead tr {
  background-color: #d4e4ef;
  background: #d4e4ef;
  background: -moz-linear-gradient(top,  #d4e4ef 0%, #86aecc 100%);
  background: -webkit-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%);
  background: linear-gradient(to bottom,  #d4e4ef 0%,#86aecc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc',GradientType=0 );
  color: #000000;
  text-align: center;
  border-bottom: 2px solid #000000;
}

.styled-table th, .styled-table td {
  padding: 10px 12px;
}

.styled-table tbody tr {
  border-bottom: 1px solid #BCC0C8;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #d4d7dc;
}

.styled-table tbody tr:nth-of-type(odd) {
  background-color: #E9EAED;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #000000;
}

.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #326486;
  background-color: #B0B6BF;
}

.styled-table tbody tr.theadOther {
  padding: 2px;
  background: #9AA1AC;
  text-align: left;
  font-weight: bold;
}

.styled-table tfoot td {
  background-color: #F4F5F6;
  color: #000000;
  text-align: center;
}


/* Styled Checkbox & Radiobuttons */
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    text-align: center;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\2713";
    color: #4386d8;
    border: 2px solid #4386d8;
}
