﻿/*normalize*/
html, 
body, 
form {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: normal 13px "Segoe UI", Arial, sans-serif;
    color: #444444;
    background-color: #eee;
}

@media only screen and (min-width: 481px) and (max-width: 720px) {
    body {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 20px;
    }
}
a {
  background: transparent;
}

img {
  border: 0;
}

button,
input {
  -webkit-appearance: none; 
  cursor: pointer; 
}

hr {
    border-width: 1px 0 0 0;
    border-color: #767676;
    border-style: solid;
}

/*typography*/
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

h1, h2, h3 {
    font-weight: normal;
    margin: .5em 0;
}

h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 1.875em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.125em
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .875em;
}

/*template*/
#wrapper .t-container-fluid {
    max-width: 100%;
}

#wrapper .RadButton {
    font-size: 1em;
}

#wrapper .RadMenu,
div.RadMenuPopup,
#wrapper .RadMenu_Default, #wrapper .RadMenu_Default a.rmLink  {
    font-size: 1em;
}

html .RadComboBox .rcbInput .rbcItem .RadComboBoxDropDown .rcbInner {
    height: 18px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}


input.twohundreds
{
    width: 200px;
}

.inputh 
{
    width: 22px;
}

span.CurrentMenux
{
    font-size: 16px; 
    color: white; 
    font-weight: bold;      
    margin-left: 22px;
}

#lblCurrentMenu
{
    font-size: 14px; 
    color: white; 
    font-weight: bold;      
}

#lblSystemName
{
    font-size: 19px; 
    color: white; 
    font-weight: bold;      
}

#lblSystemNameSub
{
    font-size: 12px; 
    color: white; 
    font-weight: bold;      
}

#lblDT
{
    font-size: 11px; 
    color: white; 
    font-weight: bold;      
}

div.div49 
{
    width: 49%; 
}


#menurights{
    border-collapse: collapse;
    border-color: #5d8cc9;
    color:white;
    background-color: #7ea6e0;
    background-color: #adc9f7;
}

#menurights td {
   padding:0; margin:0;
}

#divSeacrhViewFixed
{
    height: 149px;
    overflow: auto;
    background: darkblue;  
}

#divSeacrhView {
    height: 150px;
}

#tblSeacrhView {
    background: #515c62;
    color:white;
}

.alink {
    color: white;
}


