﻿.onedialog,.onesmall,.onemiddle{
    box-shadow: 0px 0px 18px #666;
    background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
    background-blend-mode: multiply,multiply;
    z-index: 1030;
    border-radius: 5px;
    top: 20px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: absolute;
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.50);
    padding: 5px;
    left: 0;
    right: 0;
	
}
.onemodal{
	
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1041;
	overflow:auto;
	
}
.onemodal::-webkit-scrollbar { 
    display: none; 
}


.onepaper{
	max-height: 500px;
    overflow-y: scroll;		
    background-color:#fff;
	margin: -15px -20px;
    padding: 20px;
    box-shadow: inset 0 0 3px 2px rgb(10,10,10,0.1);	
}
.onepaper::-webkit-scrollbar {
  width: 5px;
  height: 5px;
	}
.onepaper::-webkit-scrollbar-track {
  background-color: transparent;
	}
.onepaper::-webkit-scrollbar-thumb {
  background-color: rgb(10,10,10,0.3);
	}
.onepaper p{
    margin-bottom:10px;
	}
.onepaper img{
    margin:10px 0;
	}
.onepaper-vol{ 
	padding-left:30px;
	margin-bottom:30px;
	}
.onepaper-ornek{
	padding: 15px;
    color: chocolate;
    background-color: aliceblue;
    border: 1px solid RGB(10,10,10,0.1);
    width: 300px;
    margin-top: 20px;
    font-size: small;
	}
.onepaper-ornek font{
	display: block;
	}

.oneheader{
	
    min-height: 28px;
    display: inline-block;
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
	
}
.oneheader p{
	padding: 3px 0px 0px 3px;
    margin: 0px;
    font-weight: 600;
    color: #fafafa;
}
.onefooter{
	
	min-height: 35px;
    display: block;
    padding: 11px 10px;
    margin-top: -6px;
    text-align: right;
    border-top: 1px solid #cdcdcd;
    background: aliceblue;
	
}
.onefooter .btn{
	margin-left:5px
}
.onebody{
    padding: 15px 20px;
    min-height: 35px;
    overflow-y: auto;
    max-height: 450px;
    min-width: 100%;
    display: inline-block;
    background-color: #fff;
}

.onescrool{
	max-height: 450px;
    overflow: auto;
}

.onebody .table-responsive{
	
    min-height: 35px;
    min-width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 0 1px 0px #999;
    border-radius: 3px;
    max-height: 600px;
    overflow: auto;
    display: block;
	border-radius:0px;
}


.onebody .table-responsive::-webkit-scrollbar {
    width: .3em;
}
 
.onebody .table-responsive::-webkit-scrollbar-track {
   // -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #999;
}
 
.onebody .table-responsive::-webkit-scrollbar-thumb {
  background-color: #333;
  //outline: 1px solid slategrey;
}

.onebody h5{
	
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
	padding-left: 10px;
	
}

.oneminimize{
	
    position: fixed;
    min-height: 35px;
    bottom: 0px;
	padding:5px
	
}

.onemaximize{
	
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
	
}


.onemaximize::-webkit-scrollbar {
    width: .3em;
}
 
.onemaximize::-webkit-scrollbar-track {
   // -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #999;
}
 
.onemaximize::-webkit-scrollbar-thumb {
  background-color: #333;
  //outline: 1px solid slategrey;
}



@media (max-width: 1024px)
{
    .onedialog,.onesmall,.onemiddle{max-width: 100%;}
}


@media (min-width: 1024px)
{
    .onedialog{max-width: 1024px;}
    .onesmall{max-width: 450px;}
    .onemiddle{max-width: 600px;}
    .onemaximize{
			left:0;
			right:0;
			top:0;
			margin:0;
			height:100%;
			max-width: 100%;
	}
	.onemaximize .table-responsive{
			max-height: none;
			}
	
}