﻿@font-face {
    font-family: 'Klavika Regular';
    src: url('fonts/Klavika Regular.otf') format('opentype');
}
@font-face {
    font-family: 'klavika-medium';
    src: url('fonts/ufonts.com_klavika-medium-opentype_0.otf') format('opentype');
}
.in_focus { background-color:#FBF6CC; color:#333333 }
.contenedor { padding: 10px; border: 1px solid #CCCCCC; border-radius: 5px 5px 5px 5px; color: #0073EA; }

.ui-prime {
    cursor: pointer;
    display: flex;
    padding: 5px;
    margin: 2px;
    overflow: visible;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    background: #ECECEB;
    border: 1px solid #ECECEB;
    color: #00264c;
    font-family: klavika-medium;
    font-size: 1.1em;
    width:26px !important;
    height:26px !important;
}

.ui-prime:hover {
    color: #00264c !important;
}

.ui-prime:focus {
    color: #00264c !important;
}

.ui-primelimp {
    cursor: pointer;
    display: inline-block;
    margin-right: 0.1em;
    overflow: visible;
    padding: 0.8px 0px;
    line-height: 1.4;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    background: #f6f6f6 url("images/ui-bg_highlight-soft_100_f6f6f6_1x100.png") repeat-x scroll 50% 50%;
    border: 1px solid #dddddd;
    color: #00264c;
    font-weight: bold;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.1em;
    width:130px !important;
}
.btntecvir {
    cursor: pointer;
    display: flex;
    margin: 2px;
    overflow: visible;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    background: #D0D0CE;
    border: 1px solid #D0D0CE;
    color: #00264c;
    font-family: klavika-medium;
    font-size: 1.1em;
    width:36px;
    height:36px;
}