﻿#fancybox-content 
{
    background-color: #F0F0F0 !important;
    border-color: #f0f0f0 !important;
}
#card_details 
{    
    width: 700px;
}

#card_comments {
    width: 470px;
    float: left;
}
        
#card_description 
{
    width: 470px;    
    float: left;
}
        
#card_actions
{
    float: right;
    /*overflow: hidden;*/
    padding: 6px 12px 12px 0;
    width: 170px;
}
        
div.action_section #itemDueDate.datetimepicker {
    width: 80%;
}        

#card_actions a.button_link 
{
    background: #2887bd; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4ODdiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjY5OTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2887bd 0%, #1f6993 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2887bd), color-stop(100%,#1f6993)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2887bd 0%,#1f6993 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2887bd 0%,#1f6993 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2887bd 0%,#1f6993 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2887bd 0%,#1f6993 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2887bd', endColorstr='#1f6993',GradientType=0 ); /* IE6-8 */
    
    border-image: none;
    border-bottom: 1px solid #A0A0A0;
    border-left: 1px solid #CECECE;
    border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-top: 6px;
    max-width: 220px;
    overflow: hidden;
    padding: 6px;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}
#card_actions a.button_link:hover {
    background: #FFF; /* Old browsers */
    color: #8E8E8E;
    border-color: #2478A8;
    
}
        
#card_actions .action_section {
    clear: both;
    margin-bottom: 16px;
    position: relative;
}
        
.app-icon {
    background-image: url('../images/temp/trello-sprite.png');
    background-position: -9999px -9999px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    float: left;
    height: 30px;
    overflow: hidden;
    position: relative;
    text-indent: 100%;
    vertical-align: top;
    white-space: nowrap;
    width: 30px;
}
        
.small-icon {
    display: inline-block;
    float: none;
    height: 18px;
    margin-right: 0;
    width: 18px;
}
        
.small-icon.label-icon {
    background-position: -108px -108px;
}
.label-icon {
    background-position: -180px -30px;
}
        
.small-icon.date-icon {
    background-position: -198px -108px;
}
.date-icon {
    background-position: -330px -30px;
}
.small-icon.member-icon {
    background-position: -18px -108px;
}
.member-icon {
    background-position: -30px -30px;
}
.small-icon.archive-icon {
    background-position: -216px -108px;
}
.archive-icon {
    background-position: -360px -30px;
}        
        
#card_details h3  
{
    font-size: 16px;
    line-height: 1.25em;
    margin: 0 0 6px;
}

#card_comments  textarea#comment-text {
    height: 30px;
}

#card_comments  textarea#comment-text.active {
    height: 90px;
}

#card_comments #comment-list ul li {
    border-top: 1px solid #CCCCCC;
    text-indent: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}

#card_comments span.commentInfo {
    display: block;
    margin-left: -10px;
    margin-bottom: 5px;
}

#card_comments span.commentInfo small {
    color: #999999;
    display: block;
}

#card_comments span.commentInfo b {
    font-weight: bold;
}
        
#card_details textarea 
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-transition: height 85ms ease-in-out 0s;
    background-color: #FFFFFF;
    border-color: #D3D3D3 #D3D3D3 #BBBBBB;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px #D3D3D3;
            
    margin: 4px 4px 6px 0;
    padding: 8px 10px;
    width: 100%;
    color: #393939;
    cursor: text;
    height: 90px;
}

#card_details textarea.error {
    border-color: #F03D3D;
    box-shadow: 0 0 8px rgba(240, 61, 61, 0.6);
}

/*** action item modal window ***/
#java_card #mask {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;	
	background-color: #000;
    display: none;
}

#java_card .window {
    position:absolute;
    width:440px;
    height:200px;
    display:none;
    z-index:1002;
    padding:20px;
}

#java_card #ai_window {
    width:730px;
    height: auto;
    background-color: #F0F0F0;
    border: 1px solid #B9C0C1;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 43px #000000;
}

#java_card #close {
    background: url("../images/master/buttons.png") repeat scroll -40px 0 transparent;
    height: 30px;
    right: -16px;
    position: absolute;
    top: -17px;
    width: 30px;
    border: none;    
    margin: 0px; 
    padding: 0px;
    border: 0;
    background-color: none;
    text-indent: -9999px;
}

div#entities div#spanWrapper {
    padding: 0px 7px;
    padding-top: 7px;
    border: red 1px solid;
    border-radius: 5px 5px 5px 5px;
    background-color: #F4F4F4;    
    overflow: auto;
    display: inline-block;
    margin: 5px;
}

div#entities div#spanWrapper:hover {
    background-color: #EBEBEB;
}

a.entitySelected {    
    float: left;
    display: inline-block;
    margin-top: -2px;
    margin-bottom: 4px;
}

div#entities div#spanWrapper a#entityRemove      
{
    float: left;
    background: url("../images/temp/trello-sprite.png") repeat scroll -418px -112px transparent;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-top: 0px;  
    margin: 0px; 
    padding: 0px;
    border: 0;
    background-color: none;
    text-indent: -9999px;
}

div#entities div#spanWrapper a#entityRemove:hover {
    background-position: -418px -94px;
}

div.action_section ul {
    display: none;
    z-index: 1004;
    position: absolute;
    background-color: #fff;
    margin-left: 10px;
    border: 1px solid black;
    border-radius: 3px;
    margin-top: 6px;
}

div.action_section ul li {
    display: block;
    padding: 5px 20px 5px 25px;
    cursor:pointer;
    height: 13px;
    border-top: #FFF solid 7px;
}

div.action_section ul li:hover {
    background-color: #216F9B;
    color: white;    
    border-top: #216F9B solid 7px;
}

div.action_section ul li.selected {
    background-repeat: no-repeat;
    background-image: url('../images/master/wwm-16x16-icons.png');
    background-position: -190px -176px;    
}

div.action_section ul li span {
    display: block;
    margin-top: -5px;
}

div.actionItem-Notification {
    background-color: rgb(249,237,190);    
    height: 25px;
    position: fixed;
    top: -30px;    
    left: 50%;
    margin-left: -100px;    
    width: 200px;
    padding-top: 5px;    
    border:solid 1px rgb(240, 195, 109);
    border-top: none;
    border-radius: 0 0 5px 5px;
    z-index: 1006;    
}

div#ai-errors.validation_summary {
    margin-bottom: 3px;
    margin-left: 10px;
}

div#ai-errors {
    float: left;
}

div#card_info {
    width: 500px;
    float: left;
    border-right: 1px solid #CCCCCC;
    min-height: 300px;
}

div.description div {
    padding-top: 5px;
}

div.description span {
    background: #E6E6E6;
    border: 1px solid #D9D9D9;
    border-bottom-color: lightGrey;
    border-radius: 2px;
    color: #555;
    cursor: default;
    float: left;
    font-size: 11px;
    line-height: 16px;
    height: 16px;
    margin: 0 4px 4px 0;
    padding: 0 4px 0 20px;
    position: relative;
    text-decoration: none;
}

div.description span.ai-duedate:before {
    display: block;
    position: absolute;
    height: 12px;
    width: 12px;
    background: url("../images/temp/trello-sprite.png") repeat scroll -201px -93px transparent;
    content: '';
    top: 2px;
    left: 5px;
}

div.description span.ai-commentcount:before {
    display: block;
    position: absolute;
    height: 12px;
    width: 12px;
    background: url("../images/temp/trello-sprite.png") repeat scroll -94px -93px transparent;
    content: '';
    top: 1px;
    left: 5px;
}

div.description span.ai-usercount:before {
    display: block;
    position: absolute;
    height: 12px;
    width: 12px;
    background: url("../images/temp/trello-sprite.png") repeat scroll -3px -93px transparent;
    content: '';
    top: 2px;
    left: 5px;
}

