﻿/*normalize*/
html, 
body, 
form {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: normal 16px "Segoe UI", Arial, sans-serif;
}

/*
@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*/
b1, b2, b3, b4, b5, b6,
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

b1, b2, b3,
h1, h2, h3 {
    font-weight: normal;
    margin: .5em 0;
}

b5, b6,
h4, h5, h6 {
    font-weight: bold;
}

b1,
h1 {
    font-size: 2.25em;
}

b2,
h2 {
    font-size: 1.875em;
}

b3,
h3 {
    font-size: 1.5em;
}

b4,
h4 {
    font-size: 1.125em
}

b5,
h5 {
    font-size: 1em;
}

b6,
h6 {
    font-size: .875em;
}

/*template*/
#wrapper .t-container-fluid {
    max-width: 100%;
}

#wrapper .RadButton {
    font-size: 1em;
}

#wrapper .Button {
    font-size: 1em;
    padding: 0.2em;
    border-radius: 0.2em;
    border: 1px solid rgba(211, 212, 212, 1.0);
    /*background: rgba(253, 253, 253, 1.0); / * For browsers that do not support gradients */
    /*background: linear-gradient(rgba(255, 255, 255, 1.0), rgba(230, 230, 230, 1.0)); / * Standard syntax */
    background: linear-gradient(rgba(250, 250, 250, 1.0), rgba(235, 235, 235, 1.0)); /* Standard syntax */
    /*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);*/
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}

#wrapper .ButtonDisabled {
    opacity: 0.3;
    cursor: not-allowed;
}

#wrapper .RadMenu,
div.RadMenuPopup,
#wrapper .RadMenu_Default, #wrapper .RadMenu_Default a.rmLink  {
    font-size: 1em;
}

#wrapper .sLabel
{
    font-weight: 600;
}

#wrapper td.btnPrev,
#wrapper td.btnNext
{
    min-width: 4em;
}
#wrapper td.btnPrev
{
    text-align: left;
    vertical-align: top;
}
#wrapper td.btnNext
{
    text-align: right;
    vertical-align: top;
}
#wrapper td.cmdMiddle 
{
    white-space: normal;
}
#wrapper div.cmdMiddle {
    white-space: nowrap;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.Normal {
}
.NormalLabel {
    white-space: normal;
}
.NormalWrap {
    white-space: normal;
}
.columnType {
}
.columnBalance {
}
.columnNote {
}
.gridView {
    display: inline-block;
}
.validator {
    color: red;
}

.wrap {
    white-space: normal !important;
}
