*
{
    transition: all 0.25s !important;
    background-size: cover !important;
    box-sizing: border-box !important;
    outline: none !important;
    object-fit: cover !important;
}
html,body
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-family: cairo;
    font-size: 14px;
    overflow-x: hidden !important;
    overflow-y: auto;
    background: url(../img/corner.png) 50% 50%;
    /*background: radial-gradient(circle,#f7f7f7,#dfdfdf);*/
    line-height: 1;
}
html 
{
    background: #f7f7f7;
}
a
{
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    display: inline-block;
}
a:hover,input[type="button"]:hover,input[type="submit"]:hover
{
    filter: contrast(75%) brightness(125%);
    transform: scale(1.025,1.025);
}
a:hover img,.logo:hover img,.logo:hover h3
{
    transform: scale(1.05,1.05);
}

header
{
    padding: 5px 40px;
    color: white;
    font-size: 10px;
    background: #1f6f9f;
    margin: 0;
    text-align: right;
    border-radius: 0px 0px 0px 100px;
    box-shadow: inset 0px 0px 15px 0px rgba(255,255,255,0.66);
}
header input
{
    background: rgba(255,255,255,0.125);
    color: white;
    border: none;
    padding: 3px 10px;
    margin: 2px 0px;
    font-size: 10px;
    border-radius: 30px;
    width: 150px;
}
header input:focus
{
    width: 200px;
}

#header
{
    margin: 0;
    padding: 0;
}
#header table,#header th,#header td
{
    margin: 0 !important;
    padding: 0 !important;
    position: static;
    top: 0;
    left: 0;
}

#header .root
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    top: 0;
    width: 60px;
    height: 80px;
    padding: 0;
    margin: 10px 0px;
    font-size: 60px;
    line-height: 1;
    padding: 10px 20px;
    color: #1f5f7f;
    background: rgba(0,0,0,0.025);
    border-radius: 0px 30px 30px 0px;
    border: 5px solid #dfcf8f;
    border-top: 2px solid #dfcf8f;
    border-bottom: 2px solid #dfcf8f;
    border-left: none;
    z-index: 8;
    background: white;
}

#dlogo
{
    filter: none !important;
}

hr
{
    border: none;
    border-top: 1px solid rgba(0,0,0,0.125);
    border-bottom: 1px solid rgba(255,255,255,0.125);
}
mark
{
    background: none;
    color: #efaf3f;
    text-decoration: underline;
}


.sticky
{
    /*background: #1f5f7f !important;*/
    background: none !important;
    color: white !important;
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    height: auto !important;
    border-radius: 0px;
    padding: 0px 0px 0px 0px !important;
    /*box-shadow: inset 0px -10px 20px -10px rgba(0,0,0,0.25) !important;
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.25)) !important;*/
    text-shadow: none !important;
}
.sticky header,.sticky .label,.menuback
{
    display: none;
}
.sticky .logo img
{
    height: 30px;
    margin: 0 !important;
}
.sticky .root
{
    height: 60px !important;
    color: #1f5f7f !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: rgba(0,0,0,0.05) !important;

    /*padding: 0px 20px !important;
    padding-bottom: 5px !important;
    margin: 0 !important;
    font-size: 40px !important;
    vertical-align: middle !important;
    line-height: 1 !important;
    background: rgba(255,255,255,0.125) !important;
    margin-right: 20px !important;*/
}
.sticky .logo,.sticky .logo h3
{
    filter: none !important;
    text-shadow: none !important;
    color: white;
    margin: 0 !important;
    margin-left: 15px !important;
}
.sticky .logo h3 
{
    text-align: left !important;
    color: #3f3f3f !important;
    margin: 0px 40px 0px -20px !important;
}

.sticky th 
{
    position: relative !important;
    min-width: 200px;
    height: 50px;
}
.sticky .logo
{
    background: white;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    top: 0;
    left: 0;
    width: auto;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 30px 0px;
}
.sticky .logo:before 
{
    display: none;
}
.sticky .logo:after 
{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: white;
    top: 0;
    right: -30px;
    -webkit-mask-image: radial-gradient(circle 30px at 100% 100%, transparent 0, transparent 30px, black 0px);
}
.sticky .logo img 
{
    height: 40px !important;
    margin: 0px 40px !important;
}
.sticky .logo h3 b
{
    text-align: left !important;
    display: block !important;
    color: #3f7fbf !important;
}
.sticky icon:before 
{
    display: none !important;
}
.sticky a,.sticky .mainmenu,.sticky .mainmenu2
{
    color: white !important;
    padding: 8px 20px !important;
    height: auto !important;
    display: flex;
    align-items: center;
}
.sticky a b,.sticky .mainmenu b,.sticky .mainmenu2 b
{
    display: none !important;
}
.sticky .menulist2
{
    background: none !important;
    display: flex !important;
    align-items: center !important;
    height: 50px !important;
    padding: 0 !important;
    margin: 0px 40px !important;
}
.sticky boxright:before
{
    position: absolute;
    content: '';
    top: 0;
    left: -20px;
    right: 0;
    height: 50px;
    background: #1f5f7f !important;
    background: linear-gradient(90deg,#1f3f5f,#3f7f9f) !important;
    z-index: -1;
}

.sticky icon 
{
    font-size: inherit !important;
}
.sticky icon img
{
    display: none;
}
.sticky .submenu
{
    top: 40px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    border-radius: 15px !important;
}
.sticky .submenu2
{
    /*box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25) !important;*/
    z-index: 4 !important;
}
.sticky .submenu,.sticky .submenu a,.sticky .mainmenu2
{
    /*background: white !important;*/
    color: #3f3f3f !important;
}
.sticky .submenu a
{
    padding: 0px 20px !important;
    /*border-top: 1px solid rgba(0,0,0,0.125) !important;*/
    height: auto !importat;
}
.sticky .mainmenu:hover .submenu a,.sticky .mainmenu:hover .submenu .mainmenu2
{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.sticky a:hover,.sticky .submenu a:hover,.sticky .mainmenu:hover,.sticky .mainmenu2:hover
{
    filter: none !important;
    /*background: rgba(0,0,0,0.05) !important;*/
    color: #dfcf8f !important;
    text-shadow: none !important;
}
.sticky .mainmenu div:before 
{
    top: 12px;
}
.sticky .mainmenu2 div:before 
{
    top: 10px;
}

.imglist
{
    padding: 0;
    margin: 0;
}
.imglist div
{
    display: inline-block;
    position: relative;
    padding: 0;
}
.imglist img
{
    margin: 0 !important;
    padding: 0 !important;
    height: 100px !important;
    width: auto !important;
    cursor: pointer !important;
}
.imglist a
{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    color: white;
    background: #ef3f3f;
    font-size: 14px !important;
    padding: 2px !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 1;
    text-align: center;
}
.imglist div small
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 5px 10px;
    background: rgba(0,0,0,0.33);
    color: white;
    font-weight: normal;
    font-size: 12px;
}
.rowlist .imglist
{
    padding: 25px 15px 0px 15px;
}


chart
{
    display: block;
}

.menutoggle,.menulist
{
    display: none;
}
.menulist2
{
    background: white;
    display: inline-block;
    padding: 0px 20px;
    border-radius: 50px;
    margin: 25px;
    margin-left: 30px;
    height: 50px;
}
.menubar
{
    position: absolute;
    height: 150px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    font-size: 12px;
    font-family: gothic;
    /*color: #3f3f3f;
    filter: drop-shadow(0px 0px 15px white) !important;
    background: white;
    background: linear-gradient(white,rgba(255,255,255,0.33),white);*/
    color: #1f5f7f;
    background: none;
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.25)) !important;
    /*box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);*/
}
.menubar flexbox
{
    display: flex;
}
.menubar boxleft,.menubar boxright
{
    min-width: 300px;
    display: block;
    position: relative;
}
.menubar boxright
{
    flex-grow: 1;
}


.menubar top
{
    background: #1f5f7f;
    background: linear-gradient(90deg,#1f3f5f,#3f7f9f);
    color: white;
    padding: 0px 40px;
    margin: 0;
    position: relative;
    display: grid;
    gap: 0px;
    grid-template-columns: 33% 34% 33%;
    line-height: 1;
    height: 50px;
    border-bottom: 10px solid white;
}

.menubar top:after
{
    position: absolute;
    content: '';
    top: 40px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 40px);
    border: 10px solid white;
    border-top: none;
    pointer-events: none;
    box-sizing: border-box;
}
.menubar top:before
{
    position: absolute;
    content: '';
    top: 50px;
    right: 0px;
    width: 40px;
    height: 40px;
    background: white;
    -webkit-mask-image: radial-gradient(circle 40px at 0% 100%, transparent 0, transparent 40px, black 0px);
}

.menubar top left,.menubar top center,.menubar top right
{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
}
.menubar top left 
{
    font-weight: bold;
    font-size: 10pt;
}
.menubar top center
{
    justify-content: center;
}
.menubar top right
{
    justify-content: right;
}
.menubar top right form 
{
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    margin: 0;
}
.menubar top right form input 
{
    background: white;
    border: 1px solid rgba(0,0,0,0.125);
    font-size: 8pt;
    padding: 5px 10px;
    width: 200px;
    border-radius: 50px;
    text-align: center;
}
.menubar top right form img 
{
    position: absolute;
    top: 3px;
    right: 3px;
    height: 19px;
    padding: 4px;
    opacity: 0.5;
    cursor: pointer;
}

.menubar top left:before 
{
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background: #1f3f5f;
    left: -40px;
    bottom: -40px;
    z-index: 4;
    -webkit-mask-image: radial-gradient(circle 40px at 100% 100%, transparent 0, transparent 40px, black 0px);
}

.menubar top a
{
    display: inline-block;
    padding: 5px;
    margin: 0;
    height: auto;
    line-height: 1;
    border-radius: 50px;
    font-size: 0;
}
.menubar top a:hover
{
    background: rgba(255,255,255,0.125);
}
.menubar top img
{
    height: 20px;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.menubar bottom 
{
    display: block;
    position: relative;
}
.menubar bottom:before 
{
    position: absolute;
    content: '';
    left: 10px;
    top: calc(100vh - 100px);
    width: 40px;
    height: 40px;
    background: white;
    -webkit-mask-image: radial-gradient(circle 40px at 100% 0%, transparent 0, transparent 40px, black 0px);
}
.menubar bottom:after 
{
    position: absolute;
    content: '';
    right: 0;
    top: calc(100vh - 100px);
    width: 40px;
    height: 40px;
    background: white;
    -webkit-mask-image: radial-gradient(circle 40px at 0% 0%, transparent 0, transparent 40px, black 0px);
}
 

.sticky
{
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.25)) !important;
}
.sticky top,.sticky bottom
{
    display: none;
}

.menubar table,.menubar th,.menubar td
{
    padding: 0;
    margin: 0;
}
.menubar a,.mainmenu,.mainmenu2
{
    padding: 10px 20px;
    line-height: 1.5;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    display: table-cell;
    white-space: nowrap;
    height: 50px;
    color: #3f3f3f;
    font-weight: bold;
}
.mainmenu div:before
{
    position: absolute;
    top: 18px;
    right: 5px;
    content: '›';
    font-size: 20px;
    transform: rotate(90deg);
    line-height: 1;
    font-family: cairo;
}
.mainmenu .submenu:before
{
    display: none;
}

.mainmenu div 
{
    height: 100%;
}

.mainmenu2
{
    display: block;
    height: auto;
}
.mainmenu2 div:before
{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    content: '›';
    font-family: cairo;
    transform: none;
}
.mainmenu2 .submenu2:before
{
    display: none;
}

.menubar icon
{
    display: inline-block;
    font-size: 0px;
    transition: none !important;
    vertical-align: middle;
    position: relative;
    margin: 0px 20px;
}
.menubar icon:before 
{
    position: absolute;
    content: '';
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    background: white;
    z-index: -1;
    border-radius: 100px;
}
.menubar icon img
{
    background: #1f5f7f;
    width: 32px;
    padding: 5px;
    margin: 0;
    border-radius: 100px;
}
.menubar a b,.mainmenu b,.mainmenu2 b,.mainmenu div b
{
    /*display: none;
    background: #ffdf3f;
    width: 4px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;*/
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    text-align: center;
}
.menubar count,.mainmenu count,.submenu count 
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.menubar count font,.mainmenu count font,.submenu count font
{
    background: #df3f3f;
    color: white;
    font-size: 8px;
    width: 16px;
    height: 16px;
    padding: 3px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-right: 5px;
    animation: shake 5s infinite;
}

.menubar a:hover,.mainmenu:hover,.mainmenu2:hover
{
    /*background: rgba(0,0,0,0.05);*/
    color: #dfcf8f;
}
.submenu
{
    display: block;
    background: rgba(255,255,255,0.9);
    text-align: left;
    position: absolute;
    left: 0;
    top: 50px;
    /*box-shadow: 0px 0px 20px 0px rgba(255,255,255,0.5);*/
    /*box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.33);*/
    overflow: hidden;
    height: 0px !important;
    border-radius: 0px 0px 15px 15px;
}
.submenu a b
{
    /*display: none;*/
}
.submenu a,.submenu2 a
{
    color: #3f3f3f;
    display: block;
    padding: 0px 40px 0px 20px;
    border-top: 1px solid rgba(255,255,255,0.25);
    white-space: nowrap;
    height: auto;
}
.submenu a:hover,.submenu2 a:hover
{
    /*background: rgba(0,0,0,0.125);
    color: white;*/
    color: #1f5f7f;
}
.submenu a:hover .label,.submenu2 a:hover .label
{
    background: #dfcf8f !important;
}

.submenu2
{
    position: absolute;
    background: white;
    left: 40px;
    top: 30px;
    overflow: hidden;
    width: 0px;
    height: 0px;
    display: block;
    text-align: left;
    /*box-shadow: 0px 0px 20px 0px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);*/
    z-index: 2;
    border-radius: 15px;
}


table,th,td
{
    border-collapse: collapse;
}
h1,h2,h3,h4,h5,h6
{
    margin: 0;
    padding: 0;
}

.label
{
    display: inline-block;
    font-size: 16px;
    width: 20px;
    height: 20px;
    padding: 2px;
    text-align: center;
    color: white;
    background: #7f7f7f;
    border-radius: 30px;
    line-height: 1 !important;
    font-weight: bold;
    margin: 5px;
}
.logo
{
    line-height: 1;
    font-size: 18px;
    /*filter: drop-shadow(0px 0px 10px white);*/
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: left;
    cursor: pointer;
    letter-spacing: 2px;
    background: white;
    height: 100px;
    border-radius: 0px 0px 40px 0px;
    position: relative;
}
.logo:after 
{
    position: absolute;
    top: 0;
    right: -40px;
    background: white;
    width: 40px;
    height: 40px;
    content: '';
    -webkit-mask-image: radial-gradient(circle 40px at 100% 100%, transparent 0, transparent 40px, black 0px);
}
.logo:before 
{
    position: absolute;
    top: 100%;
    left: 10px;
    background: white;
    width: 40px;
    height: 40px;
    content: '';
    -webkit-mask-image: radial-gradient(circle 40px at 100% 100%, transparent 0, transparent 40px, black 0px);
}

.logo img
{
    height: 50px;
    vertical-align: middle;
    margin: 0px 40px;
}
.logo h3
{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 0px 40px 0px -20px;
    color: rgba(0,0,0,0.66);
    /*text-shadow: 0px 0px 10px white;*/
}
.logo h3 strong
{
    line-height: 1;
    white-space: nowrap !important;
}
.logo h3 b
{
    line-height: 1;
    white-space: nowrap !important;
    color: #3fbfef;
    display: block;
    font-size: 66.6%;
}

footer
{
    padding: 20px 40px;
    background: #1f5f7f;
    background: linear-gradient(45deg,#1f3f5f,#7f8f9f);
    color: white;
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    /*box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.25);*/
}

section
{
    position: relative;
    margin-top: 50px;
    padding: 125px 80px 40px 80px;
    box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.25);
    min-height: calc(100vh - 115px);
}
section footer
{
    box-shadow: none;
}

.slide-outer
{
    position: relative;
    width: 100%;
    height: 100vh;
    background: #bfbfbf;
    color: white;
    overflow: hidden;
}


.slide-title
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    text-align: center;
    display: block;
}
.slide-title h2
{
    bottom: 0px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    padding: 20px;
    padding-bottom: 55px;
    z-index: 2;
    width: auto;
    min-width: auto;
    max-width: 80%;
    color: red;
}

label
{
    display: inline-block;
    position: relative;
}
label span
{
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 10px;
    padding: 0px 2px 2px 0px;
    font-size: 8px;
    background: white;
    text-decoration: none;
}

/*.slide,.slide-inner,.slide-item
{
    position: relative;
    width: 100%;
    height: 100vh;
    background: #bfbfbf;
    color: white;
    overflow: hidden;
}
.slide-inner
{
    height: 100%;
}
.slide-item
{
    animation: fadein 1s;
}

/*.slide-inner span,.slide span
{
    display: block;
    position: absolute;
    right: 0;
    bottom: 20%;
    color: white;
    padding: 40px 80px 40px 120px;
    background: rgba(255,255,255,0.25);
    background: linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,0.5));
    font-size: 32px;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    box-shadow: 20px 0px 20px 0px rgba(0,0,0,0.125);
}
.slide-inner span h1,.slide span h1
{
    font-size: 48px;
    display: block;
    font-weight: normal;
    color: #ffdf7f;
}
.slide-inner span small,.slide span small
{
    font-size: 16px;
    display: block;
    color: #7fdfff;
}
.slide-inner span input[type="button"],.slide span input[type="button"]
{
    border: none;
    background: #efaf3f;
    color: white;
    font-size: 20px;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 40px;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.25);
}*/


.running-text
{
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 20px;
    background: rgba(31,95,127,0.9);
    background: linear-gradient(90deg,rgba(31,63,95,0.9),rgba(31,95,127,0.9));
    border-left: 8px solid rgba(31,63,95,1);
    border-right: 8px solid rgba(31,95,127,1);
    padding: 10px 20px;
    font-size: 16px;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.125);
    color: white;
    z-index: 3;
    border-radius: 20px;
    height: 40px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    line-height: 1;
    /*white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;*/
}

/*.running-text div
{
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background-size: cover !important;
    filter: blur(5px) brightness(50%);
}*/
.running-text running 
{
    display: block;
    white-space: nowrap;
    animation: scroll-left 180s linear infinite;
    line-height: 1;
}
.running-text span
{
    line-height: 1;
    display: inline-block;
    padding: 0px 20px;
    border-left: 5px solid #dfcf8f;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
section .static
{
    position: relative;
    border-radius: 4px;
    margin: 2px;
    margin-bottom: 10px;
}



#chatwindow
{
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
}
#chatwindow:after
{
    position: absolute;
    top: 2px;
    right: 15px;
    content: '_';
    font-weight: bold;
}
.chat
{
    overflow: hidden;
    position: fixed;
    right: 40px;
    bottom: 30px;
    cursor: pointer;
    color: white;
    font-size: 14px;
    background: white;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.125);
    padding: 0;
    background: #f7f7f7;
    border-radius: 4px;
}
.chat .title
{
    text-shadow: 0px 1px 2px rgba(0,0,0,0.25);
    background: #3fbf3f;
    padding: 5px 10px;
    position: relative;
}

.chat .title img
{
    height: 20px;
    vertical-align: middle;
    filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.25));
}
.chat .body
{
    height: 320px;
    width: 320px;
    overflow: auto;
    padding: 20px;
}
.chat .message,.admin-chat-body .message
{
    display: inline-block;
    background: white;
    color: #3f3f3f;
    padding: 10px 15px;
    font-size: 12px;
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.125));
    border-radius: 4px;
    position: relative;
}
.chat .arrow,.admin-chat-body .arrow
{
    font-size: 30px;
    line-height: 1;
    padding: 0px 5px;
    margin: 0;
    margin-top: -2px;
    position: absolute;
    left: 0;
    right: 0;
    color: white;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.chat .message span,.chat .message small,.admin-chat-body .message span,.admin-chat-body .message small
{
    display: block;
}
.chat .message span,.admin-chat-body .message span
{
    color: #3fbf3f;
    font-size: 10px;
    margin-bottom: 5px;
}
.chat .message small,.admin-chat-body .message small
{
    font-size: 8px;
    text-align: right;
    padding: 0;
    margin-top: 5px;
    color: #9f9f9f;
}
.chat .frmchat,.frmchat,.chat table,.chat table th,.chat table td
{
    margin: 0;
    padding: 0;
    border: none;
}
.chat .frmchat,.frmchat
{
    margin: 10px;
    border-radius: 100px;
    background: white;
    overflow: hidden;
    border: none;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.125);
}
.chat .frmchat img,.frmchat img
{
    background: #3fbf3f;
    height: 40px;
    width: 40px;
    padding: 8px;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
}
.chat .frmchat input,.frmchat input
{
    vertical-align: middle;
    border: none;
    width: 100%;
    padding: 12px 15px;
    margin: 0;
    border-radius: 100px 0px 0px 100px;
}

.bottombar
{
    padding: 0px 40px;
    text-align: center;
    /*box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,0.25);*/
    background: #1f5f7f;
    /*background: linear-gradient(45deg,#1f3f5f,#3f7f9f);*/
    background: linear-gradient(45deg,rgba(31,63,95,0.9),rgba(31,95,127,0.8));
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.bottombar label
{
    padding: 20px 30px;
    text-align: left;
    display: block;
    flex: 1;
    /*display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 25%;
    border-top: 1px solid rgba(0,0,0,0.075);
    border-left: 1px solid rgba(0,0,0,0.075);*/
    word-break: break-word;
    border-collapse: collapse;
}
.bottombar h3
{
    color: #dfcf8f;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-size: 16pt;
    text-align: left;
    white-space: nowrap;
}
.bottombar h3 small
{
    display: block;
    font-size: 10pt;
    /*color: #2f8faf;*/
    color: #bfdfff;
}
.bottombar img
{
    height: 120px;
    padding: 0;
    margin: 0;
}
.bottombar a img
{
    height: 40px;
    padding: 0;
    margin: 5px;
}
.bottombar a
{
    /*color: #1f7f9f;*/
    color: #bfdfff;
}
.bottombar span
{
    display: inline-block;
    position: relative;
    padding: 20px 10px 5px 10px;
    font-size: 14px;
    margin: 5px 0px;
    border-radius: 4px;
    background: rgba(0,0,0,0.033);
    word-break: normal;
    white-space: nowrap;
}
.bottombar span font
{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 10px;
    right: 10px;
    font-size: 10px;
    color: #efaf3f;
}
.bottombar span table
{
    width: 100%;
}
.bottombar span table td
{
    width: 66%;
}

.bottombar .map
{
    cursor: pointer;
    width: 100%;
    height: 160px;
    position: relative;
    overflow: hidden;
}



.ikm
{
    text-align: center;
    font-size: 30px;
    padding: 15px;
    color: #1f7f9f;
    background: white;
    margin-top: 5px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.125);
}
.share
{
    display: inline-block;
}
.share img
{
    border-radius: 6px;
}

fieldset
{
    border: none;
    background: white;
    position: relative;
    padding: 130px 60px 30px 60px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.125);
    line-height: 1;
    border-radius: 30px;
    font-size: 16px;
    color: #3f3f3f;
    overflow: hidden;
}
.full 
{
    width: calc(100vw - 80px);
    margin-left: -45px;
}

fieldset:nth-child(even)
{
    background: white;
}
fieldset footer
{
    background: inherit;
    color: inherit;
}
fieldset footer a
{
    display: inline-block;
    font-size: 16px;
    padding: 5px;
}
fieldset p
{
    line-height: 1.5;
    margin: 0;
    padding: 0;
    word-break: break-word;
    hyphens: auto;
    text-align: justify;
}
fieldset img
{
    margin: 10px 0px;
}
legend
{
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 30px;
    font-family: gothic;
    font-weight: bold;
    vertical-align: middle;
    color: #1f5f7f;
    height: 100px;
    box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0px 60px;
}
legend .mhide 
{
    white-space: nowrap;
}

.index
{
    padding: 120px 0px 60px 0px;
    margin: 0;
    border-radius: 0px;
    /*padding: 120px 0px 80px 0px;
    background: none;
    box-shadow: none;
    margin: 0px;*/
}
.index legend
{
    color: #1f5f7f;
    padding: 0;
    right: 0;
    display: block;
    font-weight: bold;
}
.index legend h1
{
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin: 0px 0px !important;
    width: 100%;
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
}
seeall
{
    display: block;
    text-align: right;
}
seeall a
{
    background: #1f5f7f;
    color: white;
    display: inline-block;
    font-size: 16px;
    padding: 14px 20px;
    border-radius: 40px;
}
seeall a:hover 
{
    transform: scale(1.05,1.05);
}

legend a
{
    display: inline-block;
    color: #9f9f9f;
    margin: 0;
}
legend b
{
    color: #afafaf;
    display: inline-block;
    margin: 0px 15px;
    vertical-align: middle;
    font-family: cairo;
    line-height: 1;
}
legend img
{
    height: 40px;
    vertical-align: middle;
    border: 2px solid white;
    padding: 2px;
    border-radius: 40px;
    background: #dfcf8f;
    box-shadow: 0px 0px 0px 2px #dfcf8f;
}
legend font
{
    display: inline-block;
    margin: 0;
}

/*legend form
{
    position: absolute;
    top: 40px;
    right: 40px;
}*/

legend input,legend select
{
    border: 1px solid rgba(0,0,0,0.125);
    padding: 3px 6px;
    margin: 2px;
    border-radius: 4px;
    width: auto;
    background: #fbfbfb;
}
legend input[type="date"]
{
    padding: 3px 6px;
    font-size: 11px;
}
legend input
{
    padding: 4px 6px;
}
legend table,legend th,legend td
{
    border-collapse: collapse;
}
legend table
{
    width: 100%;
}

.poster
{
    margin-bottom: 20px;
    font-size: 12px;
}
.poster a
{
    color: #efaf3f;
}
.poster img
{
    height: 24px;
    margin: 2px;
}

.column1,.column2,.column3,.column4
{
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 0px;
}
.index .column1,.index .column2,.index .column3,.index .column4
{
    grid-column-gap: 12px;
}

.column2
{
    grid-template-columns: 50% 50%;
}
.column2:has(table)
{
    grid-column-gap: 5px;
}
.column2 table 
{
    width: calc(100% - 5px);
    margin: 0;
}

.column3
{
    grid-template-columns: 33.33% 33.33% 33.33%;
}
.column4
{
    grid-template-columns: 25% 25% 25% 25%;
}
.index .column2
{
    grid-template-columns: calc(50% - 6px) calc(50% - 6px);
}
.index .column3
{
    grid-template-columns: calc(33.33% - 8px) calc(33.33% - 8px) calc(33.33% - 8px);
}
.index .column4
{
    grid-template-columns: calc(25% - 3px) calc(25% - 3px) calc(25% - 3px) calc(25% - 3px);
}



.list
{
    display: block;
    padding: 20px;
    margin: 0;
    background: none;
    border-radius: 0px;
    position: relative;
    cursor: pointer;
}
.list inner
{
    display: block;
    box-shadow: inset 0px -5px 50px -25px rgba(0,0,0,0.125);
    filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.5));
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: white;
    height: 100%;
}
.list inner:has(.admin-tool)
{
    padding-bottom: 50px;
}
.list inner:hover 
{
    transform: scale(1.025,1.025);
}
.list inner:hover thumb img,.list inner:hover folder img
{
    transform: scale(1.05,1.05);
}

.list indikator
{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    font-size: 14px;
    color: #ef7f3f;
    padding: 15px 20px;
    background: rgba(255,255,255,0.5);
    background: linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,1));
    text-align: right;
    font-weight: bold;
}
.list status
{
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    z-index: 3;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.25);
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.2));
}
.list status span
{
    display: inline-block;
    padding: 8px 12px;
    font-size: 8pt;
    color: white;
    border-radius: 0px 2px 2px 0px;
}
.list thumb
{
    display: block;
    position: relative;
    overflow: hidden;
    /*clip-path: polygon( 0% 0%, 100% 0%, 100% calc(100% - 70px), calc(100% - 1px) calc(100% - 65px), calc(100% - 3px) calc(100% - 61px), calc(100% - 6px) calc(100% - 57px), calc(100% - 9px) calc(100% - 54px), calc(100% - 15px) calc(100% - 51px), calc(100% - 20px) calc(100% - 50px), calc(100% - 30px) calc(100% - 46px), calc(100% - 35px) calc(100% - 44px), calc(100% - 40px) calc(100% - 40px), calc(100% - 44px) calc(100% - 35px), calc(100% - 49px) calc(100% - 24px), calc(100% - 50px) calc(100% - 20px), calc(100% - 51px) calc(100% - 15px), calc(100% - 53px) calc(100% - 10px), calc(100% - 56px) calc(100% - 6px), calc(100% - 62px) calc(100% - 2px), calc(100% - 65px) calc(100% - 1px), calc(100% - 70px) 100%, 0% 100%);*/
}
.list thumb:after 
{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0px -30px 60px -30px rgba(0,0,0,0.125);
    z-index: 0;
}
.list dummy 
{
    display: block;
    margin-top: 75%;
}
.list img 
{
    position: relative;
    width: 100%;
    height: 200px;
    margin: 0;
    padding: 0;
}
.list thumb img
{
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*clip-path: polygon( 0% 0%, 100% 0%, 100% calc(100% - 70px), calc(100% - 1px) calc(100% - 65px), calc(100% - 3px) calc(100% - 61px), calc(100% - 6px) calc(100% - 57px), calc(100% - 9px) calc(100% - 54px), calc(100% - 15px) calc(100% - 51px), calc(100% - 20px) calc(100% - 50px), calc(100% - 30px) calc(100% - 46px), calc(100% - 35px) calc(100% - 44px), calc(100% - 40px) calc(100% - 40px), calc(100% - 44px) calc(100% - 35px), calc(100% - 49px) calc(100% - 24px), calc(100% - 50px) calc(100% - 20px), calc(100% - 51px) calc(100% - 15px), calc(100% - 53px) calc(100% - 10px), calc(100% - 56px) calc(100% - 6px), calc(100% - 62px) calc(100% - 2px), calc(100% - 65px) calc(100% - 1px), calc(100% - 70px) 100%, 0% 100%);*/
}
.thumb img
{
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 20px;
    position: relative;
}
.event img,.event iframe
{
    width: 100%;
    max-width: 100% important;
    height: 100%;
    border: none;
    background: rgba(223,207,143,0.1);
    box-shadow: inset 0px -20px 40px -20px rgba(0,0,0,0.1);
    /*border-bottom: 4px solid #ffbf1f;*/
}
.event iframe
{
    pointer-events: none;
}
.list h3,.list small,.list p
{
    display: block;
    font-weight: normal;
    padding: 0px 20px;
    margin: 0;
    border: none;
    line-height: 1;
}
.list h3
{
    font-weight: bold !important;
    font-size: 16pt;
    line-height: 1;
    padding: 20px 30px 0px 30px;
    color: #1f5f7f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}
.list small
{
    font-size: 10pt;
    padding: 15px 30px;
    line-height: 1.25;
}
.list small a
{
    color: #dfcf8f;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: left;
}
.list p
{
    color: #7f7f7f;
    padding: 0px 30px;
    margin-bottom: 10px;
    line-height: 1.25;
    font-size: 11pt;
    word-break: break-word;
    hyphens: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;    
}
.list p sup
{
    font-size: 10px;
    background: white;
    display: inline-block;
    margin: 2px;
    padding: 1px 3px;
    line-height: 1;
    border-radius: 2px;
    color: white;
    background: #bfbfbf;
}
.list p small
{
    display: inline;
    padding: 0;
    margin: 0;
}

.list p a,.list p a img
{
    display: inline-block;
    vertical-align: middle;
}
.list p a
{
    text-align: left;
    margin-bottom: 15px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.list p a img
{
    margin: 0;
    padding: 0;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    border-radius: 40px;
}


.sliding
{
    display: block;
    white-space: nowrap;
    max-width: 100vw;
    margin-left: 0px;
    margin-bottom: 20px;
    overflow: hidden;
}
.sliding outerlist
{
    display: inline-block;
    width: 33.33vw;
    padding: 0px;
}
.sliding outerlist h3
{
    display: block;
}
.sliding .list
{
    margin: 0;
}


flag
{
    position: absolute;
    font-size: 30px;
    display: inline-block;
    top: 10px;
    left: 15px;
}

.progress-dot 
{
    margin: 0;
    padding: 0;
    height: 6px;
    background: linear-gradient(90deg,#3f3f3f,#7f7f7f);
    position: relative;
}
.progress-dot div 
{
    position: absolute;
    left: 0;
    top: -14px;
    right: 0;
    display: flex;
    margin:0;
    padding: 0px 20px;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    min-width: 0;
    flex: 1 0 auto;
}
.progress-dot span 
{
    display: inline-block;
    font-size: 12px;
    width: 24px;
    height: 24px;
    padding: 4px;
    text-align: center;
    border-radius: 50px;
    background: #efbf3f;
    border: 2px solid white;
    color: white;
    box-sizing: border-box;
    font-weight: bold;
    z-index: 2;
}
.progress-dot proccess 
{
    left: 0;
    top: 14px;
    position: absolute;
    height: 6px;
    border: none;
}
.progress-dot .checked 
{
    width: 32px;
    height: 32px;
    font-size: 18px;
    background: white;
    border: 4px solid white;
    animation: pulse 3s infinite;
}

.progress
{
    position: relative;
    line-height: 1;
}
.progress span,.progress font
{
    display: inline-block;
    background: #bfbfbf;
    border: 2px solid rgba(255,255,255,0.66);
    width: 12px;
    height: 12px;
    border-radius: 20px;
    margin: 1px;
    vertical-align: middle;
}
.progress span
{
    background: #3fbf3f;
}
.progress b
{
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 20px;
    margin-left: 20px;
    color: #efaf3f;
}

.tmb
{
    min-width: 300px;
}
.lket,.tmb .rowlist
{
    display: block;
    position: relative;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 4px;
    padding: 0;
    margin: 0px 0px 10px 0px;
    background: white;
}
.tmb .lket
{
    width: 100%;
}
.tmb font,.lket font,.tmb .rowlist font
{
    font-family: gothic;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
    color: #efaf3f;
    font-size: 7pt;
    padding: 5px 10px;
    z-index: 2;
}
lr 
{
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
}
lr ldiv,lr rdiv 
{
    display: table-cell;
    width: auto;
    vertical-align: top;
}
lr rdiv 
{
    text-align: right;
}
.tmb .rowlist p,.tmb .rowlist h3
{
    display: block;
    padding: 10px;
    padding-top: 25px;
    margin: 0;
    font-size: 12px;
}
.tmb .rowlist h3
{
    font-size: 18px;
}
.tmb .rowlist label
{
    cursor: pointer;
}
.tmb .rowlist img
{
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.tmb .rowlist font a img
{
    filter: invert(50%);
}
.tmb input,.tmb select,.tmb textarea,.tmb text,.lket input
{
    padding: 25px 15px 10px 15px;
    border: none;
    width: 100%;
    background: #fefefe;
    border-radius: 4px;
    margin: 0;
    resize: none;
    display: block;
    font-size: 14px;
}
.tmb input[type="checkbox"],.tmb .rowlist input[type="radio"]
{
    display: inline-block;
    width: auto;
    margin: 5px;
}

.tmb .rowlist iframe
{
    display: block;
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
    border: none;
}
.tmb .rowlist table
{
    margin: 20px 0px 0px 0px;
    font-size: 12px;
}
.tmb .rowlist table th,.tmb .rowlist table td
{
    padding: 0px;
}
.tmb .rowlist table td:first-child
{
    width: 160px;
}

.tmb .rowlist table input[type="text"],.tmb .rowlist table input[type="number"],.tmb .rowlist table input[type="file"],.tmb .rowlist table input[type="date"],.tmb .rowlist table select
{
    margin: 0;
    padding: 10px 15px;
}
.tmb .rowlist table p
{
    margin: 0;
    padding: 10px;
}
.tmb .rowlist .mce-tinymce
{
    margin: 25px 0px 0px 0px !important;
    border: none !important;
}
.tmb .rowlist .mce-menubar
{
    display: none;
}


text h2,text small,text p
{
    display: block;
    background: none;
    padding: 5px 0px;
    margin: 0;
}
text h2
{
    font-size: 20px;
}
text small
{
    font-size: 12px;
    color: #7f7f7f;
    background: inherit;
}
text small a
{
    color: #2f8faf !important;
}
text p
{
    background: inherit;
    text-align: inherit;
}


popup
{
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
}
popup window
{
    display: inline-block;
    background: white;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}
popup h3
{
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}


.sliding-outer:hover prevnext 
{
    opacity: 1;
}

prevnext 
{
    display: block;
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 40px;
    opacity: 0;
}
prevnext a 
{
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #1f5f7f;
    border-radius: 100px;
    width: 60px !important;
    height: 60px !important;
    padding: 0px 0px 5px 0px;
    font-size: 40pt !important;
    font-weight: bold;
    line-height: 1;
    font-family: 'Arial';
    box-shadow: inset 0px -5px 10px -5px rgba(0,0,0,0.125);
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.25));
}
prevnext a:hover
{
    background: #1f5f7f;
    color: white;
    transform: scale(1.1,1.1);
    box-shadow: inset 0px -5px 10px -5px rgba(0,0,0,0.125);
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.25));
}
prevnext a b 
{
    display: inline-block;
}


.tmb textarea
{
    height: 300px;
}
.tmb input:focus,.tmb select:focus,.tmb textarea:focus
{
    background: white;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
}
.tmb .label img
{
    width: 14px;
    height: 14px;
    background: #1f6f9f;
    margin: 0;
    padding: 2px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 14px;
}


.lket
{
    display: inline-block;
    padding: 25px 10px 10px 10px;
    min-width: 200px;
    vertical-align: middle;
    margin-right: 20px;
    font-weight: bold;
}

.tpc
{
    margin: 20px 0px;
    font-size: 14px;
    line-height: 1;
    border: 1px solid rgba(0,0,0,0.125);
}
.tpc th,.tpc td
{
    border-bottom: 1px solid rgba(0,0,0,0.125);
    padding: 6px 12px;
    font-weight: normal;
}
.tpc thead th,.tpc thead td
{
    background: #efaf3f;
    color: white;
    font-weight: bold;
    font-size: 12px;
}
.tpc tr:nth-child(even)
{
    background: rgba(0,0,0,0.033);
}
.tpc th a,.tpc td a
{
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    line-height: 1;
    color: white;
    padding: 5px;
    text-align: center;
    width: 20px;
    height: 20px;
    margin: 1px;
    border-radius: 10px;
}
.tpc thead th a,.tpc thead td a
{
    background: none;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    font-size: inherit;
}
.tpc td input,.tpc td select,.tpc td textarea,.tpc th input,.tpc th select,.tpc th textarea
{
    margin: 0;
    padding: 2px 4px;
    display: inline-block;
    width: 100%;
    border: none;
    background: none;
}
.tpc th input[type="checkbox"]
{
    width: auto;
}
.tpc td select,.tpc th select
{
    width: auto;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.125);
    background: white;
}
.tpc .time,.tpc td input[type="checkbox"]
{
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.tpc .time input[type="checkbox"]
{
    display: none;
}
.tpc .time:hover
{
    box-shadow: inset 0px 0px 0px 50px rgba(233,143,47,0.25);
}


input,select,textarea
{
    line-height: 1;
}
select,input[type="date"]
{
    cursor: pointer;
}
input[type="submit"],input[type="button"],.cancel,.new,.button
{
    font-family: gothic;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 16px;
    height: 40px;
    text-align: center;
    min-width: 100px;
    border-radius: 4px;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    margin: 0;
    line-height: 1;
    margin-right: 10px;
    box-shadow: inset 0px -15px 30px -15px rgba(0,0,0,0.125);
    appearance: none;
}
.cancel
{
    background: #f7f7f7;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.125);
    color: #efaf3f;
    padding: 11px 20px;
}

.add
{
    background: #3fbf3f;
    color: white;
}
.edit
{
    background: #efaf3f;
    color: white;
}
.delete
{
    background: #bf3f3f;
    color: white;
}
.view
{
    background: #3fbfdf !important;
    color: white;
}
.back
{
    background: #9f9f9f !important;
    color: white;
}
.move
{
    background: #df7fbf;
    color: white;
}


.warning span,.info span
{
    display: inline-block;
    padding: 15px 20px;
    color: white;
    background: #df5f5f;
    animation: zoomin 0.25s;
    margin: 10px 0px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
}
.info span
{
    background: #5fbfdf;
}

.warning small,.info small
{
    display: inline-block;
    padding: 5px 10px;
    animation: zoomin 0.25s;
    margin: 0;
    border-radius: 4px;
    font-size: 8pt;
    line-height: 1.25;
    background: #f7f7f7;
    color: #bf3f3f;
    border: 1px dashed #bf3f3f;
}
.info small
{
    color: #1f5f7f;
    border: 1px dashed #1f5f7f;
}
.rowlist .warning small,.rowlist .info small
{
    display: block;
    border: none;
    animation: none;
}

.mlist
{
    display: none;
}
.itemmenu
{
    font-family: 'Impact';
    font-size: 16pt;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-align: right;
}
.itemmenu img 
{
    filter: invert(50%);
    width: 24px;
    height: 24px;
    padding: 3px;
    position: relative !important;
    border-radius: 50px;
    border: 1px solid rgba(0,0,0,0.25);
    display: inline-block;
    margin: 0;
}
.cross,.check,.bowtie,.telrec,cross,check,bowtie,telrec
{
    display: inline-block !important;
    vertical-align: middle;
    color: white;
    background: #bf3f3f;
    font-size: 10px !important;
    text-align: center !important;
    width: 16px !important;
    height: 16px !important;
    padding: 3px !important;
    border-radius: 16px !important;
    font-weight: bold !important;
    margin: 0 !important;
}
.check,check
{
    background: #3fbf3f;
}
.bowtie,bowtie
{
    background: #df9f2f;
    transform: rotate(90deg);
    padding: 2px !important;
}
.telrec,telrec
{
    background: #3fbfdf;
}


.clogo
{
    position: relative;
    display: block;
    vertical-align: middle;
    padding: 25px 10px 10px 10px;
    cursor: pointer;
}
.clogo img
{
    width: auto !important;
    height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0px !important;
    background: none !important;
}
.clogo a
{
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    width: 18px;
    height: 18px;
    font-size: 16px;
    line-height: 1;
    z-index: 3;
}

.filterbutton
{
    display: none;
}

.window-tool
{
    text-align: right;
}
.window-tool form
{
    display: inline-block;
}
.window-tool input,.window-tool select
{
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 5px;
    vertical-align: middle;
    height: 25px;
}
.window-tool input[type="button"],.new
{
    margin-left: 20px;
    font-size: 15px;
    padding: 10px 15px;
    height: 35px;
    line-height: 1;
    min-width: auto;
    display: inline-block;
    position: relative;
}


.mce-tinymce
{
    border: 1px solid rgba(0,0,0,0.125) !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    margin-bottom: 15px !important;
}
.mce-btn
{
    background: inherit !important;
}
.mce-edit-area
{
    border: none !important;
    border-top: 1px solid rgba(0,0,0,0.125) !important;
}
.mce-statusbar
{
    border: none !important;
    border-top: 1px solid rgba(0,0,0,0.125) !important;
}
.mce-container-body button
{
    color: #efaf3f !important;
    font-size: 12px !important;
}
.mce-container-body button i
{
    color: #5f5f5f !important;
}
.mce-flow-layout
{
    background: #fbfbfb !important;
}
.mce-toolbar-grp
{
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
}


.admin-tool
{
    display: block;
    text-align: right;
    padding: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.admin-tool span
{
    display: none;
}

.admin-tool a,.admin-tool select
{
    appearance: none;
    font-size: 12px;
    display: inline-block;
    padding: 4px;
    width: 20px;
    line-height: 1;
    border: none;
    border-radius: 4px;
    margin: 0px 2px;
    text-align: center;
}
.admin-tool b
{
    font-weight: normal;
}
.admin-tool i
{
    display: none;
    font-style: normal;
}

.thumb .admin-tool
{
    position: absolute;
    right: 0;
    bottom: 0;
}
.thumb .admin-tool div
{
    text-align: right;
}


#list
{
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    background: red;
    background: white;
    max-height: 200px;
    overflow: auto;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
    z-index: 6;
}
#list a
{
    display: block;
    padding: 10px 20px;
    border-top: 1px solid rgba(0,0,0,0.125);
}

.menu-block
{
    display: inline-block;
    overflow: hidden;
    background: white;
    border-radius: 4px;
    box-shadow: inset 0px -20px 60px -20px rgba(0,0,0,0,0.125);
    filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.25));
    margin: 10px;
    vertical-align: top;
}
.menu-block span,.menu-block font,.menu-block small
{
    display: block;
    padding: 10px;
    cursor: pointer;
    line-height: 1;
}
.menu-block span
{
    background: rgba(0,0,0,0.05);
}
.menu-block font
{
    border-top: 1px solid rgba(0,0,0,0.1);
}
.menu-block small
{
    padding-left: 50px;
}
.menu-block a,.menu-block p
{
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
}
.menu-block a
{
    width: 16px;
    height: 16px;
    padding: 2px;
    margin: 0;
    border-radius: 20px;
}
.menu-block p
{
    font-size: 16px;
    margin: 0px 10px 0px 5px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.article
{
    padding: 0px;
}
.article:has(right)
{
    display: flex;
    align-items: top;
}
.article h1
{
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 30px;
    color: #1f6f9f;
    text-align: center;
    line-height: 1.25;
}
.article h6
{
    position: relative;
    padding: 10px 0px 40px 0px;
    margin: 0;
    font-weight: normal;
    font-size: 12px;    
}
.article h6 span
{
    position: absolute;
    top: 5px;
    right: 0;
}
.article h6 span img
{
    width: 20px;
    height: 20px;
    margin: 1px;
}
.article p,.article ol,.article ul,.article li
{
    line-height: 1.5;
    margin: 0;
}
.article ol,.article ul
{
    margin-left: 30px;
    padding: 0;
}
.article li
{
    padding-left: 10px;
}
.article a
{
    color: #efaf3f;
}
.article p a,.article p a img
{
    display: inline-block;
    vertical-align: middle;
}
.article p a img
{
    height: 40px !important;
    width: 40px !important;
    margin: 0;
    padding: 0;
    margin-right: 10px !important;
    border-radius: 40px !important;
}

.article left,.article right
{
    display: block;
}
.article left 
{
    padding-right: 60px;
    width: 75%;
}
.article right
{
    width: 25%;
}

.article right .list 
{
    padding: 10px 0px;
}
.article right .list inner
{
    border-radius: 20px;
    box-shadow: none;
    filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.25));
}
.article right .list img 
{
    background: rgba(0,0,0,0.025);
}
.article right .list h3 
{
    font-size: 12pt;
    padding: 15px 20px 0px 20px;
}
.article right .list small 
{
    font-size: 8pt;
    padding: 5px 20px 15px 20px;
}



.image-picker
{
    margin-top: 0px;
    cursor: pointer;
    background: #efefef;
    overflow: hidden;
    border-radius: 2px;
}
.image-picker img,.article p img
{
    /*width: auto !important;*/
    max-width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border-radius: 0px !important;
}
.tmb .image-picker img
{
    width: auto !important;
    height: 200px !important;
}

.admin-chat-body
{
    background: #efefef;
    filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.125));
    border-radius: 4px;
    overflow: hidden;
}
.admin-chat-inner
{
    height: 400px;
    display: flex;
}
.admin-chat-body .chat-title
{
    color: white;
    text-align: center;
    background: #3fbf3f;
    padding: 15px 20px;
    position: relative;
}
.admin-chat-body .chat-title sup
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 8px;
}
.admin-chat-body .chat-title sup a
{
    color: #efaf3f;
    background: white;
    padding: 5px 10px;
    margin: 5px;
    line-height: 1;
    font-size: 10px;
    border-radius: 4px;
}
.admin-chat-body .chat-title sup a b
{
    display: none;
}
.admin-chat-body .user-list
{
    width: 300px;
    background: #fbfbfb;
    overflow-x: hidden;
    overflow-y: auto;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.125));
}
.admin-chat-body .user-list a
{
    display: block;
    padding: 10px;
    background: white;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    box-shadow: inset 0px -10px 20px -10px rgba(0,0,0,0.05);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.admin-chat-body .chat-list
{
    width: 100%;
    opacity: 0;
}
.admin-chat-body #chatbody
{
    height: 335px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 15px 0px 15px;
}
.admin-chat-body .frmchat
{
    display: block;
    width: auto;
    max-width: auto;
    border: none;
}


.agenda
{
    width:100%;
}
.agenda,.agenda th,.agenda td
{
    border-collapse: separate;
    border-spacing: 2px;
    font-weight: normal;
    font-size: 14px;
}
.agenda th,.agenda td
{
    background: #fdfdfd;
    padding: 1px;
    text-align: center;
    position: relative;
    height: 80px;
    max-height: 80px;
    border: 1px solid rgba(0,0,0,0.075);
    width: 14.28%;
    overflow: auto;
}
.agenda thead th,.agenda thead td
{
    background: #2f8faf;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 10px;
    height: auto;
}
.agenda th span,.agenda td span
{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
}
.agenda th a,.agenda td a
{
    display: block;
    width: 100%;
    height: 80px;
    overflow: auto;
}
.agenda-date
{
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-weight: normal;
}
.agenda-date select
{
    padding: 0;
    margin: 0;
    border: none;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.agenda-date a
{
    background: #2f8faf;
    color: white;
    display: inline-block;
    padding: 5px 15px;
}
.agenda-list
{
    display: block;
    text-align: left;
    font-size: 10px;
    word-break: break-all;
    background: #2f8faf;
    color: white;
    padding: 2px 4px;
    margin-bottom: 1px;
    border-radius: 2px;
}
.today
{
    background: #dff7ff !important;
}
.darker
{
    background: #fff7df !important;
}
.perkim
{
    height: 60px !important;
    border: 3px solid #efbf2f !important;
    padding: 3px !important;
    background: white !important;
}
.pemda
{
    width: auto !important;
    border: none !important;
    background: none !important;
    padding: 0px !important;
    margin-left: 10px !important;
}

.content h1
{
    font-size: 30px;
    color: #6f6f6f;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.circle,.circle-small
{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    padding: 7px;
    border-radius: 100px;
}
.circle-small
{
    width: 20px;
    height: 20px;
    font-size: 14px;
    padding: 3px;
}
.paragraph
{
    font-size: 14px;
    line-height: 1.5;
}

.tbot
{
    text-align: center;
}
.tbot a b
{
    font-weight: normal;
}
.tbot a i
{
    display: none;
}

.small-row
{
    display: block;
    font-size: 15px;
    margin: 0;
    padding: 0px 0px 10px 0px;
}
.small-row font
{
    display: block;
    font-size: 10px;
    color: #df8f2f;
    padding: 0;
    margin: 0px 0px 2px 0px;
}
.small-row sup
{
    display: inline-block;
    padding: 2px 4px;
    font-size: 8px;
    line-height: 1;
    color: white;
    background: #bfbfbf;
    border-radius: 2px;
}
.gap
{
    padding: 20px;
}

.file
{
    position: relative;
}
.file img
{
    filter: none !important;
    width: 300px !important;
    height: auto !important;
    margin: 0px 5px !important;
}
.file a
{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
    line-height: 1;
    padding: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 4px;
}
.tpc2 img
{
    width: auto;
    max-width: 100%;
    max-height: 480px;
}

.tmb multi
{
    display: block;
    padding: 20px 0px 0px 0px;
}
.tmb multi input
{
    padding: 10px 15px;
    margin: 0;
}
.tmb multi input:focus
{
    box-shadow: none;
    border-box: 0px;
}

.tutorial,.tutorial *
{
    line-height: 1.5;
}
.tutorial img
{
    max-width: 100%;
}
.tutorial ol,.tutorial ul
{
    padding: 0;
    margin: 0;
    margin-left: 30px;
}
.tutorial li
{
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

.folder inner
{
    display: flex;
    width: 100%;
    cursor: pointer;
}
.folder inner folder,.folder inner desc 
{
    display: block;
}
.folder inner desc
{
    width: auto;
}
.folder inner desc h3,.folder inner desc small,.folder inner desc p 
{
    margin-left: 0;
    padding-left: 20px;
}
.folder inner folder 
{
    padding: 15px;
    background: rgba(0,0,0,0.025);
}
.folder inner folder img 
{
    width: 80px;
    margin: 0;
    padding: 0;
    height: auto;
}
.folder inner folder .round
{
    border-radius: 80px;
}

/*.folder inner
{
    background: #dfefff;
}
.folder:after 
{
    content: '';
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom: none;
    filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.33));
    position: absolute;
    left: 25px;
    bottom: calc(100% - 20px);
    width: 80px;
    height: 20px;
    border-radius: 6px 100px 0px 0px;
    background: #cfdfef;
}*/

icontool
{
    text-align: center;
    display: block;
}
icontool a
{
    display: inline-block;
    border-radius: 2px;
    padding: 8px;
    font-size: 0;
}
icontool a img
{
    height: 16px;
    width: 16px;
    margin: 0;
    padding: 0;
    filter: contrast(0%);
}
icontool .selected
{
    box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.25);
    background: rgba(0,0,0,0.025);
}

#itemmenu
{
    background: rgba(0,0,0,0.25);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
#itemmenu,#itemmenu *
{
    transition: none !important;
}
#itemmenu span
{
    display: inline-block;
    text-align: center;
    background: white;
    padding: 10px 20px;
    border-radius: 4px;
}
#itemmenu span a,#itemmenu span select
{
    background: none !important;
    font-size: 20px !important;
    display: block;
    color: #3f3f3f;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: center;
}
#itemmenu span a b
{
    display: none !important;
}
#itemmenu span a i
{
    font-style: normal !important;
}
#itemmenu span select 
{

}

@keyframes scroll-left {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-1000%); }
}
@keyframes fadein
{
    0%{opacity:0;transform:scale(1.5,1.5);}
    100%{opacity:1;transform:scale(1,1);}
}
@keyframes zoomin
{
    0%{opacity:0;transform:scale(0.5,0.5);}
    100%{opacity:1;transform:scale(1,1);}
}
@keyframes shake 
{
    0%{transform:rotate(0deg);}
    40%{transform:rotate(0deg);}
    42%{transform:rotate(15deg);}
    44%{transform:rotate(-15deg);}
    46%{transform:rotate(15deg);}
    48%{transform:rotate(-15deg);}
    50%{transform:rotate(0deg);}
    90%{transform:rotate(0deg);}
    92%{transform:rotate(15deg);}
    94%{transform:rotate(-15deg);}
    96%{transform:rotate(15deg);}
    98%{transform:rotate(-15deg);}
    100%{transform:rotate(0deg);}    
}
@keyframes pulse
{
    0%{transform:scale(1,1);}
    50%{transform:scale(1,1);}
    55%{transform:scale(1.25,1.25);}
    60%{transform:scale(1,1);}
    100%{transform:scale(1,1);}
}


@media only screen and (min-width: 961px)
{
    .mainmenu:hover .submenu
    {
        height: auto !important;
        overflow: visible;
        padding: 8px 0px 16px 0px;
        /*border-top: 4px #ef8f2f solid;*/
    }
    .mainmenu:hover .submenu a,.mainmenu:hover .submenu .mainmenu
    {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .mainmenu2:hover .submenu2
    {
        left: 40px;
        width: auto;
        height: auto;
        padding: 8px 0px;
    }
    .mainmenu2:hover .submenu2 a
    {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .mshow
    {
        display: none;
    }
    .tpc td
    {
        font-weight: normal !important;
        color: inherit !important;
    }
}
@media only screen and (max-width: 960px)
{
    body,header,section,footer,div,h1,h2,h3,h4,h5,h6,form,input,textarea,select,fieldset,legend,img,a,b,span,font,sup,sub,table,th,td
    {
        transition: all 0.25s !important;
        background-size: cover !important;
        box-sizing: border-box !important;
        outline: none !important;
        object-fit: cover !important;
    }
    html,body
    {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        margin: 0;
        padding-top: 60px;
        background: white;
    }
    footer
    {
        padding: 15px 20px;
        font-size: 10px;
        background: #f7f7f7;
        color: #3f3f3f;
    }
    header,.mhide
    {
        display: none;
    }
    icontool
    {
        margin: 0px 0px 20px 0px;
    }
    popup
    {
        margin: 0;
        padding: 0;
    }
    popup window
    {
        display: block;
        width: 100%;
    }
    popup h3
    {
        margin: 20px 0px;
    }

    #header .root
    {
        padding: 5px 0px;
        background: rgba(0,0,0,0.05);
        border-radius: 0px;
        font-size: 44px;
        margin: 0;
        width: 40px;
        height: 60px;
        line-height: 1;
        position: absolute;
        top: 0;
        left: 0;
        border: none;
    }
    .logo
    {
        padding: 15px 20px;
        margin: 0;
        font-size: 14px;
        filter: none;
        text-shadow: none;
        height: 60px;
        display: block;
    }
    .logo:before,.logo:after 
    {
        display: none;
    }
    .logo h3
    {
        margin-left: 40px;
        color: #3f3f3f;
        overflow: hidden;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 18px;
    }
    .logo h3 b
    {
        letter-spacing: 1px;
    }
    .logo img
    {
        height: 32px;
        position: absolute;
        margin: 0;
    }
    .mgap
    {
        padding-left: 50px;
    }
    .menutoggle
    {
        display: inline-block;
        align-items: center;
        justify-content: center;
        height: 60px;
        padding: 15px 20px;
        line-height: 1;
        cursor: pointer;
        color: #2fbfdf;
    }
    .menutoggle img
    {
        height: 30px;
        filter: invert(50%);
    }
    .menubar
    {
        line-height: 1;
        position: fixed;
        height: 60px;
        filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.125)) !important;
        box-shadow: inset 0px -10px 20px -10px rgba(0,0,0,0.05);
        background: white;
        overflow: visible;
        z-index: 9;
    }
    .menubar top,.menubar bottom
    {
        display: none;
    }
    .menubar th
    {
        text-align: left;
    }
    .menulist
    {
        position: fixed;
        top: 60px;
        left: 100%;
        width: 100vw;
        bottom: 0;
        background: #f7f7f7;
        z-index: 9;
        display: block;
        line-height: 1;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .menulist icon
    {
        font-weight: bold;
    }
    .menulist icon img
    {
        display: none;
    }
    #mainmenulist,#submenulist,#subsubmenulist
    {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 0;
        width: 100vw;
        bottom: 0;
        background: #f9f9f9;
        z-index: 9;
        display: block;
        line-height: 1;
        overflow: auto;
    }
    #submenulist,#subsubmenulist
    {
        margin-left: 100%;
    }
    .menulist a,.menulist .mainmenu,.menulist .menuback,.menulist .submenu a,.menulist .mainmenu2
    {
        line-height: 1;
        display: block !important;
        width: 100%;
        height: auto;
        padding: 16px 20px;
        text-align: left;
        font-size: 18px;
        border: none;
        border-bottom: 1px solid rgba(255,255,255,0.5);
        margin: 0 !important;
        position: relative;
        color: inherit;
    }
    .menulist a:hover,.menulist .menuback:hover,.menulist .submenu a:hover
    {
        filter: none;
        box-shadow: none;
        text-shadow: none;
        background: none;
    }
    .menulist .mainmenu:hover,.menulist .mainmenu2:hover
    {
        background: initial;
    }
    .menulist .mainmenu font,.menulist .mainmenu2 font
    {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 24px;
        color: #7f7f7f;
    }
    .menulist .label
    {
        display: inline-block;
        font-size: 20px;
        padding: 5px;
        width: 30px;
        height: 30px;
        line-height: 1;
        margin: 15px 15px 15px 20px;
    }
    .menulist .submenu,.menulist .submenu2
    {
        padding: 0;
        margin: 0;
        top: 1px;
        left: 0;
        position: relative;
        width: 100%;
        box-shadow: none;
        height: 0px;
    }
    .menulist .submenu a,.menulist .submenu2 a,.lket
    {
        width: 100%;
    }
    .lket
    {
        width: auto;
        display: block;
        margin: 20px;
    }
    .menuback
    {
        text-align: center !important;
        position: relative;
    }
    .menuback b
    {
        display: inline-block;
        position: absolute;
        top: 10px;
        left: 25px;
        font-size: 24px;
        color: #7f7f7f;
        font-weight: normal;
    }
    
    .slide
    {
        width: 100vw;
        height: 56.25vw;
        z-index: 0;
    }
    .slide-outer
    {
        height: 56.25vw;
    }
    .slide-inner span,.slide span
    {
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0);
        padding: 30px;
        font-size: 25px;
        box-shadow: none;
        text-shadow: none;
        filter: none;
    }
    .slide-inner span h1,.slide span h1
    {
        font-size: 30px;
    }
    .slide-item
    {
        height: 56.25vw;
        width: 100vw;
    }
    section
    {
        padding: 0;
        position: relative;
        margin: 0;
        border: none;
        display: block;
        width: 100vw;
        min-height: calc(100vh - 100px);
        filter: none;
        text-shadow: none;
        box-shadow: none;
    }
    fieldset,.index
    {
        padding: 0px 0px 0px 0px;
        border: none;
        margin: 0;
        width: 100%;
        position: relative;
        display: block;
        filter: none;
        text-shadow: none;
        box-shadow: none;
    }
    legend,.index legend
    {
        padding: 40px 20px;
        font-size: 16px;
        width: 100%;
        position: relative;
        background: inherit;
        height: auto;
        font-weight: bold;
        box-shadow: none;
    }
    .index legend
    {
        border-top: 10px solid #f7f7f7;
    }
    .index legend:after
    {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        height: 10px;
        box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.2);
    }
    .index legend h1
    {
        font-size: 30px;
        padding: 0;
    }
    
    .window-tool form
    {
        display: block;
        padding-right: 30px;
    }
    
    seeall
    {
        background: rgba(0,0,0,0.025);
    }
    seeall a
    {
        background: none;
        color: #1f5f7f;
        font-weight: bold;
        font-size: 12px;
    }
    .content
    {
        padding: 0px 20px 20px 20px;
    }
    .content legend
    {
        padding: 20px 0px;
    }
    
    legend a img
    {
        height: 24px;
    }
    legend b
    {
        margin: 0px 10px;
    }
    legend font
    {
        margin: 0;
        font-size: 16pt;
    }
    
    
    input,select,textarea
    {
        font-size: 16px;
    }
    input[type="button"],input[type="submit"],.cancel
    {
        font-size: 20px;
        height: 50px;
        padding: 15px 20px;
        box-shadow: none;
        filter: none;
    }
    
    /*legend form
    {
        position: relative;
        display: block;
        background: white;
        top: 0;
        left: 0;
        padding: 0px 10px;
        margin: 0;
        margin-top: 10px;
        overflow: hidden;
        border-radius: 4px;
        height: 0;
        box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.25);
    }
    legend form input,legend form select
    {
        margin: 5px 0px;
        width: 100%;
        font-size: 14px;
        padding: 5px 10px;
    }*/
    
    fieldset form input[type="button"],fieldset form input[type="submit"],fieldset form .cancel,.form input[type="button"],.form input[type="submit"],.form .cancel
    {
        margin: 10px 0px 0px 0px;
        width: 100%;
        font-size: 20px;
    }
    legend th,legend td
    {
        display: block;
        padding: 0;
        margin: 0;
    }
    .window-tool
    {
        text-align: center;
        height: 0;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
    .window-tool input,.window-tool select
    {
        min-width: auto;
        max-width: auto;
        width: 100%;
        margin: 4px 0px;
        font-size: 14px;
    }

    .new
    {
        position: fixed;
        bottom: 40px;
        right: 20px;
        z-index: 4;
        background: rgba(0,0,0,0);
        color: rgba(0,0,0,0);
        filter: none;
        box-shadow: none;
    }
    .new:after
    {
        position: absolute;
        right: 0;
        bottom: 0;
        content: '+';
        background: #3fbf3f;
        color: white;
        font-weight: bold;
        line-height: 1;
        font-size: 40px;
        width: 50px;
        height: 50px;
        padding: 10px 5px 0px 5px;
        border-radius: 50px;
        text-align: center;
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
    }
    
    
    .form th,.form td
    {
        display: block;
        text-align: left;
    }
    .form form
    {
        padding: 0px 20px 20px 20px;
    }
    .filterbutton
    {
        position: absolute;
        top: 0px;
        right: 20px;
        bottom: 0px;
        color: #1f6f9f;
        font-size: 24px;
        line-height: 1;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .article
    {
        padding: 0px 20px 20px 20px;
        display: block !important;
    }
    .article img
    {
        max-width: 100%;
        margin: 10px 0px;
    }
    .article h1
    {
        font-size: 20px;
    }
    .article h6
    {
        font-size: 10px;
        padding: 20px 0px 30px 0px;
    }
    .article h6 span
    {
        top: 15px;
    }
    
    .poster img
    {
        margin: 0px 0px 0px 0px;
        border-radius: 0px;
        height: 25px;
    }
    .column1,.column2,.column3,.column4
    {
        margin: 0;
        padding: 0;
        display: block;
    }
    .list img,.thumb img,.event img
    {
        /*float: none;
        width: 100vw;
        height: 56.25vw !important;*/
        margin: 0;
        padding: 0;
        border: none;
    }
    .list
    {
        border: none;
        border-radius: 0px;
        display: block;
        width: 100%;
        filter: none;
        margin: 0;
        padding: 0;
        position: relative;
        overflow: visible;
        opacity: 1 !important;
        box-shadow: none;
        border-top: 0px solid rgba(0,0,0,0.1);
    }
    .list inner
    {
        border-radius: 0px;
        box-shadow: none;
        filter: none;
        border: none;
    }
    .list inner:has(.admin-tool) 
    {
        padding-bottom: 20px;
        border-bottom: 8px solid rgba(0,0,0,0.1);
    }
    .list h3
    {
    }
    .list h3,.list small,.list p
    {
        padding-left: 25px !important;
        padding-right: 25px !important;
        text-align: left;
    }
    .list small
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .list p
    {
        margin: 0 !important;
    }
    .list p a
    {
        line-height: 1;
        whitespace: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;    
    }
    .list p a img,.article p a img
    {
        height: 40px !important;
    }
    
    .sliding
    {
        white-space: wrap;
        margin: 0;
    }
    .sliding outerlist
    {
        display: block;
        width: 100%;
        padding: 0;
    }
    
    .progress
    {
        padding: 0px 20px 15px 20px;
    }
    .chat
    {
        right: 0;
        bottom: 0;
        border-radius: 0;
    }
    .chat .title
    {
        padding: 10px 20px;
    }
    .chat .body
    {
        width: 100vw;
    }
    .bottombar
    {
        display: block;
        padding: 0;
        margin: 0;
        margin-top: 10px;
        /*background: white;*/
        filter: none;
        text-shadow: none;
        box-shadow: none;
        position: relative;
    }
    .bottombar:after
    {
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        height: 10px;
        content: '';
        background: #efefef;
        box-shadow: inset 0px 3px 6px -3px rgba(0,0,0,0.25);
    }
    .bottombar td,.bottombar th
    {
        display: block;
        text-align: left;
        width: 100%;
        padding-bottom: 10px;
    }
    .bottombar label
    {
        display: block;
        padding: 10px 20px;
        max-width: 100% !important;
        width: 100% !important;
    }
    .bottombar h3
    {
        padding: 0;
        margin: 10px 0px;
        font-size: 25px;
        text-align: left;
    }
    .bottombar img
    {
        width: 100%;
        height: 160px;
    }
    .bottombar a img
    {
        width: 30px;
        height: 30px;
    }
    .bottombar span
    {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .bottombar span table td
    {
        display: table-cell;
        padding: 0;
        margin: 0;
    }
    .ikm
    {
        box-shadow: none;
        background: #fbfbfb;
        margin-bottom: 10px;
    }
    .tmb,.tpc
    {
        width: 100%;
        min-width: auto;
    }
    .tmb .rowlist table p
    {
        padding: 0;
    }
    .tmb .rowlist table
    {
        width: auto;
        margin: 5px 10px 10px 10px;
    }
    .tmb .rowlist table th,.tmb .rowlist table td
    {
        display: table-cell;
    }
    .tmb .rowlist table td:first-child
    {
        width: 110px;
    }
    .tmb .rowlist font
    {
        position: relative;
        padding: 10px;
        padding-bottom: 5px;
    }
    .tmb .rowlist p
    {
        padding: 10px;
        padding-top: 5px;
    }
    .tmb input,.tmb select,.tmb textarea,.tmb text,.lket input
    {
        padding-top: 10px;
    }
    .tmb .rowlist .mce-tinymce
    {
        margin-top: 5px !important;
    }

    
    .tpc thead,.tpc th
    {
        display: none;
    }
    .tpc2
    {
        border-collapse: separate;
        border-spacing: 0px 15px;
        border: none;
        margin: 0;
    }
    .tpc2 thead
    {
        display: none;
    }
    .tpc2 tr
    {
        background: #fdfdfd !important;
        box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.125);
    }
    .tpc2 th,.tpc2 td
    {
        display: block;
        text-align: left;
        border: none;
        font-size: 16px;
        padding: 0px 10px 10px 10px;
    }
    .tpc2 th
    {
        color: #efaf3f;
        font-size: 12px;
        padding: 5px 10px;
    }
    
    .tpc3
    {
        border-collapse: separate;
        border-spacing: 0px 20px;
        border: none;
        margin: 0;
        margin-top: -10px;
    }
    .tpc3 tr
    {
        background: #fdfdfd !important;
        box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.125);
        position: relative;
        transform: scale(1);
    }
    .tpc3 td
    {
        border: none;
        display: block;
        text-align: left;
        padding: 3px 20px;
    }
    .tpc3 .ttop
    {
        padding-top: 15px;
    }
    .tpc3 .tbot
    {
        padding-bottom: 10px;
    }
    .tpc3 .label
    {
        float: left;
        width: 50px;
        height: 50px;
        margin: 0px 10px 0px 0px;
        font-size: 30px;
        padding: 10px;
    }
    .tpc3 .itemmenu,.admin-tool .itemmenu
    {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        font-size: 18pt;
        line-height: 1;
        font-weight: bold;
        width: 60px;
        height: 60px;
        padding: 0;
        font-family: 'Impact';
        text-align: center;
        cursor: pointer;
        min-width: 0px;
        border-radius: 25px 0px 0px 0px;
        overflow: visible;
        box-shadow: none;
    }
    .tpc3 .itemmenu:before,.admin-tool .itemmenu:before
    {
        position: absolute;
        content: '';
        background: white;
        width: 20px;
        height: 20px;
        bottom: 0;
        left: -20px;
        -webkit-mask-image: radial-gradient(circle 20px at 0% 0%, transparent 0, transparent 20px, black 0px);
    }
    .tpc3 .itemmenu:after,.admin-tool .itemmenu:after
    {
        position: absolute;
        content: '';
        background: white;
        width: 20px;
        height: 20px;
        right: 0;
        top: -20px;
        -webkit-mask-image: radial-gradient(circle 20px at 0% 0%, transparent 0, transparent 20px, black 0px);
    }
    .tpc3 .itemmenu img,.admin-tool .itemmenu img 
    {
        background: none;
        padding: 0;
        margin: 0;
        border-radius: 0;
        width: 32px;
        height: 32px;
    }
    
    .warning,.info
    {
        text-align: center;
    }
    .warning span,.info span,.warning small,.info small
    {
        text-align: left;
    }
    
    .admin-tool
    {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: auto;
    }
    .list:has(inner) .admin-tool
    {
        height: 56.25vw;
    }
    .admin-tool span
    {
        display: inline-block;
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 15px 20px;
        font-size: 30px;
        line-height: 1;
        font-weight: bold;
        background: rgba(0,0,0,0.125);
        background: linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0));
        color: rgba(0,0,0,0.66);
        text-shadow: 0px 0px 2px black;
        filter: none;
        text-shadow: 0px 0px 2px white;
    }
    .admin-tool div
    {
        position: absolute;
        top: 50px;
        right: 25px;
        width: auto;
        min-width: 150px;
        background: white;
        padding: 0;
        text-align: center;
        overflow: hidden;
        z-index: 3;
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
        height: 0;
    }
    .admin-tool a
    {
        margin: 0;
        width: auto;
        display: block;
        border-radius: 0;
        font-size: 16px;
        padding: 10px 20px;
        border: none;
        background: inherit !important;
        color: #3f3f3f;
        border-top: 1px solid rgba(0,0,0,0.125);
    }
    .admin-tool b,.menubar a b,.mainmenu b,.mainmenu2 b,.slide marquee
    {
        display: none;
    }
    .admin-tool i
    {
        display: block;
        white-space: nowrap;
    }
    .menu-block
    {
        margin: 0px 20px 10px 20px;
        display: block;
        width: auto;
        max-width: auto;
    }
    .agenda th,.agenda td
    {
        display: block;
        width: 100%;
        padding-right: 20px;
    }
    .agenda th a,.agenda td a
    {
        height: 100%;
    }
    .agenda thead th,.agenda thead td,.darker
    {
        display: none !important;
    }
    .agenda,.agenda th,.agenda td
    {
        border-collapse: collapse;
        margin: 0px 0px 10px 0px;
    }
    .perkim
    {
        width: 60px !important;
        margin-top: 10px !important;
    }
    .pemda
    {
        width: auto !important;
    }
    legend label
    {
        display: block;
    }
    .file img
    {
        width: 100% !important;
        margin: 0 !important;
    }
    .running-text
    {
        position: static;
        border-radius: 0px;
        display: block;
        height: auto;
        padding: 10px 0px;
        margin: 0;
        border: none;
    }
    .running-text div 
    {
        background: #1f5f7f !important;
        filter: none !important;
    }
    .imglist img
    {
        max-width: 100% !important;
    }
    prevnext
    {
        display: none !important;
    }

    .full 
    {
        width: 100%;
        margin: 0;
    }
    .article left,.article right 
    {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .article left p,.article left blockquote 
    {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .article right 
    {
        column-count: 2;
    }
    .article right .list 
    {
        border: none;
        padding: 15px 0px 0px 0px;
    }
    .article right .list inner 
    {
        border-radius: 15px;
    }
    .article right .list h3
    {
        padding: 10px 15px 0px 15px !important;
    }
    .article right .list small
    {
        padding: 5px 15px 10px 15px !important;
    }
    .folder inner desc h3,.folder inner desc small,.folder inner desc p 
    {
        margin-left: 0;
        padding-left: 0px !important;
    }
    .folder inner folder 
    {
        padding: 20px;
        background: none;
    }
    .folder inner folder img 
    {
        width: 60px;
        margin: 0;
        padding: 0;
        height: auto;
    }
    .menubar boxleft 
    {
        width: calc(100vw - 70px);
    }
    .menubar boxright 
    {
        min-width: auto;
        width: 70px;
    }
    .list dummy 
    {
        margin-top: 56.25%;
    }
}
