﻿@font-face {
    font-family: TT0503M;
    src: url('/fonts/TT0503M_.TTF') format('truetype');
}

@font-face {
    font-family: TT0504M;
    src: url('/fonts/TT0504M_.TTF') format('truetype');
}

@font-face {
    font-family: Dosis-Book;
    src: url('/fonts/Dosis-Book.ttf') format('truetype');
}


table {
    font-size: 1em;
}

.ActiveBorder {
    border-radius: 5px !important;
    border: 1px solid #ff0000 !important;
    background-color: rgb(255, 255, 156) !important;
}

.ui-menu {
    width: 150px;
}

.EditText {
    display: block;
    height: 31px;
    padding: 6px;
    font-size: 1.3em !important;
    color: #000000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    font-family: Dosis-Book !important;
}
select.EditText {
    padding: 0 6px;
}

    .EditText:focus {
        border-radius: 5px !important;
        border: 1px solid #ff0000 !important;
        background-color: rgb(255, 255, 156) !important;
    }

    .EditText select {
        font-size: 1em !important;
        margin-top: -6px !important;
        height: 2em !important;
        width: 50% !important;
        float: right;
        
    }

    .EditText input {
        font-size: 1em !important;
        margin-top: -6px !important;
        height: 2em !important;
        width: 50% !important;
        float: right;
    }

.modalBackground {
    background-color: black;
    filter: alpha(opacity=185);
    opacity: 0.8;
}

.tUpper {
    text-transform: uppercase;
}

.tLower {
    text-transform: lowercase;
}

.tNormal {
    text-transform: full-width;
    min-height: 160px;
}


#ChkKatilimForm {
    color: #ccc;
    font-style: italic;
    font-size: 25px;
}

    #ChkKatilimForm::checked {
        color: #f00;
        font-style: normal;
        font-size: 25px;
        overflow: visible
    }

.Display-Table {
    display: table;
}

.Display-Inline-Table {
    display: inline-table;
    float: left;
}
