﻿/*
    EVOLVE GREEN    - #60bb46
    DARK GREY       - #525252
    LIGHT GREY      - #efefef
*/

#backdropFallback {
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}

.tour-step-backdrop {
    pointer-events:none;
}

div.form-group > label.control-label {
    vertical-align: top;
    /*width: 11%;*/
}

div.form-group > div.col-lg-10 {
    /*width: 89%;*/
}

table.full-width-table tr th {
    background: none repeat scroll 0 0 #4A8613;
    border-bottom-color: #4A8613;
    color: #FFFFFF;
    padding: 6px 0 0;
    font-size: 16px;
    font-weight: 900;
    height: 52px;
    line-height: 52px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

table.full-width-table tr td {
    padding: 10px;
}

table.full-width-table tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #EAECEE;
}

table.full-width-table tr td:first-child {
    font-weight: bold;
}

div.evolve-banner1 {
    box-shadow: 0 -4px 5px -5px rgba(0, 0, 0, 0.3) inset;
}

div.evolve-banner3 {
    box-shadow: 0 -4px 5px -5px rgba(0, 0, 0, 0.3) inset;
}

div.evolve-banner2 {
    background: url(/img/dots.png) repeat;
    box-shadow: 0 -4px 5px -5px rgba(0, 0, 0, 0.3) inset;
}

ul.double {
    margin: 10px 0;
}

    ul.double li {
        width: 45%;
        margin-right: 10px;
        display: inline-block;
        vertical-align: top;
    }

.hide {
    display: none !important;
}

@media screen and (max-width: 768px) {

    .bannerHide {
        display: none !important;
    }
}

#owl .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-prev {
    background: url("../img/controls.png") no-repeat scroll 0 -32px transparent;
    min-height: 32px;
    width: 33px;
}

.owl-next {
    background: url("../img/controls.png") no-repeat scroll -43px -32px transparent;
    min-height: 32px;
    width: 33px;
}

.owl-buttons {
    text-align: left;
    margin-left: 25px;
    position: absolute;
    bottom: 60px;
}


.btn {
}

.snapwire-small-logo {
    z-index: 100000000;
    position: absolute;
    margin: 5px;
}

.snapwire-logo-full-width img {
    width: 100%;
}

.snapwire-small-logo img {
    width: 30px;
    height: 30px;
}

#sidebar-search {
    margin-top: 0px !important;
    height: auto !important;
    max-height: none !important;
}

.user-logo {
    text-align: center;
}

.user-logo__img-container {

}

.user-logo__img {
    max-width: 100%;
    width: auto;
    margin-bottom: 10px;
    max-height: 90px;
    height: auto;
}

.user-logo__text {

}

.navbar {
    margin-bottom: 0px !important;
}

input.date-day {
    width: 40px;
    display: inline;
}

input.date-year {
    width: 60px;
    display: inline;
}

.sw-dynamictable-addrow {
    text-align: right;
}
/*table.sw-dynamictable > tbody > tr:last-child {
    display:none;
}*/
.sw-dynamictable > thead > tr > th:last-child {
    width: 90px;
    text-align:center;
}

.sw-dynamictable > tbody > tr:first-child > td:last-child > a {
    display: none;
}

.sw-dynamictable > tbody > tr > td:last-child {
    text-align: center;
}

.panel.panel-fixed-height {
    height: 300px;
}

.evolve-system-container .panel-body,
.evolve-system-container .tab-content {
    height: 100%;
    font-size: 20px;
    text-align: center;
    transition: border-bottom 0.2s ease;
}

    /*.evolve-system-container .panel-body:hover {
        border-bottom: 6px solid #60BB46;
        cursor: pointer;
    }*/

.evolve-system {
    background-color: #fafafa;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.evolve-system__content {
    
}

.evolve-system__image {
    font-size: 5em;
    /*max-width: 200px;*/
    margin: 0 auto;
}

.evolve-system__image img {
    max-width: 100%;
    width: auto;
}

.evolve-system:hover {
    box-shadow: 0 8px 32px rgba(77,101,117,0.35);
    transform: translate3d(0, -4px, 0);
}

.evolve-system-container .tab-content > .active {
    display: table;
    height: 100%;
    width: 100%;
}

.evolve-system-container-image {
    text-align: center;
    width: 100%;
    height: 70%;
    vertical-align: middle;
    padding-top: 30px;
}

#content > .container {
    padding: 25px 0px 0px 0px;
}

.evolve-system-configuration {
    padding-top: 20px;
}

.evolve-system-container .panel-body:hover button.evolve-system-edit {
    background-color: green;
}

.custom-image-container {
    width: 100%;
}

.custom-image-container-add-system {
    font-size: 96pt
}

.custom-image-container img {
    max-height: 100%;
    max-width: 100%;
    padding: 20px 0 20px 0;
}

.iframe-layout section#content {
    margin-left: 0px;
}

    .iframe-layout section#content div.container {
        padding: 0px;
    }

        .iframe-layout section#content div.container div.col-md-12 {
            padding: 0px;
        }

span.confirmation-required:hover {
    border: solid 1px darkgray;
}

span.confirmation-required {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid lightgrey;
    display: inline-block;
    width: 166px;
    margin: 10px 10px 0 10px;
    text-align: CENTER;
}

.evolve-dashboard-header {
    padding: 20px;
}

#searchDiv {
    position: relative;
}

#searchDiv .fa {
    position: absolute;
    left: 13px;
    top: 13px;
    z-index: 0;
}

    input {
        outline: none;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        font-family: inherit;
        font-size: 100%;
    }

    input::-webkit-search-decoration,
    input::-webkit-search-cancel-button {
        display: none;
    }


        input[type=search] {
            background-color: transparent;
            border: solid 1px #ccc;
            padding: 9px 10px 9px 32px;
            width: 55px;
            -webkit-border-radius: 10em;
            -moz-border-radius: 10em;
            border-radius: 10em;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s;
            z-index: 1;
            position: relative;
        }

        input[type=search]:focus {
            width: 130px;
            background-color: transparent;
            border-color: #6db54b;
            -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
            -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
            box-shadow: 0 0 5px rgba(109,207,246,.5);
        }


    input:-moz-placeholder {
        color: #999;
    }

    input::-webkit-input-placeholder {
        color: #999;
    }

/* Demo 2 */
#searchDiv input[type=search] {
    width: 20px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}

    #searchDiv input[type=search]:hover {
        border-color: #6db54b;
    }

    #searchDiv input[type=search]:focus {
        width: 130px;
        padding-left: 32px;
        color: #000;
        cursor: auto;
    }

#searchDiv input:-moz-placeholder {
    color: transparent;
}

#searchDiv input::-webkit-input-placeholder {
    color: transparent;
}

.tab {
    display:none;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    /* Mark the active step: */
    .step.active {
        opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #4CAF50;
    }

.validateLinkInputHeader {
    display:inline-block;
    margin-top:10px;
}

.container-content {
    padding-top:10px;
}

.table {
    table-layout: fixed;
}

.table tbody tr {
    cursor: pointer;
}

.table tr td {
    vertical-align: middle !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table tr:hover td {
    background-color: #f8f8f8;
    color: #1967d2;
}

.table tr:last-child td {
    border-bottom: 1px solid #ddd;
}

.workbook-instances__table__col-4 {
    width: 120px;
}

.workbook-instances__table__date span {
    font-size: 0.875em;
}

.panel-tabs > li > a {
    border: none;
    color: #fafafa;
    text-decoration: none;
    padding: 19px 20px 21px;
    font-weight: 700;
    transition: background-color 0.3s ease;
}

.panel-tabs > li > a:hover,
.panel-tabs > li > a:focus {
    background-color: rgba(0,0,0,0.1);
}

.panel-tabs > li:first-child > a {
    border: none;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    background-color: #fafafa;
    text-decoration: none;
    color: #525252;
    padding: 19px 20px 21px;
}

.tabs-left > li {
    margin-top: 0;
    margin-bottom: 0;
}

.tabs-left > li > a {
    background: transparent;
    text-decoration: none;
    border: transparent;
    text-shadow: none;
    color: #525252;
    opacity: 0.7;
    border-radius: 5px 0 0 5px;
}

.tabs-left > li > a:hover {
    opacity: 1;
    background-color: rgba(0,0,0,0.03);
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    opacity: 1;
    box-shadow: -8px 0 10px rgba(0,0,0,0.1);
}

.worksheet-tabs__content {
    padding: 30px 15px;
    border-radius: 0 5px 5px 5px;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.previous-link {
    margin-bottom: 10px;
    cursor: pointer;
    padding-right: 5px;
    display: inline-block;
    text-decoration: none;
}

.previous-link__arrows {
    transition: transform 0.3s ease-in-out;
    display: inline-block;
}

.previous-link:hover,
.previous-link:focus {
    text-decoration: none;
    color: #4B8714;
}

.previous-link:focus .previous-link__arrows,
.previous-link:hover .previous-link__arrows {
    transform: translate3d(-3px,0,0);
}

.reseller-table__col-3 {
    width: 245px;
}

.users-list__table__col-5 {
    width: 100px;
}

.reseller-workbooks__table.table tr:hover td {
    background-color: inherit;
    color: inherit;
    cursor: default;
}

.reseller-workbooks__table__col-4 {
    width: 105px;
    text-align: center;
}

.evolve-resize-arrow {
    font-size: 20pt;
    transform: rotate(135deg);
    cursor: pointer;
    float: right;
    padding-top: 35px;
}
#main.evolve-resize .panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    width:100%;
}

    #main.evolve-resize #sidebar {
        display: none;
    }

    /* Required for EVOLVE_DISPLAYIF rule to hide the dependant elements on load*/
    div[data-sw-visible-cell] {
        display: none;
    }
div.sw-image img {
    width: 100%;
}

.workbook-instances__table__byUser {
    word-break: break-all;
    font-size: 13px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.is-loading {
    background: linear-gradient(-45deg, #DFDFDF, #575757, #DFDFDF);
    background-size: 400% 400%;
    animation: gradient 2s ease infinite;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}
.sw-dataimport-textarea {
    width:100%;
}
.evolve-uploaddata-btn {
    position: absolute;
    bottom: 60px;
    left: 10px;
}
.sw-dataimport label {
    display: block;
}
.sw-dataimport textarea {
    height: 140px;    
}
.sw-dataimport {
    position:relative;
}
.evolve-information.alert {
    min-width: 100%;
}