﻿.titleIsimi{
    font-weight:bold;
    text-align:center;
}

.istatistikDesc{
    text-align:center;
}

.istTests{
    width:60px;
    height:60px;
    border-radius:10px;
    background-color:#0977b9;
    padding:3px;
}

.istTestsInside{
    height:40px;
    background-color:#a9d5ed;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.istTestsInsideTime{
    font-weight:bold;
    font-size:12px;
}
.modalHeightDynamicMob {
    width:100%;
    height:100%;
}
.modalHeightDynamic {
    width:100%;
    height:100%;
}
.TestModalSize{
    max-width:1000px;
    width:100%;
}
.modalHeight1000 {
    width:1000px;
}
.modalWidth1000 {
    max-width:1000px;
    min-width:800px;

}
.modalHeight1200{
    width:1200px;
}
#EtkinliklerPopupBody {
    min-height:500px;
    overflow-x:hidden;
    overflow-y:hidden;
}
.closeIcon {
    /*background-image:url('/Content/maka_lib/Modal/X.png');
    background-size:cover;*/
    height:25px;
    width:25px;
    position:absolute;
    right:0px;
    margin-top:-5px;
    cursor:pointer;
    z-index:100;
    color:#ccc;
    font-size:18px;
    /*-moz-box-shadow:    3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow:         1px 1px 1px 1px #aeaeae;*/
}
.closeIcon:hover{
    color:black;
}
.modalWidth768{
    width:768px;
}
#myModal{
    z-index:2010;
}
.mkLoading{
    background-image:url('/Images/loading.gif');
    width:16px;
    height:11px;
    background-repeat:no-repeat;
    display:none;
}

/*.CircleStandartImage {
    background-image:url('/Images//Loading/CircleStandart.gif');
    background-size:cover;
    height:128px;
    width:128px;
    background-repeat:no-repeat;
}*/

.LoadingModalIn {
    height:40px;
    width:40px;
    position:fixed;
    left:50%;
    margin-left:-20px;
    top:50%;
    margin-top:-20px;

}

.LoadingModal {
    background-color: rgba(0,0,0,0.5);
    position:fixed;
    width:5000px;
    height:5000px;
    z-index:20000;
    display:none;
}
.select2-container{
    z-index:20010;

}