.program-ablak-szurke
{
    position: fixed;
    left:0px;
    top:0px;
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 10001;
}
.program-ablak
{
    background: white;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10010;
    display: none;
    max-height: calc(100vh - 50px);
    color: black;
    font-weight: 400;
}
.program-ablak ul
{
    margin:10px 20px;
}
.program-ablak strong
{
    font-weight: 600;
}
.program-ablak h5
{
        font-size: 20px;
    text-align: center;
    margin: 10px 0px 10px 0px;
    color: #23668b;
    font-weight: 600;
}
.scrollable{ overflow: auto; max-height: calc(100vh - 200px); }
.program-ablak .close
{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.program-ablak p
{
    font-size: 16px;
}
.program-ablak img
{
    float: left;
    width:180px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.program-ablak p
{
    text-align: justify;
}
@media (max-width:500px)
{
   .program-ablak img
   {
    float: none;
    display: block;
    margin: 0px auto;
    margin-bottom: 10px;
   } 
}
.programinfo
{
    cursor: pointer;
    margin-left: 10px;
    color: #0fa5f8!important;
    width:auto!important;
}
.flex-box .programinfo
{
    float:right;
}
