﻿body {
    font-size: 1.1rem;
}

.h1, h1 {
    font-size: 2.7rem;
}

.h2, h2 {
    font-size: 2.2rem;
}

.h3, h3 {
    font-size: 8rem;
}

.h4, h4 {
    font-size: 1.7rem;
}

.h5, h5 {
    font-size: 1.4rem;
}

.h6, h6 {
    font-size: 1.3rem;
    margin-bottom: 0px;
}


.card {
    margin-bottom: 1rem;
}

.card-body {
    padding: 0.5rem;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 10px 15px 10px 10px;
}

.footer > .container {
    padding-right: 10px;
    padding-left: 10px;
}

code {
    font-size: 80%;
}



.col-md-6, col-6 {
    padding-right: 10px;
    padding-left: 10px
}


.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tree ul {
        margin-left: 1em;
        position: relative;
    }

        .tree ul ul {
            margin-left: .5em;
        }

        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
        }

    .tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 1.5em;
        color: #369;
        position: relative;
    }

    .tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0;
    }

    .tree ul li:last-child:before {
        /*background: #fff;*/
        height: auto;
        top: 1em;
        bottom: 0;
    }

.indicator {
    margin-right: 5px;
    width: 8px;
}

.tree li a {
    text-decoration: none;
    color: #369;
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}



.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

[type="button"].btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    -webkit-appearance: unset;
}

[type="button"].btn-circle {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.container {
    max-width: 99% !important;
}


input[type=checkbox] {
    width: 1.0rem;
    height: 1.0rem;
}

.dataTables_wrapper {
    padding: 0px;
}

    .dataTables_wrapper .no-search {
        vertical-align: top
    }

        .dataTables_wrapper .no-search .valignmiddle {
            vertical-align: middle;
        }



.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon {
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 15px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    padding: 2px 0;
    right: -24px;
    top: 11px;
    width: 80px;
    height: 18px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    background-color: #dedede;
    background-image: -webkit-linear-gradient(top, #ffffff 45%, #dedede 100%);
    background-image: -o-linear-gradient(top, #ffffff 45%, #dedede 100%);
    background-image: linear-gradient(to bottom, #ffffff 45%, #dedede 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdedede', GradientType=0);
}

    .ribbon:before,
    .ribbon:after {
        content: "";
        border-top: 3px solid #9e9e9e;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px
    }

    .ribbon:before {
        left: 0
    }

    .ribbon:after {
        right: 0
    }

    .ribbon.red {
        background-color: #bc1a3a;
        background-image: -webkit-linear-gradient(top, #a61733 45%, #bc1a3a 100%);
        background-image: -o-linear-gradient(top, #a61733 45%, #bc1a3a 100%);
        background-image: linear-gradient(to bottom, #a61733 45%, #bc1a3a 100%);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa61733', endColorstr='#ffbc1a3a', GradientType=0)
    }

        .ribbon.red:before,
        .ribbon.red:after {
            border-top: 3px solid #8f142c
        }

    .ribbon.green {
        background-color: #1ABC9C;
        background-image: -webkit-linear-gradient(top, #1ABC9C 45%, #17a689 100%);
        background-image: -o-linear-gradient(top, #1ABC9C 45%, #17a689 100%);
        background-image: linear-gradient(to bottom, #1ABC9C 45%, #17a689 100%);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff1ABC9C', endColorstr='#ff17a689', GradientType=0)
    }

        .ribbon.green:before,
        .ribbon.green:after {
            border-top: 3px solid #148f77
        }

    .ribbon.gold {
        background-color: #eaaf3e;
        background-image: -webkit-linear-gradient(top, #eaaf3e 45%, #dd9918 100%);
        background-image: -o-linear-gradient(top, #eaaf3e 45%, #dd9918 100%);
        background-image: linear-gradient(to bottom, #eaaf3e 45%, #dd9918 100%);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeaaf3e', endColorstr='#ffdd9918', GradientType=0)
    }

        .ribbon.gold:before,
        .ribbon.gold:after {
            border-top: 3px solid #af7913
        }

    .ribbon.gray {
        color: #595b5a;
        text-shadow: none
    }

    .ribbon.purple {
        background-color: #d22885;
        background-image: -webkit-linear-gradient(top, #d22885 45%, #a7206a 100%);
        background-image: -o-linear-gradient(top, #d22885 45%, #a7206a 100%);
        background-image: linear-gradient(to bottom, #d22885 45%, #a7206a 100%);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd22885', endColorstr='#ffa7206a', GradientType=0)
    }

        .ribbon.purple:before,
        .ribbon.purple:after {
            border-top: 3px solid #511034
        }

    .ribbon.blue {
        background-color: #1a8bbc;
        background-image: -webkit-linear-gradient(top, #177aa6 45%, #1a8bbc 100%);
        background-image: -o-linear-gradient(top, #177aa6 45%, #1a8bbc 100%);
        background-image: linear-gradient(to bottom, #177aa6 45%, #1a8bbc 100%);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#177aa6', endColorstr='#ff1a8bbc', GradientType=0)
    }

        .ribbon.blue:before,
        .ribbon.blue:after {
            border-top: 3px solid #115979
        }


#columnsTable_filter > label {
    margin-bottom: -1rem;
}

.tooltip-wide {
    max-width: 600px;
    min-width: 600px;
}

.pull-right {
    float: right;
}


.toDataTable {
    width: 100%;
}



.runCol {
    width: 65px;
}

.editCol {
    width: 65px;
}


.saveCol {
    width: 65px;
}

.deleteCol {
    width: 75px;
}

.dataTables_info {
    display: none;
}

.strikeText {
    text-decoration: line-through;
}


.iMarginRight {
    margin-right: 5px;
}

.iMarginLeft {
    margin-left: 5px;
}





.advanced {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    border: 3px solid #0aac8c;
    padding: 3px;
    position: relative;
    background: #1abc9c;
    font-size: 0.5em;
    float: right;
    border-radius: 30px;
    letter-spacing: 1px;
}

.premium {
    margin-left: 10px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    border: 3px solid #ffc107;
    padding: 3px;
    position: relative;
    background: #ffd137;
    font-size: 0.5em;
    float: right;
    border-radius: 30px;
    letter-spacing: 1px;
}

.premium-i {
    /*   positioning */
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    /*   gradient   */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.85)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 );
    /* IE6-9 */
    /*  forming the shine element
      play around with the width, skew and gradient to get different effects
    */
    width: 15%;
    height: 100%;
    transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    -moz-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    /*  animating it  */
    animation: move 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    -webkit-animation: move 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    -moz-transform: skew(-10deg, 0deg);
    -moz-animation: move 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 1s;
    -ms-transform: skew(-10deg, 0deg);
    -ms-animation: move 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 1s;
    -o-transform: skew(-10deg, 0deg);
    -o-animation: move 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay: 1s;
}

/*  */
@keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    5% {
        opacity: 0;
    }

    48% {
        opacity: 0.2;
    }

    80% {
        opacity: 0;
    }

    100% {
        left: 82%;
    }
}

@-webkit-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    5% {
        opacity: 0;
    }

    48% {
        opacity: 0.2;
    }

    80% {
        opacity: 0;
    }

    100% {
        left: 82%;
    }
}

@-moz-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    5% {
        opacity: 0;
    }

    48% {
        opacity: 0.2;
    }

    80% {
        opacity: 0;
    }

    100% {
        left: 88%;
    }
}

@-ms-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    5% {
        opacity: 0;
    }

    48% {
        opacity: 0.2;
    }

    80% {
        opacity: 0;
    }

    100% {
        left: 82%;
    }
}

@-o-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    5% {
        opacity: 0;
    }

    48% {
        opacity: 0.2;
    }

    80% {
        opacity: 0;
    }

    100% {
        left: 82%;
    }
}
