/*  */
/* TC_2-2 */
/*  */

.full-iframe {
    width: 100%;
    height: 100%;
    border: 0px;
  }
.start-guide-as-embed{
    cursor: pointer;
}
.bg-bi-light {background-color: #00e47c;color:#08312a;padding:5px;border-radius:3px;}
.fixed-on-top {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:100;
  }
.hide {
    display: none !important
}
.show {
    display: block !important
}
.link-dark-color { 
    color: #08312a;
    text-decoration: underline;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none !important
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}
.visible-lg-block,
.visible-md-block,
.visible-sm-block,
.visible-xs-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.project-logo {
    height: 50px;
    margin-top: 15px
}

.item-menu {
    color: #222;
    font-size: 1rem;
    line-height: 50px;
    margin-top: 15px;
    display: block;
    float: left;
    margin-right: 30px
}

.item-menu-user {
    line-height: 50px;
    margin-top: 15px
}

.item-menu-hamburguer {
    line-height: 80px;
    font-size: 30px;
    position: relative;
    float: right;
    width: 60px
}

.user-navbar {
    float: right;
    height: 50px;
    margin-left: 15px
}

a {
    color: #107bb7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #0d6190;
    text-decoration: underline
}

@media screen and (max-width:992px) {
    .main-menu {
        position: fixed;
        background: #fff;
        width: 100%;
        left: 0;
        top: 80px
    }

    .item-menu {
        color: #222;
        font-size: 1rem;
        line-height: 50px;
        margin-top: 15px;
        display: block;
        float: left;
        margin-right: 0;
        width: 100%
    }
}

section.main-section {
    color: #00e47c;
    background-color: #08312a;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 30px
}
.green-icon {color: #00e47c;}
section.main-section p {
    font-size: 1.2rem
}

/*  */
/* Edits for Themes Catalogue */
/*  */

html {
    font-size: 16px;
}

body {
    font-size: .9rem;
    background-color: #f1f1f1;
    font-family: "Roboto", sans-serif;
    color: #746c6c
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    height: 80px;
    z-index: 1000;
    box-shadow: 0 0 8px 0 #00000055
}

footer {
    background-color: #08312a;
    color: #00e47c;
    text-align: center;
    padding: 30px;
}
.footer-logo {
    width: 210px;
}
.btn-primary {
    background-color: #00e47c;
    border-color: #00e47c;
    color: #08312a !important;
}

.btn-primary:hover {
    background-color: #00e47c !important;
    border-color: #00e47c;
    color: #08312a !important;
}

.btn-primary:visited {
    background-color: #00e47c !important;
    border-color: #00e47c;
    color: #08312a !important;
}

.btn-primary:active {
    background-color: #00e47c !important;
    border-color: #00e47c;
    color: #08312a !important;
}
.btn-themes {
    background-color: #00e47c;
    border-color: #00e47c;
    color: #08312a !important;
}
.card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px #ddd;
}

.card:hover {
    box-shadow: 0 10px 15px -3px #ccc, 0 4px 6px -2px #ccc;
}

.capture {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    border-bottom: 1px #ccc solid;
}

.card-gradient-top {
    background: linear-gradient(0deg, rgb(197, 199, 199) 0%, #00e47c 100%);
    width: 100%;
    height: 120px;
    border-bottom: 1px #00e47c solid;
    opacity: 0.8;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.card h5 {
    padding: 0px;
    margin-top: 0px;
}

.card-title {
    color: #000000;
}

.card-copy {
    min-height: 220px;
}

.cta-above-the-fold {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
}

.cta-above-the-fold:hover {
    color: #000;
}

#urlEmbedded {
    overflow: hidden;
    position: absolute;
    top: 80px;
    right: 10px;
    left: 10px;
    width: 90%;
    height: 86%;
    margin: 0 auto;
    border: 1px #eaeaea solid;
}

#windowContainer {
    display: none;
    background-color: #ffffff;
    position: fixed;
    bottom: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
}

#windowContainerTop {
    text-align: right;
    padding: 1em;
    vertical-align: middle;
    border-top: 10px solid #00e47c;
    border-bottom: 1px #ccc solid;
}

#windowContainerBottom {
    text-align: center;
}

.drop-down {
    font-size: 1.5em;
    font-weight: 100;
}

.new-card {
    color: #fff;
    background-color: #28a745;
    font-size: 10px;
    padding: 2px;
    border-radius: 3px;
    font-weight: 100;
}

#startGuide {
    text-align: center;
    padding: 1%;
}

#startGuide img {
    width: 200px;
}

.start-guide-fixed {
    border-top: 1px #ccc solid;
    z-index: 9999;
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
    color: #000;
    opacity: 0.9;
}

.full-screen-layer {
    position: fixed;
    background-color: #fff;
    z-index: 300000;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    padding: 5%;
    text-align: center;
    overflow: scroll;
  }
  .top-button-to-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  #duplicateApplicationChanges a {
    text-decoration: underline;
  }
  .tool-tip { cursor: pointer; display: inline-block; margin-left: 5px; }
    .tool-tip .tool-tip-text { visibility: hidden; background-color: black; color: #fff; text-align: left; border-radius: 6px; padding: 7px 10px 7px 10px; margin-left: 4px; position: absolute; z-index: 1; font-style: italic; font-size:16px;}
    input  {
        width: 100%;
        padding: 0.5em;
        margin: 0 0 0.5em 0;
        border: 1px #ccc solid;
        border-radius: 4px;
    }
    .optional-change {background-color:#ffffff;} 
    .optional-change:hover {background-color:#eaeaea;} 