div[id^="edit_cs_"]{
    display:    none;
}

.show-cs-edit {
    background-color:   rgba(0,0,0,0.1);
    padding-top:        15px;
    margin-bottom:      15px;
}

.heading-bg {
    background-color:   rgba(0,0,0,0.3);
    padding-top:        5px;
    margin-top:         10px;
    margin-bottom:      10px;
}

.adicon-click {
    margin-top:         10px;
    margin-right:       10px;
    font-size:          120%;
    cursor: pointer;
}

.h1 {
    font-size: 15em;
}

.h2 {
    font-size: 12em;
}

.animate-show.ng-hide-add, .animate-show.ng-hide-remove {
    display: block !important; /* yes, important */
}

.animate-show.ng-hide {
  opacity: 0;
  height: 0px;
}

.cssSlideUp {
    transition: .5s linear all;
    height: 80px;
    overflow: hidden;
}
.cssSlideUp.ng-hide {
    height:0;
}

/* LESS */
.panel-day {
    .panel-default;
    border-color:#cccccc;
}

.panel-day> .panel-heading {
  background-color: #dddddd;
  border-color: #cccccc;
}

.vcenter {
    vertical-align: middle;
    line-height:40px;
}

tags-input .tags .tag-item {
  padding: 0 !important;
  height: 27px !important;
}

.tags-input {
  padding: 0 5px;
  border-radius: 2px;
}

.linked { cursor: pointer; }

