@import url("bootstrap-extended.css");
@import url("colors.css");
@import url("components.css");

.scrooltest {
  @include 
  height: 100px;
  overflow-y: scroll;
  @include background-image(
    linear-gradient(top, #fff, rgba(255, 255, 255, 0)), 
    linear-gradient(bottom, #fff, rgba(255, 255, 255, 0)), 
    linear-gradient(top, darken($c, 20%), rgba(255, 255, 255, 0)), 
    linear-gradient(bottom, darken($c, 20%), rgba(255, 255, 255, 0))
  );
  background-position: 0 0, 0 100%, 0 0, 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 5em, 100% 5em, 100% 1em, 100% 1em;
  background-attachment: local, local, scroll, scroll; 
}

.tableustbosluk {margin-top:1px;}

div.taksitler
{
  float: left;
  width: 49%;
}
.taksitler ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
}
.taksitler ol li a
{
  display: block;
  width: 100%;
  text-decoration: none;
}
.my-300sidebar {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}
input.largerCheckbox
{
	width: 50px;
	height: 50px;
}
.dortlist ul {
  flex-wrap: wrap;
  display: flex;
}
.dortlist ul li {
  flex: 1 0 25%;
}
