/* SMART title */
.smart-title {
  font-family: "Pacifico", cursive;
}

/* LSI colours*/
.lsi-blue {
  color: RGB(32, 65, 154);
}

.lsi-red {
  color: RGB(220, 105, 81);
}

.lsi-yellow {
  color: RGB(255, 245, 104);
}

.lsi-light-blue {
  color: RGB(201, 212, 231);
}

.lsi-red-tint {
  color: RGB(248, 227, 218);
}

.lsi-green {
  color: green;
}

.smart-container {
  min-height: 200px;
  border-radius: 4px;
  padding: 20px !important;
  background: #fff;
  margin: 0;
  color: #300f95 !important;
  text-align: center;
  margin-left: 25px;
}

.smart-bold {
  font-weight: bold;
}

.smart-hide {
  display: none;
}

#mainMenuProfile a:hover {
  color: #3D58A2;
  font-weight: bold;
}

/* Alert Container */
.alert-container > ul {
  list-style-type: none;
}

.smart-helper-icon {
  color: RGB(32, 65, 154);
  text-align: right;
  font-size: 20px;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

/* ------------------------------------------------------- */
/* VOYAGER                                                  */
/* ------------------------------------------------------- */
/**
 * NAVBAR
 */
#smart-side-menu {
  list-style: none;
  padding-left: 0px;
}
#smart-side-menu li {
  font-size: 15px;
  line-height: 50px;
}
#smart-side-menu .icon {
  margin-left: 0;
  width: 38px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
#smart-side-menu .open > .dropdown-menu {
  display: block;
  position: relative;
  width: 100%;
}
#smart-side-menu .dropdown-menu {
  background: #f5f5f5;
  z-index: 999;
}
#smart-side-menu li {
  margin: 0px;
}
#smart-side-menu li:hover {
  color: RGB(248, 227, 218);
  background: #e5e5e5;
}

.clock {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 15px;
  font-family: Orbitron;
  text-align: right;
  letter-spacing: 4px;
}

.voyager .navbar.navbar-default .navbar-nav > li.open > a, .voyager .navbar .navbar-nav > li.open > a {
  color: RGB(220, 105, 81);
}

.voyager .side-menu .navbar-header {
  background: #FFFFFF !important;
  border-color: #FFFFFF !important;
}

.voyager .navbar, .voyager .navbar.navbar-default {
  background: #FFFFFF;
}

.voyager .navbar > .container-fluid {
  border-bottom: 0;
}

.voyager .navbar .hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  background: #0519c2 !important;
}

.voyager .navbar .hamburger-inner:after, .voyager .navbar .hamburger-inner:before {
  background: #fff;
}

.voyager .navbar .caret {
  color: #fff;
}

.navbar-fixed-top .logo-link {
  display: none;
}

.navbar-fixed-top .logo-container {
  width: 60px;
  text-align: center;
}

.navbar-fixed-top img {
  font-size: 8px;
  width: 40px !important;
  height: 40px !important;
}

#smart-side-menu li {
  margin: 12px 0px;
}
#smart-side-menu li:first-child {
  margin-top: 24px;
}

.breadcrumb {
  border: 0px;
}

.breadcrumb a {
  color: dimgrey !important;
}

.breadcrumb li {
  font-size: 16px;
}

.voyager .side-menu.sidebar-inverse {
  background: #E5E5E5;
}

.voyager .side-menu.sidebar-inverse .navbar li.active > a {
  color: #E57919;
}

.voyager .side-menu.sidebar-inverse .navbar li > a {
  color: RGB(32, 65, 154);
  margin-left: 2px;
  font-size: 17px;
}

.voyager .side-menu.sidebar-inverse .navbar li > a:hover {
  color: #E57919 !important;
  background: #e5e5e5;
}

.menu-messages-dropdown {
  position: relative;
  display: inline-block;
}

.menu-messages-dropdown-content {
  display: none;
  position: absolute;
  left: 10px;
  background-color: #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.menu-messages-dropdown-content a, .menu-messages__title {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.menu-messages__title {
  font-weight: bold;
  color: rgb(32, 65, 154);
}

.menu-messages-dropdown-content a:hover {
  background-color: #ddd;
}

.menu-messages-dropdown:hover .menu-messages-dropdown-content {
  display: block;
}

.menu-messages-dropdown:hover .menu-messages-dropbtn {
  background-color: #3e8e41;
}

.menu_message__date {
  font-size: 10px;
}

.menu_message__all {
  color: #EFAD4D !important;
  font-weight: bold;
  text-align: right;
  font-size: 10px;
}

.voyager .navbar, .voyager .navbar.navbar-default {
  z-index: 9 !important;
}

#smartMenuSchoolsVisibility {
  padding: 10px;
  color: white;
  background: RGB(32, 65, 154);
}

/**
 * SIDEBAR
 */
.app-container .content-container .side-menu {
  z-index: 10 !important;
}

/*.app-container .content-container .side-menu .navbar-header .navbar-brand img{
  width: 68px !important;
  height: 35px !important;
  margin-left: 60px;
}*/
#voyager-loader img {
  animation: none !important;
}

.analytics-container {
  display: none;
}

/* ------------------------------------------------------- */
/* MAIN CONTENT                                            */
/* ------------------------------------------------------- */
h1 {
  font-size: 26px !important;
}

h2 {
  font-size: 20px !important;
}

h1, h2, h3, h4, h5 {
  font-family: "Roboto Slab", serif;
}

.smart-divider {
  border-bottom: 2px solid #f4f1f4;
}

.smart-align-left {
  text-align: left;
}

.voyager-plus-smart__green {
  color: green;
  padding-right: 5px;
  cursor: pointer;
  font-size: 25px;
  vertical-align: middle;
}

.page-title {
  color: RGB(32, 65, 154);
  height: 68px;
  margin-top: 20px;
  padding-top: 11px;
  font-weight: 500;
}
.page-title a {
  color: RGB(32, 65, 154);
}
.page-title a:hover {
  text-decoration: underline;
}

.page-title > i {
  top: 16px;
  font-size: 30px;
}

.paragraph-centered {
  text-align: center;
}

/**
* TOOLTIP
 */
#documentUploadTooltip {
  color: RGB(32, 65, 154);
  font-size: 14px;
  float: left;
  margin-top: 5px;
}

/**
 * FOOTER
 */
#smartFooter {
  width: inherit;
  margin-left: 50px;
}

.app-container.expanded .app-footer {
  margin-left: 0px !important;
}

.site-footer-right {
  display: none;
}

.voyager .app-footer {
  background: RGB(32, 65, 154);
  margin: 0px;
  padding: 0px;
}

.voyager .alert.alert-warning {
  display: none;
}

#nav-school-name {
  color: white;
  text-align: right;
  margin-top: 15px;
  margin-right: 10px;
  font-size: 11px;
}

/* SINGLE SIGN IN LINKS */
footer.app-footer li {
  display: inline;
}

/* NOTES POPUP */
#notesPopUpMessage {
  border: 2px solid RGB(32, 65, 154);
  padding: 0px 20px;
}

/**
* BOOTSTRAP CUSTOMIZATION
 */
.col-no-margin {
  margin: 0px !important;
}

.smart-read-only {
  font-weight: bold;
  text-transform: uppercase;
}

/**
 DASHBOARD DES LINKS
 */
.dashboard-block {
  background: #4385F0 !important;
  width: 25%;
  margin: 40px 20px 40px 10px;
  float: left;
  height: 250px;
  border: 0px !important;
  cursor: pointer;
}

.dashboard-block__title {
  font-size: 24px;
}

.dashboard-block__yellow {
  background: #FFC000 !important;
}

.dashboard-block__purple {
  background: #7173DE !important;
}

.dashboard-block__green {
  background: #4EBCC3 !important;
}

.dashboard-block__blue {
  background: #0519C2 !important;
}

.dashboard-block__red {
  background: #DC6951 !important;
}

.dashboard-block:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.dashboard-block__icon {
  text-align: center;
  padding: 10px;
  font-size: 100px;
  color: white;
}

#desFooterLinks {
  text-align: left;
  margin: 0px 0px 0px 25px;
  padding: 0px;
}

.app-footer-col__max-width {
  width: 250px;
}

.smart-btn-green, .smart-btn-blue, .smart-btn-yellow, .smart-btn-red, .smart-btn-purple, .smart-btn-green1, .smart-btn-pink {
  color: #FFF;
  opacity: 0.9;
  background: RGB(220, 105, 81);
  border: 0;
  border-radius: 3px;
}

.smart-btn-green {
  background: #5DB75D;
}

.smart-btn-blue {
  background: #4BB3D0;
}

.smart-btn-yellow {
  background: #EFAD4D;
}

.smart-btn-red {
  background: #F0433D;
}

.smart-btn-purple {
  background: #B060C1;
}

.smart-btn-pink {
  background: #FF99C8;
}

.smart-btn-green1 {
  background: #01B8AA;
}

.smart-btn-green:hover, .smart-btn-blue:hover, .smart-btn-yellow:hover, .smart-btn-red:hover, .smart-btn-purple:hover, .smart-btn-green1:hover {
  opacity: 1;
  color: #FFF;
}

.smart-float-left {
  float: left;
}

.smart-float-right {
  float: right;
}

.smart-text-align-right {
  text-align: right;
}

/**
* LEDGER
 */
#accountBalanceContainer #balanceContainer, #accountBalanceCollegeContainer #balanceContainer {
  background: RGB(32, 65, 154);
  min-height: 250px;
  text-align: left;
  padding: 20px;
  color: RGB(255, 245, 104);
  font-weight: bold;
}
#accountBalanceContainer h2, #accountBalanceCollegeContainer h2 {
  color: white;
}
#accountBalanceContainer #accountCurrencyButtons, #accountBalanceCollegeContainer #accountCurrencyButtons {
  margin-bottom: 0px;
  text-align: left;
  margin-top: 30px;
}
#accountBalanceContainer #accountCurrencyButtons button, #accountBalanceCollegeContainer #accountCurrencyButtons button {
  padding: 15px;
  background: RGB(32, 65, 154);
  color: white;
  border: 0px;
  min-width: 150px;
  margin-right: 20px;
  border-radius: 20px 20px 0px 0px;
  font-family: Arial;
  font-size: 16px;
}
#accountBalanceContainer #balanceContainer label, #accountBalanceCollegeContainer #balanceContainer label {
  color: white !important;
}
#accountBalanceContainer #accountCurrencyButtons .account-button-no-active, #accountBalanceCollegeContainer #accountCurrencyButtons .account-button-no-active {
  background: RGB(201, 212, 231);
  color: RGB(32, 65, 154);
}
#accountBalanceContainer #oustandingOverview, #accountBalanceCollegeContainer #oustandingOverview {
  margin-left: 15px;
  background: RGB(32, 65, 154);
}
#accountBalanceContainer #oustandingOverview li, #accountBalanceCollegeContainer #oustandingOverview li {
  color: RGB(255, 245, 104);
  text-align: left;
  font-weight: bold;
}

.smart-section-hide {
  display: none;
}

.btn-margin-right {
  margin-right: 20px;
}

#profileOperations {
  border-top: 2px dashed RGB(32, 65, 154);
  margin-top: 20px;
}

#profileOperationSelected {
  background: RGB(32, 65, 154);
  color: white;
}
#profileOperationSelected .smart-form-h2, #profileOperationSelected .smart-form-label {
  color: white !important;
}
#profileOperationSelected p {
  text-align: left;
  padding-top: 10px;
}/*# sourceMappingURL=main.css.map */