﻿html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #333;
    background-color: #fff;
    margin: 0;
    line-height: 20px;
    padding-top: 2px;
}

header, footer, nav, section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid transparent /*#ddd*/;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    line-height: 40px;
    color: #333;
    border: 0;
}

    legend small {
        font-size: 15px;
        color: #999;
    }

label {
    display: block;
    margin-bottom: 0px;
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

label, input, button, select, textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}

textarea {
    min-height: 75px;
}

h1 {
    font-weight: bold;
    font-size: xx-large;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.k-icon,
.k-tool-icon,
.k-grouping-dropclue,
.k-drop-hint,
.k-column-menu .k-sprite,
.k-grid-mobile .k-resize-handle-inner:before,
.k-grid-mobile .k-resize-handle-inner:after {
    background-image: url('vida/Default/sprite.png');
    border-color: transparent;
}

.validateField {
    color: red;
    display: none;
}

/* Vertical hr*/
.vr {
    border-left: 1px solid #999999;
    height: 100%;
}

/* underline div for H tags*/

.HxUnderLine {
    display: block;
    border-bottom: 1px solid #000000;
    padding-bottom: 0;
}

/* dynamic lists */

.dynamic-ul { /*border: 1px solid #ccc;*/
    list-style-type: none;
    padding-top: 15px;
    padding-left: -20px;
}

    .dynamic-ul li {
        margin-bottom: 3px; /*padding: 2px 5px;*/
    }

.titleForm {
    font-size: 20px;
    font-weight: bold;
    float: right;
    text-shadow: 0.5px 1px 1px #000;
}

.tdtitle {
    font-weight: bold;
    font-size: 15px;
    vertical-align: top
}

.tdcontent {
    font-size: 15px
}

.circle {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: auto;
}

.tdtop {
    display: table-cell;
    vertical-align: top;
    padding: 5px;
}
