﻿/* Main Secondary color (1) */
/* Main Secondary color (2) */
/* Main Complement color */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #954905 0%, #5a2c03 100%);
  background-image: -o-linear-gradient(top, #954905 0%, #5a2c03 100%);
  background-image: linear-gradient(to bottom, #954905 0%, #5a2c03 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff954905', endColorstr='#ff5a2c03', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #502703;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #5a2c03;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #5a2c03;
  border-color: #502703;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #5a2c03;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #954905 0%, #7c3d04 100%);
  background-image: -o-linear-gradient(top, #954905 0%, #7c3d04 100%);
  background-image: linear-gradient(to bottom, #954905 0%, #7c3d04 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff954905', endColorstr='#ff7c3d04', GradientType=0);
  background-color: #7c3d04;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #c66107 0%, #954905 100%);
  background-image: -o-linear-gradient(top, #c66107 0%, #954905 100%);
  background-image: linear-gradient(to bottom, #c66107 0%, #954905 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc66107', endColorstr='#ff954905', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #643103 0%, #703704 100%);
  background-image: -o-linear-gradient(top, #643103 0%, #703704 100%);
  background-image: linear-gradient(to bottom, #643103 0%, #703704 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff643103', endColorstr='#ff703704', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.navbar{padding-top:0px;padding-bottom:0px}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #954905 0%, #7c3d04 100%);
    background-image: -o-linear-gradient(top, #954905 0%, #7c3d04 100%);
    background-image: linear-gradient(to bottom, #954905 0%, #7c3d04 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff954905', endColorstr='#ff7c3d04', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #954905 0%, #643103 100%);
  background-image: -o-linear-gradient(top, #954905 0%, #643103 100%);
  background-image: linear-gradient(to bottom, #954905 0%, #643103 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff954905', endColorstr='#ff643103', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #643103;
  background-image: -webkit-linear-gradient(top, #954905 0%, #703704 100%);
  background-image: -o-linear-gradient(top, #954905 0%, #703704 100%);
  background-image: linear-gradient(to bottom, #954905 0%, #703704 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff954905', endColorstr='#ff703704', GradientType=0);
  border-color: #703704;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #954905 0%, #7c3d04 100%);
  background-image: -o-linear-gradient(top, #954905 0%, #7c3d04 100%);
  background-image: linear-gradient(to bottom, #954905 0%, #7c3d04 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff954905', endColorstr='#ff7c3d04', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-inverse {
  background-image: none;
  background-color: #CD6000 !important;
}
    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-brand {
        text-shadow: none;
        color: white !important;
    }
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-brand:focus {
  color: #4B0763;
}
.navbar,
.navbar-inverse {
  border: none;
  border-radius: 0;
}

.custom-navbar {
    background-image: none;
    background-color: #CD6000 !important;
    border: none;
    border-radius: 0;
}

    .custom-navbar .navbar-nav .nav-link,
    .custom-navbar .navbar-brand {
        text-shadow: none;
        color: white !important;
    }

        .custom-navbar .navbar-nav .nav-link:hover,
        .custom-navbar .navbar-brand:hover,
        .custom-navbar .navbar-nav .nav-link:focus,
        .custom-navbar .navbar-brand:focus {
            color: #4B0763;
        }
html,
body {
  height: 100%;
}
body {
  overflow-y: scroll;
}
#pageWrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}
footer {
  height: 60px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.ContainerExpand:hover,
.ExpandElement:hover {
  color: white;
  background-color: #7ea700;
}
.ContainerExpand,
.ExpandElement {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 3px;
}
.HomeList {
  border: 1px black solid;
}
.HomeListLink {
  border-top: 1px solid black;
  display: block;
  padding: 7px;
  margin: 0;
  color: #333333;
}
.HomeListLink:hover {
  background-color: #eeeeee;
  text-decoration: none;
}
.HomeList img {
  float: left;
  margin: 0 5px 5px;
  display: block;
}
.HomeList h2 {
  font-size: 1.3em;
  display: block;
  padding: 5px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.HomeList h3 {
  float: right;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 1em;
}
.HomeHeader {
  font-size: 2em;
  text-align: center;
  background-color: #954905;
  color: white;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
.jfmAutocomplete h3 {
  margin: 2px;
  padding: 0;
  font-size: 16px;
  color: black;
}
.jfmAutocomplete p {
  font-size: 10px;
  margin-bottom: 5px;
  line-height: normal;
}
.mcIconButton {
  background-color: white;
  padding: 5px;
  float: left;
}
.mcIconButton:hover {
  background-color: #7ea700;
}
.mc-radio-inline label {
  margin-right: 10px;
}
input.VDisabled,
input.VDisabled:hover {
  background-color: transparent;
  border: white;
}
span.VDisabled,
span.VDisabled:hover {
    background-color: transparent;
    border: white;
}
.HiddenAlert {
  display: none;
}
.k-pdf-export .k-grid-toolbar,
.k-pdf-export .k-pager-wrap,
.k-pdf-export .k-filter-row,
.k-pdf-export .btn,
.k-pdf-export .k-grouping-header {
  display: none;
}
.k-grid tr.k-filter-row:hover,
.k-grid tr.k-detail-row:hover {
  background-color: inherit;
  color: inherit;
}
.text-right .k-link {
  text-align: right;
}
span.k-picker-wrap > .k-input.k-input {
  height: 2.3em;
  line-height: 1.6em;
}
span.k-dropdown-wrap > .k-input.k-input,
span.k-numeric-wrap > .k-input.k-input {
  height: 2.42em;
  line-height: 1.6em;
}
span.k-dropdown-wrap > .k-input.k-input {
  line-height: 2em;
}
.k-datepicker,
.k-numerictextbox,
.k-textbox {
  width: 100%;
}
.k-window-titlebar { 
    background-color: #101010;
    color: white; 
    padding:4px;
}
/*.k-filtercell .k-operator-hidden .k-button-icon {
  background-color: #000;
}*/
.k-i-close,
.k-link:not(.k-state-disabled):hover > span.k-i-close {
  background-position: -50px -16px;
}
.k-grid tbody td {
  vertical-align: top;
}
.k-widget,
.k-tabstrip-items .k-state-default .k-link,
.k-grid-header .k-header > .k-link,
.k-input,
input.k-textbox,
textarea.k-textbox,
input.k-textbox:hover,
textarea.k-textbox:hover,
.k-textbox > input,
.k-multiselect-wrap {
  color: #444;
}
.k-tabstrip > .k-content {
  min-height: 650px;
  position: relative;
}
.k-tabstrip-wrapper > div.k-tabstrip-top {
  border: none;
}
.k-widget * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.k-widget.k-dropdown,
.k-widget.k-dropdown.k-header,
.k-widget.k-datepicker.k-header {
    background-color: transparent;
    width: 100%;
}
.k-datepicker span.k-tooltip-validation,
.k-numeric-wrap span.k-tooltip-validation {
  float: left;
}
.k-datepicker .k-picker-wrap {
  height: 2.42em;
  line-height: 1.6em;
}
.k-picker-wrap:first-child .k-invalid,
.k-textbox.k-invalid,
input.k-input.k-invalid {
  border-color: #ffe13a;
}
.glyphicon-hide {
  color: transparent;
}
.k-grid tr .glyphicon-menu-hamburger {
  visibility: hidden;
}
.k-grid tr:hover .glyphicon-menu-hamburger {
  visibility: visible;
}
.k-grid-content tr.k-alt:hover {
  background-color: #f5f5f5;
  color: black;
}
.k-grid-content tr:hover {
  background-color: #fff;
  color: black;
}
span.k-numeric-wrap > .k-input.k-input {
  height: 2.3em;
}
.btn-primary {
    background-image: -webkit-linear-gradient(top, #fff 0%, #101010 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #101010 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #101010 100%);
  /*  background-color: #0d6efd;
    border-color: #0d6efd;*/
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #101010;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #101010;
}
.no-gutter-right {
  padding-right: 0;
}
.no-gutter-left {
  padding-left: 0;
}
.no-gutter {
  padding-right: -4px;
  padding-left: 0;
}
.control-label {
  line-height: 1.6em;
}
.multi-header {
  white-space: normal;
  clear: both;
  margin-right: 0 !important;
  padding: 3px !important;
}
span.multi-header {
  margin-top: 17px !important;
}
.SuccessBackground {
  background-color: #dff0d8;
}
.SuccessBackground:hover {
  background-color: #c1e2b3;
}
.DangerBackground {
  background-color: #f2dede;
}
.DangerBackground:Hover {
  background-color: #e4b9b9;
}
.AppTileDropDown {
  border: 1px #000 solid;
  padding: 10px 0 5px 10px;
  width: 287px;
}
.AppTilePage {
  padding: 10px 0 5px 10px;
  max-width: 831px;
}
.AppTile {
  height: 120px;
  width: 120px;
  margin: 5px 10px 10px 5px;
  display: block;
  float: left;
  position: relative;
}
.AppTile:hover {
  margin: 2px 7px 7px 2px;
  height: 126px;
  width: 126px;
  padding: 3px;
}
.AppTileTitle {
  color: #fff;
  font-size: 13px;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.AppTile:hover .AppTileTitle {
  bottom: 8px;
  left: 8px;
}
.AppTileContent {
  height: 102px;
  width: 120px;
}
.MCDeleteRow {
  line-height: 35px;
  padding-left: 5px;
}
.MCDeleteRow:hover {
  background-color: #faaf6c;
}
.MCDeleteRow:hover .glyphicon {
  visibility: visible;
}
.MCDeleteRow .glyphicon {
  display: inline-block;
  cursor: default;
  visibility: hidden;
}
.MCDeleteRow .glyphicon:hover {
  color: #d9534f;
}
.k-grid-content tr:hover .MCGridButtons {
  visibility: visible;
}
.MCGridButtons {
  float: right;
  visibility: hidden;
}
@media (hover: none) {
  .MCGridButtons {
    visibility: visible;
  }
}
.touch .MCGridButtons,
.TouchScreen .MCGridButtons {
  visibility: visible;
}
#NavTitle {
  color: white;
  line-height: 50px;
  font-size: 25px;
  padding-left: 10px;
  border-left: #bbbbbb 1px solid;
}
.PanelTitle {
  font-size: 1.5em;
}
.RowOpen {
  color: #3071a9;
  font-weight: bold;
}
.ListLabel {
  font-size: 1.4em;
}
.FullCode {
  font-size: .5em;
}
.GroupHeaderTitle span {
  text-align: center;
  background-color: #f5f5f5;
}
.LineLeft {
  border-left: solid 3px #aaa !important;
}
#gridBookedRemoveVINS .k-grid-content tbody td,
#gridBookedRemoveVINSByVIN .k-grid-content tbody td,
#gridBookedAddVINS .k-grid-content tbody td,
#gridBookedAddVINSByVIN .k-grid-content tbody td {
  padding-top: 0 !important;
  padding-bottom: 2px !important;
}
#gridBookedRemoveVINS .k-grid-content .k-button,
#gridBookedRemoveVINSByVIN .k-grid-content .k-button,
#gridBookedAddVINS .k-grid-content .k-button,
#gridBookedAddVINSByVIN .k-grid-content .k-button {
  padding-top: 0;
  padding-bottom: 0;
  height: 18px;
  line-height: 16px;
}
div#gridBookedRemoveVINSByVIN .k-grid-content a.k-button:hover {
  background-image: none;
  background-color: #954905;
}
.MCSuperSearch {
  padding: 2px;
  position: relative;
}
.MCSuperSearch h3 {
  margin: 2px;
  padding: 0;
  font-size: 16px;
  color: #3071a9;
}
.MCSuperSearch p {
  font-size: 10px;
  margin-bottom: 5px;
  line-height: normal;
}
.MCSuperSearch .MCSSIcon {
  position: absolute;
  top: 2px;
  left: 2px;
}
.MCSuperSearch .MCSSWrapper {
  padding: 2px;
  padding-left: 38px;
}

/*.k-button {
    margin: 0 10px 0 0;
}*/
.k-menu {
    border: 2px solid #4CAF50; /* Set border width, style, and color */
    border-radius: 5px; /* Add rounded corners if desired */
}
.aTagNoUnderline {
    text-decoration: none;
}

.card {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.card-default > .card-header {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.card-primary > .card-header {
    background-image: -webkit-linear-gradient(top, #954905 0%, #7c3d04 100%);
    background-image: -o-linear-gradient(top, #954905 0%, #7c3d04 100%);
    background-image: linear-gradient(to bottom, #954905 0%, #7c3d04 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff954905', endColorstr='#ff7c3d04', GradientType=0);
}

.card-success > .card-header {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}

.card-info > .card-header {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}

.card-warning > .card-header {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}

.card-danger > .card-header {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    float:left;
}
.form-group {
    margin-bottom: 1rem;
    margin-left:0px;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col {
        padding-left: 5px;
        padding-right: 5px;
    }

label {
    margin-bottom: 0.5rem;
}



.k-tabstrip-items-wrapper .k-item {
    color: #787878
}
a {
    color: #337ab7 !important;
    text-decoration-line:none !important

}
/*.btn{
    padding-left:0px;
    padding-right:0px;
}*/

.InputInner {
    padding: 0;
    border-color: rgba(33, 37, 41, 0.2) !important;
    box-sizing: border-box !important;
    border-width: 1px !important;
    border-style: solid !important;
}

.k-list-item:hover,
.k-list-item.k-selected {
    background-color: #dae2ee;
}
.k-list-item.k-selected.k-focus.k-hover {
    background-color: #dae2ee;
}
.k-list-item.k-selected.k-focus.k-hover:hover {
    background-color: #dae2ee;
}

.badge.bg-default {
    background-color: #777;
}