/* 
    Document   : task
    Created on : Oct 4, 2013, 4:29:53 PM
    Author     : dhianpalupi
    Description:
        Purpose of the stylesheet follows.
*/

.task-title { 
    color: rgb(81, 142, 214);
    font-size: 18px;
}

.task-panel-header-default {
    font-size: 11px;
    color: #596573;
    padding: 1px;
    border-color: #99bce8;
    border-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-style: solid;
    background-image: none;
    background-color: #cbddf3;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#dae7f6),color-stop(45%,#cddef3),color-stop(46%,#abc7ec),color-stop(50%,#abc7ec),color-stop(51%,#b8cfee),color-stop(100%,#cbddf3));
    background-image: -webkit-linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
    background-image: -moz-linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
    background-image: -o-linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
    background-image: -ms-linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
    background-image: linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
    -moz-box-shadow: #f4f8fd 0 1px 0 0 inset;
    -webkit-box-shadow: #f4f8fd 0 1px 0 0 inset;
    -o-box-shadow: #f4f8fd 0 1px 0 0 inset;
    box-shadow: #f4f8fd 0 1px 0 0 inset;
}

.task-panel-dropdown {
    font-size: 11px;
    color: #596573;
}

.task-panel-dropdown .x-form-text, .task-panel-dropdown textarea.x-form-field {
    padding: 1px 3px;
    background-image: none;
    background-color: rgb(223, 233, 246);
    border: 1px solid;
    border-color: #b5b8c8;
}

.task-panel-dropdown .x-btn-default-small{
    background-image: none;
    background-color: #cbddf3;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#dae7f6),color-stop(45%,#cddef3),color-stop(46%,#abc7ec),color-stop(50%,#abc7ec),color-stop(51%,#b8cfee),color-stop(100%,#cbddf3));
    background-image: -webkit-linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
    background-image: -moz-linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
    background-image: -o-linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
    background-image: -ms-linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
    background-image: linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
    border: 0px solid;
}

.task-panel-grid .x-grid-body{
    background-color: rgb(223, 233, 246);
}

.task-panel-grid .x-grid-row .x-grid-cell, .task-panel-grid .x-grid-row-alt .x-grid-cell, .task-panel-grid .x-grid-row-alt .x-grid-rowwrap-div {
    background-color: rgb(223, 233, 246);
    color: #596573;
}

.task-panel-grid .x-grid-cell-first {
    background-color: #1f8dd6 !important;
}

.task-panel-grid .x-grid-row-selected .x-grid-cell, .task-panel-grid .x-grid-row-selected .x-grid-rowwrap-div{
    background-color: #abc7ec !important;
}

.task-panel-grid .x-grid-row-selected .x-grid-cell-first{
    background-color: #BC120B !important;
} 

.pointer {
    cursor: pointer;
}

.project-title{
    font-size: 27px;
    font-weight: 400;
    margin-top: 4px;
    font-size: 18px;
    font-family: proxima-nova, "Helvetica Neue", Arial, sans-serif;
    color: #212f40;
}

.project-sub-title .x-panel-body-default{
    color: #888;
}

.task-list-title .x-toolbar-default {
    background-color: #FFF !important;
    background-image: none;
}

.task-detail .x-toolbar-default {
    background-color: #FFF !important;
    background-image: none;
}

.task-detail .task-title {
    font-size: 27px;
    font-weight: 400;
    margin-top: 4px;
    margin-left: 40px;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: proxima-nova, "Helvetica Neue", Arial, sans-serif;
    color: #212f40;
}

.task-detail .task-description {
    margin-left: 40px;
    font-family: proxima-nova, "Helvetica Neue", Arial, sans-serif;
    color: #aaa;
}