a {
    color:inherit;
}

.calNav {
/*border-bottom:1px black solid;*/
    /*margin-left:-25px;*/
    box-shadow:0px 0px 5px #888888;
    /*margin-top:15px; */
    margin-bottom:15px;
    padding-left:25px;
    padding-top:2pt;
    padding-bottom:2pt;
    width:100%;
}


.big-card-phase-caption {
    text-transform:uppercase;
    color:white;
    display:inline-block;
    float:left;
    margin-top: 6em;
}


.btn_cal {
    background: linear-gradient(#efefef, lightgrey);
    filter: progid:DXImageTransform.Microsoft.gradient
    (startColorstr='#efefef', endColorstr=lightgrey);
    color:grey;
    font-size:9pt;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    box-shadow:none;
    text-transform:uppercase;

    border: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    text-shadow: none;
    padding: .5em 2em;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}


.btn-big-icon {
    font-size: 15pt;
    padding-top: 0;
    padding-bottom: 0;
    padding-left:1em;
    padding-right:1em;
}

.btn_cal:hover {
    background:white;
    color:lightgrey;
    text-decoration: none;
}

.btn-group > .btn_cal {
    font-size:9pt;
}

.span1 {
}

/**
 * Qtip formatting
 */
.qtip {
    background-color: #fff;
    border-color: #E2E2E2;
    color: #454545;
}

/**
 * Fontello
 */
[class^="fontello-"]:before, [class*=" fontello-"]:before {
    margin-left:0;
    margin-right:0;
    /* width: 12px; */
    /* margin-left: .01em; */
    /* font-size: 15px; */
    font-size: 0.87rem;
}



/**
 * template corrections
 */


.wholesite img {
    margin-bottom:initial;
}

img {
    max-width: initial;
}
.section-content {
    padding:0;
}
.wholesite {
    padding:0;
    box-shadow:none;
    -webkit-box-shadow:none;
}

div.row {
    /* margin:0px; */
}


section {
    width:100%;
    border:none;
}

footer {
    padding-top:2em;
}


.tooltip-inner {
    max-width: 350px;
    width: 350px;
    white-space:pre-wrap;
}

.dropdown-menu {
    display:normal;
}

/*
.over {
padding-left:25px;
padding-right:25px;
margin-left:-25px;
}
 */

div.navbar {
    box-shadow: 0 5px 10px 0 grey;
    z-index: 5;
   position: relative;
    margin-right: -25px;
    margin-left: -25px;
    padding-left: 25px;
    padding-right: 25px
}

div.lower {
    /*    box-shadow: 0 -5px 10px 0 grey; */
    position: relative;
}

/**
 * Loading screen
 */
#loading-screen {
    padding-top:7em;
    /*margin-left:-25px;*/
    padding-right:25px;
    padding-left:25px;
}

.overlay {
    text-align:center;
    background-color:white;
    width:100%;
    height:100%;
    position:absolute;
    z-index:4;
    opacity:0.75;
    padding-top: 35px;
}

/** main layout **/

/**
 * day summery
 */
div.daySummery {
    /** Overflow shoud stay in that line **/
    white-space: nowrap;
    min-height:12em;
    /** left right overlowe  **/


    overflow-x:scroll;
    padding-right:0;
    /*margin-left:-25px;*/
    margin-top: -2px;
}
div.daySummeryContainer {
    padding-top:2em;
    padding-left:25px;
    padding-right:125px;
    padding-bottom:1em;
    display:inline-block;
    position: relative;
    z-index: 0;
}



/**
 * Calculation Progress
 */
.calc-progress-overlay {
    padding-left: 25px;
    margin-left: -25px;
    opacity:0.9;
}



/**
 * big card bar
 */

.big-card-container {
    position:relative;
}


.big-card-bar-day-data {
    float:left;
    color:black;
    height:100%;
    padding-right:2ex;
    display:inline-block;
}

.big-card-bar-day {
    text-transform:uppercase;
}

.big-card-bar-weekday {
    color:white;
    text-transform:uppercase;
}

.big-card-bar-date {
    font-size:90%;
    color:white;
    font-weight:bold;
}

.big-card-bar-sunset img {
    font-size:0;
}

.big-card-bar-sunrise  img {
    font-size:0;
}

.big-card-bar-sunrise {
    padding-bottom:0.1em;
    padding-top:auto;
    font-size:60%;
    color:black;
    font-style:bold;
}

.big-card-bar-sunset {
    font-size:60%;
    color:black;
    font-style:bold;
    padding-top:0em;
    line-height:0.7em;
    padding-bottom:auto;
}


.big-card-comment {
    height: 5em;
    white-space: normal;
    overflow-y: auto;
    line-height: normal;
}

table.daySummeryActivity {
    table-layout:fixed;
    background-color:white;
    box-shadow: 0px 1px 6px #666666;
    display:inline-table;
    border-collapse: collapse;
    font-size:100%;
    width:55ex;
}

table.daySummeryActivity td {
    vertical-align:top;
}

table.daySummeryActivity tr {
}

.activity-icon {
    height:2.03rem;
    width:2rem;
    /*border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;*/

}

table.daySummeryActivity td.daySummeryActivityDuration {
    text-align:center;
    font-size:300%;
    font-weight:lighter;
    padding-left:0;
    padding-right:0;
    padding-bottom:0.2em;
}

table.daySummeryActivity ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    /* normally not more the 6 focus elements */
    height:7em;
    overflow-y:hidden;
}

table.daySummeryActivity span {
    /*text-transform: lowercase;*/
}

table.daySummeryActivity li {
    /*text-transform: lowercase;*/
}

/**
 * The border stuff for the day activities
 */
tr.borderTop {
    border-top: 1px solid #888888;
}

td.borderLeft {
    border-left: 1px solid #888888;
    padding-left:1ch;
}

table.daySummeryActivity td {
/*    padding: 0; */
}


/**
 * icons
 */
img.icon {
    height:12pt;
    margin:0;
    padding-right:1pt;
}

/**
 * week-calendar
 **/
table.week {
    width:100%;
    table-layout:fixed;
    vertical-align:bottom;
}
/*
svg
{
    height:30px;
    display: block;
    width:100%;
} */

.mini-graph {
    height:100%;
    width:100%;
}
.tp-act-card-bargraph {
    width: calc(100% - 2.4rem);
    float:right;
    height:2rem;

}
.alternative-tp-act-card-bargraph {
    width: calc(100% - 4.3rem);
    float:right;
    height:2rem;

}
.activity-item
{
    vertical-align:bottom;
    width:100%;
    table-layout:fixed;
    padding:2px;
    background-color:white;
    box-shadow: 0px 1px 6px #888888;
    display:block;
    min-height:2em;
    margin-bottom:0.5em;
    line-height:1;
    font-size:0.7rem;
}

.activity-item  i{
    font-size:1rem;
}


.mini-graph-Z1 {
    fill:#01b4ff;
}
.mini-graph-Z2 {
    fill:#21d629;
}
.mini-graph-Z3 {
    fill:#108410;
}
.mini-graph-Z4 {
    fill:#eeb724;
}
.mini-graph-Z5 {
    fill:#d50000;
}
.mini-graph-RA {
    fill:#d50000;
}
.mini-graph-PT {
    fill:#8A2BE2;
}


.grey-mini-graph-Z1 {
   fill: #d6d6d6;
}
.grey-mini-graph-Z2 {
   fill: #aeaeae;
}
.grey-mini-graph-Z3 {
   fill: #858585;
}
.grey-mini-graph-Z4 {
   fill: #6d6d6d;
}
.grey-mini-graph-Z5 {
   fill:black;
}
.grey-mini-graph-PT {
   fill:black;
}


div.activities {
    margin-top:0.5em;
}

.activity-img-td {
    margin: 0px;
}

/*
.activity-img-td img{
    margin-top:-1.5em;
    margin-bottom:0;
    height:2.7em;
 } */


.cal_today {
    color:white;
    background-color:#be0000;
    font-weight:bold;
    margin-right: -3px;
    margin-left: -3px;
}

td.cal
{
    background-color:#f2f2f2;
    border:4px white solid;
    margin-right:10px;
    height:200px;
    padding-right:7px;
}

.cal
{
    background-color:#f2f2f2;
    border:4px white solid;
    min-height: 200px;
    /* margin-right:10px; */
    /* height:200px; */
    /* padding-right:7px; */
}

.cal_daybar {
    font-size:0.7rem;
    padding-top:2px;
    padding-right: 4px;
}

div.cal_daybar {
    padding-left:1pt;
    /* width:100%; */
}
i.cal_daybar {
    float:right;
}

.activity-edit-icons {
    vertical-align:bottom;
    float:right;
    /*padding-top:1em;*/
    /* padding-top:2.6em; */
    padding-top:3em;
}

.activity-time {
    min-width:25%;
    /*text-align:center; */
    white-space: nowrap;
    padding-top:0.8em;
    display:inline-block;
    max-width: 40px;
}

.activity-start {
}

.activity-duration {
    font-weight:bold;
    font-size:0.9rem;
}

.view-container {
    position: relative;
}

.view-frame.ng-enter, .view-frame.ng-leave {
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.view-frame.ng-enter {
    -webkit-animation: 0.5s fade-in;
    -moz-animation: 0.5s fade-in;
    -o-animation: 0.5s fade-in;
    animation: 0.5s fade-in;
    z-index: 100;
}

.view-frame.ng-leave {
    -webkit-animation: 0.5s fade-out;
    -moz-animation: 0.5s fade-out;
    -o-animation: 0.5s fade-out;
    animation: 0.5s fade-out;
    z-index:99;
}

@keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-moz-keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-webkit-keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fade-out {
    from { opacity: 1; }
    to { opacity: 0; }
}
@-moz-keyframes fade-out {
    from { opacity: 1; }
    to { opacity: 0; }
}
@-webkit-keyframes fade-out {
    from { opacity: 1; }
    to { opacity: 0; }
}

/* don't forget about the vendor-prefixes! */

.phone-listing.ng-enter,
.phone-listing.ng-leave,
.phone-listing.ng-move {
    -webkit-transition: 0.25s linear all;
    -moz-transition: 0.25s linear all;
    -o-transition: 0.25s linear all;
    transition: 0.25s linear all;
}

.phone-listing.ng-enter,
.phone-listing.ng-move {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.phone-listing.ng-move.ng-move-active,
.phone-listing.ng-enter.ng-enter-active {
    opacity: 1;
    height: 6em;
}

.phone-listing.ng-leave {
    opacity: 1;
    overflow: hidden;
}

.phone-listing.ng-leave.ng-leave-active {
    opacity: 0;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.behind1 {
  position: relative;
  left: -12px;
  z-index:1;
  display: inline-block;
}

@media (max-width: 767px) {
    .behind1 {
      display: none;
    }

    .cal
    {
        background-color:#f2f2f2;
        border:4px white solid;
        min-height: 90px;
    }
}

@media (max-width: 980px) {
    .behind1 {
      left: -15px;
    }
}
@media (min-width: 981px) and (max-width: 1440px) {
    .behind1 {
      left: -14.3px;;
    }
}
@media (min-width: 1441px) {
    .behind1 {
      left: -16px;
    }
}

.maincontent {
  padding: 0px !important;
  max-width: 1140px;
}

.container {
    width: 100%;
    /* padding-right: 0px !important;
    padding-left: 0px !important; */
    margin-top: 0px !important;
    z-index: 1 !important;
  }
