html,
body {
    height: 100%;
}
table>caption {
    font-size: 1.5em;
    font-weight: bold;
}
.nowrap {
    white-space: nowrap;
}
.wrap {
    /*min-height: 100%;*/
    height: auto;
    /*margin: 10px auto -60px;*/
    margin: 10px auto;
    padding: 0 0 0px;
}

.wrap > .container {
    padding: 55px 15px 2px;
    width: 100%;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.navbar-inverse {
    /*background-color: #428bca;
    border-color: #428bca;*/
    color: #FFF;
}



.navbar-inverse .navbar-brand {
color: #FFF;
}

.navbar-inverse .navbar-nav > li > a {
color: #FFF;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

.modal-dialog {
    width: 600px;
    margin: 60px auto;
}

.modal-static {
    display: block;
}

.modal-header {
    background-color: #428bca;
    border-radius: 5px 5px 0 0;
    color: #FFF;
}


#controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
#record { height: 15vh; }
#record.recording { 
    background: red;
    background: -webkit-radial-gradient(center, ellipse cover, #ff0000 0%,lightgrey 75%,lightgrey 100%,#7db9e8 100%); 
}
#save { height: 10vh; }
#viz {
    height: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
@media (orientation: landscape) {
    /*body { flex-direction: row;}
    /*#controls { flex-direction: column; height: 100%; width: 10%;}
    #viz { height: 100%; width: 90%;}*/
}
.oculto {
    display: none;
}

#verEstudio.table {
    margin-bottom: 0px;
}

#verEstudio.table td {
    border-top: 0px solid #ddd; 
}

#audioCtl {
    width: 280px;
    min-width: 50%;
    padding-top: 5px;
}
.grabarBorrar {
    margin-top: -22px;
}
#audio-panel canvas {
    width: 210px;
}
.btn-control {
    margin: 2px 0px;
}
.btn-accion {
    margin-bottom: 5px;
}
.audioControles {
    margin-bottom: 5px;
}


table>caption {
    font-size: 2em;
    font-weight: bold;
}

.float-derecha {
    float: right;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background-color: #424242;
    border-color: #424242;
    color: #ffffff;
}
.numero { text-align: right; }