/*
.swimlane-card-container 
{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 4px;
    padding: 0 4px;
    z-index: 1;
    min-height: 0;
}

#swimlane-container
{
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#swimlane-floater
{
    user-select: none;
    white-space: nowrap;
    margin-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.swimlane-col
{
    width: 270px;
    margin: 0 5px;
    height: 100%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

.swimlane-box 
{
    background: #E2E4E6;
    border-radius: 3px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
    position: relative;
    white-space: normal;
}

.swimlane-box > h4 
{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 8px 10px;
    position: relative;
    min-height: 18px;
}

.swimlane-box > .swimlane-card-container
{

}
*/

#wrapper.enlarged #surface {
    margin-left: 70px !important;
}
#surface {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left:250px;
    height:100vh;
    padding-top:80px;
}

#content 
{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    overflow-y: auto;
}

.board-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.board-main-content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    -webkit-transition: margin .1s ease-in;
    transition: margin .1s ease-in;
}

.board-canvas {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#board {
    user-select: none;
    white-space: nowrap;
    margin-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.list-wrapper {
    width: 270px;
    margin: 0 5px;
    height: 98%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

.list {
    background: #E2E4E6;
    border-radius: 3px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    white-space: normal;
}

.list .swimlane-card-container
{
    overflow-y: auto;
}

.list-card {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 6px;
    max-width: 300px;
    min-height: 20px;
    position: relative;
    z-index: 0;
}

.swimlane-card-container
{
    height:inherit;
}

.card-box > .overlay,
.overlay-wrapper > .overlay,
.card-box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.card-box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.card-box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

.full-screen-no-scroll-image
{
    width:100vw;
    height:100vh;
    overflow-y:hidden;
    overflow-x:hidden;
    background-size: cover;
    background-position: 50% 50%;
}

.tinted-overlay
{
    width:100vw;
    height:100vh;
    overflow-y:hidden;
    overflow-x:hidden;
    background-size: cover;
    z-index:20;
}

.dashboard-content
{
    height:100vh;
    width:100vw;
    position:absolute;
    z-index:100;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow-y:auto;
    overflow-x:hidden;
}

/***********************************/
/*     START DASHBOARD STYLES      */
/***********************************/

.dashboard-content > .container 
{
    color: white;
    font-family: 'Lato', sans-serif;
}

.dashboard-content .name-heading
{
    font-size: 48px;
    color: white;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-top:16px;
    display: inline-block;
    position: relative;
}

.dashboard-content .quote-heading
{
    font-size: 20px;
    color: white;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-top:16px;
    display: inline-block;
    position: relative;
}

.dashboard-content .task-heading
{
    font-size: 36px;
    color: white;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    display: inline-block;
    position: relative;
}

.dashboard-content .task-item 
{
    display:block;
    width:100%;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
}

.dashboard-content .task-item a
{
    color: white;
}

.dashboard-content .show-more
{
    color: white;
    margin-top:5px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
}

.dashboard-content .current-tasks
{
    display:block;
    width:100%;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    height: 30px;
}

.dashboard-content .current-tasks *
{
    display: inline-block;
}

.dashboard-content .current-tasks i 
{
    margin-right: 5px;
    overflow-x: hidden;
    margin-bottom: 6px;
    font-size: 16px;
}

.dashboard-content .current-tasks .current-name 
{
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    display: inline-block;
}

.dashboard-content .current-tasks .label 
{
    font-size: 12px;
    margin-bottom: -3px;
    overflow-x: hidden;
}

.dashboard-content .current-time 
{
    color: white;
    font-size: 48px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: right;
    margin-top: 17px;
}

.dashboard-content .current-date 
{
    color: white;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: right;
}

/*
.dashboard-content .progress-container 
{
    height: 200px;
    width: 100%;
    margin-top: 40px;
  padding-top: 20px;
}

.dashboard-content .vertical 
{
  display: inline-block;
  width: 180px;
  height: 40px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dashboard-content .vertical 
{
  box-shadow: inset 0px 4px 6px #ccc;
}

.dashboard-content .progress-bar 
{
  box-shadow: inset 0px 4px 6px rgba(100,100,100,0.6);
}
*/
.dashboard-content .progress-container 
{
    width: 68px;
    height: 210px;
    float:left;
    /*margin-right: 15px;*/
}
.progress-bar-vertical 
{
    width: 100%;
    height: 152px;
    display: flex;
    align-items: flex-end;
    margin-right: 15px;
    float: left;
    border-radius: 0px;
    background: rgba(255,255,255,.5);
    overflow: visible;
}

.progress-bar-vertical .progress-bar 
{
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
    color: #2ac4ea;
}

.progress-bar-vertical .weekend 
{
    background: rgba(255,255,255,.25);
}

.your-week-heading
{
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: white;
}

.attribution-overlay
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: white;
    font-family: Lato;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
}

.attribution-overlay a
{
    text-decoration: none;
    color: white;
}

.menu-heading
{
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
}

.menu-item
{
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
    display: block;
    text-decoration: underline;
}
.menu-item a
{
    color: #ffffff;
}

.m-t-50
{
    margin-top: 50px;
}

.m-t-60
{
    margin-top: 60px;
}

.floating-loading-indicator
{
    position: absolute;
    top: 0;
    right: -25px;
    font-size: 10px;
}

.progress-container-wrapper
{
    height: 210px;
    width: inherit;
    display: flex;
    align-items: flex-end;
    float: left;
    border-radius: 0px;
    overflow: hidden;
}

.card-box
{
    position:relative;
}

.card-box > .dropdown
{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
}

p.fourpi-btn-group .btn {
    margin-top: 10px;
}

.content-page
{
    min-height: 100vh;
}

.project-row
{
    padding: 0px;
    background-color: none;
}

.project-row td 
{
    padding: 0px !important;
    background-color: none;
}

.project-row:not(.project-active) > td
{
    border-top: none;
    background-color: none;
}

.project-row td div {
  max-height: 0;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
}

.project-row.project-active td div 
{
  max-height: 100px;
  padding: 10px 10px;
  transition: max-height 0.6s, padding 0.6s;
}

.show-subscriptions.in .calendar-text
{
    display:none;
}

.calendar-text 
{
    margin-top: .1em;
    font-size: 1em;
}

.chosen-container 
{
    background-color: #ffffff !important;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    color: #435966;
    padding: 7px 12px;
    height: 38px;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    padding-left:5px !important;
}

.chosen-container .chosen-single
{
    border: none !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    background: none !important;
    background-clip: inherit !important;
    box-shadow: none !important;
}

.chosen-container-active.chosen-with-drop .chosen-single
{
    border: none !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-image: none !important;
    box-shadow: none !important;
}

.chosen-container .chosen-drop
{
    border: none !important;
    left: -5px;
}