﻿body {
    /*font-family: "Open Sans";*/
    background: #f2f4f8;
}
.sitemap{
    height: 40px;
    line-height: 40px;
}
.sitemap a{
    font-size:14px;
}
.renkgecismavi{
        background: -webkit-linear-gradient(50deg,#45cafc,#303f9f);
    background: linear-gradient(40deg,#45cafc,#303f9f);
}

.ta-editor {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}
.btn {
        border-radius: 0;
        margin-left: -1px;
        z-index: 2;
        position: relative;
        float: left;
        background-image: none;
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        outline: 0;
        text-decoration: none;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
        transition: .2s ease-out;
        height: 36px;
        -webkit-tap-highlight-color: transparent;
        -webkit-appearance: button;
        margin: 0;
        overflow: visible;
        font: inherit;
        box-sizing: border-box;
        align-items: flex-start;
        text-rendering: auto;
        text-indent: 0px;
        text-shadow: none;
        -webkit-writing-mode: horizontal-tb;
    }
    .ta-editor {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #555;
        vertical-align: middle;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        min-height: 300px;
        overflow: auto;
        font-family: inherit;
        box-sizing: border-box;
        -webkit-user-modify: read-write;
        word-wrap: break-word;
        -webkit-line-break: after-white-space;
    }
/*anasayfa*/
.genelbakiskareleri {
  display: flex;
  justify-content: space-around;
  margin-top:20px;
}
    .genelbakiskareleri i {
        color: #fff;
        z-index: 9;
        font-size: 63px;
    }
 .genelbakiskarelerieducation {
  --bg-color: #ffd861;
  --bg-color-light: #ffeeba;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(255, 215, 97, 0.48);
}

.genelbakiskarelericredentialing {
  --bg-color: #B8F9D3;
  --bg-color-light: #e2fced;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(184, 249, 211, 0.48);
}

.genelbakiskareleriwallet {
  --bg-color: #CEB2FC;
  --bg-color-light: #F0E7FF;
  --text-color-hover: #fff;
  --box-shadow-color: rgba(206, 178, 252, 0.48);
}

.genelbakiskarelerihuman-resources {
  --bg-color: #DCE9FF;
  --bg-color-light: #f1f7ff;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
}

.genelbakiskarelericard {
  /*width: 220px;
  height: 321px;*/
  width: 90%;
  height: 250px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 14px 26px rgba(0,0,0,0.04);
  transition: all 0.3s ease-out;
  text-decoration: none;
}

.genelbakiskarelericard:hover {
  transform: translateY(-15px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0,0,0,0.11),
    0 24px 46px var(--box-shadow-color);
}

.genelbakiskarelericard:hover .genelbakiskarelerioverlay {
  transform: scale(6) translateZ(0);
}

.genelbakiskarelericard:hover .genelbakiskarelericircle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}

.genelbakiskarelericard:hover .genelbakiskarelericircle:after {
  background: var(--bg-color-light);
}

.genelbakiskarelericard:hover p {
  color: var(--text-color-hover);
}

.genelbakiskarelericard:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0,0,0,0.11),
    0 15px 24px var(--box-shadow-color);
}

.genelbakiskarelericard p {
  font-size: 17px;
  color: #4C5656;
  margin-top: 30px;
  z-index: 1000;
  transition: color 0.3s ease-out;
}

.genelbakiskarelericircle {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}

.genelbakiskarelericircle:after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  top: 7px;
  left: 7px;
  transition: opacity 0.3s ease-out;
}

.genelbakiskarelericircle svg {
  z-index: 10000;
  transform: translateZ(0);
}

.genelbakiskarelerioverlay {
  width: 118px;
  position: absolute; 
  height: 118px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 70px;
  left: 50px;
  z-index: 0;
  transition: transform 0.3s ease-out;
  margin-left:50%;
  left:-59px;
  top:32px;
}
/*@keyframes opacity1 {
    from {opacity: 1;}
    to {opacity: 0;}
}
@keyframes opacity2 {
    from {opacity: 0;}
    to {opacity: 1;}
}*/
.loading{
    position:fixed;
    z-index:9999;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:rgba(0,0,0,0.5);
    /*animation-name:opacity2;
    animation-duration:1s;*/
    transition:all 1s ease;
}
    .loading > div {
        width: 100px;
        height: 100px;
        align-items: center;
        margin: -50px 0 0 -50px;
        left: 50%;
        top: 50%;
        position: absolute;
        border-radius: 5%;
        box-shadow: 0px 0px 5px 3px #6d6d6d;
        background: rgba(0,0,0,.7);
        text-align: center;
    }
        .loading > div > img {
            max-width: 70px;
            margin: 14px 0 0 0;
        }
.resimsolbuton{
    display:inline-block;
        float:right;
}
    .resimsolbuton > i {
        cursor:pointer;
    }
    .resimsagbuton{
    display:inline-block;
        float:left;
}
    .resimsagbuton > i {
        cursor:pointer;
    }
    .resimsagbuton > i:hover{
        color:green;
    }
    .resimsolbuton > i:hover{
        color:darkred;
    }
.z-depth-1{
    margin-top:20px;
}
#toast-container {
    top: auto !important;
    right: auto !important;
    bottom: 1% !important;
    left: 40% !important;
}