﻿
#status {
    width: 200px;
    height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    background-image: url("../img/status.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    display: none;
}

.documentText {
    width: 125px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 35px;
    margin-left: 0;
    font-weight: bold;
}

.documentText2 {
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 0;
    font-weight: bold;
}

.documenttype {
    display: inline-block;
    height: 57px;
    width: 40px;
    opacity: 0.8;
    text-align: center;
    /*float: left;*/
    margin-left: 5px;
}

    .documenttype:hover {
        opacity: 1;
    }

.documenttype-1 {
    background: url("/img/document/green_f.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    background-size: cover;
}

.documenttype-2 {
    background: url("/img/document/red_f.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    background-size: cover;
}

.documenttype-3 {
    background: url("/img/document/blue_f.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    background-size: cover;
}

.documenttype-4 {
    background: url("/img/document/blue_f.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    background-size: cover;
}

.documenttype-5 {
    background: url("/img/document/yellow_f.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    background-size: cover;
}

.documenttype-6 {
    background: url("/img/document/purple_f.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    background-size: cover;
}

.documenttype-7 {
    background: url("/img/document/turq_f.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    background-size: cover;
}

.documenttype-8 {
    background: url("/img/document/pink_f.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    background-size: cover;
}

.progressTable {
}

    .progressTable tr th, .progressTable tr td {
        text-align: center;
    }

        .progressTable tr td:first-child {
            width: 150px;
            font-weight: bold;
        }

.casefilecontainer {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    height: 65px;
}

.max300px {
    max-width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.max150px {
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Yeni:hover {
    text-decoration: none;
}

.Yeni span {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 60px;
    margin-left: -5px;
    text-decoration: none;
}

.New:hover {
    text-decoration: none;
}

.New span {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 60px;
    margin-left: -5px;
    text-decoration: none;
}



.document-container {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 5px 4px rgba(200, 200, 200,1);
    border-radius: 5px;
    width: 200px;
    /*background-color: #FFFFFF;*/
    padding: 10px;
    margin: 12px;
    float: left;
    text-align: center;
}

.document-container-border-info-1 {
    border: 1px solid #51A351;
}

.document-container-border-info-2 {
    border: 1px solid #B94A48;
}

.document-container-border-info-3 {
    border: 1px solid #FAA732;
}

.document-container-border-info-4 {
    border: 1px solid #0046C7;
}

.document-header-first {
    /*width: 125px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*padding-left: 36px;*/
    margin-left: 0;
    font-weight: bold;
}

.document-header-second {
    /*width: 200px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 0;
    font-weight: bold;
}

.document-file-container {
    clear: both;
    text-align: center;
    width: 115px;
    margin-left: auto;
    margin-right: auto;
    height: 65px;
    margin-top: 10px;
}

    .document-file-container:after {
        clear: both;
    }

.document-file-work-time {
    position: relative;
    left: -30px;
    top: -45px;
    float: left;
}

    .document-file-work-time .label {
        background-color: #006DCC !important;
    }

    .document-file-work-time:after {
        float: none;
    }

.document-file-send-container .label {
    width: 150px;
}

.document-file-note .label {
    width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 2px;
}

.document-container-border-info-L {
    border: 1px solid #51A351;
}

.document-container-border-info-A {
    border: 1px solid #B94A48;
}

.document-container-border-info-N {
    border: 1px solid #0046C7;
}

.no {
    /*width: 10px !important;*/
    /*text-align: right !important;*/
    font-weight: bold;
}

.fc-event:hover {
    background-color: #000 !important;
    color: #fff !important;
    z-index: 1000;
}
