/* app css stylesheet */

.brackets{
  border: 6px;
  border-style: solid;
  border-image: url(appicons/agkyles.svg) 8% 2% 8% 2%;
}

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}

.big-diff{
	font-size:20px;
}

.stasettings{
	padding:10px;
}

.usersettings{
	padding:30px 10px;
}


.i48{
	width:48px;
	height:48px;
}

.iper50{
	width:50%;
	height:50%;
}

.user_avatar{
	background: #eee;
    border-radius: 50%;
    padding: 20px;
}

.settings_container{
	padding:0px 10px;
}

.settings_item{
	padding:10px 0px;
}

.settings_item span{
	padding-left:10px;
	font-size:14px;
	color: rgba(0,0,0,0.54);
}

.overview_item md-card{
	transition: all linear 1s;
	opacity:1;
}

.overview_item .ng-hide{
	opacity:0;
}

.mdi-thermometer{
	font-size:24px;
}

.selDate{
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    font-size: 16px;
}

.diff-container{
	margin-top:20px;
}

.diff-container .diff-item{
	text-align: center;
    padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.19);
    color: rgba(0,0,0,0.87);
}
.diff-item .plus:before{
	content:'+ ';
	}

.diff-item .minus:before{
	content:'- ';
	}

.diff-item .plus{
	color:#72b9a5;
}

.diff-item .minus{
	color:#f57272;
}

.logo{
	min-width:200px;
    min-height: 100px;
    background-image: url(appicons/logo.png);
    background-position: 50% 50%;
    background-size:80%;
    background-repeat: no-repeat;
}

.hives{
	margin-left: 10px;
    background-image: url(appicons/connected_hives_small.png);
    background-position: 50% 50%;
    background-size: 85%;
    background-repeat: no-repeat;
    background-color: #efefef;
}

.usericon{
	font-size: 48px;
    background: rgba(0,0,0,0.1);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    padding: 5px;
    line-height:96px;
}

.md-button.md-fab.myfab{
	width:72px;
	height:72px;
	background:#efefef;
}

button.md-fab.myfab:not([disabled]).md-focused{
	background:#efefef;
}

button.md-fab.myfab.md-focused{
	background:#efefef;
}
.md-button.md-fab.myfab:not([disabled]):hover{
	background:#eeeeee;
}

.stathmosNumber{
	width: 50px;
    height: 50px;
    text-align: center;
    background: rgba(0,0,0,0.1);
    line-height: 50px;
    color: #333;
    border-radius: 50%;
    margin: auto 10px;
    margin-left: 0;
}

.stathmosNumber.big{
	width:100px;
	height:100px;
	line-height:100px;
	margin:0 auto;
	font-size:24px;
}

.stathmosNumber.small {
    font-size: 12px;
    font-weight: 700;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.stathmos_data{
	font-size:12px;
}
.lock-size {
  min-width: 300px;
  min-height: 300px;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  }

.plus{
	color:#72b9a5;
}

.minus{
	color:#f45b5b;
}

.bigaccount{
	background: rgba(0,0,0,0.1);
    width: 96px;
    height: 96px;
    line-height: 96px;
    text-align: center;
    font-size: 48px;
    border-radius: 50%;
    padding: 5px;
}

.totalOikos .details{
	color:rgba(0,0,0,0.54);
	font-size:14px;
}

.sidemenu_buttons button span{
	color:rgba(0,0,0,0.54);
	text-transform:none;
}

.badge{
    width: 20px;
    height: 20px;
    background: #f45b5b;
    border-radius: 50%;
    position: absolute;
    z-index: 1000;
    top: 46px;
    left: 40px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #f3f3f3;
    line-height: 20px;
}

.latest-weight-container{
	background:rgb(255,255,255);
	margin-right:10px;
	margin-bottom:10px;
}

.latest-weight-container canvas{
	width:180px;
}

.latest-weight-container h4{
	color:rgba(0,0,0,0.54);
}

.latest-weight-container span{
	color: rgba(0,0,0,0.54);
    font-size: 13px;
}


.gauge-container{
	text-align:center;
	position:relative;
	min-height:100px;
	margin:10px;

}

.weight-outer-container{
	position: absolute;
    width: 100%;
    text-align: center;
    top: 70px;
}

.weight-container{
	width: 80px;
    height: 30px;
    font-size: 18px;
    color: rgba(0,0,0,0.54);
    line-height: 30px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.19);
    background: rgba(255,255,255,0.8);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.kg{
	position: absolute;
    width: 100%;
    text-align: center;
    top: 40px;
    font-size: 20px;
    color: rgba(0,0,0,0.19);
}

.weightChart-container{
	width:100%;
	min-height:400px;
}

.weightChart-container.hidden{
	display:none;
}

.tempChart-container,.humChart-container{
	min-height:250px;
}

.nodata{
	width: 200px;
    height: 200px;
    font-size: 200px;
    color: rgba(0,0,0,0.05);
}

.green{
 color:#72b9a5;
}

.red{
color:#f57272;
}

#simlist_cont .expired{
	color:#f57272;
}

#simlist_cont .expiring{
	color:#e9ac3a;
}

#simlist_cont .not-expiring{
	color:#72b9a5;
}

#map {
        height: 400px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
       }

.netstatus-container{
	    padding: 10px;
    margin-bottom: 20px;
}

span.netstatus{
	color: #666;
    font-size: 12px;
    display: block;
    margin: 10px 0px;
}

.stripe_redirect{
      text-align: center;
      opacity:0;
      transition: opacity 1s;
}

.stripe_redirect.show{
  opacity:1;
}

.material-icons.success{
  font-size: 192px;
  line-height: 192px;
  height: 192px;
  width: 192px;
  color: #5db69f;
}

.material-icons.failed{
  font-size: 192px;
  line-height: 192px;
  height: 192px;
  width: 192px;
  color: #f57272;
}

.redirect_msg p{
  text-align:center;
}


#diastimataList md-list-item md-icon.active {
  color: rgb(0,150,136) !important;
}

.diastima-title{
    text-align: center;
    margin: 20px 72px 50px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
}

.notes-content{
    font-weight:400;
    font-size:14px;
}

.diastima-cat-list-item{
  padding:20px 0;
}

.diastima-cat-list-item span{
  font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-left: 15px;
    color: #666;
}

.settings-icon{
  width:30px;
  min-height:30px;
  font-size:30px;
  display:block;
  margin:0 auto;
}

.value-container p{
  font-weight:400;
  font-size:18px;
  color:#3c3c3c;
} 

.section-container{
  margin-top:50px;
}

.section-title{
  width:300px;
  margin:20px auto 60px;
  text-align:center;
  border-bottom: 2px solid #00897B;

}

.section-title p{
  font-weight: 700;
  margin-bottom: 4px;
}

.menu-hives-icon{
  margin-left:0;
}


.search-container{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}

.stathmoi-filter-text{
  width: 100%;
    color: rgba(0,0,0,0.57);
    font-size: 12px;
    padding-left: 20px;
    margin-bottom: 0;
}

.filtertime{
  width:40px;
  text-align: center;
}
