﻿
/* ===================================================
 * style.bootstrap.css
 * ===================================================
 * This file gathers all bootstrap design fixes and
 * small useful extensions of existing classes. All
 * new classes should be outsourced to a separate
 * file.
 *
 * The file contains a fix for
 * - validation messages and input fields
 * - icon file URLs
 * - button groups (green border fix)
 * - dotted borders on focused elements (mostly in IE)
 * - ...
 * =================================================== */

/* Styles for validation messages */
.field-validation-error {
    color: #b94a48;
}
.input-validation-error {
    color: #b94a48 !important;
}
.input-validation-error {
    border-color: #b94a48 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
.input-validation-error:focus {
    border-color: #b94a48 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b94a48 !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b94a48 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b94a48 !important;
}

/* Resources folder changing */
[class^="icon-"],
[class*=" icon-"] {
    background-image: url("/Resources/Icons/glyphicons-halflings.png");
}
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("/Resources/Icons/glyphicons-halflings-white.png");
}

/* Deletes green border color from buttons */
.input-append .active,
.input-prepend .active {
    border-color: rgba(0,0,0,0.15);
}

/* Deletes the dotted border on focused input fields */
textarea:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.btn:focus,
.navbar .nav li a:focus {
    outline: none !important;
}

/* Removes the shadow from the checkbox and radio box */
input[type="checkbox"],
input[type="radio"] {
    box-shadow: none;
}

/* Enables the mouse over for navigation bar items */
ul.nav li.nav-dropdown.dropdown:hover > ul.dropdown-menu {
    margin: 0px;
    display: block;
}
a.menu:after, .dropdown-toggle:after {
    content: none;
}

/* Removes the minimum height when using an iframe as input */
body.input-block-level {
    min-height: 100% !important;
}

/* Sets margin for picture that are displayed inline */
ul.thumbnails.pull-left {
    margin-right: 10px;
    margin-bottom: 10px;
}
ul.thumbnails.pull-right {
    margin-left: -10px;
    margin-bottom: 10px;
}

/* Thumbnail pictures are relative (used for adminstration buttons) */
ul.thumbnails > li {
    position: relative;
}

/* Adds an ellipsis to the header of thumbnails */
.thumbnails h3 {
    overflow: hidden;
}

/* Removes underline from thumbnail caption */
a.thumbnail:hover {
    text-decoration: none !important;
}

/* Sets position of slider in table */
.table .row-fluid .slider {
    margin-bottom: -8px;
    margin-top: 8px;
}

/* Removes the horizontal ruler between table rows */
.table.table-minimal td, .table.table-minimal th {
    border-top-style: none;
}

/* Hides the bottom margin when form is used in modal */
.modal form {
    margin-bottom: 0px;
}

/* Aligns picture information in light box */
.modal-footer h4,
.modal-footer p {
    text-align: left;
}

/* Adds space to forms that are used as confirmation page */
form .controls strong {
    display: block;
    margin-top: 5px;
}
form .controls .row-fluid {
    margin-bottom: 5px;
}

/* Removes the circles from the carousel buttons */
.carousel-control {
    height: 80px;
    margin-top: 0;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    background-color: transparent;
    border: 0;
    z-index: 10;
}

/* Aligns table cells */
.table td {
    vertical-align: middle;
}
.table td.center,
.table th.center {
    text-align: center;
}
.table td.right,
.table th.right {
    text-align: right;
}

/* Adds margin to form actions, which are used in a bottom nav bar */
.navbar-fixed-bottom {
    z-index: 1;
}
.navbar-fixed-bottom.form-actions {
    z-index: 10;
}

/* Adds margin to the main section as navbars are fixed */
section {
    margin: 30px 0px 30px 0px;
}

/* Fixes the slider style for theme */
.ui-slider .ui-slider-range {
    background-color: #CC00CC;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#D92CFE), to(#CC00CC));
    background-image: -moz-linear-gradient(top, #D92CFE, #CC00CC);
    background-image: -ms-linear-gradient(top, #D92CFE, #CC00CC);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D92CFE), color-stop(100%, #CC00CC));
    background-image: -webkit-linear-gradient(top, #D92CFE, #CC00CC);
    background-image: -o-linear-gradient(top, #D92CFE, #CC00CC);
    background-image: linear-gradient(top, #D92CFE, #CC00CC);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D92CFE', endColorstr='#CC00CC', GradientType=0);
}
.ui-corner-all {
    border-radius: 3px;
}

/* Sets the font */
body {
    font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Sets the style for the top navigation bar */
.navbar-inner {
    background-color: #202020;
    background-image: none;
    border: 0px !important;
    filter: initial;
}
.navbar-static-top .navbar-inner {
    background-image: url(/Resources/Images/HeaderBackground.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    box-shadow: none;
}
.navbar-inner .brand {
    height: 80px;
    overflow: visible;
    position: absolute;
    z-index: 99;
}
.navbar-static-top.navbar .nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding-top: 80px;
    padding-bottom: 20px;
    text-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 60px;
    text-align: center;
}
.navbar-static-top.navbar .nav > li.dropdown.open > a,
.navbar-static-top.navbar .nav > li > a:hover {
    background-color: #202020;
    color: #ffffff;
    background-image: url(/Resources/Images/NavBarItemHover.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.navbar-static-top.navbar .nav > li.active > a,
.navbar-static-top.navbar .nav > li.active > a:hover,
.navbar-static-top.navbar .nav > li.active > a:active,
.navbar-static-top.navbar .nav > li.active > a:focus {
    color: #ffffff;
    background-color: #CC00CC;
    background-image: url(/Resources/Images/NavBarItemActive.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* Adds a sticky footer navigation bar */
html {
    position: relative;
    min-height: 100%;
}
#body {
    padding-bottom: 320px;
}
footer .navbar {
    position: absolute;
}
.navbar-fixed-bottom .navbar-inner {
    padding-top: 40px;
    height: 260px;
    color: #ffffff;
    overflow: hidden;
    background-image: url(/Resources/Images/FooterBackground.png);
    background-position: center top;
    background-repeat: repeat-x;
}

/* The header style */
.navbar-fixed-bottom h4 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* The social network styles */
.navbar-fixed-bottom .social-networks {
    height: 220px;
    background-image: url(/Resources/Images/SocialNetworksBackground.png);
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
}
.navbar-fixed-bottom .social-networks > a,
.navbar-fixed-bottom .social-networks > a:focus {
    background-color: transparent;
    display: block;
    height: 81px;
    width: 81px;
    text-decoration: none;
}
.navbar-fixed-bottom .social-networks > a.facebook {
    position: absolute;
    left: 0px;
    top: 24px;
    background-image: url(/Resources/Images/SocialNetworks/Facebook.png);
}
.navbar-fixed-bottom .social-networks > a.facebook:hover {
    background-image: url(/Resources/Images/SocialNetworks/FacebookActive.png);
}
.navbar-fixed-bottom .social-networks > a.xing {
    position: absolute;
    left: 50px;
    top: 102px;
    background-image: url(/Resources/Images/SocialNetworks/Xing.png);
}
.navbar-fixed-bottom .social-networks > a.xing:hover {
    background-image: url(/Resources/Images/SocialNetworks/XingActive.png);
}
.navbar-fixed-bottom .social-networks > a.linked-in {
    position: absolute;
    left: 123px;
    top: 0px;
    background-image: url(/Resources/Images/SocialNetworks/LinkedIn.png);
}
.navbar-fixed-bottom .social-networks > a.linked-in:hover {
    background-image: url(/Resources/Images/SocialNetworks/LinkedInActive.png);
}
.navbar-fixed-bottom .social-networks > a.google-plus {
    position: absolute;
    left: 180px;
    top: 80px;
    background-image: url(/Resources/Images/SocialNetworks/GooglePlus.png);
}
.navbar-fixed-bottom .social-networks > a.google-plus:hover {
    background-image: url(/Resources/Images/SocialNetworks/GooglePlusActive.png);
}

/* Styles for the company information */
.navbar-fixed-bottom strong {
    padding-bottom: 10px;
}
.navbar-fixed-bottom .highlight-box {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Styles for the about bar */
.navbar-fixed-bottom ul {
    border-left: 10px solid #CC00CC;
    margin-left: 0px;
    list-style-type: none;
    height: 220px;
}
.navbar-fixed-bottom li {
    text-transform: uppercase;
    margin-left: 10px;
}
.navbar-fixed-bottom li:hover {
    background-image: url(/Resources/Images/FooterNavBarItemHover.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.navbar-fixed-bottom li.active {
    background-image: url(/Resources/Images/FooterNavBarItemActive.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.navbar-fixed-bottom li a {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #959595;
}
.navbar-fixed-bottom li:hover a,
.navbar-fixed-bottom li.active a,
.navbar-fixed-bottom li.active a:active {
    text-decoration: none;
    color: #ffffff;
    background-color: none;
}

/* Styles for the sidebar and dropdown */
.nav-well {
    margin-top: 30px;
    padding-top: 8px; 
    padding-right: 0px; 
    padding-bottom: 8px; 
    padding-left: 0px;
    border-radius: 0px;
    box-shadow: none;
}
.nav-list > li > a {
    color: #333;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
    background-color: #CC00CC;
    background-image: -moz-linear-gradient(top, #D92CFE, #CC00CC);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D92CFE), to(#CC00CC));
    background-image: -webkit-linear-gradient(top, #D92CFE, #CC00CC);
    background-image: -o-linear-gradient(top, #D92CFE, #CC00CC);
    background-image: linear-gradient(to bottom, #D92CFE, #CC00CC);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D92CFE', endColorstr='#CC00CC', GradientType=0);
}
.sidebar li.sub-menu > a {
    padding-left: 25px;
}
.sidebar li.sub-sub-menu > a {
    padding-left: 35px;
}
.sidebar li.sub-sub-sub-menu > a {
    padding-left: 45px;
}
.sidebar {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

/* Sets the design color for the buttons, texts and links */
a,
a:hover,
a:focus {
    color: #CC00CC;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(204, 0, 204, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(217,44,254,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(217,44,254,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(217,44,254,0.6);
}
.btn-primary {
    background-color: #CC00CC;
    background-image: -moz-linear-gradient(top, #D92CFE, #CC00CC);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D92CFE), to(#CC00CC));
    background-image: -webkit-linear-gradient(top, #D92CFE, #CC00CC);
    background-image: -o-linear-gradient(top, #D92CFE, #CC00CC);
    background-image: linear-gradient(to bottom, #D92CFE, #CC00CC);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D92CFE', endColorstr='#CC00CC', GradientType=0);
    border-color: #CC00CC #CC00CC #CC00CC;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #CC00CC;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
    background-color: #CC00CC;
    *background-color: #CC00CC;
}
.btn-primary:active,
.btn-primary.active {
    background-color: #003399 \9;
}

.btn-success {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}
.btn-success:active,
.btn-success.active {
    background-color: #003399 \9;
}
.text-success {
    color: #3a87ad;
}
.progress .bar {
    background-color: #CC00CC;
}