
body {
 align-items: center;
  background-color: #F7F7F7;
  color:#666;
  height: 100vh;
  justify-content: center;

  font-family:  sans-serif;

}
a {
  text-decoration: none;
  color: #9E5353;
  opacity:1;
  font-family: 'work sans', sans serif;
  font-size: 1.5em;
  font-weight: 400;
  transition: 200ms;
}
a:hover {
  opacity:0.5;
  background:#fff;
}
ul {
  padding: 0;
  list-style-type: none;
}



.container {
  margin-top: 0px; 

}

.content{
  margin-top: 0px; 
  padding:50px 0px 0px 0px;

}

.name{
    width:100%;
    background:#fff;
    box-shadow: 2px 2px 5px 0px #aaa;
    padding:15px 5px 5px 10px;
    
}

.full-width{
    width:100%;
    background:#fff;
    box-shadow: 2px 2px 5px 0px #aaa;
    padding:0 0 0 0;
    
}

.box{
    padding:5px 5px 5px 5px;
    background:#fff;
    width:auto;
    border-radius:8px;
    box-shadow: 2px 2px 5px 0px #aaa;
    margin:15px 10px 5px 10px;
}


h2{font-size:24px; color:#7F1F1F;}
h3{font-size:20px; color:#7F1F1F;}
h4{font-size:16px; color:#7F1F1F; padding: auto auto 5px auto;}

.crop-img
{
width:80px;
height:80px;
overflow:hidden;
border-radius: 50%;
position: relative;
object-fit: cover;
}


.img-user {
    width: 100%;
    object-fit: cover;
}

.card-post .img-user  { max-width: 120px;
                        min-width: 80px;
    object-fit: cover;
}

.crop-batchmate
{
width:60px;
height:60px;
overflow:hidden;
border-radius: 50%;
position: relative;
object-fit: cover;

}

.img-bt {
    width: 100%;
    object-fit: cover;
}

.card-post .img-bt  { max-width: 120px;
                        min-width: 60px;
    object-fit: cover;
}

.arrow {
  border: solid #999;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


#myInput {
  background-image: url('/css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 97%;
  font-size: 22px;
  line-height:30px;
  padding: 5px 5px 5px 28px;
  border: 1px solid #ddd;
  border-radius:5px;
  margin: 8px 5px 10px 5px;
}

.inputbox {
  background-image: url('/css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 80%;
  font-size: 26px;
  padding: 5px 5px 5px 5px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 28px;
  color: black;
  display: block
}

#myUL li a:hover:not(.header) {
  background-color: #eee;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

.fixedbutton {
    position: fixed;
    bottom: 10px;
    left: 5px; 
}