﻿
body{
     font-family: "lucida grande", tahoma, verdana, arial, sans-serif;  
     font-size:11px;
}
.loadingGif{
    background-image:url('/Images/loading.gif');
    width:16px;
    height:11px;
    background-repeat:no-repeat;
    display:none;
}

.formBack{
    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(255,255,255),rgb(230,230,230));
}
.ktMenulerIcnPanel{
    padding:10px;
    text-align:center;
    
}
.ktMenulerIcnPanel button{
    /*width:100%;*/
}
.icnAtu{
    background-image:url('/Content/images/MenuIcons/ATU.png');
}
.icnWebAtu{
    background-image:url('/Content/images/MenuIcons/DIJITAL.png');
}
.icnVideoCozum{
    background-image:url('/Content/images/MenuIcons/COZUM.png');
}
.icnSinav{
    background-image:url('/Content/images/MenuIcons/SINAV.png');
}
.icnSunum{
    background-image:url('/Content/images/MenuIcons/SUNUM.png');
}
.icnPdf{
    background-image:url('/Content/images/MenuIcons/PDF.png');
}
.icnMenuler {
    height:30px;
    width:30px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    margin:0 auto;
}
.height10{
    height:10px;
}
.height5{
    height:5px;
}
.height3{
    height:3px;
}

/*.mainSolLogo{
    float:left;
}*/

.moreDetailImage{
    border:thin solid #dadada;
    width:250px;
    height:300px;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;

    margin:0 auto;
}

.atuIcnSize {
    height:200px;
}

#searchBox {
    position:absolute;
    width:400px;
    /*max-height:300px;*/
    border:thin solid black;
    z-index:100;
    background-color:white;
    padding-bottom:5px;
    color:black;
    font-size:12px;
    display:none;
}
.searchBoxList{
    padding-bottom:15px;
    padding-left:5px;
    padding-top:3px;
    color:black;
}
.searchBoxList a{
    width:100%;
    
}
.searchBoxList:hover{
    background-color:#dadada;
}
#searchLoading{
    /*display:block;*/
    margin:0 auto;
}

.searchBoxThumb{
    width:50px;
    height:50px;
    border:thin solid #dadada;
    border-radius:3px;
    text-align:center;
    padding:3px;
}
.searchBoxThumb img{
    max-width: 100%;
    height: auto;
    width: auto;
}

.buyukBtn{
    border:2px #2c2c2c solid;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    width:100px;
    text-align:center;
    overflow:hidden;
}
.buyukBtn .buyukBtnTxt{
    background-color:#dadada;
    padding-top:10px;
    padding-bottom:10px;
    color:#fff;
    font-size:16px;

    /*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(163,183,3),rgb(54,135,62));*/
    background-color:#424242;
}
.KitaplikPartial img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto; /* For IE8 */
}
.KitaplikPartial{
    border:thin solid #2c2c2c;
    padding:3px;
    border-radius:5px;
}

.alignRight{
    text-align:right;
}
.alignLeft{
    text-align:left;
}
.alignCenter{
    text-align:center;
}
.hrWhite{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dadada;
    margin: 3px 0;
    padding: 0; 
}
.mkBtn{
    
}
.mkBtn .btnPanel{
    background-color:#fff;
    width:60px;
    height:60px;
    
    border-top-left-radius:20px;
    border-bottom-right-radius:20px;

    

    -moz-box-shadow:inset 0 0 10px #000000;
    -webkit-box-shadow:inset 0 0 10px #000000;
    box-shadow:inset 0 0 40px 0px #ccc,-5px 8px 6px 3px #ccc;

    border-top-color:#fff;
    border-top-style:solid;
    border-top-width:2px;
    border-right-color:#fff;
    border-right-style:solid;
    border-right-width:2px;

    
}
.mkBtn .btnTxt{
    text-align:center;
    padding-top:10px;
    width:60px;
}

.KitaplarMenuBar{
    padding-left:15px;
    padding-right:15px;
    margin:0 auto;
    /*text-align:center;
    position:relative;
    border:thin solid red;*/
}

.KitaplarMenuBar a{
    text-decoration: none;
    float:left;
    /*width:65px;*/
    margin-left:25px;
    /*display:inline-block;*/   
}
.KitapliSocialMediaBar a{
    display:inline-block;
    margin-left:10px;
    text-decoration: none;
    color: inherit;

    
}
.KitapPanelBorder{

}
.CenterBarRightA a{
    color:#fff;
}

.hrAk{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid  #ccc;
    margin: 3px 0;
    padding: 0; 
}

.hrAkDotted{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dotted  #e2e2e2;
    margin: 3px 0;
    padding: 0; 
}

.hrAk2x{
    display: block;
    height: 2px;
    border: 0;
    border-top: 2px solid  #ccc;
    margin: 3px 0;
    padding: 0; 
}

.container500{
    max-width:500px;
    margin:0 auto;
}

.profileModalIn{
    max-width:450px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:25px;
    padding-top:20px;
    margin:0 auto;
    background-color:#ffffff;
    /*border-left:solid 1px #dadada;
    border-right:solid 1px #dadada;*/
    border:solid 1px #dadada;
}
.kitapDownload{
    max-height:100px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}

.kitapAktif{
    position:absolute;
    
    width:80px;
    left:50%;
    margin-left:-40px;
    bottom:0px;

    opacity:0.8;
}
.my_logo{
    float: left;
    margin-right: 10px;
    /*margin-top: 5px;*/

    /*background-image:url('/Images/karinesoft_logo.png');*/
    height:40px;
    width:40px;
    background-position:center;
    /*background-size:cover;*/
    background-size:contain;
    background-repeat:no-repeat;
}
hr.style1{
	border-top: 1px solid #8c8b8b;
}


hr.style2 {
	border-top: 3px double #8c8b8b;
}

hr.style3 {
	border-top: 1px dashed #8c8b8b;
}

hr.style4 {
	border-top: 1px dotted #8c8b8b;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}


hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

hr.style7 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}


hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

hr.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

hr.style10 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}


/*hr.style11 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
    border: 0;
}*/


.toast {
    background-color: #030303 !important;
}

.toast-success {
    background-color: #51a351 !important;
}

.toast-error {
    background-color: #bd362f !important;
}

.toast-info {
    background-color: #2f96b4 !important;
}

.toast-warning {
    background-color: #f89406 !important;
}