@import "plugins.css";
@import "font-awesome.css";
@import "fam-icons.css";
@import "icons.css";
@import "jquery.custom.css";
@import "elfinder.css";

/* ========================================================
*
* Pannonia - responsive admin template
*
* ========================================================
*
* File: main.css;
* Description: General template styles, including bootstrap components
* Version: 1.0
*
* ======================================================== */

/*===== Typography =====*/

p {
  margin: 0 0 10px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

a.muted:hover {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover {
  color: #356635;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1 small {
  font-size: 18px;
}

h2 small {
  font-size: 16px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline>li,
ol.inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin: 0;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

code,
pre {
  padding: 0 3px 2px;
  font-family: monospace;
  color: #333333;
}

code {
  padding: 0 4px;
  color: #ce3820;
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
  display: inline-block;
}

pre {
  display: block;
  padding: 10px;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

pre.prettyprint {}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}





/* # Media page 
================================================== */


/*===== Media page option bar =====*/

.options-bar {
  border: 3px double #ddd;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background: linear-gradient(to bottom, #ffffff, #f7f7f7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
}

.options-bar:after {
  content: "";
  display: block;
  clear: both;
}

.options-bar>li {
  float: left;
  width: 33.333333%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.options-bar>li:first-child {
  padding-left: 12px;
}

.bar-select>span {
  font-size: 11px;
  margin-top: 4px;
  display: block;
  float: left;
  margin-right: 12px;
}

.bar-select {
  margin: 12px 12px 12px 0;
  float: left;
}

.bar-button {
  float: left;
  margin: 12px 12px 12px 0;
}

.bar-button .btn {
  margin: 0;
}

.options-bar .navbare-icons {
  margin: 16px 12px;
  float: none;
  height: 14px;
  text-align: center;
}

.options-bar .navbare-icons li a {
  margin: 0 4px;
}

.options-bar .loading {
  margin: 17px 12px 17px 0;
}

.bar-entries {
  text-align: center;
  font-size: 11px;
}

.bar-entries>span {
  display: block;
  padding: 17px 12px;
}

.bar-entries strong {
  color: #B35D5D;
}


/*===== Media elements =====*/

.item-info {
  padding: 4px 14px 3px 14px;
}

.item-title {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin: 10px 0;
  display: block;
  color: #1D8EC7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.item-title:hover {
  color: #E03D22;
}

.item-buttons {
  text-align: center;
}

.item-buttons .btn {
  margin: 2px 5px;
}

.view {
  position: relative;
  margin: 3px;
}

.view img {
  z-index: 10;
}

.view-back {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  background: #777 url(../img/icons/zoom.png) no-repeat 50%;
  z-index: 0;
  display: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.view-back span {
  display: block;
  float: right;
  padding: 5px 20px 5px;
  width: 100%;
  text-align: right;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.view-back span:first-child {
  padding-top: 20px;
}

.view-back a {
  display: block;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  right: 15px;
  bottom: 15px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
}

.view-back a:hover {
  color: #fff;
  border-color: #fff;
}

.video iframe {
  width: 100%;
  max-width: 100%;
  height: 200px;
  border: 0;
}

.video .view {
  margin-bottom: -3px;
}




/* # Charts 
================================================== */







/* # Top and footer bars
================================================== */











/*===== Sidebar square buttons =====*/

.sidebar-buttons {
  font-size: 0;
  height: 42px;
}

.sidebar-buttons li {
  display: inline-block;
  margin-left: 14px;
}

.sidebar-buttons li:first-child {
  margin-left: 0;
}

.sidebar-buttons li a {
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.sidebar-buttons li a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.sidebar-buttons li a:active {
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
}

.sidebar-buttons li a i {
  font-size: 16px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  width: 16px;
  height: 16px;
  padding: 13px;
  margin: 0;
}

.blue-square {
  background: #59b3e7;
}

.red-square {
  background: #ef705b;
}

.green-square {
  background: #56BB4D;
}

.purple-square {
  background: #e16588;
}

.orange-square {
  background: #e9854f;
}

.dark-blue-square {
  background: #487cb5;
}

.sea-square {
  background: #61dfa8;
}

.enhancer-square {
  background: #61a0a8;
}

.disease-square {
  background: #8cccae;
}

.gene-square {
  background: #b62232;
}

.snp-square {
  background: #344554;
}

.tf-square {
  background: #d28066;
}

.sidebar-buttons.grey li {
  border: 1px solid #d5d5d5;
  line-height: 1;
}

.sidebar-buttons.grey li a {
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
  background: linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
}

.sidebar-buttons.grey li a:hover {
  background: #f8f8f8;
}

.sidebar-buttons.grey li a:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: #fcfcfc;
}

.sidebar-buttons.grey li a i {
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
  padding: 12px;
}



/*===== Progress stats =====*/

.progress-statistics {
  background: #fdfdfd;
  border: 1px solid #ddd;
  font-size: 11px;
}

.progress-statistics .progress {
  margin-top: 2px;
}

.progress-statistics li {
  padding: 8px 10px 14px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e2e2e2;
}

.progress-statistics li:last-child {
  border-bottom: none;
}



/*===== Social stats =====*/

.social-stats li:after {
  content: "";
  display: block;
  clear: both;
}

.social-stats li {
  margin-top: 12px;
}

.social-stats li:first-child {
  margin-top: 0;
}

.social-stats li a {
  display: inline-block;
  float: left;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.social-stats li a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.social-stats li a:active {
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25) inset;
}

.social-stats li i {
  font-size: 16px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  width: 16px;
  height: 16px;
  padding: 13px;
  margin: 0;
}

.social-stats li h4 {
  margin: 0;
  line-height: 1;
  display: block;
  padding: 3px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.social-stats>li>div {
  display: block;
  margin-left: 54px;
}

.social-stats>li>div>span {
  color: #999;
}








/*===== Page title statistics =====*/

.statistics {
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  white-space: nowrap;
}

.statistics>li {
  min-width: 130px;
  margin: 8px 14px;
  position: relative;
  display: inline-block;
  text-align: left;
}

.statistics>li>span {
  font-size: 11px;
  margin-top: 5px;
  display: block;
  color: #555;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.top-info {
  margin-bottom: 12px;
}

.top-info>a {
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-top: 1px;
}

.top-info>a>i {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  padding: 6px 5px;
  margin: 0;
}

.top-info>strong {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: block;
  float: left;
  margin-top: 4px;
  text-shadow: 0 1px 0 #ffffff;
}

.top-info:after {
  content: "";
  display: block;
  clear: both;
}



/*===== Action tabs =====*/














/*===== Progress bars =====*/

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 20px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 20px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 20px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 20px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 20px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  overflow: hidden;
  box-shadow: 0 1px 0 white, 0 0 0 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-box-shadow: 0 1px 0 white, 0 0 0 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 0 white, 0 0 0 1px rgba(0, 0, 0, 0.075) inset;
  background-color: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.progress.progress-slim {
  height: 6px;
}

.progress.progress-micro {
  height: 2px;
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;

  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress .bar+.bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  -moz-animation: progress-bar-stripes 1s linear infinite;
  -ms-animation: progress-bar-stripes 1s linear infinite;
  -o-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}