.cockpitMain
{

}

.cockpitModeContainer .bootstrap-select
{
    width: 200px !important;
}

.cockpitAgentsContainer .bootstrap-select
{
    width: 350px !important;
}

.cockpitTeamLeadersContainer .bootstrap-select
{
    width: 250px !important;
}

.cockpitOfficesContainer .bootstrap-select
{
    width: 250px !important;
}

.cockpitFranchisePartnersContainer .bootstrap-select
{
    width: 250px !important;
}

.cockpitIntervalContainer .bootstrap-select
{
    width: 150px !important;
}

.cockpitBenchmarkModeContainer
{
    width: 180px !important;
}

.cockpitBenchmarkAgentsContainer
{
    width: 250px !important;
}

.cockpitBenchmarkOfficesContainer .bootstrap-select
{
    width: 250px !important;
}

.cockpitBenchmarkTeamLeadersContainer .bootstrap-select
{
    width: 250px !important;
}

.cockpitCustomIntervalContainer input
{
    width : 95px;
}

.cockpitBenchmarkModeContainer  .bootstrap-select , .cockpitBenchmarkModeContainers  .bootstrap-select
{
    background-color: #FDF09B;
}

.cockpitModeContainer  .bootstrap-select , .cockpitModeContainers  .bootstrap-select , .cockpitIntervalContainer .bootstrap-select , .cockpitCustomIntervalContainer input
{
    background-color: #CAF0F8;
}



.welcomeBox
{
padding : 60px 40px 40px 80px;
text-align: center
}

.welcomeBox .head
{
    font-size: 48px;
    font-weight: 300;
    color : #666;
}

.welcomeBox .small
{
    font-size: 18px;
}

.m-stack--cockpit
{

}

.m-stack--cockpit .m-stack__item
{
    padding : 10px;
}

.hiddenIcon
{
    text-align: center;
    margin-top : 50px;
}
.hiddenIcon i
{
    font-size: 80px;
    color : #ccc;
}

.m-stack--cockpit .cockpitStackTitle
{
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    background-color: #f2f2f2;
    margin-right: 1px;
    text-align: center;
    cursor : pointer;
}

.m-stack--cockpit .cockpitStackSubTitle
{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px dotted #bbb;
    margin-bottom: 10px;
    margin-top : 20px;
    color : #365391;
}

.progressInfoLeft
{
    float : left;
    text-align: left;
}

.progressInfoRight
{
    float : right;
    text-align: right;
}

.progressBarEmpty
{
    text-align: center;
}

.progressWithNumber
{
    height : 18px !important;
    font-weight: 600;
    font-size: 12px !important;
    line-height: 18px !important;
    margin-bottom: 10px;

}

.progressWithNumber .progress-bar
{
    overflow: hidden;
}

.cockpitTable
{
    width : 100%;
    margin-bottom: 20px;
}

.cockpitTable th , .cockpitTable t
{
    margin: 0px;
}

.cockpitTable thead th
{
    border-bottom-color: #eaf0f9;
    background-color: #f1f5fa;
    color: #303e67;
    font-size : 12px;
    line-height: 26px;
    text-align: center;
    padding-left : 2px;
    padding-right : 2px;
}

.cockpitTable tbody td
{
    border-bottom: 1px solid #eaf0f9;
    line-height: 26px;
    text-align: center;
    background-color: #fdfdfd;
    padding-left : 2px;
    padding-right : 2px;
}

.cockpitTable .cockpitReferenceRow td
{
    line-height: 16px !important;
}

.cockpitValue
{

}

.cockpitValueClickable.cockpitValueNormal
{
    cursor:pointer;
}

.cockpitValueNormal
{
    font-weight: 600;
}

.cockpitValueTitle
{
    font-weight: 600;
}

.cockpitValueReference
{
    font-size: 12px;
    font-weight: 300;
    color : #365391;
}

.cockpitReferenceWorst
{
    color : #f4516c !important;
    font-size: 10px !important;
    text-decoration: none !important;
}

.cockpitReferenceBetter
{
    color : #34bfa3 !important;
    font-size: 10px !important;
    text-decoration: none !important;
}

.cockpitReferenceNeutral
{
    font-size: 10px !important;
    text-decoration: none !important;
}

.cockpitValueReference i
{
    font-size: 11px !important;
    margin-right: -3px !important;
}


cockpitContractTTISection
{

}

cockpitContractActivitySection
{

}


/*
.cockpitReferenceWorst
{
    display: none;
}

.cockpitReferenceBetter
{
    display: none;
}

.cockpitReferenceNeutral
{
    display: none;
}

*/

.drillDialogTable td
{
    line-height: 26px;
}

.drillDialogAction
{
    width : 80px;
    text-align: right;
}

.drillDialogAction a
{
    padding: 2px 5px 2px 5px !important;
}

.cockpitValueClickable.cockpitValueNormal
{
    text-decoration: underline;
}
.cockpitValueClickable[data-ids=""] , .cockpitValueClickable[data-ids="W10="]
{
    text-decoration: none;
    cursor : default;
}

.progressInfo .cockpitValueClickable
{
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
    color : #365391;
}


.cockpitTooltip
{
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;

}

.popover-cockpit
{
    max-width: 400px;

}

.cockpitStackSubTitle .cockpitTooltip
{

}

.participiantsBox
{
    display:none;
}

.reportTimer
{

}

.reportTimer span
{
    font-size: 24px;
    font-weight: 300;
    display: none;
}