﻿
.lifecycle {
    min-height: 200px;
    position: relative;
    padding: 1em;
    margin-bottom: 4em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 5px white solid;
}

    .lifecycle h2 {
        padding: 0.5em;
        font-size: 18px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #9eab05;
        color: white;
    }

.bg-lime-20 {
    background-color: #eceecd;
}

.bg-lime-30 {
    background-color: #e1e49c;
}

.bg-lime-40 {
    background-color: #d1d76a;
}

.bg-lime-60 {
    background-color: #c5cd69;
}

.bg-lime {
    background-color: #9eab05;
}

.lifecycle a {
    color: #9eab05;
}

    .lifecycle a .icon {
        color: white;
        font-size: 16px;
        padding: 5px;
        background-color: #9eab05;
        /*float: right;*/
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

.gateway {
    z-index: 1;
    position: absolute;
    background-color: #c70540;
    color: white;
    padding: 1em;
    text-align: center;
    padding: 1em;
    width: 120px;
    height: 60px;
    right: 50%;
    bottom: -35px;
}

    .gateway:after {
        z-index: 2;
        content: "";
        position: absolute;
        left: 0;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 60px solid rgba(0, 0, 0, 0);
        border-top: 30px solid #c70540;
        border-right: 60px solid rgba(0, 0, 0, 0);
    }

    .gateway a {
        color: white;
    }

.templates {
    border: 1px solid #9eab05;
    border-radius: 5px;
    background: white;
    margin: 10px 0;
}

    .templates h3 {
        margin: 0;
        font-size: 16px;
        background: #9eab05;
        padding: 5px;
        border-radius: 5px;
        color: white;
        font-weight: normal;
    }

    .templates div {
        padding: 5px;
    }

.docs::after {
    content: "";
    display: table;
    clear: both;
    /*padding: 5px;*/
}

@media screen and (min-width: 992px) {
    .lifecycle {
        margin-bottom: 0;
        min-height: 450px;
    }

    .gateway {
        height: 100px;
        right: -60px;
        bottom: 30px;
    }

        .gateway:after {
            left: 100%;
            top: 0;
            border-top: 50px solid transparent;
            border-left: 36px solid #c70540;
            border-bottom: 50px solid transparent;
        }
}


.hide {
    visibility: hidden;
}

body {
    background: #f4f4f4;
}

.main-color-bg {
    background-color: #00A88E !important; /*#28a19c*/
    border-color: #358e8b !important;
    color: #ffffff !important;
}
/* header */
.page-header {
    background: #333333;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 0;
}

    .page-header .create {
        padding-top: 20px;
    }
/* breadcrumb */
.breadcrumb {
    background: #cccccc;
    color: #333333;
}

    .breadcrumb a {
        color: #333333;
    }
/* progress bar*/
.progress-bar {
    background: #333333;
    color: #ffffff;
}
/* wells */
.dash-box {
    text-align: center;
}
/* footer */
#footer {
    text-align: center;
    background: #333333;
    color: #ffffff;
    padding: 30px;
    margin-bottom: 10px;
}

a, a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
    color: #333;
    outline: none;
}

.col {
    /*  width: 325px;*/
    margin-right: 10px;
    height: 100%;
    max-height: 75vh;
}


.cards {
    margin: 0;
    padding: 10px;
    /*  min-height: 500px;*/
    height: 100%;
    max-height: 100vh;
    list-style-type: none;
    background-color: #f1f1f1;
}

.ulclass {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.liclass {
    z-index: 1;
    margin-bottom: 10px;
    padding: 10px;
    background-color: white;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 6px solid #009ccc
}

.helper {
    /*  display: inline-block;
            height: 100%;
            vertical-align: middle;*/
}

img {
    vertical-align: middle;
    max-height: 25px;
    max-width: 160px;
}




.page-header {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 99;
}

#main {
    position: absolute;
    top: 150px;
    width: 100%;
    overflow: auto;
}

.tooltip {
    position: relative;
    background: #ff3466;
    padding: 5px 12px;
    margin: 5px;
    font-size: 15px;
    border-radius: 100%;
    color: #FFF;
}


.passwordTooltip {
    position: absolute;
    background: #333; /*  #333;*/
    color: #fff;
    max-width: 500px;
}

.vertical-center {
    /* margin: 0;*/
    /*   position: absolute;*/
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.circle {
    height: 30px;
    width: 30px;
    padding: 5px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
    background-color: rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.2);
    z-index: -1;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 95%;
        max-width: 1600px;
    }
}

@media screen and (min-width: 768px) {
    .modal-lg {
        width: 75%;
        max-width: 1200px;
    }
}

td.highlight {
    font-weight: bold;
    color: blue;
}


.chartCard {
    width: 50vw;
    height: calc(100vh-40px);
}

.chartBox {
    width: 49vw;
}

.colLarge {
    max-width: 50vw;
}


.box {
    width: 45vw;
    height: 500px;
}


/* Apply visual styling for disabled elements */
.disabled {
    opacity: 0.5; /* Adjust the opacity to make it visually distinct */
    cursor: not-allowed; /* Change the cursor to indicate that it's disabled */
    /* Add any other styling you want for disabled elements */
}


#select2-topCombo-container {
    line-height: 19px;
}

#trselector .select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 20px !important;
}

#trselector .select2-container .select2-selection--single {
    height: 22px;
}