@import url('https://fonts.googleapis.com/css?family=Inconsolata&subset=latin-ext');
header{background:url(../arac/ust1.png) repeat-x; height:40px; color:#fff; padding:10px; margin-bottom:5px;}

a.link_beyaz{color:white;}

.content{margin-top:10px;}
.nopadding{padding:0px;}

.baslik{
	background:#0065b4;
	color:#fff;
	padding:10px 5px;
	border-radius:5px 5px 0 0;
	
}

.icerik{}

.button{
	height:70px;
 border:1px solid #60ff00;
 border-radius:5px;
 background:#f0ffe7;	
 margin:5px 5px;
 font-size:15px;
 font-weight:bold;
 color:#315E6F;
}
.button:hover{background-color:#ffe7e7; border-color:#ff6565;}

.tree{padding:5px; margin:0;}
.tree ul{list-style:none; padding-left:5px; margin-left:5px; border-left:dotted 1px #EDD275;}
.tree li a{color:#315E6F; font-weight:bold;}
.tree li a:hover{text-decoration:none; color:#00B3FF}
.tree li i{color:#EDD275; width:15px;}
.tree li i.fa-minus{margin-left:-5px; margin-right:5px;}

.text {
	font-family:Inconsolata;
	font-size:16px; height:450px;
	letter-spacing:0px;
	word-wrap:normal;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.cizgiler{position:relative; height:10px;}
.cizgi{
border:solid 1px #000000;
border-width:1px 1px 0px 1px; height:400px; top:0; left:-15px; position:absolute;
background:rgba(0,255,0,0.1); cursor:move;
}
.cizgi .move{position:absolute; left:0px; top:-14px;font-size:15px; color:red;}
.cizgi .top{background:#ccc; height:18px;}
.cizgi .title{background:#ccc; font-weight:bold; font-size:12px; padding:0 1px; overflow:hidden; z-index:0;}
.cizgi:hover, .cizgi:active{overflow:visible;z-index:999;background:rgba(255,0,0,0.1);}
.cizgi:hover .title, .cizgi:active .title{background:red;color:white; position:absolute;}
.cizgi:hover .top, .cizgi:active .top{background:red;}


.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

.sinav{user-select:none}
.sinav .secenek{border:solid 1px magenta; text-align:center; border-radius:50%; width:22px; height:22px; line-height:22px;}
.sinav .soru{display:inline-block; width:22px; margin-right:5px; text-align:right;}
.sinav .secili{background:#666; color:#888;}
.sinav .title{background:#eee; padding:10px; border-bottom:solid 1px #ccc; margin-bottom:10px;}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

@media print{
	.noprint{display:none;}
	.print{display:initial;}
	
   .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
   }
   .col-sm-12 {
        width: 100%;
   }
   .col-sm-11 {
        width: 91.66666667%;
   }
   .col-sm-10 {
        width: 83.33333333%;
   }
   .col-sm-9 {
        width: 75%;
   }
   .col-sm-8 {
        width: 66.66666667%;
   }
   .col-sm-7 {
        width: 58.33333333%;
   }
   .col-sm-6 {
        width: 50%;
   }
   .col-sm-5 {
        width: 41.66666667%;
   }
   .col-sm-4 {
        width: 33.33333333%;
   }
   .col-sm-3 {
        width: 25%;
   }
   .col-sm-2 {
        width: 16.66666667%;
   }
   .col-sm-1 {
        width: 8.33333333%;
   }
	
	.col-print-1 {width:8%;  float:left;}
	.col-print-2 {width:16%; float:left;}
	.col-print-3 {width:25%; float:left;}
	.col-print-4 {width:33%; float:left;}
	.col-print-5 {width:42%; float:left;}
	.col-print-6 {width:50%; float:left;}
	.col-print-7 {width:58%; float:left;}
	.col-print-8 {width:66%; float:left;}
	.col-print-9 {width:75%; float:left;}
	.col-print-10{width:83%; float:left;}
	.col-print-11{width:92%; float:left;}
	.col-print-12{width:100%; float:left;}
}
