@import url('open-iconic/font/css/open-iconic-bootstrap.min.css'); html, body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; } h1:focus { outline: none; } a, .btn-link { color: #0071c1; } .btn-primary { color: #fff; background-color: #1b6ec2; border-color: #1861ac; } .content { padding-top: 1.1rem; } .valid.modified:not([type=checkbox]) { outline: 1px solid #26b050; } .invalid { outline: 1px solid red; } .validation-message { color: red; } #blazor-error-ui { background: lightyellow; bottom: 0; box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2); display: none; left: 0; padding: 0.6rem 1.25rem 0.7rem 1.25rem; position: fixed; width: 100%; z-index: 1000; } #blazor-error-ui .dismiss { cursor: pointer; position: absolute; right: 0.75rem; top: 0.5rem; } .blazor-error-boundary { background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121; padding: 1rem 1rem 1rem 3.7rem; color: white; } .blazor-error-boundary::after { content: "An error has occurred." } *{ margin: 0; padding: 0; overflow: hidden; box-sizing: border-box; } h1{ text-align: center; } .login-div{ width: 30%; height: 400px; margin-left: 32%; margin-top: 10%; background: rgba(255, 238, 238, 0.897); box-shadow: 0 0 25px rgb(12, 12, 12); border-radius: 25px; padding: 50px; } .register-div{ width: 30%; height: 500px; margin-left: 35%; margin-top: 5%; background: rgba(255, 238, 238, 0.897); box-shadow: 0 0 25px rgb(12, 12, 12); border-radius: 25px; padding: 50px; } #dis-div{ position: relative; width: 100%; min-height:100vh; } #logindon{ position: absolute; background: #26b050; margin-left: 75%; margin-top: -30%; width: 10%; height: 30px; } span { user-select: none; margin: 5px; padding: 5px; color: azure; background: rgba(12, 12, 12, 0.637); border-radius: 18px; } .textbox{ width: 85%; height: 45px; display: flex; background: transparent; border-radius: 55px; margin: 15px; border-bottom: 2px solid rgb(12, 12, 12); } .textbox:hover { border: 2px solid rgb(12, 12, 12); } .input-1{ border: none; outline: none; background: transparent; color: black; width: 80%; height: 35px; font-size: 15px; } .submit-2{ border: none; width: 70%; height: 40px; background-color: teal; color: white; font-weight: bold; font-size: 15px; cursor: pointer; border-radius: 50px; margin-left: 15%; } .submit-2:hover{ background: rgb(0, 34, 34); } .a1{ position: relative; margin-left: 30%; } a{ text-decoration: none; color: black; } a:hover{ color: red; } #geridonbtn{ border: none; position: absolute; margin-left: 85%; margin-top: 2%; width: 10%; height: 40px; border-radius: 5px; background-color: rgb(0, 190, 0); cursor: pointer; font-size: 18px; font-weight: bold; color: white; } #projediv{ position: relative; height: 320px; background: rgba(178, 238, 238, 0.897); padding: 50px; } #projediv2{ position: relative; margin-top: 3%; height: 320px; background: rgba(178, 238, 238, 0.897); padding: 50px; } #div2{ background: none; display: flex; width: 30%; float: left; position: relative; height: auto; flex-direction: column; } .textbox2{ margin-top: 11%; margin-left: 7%; width: 95%; height: 45px; } .textbox2 input{ text-indent: 15px; height: 30px; margin-left: 5%; } #trh{ margin-left: 7%; width: 75%; background: palegoldenrod; } #p1{ position: absolute; margin-left: 3%; margin-top: -6%; } #p2{ position: absolute; margin-left: 4%; margin-top: -5%; } h2{ text-align: center; margin-top: -5%; } #page-div{ position: absolute; overflow: scroll; width: 100%; min-height: 100vh; } #genel_div{ position: relative; overflow: scroll; width: 100%; min-height: 100vh; } .grvbtn{ position: absolute; margin-left: 23%; margin-top: 5%; width: 30%; height: 40px; font-size: 18px; } #projebtn { margin-left: 25%; margin-top: 10%; width: 40%; height: 35px; background: linear-gradient(red,white); font-size: 18px; font-weight: 500; } #select2{ position: absolute; width: 15%; height: 40px; margin-left: 30%; margin-top: 10%; } #select2 option{ text-align: center; } #blmekle{ position: absolute; width: 10%; height:35px; background: skyblue; color: white; margin-left:7%; margin-top:7% } #blmsil{ position: absolute; width: 10%; height:35px; background: red; color: white; margin-left:30%; margin-top:15% } #blmguncelle{ position: absolute; width: 10%; height:35px; background: #26b050; color: white; margin-left:53%; margin-top:7% } #eklebolumdiv{ position:absolute; background: rgba(140, 238, 238, 0.600); box-shadow: 0 0 25px rgb(12, 12, 12); width:20%; min-height:30vh; margin-left:2%; margin-top:10%; display: none; } #eklebolumdiv input{ margin-top: 10%; margin-left: 15%; } #eklebolumdiv button{ margin-left:40%; margin-top:5%; width:20%; height:30px; } #silbolumdiv{ position:absolute; display: none; background: rgba(140, 238, 238, 0.600); box-shadow: 0 0 25px rgb(12, 12, 12); width:20%; min-height:30vh; margin-left:25%; margin-top:20% } #guncellebolumdiv{ position:absolute; display: none; background: rgba(140, 238, 238, 0.600); box-shadow: 0 0 25px rgb(12, 12, 12); width:20%; min-height:30vh; margin-left:48%; margin-top:10% } #guncellebolumdiv button{ margin-left:40%; margin-top:5%; width:25%; height:30px; } #guncellebolumdiv input{ width: 70%; margin-top: 10%; margin-left: 15%; } #guncellegorevdiv input{ width: 70%; margin-top: 10%; margin-left: 15%; } #guncellegorevdiv button{ margin-left:30%; margin-top:5%; width:25%; height:30px; } #guncellegorevdiv{ position:absolute; background: rgba(140, 238, 238, 0.600); box-shadow: 0 0 25px rgb(12, 12, 12); width:20%; min-height:30vh; margin-left: 45%; margin-top: 12%; display: none; } #goreviddiv{ position: relative; display: flex; flex-direction: column; float: right; margin-top: -48%; background: rgba(140, 238, 238, 0.600); width:50%; height:150px; } #goreviddiv input{ width: 80%; margin-left: 10%; margin-top: 5%; text-indent: 12px; height: 35px; } #goreviddiv button{ margin-left:34%; margin-top:5%; width:35%; height:30px; } #gorevdiv{ float: left; background: lightgray; width:40%; height: 250px; margin-top: 8%; display: none; } #selectt{ position: relative; float: left; width: 35%; height: 30px; } #gorevdiv button{ position: relative; float: left; width: 25%; height: 40px; background:rgb(0, 190, 0,0.600); } #baslik{ font-size: 20px; } #grvguncellebtn{ position: absolute; width: 10%; height:35px; background: #26b050; color: white; margin-left:18%; margin-top: 8%; } #pp{ color: white; font-size: 18px; text-align: center; } #btn3{ position: absolute; margin-left: 28%; width: 10%; height:35px; background: #26b050; color: white; } #btn2{ position: absolute; margin-left: 4%; width: 10%; height:35px; background: #26b050; color: white; } #callback{ background: rgb(0, 190, 0); position: absolute; width: 15%; margin-left: 40%; margin-top: 1%; display: none; } #callback2{ background: rgb(201, 10, 10); position: absolute; width: 15%; margin-left: 40%; margin-top: 1%; display: none; } #callback3{ background: rgb(40, 76, 87); position: absolute; width: 15%; margin-left: 40%; margin-top: 1%; display: none; } #regcallback{ position: absolute; background: rgb(0, 190, 0); width: 15%; margin-left: 42%; margin-top: 1%; display: none; } #regcallback2{ position: absolute; background: rgb(201, 10, 10); width: 15%; margin-left: 42%; margin-top: 1%; display: none; } #regcallback3{ position: absolute; background: rgb(22, 10, 255); width: 15%; margin-left: 42%; margin-top: 1%; display: none; } #kisisec-div{ position: relative; margin-top: 7%; float: left; width: 60%; min-height: 45vh; } #kisisec-div select{ background: rgba(140, 238, 238, 0.600); border: 2px solid salmon; overflow:scroll; width: 65%; height: 270px; } #kisisec-div select option{ text-align: center; margin: 3px; } #kisisec-div p{ position: relative; margin-left: 19%; font-size: 20px; margin-top: 1%; color: black; } #kutu-div{ float: left; width: 40%; height: 400px; display: none; }