/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14.Oca.2017, 13:24:12
    Author     : Dogus Dedo i5
*/

  
  
  a:hover {text-decoration:none !important;}
  .reset{margin:0!important; padding:0!important;}
  .float-left {float:left;}
  .float-right {float:right;}
  .padding10 {padding:10px;}
  .padding20 {padding:20px;}
  
  .flat {border-radius:0 !important;}
  .fullw {width:100%;}
  .halfw {width:49.5%; margin-right:0.2%;}
  .halfw-r {width:49.5%; margin-right:0.2%;}
  .halfw-l {width:49.5%; margin-left:0.2%;}
  .onethirdw {width:33%; margin-right:0.2%;}
  .quarterw {width:24.5%; margin-right:0.2%;}
  .clearFix,.clearfix{clear:both;}
  .gorunmez,.gizle{display:none;}
  .cursor{cursor:pointer;}
  .textcenter,.centertext{text-align:center;}
  .textright,.right{text-align:right;}
  .textleft,.left{text-align:left;}
  .uppercase {text-transform:uppercase;}
  .capitalize {text-transform:capitalize;}
  .absolute{position:absolute;}
  .relative{position:relative;}
  .fixed{position:fixed;}
  .absolute-top-right{position:absolute; top:5px; right:5px; z-index:9999;}
  .absolute-top-left{position:absolute; top:5px; left:5px; z-index:9999;}
  .absolute-bottom-left{position:absolute; bottom:5px; left:5px; z-index:9999;}
  .absolute-bottom-right{position:absolute; bottom:5px; right:5px; z-index:9999;}
  .absolute-bottom{position:absolute; bottom:5px; right:0; left:0; z-index:9999;}
  
  .acik {background:#caeaa4 !important;}
  .kapali {background:#f36b40 !important;}

  .gecisGif1 {display:none; background-image: url("//bursarestaurants.com/assets/images/gecis-ani/br_gif.gif"); width:90px; height:90px; text-align:center; position: absolute; left: 50%; transform: translate(-50%, 0);}
  .gecisGif2 {display:none; background-image: url("//bursarestaurants.com/assets/images/gecis-ani/br_gif_2.gif"); width:90px; height:90px; text-align:center; position: absolute; left: 50%; transform: translate(-50%, 0);}
  .gecisGif1_on {opacity: 0.9; background-image: url("//images.dedocloud.com/loading-icons/Preloader_1.gif"); width:60px; height:60px; text-align:center; position: absolute; left: 50%; transform: translate(-50%, 0);}
  .gecisGif2_on {opacity: 0.9; background-image: url("//images.dedocloud.com/loading-icons/Preloader_11.gif"); width:60px; height:60px; text-align:center; position: absolute; left: 50%; transform: translate(-50%, 0);}

  .blurred {
    -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(5px);
  }
  .stop-scrolling { height: 100%; overflow: hidden; }
  
  
  .centerItem {align-items: center; display: flex; justify-content: center;}
  .centerAbsolute {position: absolute; left: 50%; transform: translate(-50%, 0);}
  .centerAbsoluteV {position: absolute; top: 50%; transform: translate(-50%, 0);}
  .centerAbsoluteVH {position: absolute; top: 50%; left: 50%; height: 30%; width: 50%; margin: -15% 0 0 -25%;}
  .centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
  }
  .rotatetext90{
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
  
  /*FORM ITEMS*/
  .dedo-form-input {border:1px solid #ccc; padding:10px; margin-bottom:5px; color:#000;}
  .dedo-form-label-sagust {position:absolute; top:0px; left:0px; color:red; font-size:10px; text-transform:capitalize; background: #a944422e; padding: 0px 3px 0px 3px;}
  
  #yukluyor-div {position:fixed; background: #fff; padding:10px; width: 100%; height:111px; margin-top:-100px; }
  .site-loading {position:fixed; background: #fff; padding:10px; left:0; right:0; top:0; bottom:0; z-index:1000000; }
  
  .width32 {width:32%; margin:0.16%; }
  .width33 {width:33%; margin:0.16%; }
  
  .font8 {font-size:8px;}
  .font9 {font-size:9px;}
  .font10 {font-size:10px;}
  .font11 {font-size:11px;}
  .font12 {font-size:12px;}
  .font13 {font-size:13px;}
  .font14 {font-size:14px;}
  .font15 {font-size:15px;}
  .font16 {font-size:16px;}
  .font17 {font-size:17px;}
  .font18 {font-size:18px;}
  .font19 {font-size:19px;}
  .font20 {font-size:20px;}
  .font21 {font-size:21px;}
  .font22 {font-size:22px;}
  .font23 {font-size:23px;}
  .font24 {font-size:24px;}
  
  .notyf-container {bottom:100px !important;}
  
  .border-l {border-left:2px solid #000 !important;}
  .border-r {border-right:2px solid #000 !important;}
  .border-lr {border-left:2px solid #000 !important; border-right:2px solid #000 !important;}
  
  .noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  }
  
html::-webkit-scrollbar
{
	width: 10px;
	height: 10px;
	background:rgba(0,0,0,0.5);
}
html::-webkit-scrollbar-thumb
{
	width: 10px;
	height: 10px;
	background:orangered;
} 
div::-webkit-scrollbar
{
	width: 10px;
	height: 10px;
	background:rgba(0,0,0,0.5);
}
div::-webkit-scrollbar-thumb
{
	width: 10px;
	height: 10px;
	background:#000;
}
div.ince-scroll-1::-webkit-scrollbar
{
	width: 1px;
	height: 1px;
	background:rgba(0,0,0,0.5);
}
div.ince-scroll-1::-webkit-scrollbar-thumb
{
	width: 1px;
	height: 1px;
	background:#000;
}
ul::-webkit-scrollbar
{
	width: 3px;
	height: 3px;
	background:rgba(0,0,0,0.5);
}
ul::-webkit-scrollbar-thumb
{
	width: 3px;
	height: 3px;
	background:#000;
}