﻿.task-actions .spacer {
    border-bottom: 1px solid #EEEEEE;
}

.task-actions h5 {
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
}

.attachments-panel {
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 60px;
}

    .attachments-panel.spacer {
        border-bottom: 1px solid #EEEEEE;
    }

    .attachments-panel div {
        display: inline-flex;
        color: #ffffff;
        background-color: #4f8edc;
        border-color: #4f8edc;
        margin-right: 10px;
    }

        .attachments-panel div span i {
            padding-right: 7px;
        }

    .attachments-panel div {
        border: 1px solid #ddd;
        padding: 3px 10px;
        width: auto;
    }

        .attachments-panel div a {
            color: #fff;
        }

            .attachments-panel div a:hover {
                text-decoration: none;
            }

.task-popupform .dropzone {
    min-height: 100px;
    padding: 5px;
}

    .task-popupform .dropzone .dz-default.dz-message {
        background: none;
        width: auto;
        height: auto;
        left: calc(50% - 120px);
        top: calc(50% - 10px);
        margin-top: 0px;
        margin-left: 0px;
    }

        .task-popupform .dropzone .dz-default.dz-message span {
            display: block;
        }

.sidebar-menu li a span i {
    margin-left: 10px !important;
    background-color: #4d6684;
    padding: 0px 5px;
    border-radius: 10px;
    font-style: normal;
    font-weight: bold;
}

.mailbox-options ul li {
    margin-left: 0px !important;
    border: 1px solid #fefefe;
}

.mailbox-options {
    padding-left: 10px;
}

.modal-dialog .mailbox-options {
    padding-left: 0px;
}

@media (max-width:639px) {
    .mailbox-view {
        padding: 0px;
    }

    .taskdetailform_container {
        width: auto;
        margin-right: 0px;
    }

    .form-container .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .simpleformdisplay .form-group label {
        margin-bottom: 0px;
    }

    .simpleformdisplay .form-group div.form-control {
        overflow: hidden;
    }

    .mailbox-options {
        box-shadow: none;
    }

        .mailbox-options > ul {
            display: none;
        }

        .mailbox-options:before {
            content: "İşlemler";
            font-size: 20px;
            color: #ffffff;
            background-color: #4f8edc;
            border-color: #4f8edc;
            display: block;
            font-weight: 500;
            padding: 12px 16px;
        }

        .mailbox-options:hover > ul {
            display: block;
        }

        .mailbox-options ul li {
            width: 100%;
            border-top: 2px solid #ccc;
        }

            .mailbox-options ul li + li {
                margin-left: 0px;
            }

    .taskplayer {
        margin-bottom: 10px;
    }
}

.showrowdetail {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background-color: #DDDDDD;
    color: #3f444c;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
}

.mailboxsearch {
    width: calc(100%);
    padding: 0px 5px;
}

.vstatus1 {
    background-color: #f1c40f;
}

.vstatus2 {
    background-color: #85c744;
}

.vstatus3 *:not(.row-operation-button-group-as-morebutton) {
    text-decoration: line-through;
}

.vstatus4 {
    background-color: #e73c3c;
}

.vsetstatus1 {
    background-color: #85c744;
}

.vsetstatus0 {
    background-color: #f1c40f;
}

.vsetstatus2 {
    background-color: red;
    color: black;
}

#ShowUnitWorkflowVersionPopup .columnsfilter {
    display: none;
}

.workflow-deployment-log h6 {
    font-size: 14px;
    font-weight: bold
}

.workflow-deployment-log + .workflow-deployment-log {
    margin-top: 10px;
    border-top: 1px #dedede dashed;
}

.workflow-deployment-log-detail + .workflow-deployment-log-detail {
    margin-top: 5px;
}

.workflow-deployment-log-detail i {
    color: orange;
    margin-right: 5px;
}

.fixed-h-5 .panel-body {
    min-height: 310px;
}

[class*="panel-"].panel.fixed-h-5 .panel-body {
    padding-bottom: 0px;
}

.fixed-h-5 .panel-body .ardita-datagrid {
    margin-bottom: 0px;
}

body.modal-open {
    overflow: initial;
}

.template-coloumn {
    min-height: 55px;
}

.invisible-drop-provider {
    z-index: 999999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-generator-editing-popup .popupcontent {
    max-height: 600px;
}

.tabcontrolpadding_10 {
    padding-top: 20px;
}



/*Ardita.css*/
th.column-cell {
    position: relative;
}

    th.column-cell:not([data-noresize="true"]):after {
        content: " ";
        cursor: col-resize;
        height: 100%;
        right: 0px;
        top: 0;
        width: 5px;
        background-color: transparent;
        position: absolute;
        float: right;
    }

    th.column-cell:after:hover {
        width: 100%;
    }

.arditawizard.wizard {
    background-color: white;
    padding-bottom: 20px;
}

    .arditawizard.wizard .wizard-header {
        padding: 5px 5px 0px 10px;
        border-bottom: 1px solid;
        cursor: pointer;
    }

    .arditawizard.wizard .wizard-content {
        padding: 5px 5px 0px 10px;
        display: none;
    }

    .arditawizard.wizard .wizard-step.active .wizard-content {
        display: block;
    }
/*Ardita.css*/
.sharingcommentpolicy {
    text-align: center;
}

    .sharingcommentpolicy > div {
        display: inline-block;
        margin-left: 20px;
    }

        .sharingcommentpolicy > div.sharingcommentpolicyselectuser {
            display: block;
            width: 100%;
            margin-left: 0;
        }

.sharingcommentpolicy {
    width: 50px;
    height: 34px;
    border: 1px solid #bebebe;
    float: right;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

    .sharingcommentpolicy .fa {
        line-height: 30px;
        font-size: 16px;
    }

    .sharingcommentpolicy .layout {
        position: absolute;
        top: 0;
        background-color: white;
        left: 0px;
        width: 351px;
        text-align: left;
        border: 1px solid #bebebe;
        border-radius: 5px;
        padding: 5px 10px;
        margin-left: 0px;
        z-index: 2;
    }
    .new-note-for-task-container .sharingcommentpolicy .layout {
         left:-300px;
    }

.sharingcommentpolicy .layout label {
    margin-bottom: 5px;
}

        .sharingcommentpolicy .layout .sharingcommentpolicyselectuser {
            margin-bottom: 10px;
        }

.sidebar-profile-button, .sidebar-profile-button:hover {
    margin: 17px 8px 0px 8px !important;
    font-size: 20px !important;
}

.taskplayer {
    border: 1px solid #eee;
    padding: 8px 0px 6px 8px;
    float: left;
}

    .taskplayer .play-btn {
        margin: 0px 8px;
        color: #aaa;
        line-height: 18px;
        font-size: 18px;
        padding: 0px 10px;
        text-align: center;
    }

        .taskplayer .play-btn.active {
            color: #000;
        }


.attemptdisplay div.datehandled {
    display: inline-flex;
    width: auto;
}

    .attemptdisplay div.datehandled.islate-true {
        color: red;
    }

    .attemptdisplay div.datehandled i {
        padding-top: 3px;
        padding-right: 3px;
    }

.attemptdisplay h5.mail-author.wcolorarea {
    display: inline-flex;
    float: right;
}

.attemptdisplay .divider {
    margin-top: 3px;
    margin-bottom: 5px;
}

.attemptdisplay .attempstatus-0 {
    background-color: #4f8edc;
}

.attemptdisplay .attempstatus-1 {
    background-color: #5cb85c;
}

.attemptdisplay .attempstatus-2 {
    background-color: #ac2925;
}

.attemptdisplay .attempstatus-3 {
    background-color: #777;
}

.attemptdisplay .attempstatus-4 {
}

.taskshowingarea a.edit-select {
    position: absolute;
    padding: 0px 10px;
    font-size: 24px;
    line-height: 24px;
}


.mailbox-mails-area {
    display:flex;
}
.mailbox-sender-area {
    min-height: 500px;
    border: 1px solid #cecece;
    padding: 10px;
    margin-bottom: 10px;
}
.mailbox-mails-area .mailbox-send {
    width:100px;
}

    .mailbox-mails-area .mailbox-send > a {
        min-height: 64px;
        text-align: center;
        vertical-align: middle;
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 3px;
    }
.mailbox-send-btn {
    text-wrap: wrap;
}
.mailbox-mails-area .mailbox-mails {
    display: inline;
    width: calc(100% - 100px);
}
.mailbox-sender-area .mailbox-mail .mailaddress-title {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    border: 1px solid #cecece;
    width: 50px;
    margin: 3px;
}
    .mailbox-sender-area .mailbox-mail .mailaddress-control {
        display: inline-block;
        width: calc(100% - 60px);
    }
    .mailbox-sender-area .dropzone {
        min-height: 100px;
        padding: 5px;
    }

        .mailbox-sender-area .dropzone .dz-default.dz-message {
            background: none;
            width: auto;
            height: auto;
            left: calc(50% - 120px);
            top: calc(50% - 10px);
            margin-top: 0px;
            margin-left: 0px;
        }
            .mailbox-sender-area .dropzone .dz-default.dz-message span {
                display: block;
            }
.addtoorganization {
    display: flex;
    align-items: center;
    height: 34px;
    margin-right: 10px;
}
    .addtoorganization input[type="checkbox"] {
        margin: 0px;
    }