textarea {
   resize: vertical;
}

table { border-collapse: collapse; }
.percent {
    position: absolute; width: 300px; height: 14px; z-index: 1; text-align: center; font-size: 0.8em; color: white;
}
.progress-bar {
    width: 300px; height: 14px;
    border-radius: 10px;
    border: 1px solid #CCC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6666cc), to(#4b4b95));
    border-image: initial;
}
.uploaded {
    padding: 0;
    height: 14px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc00), to(#4b9500));
    border-image: initial;
}
.dropbox {
    width: 15em;
    height: 3em;
    border: 2px solid #DDD;
    border-radius: 8px;
    background-color: #FEFFEC;
    text-align: center;
    color: #BBB;
    font-size: 2em;
    font-family: Arial, sans-serif;
}
.dropbox span {
    margin-top: 0.9em;
    display: block;
}
.dropbox.not-available {
    background-color: #F88;
}
.dropbox.over {
    background-color: #bfb;
}

.borderless, .borderless td, .borderless tr, .borderless th {
    border: none !important;
}

.vw-shadow {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.vw-no-box-shadow,
.vw-no-box-shadow:focus,
.vw-no-box-shadow:active,
.vw-no-box-shadow.active
 {
    abox-shadow: none !important;
    outline: none;
}

.glyphicon {
    az-index : -1;
}

a {
  color: #344DC6;
  text-decoration: none;
}


.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #344DC6;
  color: white;

}

