﻿.marg-top-10 {
    margin-top: 10px;
}
.mar-bot {
    margin-bottom: 3px !important;
}
.mar-side-zero {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.shadow-float {
    box-shadow: -5px 5px 10px 5px gray;
}

.table-width-col-00 {
    width: 400px !important;
    max-width: 400px !important;
}


.row-expanded {  
    white-space: nowrap;
    overflow: visible; 
    height:auto;
}
.table-elipsis {
    word-wrap: break-word !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.compact-table-row {
    height: 22px !important;
}

.td-notebook {
    background-color: white !important;
}

.compact-table-row > td {
    background-color: white !important;
    color: black;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    border-bottom: 1px solid gray !important;
}
.centering-outer-hor {
    display: table;
    margin: auto !important;
}

.centering-outer-ver {
    display: table-cell;
    vertical-align: middle;
}


.timer-text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 10s linear infinite;
}

.timer-container {
    position: fixed;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -30%);
    width: 200px;
    height: 200px;
    z-index: 10000;
    /*background: rgba(245,165,3,0.7);*/
    background: rgba(0,0,0,0);
    border-radius: 50% !important;
    box-shadow: -5px 5px 25px 0px gray;
}

.timer-message {
    font-size: 1.0em;
    font-weight: normal;
    color: white;
    width: 60%;
    text-align: center;
}

.timer-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px !important;
}

.timer-circle {
    position: relative;
    width: 200px !important;
    height: 200px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: dodgerblue;
    animation: fadeBackground 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeBackground {
    from {
        background-color: rgba(0,0,0,0);
    }

    to {
        background-color: dodgerblue;
    }
}

.timer-text span {
    position: absolute;
    left: 50%;
    font-size: 1.5em;
    font-weight: bold;
    transform-origin: 0 100px;
    color: white;
}

@keyframes rotateText {
    0% {
        transform: rotate(-360deg);
    }
}

.table-text-right{
    text-align:right!important;
}

#video-grid {
    display: grid;
    grid-template-rows: repeat(auto-fill);
}

.video-wrapper {
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    width: 100%;
/*    height: 200px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-wrapper-text {
    padding: 20px;
    font-size: 16px;
    font-weight: 300;    
    position: absolute;    
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5;
}

.has-error {
    color: red !important;
}

/*****************************
*	horizontal news ticker
******************************/

.ticker-wrapper-h {
    display: flex;
    position: relative;
    overflow: hidden;
    /*border: 1px solid #1c6547;*/
}

    .ticker-wrapper-h .heading {
        background-color: #1c6547;
        color: #fff;
        padding: 5px 10px;
        flex: 0 0 auto;
        z-index: 1000;
    }

        .ticker-wrapper-h .heading:after {
            content: "";
            position: absolute;
            top: 0;
            border-left: 20px solid #1c6547;
            border-top: 17px solid transparent;
            border-bottom: 15px solid transparent;
        }

.news-ticker-h {
    display: flex;
    margin: 0;
    padding: 0;
    padding-left: 90%;
    z-index: 999;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: tic-h;
    animation-duration: 30s;
}

    .news-ticker-h:hover {
        animation-play-state: paused;
    }

    .news-ticker-h li {
        display: flex;
        width: 100%;
        align-items: center;
        white-space: nowrap;
        padding-left: 20px;
    }

        .news-ticker-h li a {
            color: #212529;
            font-weight: bold;
        }

@keyframes tic-h {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.newsBarListItem-heading {
    width: 100% !important;
    overflow-wrap: break-word;
    display: block;
    color: white !important;
    font-size: 18px !important;
    text-align: left !important;
    padding-left: 5px !important;
}
.newsBarListItem {
    /*background-color: white !important;*/
    padding: 10px !important;
    border-radius: 5px !important;
    /*margin-bottom: 10px !important;*/
    height: auto;
    width:auto!important;
}

@media (max-width: 1349px) {   
    .var-fontsize {
        font-size: 3em
    }
}
@media (min-width: 1350px) {
   
    .var-fontsize {
        font-size: 2em
    }
}

.userUpload-image {   
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    width: 100% !important;
    border-radius: 5px !important;
    margin-bottom: 10px !important;
}

.container-LeftMenu {
    z-index: 1000;
    position: fixed;
    top: 45px;
    left: 10px;
}

.img-size-fix {
    max-width: 380px !important;
    height: 150px !important;
}

.sharelink {
    color: #177FC3;
    margin: 5px !important;
}

.title-label {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: white !important;
    margin: 10px !important;
}

.navlinks {
    color: #6FB0ED;
    font-size: 18px !important;
    display: inline-block;
}

.h2-custom {
    background-color: #07769E !important;
}

.inverse-colors {
    background-color: white !important;
    color: #177FC3 !important;
}

    .inverse-colors:hover {
        color: white !important;
        background-color: #177FC3 !important;
    }

.bg-blue-02 {
    background-color: #177FC3;
}

.bg-blue-03 {
    background-color: #55A1E1;
}

.bg-blue-04 {
    background-color: #6FB0ED;
}

.cryptoItem-date {
    color: gray !important;
    font-size: 14px !important;
    text-align: left !important;
    padding-left: 5px !important;
}

.cryptoItem-icon {
    height: 40px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    border-radius: 5px !important;
    margin-bottom: 2px !important;
}

.cryptoItem-heading {
    white-space: normal;
    width: 100% !important;
    overflow-wrap: break-word;
    display: block;
    color: black !important;
    font-size: 20px !important;
    text-align: left !important;
    padding-left: 5px !important;
}

.cryptoItem-minmax {
    color: gray !important;
    font-size: 18px !important;
    text-align: left !important;
    white-space: pre-line !important;
    padding-left: 5px !important;
}

.eduItem-gray {
    color: gray !important;
    font-size: 14px !important;
    text-align: left !important;
    padding-left: 5px !important;
}

.eduItem-date {
    color: gray !important;
    font-size: 14px !important;
    text-align: left !important;
    padding-left: 5px !important;
}

.eduItem-label {
    color: black !important;
    font-size: 14px !important;
    text-align: left !important;
    padding-left: 5px !important;
    font-weight: 400 !important;
}

.eduItem-heading {
    white-space: normal;
    width: 100% !important;
    overflow-wrap: break-word;
    display: block;
    color: black !important;
    font-size: 24px !important;
    text-align: left !important;
    padding-left: 5px !important;
}

.eduItem-lecturers {
    color: gray !important;
    font-size: 14px !important;
    text-align: left !important;
    white-space: pre-line !important;
    padding-left: 5px !important;
}

.eduItem-locations {
    white-space: nowrap;
    /*width: 100% !important;*/
    /*  overflow: hidden;
    text-overflow: ellipsis;*/
    display: inline-block;
    color: gray !important;
    font-size: 14px !important;
    text-align: left !important;
    white-space: pre-line !important;
    padding-left: 5px !important;
}

.eduItem-summary {
    white-space: nowrap;
    width: 100% !important;
    max-height: 100px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    color: black !important;
    font-size: 14px !important;
    text-align: left !important;
    white-space: pre-line !important;
    padding-left: 5px !important;
}

.eduItem-moreDetail {
    color: gray !important;
    font-size: 14px !important;
    text-align: left !important;
    padding-left: 5px !important;
    margin-bottom: 0px !important;
}

.eduItem-image {
    height: 150px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    width: 100% !important;
    border-radius: 5px !important;
    margin-bottom: 10px !important;
}

.eduItem-listItem {
    background-color: white !important;
    padding: 10px !important;
    border-radius: 5px !important;
    margin-bottom: 10px !important;
    height: auto;
}

.browseAll-listItem {
    background-color: white !important;
    padding: 10px !important;
    border-radius: 5px !important;
    margin-bottom: 10px !important;
    height: auto;
}

.edu-slide {
    background-color: white;
}

.btn-status-00 {
    border: none !important;
    padding: 8px !important;
    color: white !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    border-radius: 5px !important;
}

.body > p .eduItem-heading {
    font-size: 14px !important;
}

.btn-00 {
    background-color: #177FC3;
    border-radius: 2px !important;
    padding: 8px !important;
    color: white !important;
}

.lab-main-00 {
    font-size: 26px !important;
    font-weight: 400;
    color: white;
}


.labelButton {
    padding: 5px !important;
    background-color: #1B9AC5;
    color: white;
    display: normal !important;
    margin-bottom: 0px !important;
    font-weight: 400 !important;
    border-radius: 3px !important;
}



.has-error {
    border-color:red!important;
}
.lab-error {
    color: red !important;
    vertical-align:central;
}
.border-gradient {
    border-bottom-style: solid;
    border-top-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 2px !important;
    border-image-slice: 1;      
}

.border-gradient-blue {
    border-image-source: linear-gradient(to right, #177FC3, #8DC1FC) !important;
}

.border-rounded-blue {
    border-radius: 999px !important;
    background-color: white;
    border:1px solid #177FC3;
    padding:5px!important;
}

.button-link {   
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style:normal;
 
}

.container-access {
    z-index: 1000;
    position: fixed;
    bottom: 3vh;
    right: 2vw;     
}

.row-access {
    background-color: white !important;
    border-radius: 999px !important;   
    padding: 0px !important;
  
}

.icon-access {
    width: 40px;
    height: 40px;
    background-color: white !important;
    border-radius: 999px !important;
}
.btn-access {
    margin: 5px !important;
    border-radius: 999px !important;
    padding: 5px !important;
    background-color: white !important;
}

.padding-vert {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.ua-fade {
    transition: all linear 0.3s;
    opacity: 1;
}

    .ua-fade.ng-hide {
        opacity: 0;
    }

.ng-hide {
    opacity: 0;
    transition: none 0;
}


.bgr-svg {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 1600.00 500.69" xml:space="default"><linearGradient id="SVGID_Fill1_" gradientUnits="objectBoundingBox" x1="0" y1="0.104292" x2="1" y2="0.104292"><stop offset="0" stop-color="%23177FC3" stop-opacity="1" /><stop offset="1" stop-color="%238DC1FC" stop-opacity="1" /></linearGradient><path fill="url(%23SVGID_Fill1_)" stroke-width="2" stroke-linejoin="round" d="M 1600,477.155C 1508.2,464.068 1416.4,450.981 1211.17,458.77C 1005.94,466.56 687.271,495.227 466.503,499.985C 245.736,504.743 122.868,485.592 0,466.441L 0,14.4406C 122.868,32.1073 245.736,49.774 466.503,44.274C 687.271,38.774 1005.94,10.1073 1211.17,2.31754C 1416.4,-5.47226 1508.2,7.61487 1600,20.702L 1600,477.155 Z "/></svg>');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}


.text-area-fix {
    resize:none;
    overflow-x:auto;
    white-space:nowrap;
    
}

.line-height-00{

    height:50px!important;
    line-height:55px!important;
}

.lab-main-00 {
    font-size: 26px !important;
    color: #222222;    
}
.lab-main-head {
    font-size: 30px !important;
    color: #222222;
}
.lab-main-subhead {
    font-size: 22px !important;
    font-weight:400!important;
    color: #222222;
}
.lab-main-funding {
    font-size: 14px !important;
    font-weight:400;
    color: #177FC3;
}

.nav-container {
    display: inline-block;
    cursor:grab!important;
}
    .nav-container .circleContainer {
        background: gray !important;
    }

    .nav-container:hover .circleContainer {
        background: blue!important;
    }


.circleContainer {
    display: inline-block;
    background: gray;
    border-radius: 999px !important;
    width: 20px !important;
    height: 20px !important;
    cursor: grab !important;
}
    .circleContainer > a {
        display: table-cell;
        font-size: 13px !important;
        color: white;
        width: 20px !important;
        text-align: center !important;
        vertical-align: central;
        cursor: grab !important;
    }
        .circleContainer > a > label {
            margin-top: 2px !important;
            cursor: grab !important;
        }

/*.circleContainer:hover {  
    background: blue;  
}*/

.shortcut-label {
    height: 20px !important;
    margin-bottom: 10px !important;
    text-align: left;
    vertical-align: middle;
    font-weight: 400 !important;
    color: black !important;
    cursor: grab !important;
}

.row-card {
    background-color: white !important;
    border-radius: 5px !important;
    padding: 10px !important; 
}


/*Project*/
.ticket-header-row {
    background-color: lightsteelblue;
    border-color: lightsteelblue;
}

.ticket-edit-body {
    border-color: lightsteelblue;
}

.pro-drawing-li {
    min-height: 30px;
    display: block;
    margin-bottom: 5px !important;
    height: auto;
    width: 100%;
}

.lab-drawing-head {
    font-size: 14px;
    font-weight: 700;
    margin-left: 2px !important;
}

.lab-drawing-content {
    font-size: 14px;
    font-weight: 400;
    margin-left: 2px !important;
}

.lab-drawing-model {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}


.pro-level-li {
    min-height: 40px;
    display: block;
    margin-bottom: 10px !important;
    border-width: 0.5px;
    border-color: steelblue;
    border-style: solid;
    height: auto;
}

[role="button"]:focus {
    outline: none !important;
}

.lab-level-head {
    font-size: 16px;
    font-weight: 700;
    margin: 2px;
}

.lab-level-content {
    font-size: 14px;
    font-weight: 400;
    margin: 2px;
}

.pro-button-row {
    border-top: outset;
    border-top-color: steelblue;
    border-top-width: thin;
}

.pro-ticket-li {
    min-height: 35px;
    border-width: 0.5px;
    border-color: steelblue;
    border-style: solid;
    margin-bottom: 10px;
}

.lab-ticket-head {
    font-size: 20px;
    font-weight: 700;
}

.pro-button {
    background-color: steelblue;
    color: white;
    margin-bottom: 10px;
}
.pro-input {
    height: 30px;
    display: block;
    margin-bottom: 10px !important;
   
}

.pro-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    align-content: center;
}

.pro-fg {
    min-height: 30px;
    margin-bottom: 10px !important;
}

.pro-date {
    height: 30px;
    font-size: 14px;
    display: block;
    border-width: 1px !important;
    border-radius: 0px !important;
    border-color: #d2d6de;
    margin-bottom: 10px !important;
}

.box-project {
    background-color: #E8E8EC;
    border-style: solid;
    border-width: 0.5px;
    border-radius: 0px;
    width: 100%;
    height: auto;
    min-height: 300px !important;
    padding: 10px !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .box-project:hover {
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .6);
        box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    }

.project-name {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    border: none;
    background-color: rgba(0,0,0,0);
    color: #3B3B3B;
    margin: 5px;
}



.label-project {
    font-size: 24px;
    color: #3B3B3B;
    font-weight: 700;
    width: 100%;
}

.label-project-a {
    font-size: 18px;
    color: #3B3B3B;
    font-weight: 400;
}

.label-project-b {
    font-size: 18px;
    color: #3B3B3B;
    font-weight: 700;
    width: 100%;
}
.well {
    padding: 5px !important;
}

.box-edit-child {
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    padding: 5px;
}

.top-row-border {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-width: 2px;
    border-top-style: solid;
    padding: 5px;
}

/*COLLABORATION AND CARDS */
.card-header-button {
    font-size: 27px;
    color: white !important;
}

.card-header {
    display: flex;
}

.card-form-control {
    display: inline-block;
    padding: 3px !important;
    height: 32px !important;
    vertical-align: middle;
    border: solid;
    border-radius: 7px !important;
}

.card-dropdown {
    position: relative;
    display: inline-block;
}

.card-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 360px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 5px;
    z-index: 1;
}

.card-dropdown-contentMin {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 5px;
    z-index: 1;
}

.card-dropdown:hover .card-dropdown-content {
    display: block;
}

.card-dropdown:hover .card-dropdown-contentMin {
    display: inline-block;
    margin-left: -15px;
}

.card-option {
    position: relative;
    display: inline-block;
}

.card-option-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 5px;
    z-index: 1;
}

.card-option:hover .card-option-content {
    display: inline-block;
}


.well {
    padding: 5px !important;
}

.box-edit-child {
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    padding: 5px;
}

.top-row-border {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-width: 2px;
    border-top-style: solid;
    padding: 5px;
}

.bottom-row-border {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    padding: 5px;
}

.box-collaboration {
    border-style: hidden;
    border-width: 1px;
    border-radius: 10px;
    width: 100%;
    height: auto;
    min-height: 200px !important;
    padding: 10px !important;
}

.box-collaboration-new {
    border-style: hidden;
    border-radius: 10px;
    background: #BFBFBF;
    width: 100%;
    height: 200px;
    padding: 10px;
}

.collaboration-name {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    border: none;
    background-color: rgba(0,0,0,0);
    color: white;
    margin: 5px;
}

.box-card {
    position: relative;
    font-size: 16px;
    background-color: white;
    border-style: hidden;
    border-width: 1px;
    border-radius: 7px;
    margin: 10px;
    padding: 10px !important;
}

    .box-card > input {
        border: none;
        margin: 5px;
        width: 80% !important;
    }

.card-input {
    border: none;
    margin: 5px;
    width: 80% !important;
}


.bottom-row-border {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    padding: 5px;
}

.box-collaboration {
    border-style: hidden;
    border-width: 1px;
    border-radius: 10px;
    width: 100%;
    height: auto;
    min-height: 200px !important;
    padding: 10px !important;
}

.box-collaboration-new {
    border-style: hidden;
    border-radius: 10px;
    background: #BFBFBF;
    width: 100%;
    height: 200px;
    padding: 10px;
}

.collaboration-name {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    border: none;
    background-color: rgba(0,0,0,0);
    color: white;
    margin: 5px;
}

.box-card {
    position: relative;
    font-size: 16px;
    background-color: white;
    border-style: hidden;
    border-width: 1px;
    border-radius: 7px;
    margin: 10px;
    padding: 10px !important;
}

    .box-card > input {
        border: none;
        margin: 5px;
        width: 80% !important;
    }

.card-input {
    border: none;
    margin: 5px;
    width: 80% !important;
}


.main-buttons {
    border-left: 1px solid #B9C2C9;
    height: 50px !important;
    display: inline-block !important; 
}
.main-icons {
    font-size: 30px!important;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;   
}

.main-icons-alt {
    font-size: 3em !important;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.header-gradient {
    background-image: linear-gradient(to right, #0974A0, #1B9AC5)!important;
}


.mar-zero {
    margin: 0px !important;
}

.pad-zero {
    padding: 0px !important;
}

.autoFitInput {
    width: 100% !important;
}

.width-13 {
    width: 13% !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.width-22 {
    width: 22% !important;
}

.dragover {
    border: 2px dashed black;
    background-color: gainsboro;
}

md-input-container {
    width: 100% !important;
    margin: 4px 0 !important;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.modal-xlg {
    width: 85% !important;
}

.home {
    background-color: white;
    width: 200px;
    display: inline-block;
    margin: 30px;
}
/* SPINNER EXTENSION */
.bvb-progress {
    display: none;
    max-width: 300px;
    margin: auto;
    margin-top: 50px;
    z-index: 20 !important;
}

.bvb-progress-active {
    display: block;
    position: absolute;
    width: 300px;
    top: 50%; 
    left: 0;
    right: 0;
    z-index: 20 !important;
}

.treasure-overlay-spinner-container {
    z-index: 10 !important;
}

/*WEBSHOP_FAST images EQUAL*/
.img-home {
    max-height: 100px;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        flex-wrap: wrap;
    }
}