﻿
/* Resets */
html {
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

input[readonly=true] {
    cursor: auto;
}

textarea {
    min-height: 30px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}


/* Bootstrap Tweaks */

input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: inline-block;
  height: 20px;
  padding: 2px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.input-block-level {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.input-inline-block {
  display: inline-block;
  width: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.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-group > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.btn-group > .dropdown-menu.pull-right::before {
    left: auto;
    right: 12px;
}
.btn-group > .dropdown-menu.pull-right::after {
    left: auto;
    right: 13px;
}
.btn-group > .dropdown-menu.pull-right .dropdown-menu {
    border-radius: 6px 0 6px 6px;
    left: auto;
    margin-left: 0;
    margin-right: -1px;
    right: 100%;
}

.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;
    }

.form-error {
}

    .form-error label {
        color: #F00;
    }

    .form-error input {
        border-color: #F00;
        color: #F00;
    }

/* 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: #08C;
  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: #08C;
  cursor: pointer;
  margin-right: 10px;
  text-decoration: none;
}

span.footer-link:hover,
span.footer-link:focus {
  color: #005580;
  text-decoration: underline;
}

img.img-btn {
  cursor: pointer;
  margin-left: 5px;
  width: 20px;
}

img.img-btn:hover {
  box-shadow: 0px 3px 3px #AAA;
}

/* 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.local {
      background-color: #ecc53c;
    }
    body > .environment-header-bar.dev {
      background-color: #9999ff;
    }
    body > .environment-header-bar.test {
      background-color: #99ff99;
    }
    body > .environment-header-bar.demo {
      background-color: #ff0000;
    }

    #imgBeta {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -100;
    }

    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 {
            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;
        }

#pnlRedirMask {
    background-color: #CCC;
    opacity: .5;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

#pnlRedirMsg {
    background: linear-gradient(to bottom, #EEF, #ADF);
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    box-shadow: 3px 3px 3px #AAA;
    left: 0;
    opacity: 1;
    padding: 2px 0;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 100%;
}

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;
    }

.split-view {
    vertical-align: top;
}

    .split-view > div {
        display: inline-block;
        vertical-align: top;
    }

    .split-view.cols2 > div {
        margin-right: 1%;
        width: 49%;
    }

    .split-view.cols3 > div {
        margin-right: 1%;
        width: 32%;
    }

    .split-view.cols4 > div {
        margin-right: 1%;
        width: 25%;
    }

    .split-view > div:last-of-type {
        margin-right: 0;
    }

li.inline {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

li.half,
div.half {
    display: inline-block;
    overflow-x: hidden;
    vertical-align: top;
    width: 49.5%;
}

li.third,
div.third {
    display: inline-block;
    overflow-x: hidden;
    vertical-align: top;
    width: 33%;
}

li.two-third,
div.two-third {
    display: inline-block;
    overflow-x: hidden;
    vertical-align: top;
    width: 66%;
}

li.quarter,
div.quarter {
    display: inline-block;
    overflow-x: hidden;
    vertical-align: top;
    width: 24.5%;
}

li.three-quarter,
div.three-quarter {
    display: inline-block;
    overflow-x: hidden;
    vertical-align: top;
    width: 74.5%;
}

li.fifth,
div.fifth {
    display: inline-block;
    overflow-x: hidden;
    vertical-align: top;
    width: 19.5%;
}

li.two-fifths,
div.two-fifths {
    display: inline-block;
    overflow-x: hidden;
    vertical-align: top;
    width: 39%;
}

li.three-fifths,
div.three-fifths {
    display: inline-block;
    overflow-x: hidden;
    vertical-align: top;
    width: 55.5%;
}

li.four-fifths,
div.four-fifths {
    display: inline-block;
    overflow-x: hidden;
    vertical-align: top;
    width: 78%;
}

li.list-title {
    background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
    border-radius: 10px 10px 0 0;
    font-family: 'Iceland', cursive;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
}

    li.list-title.small {
        font-size: 16px;
    }

li.divider {
    border-bottom: 1px solid #CCC;
    min-height: 5px;
}

ul.grid-list {
    overflow-x: hidden;
    overflow-y: auto;
}

    ul.grid-list li {
        border-top: 1px solid #99F;
        font-size: 11px;
        font-weight: bold;
        height: 26px;
        padding-top: 2px;
        white-space: nowrap;
    }

    ul.grid-list li:nth-child(2n+1) {
        background-image: linear-gradient(to bottom, #EFF, #CDF);
    }

        /*ul.grid-list li label {
            font-size: 11px;
            font-weight: bold;
        }*/



/* Global Header */
body > header {
    position: relative;
}

    #pnlManageAccount {
        padding: 10px 0 10px 10px;
        position: absolute;
        right: -1px;
        text-align: right;
        top: 0;
        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 {
            }



/* Global Styles */
h1.styled-header,
h2.styled-header,
h3.styled-header,
h4.styled-header {
    display: block;
    font-family: 'Iceland', cursive;
}

.strong {
    font-weight: bold;
}

.faded {
    color: #999;
}

.ghost {
    color: #DDD;
}

.left {
    float: left;
}

.right {
    float: right;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.pointer {
    cursor: pointer;
}

.full-width {
    width: 100%;
}

.loading-panel {
    text-align: center;
}

.spacer-horiz {
    border-bottom: 1px solid #CCC;
    display: block;
    height: 1px;
    margin-bottom: 1px;
    max-height: 1px;
    min-height: 1px;
}

.spacer-horiz.fat {
    margin-bottom: 6px;
    margin-top: 5px;
}

.title {
    font-family: 'Iceland', cursive;
    font-size: 16px;
}

.block-title {
  display: block;
  font-family: 'Iceland', cursive;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

  .block-title.small {
    font-size: 16px;
  }

  .block-title.tiny {
    font-size: 12px;
  }

  .block-title.align-left {
    text-align: left;
  }

  .block-title.align-right {
    text-align: right;
  }

.inline-title {
    font-family: 'Iceland', cursive;
    font-size: 16px;
}

.inline-data {
    font-size: 12px;
    font-weight: bold;
}

.inline-title,
.inline-data {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

    .inline-title.required,
    .inline-title.strong,
    .inline-data.required,
    .inline-data.strong {
        font-weight: bold;
    }

    .block-title.faded,
    .inline-title.faded,
    .inline-data.faded {
        color: #999;
        font-weight: bold;
    }

    .block-title.ghost,
    .inline-title.ghost,
    .inline-data.ghost {
        color: #DDD;
        font-weight: bold;
    }

label.ghost {
    color: #AAA;
}

input.ghost {
    color: #AAA;
}

input.error {
    border: 1px solid #F00;;
}

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;
    }

input.block-input {
    display: block;
}

    .span12 input.block-input {
        width: 920px;
    }

    .span11 input.block-input {
        width: 940px;
    }

    .span10 input.block-input {
        width: 760px;
    }

    .span9 input.block-input {
        width: 680px;
    }

    .span8 input.block-input {
        width: 600px;
    }

    .span7 input.block-input {
        width: 520px;
    }

    .span6 input.block-input {
        width: 440px;
    }

    .span5 input.block-input {
        width: 360px;
    }

    .span4 input.block-input {
        width: 280px;
    }

    .span3 input.block-input {
        width: 260px;
    }

    .span2 input.block-input {
        width: 120px;
    }

    .span1 input.block-input {
        width: 40px;
    }

    .span12 select.block-input {
        width: 940px;
    }

    .span11 select.block-input {
        width: 960px;
    }

    .span10 select.block-input {
        width: 780px;
    }

    .span9 select.block-input {
        width: 700px;
    }

    .span8 select.block-input {
        width: 620px;
    }

    .span7 select.block-input {
        width: 540px;
    }

    .span6 select.block-input {
        width: 460px;
    }

    .span5 select.block-input {
        width: 380px;
    }

    .span4 select.block-input {
        width: 300px;
    }

    .span3 select.block-input {
        width: 280px;
    }

    .span2 select.block-input {
        width: 140px;
    }

    .span1 select.block-input {
        width: 60px;
    }

.block-data {
    display: block;
}

input.inline-input {
    display: inline-block;
}

input.search-text {
    background: url("/Static/Images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
    border-radius: 10px;
    box-sizing: border-box;
    display: block;
    margin: 0;
    width: 100%;
}

input.search-text-inline {
    background: url("/Static/Images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
    border-radius: 10px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    width: auto;
}

/*.body .navbar-inner {
    background-image: linear-gradient(to top, #eef, #88f);
}*/

.title-panel {
    /*background-image: linear-gradient(to top, #eef, #88f);*/
    background-image: linear-gradient(to bottom, #E6E6E6, #FFF);
    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 .btn {
      box-shadow: #999 1px 2px 2px;
    }

    .title-panel .controls-panel .btn-group .btn {
      padding: 1px 5px;
    }

    .title-panel .controls-panel.before-title {
      float: left;
    }

    .title-panel .controls-panel.after-title,
    .title-panel .controls-panel.before-title {
      margin: -25px 10px auto 10px;
    }

  .title-panel .subtitle {
    font-size: 10px;
    font-weight: bold;
  }

  .title-panel .block-title {
    line-height: 20px;
    margin-bottom: 5px;
  }



.body-panel {
    border: 1px solid #CCC;
    border-radius: 0 0 15px 15px;
    background-color: #EEE;
    clear: both;
    margin: 0 auto 15px auto;
    padding: 5px;
}

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);
    }
    
.centered, 
.row-centered {
    text-align: center;
}

.buttons-row {
    margin-top: 20px;
    text-align: center;
}

    .buttons-row .fake-link {
        margin-right: 10px;
    }

.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;
}

        .toggle-cb {
            background: #FFF;
            border: 2px inset #999;
            cursor: pointer;
            display: inline-block;
            line-height: 20px;
            height: 12px;
            vertical-align: middle;
            width: 12px;
        }

        .toggle-cb.checked {
            background: url('/Static/Images/check-button.png');
            border: 0;
            height: 16px;
            width: 16px;
        }


/* Layout Slim */
#pnlFloatMsg {
    left: 50%;
    margin-left: -200px;
    position: fixed;
    top: 50px;
    width: 400px;
}

#pnlInlineMsg {
    clear: both;
    display: block;
    margin: 5px auto;
}

    #pnlInlineMsg .alert {
        margin-left: 0;
    }


/* 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;
}



/*  Directive: Accordion  */
.accordion-btn {
    cursor: pointer;
}

.accordion-pnl {
    height: 0;
    overflow: hidden;
}

    .accordion-pnl.active-panel-add,
    .accordion-pnl.active-panel-remove {
        transition: height 500ms ease-in;
    }

    .accordion-pnl.active-panel,
    .accordion-pnl.active-panel-add-active {
        height: auto;
    }

    .accordion-pnl.active-panel-remove,
    .accordion-pnl.active-panel-remove-active {
        height: 0;
    }

/*  Directive: 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;
        white-space: nowrap;
    }

        .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;
            overflow: hidden;
            padding: 4px;
            text-align: center;
            text-transform: uppercase;
            vertical-align: top;
            white-space: nowrap;
        }

            .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;
                white-space: nowrap;
            }

            .adaptive-grid ul li:nth-child(2n+1) {
                /*background-color: #DDEEFF;*/
                background-image: linear-gradient(to bottom, #EFF, #CDF);
                border-top: 1px solid #99F;
            }

            .adaptive-grid ul li:hover {
                background-color: #CCF;
                background-image: none;
            }

            .adaptive-grid ul li.row-mask {
                background-color: #AAA;
            }

                .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;
                }

                    /* -- Cell Formatters/Filters -- */
                    .adaptive-grid ul li div.filter-boolYesNo {
                        text-align: center;
                    }

        .adaptive-grid ul .adaptive-grid-child {
            clear: both;
            display: block;
        }

        .adaptive-grid .colcb {
            display: none;
            text-align: center;
        }

        .adaptive-grid > header > .colcb {
            padding-top: 1px;
        }

        .adaptive-grid .colcb span {
            border: 2px inset #999;
            cursor: pointer;
            display: inline-block;
            line-height: 20px;
            height: 12px;
            vertical-align: middle;
            width: 12px;
        }

        .adaptive-grid .colcb span.checked {
            background: url('/Static/Images/check-button.png');
            border: 0;
            height: 16px;
            width: 16px;
        }

    .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;
    }
    

/*  Directive: Checkbox-Buttons  */
.checkbox-buttons {
}

    .checkbox-buttons > button {
        margin-right: 5px;
    }
    

/*  Directive: Checkbox-Dropdown  */
.checkbox-dropdown {
    position: relative;
}

    .checkbox-dropdown.full > button {
        width: 100%;
    }

    .checkbox-dropdown > button > i.caret {
        margin-left: 5px;
    }

    .checkbox-dropdown > div {
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        top: 25px;
        width: 200px;
        z-index: 100;
    }

    .checkbox-dropdown.align-right > div {
        left: auto;
        right: 0;
    }

        .checkbox-dropdown .items-panel {
            background-color: #FFF;
            overflow: hidden;
        }

        .checkbox-dropdown .select {
            background-image: linear-gradient(to top, #CCC, #EEE);
            border: 1px solid #CCC;
        }

            .checkbox-dropdown .select span {
                display: inline-block;
                text-align: center;
                width: 47%;
            }

                .checkbox-dropdown .select 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 .search {
            border-bottom: 1px outset #CCC;
            border-left: 1px solid #CCC;
            border-right: 1px solid #CCC;
            -webkit-box-shadow: 0 2px 2px 0px #CCC;
                -moz-box-shadow: 0 2px 2px 0px #CCC;
                    box-shadow: 0 2px 2px 0px #CCC;
            margin-right: 1px;
            padding: 0;
            position: relative;
        }

            .checkbox-dropdown .search > input {
                border: 0;
                border-radius: 0;
                margin: 0;
                padding-left: 0;
                padding-right: 0;
                width: 100%;
            }

            .checkbox-dropdown .search img,
            .checkbox-dropdown .search i {
                position: absolute;
                right: 5px;
                top: 5px;
            }

        .checkbox-dropdown .list-panel {
            background: #FFF;
            border: 1px solid #DDD;
            overflow-x: hidden;
            overflow-y: auto;
        }

            .checkbox-dropdown .list-panel > ul {
                max-height: 250px;
            }

                .checkbox-dropdown .list-panel > ul > li {
                    padding: 3px 8px;
                    text-align: left;
                }

                .checkbox-dropdown .list-panel > ul > li:not(.exclusive):hover {
                    background-color: #0081c2;
                    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
                    background-repeat: repeat-x;
                }

                .checkbox-dropdown .list-panel > ul > li:not(.exclusive):hover span {
                    color: #ffffff;
                    text-decoration: none;
                }

                    .checkbox-dropdown .list-panel > ul > li:not(.exclusive) > span.fake-link {
                        display: block;
                    }


/*  Directive: Comparator  */
.comparator {
    display: inline-block;
    float: right;
}

    .comparator > select {
        font-size: 11px;
        width: auto;
    }

    .comparator > span {
        border-bottom: 1px solid #AAA;
        border-top: 1px solid #AAA;
        cursor: pointer;
        font-size: 10px;
        font-weight: bold;
        margin-right: 0;
        padding: 1px 3px;
    }

    .comparator > span.active {
        background-color: #0077b3;
        color: #FFF;
    }

    .comparator > span:hover,
    .comparator > span.active:hover {
        background-color: #66DDff;
    }

    .comparator > span:first-of-type {
        border: 1px solid #AAA;
        border-right: none;
        border-radius: 8px 0 0 8px;
    }

    .comparator > span:last-of-type {
        border: 1px solid #AAA;
        border-left: none;
        border-radius: 0 8px 8px 0;
    }


/*  Directive: Date Range Picker  */
.date-range-picker {
}

.date-range-picker.horizontal {
}

    .date-range-picker.horizontal > div {
        display: inline-block;
        width: 49%;
    }

    .date-range-picker.horizontal > div:first-of-type {
        margin-right: 1%;
    }

        .date-range-picker.horizontal > div > input {
            /*width: 90%;*/
        }
    

/*  Directive: Dropdown  */
.select-dropdown {
    position: relative;
}

    .select-dropdown > button {
        background-color: transparent;
        background-image: linear-gradient(to bottom, #EFF, #CDF);
    }

    .select-dropdown > button:hover {
        transform: all 0.5s ease;
        background-color: transparent;
        background-image: linear-gradient(to bottom, #CDF, #EFF);
    }

    .select-dropdown.full > button {
        width: 100%;
    }

    .select-dropdown.full-nullable > button:first-of-type {
        width: 80%;
    }

    .select-dropdown.full-nullable > button:last-of-type {
        width: 19%;
    }

        .select-dropdown > button > i.caret {
            margin-left: 5px;
        }

    .select-dropdown > div {
        background-color: #FFF;
        border: 1px solid #BBB;
        border-radius: 15px;
        box-shadow: 5px 5px 10px #CCC;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        top: 25px;
        width: 200px;
        z-index: 100;
    }

    .select-dropdown.align-right > div {
        left: auto;
        right: 0;
    }

        .select-dropdown > div > ul {
        }

            .select-dropdown > div > ul > li {
                border-bottom: 1px solid #BBB;
                color: #08C;
                font-size: 11px;
                font-weight: bold;
                height: 28px;
                padding-top: 2px;
                vertical-align: middle;
                overflow-x: hidden;
            }

            /*.select-dropdown > div > ul > li:nth-child(2n+1) {
                background-color: #DEF;
            }*/

            .select-dropdown > div > ul > li:hover {
                background-color: #5BC0DE;
                color: #FFF;
                cursor: pointer
            }

                .select-dropdown > div > ul > li span {
                    margin-left: 10px;
                }

            .select-dropdown > div > ul > li.search-panel {
                border-bottom: 1px inset #CCC;
                height: 24px;
            }

                .select-dropdown > div > ul > li.search-panel > input {
                    border: none;
                    border-bottom: 1px inset #AAA;
                    border-radius: 0;
                    font-size: 16px;
                    height: 21px;
                    margin: 0;
                    width: 100%;
                }


/*  Directive: Input Money  */
.input-money {
    position: relative;
}

    .input-money input {
        padding-left: 20px;
    }

    .input-money span {
        color: #000;
        font-size: 14px;
        position: absolute;
        left: 10px;
        top: 5px;
        z-index: 10;
    }


/*  Directive: Input Number  */
.input-number {
    position: relative;
}

    .input-number input {
    }


/*  Directive: Input Percent  */
.input-percent {
    position: relative;
}

    .input-percent input {
        text-align: right;
    }

    .input-percent span {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 10;
    }


/*  Directive: Input Weight  */
.input-weight {
    position: relative;
}

    .input-weight input {
        padding-right: 20px;
        text-align: right;
    }

    .input-weight span {
        color: #000;
        font-size: 14px;
        position: absolute;
        right: 10px;
        top: 5px;
        z-index: 10;
    }


/*  Directive: Lookup Select  */
.lookup-select {
    color: #000;
    position: relative;
    width: 100%;
}

    .lookup-select > div:first-of-type {
        vertical-align: top;
    }

        .lookup-select > div:first-of-type > label {
            border: 1px solid #CCC;
            border-radius: 8px;
            margin: 0;
            min-height: 20px;
            padding: 5px;
        }

        .lookup-select > div:first-of-type > button {
            float: right;
            margin-top: -31px;
        }

    .lookup-select > div:last-of-type {
        background-color: #FFF;
        border: 1px solid #CCC;
        border-radius: 8px 0 10px 10px;
        left: 0;
        position: absolute;
        top: 30px;
        width: 100%;
        z-index: 100;
    }

        .lookup-select .search-bar {
        }

            .lookup-select .search-bar input {
                border: 0;
                display: block;
                margin: 0;
            }

            .span4 .lookup-select .search-bar input {
                width: 285px;
            }

            .span6 .lookup-select .search-bar input {
                width: 445px;
            }

            .span8 .lookup-select .search-bar input {
                width: 605px;
            }

        .lookup-select > div:last-of-type > div:last-of-type {
            border: 1px solid #CCC;
            max-height: 200px;
            overflow-x: hidden;
            overflow-y: auto;
        }

            .lookup-select header {
                background: #CCF;
                border-bottom: 1px solid #AAA;
                box-shadow: 1px 1px 1px #CCC;
            }

                .lookup-select header > span {
                    border-right: 1px solid #AAA;
                    display: inline-block;
                    font-weight: bold;
                    margin-right: -1px;
                    text-align: center;
                }

                .lookup-select header > span:last-of-type {
                    border: none;
                }

            .lookup-select .partial-count {
                background: #CCF;
                border-bottom: 1px solid #AAA;
                box-shadow: 1px 1px 1px #CCC;
                text-align: center;
                width: 100%;
            }

            .lookup-select ul {
            }

                .lookup-select ul > li {
                    cursor: pointer;
                    height: 15px;
                    margin: 0;
                    padding: 8px 12px;
                }

                .lookup-select ul > li:hover {
                    background: #EEF;
                    border-bottom: 1px solid #AAA;
                    border-top: 1px solid #AAA;
                    font-weight: bold;
                    padding: 7px 11px;
                }

                    .lookup-select ul > li > span {
                        display: inline-block;
                        vertical-align: top;
                    }


    .lookup-select.cols1 header > span,
    .lookup-select.cols1 ul > li > span {
        width: 100%;
    }

    .lookup-select.cols2 header > span,
    .lookup-select.cols2 ul > li > span {
        width: 50%;
    }

    .lookup-select.cols3 header > span,
    .lookup-select.cols3 ul > li > span {
        width: 33%;
    }


/*  Directive: Paste Parser  */
.paste-parser {
    position: relative;
    width: 99%;
    margin: 0;
}

    .paste-parser input {
    }

        .paste-parser .item-count {
            color: #08C;
        }

    .paste-parser .item-list {
        background-color: #FFF;
        border: 1px solid #CCC;
        border-radius: 15px;
        max-height: 200px;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 0;
        position: absolute;
        right: 1px;
        top: 1px;
    }

        .paste-parser .item-list label {
            margin: 0;
            padding: 2px 10px;
        }

        .paste-parser .item-list label:nth-of-type(2n+1) {
            background-image: linear-gradient(to bottom, #eff, #cdf);
            border-top: 1px solid #99f;
        }


/*  Directive: Radio Button Group  */
.radio-btn-group {
}

    .radio-btn-group button {
        margin-right: 5px;
    }

    .radio-btn-group button:last-of-type {
        margin-right: 0;
    }



/*  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;
}


/*  Tabs  */
.checkbox-button {
}

    .checkbox-button i {
        margin-right: 10px;
    }


/*  Panel Toggle  */
.panel-toggle {
    color: #00F;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}

.panel-toggle:hover {
    color: #09F;
}

.nowrap {
    white-space: nowrap;
}
