﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,600);

html, body, form {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
}

body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
    margin: 0px;
}

body, html {
    overflow: visible !important;
}

h1 {
    text-transform: uppercase;
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 5px;    
}

td, p, span
{
    font-family: 'Open Sans', sans-serif;
	font-size: 11px;
}

td.Form
{
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
}

.dxtcLite_Moderno > .dxtc-stripContainer .dxtc-activeTab {
    background: #C0C0C0 !important;
}

#ctl00_ContentPlaceHolder1_ASPxPageControl1_DocumentViewer1_DocumentViewer1 {
    height: 800px;
}

#DV-docViewer {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    width: 100%;
    height: 800px !important;
} 

#DV-header {
    z-index: 1 !important;
}

#DV-well {
    display: none !important;
}

#DV-pages {
  width: 100% !important;
}

.menu_td {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    cursor: pointer;
    line-height: 16px;
}

h2 {
    margin-top: 0px;
}

a {
    font-size: 12px !important;
}

.tab-content {
    padding: 15px !important;
}

.dxbs-popup .modal-body {
    height: 620px !important;
}

.hightlight {
    background-color: yellow;
}