/*
*
|  Page Name       : navigation.css
|  Description     : css for displaying navbar
|  Created by      : May Altamerano
|  Date Created    : August 2018
|  Last Update by  : May Altamerano
|  Last update     : May 2018
*
*/

.navbar.navbar-default.-web_navigation{
  /* box-shadow: 0 2px 1px 0 rgba(207, 211, 218, 0.35)!important;
  -webkit-box-shadow: 0 2px 1px 0 rgba(207, 211, 218, 0.35)!important; */
  height:65px;
  border: 0px;
  padding: 0px 0px;
  margin-left: 250px;
  transition: all 0.4s ease 0s;
  box-shadow:0px 0px 15px 1px rgba(113, 106, 202, 0.1);
}
.navbar.navbar-default.-web_navigation.active{
  margin-left: 80px;
  box-shadow:0px 0px 15px 1px rgba(113, 106, 202, 0.1);
  transition: all 0.4s ease 0s;
  z-index: 10;
}
.nav-container{
  display: flex;
  padding-right: 30px !important;
}
.left-nav{
  align-self: flex-start;
  margin-left: 30px;
}
.right-nav{
  margin-left: auto !important;
}
.-btn_toggle{
  /* border-radius: 35px; */
  padding: 8px 9px;
  display: flex;
  /* -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .16), 0 2px 7px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .16), 0 2px 7px 0 rgba(0, 0, 0, .12); */
}
.-btn_toggle:focus,
.-btn_toggle:active,
.-btn_toggle:active:focus{
  outline:0px;
  outline-color:transparent;
  cursor:pointer;
}
.nav-container,
.-web_navigation .navbar-header,
.navbar-brand,
.navbar-right,
.navbar-button-toggle{
  height: 65px;
  padding: 0px;
}
.navbar-right>li>a{
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
}
.-web_navigation .navbar-header{
  /* width: 200px; */
  margin-left: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 65px;
  margin-right: 20px;
  transition: all 0.4s ease 0s;
}
.-logo_nav{
  min-height: auto;
  max-height: 70%;
  min-width: auto;
  /* max-width: 100%; */
  /* margin: 3px 2px 0px 2px; */
  object-fit: contain;
}
.-icon_link{
  font-size: 18px;
}
.-icon_link>.fa-bullhorn{
  font-size: 16px;
}

/*Notifications*/
.dropdown-menu.-notification{
  width: 450px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.1);
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.1);
  border: 1px solid #e6eaee !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0px 0px 15px 0px;
}
.-notification-container{
  max-height: 500px;
  overflow: hidden;
}
.-notification_badge{
  position: absolute;
  left: 22px;
  top: 10px;
  height: 20px;
  font-size: 13px;
}
h3.-notification{
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
  padding: 10px 15px
}
hr.-line_notification{
  margin-top: 35px;
  margin-bottom: 0px;
}
hr.-line{
  margin: 0px;
}
.-notification_content{
  padding: 0px 15px;
}
.-notification_link.-no_content{
  display: none;
  text-align: center;
}
.-notification_link{
  text-decoration: none !important;
  cursor: pointer;
}
.-notification_view_more{
  margin: 0px;
  padding-top: 15px;
}
.-from_notification{
  display: flex;
  max-height: 70px;
  min-height: 30px;
  padding: 5px;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.-mark_read_notification.badge{
  margin: 8px 15px 0px 15px;
  font-size: 14px;
  font-weight: 400;
}
figure.-container_image{
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100%;
  margin-left: 5px;
}
img.-notification_image{
  width: 100%;
  height: 100% !important;
  display: block !important;
  border-radius: 35px;
  object-fit: cover;
}
.-notification_name{
  font-size: 13px;
  text-decoration: none;
  margin: 0px 0px 5px 0px;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  word-break: break-word;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.-notification_subtitle{
  font-size: 12px !important;
  text-decoration: none;
  margin: 0px;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 15px;
}
.-notif_icon{
  margin-right: 7px;
}
.-event_notif_container{
  height: 55px;
  width: 63px;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}
.-class_notif_continer{
  height: 55px;
  width: 63px;
  overflow: hidden;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}
.-class_container.-ls{
  height: 55px;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.-class_img.-ls{
  width: auto;
  height: 55px;
  display: block;
}
.-class_notif_continer .-class_container{
  height: 55px;
  width: 63px;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.-class_notif_continer .-class_img{
  width: 100%;
  min-height: 55px;
  display: block;
}
.-event_month_notif{
  font-size: 13px;
  font-weight: normal;
  margin: 0px;
  padding-top: 5px;
}
.-event_date_notif{
  font-size: 23px;
  font-weight: 500;
  margin: 0px;
}
.-logo_notif{
  height: 15px;
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.-school_logo_notif{
  min-width: auto;
  min-height: auto;
  max-width: 100%;
  max-height: 100%;
}
.-notification_body{
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px;
  width: 75%;
}
.-notification_action_icons{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  padding: 10px 0px;
}
.-btn_notification{
  padding: 3px;
  margin: 0px;
}
.oa_eye_slash.-actions_icons{
  font-size: 10px !important;
  opacity: 0.6;
}
.oa_fl_circle.-actions_icons{
  font-size: 8px !important;
  opacity: 0.6;
}
.oa_fl_circle.-actions_icons:hover,
.oa_fl_circle.-actions_icons:active,
.oa_fl_circle.-actions_icons:focus,
.oa_eye_slash.-actions_icons:hover,
.oa_eye_slash.-actions_icons:active,
.oa_eye_slash.-actions_icons:focus{
    opacity: 0.9;
}
.-notification_unavailable{
  margin:  20px 15px 15px 15px;
}
.-message_link{
  text-decoration: none !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.-message_link.-no_content{
  /* display: none; */
  text-align: center;
}
.-message_view_more{
  padding-top: 15px;
  margin: 0px;
}
.-message_unavailable{
  margin:  15px 15px 15px 15px;
}
/*Messages*/
.dropdown-menu.-messages{
  width: 400px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.1);
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.1);
  border: 1px solid #e6eaee !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0px 0px 15px 0px;
  margin-top: -3px;
}
h3.-message{
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
  padding: 10px 15px
}
hr.-line_message{
  margin-top: 35px;
  margin-bottom: 0px;
}
.-message_badge{
  position: absolute;
  left: 22px;
  top: 10px;
  height: 20px;
  font-size: 13px;
}
.-message_content{
  padding: 0px 15px;
}
.-message_link{
  text-decoration: none !important;
  cursor: pointer;
}
.-from_message{
  display: flex;
  min-height: 70px;
  max-height: 100px;
  padding: 5px;
  width: 100%;
}

.-unread_message.badge{
  margin: 8px 15px 0px 15px;
  font-size: 14px;
  font-weight: 400;
}
figure.-container_message{
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100%;
  margin-left: 5px;
}
img.-message_image{
  width: 100%;
  height: 100%;
  border-radius: 35px;
  object-fit: cover;
}
.-unread .-message_name{
  font-size: 14px;
  text-decoration: none;
  margin: 0px 0px 3px 0px;
  font-weight: 600 !important;
  white-space: nowrap;
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.-message_name{
  font-size: 14px;
  text-decoration: none;
  margin: 0px 0px 3px 0px;
  font-weight: 400 !important;
  white-space: nowrap;
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.-unread .-message_subtitle{
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin: 0px;
  min-height: auto;
  max-height: 80px;
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}
.-message_subtitle{
  font-size: 14px;
  text-decoration: none;
  margin: 0px;
  min-height: auto;
  max-height: 80px;
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}
.-message_time{
  font-size: 10px;
  text-decoration: none;
  margin: 0px;
}
.-unread .-message_time{
  font-size: 10px;
  text-decoration: none;
  margin: 0px;
  font-weight: 600;
}
.-message_body{
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: flex-start;
  padding: 2px;
}
.-message_unavailable{
  margin:  20px 15px 15px 15px;
}
/*profile dropdown*/
.-profile_dropdown{
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .20);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .20);
  border: 0px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0px;
  overflow: hidden;
  right: 5 !important;
  min-width: 250px;
}
.-profile_dropdown>li>a{
  display: block;
  padding: 11px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  margin-top: 1px;
}
.-profile_dropdown_divider{
  margin: 1px 0px !important;
}
.-send_report{
  position: absolute;
  right: 20;
}
.-send_report_flag{
  display:none;
}
/* .btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus{
  outline: 0px !important;
  color: transparent;
} */
