/* CSS Document */

body{
	font-family: 'Open Sans', sans-serif;
}

#yeninot{
margin-top:20px;
}

.mce-panel{
border-color:#e7e7e7 !important;	
}


.navbar-brand img{
  display:inline;
}

.navbar-brand{
  padding: 0px;
  padding-right:15px;
  padding-left:15px;
}

.navbar ul li a.active{
	color:#333;	
}

.ui-datepicker-calendar {
      display: none !important;
 }
 
 .btn-fixed{
  position: fixed;
  right:10px;
  top:140px;
}


.fix-height{
height:400px;overflow-y:scroll;	
}

@media print {
 a[href]:after {
    content: " (" attr(href) ")";
  }
  
   a[href]:after {
    content: none !important;
  }
  
  .container{
  width: 100%;
}

.fix-height{
height:inherit;
overflow-y:inherit;	
}

title{
	display:none;	
}

@page {
  size: auto;
  margin: 0;
}

.print-hide{
display:none;	
}

}