﻿
html, form, body {
    height: 100%; 
}

body {
   
} 

.ke-table { 
}

.text-center {
    vertical-align: middle;
}

.ke-text-negatif {
    color: #e74c3c;
}

.ke-text-pozitif {
    color: #2ecc71;
}

.ke-text-title { 
}

.ke-text-title-bg { 
}

.ke-text-header {
    vertical-align: middle;
}

.ke-text-default { 
    vertical-align: middle;
}
    .ke-text-default:hover {
        background-color: #f2f2f2;
    }

.ke-text-total { 
}

.ke-w32 {
    width: 32px;
}

.ke-w64 {
    width: 64px;
}

.ke-w92 {
    width: 92px;
}

.w-1px {
    width: 1px;
}

.w-2px {
    width: 2px;
}

.w-4px {
    width: 4px;
}


.w-32px {
    width: 32px;
}

.w-48px {
    width: 48px;
}

.w-64px {
    width: 64px;
}

.w-80px {
    width: 80px;
}

.w-96px {
    width: 96px;
}

.w-5p {
    width: 5%;
}
.w-10p {
    width: 10%;
}
.w-15p {
    width: 15%;
}
.w-20p {
    width: 20%;
}
.w-25p {
    width: 25%;
}
.w-30p {
    width: 30%;
}
.w-35p {
    width: 35%;
}
.w-40p {
    width: 40%;
}
.w-45p {
    width: 45%;
}
.w-50p {
    width: 50%;
}

.h-10px {
    height: 10px;
}
.h-20px {
    height: 20px;
}
.h-30px {
    height: 30px;
}
.h-40px {
    height: 40px;
}
.h-50px {
    height: 50px;
}
.h-60px {
    height: 60px;
}
.h-70px {
    height: 70px;
}

.fs-small {
    font-size: 0.8em;
}

.drop-zone {
    padding: 20px;
    width: 100%;
    min-height: 100px;
    border: 3px dashed #000000;
    border-radius: 5px;
}

.drop-zone-s {
    padding: 4px;
}

.drop-zone.hover, .drop-zone-s.hover {
    border-color: navy;
    background-color: #ffff9c;
    cursor: pointer;
}

.bg-default-header {
    background-color: #1e3c78 !important;
    color: #ffffff !important;
}

.bg-default-warning {
    background-color: #ffc107 !important;
    color: #21251c !important;
}

/* 
.bg-default-header table thead tr td {
    background-color: #1e3c78 !important;
    color: #ffffff !important;
}*/

/*.bg-default-warning table thead tr td {
    background-color: #ffc107 !important;
    color: #21251c !important;
} */
     


.bg-default {
    background-color: #ffffff;
}

.bg-logo-lacivert {
    background-color: #1e3c78;
}

.bg-logo-sari {
    background-color: #f9f441;
}

.bg-hover:hover {
    box-shadow: 0 4px 8px 0 rgba(255, 0, 0, 0.2), 0 6px 20px 0 rgba(255, 0, 0, 0.19);
}



.text-logo-lacivert {
    color: #1e3c78;
}

.text-logo-sari {
    color: #f9f441;
}

.text-custom-yesil {
    color: #10ac84;
}

.text-justify {
    text-align: justify;
}


a {
    text-decoration: none;
}


.link-navmenu, .link-navmenu:active, .link-navmenu:visited {
    color: #3b4854;
}

    .link-navmenu:hover {
        color: #02417e;
        background-color: #f9f441; 
        border-radius: 4px;
    }


.link-habermanset, .link-habermanset:active, .link-habermanset:visited {
    color: #ffffff;    
}

    .link-habermanset:hover {
        color: #f9f441; 
    }

.link-habertumb, .link-habertumb:active, .link-habertumb:visited {
    color: #3b4854; 
}

    .link-habertumb:hover {
        color: #1e3c78; 
    }

.div-hover { 
}

    .div-hover:hover {
        box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        transition: all .55s ease-in-out; 
    }

.mouseover-cursorpointer {
}

    .mouseover-cursorpointer:hover {
        cursor: pointer;
    }




.my-reconnect-modal-new {
    transition: visibility 0s linear 1000ms;
    position: fixed !important;
    top: 58px;
    right: 10px;
    bottom: 0;
    left: 10px;
    z-index: 1500;
    overflow: hidden;
    background-color: ghostwhite;
    text-align: center;
    font-weight: normal;
    height: 24px;
    border-radius: 4px;
    border: 1px solid gray;
}

.my-reconnect-modal > div {
    transition: visibility 0s linear 1000ms;
    position: fixed !important;
    top: 58px;
    right: 10px;
    bottom: 0;
    left: 10px;
    z-index: 1500;
    overflow: hidden;
    background-color: ghostwhite;
    text-align: center;
    font-weight: normal;
    height: 24px;
    border-radius: 4px;
    border: 1px solid gray;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}