body{
  background: #efefef !important;
}

nav{
  border-radius: 0px !important;
  z-index: 1000 !important;
  width: 100% !important;
  margin-bottom: 20px !important;
  background: #555555 !important;
}
.navbar-light .navbar-nav .nav-link {
  color:#fff !important;
}
.navbar-brand img{
  max-width: 110px;
}

.fixed-nav{
  position: fixed !important;
  top:0px !important;
}

.button-success{
  background: #2ca01c;
  border-radius: 3px;
  color: #fff;
}
.button-success:hover{
  background: #558b2f !important;
  color: #fff;
}

.button-warning{
  background: #ffc400;
  border-radius: 3px;
  color: #000;
}
.button-warning:hover{
  background: #ffab00 !important;
  color: #000;
}


.navbar-brand{
  padding: 0px 15px !important;
}

.header-space{
  /* position: relative;
  top: 55px; */
}

.title-page{
  font-size: 30px;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  line-height: 46px;
  font-weight: 600;
  text-align: center;
  color: #252525;
  margin: 25px 0px;
}

.subtitle-page{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.my-card{
  margin-bottom: 20px;
  text-decoration: none !important;
}


.welcome{
  margin: 20px 0px;
}

p{
  font-family: 'Roboto';
  font-weight: 300;
}



footer{
  margin-top: 30px;
  border-top:1px solid #ccc;
  background: #f7f7f7 ;
  padding: 20px 0px;
}

.footer-corp{
  padding: 30px 0px;
  background: #efefef;
  text-align: center;
}

span.inline-editor-button-group{
	margin-left:5px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn-circle.btn-image{
	position: absolute;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    padding-top: 3px;
    margin-left: 25%;
    margin-top: 25%;
}

.unreaded-notification{
	background-color: #EEE;
}

.unreaded-notification p{
	font-weight: bold;
}

.transparent-back {
  background-color:rgb(255,255,255,0) !important;
}

.star-rating-checked{
  color: orange;
}

.star-half-checked:after {
    content: "\f089 ";
    position: absolute;
    margin-left: -15px;
    color: orange;    
}

.nounderline {
  text-decoration: none !important
}

.bg-gray-dark {
  background-color: #DDD !important;
}