﻿/*normalize*/
html
{
	height: 100%;
	margin: 0;
	padding: 0;

}

html 
.RadMenu{
    white-space:normal;
} 
body 
{
	height: 100%;
	margin: 0;
	padding: 0;
}
form {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: normal 16px "Segoe UI", Arial, sans-serif;
    color: #555555;
}

@media only screen and (max-width: 380px) {
    body {
        font-size: medium;
    }

    .textheader
    {
        font-size: medium ; 
    }

      .textname {
        font-size: medium;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-weight: bold;
        font-style: italic;
        color: #25A0DA;
    }

    .rgMasterTable 
    tr.rgRow td, 
    .rgMasterTable 
    tr.rgAltRow td , .RadGrid_Simple .rgHeader
{ 
    /*padding-top:0em;
    padding-bottom: 0em;
    padding-left: 0em;
    padding-right: 0em;
    font-size: x-small ;*/ 


    }
    
}

@media only screen and (min-width: 381px) and (max-width: 580px) {
    body {
        font-size: medium;
    }

    .textheader
    {
        font-size: medium ; 
    }

      .textname
    {
        font-size: medium;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-weight: bold;
        font-style: italic;
        color: #25A0DA;
    }

    .rgMasterTable 
    tr.rgRow td, 
    .rgMasterTable 
    tr.rgAltRow td , .RadGrid_Simple .rgHeader
{ 
    /*padding-top:0em;
    padding-bottom: 0em;
    padding-left: 0em;
    padding-right: 0em;
     font-size: x-small ;*/ 
}

}

@media only screen and (min-width: 581px) and (max-width: 800px) {
    body {
        font-size: medium;
    }

    .textheader
    {
        font-size: medium ; 
    }

    .textname
    {
        font-size: medium;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-weight: bold;
        font-style: italic;
        color: #25A0DA;
    }
        .rgMasterTable 
    tr.rgRow td, 
    .rgMasterTable 
    tr.rgAltRow td , .RadGrid_Simple .rgHeader
{ 
    /*padding-top:0em;
    padding-bottom: 0em;
    padding-left: 0em;
    padding-right: 0em;
     font-size: x-small ;*/ 
}

}


@media only screen and (min-width: 801px) and (max-width: 1024px) {
      body {
        font-size: medium;
    }

    .textheader
    {
        font-size: medium ; 
    }

    .textname
    {
        font-size: medium;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-weight: bold;
        font-style: italic;
        color: #25A0DA;
    }

    .rgMasterTable 
    tr.rgRow td, 
    .rgMasterTable 
    tr.rgAltRow td , 
    .RadGrid_Simple 
    .rgHeader
{ 
    /*padding-top:0em;
    padding-bottom: 0em;
    padding-left: 0em;
    padding-right: 0em;
     font-size: x-small ;*/ 
}

}



@media only screen and (min-width: 1025px)   {
    body {
        font-size: medium;
    }

    .textheader
    {
        font-size: medium ; 
    }

    .textname
    {
        font-size: medium;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-weight: bold;
        font-style: italic;
        color: #25A0DA;
    }

        .rgMasterTable 
    tr.rgRow td, 
    .rgMasterTable 
    tr.rgAltRow td , .RadGrid_Simple .rgHeader
{ 
    /*padding-top:0em;
    padding-bottom: 0em;
    padding-left: 0em;
    padding-right: 0em;
     font-size: small ;*/ 
}

}


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;
}

.Hpanel
{
    
    
    display:inline-flexbox  ;
    display:-ms-flexbox ;
    display:-moz-box;
    display:-webkit-flex ;
    
    flex-direction:column    ;
    justify-content:space-between  ;
    align-items:center ;

    
    -ms-flex-direction :column;
    -ms-flex-align:center;
    
    -webkit-flex-direction :column;
    -webkit-flex-align:center;

    -moz-flex-direction :column;
    -moz-flex-align:center;


}

.wrappingitem
{
    white-space: normal;
}

.test
{
    border: 1px solid #000000;
    font-family: Arial;
    font-size: 8px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    color: #000000;
}
