﻿.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;
}

#myModal:fullscreen {
    background-color: rgba(255,255,255,0);
}
#myModal:-webkit-full-screen {
    background-color: rgba(255,255,255,0);
}
#myModal:-moz-full-screen {
    background-color: rgba(255,255,255,0);
}

.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;
}

#MkModal{
    position:absolute;
    width:100%;
    height:100%;
    /*background-color:white;*/
    z-index:1100;
    display:none;
}

.cd-modal-close {
  position: fixed;
  z-index: 1;
  top: 5px;
  /*right: 5%;*/
  float:left;
  margin-left:20px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3) url(/Images/Svg/cd-icon-close.svg) no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  /*visibility: hidden;*/
  /*opacity: 0;*/
  /*-webkit-transform: transateZ(0);
  -moz-transform: transateZ(0);
  -ms-transform: transateZ(0);
  -o-transform: transateZ(0);
  transform: transateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);*/

  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;

  cursor:pointer;

}

.cd-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

#lckPanel{
   height:100%;
    width:100%;
    position:fixed;
    z-index:100;
}

@media only screen and (min-width: 800px) {
  .cd-modal-close {
    top: 20px;
    height: 50px;
    width: 50px;
  }
}

#ActivityBody{
    display:none;
}

/*Loading css*/
.cssload-thecube {
	width: 73px;
	height: 73px;
	margin: 0 auto;
	top: 50%;
    margin-top:-50px;
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(43,160,199);
	animation: cssload-fold-thecube 2.76s infinite linear both;
		-o-animation: cssload-fold-thecube 2.76s infinite linear both;
		-ms-animation: cssload-fold-thecube 2.76s infinite linear both;
		-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
		-moz-animation: cssload-fold-thecube 2.76s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.35s;
		-o-animation-delay: 0.35s;
		-ms-animation-delay: 0.35s;
		-webkit-animation-delay: 0.35s;
		-moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 0.69s;
		-o-animation-delay: 0.69s;
		-ms-animation-delay: 0.69s;
		-webkit-animation-delay: 0.69s;
		-moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 1.04s;
		-o-animation-delay: 1.04s;
		-ms-animation-delay: 1.04s;
		-webkit-animation-delay: 1.04s;
		-moz-animation-delay: 1.04s;
}



@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

.silverModalCloseBtn{
    height:30px;
    width:30px;
    font-size:24px;
    color:#959595;
    cursor:pointer;
    text-align:center;
    position:absolute;
    right:-32px;
    top:-4px;
    padding:0px;
}
.silverModalCloseBtnTop{
    height:30px;
    width:30px;
    font-size:24px;
    color:#959595;
    cursor:pointer;
    text-align:center;
    position:absolute;
    right:30px;
    top:30px;
    padding:0px;
}
.silverModalNextBtn{
    height:30px;
    width:30px;
    font-size:24px;
    color:#959595;
    cursor:pointer;
    text-align:center;
    position:absolute;
    right:-40px;
    top:50%;
    margin-top:-25px;
    padding:0px;
    display:none;
}
.silverModalPrevBtn{
    height:30px;
    width:30px;
    font-size:24px;
    color:#959595;
    cursor:pointer;
    text-align:center;
    position:absolute;
    left:-40px;
    top:50%;
    margin-top:-25px;
    padding:0px;
    display:none;
}
.silverModalNextQueueBtn{
    
    /*font-size:24px;
    color:#959595;
    cursor:pointer;*/
    text-align:center;
    /*position:absolute;
    bottom:-40px;
    left:50%;
    margin-left:20px;*/
    padding:0px;
    display:none;
}
.silverModalPrevQueueBtn{
    /*height:30px;
    width:30px;
    font-size:24px;
    color:#959595;*/
    cursor:pointer;
    text-align:center;
    /*position:absolute;
    bottom:-40px;
    left:50%;
    margin-left:-50px;*/
    padding:0px;
    display:none;
}
.silverModalIstatistikBtn{
    /*height:30px;
    width:30px;
    font-size:24px;
    color:#959595;*/
    cursor:pointer;
    text-align:center;
    /*position:absolute;
    bottom:-40px;
    right:0;
    margin-left:-50px;*/
    padding:0px;
    display:none;
}
.silverModalFullScreenBtn{
    /*height:30px;
    width:30px;
    font-size:24px;
    color:#959595;*/
    cursor:pointer;
    text-align:center;
    /*position:absolute;
    bottom:-40px;
    right:0;
    margin-left:-100px;*/
    padding:0px;
}
.silverModalTitleQueue{
    height:30px;
    width:50px;
    font-size:18px;
    color:#959595;
    text-align:center;
    position:absolute;
    bottom:-40px;
    left:50%;
    margin-left:-25px;
    padding:0px;
    display:none;
}

.silverModalTitleQueue span{
    vertical-align: middle;
}
.silverModalTitle{
    font-size:20px;
    position:absolute;
    top:-40px;
    padding:0px;
    color:#fff;
}

.mySilverModal .modal-content{
    border-radius:5px;
    background-color:#dcdcdc;
    padding:8px;
}
.mySilverModal .modal-content.darkParent-background {
    background-color: #6c6c6c;
}
.mySilverModal .modal-content.liteParent-background {
    background-color: #b7b7b7;
}
.mySilverModal .modal-body{
    padding:0px;
    background-color:#fff;
}



/*.mySilverModal.modal {
  text-align: center;
  padding: 0!important;
}

.mySilverModal.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.mySilverModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/


/*
.mySilverModal.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
  .mySilverModal.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.mySilverModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.mySilverModal-BackDrop{
  opacity:0.8 !important;
}*/
.modal-backdrop {
    opacity: 0.5 !important;
}
.silverModalBottom {
    height:40px;
    width:100%;
    color:#959595;
    position:fixed;
    bottom:20px;
    padding:0px;
    /*display:none;*/
    /*border:thin solid red;*/
    z-index:1000;
}


.actModalSize{
    max-height:416px;
    max-width:816px;
    height: 100%;
    width: 816px;
}
/*.fixedModal{
    height: 416px;
    width: 816px;
}*/

.actModalSize-Full {
    max-height: none;
    max-width: none;
    height: 100%;
    width: 100%;
}
#myModalBody{
    color:#000;
    overflow:hidden;
}


/*Mars modal start*/
#marsModal{
    position:fixed;
    width:100%;
    height:100%;
    z-index:2010;
    overflow-y: auto;
}
/*.MarsModalTop {
    padding-top: 10px;
    padding-bottom: 60px;
    height: 100%;
}*/
.MarsModalCenter{
    width:1000px;
    height:100%;
    background-color:#fff;
    position:relative;
    margin:0 auto;
}
.MarsModalBottom {
    position: fixed;
    z-index: 1000;
    left: 50%;
    margin-left: -328px;
    height: 40px;
    bottom: 20px;
    width: 656px;
}
.MarsModalBottomCenter{
    
    height:100%;
    position:relative;
    text-align:left;

    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    padding: 2px;
    
}

#marsHomeModal{
    position:fixed;
    width:100%;
    height:100%;
    z-index:2010;
    overflow-y: auto;
}
/*Mars modal end*/