/* CSS Document */

@media only screen and (max-width: 480px){
  #iddivcerez{
    width: 80%;
    left: 10%;
  }
}

@media only screen and (min-width: 481px){
  #iddivcerez{
    width: 380px;
    left: 20px;
  }
}
#iddivcerez{
  display: inline-block;
  position: fixed;
  text-align: justify;
  bottom: 20px;
  margin: 0 auto;
  padding: 10px 20px;
  font-weight: normal;
  font-size: 13px;
  background-color: rgba(0,0,0,0.8);
  color: white;
  z-index: 10000;
  border-radius: 5px;
  box-shadow: 0 2px 4px 3px gray;
  transition: all 0.4s;
}
#iddivcerez>a{
  color: #FF4C4F;
  transition: all 0.4s;
}
#iddivcerez>a:hover{
  color: #E8FF00;
}
rsl{
  font-weight: bold;
  color: black;
}
.divrslwait{
  display: table;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0 auto;
  padding: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0,0,0,0.95);
  user-select: none;
}
.divrslwait>div{
  transform-style: preserve-3d;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  margin: 0 auto;
  padding: 0;
  border: none;
  outline: none;
  user-select: none;
}
.divrslwait>div>img{
  height: 80px;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-timing-function: linear;
  /*animation-name: "waitanime";*/
  user-select: none;
}
@keyframes waitanime{
  0%{transform: rotate(0);}
  /*25%{transform: rotateY(90deg);}
  50%{transform: rotateY(0);}
  75%{transform: rotateY(90deg);}
  100%{transform: rotateY(0);}*/
  100%{transform: rotateY(360deg);}
}
.divadminconfirm{
  display: table;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0,0,0,0.9);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.divadminconfirm>div{
  display: table-cell;
  position: relative;
  text-align: center;
  width: 350px;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0;
}
.divadminconfirm>div>div{
  display: inline-block;
  position: relative;
  text-align: center;
  width: 350px;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0;
}
.divadminconfirm>div>div>div{
  background-color: rgba(186,219,255,1.00);
}
textarea{
  resize: vertical;
  min-height: 100px;
  max-height: 300px;
}
@media only screen and (min-width:996px){
  .bodybg{
    /*background: linear-gradient(0deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 100%), url("../../pictures/bg/1.jpeg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: top center;*/
  }
}
.text0{
  color: #b02a26;
}
.text1{
  color: #88b93c;
}
.rslcolortext{
  animation-name: "animerslcolortext";
  -webkit-animation-name: "animerslcolortext";
  -moz-animation-name: "animerslcolortext";
  -ms-animation-name: "animerslcolortext";
  -o-animation-name: "animerslcolortext";
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes animerslcolortext{
  0%{color: black;}
  50%{color: red;}
  100%{color: black;}
}
.rslcolorchange{
  animation-name: "animerslcoloricon";
  -webkit-animation-name: "animerslcoloricon";
  -moz-animation-name: "animerslcoloricon";
  -ms-animation-name: "animerslcoloricon";
  -o-animation-name: "animerslcoloricon";
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes animerslcoloricon{
  0%{color: orange;}
  50%{color: red;}
  100%{color: orange;}
}
.panelrsl{
  animation-name: "animepanelcolor";
  -webkit-animation-name: "animepanelcolor";
  -moz-animation-name: "animepanelcolor";
  -ms-animation-name: "animepanelcolor";
  -o-animation-name: "animepanelcolor";
  animation-duration: 120s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes animepanelcolor{
  0%{background-color: rgba(0,0,255,0.05);}
  25%{background-color: rgba(0,128,0,0.05);}
  50%{background-color: rgba(255,255,0,0.05);}
  75%{background-color: rgba(255,0,0,0.05);}
  100%{background-color: rgba(0,0,255,0.05);}
}
.divrsla4{
  display: inline-block;
  position: relative;
  width: 210mm;
  height: 297mm;
  padding: 25mm 20mm;
  margin: 20px;
  page: blank;
  box-shadow: 0 0px 4px 4px gray;;
}
.divrsla4h{
  display: inline-block;
  position: relative;
  height: 210mm;
  width: 297mm;
  padding: 25mm 20mm;
  margin: 20px;
  page: blank;
  box-shadow: 0 0px 4px 4px gray;
  background-color: transparent;
  background-size: cover;
  background-position: top left;
  background-origin: border-box;
  background-repeat: no-repeat;
  background-image: url("../../pictures/picture/calismabelgesi.png");
}
.rslimghover{
  z-index: 100000000000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  cursor: zoom-in;
}
.rslimghover:active{
  z-index: 100000000000;
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -o-transform: scale(5);
  -ms-transform: scale(5);
  transform: scale(5);
}
.rsltdlimit100{
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rsltdlimit150{
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rsldebituser{
  display: inline-block;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
  vertical-align: middle;
  z-index: 1111;
  transform: scale(0);
  padding: 100px 100px;;
}
.rslsubdebituser{
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 250px;
  height: auto;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  background-color: gray;
  padding: 50px;
}
.rslclosebutton{
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  z-index: 1;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  user-select: none;
}
 .rslpopupwindow{
   display: none;
   position: fixed;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   margin: 0 0;
   padding: 0 0;
   border: none;
   outline: none;
   background-color: rgba(0,0,0,0.85);
   z-index: 100000;
   transition: all 0.2s;
}
 .rslpopupwindow2{
   display: none;
   position: fixed;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   margin: 0 0;
   padding: 0 0;
   border: none;
   outline: none;
   background-color: rgba(0,0,0,0.85);
   z-index: 100001;
   transition: all 0.2s;
}
@media only screen and (min-width:996px){
  .rslpopuparea{
    display: inline-block;
    position: fixed;
    z-index: 3;
    width: 40%;
    height: auto;
    max-height: 500px;
    top: 20%;
    left: 30%;
    margin: 0 auto;
    /*padding: 5px;*/
    /*background-color: white;*/
    /*border: 2px solid gray;*/
    /*outline: 2px solid black;*/
    /*box-shadow: 0 0 2px 3px gray; */
    overflow: hidden;
    overflow-x: auto;
    overflow-y: auto;
    /*border-radius: 2px;*/
    /*transition: all 0.2s;*/
    
    background: white;
    border-radius: 3px;
    box-shadow: 0 12px 30px rgb(0 0 0 / 0.12);
    /*width: 320px;*/
    padding: 30px 30px 40px 30px;
    /*display: flex;*/
    /*flex-direction: column;*/
    transition: transform 0.3s ease;
    /*position: relative;*/
  }
}
@media only screen and (max-width:995px){
  .rslpopuparea{
    display: inline-block;
    position: fixed;
    z-index: 3;
    width: 90%;
    height: auto;
    max-height: 500px;
    top: 15%;
    left: 5%;
    margin: 0 auto;
    /*padding: 5px;*/
    background-color: white;
    border: 2px solid gray;
    outline: 2px solid black;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: auto;
    /*box-shadow: 0 0 2px 3px gray; */
    /*border-radius: 2px;*/
    transition: all 0.2s;
    border-radius: 3px;
    box-shadow: 0 12px 30px rgb(0 0 0 / 0.12);
    padding: 30px 10px 40px 10px;
  }
}

.rslclosewindow{
  display: inline-block;
  position: absolute;
  background-color: transparent;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.rslpopupclose{
  display: inline;
  position: fixed;
  right: 20px;
  top: 20px;
  margin: 0 auto;
  padding: 0 0;
  cursor: pointer;
  z-index: 5;
  color: white;
}
.rslselectcolumn{
  display: inline;
  position: absolute;
  z-index: 5;
  left: 200px;
  top: 35px;
}
.rslclick{
  cursor: pointer;
}
.rslassetviewalertdanger{
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  animation-duration: 2s;
  background-color: #FFF;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-play-state: running;
  animation-name: rslalertanimatedanger;
}
@keyframes rslalertanimatedanger{
  0%{background-color: #FFF; color: #B00002;}
  50%{background-color: #B00002; color: #FFF;}
  100%{background-color: #FFF; color: #B00002;}
}
.rslassetviewalertwarning{
  padding: 5px 10px;
  font-size: 15px;
  animation-duration: 2s;
  background-color: #FFF;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-play-state: running;
  animation-name: rslalertanimatewarning;
}
@keyframes rslalertanimatewarning{
  0%{background-color: #FFF;}
  50%{background-color: #FFED00;}
  100%{background-color: #FFF;}
}
.rsltable{
  width: 100%; 
  border: thin solid rgba(207,207,207,1.00); 
  grid-gap: 0;
}
.rsltable>tbody>tr{
  border: thin dotted rgba(207,207,207,1.00);
}
.rsltable>tbody>tr>td .rsltable>thead>tr>td .rsltable>thead>tr>th{
  padding: 1px 10px 2px 5px;
}
.color-white{
  color: #FFFFFF;
}
.rslfont12{
  font-size: 12px;
}
.rsltree{
  text-align: center;
}
.rsltree ul{
  display: flex;
  list-style: none;
  text-align: center;
}
.rsltree ul li{
  flex:1;
  text-align: center;
  position: relative;
  padding: 0 2px;
}
.rsltree ul li::before{
  content: "";
  position: absolute;
  top: -0.5em;
  left: 0;
  right: 0;
  height: 1px;
  background-color: red;
}
.rsltree ul li label{
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #ACACAC;
  border-radius: 5px;
  margin-top: 2px;
  font-size: 11px;
  position: relative;
  white-space: nowrap;
}
.rsltree ul li:first-child::before{
  left: 50%;
}
.rsltree ul li:last-child::before{
  right: 50%;
}
.rsltree ul li label::after, .rsltree ul li label::before{
  content: "";
  width: 1px;
  position: absolute;
  top: calc(-0.5em - 2px);
  left: 50%;
  height: 0.5em;
  background-color: red;
}
.rsltree ul li label::after{
  top: auto;
  bottom: calc(-0.5em - 2px);
}
.rsltree ul li label:last-child::after{
  display: none;
}
.rslclasstext{
  display: inline-block;
  padding: 1px 2px;
  border: 1px solid #ACACAC;
  border-radius: 5px;
  font-size: 11px;
  position: relative;
  white-space: nowrap;
  margin: 1px auto;
  font-weight: normal;
}
.rslclass0{list-style:decimal;}
.rslclass1{list-style:upper-latin;}
.rslclass2{list-style:lower-latin;}
.rslclass3{list-style:upper-roman;}
.rslclass4{list-style:lower-roman;}
.rslclass5{list-style:disc;}

.rmllogoutmenuitem:hover{
  background-color: indianred;
}
.rslcolorchange{
  animation-name: "animerslcoloricon";
  -webkit-animation-name: "animerslcoloricon";
  -moz-animation-name: "animerslcoloricon";
  -ms-animation-name: "animerslcoloricon";
  -o-animation-name: "animerslcoloricon";
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes animerslcoloricon{
  0%{color: orange;}
  50%{color: red;}
  100%{color: orange;}
}

.tree ul {
    padding-top: 20px; position: relative;
    transition: all 0.5s;
}

.tree li {
    float: left; text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
}

.tree li::before, .tree li::after {
    content: '';
    position: absolute; top: 0; right: 50%;
    border-top: 1px solid #ccc;
    width: 50%; height: 20px;
}

.tree li::after {
    right: auto; left: 50%;
    border-left: 1px solid #ccc;
}

.tree li:only-child::after, .tree li:only-child::before {
    display: none;
}

.tree li:only-child { padding-top: 0; }

.tree li:first-child::before, .tree li:last-child::after {
    border: 0 none;
}

.tree li:last-child::before {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0;
}

.tree ul ul::before {
    content: '';
    position: absolute; top: 0; left: 50%;
    border-left: 1px solid #ccc;
    width: 0; height: 20px;
}

.tree li a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;
    border-radius: 5px;
    transition: all 0.5s;
}

.tree li a:hover, .tree li a:hover+ul li a {
    background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}

.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before {
    border-color: #94a0b4;
}
.draggable {
    cursor: move;
}

.dropzone {
    border: thin dashed #ccc;
    padding: 10px;
    text-align: center;
    margin-top: 5px;
}

.dropzone.over {
    border-color: #666;
}
.tree ul {
    padding-top: 20px; position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.tree li {
    float: left; text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.tree li::before, .tree li::after{
    content: '';
    position: absolute; top: 0; right: 50%;
    border-top: 1px solid #ccc;
    width: 50%; height: 20px;
}
.tree li::after{
    right: auto; left: 50%;
    border-left: 1px solid #ccc;
}
.tree li:only-child::after, .tree li:only-child::before {
    display: none;
}
.tree li:only-child{ padding-top: 0;}
.tree li:first-child::before, .tree li:last-child::after{
    border: 0 none;
}
.tree li:last-child::before{
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}
.tree ul ul::before{
    content: '';
    position: absolute; top: 0; left: 50%;
    border-left: 1px solid #ccc;
    width: 0; height: 20px;
}
ul.list-group {
    margin-top: 10px;
}
li.list-group-item {
    margin-bottom: 5px;
}
.bg-blue { background-color: blue !important; color: white !important; }
.bg-yellow { background-color: yellow !important; }
.bg-green { background-color: green !important; color: white !important; }
.bg-red { background-color: red !important; color: white !important; }
.bg-gray { background-color: lightgray !important; color: black !important; }
.color-black { color: black !important; }

.rslpopupsession{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0 0;
  padding: 0 0;
  border: none;
  outline: none;
  background-color: rgba(255,0,0,0.25);
  z-index: 1000000;
  transition: all 0.2s;
  line-height: 1.5;
  font-size: 22px;
}
.rslsessionarea{
  display: inline-block;
  position: fixed;
  z-index: 3;
  width: 350px;
  height: auto;
  top: 30%;
  left: calc(50% - 150px);
  margin: 0 auto;
  padding: 15px 20px;
  background-color: white;
  border: 2px solid gray;
  outline: 2px solid black;
  box-shadow: 0 0 2px 3px red; 
  overflow: hidden;
  overflow-x: auto;
  overflow-y: auto;
  border-radius: 2px;
  transition: all 0.2s;
}
@media only screen and (min-width:996px){
  .googlearea{
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 100%;
    top: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:995px){
  .googlearea{
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 300px;
    left: calc(50% - 150px);
  }
}
.googlelogin{
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 2;
}

.googlelogin img{
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.google-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #68BFFF;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.google-login-btn:hover {
  background-color: #f1f1f1;
}

.google-login-btn img {
  height: 20px;
}
#iddivpacketinfo{
  display: inline-block;
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  border-top: thin solid gray;
  font-size: 12px;
  text-align: center;
  background-color: white;
}