:root{
    font-size: 14px;
    //--font-family-sans-serif: 'roboto';
    //--primary: #6174d1;
    --main-bg-color: brown;
}
.btn-save{

    position: fixed!important;
    top: 70px;
    right: 10px;
    border-radius: 0px;

}

.btn-save-left{

    position: fixed!important;
    bottom: 10px;
    right: 10px;
    border-radius: 0px;

}


body > .container, body > .container-fluid {
    padding-top: 49px;
}

.aetoday {
      //flex-flow: row wrap;
}

.aetoday li::before {
    padding-left: 10px;
    padding-top: 10px;
}

.aetoday li .btn-group {
     /*display: flex;
     align-items: stretch;
     min-height: 100%;
    
    height: 100%;
    flex: 1 1 100%;
    */
    align-items: stretch 
    
}

.aetoday li .btn-group .btn { 
    width: 50px;
}

#offcanvasLayout {
    width: auto!important;
}
/**CUSTOM**/
.b-example-divider {
    box-shadow: 0 1px 5px -2px grey;
}

.btn_hiddenfields {
    position: absolute!important;
    top: 85px;
    right: 140px;
}

.fancybox__container{
    z-index: 2041!important;
}

#bg_dialogmed{
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(241,241,241,0.9) 50%, rgba(225,225,225,0.9) 51%, rgba(246,246,246,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,0.9)), color-stop(51%,rgba(225,225,225,0.9)), color-stop(100%,rgba(246,246,246,0.8))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(241,241,241,0.9) 50%,rgba(225,225,225,0.9) 51%,rgba(246,246,246,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(241,241,241,0.9) 50%,rgba(225,225,225,0.9) 51%,rgba(246,246,246,0.8) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(241,241,241,0.9) 50%,rgba(225,225,225,0.9) 51%,rgba(246,246,246,0.8) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(241,241,241,0.9) 50%,rgba(225,225,225,0.9) 51%,rgba(246,246,246,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ccf6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 0px;
}
.dialog_med {
    display: none;
    min-width: 48px; min-height: 45px;
    padding: 10px;
    position: absolute;
    color: black;

    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,0.9) 50%, rgba(225,225,225,0.9) 51%, rgba(246,246,246,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,0.9)), color-stop(51%,rgba(225,225,225,0.9)), color-stop(100%,rgba(246,246,246,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,0.9) 50%,rgba(225,225,225,0.9) 51%,rgba(246,246,246,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,0.9) 50%,rgba(225,225,225,0.9) 51%,rgba(246,246,246,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,0.9) 50%,rgba(225,225,225,0.9) 51%,rgba(246,246,246,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,0.9) 50%,rgba(225,225,225,0.9) 51%,rgba(246,246,246,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ccf6f6f6',GradientType=0 ); /* IE6-9 */
    border-radius: 7px;
    border: 1px solid #DDD;
}/*
#form_searchmed_drag{
    //display: none;
}*/
.span_med {
    border: 1px solid #a8e9ea;
    //background-color: #ecf7f8;
    padding: 2px;
    margin: 0px 5px 0px 1px;
    border-radius: 2px;
}
.delspan_med {
    color: #6EBBDD;
    font-family: 'OpenSansSemibold';
    font-weight: 600;   
    display: inline-block;
    padding: 1px 1px 1px 5px;
    cursor: pointer;

}
#medrecords_historia_actual, #medrecords_examenc {
    height: 570px!important;
}
.content-wrapper {

    display: block;

}
