/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 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, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(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, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  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;
  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] {
  background-color: #e0e0e0;
  background-image: none;
}

.btn-primary {
  background-image: -webkit-linear-gradient(top, #a5c2e3 0%, #0098d4 100%);
  background-image:      -o-linear-gradient(top, #a5c2e3 0%, #0098d4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a5c2e3), to(#0098d4));
  background-image:         linear-gradient(to bottom, #a5c2e3 0%, #0098d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5c2e3', endColorstr='#ff0098d4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a;
  color:#fff !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #0098d4;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #2d6ca2;
  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: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  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] {
  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: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  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] {
  background-color: #2aabd2;
  background-image: none;
}

.btn-warning {
  background-image: -webkit-linear-gradient(top, #f7be19 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f7be19 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7be19), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f7be19 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7be19', 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] {
  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: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  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] {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail { background: #e2e5ec; border-color: #73338d; }
.img-thumbnail { border-color: #73338d; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #9e8ebf;
  background-image: -webkit-linear-gradient(top, #9e8ebf 0%, #9e8ebf 100%);
  background-image:      -o-linear-gradient(top, #9e8ebf 0%, #9e8ebf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9e8ebf), to(#9e8ebf));
  background-image:         linear-gradient(to bottom, #9e8ebf 0%, #9e8ebf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9e8ebf', endColorstr='#ff9e8ebf', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #9e8ebf;
  background-image: -webkit-linear-gradient(top, #9e8ebf 0%, #9e8ebf 100%);
  background-image:      -o-linear-gradient(top, #9e8ebf 0%, #9e8ebf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9e8ebf), to(#9e8ebf));
  background-image:         linear-gradient(to bottom, #9e8ebf 0%, #9e8ebf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9e8ebf', endColorstr='#ff9e8ebf', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #cecece 100%);
  background-image:      -o-linear-gradient(top, #ffffff 0%, #cecece 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cecece));
  background-image:         linear-gradient(to bottom, #ffffff 0%, #cecece 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcecece', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
  
   border-color: #555;
}
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f3f3f3));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}

#mobile-nav.navbar-default,
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #bda1c7 0%, #61197f 100%);
  background-image:      -o-linear-gradient(top, #bda1c7 0%, #61197f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #bda1c7 0%, #61197f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbda1c7', endColorstr='#ff61197f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #61197f;
}
#mobile-nav.navbar-default .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #61197f 0%, #61197f 100%);
  background-image:      -o-linear-gradient(top, #61197f 0%, #61197f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#61197f), to(#61197f));
  background-image:         linear-gradient(to bottom, #61197f 0%, #61197f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61197f', endColorstr='#ff61197f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    color:gold;
}
#mobile-nav.navbar-default .navbar-nav > li > a ,
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  color:white;
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.alert {}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  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: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  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: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  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: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  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: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image:      -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background-image:         linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
  background-repeat: repeat-x;
}
.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: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.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: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.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: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.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: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image:      -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3278b3));
  background-image:         linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #3278b3;
}
.list-group .list-group-item-text a { color:  #61197f; }
.grid-group-item .list-group-image{ /*border: 1px solid #73338d;*/ }

/*
.list-group-item-actions .btn-success{
  background-image: -webkit-linear-gradient(top, #bda1c7 0%, #61197f 100%);
  background-image:      -o-linear-gradient(top, #bda1c7 0%, #61197f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #bda1c7 0%, #61197f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbda1c7', endColorstr='#ff61197f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #61197f;
}


.list-group-item-actions .btn-success:hover,
.list-group-item-actions .btn-success:focus {
  background-color: #61197f;
  background-position: 0 0;
}
.list-group-item-actions .btn-success:active,
.list-group-item-actions .btn-success.active {
  background-color: #61197f;
  border-color:#bda1c7;
}
.list-group-item-actions .btn-success:disabled,
.list-group-item-actions .btn-success[disabled] {
  background-color: #61197f;
  background-image: none;
}
*/





.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(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: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image:      -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
  background-image:         linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-repeat: repeat-x;
}
.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: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.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: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.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: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.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: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #424242 0%, #424242 100%);
  background-image:      -o-linear-gradient(top, #424242 0%, #424242 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#424242));
  background-image:         linear-gradient(to bottom, #424242 0%, #424242 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff424242', endColorstr='#ff424242', GradientType=0);
  background-repeat: repeat-x;
  border-color: #282828;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */



/********************************
*
************************************/
body
.body-bg { 
    background: #f5f5f5; 
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #424242;
}


.modal-header {
    background-color: #f5f5f5;
    border-bottom:1px solid #424242;
}

.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    border-top: 1px solid #73338d;
}
.table > thead > tr > th { border-bottom: 1px solid #73338d; }

.table-striped > tbody > tr:nth-child(2n+1) > td, 
.table-striped > tbody > tr:nth-child(2n+1) > th {
    background: #fff;
}

#header-shopping-cart .table-striped > tbody > tr:nth-child(2n+1) > td, 
#header-shopping-cart .table-striped > tbody > tr:nth-child(2n+1) > th {
    background:#f5f5f5;
}

#precio-ficha,
.products-grid .precio { color: #df030a; }


#header-menu a { color: #555; }

#header-menu .nav > .active > a {
    background: #b0cb55;
    box-shadow: none;
    color: #fff;
}

#header-menu .dropdown-menu > .active > a, 
#header-menu .dropdown-menu > li > a:hover, 
#header-menu .dropdown-menu > li > a:focus {
    background: #b0cb55;
    color:#fff;
}


/*Mobile-nav*/
#mobile-nav {}

/*Navs*/
.nav > li > a:hover,
.nav > li > a:focus{
    background-color:#282828;
}

/*Tabs*/
.nav-tabs { border-bottom-color: #61197f; color:#61197f; }
.nav-tabs > li > a { color:#61197f; }
.nav-tabs > li > a:hover  { background: #ede4f0; border-color: #61197f }

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus { 
    border-left-color: #61197f; border-top-color: #61197f; border-right-color:#61197f; background-color:#f5f5f5;  
}

/*BreadCrumbs*/
.breadcrumb { background: #e2e5ec; }
.breadcrumb a { color:  #61197f; }
.breadcrumb .active,
.breadcrumb > li + li:before { color: #9e8ebf; }

/*Panels*/
.panel a { color:  #61197f; }
.panel-default-0,
.panel-default {
  background:#e2e5ec;
  border-color: #7f4697;
}
.panel-default-0 .panel-heading,
.panel-default .panel-heading 
{ background: #7f4697; color: #fff; }

.panel-default-1 { background:#e2e4e7; border-color: #7f4697; }
.panel-default-1 .panel-heading { background: #7f4697; color: #fff; }

.panel-default-2 { background:#e2e4e7; border-color: #424242; }
.panel-default-2 .panel-heading { background: #424242; color: #fff; }

.panel-default-3 { background:#cecece; border-color: #424242; }
.panel-default-3 .panel-heading { background: #424242; color: #fff; }

.panel-default-4 { background:#e2e5ec; border-color: #424242; }
.panel-default-4 .panel-heading { 
    color: #424242; 
    
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #cecece 100%);
    background-image:      -o-linear-gradient(top, #ffffff 0%, #cecece 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cecece));
    background-image:         linear-gradient(to bottom, #ffffff 0%, #cecece 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcecece', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);

    border-color: #424242;
}

.panel-default-5 { background:#e2e4e7; border-color: #424242; }
.panel-default-5 .panel-heading { 
    color: #424242; 
    
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #cecece 100%);
    background-image:      -o-linear-gradient(top, #ffffff 0%, #cecece 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cecece));
    background-image:         linear-gradient(to bottom, #ffffff 0%, #cecece 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcecece', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);

    border-color: #424242;
}

.panel-default-6 { background:#e2e5ec; border-color: #73338d; }
.panel-default-6 .panel-heading { 
    color: #fff; 
    
    background-image: -webkit-linear-gradient(top, #bda1c7 0%, #61197f 100%);
  background-image:      -o-linear-gradient(top, #bda1c7 0%, #61197f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #bda1c7 0%, #61197f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbda1c7', endColorstr='#ff61197f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
    

    border-color: #73338d;
}

.panel-default-7 { background:#e2e4e7; border-color: #73338d;  }
.panel-default-7 .panel-heading { 
    color: #fff; 
    
    background-image: -webkit-linear-gradient(top, #bda1c7 0%, #61197f 100%);
  background-image:      -o-linear-gradient(top, #bda1c7 0%, #61197f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #bda1c7 0%, #61197f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbda1c7', endColorstr='#ff61197f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);

    border-color: #424242;
}




.panel-success {
  background:#eff4dd;
  border-color: #b0cb55;
}
.panel-success .panel-heading { background: #b0cb55; color: #fff; }

/*Wells*/
.well h1, 
.well h2, 
.well h3, 
.well h4,
.well h5,
.well h6,
.well .h1,
.well .h2,
.well .h3,
.well .h4,
.well .h5,
.well .h6 {
    color: #aa91e4;
}

.page-header { border-color: #aa91e4; }
.page-header { border-color: #424242;}

.navbar-default .navbar-text {
    color:#555;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: white !important;
    background: #b0cb55;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    color: white !important;
    background: #b0cb55;
}


.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus{
    background-color: #61197f;
    
}

#mobile-nav.navbar-default .navbar-nav > li > a:hover, 
#mobile-nav.navbar-default .navbar-nav > li > a:focus {
    background-color: #61197f !important;
} 

.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus{
    background-color: #61197f;
}



/*Pagination*/
.pagination > li > a, 
.pagination > li > span {
    border-color:#7f4697;
    color: #61197f;
}
.pagination > li > a:hover, 
.pagination > li > a:focus, 
.pagination > li > span:hover,
.pagination > li > span:focus {
    border-color:#7f4697;
    background-color: #ede4f0;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background-color:#9e8ebf;
    border-color:#7f4697;
    color: #fff;
}

.pagination > .disabled > span, 
.pagination > .disabled > span:hover, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > a, 
.pagination > .disabled > a:hover, 
.pagination > .disabled > a:focus {
    border-color:#7f4697;
}


.pagination.green > li > a, 
.pagination.green > li > span {
    border-color:#b0cb55;
    color: #b0cb55;
}
.pagination.green > li > a:hover, 
.pagination.green > li > a:focus, 
.pagination.green > li > span:hover,
.pagination.green > li > span:focus {
    border-color:#b0cb55;
    background-color: #eff4dd;
}

.pagination.green > .active > a, 
.pagination.green > .active > span, 
.pagination.green > .active > a:hover, 
.pagination.green > .active > span:hover, 
.pagination.green > .active > a:focus, 
.pagination.green > .active > span:focus {
    background-color:#b0cb55;
    border-color:#b0cb55;
    color:#fff;
}

.pagination.green > .disabled > span, 
.pagination.green > .disabled > span:hover, 
.pagination.green > .disabled > span:focus, 
.pagination.green > .disabled > a, 
.pagination.green > .disabled > a:hover, 
.pagination.green > .disabled > a:focus {
    border-color:#b0cb55;
}












#sidebar a { color: #efefef; }

#sidebar .nav .active > a,
#sidebar .nav .open > a, 
#sidebar .nav .open > a:hover, 
#sidebar .nav .open > a:focus {    
    background-color:#282828;
}
#sidebar .nav .active > a { color:gold; }

#sidebar .dropdown-menu > li > a { color:#333; }

#sidebar .dropdown-menu > li.active > a,
#sidebar .dropdown-menu > li > a:hover,
#sidebar .dropdown-menu > li > a:focus { color:#fff; }




footer .well {
  background-image: -webkit-linear-gradient(top, #2a194f 0%, #2a194f 100%);
  background-image:      -o-linear-gradient(top, #2a194f 0%, #2a194f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a194f), to(#2a194f));
  background-image:         linear-gradient(to bottom, #2a194f 0%, #2a194f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a194f', endColorstr='#ff2a194f', GradientType=0);
  background-repeat: repeat-x;
  border-color: #61197f;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    color:#fff;
}
footer .well .panel { color: #333; }
footer .well .panel h4 { color: #61197f; }

footer ul.links a { color: #cecece; }



/*Forms*/
.form-control,
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input { border-color: #73338d; }

/*Colores Corporativos*/
.dark-grey { color:#1f2b36; }

.light-grey-bg { background: #cecece; }
.light-violet-bg { background: #e2e5ec; }
.light-blueviolet-bg { background: #d1d3df; }

.violet { color: #dcc9e2; }
.violet2 { color: #c9a2c9; }

.light-violet { color: #ede4f0; }
.deep-violet { color: #701581; }

.blue { color: #a5c2e3;}
.light-blue { color: #a5c2e3;}
.deep-blue { color: #0098d4;}

.yellow { color: #fcde93;}
.light-yellow { color: #fdeec9;}
.deep-yellow { color: #f7be19;}

.green { color: #dfeabb;}
.light-green { color: #eff4dd;}
.deep-green { color: #b0cb55;}

.red { color: #f6cbb6;}
.light-red { color: #fae5da;}
.deep-red { color: #df030a;}

/*Otros Colores*/
.dark-violet { color:#9e8ebf; }

/*Sacados del degradado del menu*/

.gradient-violet-bg { background:#88539e; }
.light-gradient-violet-bg { background:#b392bf; }
.deep-gradient-violet-bg { background:#73338d; }


.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 0 !important;
}