﻿/*
{*******************************************************************}
{                                                                   }
{       Copyright © 2017 - D.R.A. Computing Pty Ltd.                }
{       ALL RIGHTS RESERVED                                         }
{                                                                   }
{   The entire contents of this file is protected by Australian     }
{   and International Copyright Laws. Unauthorized reproduction,    }
{   reverse-engineering, and distribution of all or any portion of  }
{   the code contained in this file is strictly prohibited and may  }
{   result in severe civil and criminal penalties and will be       }
{   prosecuted to the maximum extent possible under the law.        }
{                                                                   }
{   RESTRICTIONS                                                    }
{                                                                   }
{   THIS SOURCE CODE AND ALL RESULTING INTERMEDIATE FILES           }
{   ARE CONFIDENTIAL AND PROPRIETARY TRADE                          }
{   SECRETS OF D.R.A. COMPUTING PTY LTD.                            }
{                                                                   }
{   THE SOURCE CODE CONTAINED WITHIN THIS FILE AND ALL RELATED      }
{   FILES OR ANY PORTION OF ITS CONTENTS SHALL AT NO TIME BE        }
{   COPIED, TRANSFERRED, SOLD, DISTRIBUTED, OR OTHERWISE MADE       }
{   AVAILABLE TO OTHER INDIVIDUALS WITHOUT EXPRESS WRITTEN CONSENT  }
{   AND PERMISSION FROM D.R.A. COMPUTING PTY LTD                    }
{                                                                   }
{   CONSULT THE END USER LICENSE AGREEMENT FOR INFORMATION ON       }
{   ADDITIONAL RESTRICTIONS.                                        }
{                                                                   }
{*******************************************************************}
*/


/****** Begin Global styles*****/
@media screen and (min-width: 0px) {
     body {
        padding-top: 55px; /* padding for the header and menu 85px */
    }
}
@media screen and (min-width: 768px) {
    body {
        padding-top: 105px; /* padding for the header and menu 85px */
    }
}

.title-text {    
    overflow: hidden;
    white-space: nowrap;
    max-width: calc(100vw - 76px);
}

@media (min-width: 0px) {
    .title-text {    
        font-weight: normal;
        font-size: inherit;
    }
}

@media (min-width: 768px) {
    .title-text {    
        font-weight: 600;
        font-size: 20px;
    }
}

.main-menu
{
    border-top: solid 1px #e7e7e7; /*a8a8a8*/
    background-color: #f8f8f8; /*f0f0f0*/
    overflow: hidden;
}





/*
    CUSTOM STYLES
*/

.headingRow, .headerRow
{
    width: 100%;
    height: 20px;
    padding-left: 15px;
    padding-top: 5px;
    background-color: #cccccc;
    border: 1px solid Gray;
    margin-bottom: 5px;
}

.headerRow td
{
    padding: 5px;
    text-indent: 15px;
}

.headingRowLabel
{
    font-weight: bold;
    color: #fff;
}

.subHeaderRow
{
    font-weight: bold;
    margin-bottom: 5px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0px;
}

.subHeaderRowLabel
{
    font-weight: bold;
    color: #000000;
}

.info-tile
{
    background-color: #337ab7;
    padding: 6px;
    border-radius: 3px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 92%;
    text-shadow: black 0.1em 0.1em 0.2em;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #204c71; /*16344f*/
    margin-bottom: 5px;
    margin-right: 5px;
}

@media (min-width: 0px) {
    .info-tile {    
        width: calc(50vw - 20px);
        height: calc(50vw); /* same as width */
    }
}

@media (min-width: 576px) {
    .info-tile {    
        height: 175px;
        width: 155px;
    }
}

.centredAutoMargin
{
    margin-left: auto;
    margin-right: auto;
}

.rotate
{
    -ms-transform: rotate(-90deg);
}








/*
    C
*/

.capacity-pane-container
{
    /* We default to display none and then toggle display based on user settings to avoid showing anything visually before         fully rendering. If we don't we end up seeing a bar across the screen prior to rendering. Additionally when the          user settings have the capacity pane switched off we see a bar on the screen permanently */ /* This is then set to display block through an inline style */
    display: none;
}

.capacity-pane
{
    border-left: 1px solid #cccccc;
    width: 200px;
    float: right;
    height: 90%;
    overflow: auto;
    padding-top: 4px;
}

.capacity-expand-collapse
{
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

.capacity-pane-progress-group-heading-table
{
    width: 100%;
    margin: 0 5px 0 5px;
}

.capacity-pane-progress-expand-collapse-cell
{
    vertical-align: top;
    width: 1%; /* allows the heading cell to expand to fit */
}

.capacity-pane-progress-group-heading
{
    font-weight: bold;
    cursor: pointer;
}

.capacity-pane-progress-control
{
    padding: 5px;
    overflow: hidden;
}

.capacity-pane-progress-group
{
    margin-bottom: 10px;
}

.capacity-days-off
{
    display: inline-block;
    padding-right: 5px;
    white-space: nowrap;
}

.centredAutoMargin
{
    margin-left: auto;
    margin-right: auto;
}


/*
    D
*/

.dialog-lite-modalbg
{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #ccc; /* rgb(119, 119, 119) */
    opacity: 0.7;
    visibility: hidden;
    z-index: 9999;
}

.dialog-lite-container
{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    visibility: hidden;
    z-index: 10001; /* css3 way to center */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dialog-lite
{
    position: relative;
    height: 300px;
    width: 400px;
    overflow: hidden;
    display: block;
    border: 1px solid #aaa;
    border-bottom-width: 0px;
    background-color: rgb(252, 252, 252);
    box-shadow: 0px 0px 30px rgb(128,128,128);
}

.dialog-lite .dialog-lite-header
{
    position: relative;
    height: 28px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
    background-color: rgb(243, 243, 243);
}

.dialog-lite .dialog-lite-header-title
{
    height: 40px;
    color: #222;
    padding-left: 10px;
    line-height: 28px;
    text-transform: uppercase;
}

.dialog-lite .dialog-lite-header-close
{
    top: -1;
    right: 0px;
    width: 30px;
    height: 100%;
    padding: 6px 0px 0px 6px;
    position: absolute;
}

.dialog-lite .dialog-lite-content
{
    position: absolute;
    top: 0px; /* 28px */
    right: 0px;
    bottom: 50px;
    left: 0px;
    display: block;
    overflow: auto;
    margin: 0px 10px 0px 10px;
    padding-top: 10px;
}

.dialog-lite .dialog-lite-content.no-margin
{
    bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}

.dialog-lite .with-header
{
    top: 28px !important;
}

.dialog-lite-content .dialog-lite-content-summary-header-title, .work-item-page-header-title
{
    color: gray;
    font-size: 15px;
}

.dialog-lite-content .dialog-lite-content-summary-header-value, .work-item-page-header-value
{
    color: black;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 12px;
    display: block;
}

.dialog-lite-content .dialog-lite-content-summary-sub-header-title, .work-item-page-sub-header-title
{
    color: gray;
    font-size: 12px;
}

.dialog-lite-content .dialog-lite-content-summary-sub-header-value, .work-item-page-sub-header-value
{
    color: black;
    font-size: 12px;
}

.dialog-lite .dialog-lite-buttonpane
{
    position: absolute;
    bottom: 1px; /* makes the bottom border visible */
    width: 100%;
    height: 50px;
    text-align: center;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background-color: rgb(243, 243, 243);
}

.dialog-lite .dialog-lite-buttonset
{
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}




/*
    G
*/

.grouped-progress-control
{
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}


/* Lite Weight Grid */
.grid-devex-cell .work-item-color , .work-item-color
{
    width: 6px;
    height: 100%;
    display: inline-block;
    margin-right: 4px;
}



/* Lite Weight Grid */
.grid-lite-content-spacer
{
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
}

.grid-lite
{
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1ps solid blue;
}

.grid-lite-header
{
    left: 0px;
    right: 0;
    top: 0;
    height: 2.2em;
    overflow: hidden;
    position: absolute;
    z-index: 6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #8C8C8C;
    font-size: 12px;
    text-transform: capitalize;
}

.grid-lite-header-canvas
{
    border-bottom: 1px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 999999px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.grid-lite-header-column /*Header Column*/
{
    overflow: visible;
    position: relative;
    float: left;
    cursor: default;
    height: 100%;
    width: 20px;
    border-right: 1px solid transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.grid-lite-header-column:hover
{
    background-color: #E6E6E6;
}

.grid-lite-header-column > .separator /*Header Cell Separator*/
{
    background: url('../SiteImages/updownsep.png') -1000px 0px repeat-y;
    width: 12px;
    position: absolute;
    cursor: e-resize;
    right: -4px;
    top: 0;
    bottom: 0;
    z-index: 6;
}

.grid-lite-header-column > .sort-handle /*Ascending Order*/
{
    width: 12px;
    position: absolute;
    top: 2px;
    right: -5000px;
    height: 7px;
    z-index: 3;
    overflow: hidden;
}

/*Ascending Order*/
.grid-lite-header-column.ascending > .sort-handle
{
    left: 49%;
    background: url('../SiteImages/tfs-icons.png') no-repeat -3860px -20px !important;
}


/*Descending Order*/
.grid-lite-header-column.descending > .sort-handle
{
    left: 49%;
    background: url('../SiteImages/tfs-icons.png') no-repeat -1508px -20px !important;
}

.grid-lite-header-column > .title /*Header Text*/
{
    position: absolute;
    top: 3px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
    cursor: default;
    padding: 4px;
}

.grid-lite-header-column > .icon16
{
    cursor: pointer;
    top: 3px;
    margin: 4px;
}

.grid-lite-canvas
{
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -moz-user-select: -moz-none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.grid-lite-canvas.with-header
{
    top: 25px;
}

.grid-lite-header-v2
{
    font-weight: bold;
}

.grid-lite-row /*Row*/
{
    width: 100%;
    overflow: hidden;
    width: 100%;
    height: 25px;
    color: #000000;
    cursor: default;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid transparent;
}

.grid-lite-row-v2
{
    border: 1px solid transparent;
}

.grid-lite-row-group /*Row*/
{
    width: 100%;
    overflow: hidden;
    width: 100%;
    height: 25px;
    color: #4D4D4D;
    background-color: #fbedbb;
    border-bottom: 2px solid #4D4D4D;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.grid-lite-row:hover, .grid-lite-row-v2:hover
{
    border: 1px solid #B8D6FB;
    background-color: #F2F7FD;
}

.grid-lite-row-gutter-cell /*Gutter Area*/
{
    width: 16px;
    height: 25px;
    overflow: hidden;
    position: relative;
    float: left;
}

.grid-lite-row-gutter-cell .work-item-color
{
    width: 6px;
    height: 100%;
    /*display: inline-block;*/
    margin-right: 4px;
}

.grid-lite-cell /*Cell*/
{
    vertical-align: middle;
    position: relative;
    float: left;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    width: 100px;
    cursor: default;
    display: table-cell;
    padding: 2px;
    border: none;
    height: 100%;
}

.grid-lite-cell-v2
{
    overflow: hidden;
    white-space: nowrap;
    height: 23px;
}

.grid-lite-cell-v2 .text
{
    vertical-align: middle;
    display: inline-block;
}

.grid-menu-container
{
    background-color: #DCDCDC;
    border: 1px solid #a8a8a8;
}
.grid-menu-container.no-borders
{
    border-style: none;
}
.grid-menu-container.no-top-border
{
    border-top-style: none;
}
.grid-menu-container.no-bottom-border
{
    border-bottom-style: none;
}


/*
    H
*/

/*.hub-container
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}*/

.hub-header
{
    /*
    position: absolute;
    left: 0px;
    right: 0px;
    overflow: hidden;
    */
    border-bottom: 1px solid #A8A8A8;
    overflow: hidden;
}



.hub-title
{
    padding-left: 15px;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Segoe UI Light, Segoe UI, Tahoma, Arial, Verdana;
    font-weight: lighter;
    font-size: 18px;
    color: #000000;
}

.hub-menu
{
    padding-left: 15px;
    /*
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: visible;
    */
}

.hub-content
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 69px;
}

.hub-content .left-content
{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 200px;
    bottom: 0px;
    overflow: hidden;
}


/*
    I
*/
.icon16
{
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    vertical-align: middle;
}

.icon24
{
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    vertical-align: middle;
}

.icon48
{
    display: inline-block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    vertical-align: middle;
}

/*
    L
*/

.loading-panel
{
    background-color: #DEEAF3; /* rgb(119, 119, 119) */
    opacity: 0.7;
    z-index: 9999;
    background-image: url('ajax-loader-green-on-blue.gif');
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 75px;
    min-width: 125px;
}

.left-hub-content
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.left-hub-content .dxtlIndent
{
    padding-left: 0px;
    padding-right: 5px;
}


/*
    M
*/

.menu-bar-container
{
    overflow: hidden;
    padding: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 12px;
    font-family: Segoe UI, Tahoma, Arial, Verdana;
    color: #1e1e1e;
}
.menu-bar-container.no-top-border
{
    border-top-style: none;
}
.menu-bar-container.no-bottom-border
{
    border-bottom-style: none;
}

.menu-bar
{
    position: relative;
    list-style-type: none;
    padding: 1px;
    margin: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.menu-bar > .menu-item
{
    position: relative;
    overflow: hidden;
    display: inline-block;
    max-width: 250px;
    vertical-align: middle;
    padding: 3px 6px 3px 6px;
    margin: 0;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    white-space: nowrap;
}

.menu-bar > .menu-item .icon16
{
    margin: 0 4px 0 4px;
}
.menu-bar > .menu-item .right-align
{
    float: right;
}
.menu-bar > .menu-item .separator
{
    width: 1px;
    background-color: #ccc;
    height: 1em;
    border-left: 1px solid transparent;
}
/*.menu-bar > .menu-item.icon-only
{
    padding-right: 3px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
}
.menu-bar > .menu-item.text
{
    padding-right: 3px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
}*/
/*.menu-bar > .menu-item.text a
{
    text-decoration: none;
    color: #1e1e1e;
}*/
.menu-bar > .menu-item.text a:hover
{
    color: #007acc;
}
.menu-bar > .menu-item .text-separator
{
    font-weight: bold;
    margin: 5px 0 0 0;
    overflow: hidden;
    text-transform: uppercase;
    color: #6d6d6d;
}
.menu-bar > .menu-item. .tab-separator
{
    font-weight: bold;
    margin: 5px 0 0 0;
    overflow: hidden;
    text-transform: uppercase;
    color: #6d6d6d;
}

.menu-bar > .menu-item.tab-big
{
    padding: 4px 4px 2px 4px;
    margin: 0px 0px 6px 6px;
    font-size: 18px;
    font-weight: 900;
    color: #737373;
    border-bottom: 3px solid transparent;
}
.menu-bar > .menu-item.tab-big:hover
{
    color: #4D4D4D;
    border-bottom: 3px solid #4D4D4D;
    cursor: pointer;
}
.menu-bar > .menu-item.tab-big.toggle-on
{
    color: #4D4D4D;
    border-bottom: 3px solid #4D4D4D;
}

.menu-bar > .menu-item.icon-only:hover
{
    cursor: pointer;
    outline: 1px solid #b8d6fb;
    background-color: #d4e5f5;
}
.menu-bar > .menu-item.icon-only.toggle-on
{
    background-color: #d4e5f5;
    color: #007acc;
}
.menu-bar > .menu-item.icon-only.toggle-on:hover
{
    background-color: #d4e5f5;
}

.menu-bar > .menu-item.text.toggle-on a
{
    color: #007acc;
    font-weight: bold;
}

.menu-bar > .menu-item.text.toggle-on a
{
    color: #007acc;
    font-weight: bold;
}


/*
    N
*/

.notificationCreateButton
{
    position: fixed;
    top: 0px;
    right: 5px;
    height: 16px;
    width: 16px;   
    margin-top: 6px;
    cursor: pointer;
}

.notificationsBar
{
    /*height: 22px; -- now set via JS */
    width: 30px;
    background-color: #DCDCDC;
    border: 1px solid grey;
    border-bottom: 0px;
    padding-top: 3px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    top: 0px;
    display: inline;
    position: fixed;
    right: 30px;
}
.notificationsBar:hover
{
    background-color: #CCC;
    cursor: pointer;
}

.notificationData
{
    background-color: #F0F0F0;
    position: fixed;
    top: 25px;
    right: 30px;
    width: 350px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
    border: 1px solid grey;
}

.notificationDivSpacer
{
    clear: none;
    height: 5px;
}

.notificationHeaderDiv
{
    border: 1px solid #b9babf;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 2px;
    overflow: hidden;
    text-align:left;
    cursor: pointer;
}
.notificationHeaderDiv:hover
{
    border: 1px solid black;
}
.notificationHeaderTitleDiv
{
    background-color: rgb(233, 236, 243);
    font-weight: bold;
    height: 16px;
    border-bottom: 1px solid #b9babf;
    overflow: hidden;
    padding: 2px;
}
.notificationHeaderImageDiv
{
    float: left;
    width: 50px;
    padding: 3px 0px 3px 2px;
}
.notificationHeaderMessageDiv
{
    position: absolute;
    left: 50px;
    right: 0px;
    overflow: hidden;
    max-height: 48px;
    padding: 2px 8px 2px 8px;
    font-size: 14px;
    text-decoration: none;
}
.notificationHeaderMessageDivSpan
{
}


.notificationCommentsDiv
{
    background-color: #fff;
    width: 100%;
    height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
}
.notificationCommentHeaderDiv
{
    background-color: rgb(233, 236, 243);
    font-weight: bold;
    padding: 4px; 
    border: 1px solid #b9babf;
}
.notificationCommentMessageDiv
{
    padding: 4px; 
    background-color: White;
    border: 1px solid #b9babf; 
    border-top-style: none; 
    margin-bottom: 3px;
}

/*
    P
*/



.project-stage-main-content
{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 200px;
    bottom: 0px;
    overflow: hidden;
}

.project-stage-treeview-add-button
{
    display: none;
    width: 16px;
    height: 16px;
}

.project-stage-treeview-add-button:hover
{
    display: inline;
}

.project-stage-treeview-content
{
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 26px;
    bottom: 0;
    -moz-user-select: -moz-none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.project-stage-treeview-content .dxtlIndent
{
    padding-left: 0px;
    padding-right: 0px;
}

.project-stage-treeview-content #ctl00_Content_treeWorkItems_U
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}








.pivot-filter
{
    display: inline-block;
    margin: 0;
    padding: 0 6px 0 9px;
    border: 0;
    line-height: 21px;
    float: left;
}


.pivot-filter .title
{
    margin: 0 0.5em 0 0;
    white-space: nowrap;
    float: left;
    color: #808080;
    overflow: hidden;
    max-width: 10em;
}

/* adding a style to the ul to prevent mixing them with combo ul*/
.pivot-filter ul.pivot-filter-items
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    display: inline-block;
}

/* adding a style to the il to prevent mixing them with combo il*/
.pivot-filter li.pivot-filter-item
{
    list-style: none;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: none;
    min-width: 10px;
}

.pivot-filter.radio li, .pivot-filter.checkbox li
{
    padding-left: 6px;
}

.pivot-filter.radio li.pivot-filter-item
{
    color: #007acc;
    display: inline-block;
}

.pivot-filter.radio li.pivot-filter-item.selected a
{
    color: #000000;
}

.pivot-filter li.pivot-filter-item.selected
{
    display: inline-block;
}

.pivot-filter a
{
    float: left;
    text-decoration: none;
    text-align: center;
    color: #000000;
    white-space: nowrap;
}

.pivot-filter.dropdown
{
    border: 1px solid transparent;
    border-bottom: 0;
}

.pivot-filter.dropdown > a.selected
{
    overflow: hidden;
    max-width: 12em;
}

.pivot-filter.dropdown.active
{
    border: 1px solid #cccccc;
    border-bottom: 0;
}

.pivot-filter.dropdown li.menu-item
{
    line-height: normal;
}






.pivot-view
{
    margin: 0;
    margin-left: 20px;
    padding: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    display: inline-block;
}

.pivot-view ul
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    display: inline-block;
}

.pivot-view li
{
    list-style: none;
    float: left;
    position: relative;
    padding: 0;
    margin-right: 20px;
    white-space: nowrap;
    min-width: 10px;
    height: 34px;
}

.pivot-view li.selected
{
}

.pivot-view a
{
    float: left;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    height: 34px;
    line-height: 14px;
    color: #666666;
}

.pivot-view a:hover
{
    color: #007acc;
}

.pivot-view li.selected a
{
    color: #007acc;
}

.pivot-view li.disabled
{
    display: none;
}


/*
    R
*/

.right-hub-summary
{
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
}

.right-hub-summary .right-hub-summary-header-title
{
    color: gray;
    font-size: 15px;
}

.right-hub-summary .right-hub-summary-header-value
{
    color: black;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 12px;
    display: block;
}

.right-hub-summary .right-hub-summary-sub-header-title
{
    color: gray;
    font-size: 12px;
}

.right-hub-summary .right-hub-summary-sub-header-value
{
    color: black;
    font-size: 12px;
}

.right-hub-content
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/*
    S
*/

/*Splitter control styles*/

.splitter
{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.splitter > .leftPane
{
    position: absolute;
    overflow: hidden;
    width: 200px;
    left: 0;
    top: 0;
    bottom: 0;
}

.splitter > .handleBar
{
    position: absolute;
    overflow: hidden;
    left: 200px;
    right: auto;
    width: 5px;
    cursor: e-resize;
    top: 0;
    bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    user-select: none;
    background-color: #eee;
}

.splitter > .handleBar.hover
{
    background-color: #f2f2f2;
}

.splitter > .rightPane
{
    position: absolute;
    
    width: auto;
    top: 0;
    left: 200px;
    right: 0;
    bottom: 0;
    margin-left: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}




.sprint-capacity-control
{
    border-bottom: 1px solid #DDDDDD;
}


.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 105px;
    z-index: 1;
}


/*
    T
*/

.team-capacity-control
{
    border-bottom: 1px solid #DDDDDD;
}



/*
    V
*/

.visual-progress-container
{
    position: relative;
    width: 100%;
}

.visual-progress-current
{
}

.visual-progress-underallocated
{
    background-color: #9bbb59;
}

.visual-progress-overallocated
{
    background-color: #e6b9b8;
}

.visual-progress-total-unallocated
{
    background-color: #eeece1;
}

.visual-progress-no-total
{
    background-color: #DCE6F2;
}

.visual-progress-total
{
    border-right: 2px solid black;
}

.visual-progress-summary-current
{
    display: inline-block;
    font-size: 32pt;
    margin-right: 8px;
    height: 50px;
}

.visual-progress-total > .visual-progress-current, .visual-progress-current > .visual-progress-total
{
    height: 18px;
}




/*
    W
*/

.work-item-containter
{
    margin-left: 6px;
    margin-right: 6px;
}

.work-item-title
{
    font-weight: bold;
}

.work-item-label
{
    width: 100px;
    display: inline-block;
}

.work-item-tabs-nav
{
    background-color: #e6e6e6;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 4px 0;
}
.work-item-tabs-nav .selected
{
    font-weight: bold;
}

.work-item-tabs-nav li
{
    list-style: none;
    display: inline-block;
    top: 1px;
    margin: 5px .2em 5px 0;
    padding: 0;
    min-width: 50px;
}
.work-item-tabs-nav li a
{
    color: #333;
    padding: .3em 1em .3em .1em;
    text-decoration: none;
    text-align: center;
}
.work-item-tabs-nav li:hover
{
    color: #000;
}
.work-item-tabs-nav li a:hover
{
    color: #000;
}

.work-item-tab-page
{
    position: relative;
    border: 1ps solid red;
}

.selectedDiv
{
    background-color: #D9D9D9;
}

.unselectedDiv
{
    background-color: transparent;
}

.scratchPadBar
{
    height: 24px;
    width: 120px;
    background-color: #DCDCDC;
    border: 1px solid gray;
    border-bottom: 0px;
    padding-top: 3px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    bottom: 0px;
    display: inline;
    position: fixed;
    right: 45px;
}

.scratchPadBar:hover
{
    background-color: #CCC;
    cursor: pointer;
}

.side-menu
{
    left: 0px;
    width: 250px;
    height: 100%;
    position: absolute;
}

.side-menu-content-content
{
    height: 100%;
    width: 100%;
}

.side-menu-content
{
    width: 100%;
    position: absolute;
    left: 250px;
}



.mandatoryText
{
    color: Red;
    font-weight: bold;
}

.information-bar
{
    margin-top: 3px; /*width: 100%;*/
    overflow: hidden;
    font-size: 14px;
    padding: 5px;
    color: Blue;
    border: solid 1px #A8A8A8;
    background-color: #fbedbb;
}

.error-bar
{
    margin-top: 3px; /*width: 100%;*/
    overflow: hidden;
    font-size: 14px;
    padding: 5px;
    color: black;
    border: solid 1px red;
    background-color: #FFDDDD;
}

.topFloatingButton
{
    height: 25px;
    width: 120px;
    background-color: #DCDCDC;
    border: 1px solid gray;
    border-top: 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    top: 0px;
    display: inline;
    position: absolute;
    right: 45px;
    cursor: pointer;
}

.topFloatingButton:hover
{
    background-color: #CCC;
    cursor: pointer;
}

.cartridge
{
    opacity:0.8;
    border: 1px solid transparent;
    box-sizing: border-box;
    border: 1px solid #B8D6FB;
    background-color: #F2F7FD;

}
