﻿
.microfono {
    transition: background-color 0.5s ease;
    font-size: 25px;
    width: 4%;
    padding: 10px;
    text-align:center;
    background-color: #2d3c4d;
    color: white;
    border-radius: 30px;
    margin: 10px;
    display:none;
}

    .microfono:hover {
        color: black;
        background-color: #d82017 !important;
        /*color: #2d3c4d;
        background-color: lightskyblue!important;*/
    }

/*param sacar flechas defs textob type number*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

body {
    overflow-y: hidden;
}

@media only screen and (max-width: 600px) {
    body {
        overflow-y: visible !important;
    }

    p {
        overflow-wrap: break-word;
    }

    #content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #ResultadoConsulta {
        margin-left: auto !important;
        margin-right: auto !important;
        display: table;
        padding: 0px !important;
        border: none !important;
        background-color: transparent !important;
    }

    #fotoMedicoContenedor {
        margin-left: 0px !important;
        margin-left: 0px !important;
    }

    #rowCertificado {
        margin: 0px !important;
    }

    #resultadoCertificado {
        text-align: center !important
    }

    #popupTerminos {
        text-align: center !important
    }

    .contenedorDatosMedico {
        margin-left: 0px !important;
        display: inline-block !important;
    }


    #margenCertificado {
        margin-top: 10px !important;
    }

    textarea {
        max-width: 70% !important;
    }

    .microfono {
        width: 14%;
        /*padding-left: 15px;*/
    }


    div.col-xs-2.sinMargenMobile {
        margin-right: 0px !important
    }
}

#LogoBFA:hover {
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #599ec9 !important;
    border-color: #17181a;
}

    .btn-primary:hover {
        color: black;
        background-color: #49a497;
        border-color: black;
    }

    .btn-primary:focus:active {
        color: black;
        background-color: #49a497;
        border-color: black;
        outline: 0;
    }

    .btn-primary.active, .btn-primary:active, .btn-primary:hover {
        color: black !important;
        background-color: #49a497 !important;
        border-color: black !important;
    }

.estiloBoton {
    color:white;
    background-color: #2d3c4d;
    border: none;
    border-radius: 10px;
    margin-top: 15px;
    width: 100px;
    height: 35px;
    font-weight: bold;
    font-variant: all-small-caps;
    transition: box-shadow 0.2s ease-in-out;
}

button:focus {
    outline: 0;
    box-shadow: 0 0 3px #515151;
}

button:hover {
    outline: 0;
    box-shadow: 0 0 3px #515151;
}


/*Control dinamico textobox matricula*/


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}


.field {
    position: relative;
    border-bottom: groove;
    border-bottom-color: #2d3c4d;
}

.field__label {
    color: #919293;
    box-sizing: border-box;
    display: block;
    font-size: .8125em;
    line-height: 1;
    opacity: 0;
    overflow: hidden;
    padding: .5em 1em;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    top: 0;
    text-align: left;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    transition: all .2s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
}

.field--not-empty .field__label {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.field__input {
    background-color: transparent;
    border: none;
    color: #333;
    font-size: 1.3125em;
    padding: .4761904762em;
    transition: all .2s ease-out;
    width: 100%;
}

    .field__input:hover, .field__input:focus {
        /* inset | offset-x | offset-y | blur-radius | spread-radius | color */
        /*box-shadow: inset 0 0 10px 0 rgba(85, 85, 85, 0.1);*/
        outline: 0;
    }

.field--not-empty .field__input {
    padding-bottom: 2px;
    padding-top: 18px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #919293;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #919293;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #919293;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #919293;
}


/*Estilos por defecto*/

h3, .h3 {
    font-size: 18px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 5px;
    margin-bottom: 9.5px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
    text-rendering: optimizelegibility;
}


hr {
    height: 1px;
    color: black;
    background-color: black;
    border: none;
}

.page-header.navbar .page-logo .logo-default {
    margin: 10px 10px 0;
}

.page-header.navbar .page-top {
    height: 74px;
    float: right;
}

.logo-default {
    width: 80px;
    height: 50px;
}

.headerLinks {
    color: white !important;
    padding-right: 20px !important;  
}

.headerLinks > a, a:hover, a:focus {
    font-weight: bold;
    color: white;
}

.normalHeader {
    font-weight: normal;
    padding-right: 20px; 
    color: white;
}

.nav > li > a:focus, .nav > li > a:hover {
    font-weight: bold;
    color: white;
    background: rgb(43, 140, 190);
}

.form-horizontal {
    border: 2px solid black;
}

.modal-lg {
  width: 900px !important;
}

.panel-heading {
  padding: 5px 15px;
}

.page-header.navbar {
    background: rgb(43, 140, 190);
}

.page-header.navbar .page-top {
    background: rgb(43, 140, 190);
}

.page-content-wrapper .page-content {
    padding: 0px 0px 0px 20px;
}

.page-sidebar.navbar-collapse {
    min-height: 480px;
}

.k-autocomplete, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-dropdown, .k-dropdowntree, .k-listbox, .k-multiselect, .k-numerictextbox, .k-selectbox, .k-textbox, .k-timepicker, .k-toolbar .k-split-button {
    width: 100%;
}

.k-button.k-button-icon > a, a:hover, a:focus {
    font-weight: bold;
    color: black;
}

input.k-textbox, textarea.k-textbox {
    margin-bottom: 6px;
    margin-left: 10px;
    margin-right: 3px;
    margin-top: 0px;   
    width: calc(100% - 30px);    
}

textarea.k-textbox {
    border-radius: 20px;
    padding: 5px;
    height: 55px;
}

span.k-widget.k-autocomplete.k-state-default {
    padding: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 3px;
    margin-top: 0px;
    height: 33px;
    width: calc(100% - 30px);
}

/*.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox > input {
    height: 23.0938px;
}*/

span.k-widget.k-datepicker {
    padding: 0px;
    margin-bottom:6px;
    margin-left:0px;
    margin-right:3px;
    margin-top:0px;
    height: 30px;
}

span.k-widget.k-datetimepicker {
    padding: 0px;
    margin-bottom:6px;
    margin-left:0px;
    margin-right:3px;
    margin-top:0px;
    height: 30px;
}

span.k-widget.k-numerictextbox {
    padding: 0px;
    margin-bottom:6px;
    margin-left:0px;
    margin-right:3px;
    margin-top:0px;
    height: 30px;
    width: calc(100% - 30px);
}

td > span.k-widget.k-numerictextbox {
    margin-right: 3px;
    margin-bottom: 6px;
    width: 100%;
}

span.k-widget.k-dropdown {
    padding: 0px;
    margin-left: 0px;
    margin-top: 3px;
    margin-bottom: 12px;
    margin-right: 3px;
    height: 24px;
    width: calc(100% - 30px);
}

td > span.k-widget.k-dropdown {
    margin-right: 3px;
    margin-bottom: 6px;
    width: 100%;
}

span.k-widget.k-maskedtextbox {
    padding: 0px;
    margin-left: 0px;
    margin-top: 3px;
    margin-bottom: 12px;
    margin-right: 3px;
    height: 28px;
    width: calc(100% - 30px);
}

td > span.k-widget.k-maskedtextbox {
    margin-right: 3px;
    margin-bottom: 6px;
    height: 28px;
    width: 100%;
}

td > span.k-widget.k-combobox.k-header.k-combobox-clearable {
    margin-right: 3px;
    margin-bottom: 6px;
    width: 100%;
}

span.k-widget.k-combobox.k-header.k-combobox-clearable {
    margin-right: 3px;
    margin-bottom: 6px;
    width: calc(100% - 30px);
}

td > span.k-widget.k-combobox {
    margin-right: 3px;
    margin-bottom: 6px;
    width: 100%;
}

span.k-widget.k-combobox {
    margin-right: 3px;
    margin-bottom: 6px;
    width: calc(100% - 30px);
}

div.k-widget.k-multiselect {
    padding: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 3px;
    margin-top: 0px;
    display: inline-block;
    width: calc(100% - 30px);
}

input.k-input {
    height:26px;
}

/*input.k-textbox {
    border: solid;
}*/

/*.k-autocomplete.k-input, .k-dropdown-wrap.k-input, .k-multiselect-wrap.k-input, .k-numeric-wrap.k-input, .k-picker-wrap.k-input, .k-selectbox.k-input, .k-textbox > input {
    border: solid;
    border-color: rgb(204, 204, 204);
    border-width: 1px;
}*/

.bootstrap-dialog.type-primary .modal-header {
    background-color: rgb(43, 140, 190);
}


.bootstrap-dialog.type-warning .modal-header {
    background-color: rgb(43, 140, 190);
}

label {
    padding-top:7px;
    margin-bottom: 2px;
}

a.k-button.k-button-icontext.k-grid-downloadButton {
    background: url('Images/arrow_down.gif') center center;
    background-repeat: no-repeat;
    height: 27px;
    width: 30px;
}

a.k-button.k-button-icontext.k-grid-downloadButton:hover {
    color: #fff;
    border-color: #8ebc00;
    background-color: #8ebc00;
}

a.k-button.k-button-icontext.k-grid-deleteButton {
    background: url('Images/trash-o.png') center center;
    background-repeat: no-repeat;
    height: 27px;
    width: 30px;
}

a.k-button.k-button-icontext.k-grid-deleteButton:hover {
    color: #fff;
    border-color: rgb(43, 140, 190);
    background-color: rgb(43, 140, 190);
}


a.k-button.k-button-icontext.k-grid-gridLupaButton {
    background: url('Images/Lupa.png') center center;
    background-repeat: no-repeat;
    height: 27px;
    width: 30px;
}

a.k-button.k-button-icontext.k-grid-gridLupaButton:hover {
    color: #fff;
    border-color: rgb(43, 140, 190);
    background-color: rgb(43, 140, 190);
}

a.k-button.k-button-icontext.k-grid-searchButton {
    background: url('Images/Find.png') center center;
    background-repeat: no-repeat;
    height: 27px;
    width: 30px;
}

a.k-button.k-button-icontext.k-grid-searchButton:hover {
    color: #fff;
    border-color: rgb(43, 140, 190);
    background-color: rgb(43, 140, 190);
}

a.k-button.k-button-icontext.searchButton {
    background: url('Images/Find.png') center center;
    background-repeat: no-repeat;
    height: 27px;
    width: 30px;
}

a.k-button.k-button-icontext.searchButton:hover {
    color: #fff;
    border-color: rgb(43, 140, 190);
    background-color: rgb(43, 140, 190);
}

button.k-button.k-button-icontext.k-grid-lupaButton {
    background: url('Images/Lupa.png') center center;
    background-repeat: no-repeat;
    height: 27px;
    width: 30px;
    min-width: 30px;
}

button.k-button.k-button-icontext.k-grid-lupaButton:hover {
    color: #fff;
    border-color: #8ebc00;
    background-color: #8ebc00;
}


span.k-delete {
	background: url('Images/delete.png') center center;
}

span.k-find {
    background: url('Images/Find.png') center center;
}

span.k-edit {
    background: url('Images/pencil.png') center center;
}


.k-grid tbody .k-button {
    min-width: 40px;
    width: 40px;
}

.ms-marginTop {
    margin-top: 20px;
}

.ms-marginTopLeft {
    margin-top: 20px;
    margin-left: 3px;
}

.ms-redlabel {
    color:red;
}

.ms-redlabel2 {
    color:red;
    font-size:large;
    font-weight:bold;
}

.top5 { 
    margin-top:5px; 
}

.k-tooltip {
    background: #f9ee6e !important;
    border-color: #f9ee6e !important;
    color: black !important;
}

.k-callout-n {
    border-bottom-color: #f9ee6e;
}

.k-callout-w {
    border-right-color: #f9ee6e;
}

.k-callout-s {
    border-top-color: #f9ee6e;
}

.k-callout-e {
    border-left-color: #f9ee6e;
}

hlptooltip{
   background-color: #d9ecf5;
   border-color: #d9ecf5;
   color: #00435e; 
}


.fa.k-sprite,
.fa.k-sprite::before {
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
}

#menutreeview {
    color: white;
}

.navbar {
    background-color: #2d3c4d;
}

.headerStyle {
    float:none;
    display:inline-block;
    margin-left:100px;
}

.form-group {
    margin-bottom: 0px;
}

.k-virtual-scrollable-wrap td
{
    white-space: nowrap;
}

.form-group-field {
    display: block;
}


span.k-switch.km-switch.k-widget.km-widget.k-switch-off.km-switch-off {
    background-color: #fafafa;
    border-color: #fafafa;
}

span.k-switch.km-switch.k-widget.km-widget.k-switch-on.km-switch-on {
    background-color: #fafafa;
    border-color: #fafafa;
}

.km-switch-container, .km-switch-wrapper {
    border-color: rgb(43, 140, 190);
    border-top-color: rgb(43, 140, 190);
    border-right-color: rgb(43, 140, 190);
    border-bottom-color: rgb(43, 140, 190);
    border-left-color: rgb(43, 140, 190);
}

.km-switch-background, .km-switch-handle {
    color: rgb(43, 140, 190);
}

.k-primary.k-state-disabled, .k-primary.k-state-disabled:active, .k-primary.k-state-disabled:hover, .k-state-disabled .k-primary, .k-state-disabled .k-primary:active, .k-state-disabled .k-primary:hover {
    border-color: rgb(43, 140, 190);
    background-color: rgb(43, 140, 190);
}

.k-clear-selected,
.k-upload-selected {
    display: none !important;
}

.displayInline {
    display: inline;
}

.displayBlock {
    display: block;
}

@media only screen and (max-width: 768px) {
    .displayInline {
        display: none;
    }

    .displayBlock {
        display: none;
    }
}

.validation-summary-errors {
    color: red;
}
