.imgmore{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}


.imgmore > div {
  padding: 0 10px 30px 0;
  box-sizing: border-box;
}

.month-btn {
    background-color:#FCBE14 !important;
    color:#fff !important;
    border-radius:0px !important;
}
.month-btn-actual {
    background-color:#51C4E8 !important;
    border-radius:0px !important;
}
.div-flex {
    display:flex;
    justify-content:space-between;
}
.div-flex a:first-child {
    margin-left:0;
    margin-right:auto;
}
.div-flex a:last-child {
    margin-left:auto;
    margin-right:0;
}
#datepatakim, #datemetakim {
    background-color:#c3ebf7 !important;
}
.calendar-table tr td, .calendar-table .header {
    border:0.3px solid #39667D !important; 
}
.calendar {
    padding:30px;
    background:#fff;
}
a:hover {
    text-decoration:none !important;
}
a:hover .colored-text {
    color:#39667D !important;
}
.border-left-warning .colored-text {
    color:#FCBE14;
}
.border-left-prone {
   border-left: .25rem solid #51C4E8 !important;
}
.border-left-prone .colored-text {
    color: #51C4E8;
}
.border-left-projekt {
    border-left: .25rem solid #39667D !important;
}
.border-left-projekt .colored-text {
    color: #39667D;
}
.add-card {
    padding:5%;
    margin-bottom:30px;
}
.add-card input, .add-card select {
    margin-bottom:30px;
    height:40px;
    width:100%;
    padding:1% 2%;
}
.add-card input, .add-card select, .add-card textarea {
     border:1px solid #ccc;
}
.add-card textarea {
    width:100%;
    margin-bottom:30px;
}
.add-card select {
    border-radius:0px;
    box-shadow:none;
}
input[type="checkbox"] {
    height:18px !important;
    width:18px !important;
}
.add-card h2 {
    margin-bottom:30px;
}
.imgp{
  overflow-x: scroll;
  height: 250px;
 
}
.imgrelativ{
     position:relative;
     width:100%;
}
.imgrelativ .img{
    width:100%;
    height:200px;
    object-fit:cover;
}
.topright {
  position: absolute;
  top: -8px;
 left:-5px;
    border:0px !important;
    
}


#questions .sidebar {
    list-style-type:none;
    padding-left:0;
    margin-top:30px;
}
#questions .sidebar li {
    background:#4e73df;
height:60px;
padding:16px 30px;
font-size:1rem;
font-family: 'Metropolis';
    font-weight: 600;
    font-style: normal;
    color:#47484A;
    margin-bottom:30px;
    border:1px solid transparent;
    border-radius:8px;
    color:#fff;
    text-shadow: 0px 1px 3px #00000061;
    width:100%;
    cursor:pointer;
    letter-spacing:1px;
}
#questions .tabContent {
    box-shadow: 1px 0px 6px 3px rgba(0,0,0,0.07);
-webkit-box-shadow: 1px 0px 6px 3px rgba(0,0,0,0.07);
-moz-box-shadow: 1px 0px 6px 3px rgba(0,0,0,0.07);
border:1px solid transparent;
    border-radius:18px;
    padding:30px;
}
#questions .tabContent .img, #questions .tabContent .img img{
    width:100%;
    height:350px;
    object-fit:cover;
    border-radius:18px;
}
#questions .tabContent .description {
    padding:30px 0px;
}
#questions .tabContent .title {
    font-size:1.6rem;
    font-family: 'Metropolis';
    font-weight: 600;
    font-style: normal;
	color: #4BBABB;
}
#questions .tabContent .subtitle {
    font-size:1rem;
    font-family: 'Metropolis';
    font-weight: normal;
    font-style: normal;
    line-height:30px;
	color: #47484A;
}