﻿/* Service Console styles */
.ConsoleTabBody {
    width: auto;
    background: white;
}

.ConsoleTabBodyCaseList {
    padding: 10px 4px 0px 4px;
    width: auto;
    background: white;
}

.CaseListBody {
    background-color: #c0c0c0;
    padding: 2px 5px 2px 5px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

    .CaseListBody table {
        width: 100% !important;
        width: 95%;
    }




.ConsoleDropDown {
    background-color: #d8e4f8;
    font-size: 10pt;
    border: solid 1px white;
    padding: 0;
}



.ConsoleLocationPanel {
    margin-top: 5px;
    padding: 5px 5px 5px 5px;
    background-color: #EBEBEB;
    border: 1px solid #666666;
}

.RoundedTopLeftWhite {
    background-image: url("../../Images/Corners/ULCornerWhite.gif");
    background-repeat: no-repeat;
    background-position: left 0;
}

html[dir="rtl"] .RoundedTopLeftWhite {
    background-image: url("../../Images/Corners/URCornerWhite.gif");
    background-repeat: no-repeat;
    background-position: right 0;
}


.AutoNextIndicator {
    color: White;
    background-color: #00cc00;
    border: green 1px solid;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0 3px;
}





.ActingAsPanel {
    margin: 0 0 8px 0;
}


/*.cmdNext a {
    color: #00cc00;
}

.cmdClose a {
    color: #ed008c;
}*/

.cmdOpenPopUpNeeds img {
    width: 16px;
    margin: 0 2px;
}

.ProcessListLinkAvatar {
    color: #404040;
    font-style: italic;
}

    .ProcessListLinkAvatar::before {
        background-image: url('../../Images/Bullets/bullet-avatar.png');
        content: "";
        display: inline-block;
        height: 20px;
        width: 20px;
        padding: 0 7px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: text-top;
    }


.AvatarTmb {
    position: relative;
    display: none;
    z-index: 99;
    margin: 0 10px;
}

    .AvatarTmb img {
        height: 120px !important;
        width: 120px !important;
        background: #fff none repeat scroll 0 0;
        border: 1px solid silver;
        height: 100px;
        padding: 10px;
        position: absolute;
        width: 100px;
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
    }

.AvatarSummaryTmb {
    margin: 0 10px;
}

    .AvatarSummaryTmb img {
        height: 120px !important;
        width: 120px !important;
        background: #fff none repeat scroll 0 0;
        border: 1px solid silver;
        height: 100px;
        padding: 10px;
        width: 100px;
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
    }

.ganttWrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}


.ganttGrid {
    position: absolute;
    width: 100%;
    font-size: 11px;
}


.showDetails .ganttGrid {
    left: 450px;
}

html[dir="rtl"] .showDetails .ganttGrid {
    right: 450px;
    left: auto;
}


.ganttCurrentTime {
    position: absolute;
    width: 2px;
    background: #f07d22;
    top: 24px;
}

.ganttControlsContainer {
    height: 30px;
}

.ganttControls {
    background: #333;
    padding: 5px;
    color: #f07d22;
    border-bottom: 1px solid #fff;
}

.controlGroup {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
    font-size: 14px;
}

.ganttControls .slider {
    width: 150px;
    display: inline-block;
    margin: 0 10px;
    background-color: #fff;
}

    .ganttControls .slider .ui-slider-range {
        background: #3399FF;
    }

.ganttTable {
    position: absolute;
    width: 100%;
    left: 0;
}


    .ganttTable th {
        height: 20px;
        margin: 0;
        padding: 2px 15px;
        font-size: 14px;
        background: #1F1F21;
        color: #fff;
        font-weight: normal;
    }

    .ganttTable td {
        white-space: nowrap;
        overflow: hidden;
        border-bottom: 1px solid #999;
        height: 24px;
        vertical-align: middle;
    }

    .ganttTable thead td {
        height: 48px;
    }


.ganttBarContainer {
    /*width: 800px;*/
    position: relative;
    height: 20px;
}

.cellContent {
    width: 150px;
    overflow: hidden;
    display: inline-block;
}

.ganttBar {
    height: 20px;
    position: absolute;
}


.ganntDay {
    border-right: 1px dashed #b3b3b3;
    float: left;
    width: 150px;
    margin-top: 24px;
}

    .ganntDay > .dayDetails {
        border-bottom: 1px dotted #696969;
    }

.ganttHour {
    float: left;
    height: 100%;
    border-right: 1px dotted #f07d22;
    width: 14px;
}


html[dir="rtl"] .ganntDay, html[dir="rtl"] .ganttHour {
    float: right;
}

.dayDetails {
    background: #eee;
    color: #111;
    text-align: center;
    height: 48px;
    vertical-align: middle;
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
}

.showHours .dayDetails {
    height: 24px;
}




.customTooltip2 {
    /*background:#fcfcfc;
    border-radius:3px;
     -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);*/
    background: #333 !important;
    color: #fff;
    border: 0;
    /*border-top: 2px solid #000;*/
    font-size: 14px;
    -moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
    border-radius: 0;
    padding: 0;
}

    .customTooltip2.withStyle {
        padding: 10px;
        border-top: 3px solid #f07d22;
    }


.customTooltip2Title {
    margin: 0;
    padding: 8px 15px;
    ;
    font-size: 14px;
    background: #f07d22;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}


.customTooltip2Content {
    padding: 10px;
}

.customTooltip2 .FixedField_Label {
    color: #eee;
}

.customTooltip2 .PaddedTable td {
    padding: 2px 10px;
    ;
}

.pnlWorkflowBody {
    height: 300px;
}

/* End gantt Style */


.progressbar {
    width: 100px;
    height: 20px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px;
    background-color: #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    /*border:1px solid #999;*/
    overflow: hidden;
    vertical-align: middle;
}

    .progressbar.ganttBar {
        background-color: rgba(0,0,0,0.5);
    }

        .progressbar.ganttBar.completed {
            background-color: rgba(0,0,0,0.1);
        }

.ganttWrapper .progressbar {
    margin: 0;
}

.detailItem {
    display: none;
}

.showDetails td.detailItem, .showDetails th.detailItem {
    display: table-cell;
}


.progressbar-content {
    display: inline-block;
    height: 21px;
    color: #FFF;
    font-size: 12px;
    vertical-align: top;
    line-height: 20px;
    -moz-transition: width 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s;
    transition: width 0.6s ease 0s;
    text-align: center;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    overflow: visible;
    font-weight: bold;
}


    .progressbar-content span {
        padding: 0 5px;
        text-shadow: 1px 1px 1px #000;
        filter: Shadow(Color=000, Direction=45, Strength=1); /* IE Proprietary Filter*/
    }

.progressbar-critical {
    background: #c9542a;
}

.progressbar-warning {
    background: #ebb15b;
}

.progressbar-normal {
    background: #89be5c;
}

.absolutePriority {
    display: inline-block;
    padding: 0 4px;
    background: #3399FF;
    /*border:1px solid #333;*/
    font-weight: bold;
    margin: 0 5px;
    vertical-align: middle;
    color: #fff;
    border-radius: 2px;
}



tr .InProgress {
    color: #fe9900;
}

.cellRowNum {
    color: #696969;
    overflow: hidden;
    display: inline-block;
}
