html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: 'Roboto', sans-serif !important;
  background-color: #f1f8fe !important;
}

h1,
p {
  margin: 0px;
  padding: 0px;
}

div#special {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-left: 10px;
  font-weight: 500;
  color: #3f4047;
  float: left;
  font-size: 18px;
}

#header {
  z-index: 1;
  height: 75px;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #edf3f9;
}

#body {
  padding: 30px 0px;
  -webkit-box-shadow: inset 0px 10px 81px -31px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 10px 81px -31px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 10px 81px -31px rgba(0, 0, 0, 0.15);
}

#content-box {
  width: 90%;
  margin: 0 auto;
}

#menu {
  height: 55px;
  padding: 0px;
}

#submenu {
  height: 70px;
  background-color: white;
  border-top-right-radius: 5px;
  z-index: 2;
  width: 100%;
  position: relative;
}

#content {
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  font-weight: 100;
  min-height: 1000px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.05), 0 0 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.05), 0 0 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.05), 0 0 30px 0px rgba(0, 0, 0, 0.1);
}

#topcontent {
  height: 60px;
  width: calc(100%);
  position: relative;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

#padded {
  width: 100%;
  position: relative;
  padding: 2.5%;
}

.title {
  margin-left: 65px;
  padding-top: 20px;
  font-weight: 100;
  float: left;
}

a {
  cursor: pointer;
}

#menu ul {
  list-style: none;
  float: left;
  height: 55px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
}

#menu li {
  float: left;
  list-style: none;
  margin-right: 5px;
  margin-left: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  outline: none;
}

#menu li a {
  height: 55px;
  color: #000;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  display: block;
  background: #FFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-decoration: none;
  outline: none;

}

#menu li a.inactive {
  padding-left: 20px;
  padding-right: 20px;
  color: #757992;
  background: #e5f3fd;
  outline: none;
}

#menu li a:hover,
#menu li a.inactive:hover {
  color: #000;
  outline: none;
}

.container-new {
  margin-right: 0 !important;
  margin-left: 20px !important;

}

/* #tab1C, #tab2C {
    position: absolute;
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    float: left;
    height: 70px;
    padding-left: 20px;
}*/

/* .container h2 {
    /* margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #5685bc;
} */

/* .container p {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: small;
  } */

/* .container ul {
  font-size: small;
  line-height: 1.4;
  list-style-type: disc;
} */

/*
.container li {
  margin-right: 25px;
  padding-bottom: 5px;
  margin-left: 5px;
} */

#submenu ul {
  list-style: none;
  text-decoration: none;
  outline: none;
  float: left;
  margin-left: 0px;
  padding-left: 0px;
  font-weight: 500;
  font-size: 14px;
  width: 100% !important;
}

#submenu li {
  list-style: none;
  margin-top: 27px;
  float: left;
  margin-right: 40px;
}

#submenu li a {
  color: #676c7a;
  text-decoration: none;
  border: 0px;
  padding-bottom: 5px;
  font-weight: 100;
}

#submenu li a:active {
  color: #676c7a;
  text-decoration: none;
  border: 0px;
  font-weight: 100;
}

#submenu li a:hover {
  color: #626bdd;
  border-bottom: 1px dashed #626bdd;
  text-decoration: none;
  font-weight: 100;
}

div.tab2 a.activeMenuItem {
  color: #21c5da !important;
  border-bottom: 1px dashed #21c5da !important;
  text-decoration: none;
  font-weight: 100;
}

div.tab2 li a:hover {
  color: #19a3b5 !important;
  border-bottom: 1px dashed #19a3b5 !important;
  text-decoration: none;
  font-weight: 100;
}

div.tab3 a.activeMenuItem {
  color: #f2536e !important;
  border-bottom: 1px dashed #f2536e !important;
  text-decoration: none;
  font-weight: 100;
}

div.tab3 li a:hover {
  color: #ee2648 !important;
  border-bottom: 1px dashed #ee2648 !important;
  text-decoration: none;
  font-weight: 100;
}

div.tab4 a.activeMenuItem {
  color: #3dbea3 !important;
  border-bottom: 1px dashed #3dbea3 !important;
  text-decoration: none;
  font-weight: 100;
}

div.tab4 li a:hover {
  color: #309681 !important;
  border-bottom: 1px dashed #309681 !important;
  text-decoration: none;
  font-weight: 100;
}

div.tab5 a.activeMenuItem {
  color: #76d2de !important;
  border-bottom: 1px dashed #76d2de !important;
  text-decoration: none;
  font-weight: 100;
}

div.tab5 li a:hover {
  color: #21c5da !important;
  border-bottom: 1px dashed #21c5da !important;
  text-decoration: none;
  font-weight: 100;
}

div.tab6 a.activeMenuItem {
  color: #fdda9c !important;
  border-bottom: 1px dashed #fdda9c !important;
  text-decoration: none;
  font-weight: 100;
}

div.tab6 li a:hover {
  color: #fdb738 !important;
  border-bottom: 1px dashed #fdb738 !important;
  text-decoration: none;
  font-weight: 100;
}

a.activeMenuItem {
  color: #626bdd !important;
  border-bottom: 1px dashed #626bdd !important;
  text-decoration: none;
  font-weight: 100;
}

.button {
  float: left;
  margin-right: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px 20px 10px 20px;
  background-color: #21c5da;
  color: white;
  border: none;
  font-weight: 100;
  font-size: 14px;
  margin-top: 15px;
}

.button2 {
  float: left;
  margin-right: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px 20px 10px 20px;
  background-color: #3dbea3;
  color: white;
  border: none;
  font-weight: 100;
  font-size: 14px;
}

.button3 {
  float: left;
  margin-right: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px 20px 10px 20px;
  background-color: #f2536e;
  color: white;
  border: none;
  font-weight: 100;
  font-size: 14px;
  margin-top: 15px;
}

.button:hover {
  background-color: #19a3b5;
  cursor: pointer;
}

.button2:hover {
  background-color: #309681;
  cursor: pointer;
}

.button3:hover {
  background-color: #ee2648;
  cursor: pointer;
}

div.date {
  float: right;
  height: 35px;
  width: 130px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 8px 20px 10px 20px;
  background-color: #f8f8fb;
  color: #b1b4be;
  border: none;
  font-weight: 100;
  font-size: 14px;
  margin-top: 10px;
}

img.personalize {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.topmenu {
  float: left;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 15px;
}

.color1 {
  background-color: #f5eafe;
  color: #972cf0;
  text-align: center;
  font-size: 17px;
  padding-top: 8px;
}

.color1:hover {
  background-color: #e5cbfb;
  cursor: pointer;
}

.color2 {
  background-color: #e9f9fb;
  color: #21c5da;
  text-align: center;
  font-size: 17px;
  padding-top: 8px;
}

.color2:hover {
  background-color: #c8f1f6;
  cursor: pointer;
}

.color3 {
  background-color: #feeef1;
  color: #f3627b;
  text-align: center;
  font-size: 17px;
  padding-top: 8px;
}

.color3:hover {
  background-color: #fcd5db;
  cursor: pointer;
}


#right {
  float: right;
  height: 45px;
  margin-right: 65px;
  margin-top: 15px;
}

.font {
  font-size: 13px;
  color: #2e2f33;
}

#course {
  display: none;
}

#double {
  width: 100%;
}

#boxed {
  margin: 20px;
  margin-bottom: 20px;
  width: calc(100% - 40px);
  min-height: 200px;
  -webkit-box-shadow: 0px 0px 17px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 17px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 17px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

#leftdouble {
  margin: 20px;
  width: calc(50% - 40px);
  float: left;
  min-height: 200px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 17px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 17px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 17px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

#triple {
  width: 33%;
  float: left;
}

#triple2 {
  width: 67%;
  float: right;
}

.short {
  height: 250px;
}

.long {
  height: 440px;
}

.extralong {
  height: 600px;
}

#rightdouble {
  margin: 20px;
  width: calc(50% - 50px);
  float: right;
  min-height: 200px;
  -webkit-box-shadow: 0px 0px 17px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 17px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 17px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background-color: #ffffff !important;
}

#leftdouble33 {
  margin: 20px;
  width: calc(33% - 80px);
  float: left;
  min-height: 200px;
  -webkit-box-shadow: 0px 0px 17px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 17px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 17px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px;
}

#rightdouble66 {
  margin: 20px;
  width: calc(66% - 80px);
  float: right;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 17px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 17px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 17px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

#boxtitle {
  width: calc(100%-20px);
  height: 43px;
  padding-top: 13px;
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: 500;
  color: #5a5c60;
}

span.bold {
  font-weight: bold;
}

div.pad {
  width: calc(100%-40px);
  padding: 20px;
}

#week {
  display: none;
}

#chart1 {
  float: right;
  position: relative;
  margin-right: 20px;
}

#chart2 {
  float: right;
  position: relative;
  margin-right: 10px;
}

button.general {
  margin-right: 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 5px 10px 5px 10px;
  background: white;
  color: #a0a2a9;
  border: none;
  font-weight: 100;
  font-size: 10px;
  opacity: 1.0;
}

button.activeButton {
  border: none;
  background: #626bdd;
  color: #ffffff;
}

.general:hover {
  cursor: pointer;
}

.course {
  display: none;
}

span.warning {
  height: 5px;
  width: 40px;
  background: black;
}

.borderred {
  border-bottom: 4px solid #ee2648;
}

.borderpurple {
  border-bottom: 4px solid #626bdd;
}

#smallcalendar {
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100%-40px);
}

.scrollDiv {
  overflow: scroll;
  height: 500px;
  position: relative;
}

.error {
  color: red;
}

input[type=text].ownclass {
  padding: 0px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

input[type=text].ownclass:focus {
  border-color: #333;
}

input[type=password].ownclass {
  padding: 0px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

input[type=password].ownclass:focus {
  border-color: #333;
}

textarea.ownclass {
  padding: 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

textarea.ownclass:focus {
  border-color: #333;
}

input[type=submit].ownclass {
  padding: 5px 10px;
  margin: 2px;
  margin-left: 0px;
  background: #ccc;
  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

table.login {
  margin-top: -15px;
}