﻿.BtnForm {
}

.documentimage {
    width: 100%;
    height: 150px;
    -webkit-border-radius: 10px;
    border: 5px solid #ccc;
    box-shadow: 0px 20px 30px -15px rgba(0, 0, 0, 1);
}

.imglogo {
    width: 75px;
    border: 1px solid #fff;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    box-shadow: 10px 10px 5px #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.imgoctopuslogin {
    /*border:1px solid #fff;*/
    /*-moz-box-shadow: 10px 10px 5px #ccc; 
     -webkit-box-shadow: 10px 10px 5px #ccc;*/
    /*box-shadow: 10px 10px 5px #ccc;*/
    width: 22%;
    padding-top: 5px;
}

.k-detail-cell .k-tabstrip .k-content {
    padding: 0.2em;
}

.k-editor {
    height: 100%;
}

.employee-details-cevap ul {
    list-style: none;
    font-style: italic;
    margin: 10px;
    padding: 0;
}

.employee-details-cevap a {
    list-style: none;
    font-style: italic;
    margin: 10px;
    padding: 0;
}

.employee-details-cevap ul li {
    margin: 0;
    line-height: 1.7em;
}

.employee-details-cevap label {
    display: inline-block;
    width: 90px;
    padding-right: 10px;
    text-align: right;
    font-style: normal;
    font-weight: bold;
}

.Yeni {
    color: blue;
    font-weight: bold;
}

.Degerlendirme {
    color: darkorange;
    font-weight: bold;
}

.Iptal {
    color: red;
    font-weight: bold;
}

.Tamamlandi {
    color: green;
    font-weight: bold;
}

.k-detail-cell .k-tabstrip .k-content {
    padding: 0.2em;
}

.employee-details {
    border-width: 1px;
    border-style: double;
    border-color: gray;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 800px;
}

    .employee-details ul {
        list-style: none;
        font-style: italic;
        margin: 10px;
        padding: 0;
    }

    .employee-details a {
        list-style: none;
        font-style: italic;
        margin: 10px;
        padding: 0;
    }

    .employee-details ul li {
        margin: 0;
        line-height: 1.7em;
    }

    .employee-details label {
        display: inline-block;
        width: 90px;
        padding-right: 10px;
        text-align: right;
        font-style: normal;
        font-weight: bold;
    }


.button {
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    border: 1px solid;
    margin: 2px;
    width: 50px;
    padding: 3px 10px 3px 25px;
    font: 100% 'trebuchet ms',helvetica,sans-serif;
}

.weatherFeed {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

    .weatherFeed a {
        color: #888;
    }

        .weatherFeed a:hover {
            color: #000;
            text-decoration: none;
        }

.weatherItem {
    padding: 0.8em;
    text-align: right;
    height: 100%;
}

.weatherCity {
    text-transform: uppercase;
}

.weatherTemp {
    font-size: 2.8em;
    font-weight: bold;
}

.weatherDesc, .weatherCity, .weatherForecastDay {
    font-weight: bold;
}

.weatherDesc {
    margin-bottom: 0.4em;
}

.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem {
    font-size: 0.8em;
}

.weatherLink, .weatherForecastItem {
    margin-top: 0.5em;
    text-align: left;
}

.weatherForecastItem {
    padding: 0.5em 0.5em 0.5em 80px;
    background-position: left center;
}

.weatherForecastDay {
    font-size: 1.1em;
}

.weatherLink {
    display: none;
}

@media (max-width: 1025px) {
    #footerinfo, #adminhiddenrow {
        display: none;
    }

    /*.btn-header i {
        color: white!important;
    }*/
}

.k-gantt-actions .k-button {
    visibility: hidden;
}

.k-grid[octopus-hidecolumn="True"] .k-header {
    display: none;
}


/*.k-task-dot {
  display: none !important;
}*/

