﻿/*normalize*/
html, 
body, 
form {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: normal 16px "Segoe UI", Arial, sans-serif;
    color: #555555;
}

@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;
}

.column_login {
    width:400px;
}


.label {
    font-size:1.1em;
	display: block;
}


.tx_link {
	display: block;
	margin-bottom: 1em;
    margin-left:150px;
    font-size:1.2em;
	text-align: center;
	border: 0 none;
	border-radius: 4px;
    border-width:1px;
    border-style:solid;
    border-color:#5BDD64;
	color:white;
	cursor: pointer;
    width:200px;
    height:45px;
    background-color:#00B312;
}

.tx_link:hover {
	color:white;
    background-color:#5BDD64;
}


 
 div.example {
    width:auto;
    color:#000000;
    background-color:white;
    border:1px solid #808080;
    padding:1.2%;
    border-radius:4px;
    line-height: 1.15em;
    word-wrap: break-word;
    margin-bottom:12px;
    margin-top:12px;
    width:500px;
}

  .title{
    padding:10px;
    margin-bottom:50px;
    background-color:grey;
    border-radius:4px;
    color:white;
    font-size:1.8em;
	display: block;
 }

   div.form_space {
    height:10px;
 }

.alert-container {
    font-size:1.2em;
	display: block;
    padding-top:10px;
    padding-bottom:10px;
    min-width: 250px;
    
    color:red;
    border-width:2px;
    width:100%;
    height:50px;
}

.userlogin {
    text-align:right;
    padding-right:10px;
}