@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes slide-right-in
{
   0% { transform: translate(100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes swash-in
{
   0% { transform: rotate(0deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   90% { transform: rotate(0deg) scale(0.9,0.9) ; transform-origin: 50% 50%; opacity: 1;  }
   100% { transform: rotate(0deg) scale(1,1) ; transform-origin: 50% 50%;  }
}
@keyframes transform-wiggle
{
   0% { transform: rotate(0deg) skewX(9deg) ;  }
   10% { transform: rotate(0deg) skewX(-8deg) ;  }
   20% { transform: rotate(0deg) skewX(7deg) ;  }
   30% { transform: rotate(0deg) skewX(-6deg) ;  }
   40% { transform: rotate(0deg) skewX(5deg) ;  }
   50% { transform: rotate(0deg) skewX(-4deg) ;  }
   60% { transform: rotate(0deg) skewX(3deg) ;  }
   70% { transform: rotate(0deg) skewX(-2deg) ;  }
   80% { transform: rotate(0deg) skewX(1deg) ;  }
   90% { transform: rotate(0deg) skewX(0deg) ;  }
   100% { transform: rotate(0deg) skewX(0deg) ;  }
}
a.green
{
   color: #4F4F4F;
   text-decoration: none;
}
a.green:visited
{
   color: #4F4F4F;
   text-decoration: underline;
}
a.green:active
{
   color: #4F4F4F;
   text-decoration: underline;
}
a.green:hover
{
   color: #006400;
   background: #CDB788;
   text-decoration: none;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000080;
   --color: #000080;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   --background-color: rgba(255,255,255,1.00);
}
.darktheme .CustomStyle
{
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
}
.textayet
{
   text-decoration: none;
   background-color: transparent;
   position: relative;
   z-index: 999;
}
@media only screen and (min-width: 480px) and (max-width: 1280px)
{
}
@media only screen and (max-width: 479px)
{
}




.master_page1OverlayMenu1 li a {
    color: #333 !important;
    padding: 17px !important;
    border-bottom: 1px solid #e3ffe0 !important;
}



#master_page1OverlayMenu1-overlay * {
    opacity: 1 !important;
}

#master_page1OverlayMenu1-overlay {
    background: #FFF !important;
}

#master_page1OverlayMenu1-overlay ul {
    padding: 10px  !important;
}

#master_page1OverlayMenu1-overlay ul li {
    padding: 9px !important;
}



#master_page1OverlayMenu1-overlay .overlay-icon {
    display: none  !important;;
}

#master_page1OverlayMenu1-overlay a[role="menuitem"] {
    font-size: 15px  !important;;
    padding: 6px !important  !important;;
}

.master_page1OverlayMenu1 li.drilldown-back > a {
    background: #FFF  !important;;
    display: flex  !important;;
    justify-content: right  !important;;
}

#master_page1OverlayMenu1-overlay a[role="menuitem"] {
    list-style: none !important;
}