﻿/*body {
    background-image:url('/Images/dark_wood_texture.jpg');
}*/
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.WhitePanel {
    border-radius:5px;
    background-color:white;
    padding:5px;
}
.height10{
    height:10px;
}
.height3{
    height:3px;
}
.height5{
    height:5px;
}
.siyahArkaPilanRenk {
    background-image: -webkit-linear-gradient(rgb(150,150,150),rgb(100,100,100));
    background-image: -moz-linear-gradient(rgb(150,150,150),rgb(100,100,100));
    background-image: -ms-linear-gradient(rgb(150,150,150),rgb(100,100,100));
    background-image: -o-linear-gradient(rgb(150,150,150),rgb(100,100,100));
    background-image: linear-gradient(rgb(150,150,150),rgb(100,100,100));
}
.siyahAkArkaPilanRenk{
    background-image: -webkit-linear-gradient(rgb(150,150,150),rgb(207,207,207));
    background-image: -moz-linear-gradient(rgb(150,150,150),rgb(100,100,100));
    background-image: -ms-linear-gradient(rgb(150,150,150),rgb(100,100,100));
    background-image: -o-linear-gradient(rgb(150,150,150),rgb(100,100,100));
    background-image: linear-gradient(rgb(170,170,170),rgb(207,207,207));
}
.hrUst {
    /*border-color:#707070;*/
    border:0;
    background-color:#707070;
    border-style:inset;
    border-bottom-color:#a0a0a0;
    border-bottom-width:1px;
    height:2px;
}
.hrAlt {
    border:0;
    background-color:#535353;
    border-style:inset;
    border-bottom-color:#898989;
    border-bottom-width:1px;
    height:2px;
}
.hrInverse {
    border:0;
    background-color:#252525;
    border-style:inset;
    border-bottom-color:#484848;
    border-bottom-width:1px;
    height:2px;
}
.hrInverseRightPanel{
    border:0;
    background-color:#252525;
    border-style:inset;
    border-bottom-color:#6e6d6d;
    border-bottom-width:1px;
    height:2px;
}
.hrRightPanel{
    border:0;
    background-color:#848383;
    border-style:inset;
    border-bottom-color:#bdbcbc;
    border-bottom-width:1px;
    height:2px;
}
.backgroundImageBlack{
    background-image:url('/Images/dark_wood_texture.jpg');
}
.myModalGolge{
    -moz-box-shadow: -1px -1px 6px 6px #b3b2b2;
    -webkit-box-shadow: -1px -1px 6px 6px #b3b2b2;
    box-shadow: -1px -1px 6px 6px #b3b2b2;

    border-radius:10px;
}
#myModal{
    color:white;
}

.unlemIcon{
    background-image:url('/Images/Istatisticon/UNLEM.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}
.tickIcon{
    background-image:url('/Images/Istatisticon/TICK.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}
.countIcon{
    background-image:url('/Images/Istatisticon/COUNT.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}
.wrongIcon{
    background-image:url('/Images/Istatisticon/WRONG.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}

/*.lBorder {
    border-left-width:1px;
    border-left-color:#252525;
    border-left-style:inset;
}*/



/*Test btns*/
/*Sinav onizleme*/
/*Sinav onizleme*/
.lite-background{
    background-color:#dbdbdb;
}
.dark-background{
    background-color:#454545;
}

.menu-panel {
    
}
#menuPanelBottom {
    height:40px;
    bottom:10px;
    border-radius:5px;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);

    padding:2px;
    margin:0 auto;
}

.desktop-width{
    width:1020px; 
}

.tablet-width{
    width:660px;
}
.mobile-width{
    width:330px;
}

.desktop-panel{
    width:616px;
    /*left:50%;
    margin-left:-308px;*/
}

.tablet-panel{
    width:640px;
    /*left:50%;
    margin-left:-320px;*/
}
.mobile-panel{
    width:320px;
    /*left:50%;
    margin-left:-160px;*/
}
.menuSayac-group{
    background-color:#b3c7d1;
    height:24px;
    width:96px;
    font-size:18px;
    color:#454545;
    float:left;
    text-align:center;
    /*margin-top:6px;
    margin-bottom:6px;*/
    margin:6px;
    cursor:pointer;
}
.menuSayac-group.paused{
    background-color:#959595;
    color:#b3c7d1;
}
.menuPanelTest .menuBtn-group{
    padding-top:3px;
}
.menuTestBtn-group{
    height:36px;
    width:36px;
    padding:2px;
    color:#959595;
    display: inline-block;
}
.danger .test-btn{
    border-color:#f32b2b;
}
.testsuccess-btn{
    background-color:#6eb020;
    
    height:32px;
    width:32px;
    padding:3px;
    
    border-width:2px;
    border-style:solid;
    border-radius:50%;
    text-align:center;
}
.testdanger-btn{
    background-color:#f32b2b;
    color:#959595;

    height:32px;
    width:32px;
    padding:3px;
    
    border-width:2px;
    border-style:solid;
    border-radius:50%;
    text-align:center;
}

.testdefault-btn{
    border-color:#959595;
    color:#959595;

    height:32px;
    width:32px;
    padding:3px;
    
    border-width:2px;
    border-style:solid;
    border-radius:50%;
    text-align:center;
}

.test-medium-btn{
    height:22px;
    width:22px;
    border-width:1px;
    padding:2px;
    font-size:12px
}


.test-small-btn{
    height:16px;
    width:16px;
    border-width:1px;
    padding:2px;
    font-size:10px
}

.testActive {
  background-color:#000;
}
.test-btn{
    cursor:pointer;
    line-height:100%;
    overflow:hidden;
    font-size:22px;
}

.rightIstatistikBorder{
    border-right-width:8px;
    border-right-style:solid;
    border-right-color:#dbdbdb;
}
.leftIstatistikBorder{
    border-left-width:8px;
    border-left-style:solid;
    border-left-color:#dbdbdb;
}

.kucukBoyut {
    /*max-height:400px;
    max-width:600px;*/

    max-width: 100%;
    max-height: 100%;
}
