body {
  background: #eeeeee;
  font-family: "Open Sans", Arial, sans-serif;
  color: #666666;
}

.topbar {
  background: #00205B;
  box-shadow: 0px 1px 2px #00205B;
  min-height: 50px;
}

.top-bar-padding {
  padding: 2px;
  padding-left: 10px;
}

.logo-sep {
  border-right: 1px solid #102E6A;
}

.logo {
  float: left;
  width: 150px;
}

.login-bar {
  float: right;
  width: 200px;
  padding: 8px;
  border-left: 1px solid #102E6A;
  padding-left: 15px;
}

.padding-login {
  padding-left: 15px;
}

.notification {
  float: left;
  margin: 10px;
  margin-top: 11px;
  position: relative;
}

.notifications-bar {
  float: right;
  border-left: 1px solid #102E6A;
  padding: 3px;
}

/* .projects-wrap {
  margin-top: 20px;
} */

.fp-project {
  min-height: 150px;
  background: #FFF;
  box-shadow: 0px 1px 1px 0px #d5d5d5;
  width: 150px;
  position: relative;
  margin: 15px;
  float: left;
  border: 1px solid #eeeeee;
}

.fp-project-footer {
  position: absolute;
  bottom: 0px;
  padding: 5px;
  width: 100%;
  text-align: center;
  background: #f8f8f8;
  font-weight: 500;
  color: #646464;
  border-top: 1px solid #eeeeee;
  font-size: 11px;
}

.fp-project-footer a {
  color: #646464;
}

.blue-text {
  color: #2b93eb;
}

.fp-project-image {
  padding: 5px;
  text-align: center;
  width: 100%;
  padding-top: 15px;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.fp-project-image:hover {
  opacity: 0.7;
}

.padding-notloggedin {
  padding: 12px;
  padding-top: 15px;
}

.header-content {
  background-color: #455D74;
  font-weight: 600;
  color: #FFF;
  padding: 8px;
  border-radius: 4px 4px 0px 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.header-content1 {
  background-image: url(../images/OPERAWelcomeHeader.png) !important;
  background-color: #ffffff;
  font-weight: 600;
  color: #FFF;
  padding: 8px;
  border-radius: 4px 4px 0px 0px;
  padding-left: 10px;
  padding-right: 10px;
  height: 165px;
  background-repeat: no-repeat;
  width: 313px;
}

.content-page {
  background: #FFF;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border: 1px solid #668caf;
  border-radius: 0px 0px 4px 4px;
}

.box-shadow {
  box-shadow: 0px 1px 2px #d5d5d5;
}

.space-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.click {
  cursor: pointer;
}

.dropdown-menu-user {
  left: -10px;
}

.white-link {
  color: #FFF;
}

.white-link:hover {
  color: #FFF;
}

.align-center {
  text-align: center;
}

.label-heading {
  font-weight: 600;
}

.space-please {
  padding-top: 10px;
}

.hidden {
  display: none;
}

.menu-padding {
  padding: 10px;
}

.decent-margin-top {
  margin-top: 20px;
}

#ui-datepicker-div {
  clip: auto;
}

.project-link:hover span {
  color: #000;
  text-decoration: none;
}

.project-link:hover {
  text-decoration: none;
}

.active-cat {
  font-weight: 600;
}

.align-right {
  text-align: right;
}

.sidebar {
  position: absolute;
  left: 0px;
  width: 230px;
  background: #00205B;
  min-height: 500px;
  top: -2px;
}

.page-wrap {
  background: #00205B;
  width: 100%;
  margin-top: 2px;
  position: relative;
}

.page-content {
  margin-left: 230px;
  background: #eeeeee;
  min-height: 1000px;
}

.sidebar-links {
  color: #FFF;
  font-size: 12px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  /* margin-top: 10px; */
}

.sidebar-links li {}

.sidebar-links li.active {
  background: #455d74;
}

.sidebar-links li {
  background: #455d74;
}

.sidebar-links li a {
  display: block;
  /* font-weight: 600; */
  padding: 10px 10px 10px 20px;
  ;
  color: #FFF;
}

.sidebar-links li a.active {
  background: #78BE20;
  text-decoration: none;
}

.sidebar-links li a:hover {
  background: #1D5AC6;
  text-decoration: none;
}

.plus-sidebar {
  float: right;
  color: #FFF;
  font-size: 8px;
}

.sidebar-icon {
  margin-right: 20px;
  font-size: 16px;
  /* display: none; */
}

.sidebar-links-inner {
  background: #455d74;
}

.project-content {
  background: #FFF;
  border-radius: 4px 4px 4px 4px;
  padding: 15px;
}

.project-content-dark {
  background: #455d74;
  border-radius: 4px 4px 4px 4px;
  padding: 15px;
  color: #FFF;
}

.project-padding {
  margin: 0px 0px 8px 0px;
}

.inner-sidebar-links {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.inner-sidebar-links a {
  display: block;
  background: #24498B;
  font-size: 12px;
}

.inner-sidebar-links li a span {
  padding-left: 20px;
}

.inner-sidebar-links li a:hover {
  background: #273643;
  text-decoration: none;
}

.collapsed {
  background: #00205B;
}

.active-link {
  color: #A6A6A7;
}

a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.options {
  float: right;
}

.username {
  color: #177ef2;
  font-weight: 600;
}

.noti-count {
  z-index: 99;
  position: absolute;
  top: -5px;
  right: -5px;
  color: #FFF;
  border-radius: 8px;
  background: #78BE20;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
}

.noti-area {
  padding: 10px;
  margin: 0px;
  border-color: #d8c99d;
  font-size: 13px;
}

.notification-msg {
  background: #fbebbb;
  padding: 5px;
  border-top: 1px solid #d8c99d;
  font-size: 12px;
}

.notification-msg img {
  margin: 4px;
  margin-right: 10px;
}

.notification-msg:hover {
  background: #fff8e2;
}

.no-top-border {
  border-top: 0px !important;
}

.tag-label {
  padding: 5px;
  border-radius: 4px;
  color: #000;
  font-size: 10px;
  line-height: 28px;
  cursor: default;
}

.task-area-padding {
  padding-right: 20px;
}

.top-margin-task {
  margin-top: 20px;
}

.avatar-right-margin {
  margin-right: 20px;
}

.avatar-left-margin {
  margin-left: 20px;
}

#progressamount {
  float: right;
}

.remove-button-padding {
  padding: 2px !important;
}

.divider-small {
  margin: 0px;
}

.small-text {
  font-size: 11px;
}

.smallish-text {
  font-size: 12px;
}

.task-user-area {
  width: 100px;
}

#status-button-update {
  display: none;
}

#updatedetails-button-update {
  display: none;
}

.text-danger {
  color: #f21717;
}

.completeText {
  color: #368b26;
}

.time-logged {
  padding: 10px;
  border-radius: 4px;
  background: #e9e9e9;
}

.time-icon {
  margin-right: 10px;
}

.table-time {
  border: 1px solid #FFF;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.table-time td {
  padding: 10px;
}

.table-time tr {
  background: #eeeeee;
}

.table-time .active {
  background: #d1fac1;
}

.activebtn {
  background: #eeeeee;
}

.table-time .totalTime {
  background: #e2fbff;
}

.mail-avatar-spacing {
  margin-right: 15px;
}

.dropdown-menu li .input-group {
  padding: 10px;
}

.dropdown-menu {
  min-width: 180px !important;
}

.sticky-class {
  background: #f9ee94;
}

.forum-icon-margin {
  margin-right: 10px;
}

.top-row-border {
  border-top: 1px solid #000000;
}

#tax_name {
  float: right;
}

.paid {
  color: #16d952;
  font-weight: bold;
  font-size: 10px;
}

.admin-content-mid {
  /* border-left: 1px solid #d1d1d1; */
  min-height: 500px;
}

.responsive-bar {
  display: none;
  float: right;
  padding: 3px;
}

.grey-icon {
  color: #2b8fe4;
}

.responsive-menu {
  display: none;
}

.responsive-menu-content {
  background: #FFF;
  margin-top: 5px;
  box-shadow: 0px 1px 2px #d5d5d5;
}

.responsive-sidebar {
  list-style: none;
}

.responsive-sidebar .active {
  font-weight: bold;
}

.responsive-sidebar ul li {
  font-weight: normal;
  list-style: none;
}

.dateBox {
  height: 140px;
  vertical-align: middle !important;
  text-align: center;
  max-width: 25px;
}

.nodate {
  background: #fcecf0;
}

.activedate {
  background: #e8fbd6;
}

.todaydate {
  background: #ffe2ca;
}

.dateevent {
  border-radius: 4px;
  margin: 2px;
}

.icon-margin-right {
  margin-right: 10px;
}

/* New Dashboard */
.dashboard-window {
  background: #62acec;
  width: 100%;
  padding: 20px;
  color: #FFF;
  border-radius: 4px;
}

.d-w-icon {
  width: 30%;
  float: left;
  margin-right: 5px;
  display: none;
}

.d-w-text {
  width: 85%;
  float: left;
  font-size: 13px;
  text-align: center;
}

.giant-white-icon {
  font-size: 48px;
  color: #FFF;
}

.d-w-num {
  font-size: 38px;
  color: #FFF;
  vertical-align: middle;
  line-height: 100%;
}

.db-header {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 10px;
  padding-bottom: 1px;
}

.db-header-title {
  font-size: 18px;
  float: left;
}

.page-header-title {
  font-size: 18px;
  float: left;
}

.page-title {
  font-size: 18px;
}

.db-header-extra {
  float: right;
  padding: 5px;
}

.project-header {
  font-size: 18px;
  border-bottom: 1px solid #909ca9;
  padding-bottom: 4px;
}

.decent-text {
  font-size: 13px;
}

.db-project-funds {
  font-size: 38px;
  text-align: center;
}

.highlight-side {
  border-left: 5px solid #55718c;
}

.table-header tbody {
  border: 1px solid #62acec;
}

.table-header td {
  background: #f0ad4e;
  color: #FFF;
  font-weight: 600;
  border: 1px solid #f0ad4e;
}

.align-left {
  text-align: left;
}

.db-icon {
  width: 30px;
}

#tasks_window {
  max-height: 250px;
}

#task_messages {
  max-height: 350px;
}

.margin-right-extra {
  margin-right: 5px;
}

.db-grouptext {
  font-size: 13px;
  color: #eb3b58;
}


.table-header {
  background: #F0F0F0;
  border-top: 1px solid #CCCCCC !important;
}

.table-blue-border tr th {
  border: 1px solid #CCCCCC !important;
  font-weight: 600;
}

.table-blue-border>tbody>tr>th {
  border: 1px solid #CCCCCC !important;
}

.table-blue-border thead {
  border: 1px solid #CCCCCC !important;
}

.table-blue-border tr td {
  border: 1px solid #CCCCCC;
}

.table-header:hover {
  background: #F0F0F0 !important;
}

.modal-header {
  background: #668caf;
  color: #FFF;
  border-radius: 5px 5px 0px 0px;
}

.media-border-bottom {
  border-bottom: 1px solid #eee;
}

.plan-wrap {
  display: inline-block;
  margin: 3px;
  text-align: center;
}

.plan {
  background: #4e78b1;
  color: #FFFFFF;
  padding: 5px;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  border: 2px solid #DDDDDD;
}

.plan p {
  margin-bottom: 5px;
}

.plan-wrap p {
  margin-bottom: 3px;
}

.plan-title {
  color: #FFFFFF;
  font-weight: 600;
}

.faded {
  opacity: 0.6;
}

.icon-nolink {
  color: #666666;
}

.margin-center {
  margin: 0 auto;
}

.ui-tooltip-content {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.dashboard_blocks
{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.spin {
  -webkit-transform-origin: 50% 58%;
  transform-origin: 50% 58%;
  -ms-transform-origin: 50% 58%;
  /* IE 9 */
  -webkit-animation: spin .8s infinite linear;
  -moz-animation: spin .8s infinite linear;
  -o-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

a:focus {
  outline: none;
  border: 0px solid #ff00ff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

#event_list{
  display: none;
}

.myOption {
  zoom: 1.2 ;
}

.selected_menu_item{
  background-color: transparent !important;
  color: #78be20 !important;
  border-bottom: solid 2px !important;
  border-radius: 0px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.not_selected_menu_item{
  background-color: transparent !important;
  color: #797979 !important;
  border-bottom: 0px !important;
  border-radius: 0px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.cal_dropdown
{
  color: #00205B;
  border: 0px;
}

@media(max-width:768px) {
  .sidebar {
    display: none;
  }

  /* .smallish-text {
    position: absolute;
  } */

  .admin_side_bar
  {
    display:none;
  }

  .page-content {
    margin-left: 0px;
  }

  .padding_top_10{
    padding-top: 10px;
  }
}

@media(min-width:768px) {}

@media(min-width:992px) {}

@media(min-width:1200px) {}

.bluButton {
  background-color: #102F6B;
  margin-top: -40px;
}

/* Add New Styling */
.logo-main {
  width: 211px;
  height: 52px;
}

.glyphicon-menu-hamburger {
  display: none;
}
.new-footer{
  display: flex;
    width: 80%;
    margin: 0 auto;
    gap: 10px;
    font-size: 11px;
    padding-top: 20px;
}
.copyright-footer{
  width: 80%;
  margin: 0 auto;
  font-size: 11px;
  padding-bottom: 20px;

}
.table-common .table-header th{
  border: none!important;
  border-top: none!important;
}
.table-common .table-header{
  border-top: none!important;
}
.table-blue-border tr td{
  border: none!important;
}
/*.table-blue-border tr{
   border-bottom: 1px solid #ccc!important; 
}*/
.table-blue-border tr:last-child{
  border-bottom: none!important;
}

.circle_bullet{
  font-size: 8px;
}

.sub_menu2{
    position: absolute;
    z-index: 9;
    left: 80px;
    width: 150px;
}

a[aria-expanded=false] .fa-chevron-up {
  display: none;
}
a[aria-expanded=true] .fa-chevron-down {
  display: none;
}

.no_padding
{
  padding-left: 0px;  
  padding-right: 0px;
}

.top-padding {
  padding-top: 10px !important;
}

.close {
  color: white;
}

.svg_size{
  width: 20px;
}

.text_center{
  text-align: center !important;
}

.event_circle{
  display: none;    
}

.width_100_per{
  width: 100%;
}

/* .form-group{
  margin-bottom: 0px !important;
} */

@media screen and (max-width:768px) {
  .navbar-header {
    float: left;
    padding-left: 15px
  }

  .wrap_string{
    word-wrap: break-word;
  }

  .td_wrap{
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
  }

  .navbar-nav {
    float: right;
    margin: 0;
  }

  .form-input {
    display: inline-block;
  }

  .navbar-form {
    padding: 0 15px 0 0;
    border: none;
    margin-bottom: 0;
  }

  .responsive-bar {
    display: none;
  }

  .login-bar {
    display: block;
  }

  .notifications-bar {
    display: block;
    padding-top:6px;
  }

  .padding_p{
    padding-top: 20px;
  }

  .login-bar .name-span {
    display: none;
  }

  .login-bar {
    padding: 6px 0;
    width: 48px;
    position: relative;
    border: none
  }

  /* .down-arrow {
    position: absolute;
    top: -20px;
    right: -42px;
  } */

  .dropdown-menu-user {
    left: -140px;
  }

  .glyphicon-menu-hamburger {
    color: #fff;
    display: block;
  }
  .logo {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    padding-left: 0;
  }
  .responsive-menu .mail-noti,.responsive-menu .notification,.projects-noti  .noti-noti,.responsive-image,.smallish-text {
    display: none;
  }
  .responsive-menu-content{
    margin-top: 0;
    min-height: 0;
    
  }
  .responsive-sidebar{
    position: absolute;
      top: 2;
      z-index: 999;
      background: #fff;
      /* padding: 20px; */
      left: -15px;
      width: 206px;
  }
  .sidebar-links li{
    background-color: transparent;
  }
  .sidebar-links li a{
    background-color: transparent;
    color: #000000;
  }
  .plus-sidebar{
    color: #000;
    margin-top: 8px;
  }
  .sidebar-links li a:hover{
    background-color: transparent;
  }
  .sidebar-links-inner{
    background-color: #f1f1f1;
  }
  .sidebar-links li a.active{
    background-color: transparent;
  }
  .sidebar-links li a{
    background-color: transparent;
    font-size: 14px;
      padding: 15px 15px 15px 20px;
  }
  .sidebar-icon{
    margin-right: 15px;
  }
  .svg_size{
    width: 22px;
  }
}

@media screen and (max-width:576px) {
  .navbar-header {
    float: unset;
    padding-left: 0px;
    text-align: center;
  }

  .dashboard_blocks
  {
    justify-content: center;
  }

  #login_banner{
    display: none;
  }

  .activedate {
    font-size: 12px !important;
  }

  .nodate{
    font-size: 12px !important;
  }

  #event_list{
    display: block;
  }

  .dateevent{
    display: none;
  }

  .padding_top_10{
    padding-top: 10px;
  }

  .event_circle{
    background: #4B628F !important;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block; 
    margin-left: 8px;   
  }

  .dateBox {
    height: 40px;
  }

  .text_width{
    width: 100px;
  }

  .width_100{
    width: 100%;
  }

  .text_small_width{
    width: 80px;
  }

  .navbar-nav {
    float: unset;
    text-align: center;
  }

  .navbar-form {
    padding: 0;
  }

  .navbar-btn {
    margin-top: 5px;
    margin-bottom: 2px;
  }

  .login-bar {
    width: 36px;
    height: 36px;
  }

  .home-search-container {
    padding: 8px 0;
  }

  .navbar-header .navbar-btn {
    padding: 8px 20px;
  }

  .click {
    height: 16px;
    width: 16px;
  }

  .login-bar .profile-image {
    height: 27px;
    width: 27px;
  }

  .notification {
    margin: 5px;
  }

  .logo-main {
    width: 131px;
    height: 32px;
  }

  .topbar {
    min-height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .new-footer {
    flex-direction: column;
    align-items: start;
    margin-bottom: 10px;
  }  

  .box_create_hospital
  {
    display: none;
  }

  .btn_create_hospital
  {
    display: block;
  }

  .svg_size{
    width: 22px;
  }
}

@media screen and (min-width:576px) {
  .btn_create_hospital
  {
    display: none;
  }
}  

