﻿@font-face {
    font-family: 'Ancizar';
    src: url('../Content/fonts/Ancizar/AncizarSerif-Regular_02042016.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
* {
    font-family: 'Ancizar', sans-serif ;
}
.textoLibreMultiple {
    width: 0.01px !important;
}
.navbar-toggle, .navbar-toggle span {
    border: 1px solid black;
}
.red,.yellow,.green{
    border:solid 0.5px;
    border-radius:2px;
    padding:5px;
}
.red{
    color:red;
}

.yellow {
    color: #a1a100;
}

.green {
    color: green;
}

#botonesEquipos a{
    margin:5px;
    width:200px !important;
}
.videoRemoto {
    text-align: center;
    background-color: black;
    float: left;
    margin: 12px;
    z-index: 9999999;
    width: 100px;
    height: 100px;
    position: relative;
}

    .videoRemoto video {
        width: 100px;
        height: 100px;
        z-index: 9999999;
    }



.videoRemotoActivo {
    text-align: center;
    background-color: black;
    width: 300px;
    float: left;
    margin: 12px;
    z-index: 999;
    position: absolute;
}

    .videoRemotoActivo video {
        height: 260px;
        width: 300px;
        z-index: 999;
    }

.videoLocal {
    /*background-color: #4caf50 !important;*/
    background-color: black !important;
}

@media only screen and (min-width:1000px) {
    .videoRemotoActivo {
        width: 100% !important;
    }

        .videoRemotoActivo video {
            height: 642px !important;
            width: 100% !important;
        }
}

@media only screen and (min-width:1500px) {
    .videoContenedor{
        width:25%;
    }
}

.videoLocals {
    text-align: center;
    /*background-color: black;*/
    width: 300px;
}

.videoRemotoActivo {
    text-align: center;
    background-color: black;
    width: 300px;
}



.videoLocals video {
    height: 260px;
    width: 300px;
}


body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.calendarioCitaCancelada{
    background-color: gray !important;
}

.calendarioCitaAlta {
    background-color: red !important;
}

.calendarioCitaMedia {
    background-color: yellow !important;
    color: black !important;
}

.calendarioCitaMediaBaja {
    background-color: white !important;
    color: black !important;
}

input[type=radio], input[type=checkbox] {
    margin: 2px !important;
}

ul.ui-menu {
    height: 200px;
    overflow: hidden auto;
}

button#borrar{
    max-width:100px !important;
}