﻿
/* Resets */
html {
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

input[readonly=true] {
    cursor: auto;
}

textarea {
    min-height: 30px;
}


/* Links */
span.fake-link:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

span.fake-link:hover,
span.fake-link:active {
  outline: 0;
}

span.fake-link,
span.fake-link:visited {
text-decoration: underline;
}
span.fake-link[href]:after {
content: " (" attr(href) ")";
}
span.fake-link[href^="javascript:"]:after,
span.fake-link[href^="#"]:after {
content: "";
}

span.fake-link {
  color: #0088cc;
  cursor: pointer;
  text-decoration: none;
}

span.fake-link:hover,
span.fake-link:focus {
  color: #005580;
  text-decoration: underline;
}

span.fake-link.muted:hover,
span.fake-link.muted:focus {
  color: #808080;
}

span.fake-link.text-warning:hover,
span.fake-link.text-warning:focus {
  color: #a47e3c;
}

span.fake-link.text-error:hover,
span.fake-link.text-error:focus {
  color: #953b39;
}

span.fake-link.text-info:hover,
span.fake-link.text-info:focus {
  color: #2d6987;
}

span.fake-link.text-success:hover,
span.fake-link.text-success:focus {
  color: #356635;
}

span.footer-link {
  color: #0088cc;
  cursor: pointer;
  margin-right: 10px;
  text-decoration: none;
}

span.footer-link:hover,
span.footer-link:focus {
  color: #005580;
  text-decoration: underline;
}


/* Layout Styles */
body {
    font-size: 12px;
    background-color: #EEE;
}

    body > .environment-header-bar {
        border-bottom: 1px solid #666;
        clear: both;
        display: block;
        font-family: 'Iceland', cursive;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 1px;
        text-align: center;
        width: 100%;
    }

        body > .environment-header-bar.dev {
            background-color: #99F;
        }

        body > .environment-header-bar.test {
            background-color: #9F9;
        }

    body > header {
        background-color: #FFF;
        border-left: 1px outset #333;
        border-right: 1px inset #333;
        border-top: 1px outset #333;
        margin: 0 auto;
        padding-bottom: 10px;
        width: 960px;
    }

        body > header img {
            margin: 5px;
        }

    body > section.body {
        background-color: #FFF;
        border-left: 1px outset #333;
        border-right: 1px inset #333;
        margin: 0 auto;
        padding: 0 10px 10px 10px;
        width: 940px;
    }

    body > footer {
        background-color: #FFF;
        border-left: 1px outset #333;
        border-right: 1px inset #333;
        border-bottom: 1px inset #333;
        border-radius: 0 0 15px 15px;
        display: block;
        margin: 0 auto;
        padding-top: 10px;
        text-align: center;
        width: 960px;
    }

        body > footer a {
            display: inline-block;
            font-size: 10px;
            margin: 0 5px 5px 5px;
        }

        body > footer label {
            display: inline-block;
            font-size: 10px;
            margin: 0 5px 5px 5px;
        }

body.full-width {
    font-size: 12px;
    background-color: #EEE;
}

    body.full-width > header {
        background-color: #FFF;
        border-left: 1px outset #333;
        border-right: 1px inset #333;
        border-top: 1px outset #333;
        display: block;
        margin: 0 10px;
        padding-bottom: 15px;
        width: auto;
    }

        body.full-width > header img {
            margin: 5px;
        }

    body.full-width > section.body {
        background-color: #FFF;
        border-left: 1px outset #333;
        border-right: 1px inset #333;
        display: block;
        margin: 0 10px;
        padding: 0 10px 10px 10px;
        width: auto;
    }

    body.full-width > footer {
        background-color: #FFF;
        border-left: 1px outset #333;
        border-right: 1px inset #333;
        border-bottom: 1px inset #333;
        border-radius: 0 0 15px 15px;
        display: block;
        margin: 0 10px;
        padding-top: 10px;
        width: auto;
    }

        body.full-width > footer label {
            clear: both;
            font-size: 10px;
            margin: 5px auto;
            text-align: center;
        }

section > header {
}

    section > header button {
        float: right;
    }

    section > header > h2 {
        font-family: 'Iceland', cursive;
        margin: 0 0 5px 0;
    }

    section > header > h2.centered {
        text-align: center;
    }


/* Global Header */
#pnlManageAccount {
    float: right;
    padding: 10px 0 10px 10px;
    margin-right: -2px;
    text-align: right;
    vertical-align: top;
    width: 500px;
}

    #pnlManageAccount > span,
    #pnlManageAccount > a {
        background-image: linear-gradient(to top, #EEE, #EFEFEF);
        border-bottom: 1px inset #000;
        border-top: 1px outset #000;
        border-radius: 0;
        color: #000;
        font-size: 10px;
        font-weight: bold;
        margin-left: -4px;
        padding: 5px 10px;
        text-decoration: none;
        text-transform: uppercase;
    }

    #pnlManageAccount > a:first-of-type {
        border-left: 1px outset #000;
        border-radius: 10px 0 0 10px ;
        margin-left: 0;
    }

    #pnlManageAccount > a:hover {
        background-image: linear-gradient(to bottom, #CCC, #FFF);
        color: #3366FF;
        text-decoration: none;
    }

        #pnlManageAccount .dropdown-menu span > select {
        }


/* Bootstrap Tweaks */
.navbar {
    margin-bottom: 10px;
}

.navbar .nav > li a,
.navbar .nav > li span.fake-link {
    cursor: pointer;
}

.navbar .nav > li:hover,
.navbar .nav > li:hover > a,
.navbar .nav > li:hover > span.fake-link {
    background-image: linear-gradient(to bottom, #F2F2F2, #FFFFFF);
    color: #3366FF;
}

.dropdown-menu > li > span.fake-link {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > span.fake-link:hover,
.dropdown-menu > li > span.fake-link:focus,
.dropdown-submenu:hover > span.fake-link,
.dropdown-submenu:focus > span.fake-link {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > span.fake-link,
.dropdown-menu > .active > span.fake-link:hover,
.dropdown-menu > .active > span.fake-link:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > span.fake-link,
.dropdown-menu > .disabled > span.fake-link:hover,
.dropdown-menu > .disabled > span.fake-link:focus {
  color: #999999;
}

.dropdown-menu > .disabled > span.fake-link:hover,
.dropdown-menu > .disabled > span.fake-link:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.dropdown .dropdown-toggle i {
    font-size: 18px;
}

.btn-plain {
}

.btn-round {
    border-radius: 15px;
}

.btn-plain:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.alert {
    margin-left: 20px;
    padding: 8px;
}

    .alert > span {
        display: block;
    }

    .alert i {
        float: right;
    }

    .alert ul {
        list-style: disc;
        padding-left: 20px;
    }

.btn-ddl-panel {
    text-align: center;
    width: 100%;
}

    .btn-ddl-panel button:first-of-type {
    }

    .btn-ddl-panel button .caret {
        margin: 0;
    }

    .btn-ddl-panel .btn-ddl-list {
        background-clip: padding-box;
        background-color: #FFFFFF;
        background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        display: none;
        list-style: none outside none;
        min-width: 100px;
        padding: 5px 0;
        position: absolute;
        z-index: 99;
    }

        .btn-ddl-panel .btn-ddl-list li {
            cursor: pointer;
            font-weight: bold;
            padding: 2px 5px 0 5px;
        }

            .btn-ddl-panel .btn-ddl-list li:not(:last-of-type) {
                background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
                padding-bottom: 2px;
            }

            .btn-ddl-panel .btn-ddl-list li:hover {
                background-image: linear-gradient(to top, #FFFFFF, #AACCFF);
            }

.btn label,
.btn i {
    display: inline-block;
    margin: 0;
}

.btn i {
    font-size: 12px;
}

.modal-header {
    background-image: linear-gradient(to bottom, #FFF, #DDD);
    border-bottom: 1px solid #D4D4D4;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}

    .form-header h3,
    .modal-header h3 {
        font-family: 'Iceland', cursive;
        font-size: 30px;
    }

.form-footer {
    text-align: right;
}
    
    .form-footer span.fake-link, 
    .modal-footer span.fake-link {
        margin-right: 10px;
    }


/* Global Styles */
h1.styled-header,
h2.styled-header,
h3.styled-header,
h4.styled-header {
    display: block;
    font-family: 'Iceland', cursive;
}

.strong {
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
}

.full-width {
    width: 100%;
}

.loading-panel {
    text-align: center;
}

.section-heading {
    font-family: 'Iceland', cursive;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
}

.block-title {
    display: block;
    font-family: 'PT Sans', cursive;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

    .block-title.small {
        font-size: 16px;
    }

    .block-title.align-left {
        text-align: left;
    }

    .block-title.faded {
        color: #999;
        font-weight: bold;
    }

    .block-title.ghost {
        color: #DDD;
        font-weight: bold;
    }

label.ghost {
    color: #AAA;
}

input.ghost {
    color: #AAA;
}

input.error {
    border: 1px solid #F00;;
}

.inline-title {
    display: inline-block;
    font-family: 'Iceland', cursive;
    font-size: 16px;
    margin-right: 10px;
}

    .inline-title.required,
    .inline-title.strong {
        font-weight: bold;
    }

    .inline-title.faded {
        color: #999;
        font-weight: bold;
    }

    .inline-title.ghost {
        color: #DDD;
        font-weight: bold;
    }

label.inline,
p.inline {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}

    label.inline.required,
    label.inline.strong,
    p.inline.strong {
        font-weight: bold;
    }

    label.inline.faded,
    p.inline.faded {
        color: #999;
        font-weight: bold;
    }

    label.inline.ghost,
    p.inline.ghost {
        color: #DDD;
        font-weight: bold;
    }

select.block-input,
input.block-input {
    display: block;
}

.block-data {
    display: block;
}

    .block-data.strong {
        font-weight: bold;
    }

input.inline-input {
    display: inline-block;
}

.title-panel {
    background-image: linear-gradient(to bottom, #E6E6E6, #FFFFFF);
    border-bottom: 1px inset #000;
    border-radius: 10px 10px 0 0;
    clear: both;
    font-weight: bold;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
}

    .title-panel .controls-panel {
        float: right;
    }

    .title-panel .controls-panel-left {
        float: left;
    }

    .title-panel .controls-panel.after-title,
    .title-panel .controls-panel-left.after-title {
        margin: -25px 10px auto 10px;
    }

    .title-panel .subtitle {
        font-size: 10px;
        font-weight: bold;
    }

img.export_icon {
    border-radius: 3px;
    box-shadow: 2px 2px 2px #999;
    height: 16px;
    width: 16px;
}

img.export_icon_small {
    border-radius: 2px;
    box-shadow: 1px 1px 1px #999;
    height: 8px;
    width: 8px;
}

img.export_icon_large {
    border-radius: 5px;
    box-shadow: 4px 4px 4px #999;
    height: 24px;
    width: 24px;
}

.tabs {
}

    .tabs .tab {
        background-image: linear-gradient(to bottom, #E6E6E6, #FFFFFF);
        border-bottom: 1px inset #000;
        border-radius: 10px 10px 0 0;
        display: inline-block;
        font-weight: bold;
        margin-right: -1px;
        padding: 3px 15px;
        text-align: center;
    }

    .tabs .tab.active {
        background-image: linear-gradient(to top, #E6E6E6, #FFFFFF);
    }

.row-centered {
    text-align: center;
}

.row-right {
    text-align: right;
}

.row-left {
    text-align: left;
}

.buttons-row {
    margin-top: 20px;
    text-align: center;
}

    .buttons-row .fake-link {
        margin-right: 10px;
    }

.buttons-row-right {
    margin-top: 20px;
    text-align: right;
}

.buttons-row-left {
    margin-top: 20px;
    text-align: left;
}

.panel-border-bottom {
    border-bottom: 1px outset #CCC;
    padding-bottom: 20px;
}

.section {
    margin-bottom: 20px;
}

input[type=password].input-edit,
input[type=text].input-edit,
textarea.input-edit,
select.input-edit {
    background: #FFF;
    background: rgba(255, 255, 255, .5);
    border: 1px solid #CCC;
    margin: 0;
    padding: 2px 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    input[type=password].input-edit.inline,
    input[type=text].input-edit.inline,
    textarea.input-edit.inline,
    select.input-edit {
        display: inline-block;
    }

input[type=password].input-hidden-edit,
input[type=text].input-hidden-edit, 
textarea.input-hidden-edit {
    background: #FFF;
    background: rgba(255, 255, 255, .5);
    border: 0;
    margin: 0;
    padding: 2px;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    input[type=password].input-hidden-edit.inline,
    input[type=text].input-hidden-edit.inline,
    textarea.input-hidden-edit.inline {
        display: inline-block;
        width: auto;
    }

input[disabled].input-edit,
input[disabled].input-edit.inline,
input[readonly].input-edit,
input[readonly].input-edit.inline {
    background-image: linear-gradient(to bottom, #EEE, #FFF);
    border: 1px solid #DDD;
    color: #999;
}

ul.inline-menu {
    margin-bottom: 10px;
}

    ul.inline-menu li {
        display: inline-block;
    }

li.separator {
    border-top: 1px solid #CCC;
    clear: both;
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
}


/* Module Defaults */
.module-header {
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    border: 1px solid #CCC;
    border-radius: 15px;
    display: block;
    margin: 10px 20px;
    padding: 3px 0;
}

.module-header.small {
    min-height: 32px;
}

    .module-header .module-menu {
        margin: 10px;
    }

    .module-header .module-menu-right {
        float: right;
        margin: 10px 15px;
    }

    .module-header.small .module-menu-right {
        float: right;
        margin: 3px 15px;
    }

        .module-header .module-menu-right button {
            border-radius: 8px;
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
            padding: 2px 10px;
        }

        .module-header .module-menu-right button:not(:last-of-type) {
            margin-right: 7px;
        }

            .module-header .module-menu-right button > i {
                margin-right: 2px;
            }

        .module-header .module-menu-right.edit-toggle-panel {
            border-radius: 8px;
            margin: 5px 5px 5px 20px;
            padding: 1px 5px;
        }

            .module-header .module-menu-right.edit-toggle-panel label {
                display:inline-block;
                font-size: 11px;
                font-weight: bold;
                margin-right: 5px;
                padding-top: 4px;
                text-transform: uppercase;
            }

        .module-header .module-menu-right select {
            display: inline-block;
            height: auto;
            margin: 0;
            padding: 2px;
            width: auto;
        }

    .module-header .controls-panel {
        float: right;
        margin: 10px 15px;
    }

        .module-header .controls-panel label {
            display: inline-block;
            margin: 0;
            vertical-align: top;
        }

        .module-header .controls-panel select {
            display: inline-block;
            height: auto;
            margin: 0;
            padding: 1px 5px;
            vertical-align: top;
            width: auto;
        }

    .module-header h3,
    .module-header h4 {
        font-family: 'Iceland', cursive;
        margin: 0 10px;
    }

    .module-header h3 > label,
    .module-header h4 > label {
        display: inline-block;
        font-family: Verdana,Arial,sans-serif;
        margin-left: 20px;
        vertical-align: middle;
    }


.accordion-list {
    display: block;
}

    .accordion-list .acc-title {
        color: #00A3EF;
        background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
        border: 1px solid #CCCCCC;
        border-radius: 6px;
        cursor: pointer;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: center;
        text-shadow: 2px 2px #FFF;
        text-transform: uppercase;
        display: block;
    }

        .accordion-list .acc-title:hover  {
            color: #00F;
        }

    .accordion-list .acc-body {
        display: none;
        padding: 0 5px;
    }

        .accordion-list .acc-body .subtitle {
            font-weight: bold;
        }

        .accordion-list .acc-body input {
            vertical-align: top;
        }

        .accordion-list .acc-body button {
            vertical-align: top;
        }

.toggle-button {
    margin-right: 5px;
}

        

/* SlickGrid */

.slick-column-name {
    font-weight: bold;
}



/*  Adaptive Grid  */
.adaptive-grid {
}

    .adaptive-grid div[class^="col"] {
        width: 121px;
    }

    .adaptive-grid header {
        background: url("/Static/images/header-columns-bg.gif") repeat-x scroll center bottom rgba(0, 0, 0, 0);
        border-bottom: 1px solid #C0C0C0;
    }

        .adaptive-grid header > div {
            background: url("/Static/images/header-columns-bg.gif") repeat-x scroll center bottom rgba(0, 0, 0, 0);
            display: inline-block;
            font-weight: bold;
            height: 16px;
            padding: 4px;
            text-align: center;
            text-transform: uppercase;
            vertical-align: top;
        }

            .adaptive-grid header > div:last-of-type {
                width: 4px;
            }

        .adaptive-grid header > div.sortable {
            cursor: pointer;
        }

    .adaptive-grid .search-text {
        background: url("/Static/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
    }

    .adaptive-grid > div {
        overflow: scroll;
        overflow-x: hidden;
    }

        .adaptive-grid ul {
        }

            .adaptive-grid ul li {
                border-bottom: 1px solid #BBB;
                font-size: 11px;
                font-weight: bold;
                height: 26px;
                margin-bottom: -1px;
                padding-top: 2px;
                vertical-align: middle;
            }

            .adaptive-grid ul li:nth-child(2n+1) {
                background-color: #DDEEFF;
            }

                .adaptive-grid ul li div {
                    border-left: 1px solid #BBB;
                    display: inline-block;
                    height: 24px;
                    margin-left: -3px;
                    overflow: hidden;
                    padding: 1px 5px;
                    vertical-align: middle;
                    white-space: nowrap;
                }

                .adaptive-grid ul li div:last-of-type {
                    margin-right: -5px;
                }

        .adaptive-grid ul .adaptive-grid-child {
            clear: both;
            display: block;
        }

    .adaptive-grid-footer {
        background: url("/Static/Images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
        border-radius: 0 0 10px 10px;
        text-align: center;
    }
    

/*  Checkbox-Dropdown  */

.checkbox-dropdown {
    position: relative;
}

    .checkbox-dropdown > button > i.caret {
        margin-left: 5px;
    }

    .checkbox-dropdown > div {
    }

        .checkbox-dropdown > div button {
        }

    .checkbox-dropdown > ul {
        background: #FFF;
        border: 1px solid #DDD;
        left: 0;
        max-height: 200px;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        top: 25px;
        width: 200px;
    }

        .checkbox-dropdown > ul > li:first-of-type {
            border-bottom: 1px outset #CCC;
            -webkit-box-shadow: 0 2px 2px 0px #CCC;
               -moz-box-shadow: 0 2px 2px 0px #CCC;
                    box-shadow: 0 2px 2px 0px #CCC;
        }

            .checkbox-dropdown > ul > li:first-of-type span {
                display: inline-block;
                text-align: center;
                width: 47%;
            }

            .checkbox-dropdown > ul > li:first-of-type span:hover {
                background-color: #0081c2;
                background-image: linear-gradient(to bottom, #0088cc, #0077b3);
                background-repeat: repeat-x;
                border-radius: 5px;
                color: #ffffff;
                text-decoration: none;
            }

        .checkbox-dropdown > ul > li {
            max-height: 250px;
            padding: 3px 8px;
        }

        .checkbox-dropdown > ul > li:not(:first-of-type):hover {
            background-color: #0081c2;
            background-image: linear-gradient(to bottom, #0088cc, #0077b3);
            background-repeat: repeat-x;
        }

        .checkbox-dropdown > ul > li:not(:first-of-type):hover span {
            color: #ffffff;
            text-decoration: none;
        }

            .checkbox-dropdown > ul > li:not(:first-of-type) > span.fake-link {
                display: block;
                padding: 3px 8px;
            }

            .checkbox-dropdown > ul > li:not(:first-of-type) span {
            }
    

/*  Tabs  */

.lt-tabs {
}

    .lt-tabs li {
        background: #EEF;
        border: 1px solid #99F;
        border-bottom: 0;
        border-radius: 10px 10px 0 0;
        display: inline-block;
    }

    .lt-tabs li:first-of-type {
        margin-left: 15px;
    }

    .lt-tabs li.active {
        background-color: #FFF;
        padding-bottom: 2px;
        margin-bottom: -2px;
    }

        .lt-tabs li span {
            padding: 3px 10px;
            width: 100%;
        }

        .lt-tabs li span:hover {
            font-weight: bold;
            text-decoration: none;
        }

.lt-tab-content {
    border: 1px solid #99F;
    border-radius: 15px;
    min-height: 20px;
    overflow: hidden;
}

/*   Angular Animation   */

.animate-enter, 
.animate-leave
{ 
    -webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    position: relative;
    display: block;
} 

.animate-enter.animate-enter-active, 
.animate-leave {
    opacity: 1;
    top: 0;
    height: 30px;
}

.animate-leave.animate-leave-active,
.animate-enter {
    opacity: 0;
    top: -50px;
    height: 0px;
}

    body > .environment-header-bar.local {
      background-color: #FD1100;
    }
    body > .environment-header-bar.dev {
      background-color: #FFFF00;
    }
    body > .environment-header-bar.qa {
      background-color: #FCBE00;
    }
    body > .environment-header-bar.uat {
      background-color: #00FF3D;
    }