﻿/*normalize*/
html, 
body, 
form {
	height: 100%;
	margin: 0;
	padding: 0;
    -webkit-text-size-adjust: 100%;
}

body {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #555555;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    body {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 14px;
        line-height: 18px;
    }
}

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;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    h1 {
        font-size: 2em;
    }
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 1.6em;
    }
}

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 .no-padding {
    padding: 0;
}

#wrapper .no-padding-top-bottom {
    padding-top: 0;
    padding-bottom: 0;
}

html .RadNavigation_Bootstrap {
    background-color: #000000;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 1.1em;
}

/*navigation bar*/
html .RadNavigation .rnvRootLink {
    padding: 5px 10px;
}

html .RadNavigation_Metro .rnvMore {
    background-color: #000000;
    color: #ffffff;
    background-image: none;
    border: none;
}

html .RadNavigation .rnvRootGroupWrapper {
    background-color: #000000;
    border: none;
    background-image: none;
}

html .RadNavigation ul.rnvRootGroup {
    background-color: #000000;
    color: #ffffff;
}

html .rnvItem {
    color: #ffffff;
    background-color: #000000;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 1.1em;
}

html .RadNavigation_Metro .rnvMore.rnvSelected, .RadNavigation_Metro .rnvSelected > .rnvRootLink, .RadNavigation_Metro .rnvExpanded > .rnvRootLink, .RadNavigation_Metro .rnvHovered.rnvMore, .RadNavigation_Metro .rnvHovered > .rnvRootLink {
    color: black !important;
    background-color: #ffffff !important;
    border: none !important;
    background-image: none !important;
}

html .radSkin_Metro .rnvPopup .rnvSelected > .rnvLink, .radSkin_Metro .rnvPopup .rnvExpanded > .rnvLink {
    color: #000000 !important;
    background-color: #ffffff !important;
}

html .rnvPopup {
    border: none;
    line-height: 1.2;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 20px;
}

html .radSkin_Metro .rnvPopup .rnvHovered > .rnvLink {
    background-color: #ffffff;
}

/*rad text box*/
html body .RadInput_Metro .riTextBox, html body .RadInputMgr_Metro, html .RadInput_Metro {
    font: normal 18px "Segoe UI", Arial, sans-serif !important;
    height: auto;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    html body .RadInput_Metro .riTextBox, html body .RadInputMgr_Metro, html .RadInput_Metro {
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 480px) {
    html body .RadInput_Metro .riTextBox, html body .RadInputMgr_Metro, html .RadInput_Metro {
        font-size: 14px !important;
    }
}

/*text box*/
html body .Text_Box, html body input {
	font: normal 18px "Segoe UI", Arial, sans-serif !important;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    html body .Text_Box, html body input {
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 480px) {
    html body .Text_Box, html body input {
        font-size: 14px !important;
    }
}

/*rad button*/
html .RadButton.rbButton {
    padding-bottom: 0.16em;
}
html .RadButton_Metro.rbButton.rbHovered, .RadButton_Metro .rbSplitPart.rbHovered {
    background-color: #bee3f6;
}

/*drop down list*/
html Select {
	font: normal 18px "Segoe UI", Arial, sans-serif;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    html Select {
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    html Select {
        font-size: 14px;
    }
}

/*raddatepicker*/
html .RadPicker {
    display: inline-table;
    font: normal 18px "Segoe UI", Arial, sans-serif;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    html .RadPicker {
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    html .RadPicker {
        font-size: 14px;
    }
}

/* rad grid*/
html .RadGrid_Metro {
    font-size: 1em !important;
}
html .RadGrid_Metro .rgMasterTable, .RadGrid_Metro .rgDetailTable, .RadGrid_Metro .rgGroupPanel table, .RadGrid_Metro .rgCommandRow table, .RadGrid_Metro .rgEditForm table {
    font-size: 1em !important;
}
html .RadGrid input {
	font: normal 18px "Segoe UI", Arial, sans-serif;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    html .RadGrid input {
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    html .RadGrid input {
        font-size: 14px;
    }
}

html .RadGrid_Metro .rgFilterBox {
    height: auto;
}

html .RadUpload_Metro {
	font: normal 18px "Segoe UI", Arial, sans-serif;
    display: inline-block;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    html .RadUpload_Metro {
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    html .RadUpload_Metro {
        font-size: 14px;
    }
}

/* rad panel bar */
html .RadPanelBar_Metro {
	font: normal 18px "Segoe UI", Arial, sans-serif;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    html .RadPanelBar_Metro {
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    html .RadPanelBar_Metro {
        font-size: 14px;
    }
}

/* rad window */
html .RadWindow_Metro {
	font: normal 18px "Segoe UI", Arial, sans-serif;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    html .RadWindow_Metro {
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    html .RadWindow_Metro {
        font-size: 14px;
    }
}

/* rad list box */
html .RadListBox {
	font: normal 18px "Segoe UI", Arial, sans-serif;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    html .RadListBox {
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    html .RadListBox {
        font-size: 14px;
    }
}

/* rad combo box */
html .RadComboBox_Metro {
	font: normal 18px "Segoe UI", Arial, sans-serif;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    html .RadComboBox_Metro {
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    html .RadComboBox_Metro {
        font-size: 14px;
    }
}

html .RadComboBox_Metro .rcbInput {
	font: normal 18px "Segoe UI", Arial, sans-serif;
    height: auto;
    background-color: white;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    html .RadComboBox_Metro .rcbInput {
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    html .RadComboBox_Metro .rcbInput {
        font-size: 14px;
    }
}

html .RadComboBoxDropDown {
    width: 25em !important;
	font: normal 18px "Segoe UI", Arial, sans-serif;
    height: auto;
    background-color: white;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    html .RadComboBoxDropDown {
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    html .RadComboBoxDropDown {
        font-size: 14px;
    }
}

html .rcbHeader ul, .rcbFooter ul, .rcbItem ul, .rcbHovered ul, .rcbDisabled ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

html .RadComboBox_Metro .rcbFocused .rcbReadOnly .rcbInput {
    color: black;
}

html .cmbCycleCol {
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
    line-height: 14px;
}
