﻿
/* CSS Document */
/*change the max width if the height is different*/
@media(max-width: 400px){
    .container-main{
        margin-top:100px;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
 font-family: 'PT Sans', sans-serif;
}

.navbar {

  min-height: 100px;
  margin-bottom: 20px;

}

.col-xs-15{
    width:20%;
}

td, th {
  padding: 10px;
}

table{
    width:100%;
}

div.RadGrid_Metro .rgCommandRow a {
  color: #333;
  text-decoration: none;
}

legend {
  border-bottom: none;
}

.jumbotron {
    /* add bootstrap jumbotron background image */
    background: url("/images/ws.jpg") no-repeat bottom center;
    background-size: cover;
      margin-bottom: 0px;

}

@media screen and (min-width: 768px){
.jumbotron {
    height:300px;
  padding-top: 0px;
  padding-bottom: 0px;
}
}


@media (min-width: 768px){
.navbar-right {
  float: right!important;
  margin-right: 0px;
}
}

.h1, h1 {
    padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* helper classes */

.pad5 {
    padding: 5px;
}

.mt-8 {
    margin-top: -8px;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

a.white
{
    text-decoration: underline;
    color: #FFFFFF !important;
}

.textCheckBoxInput
{
    background-color: White;
    font-size: 10px;
    color: Black;
    font-family: 'Open Sans', serif, cursive;
}

.buttonInput
{
	display: inline-block;
	background: #4AC9F5;
	color: #fff;
	margin-top: 16px;
	padding: 7px 27px 13px 29px;
	font: 16px/16px 'Noto Sans', sans-serif;
}

.textBoxInput
{
    background-color: White;
    font-size: 10px;
    color: Black;
    font-family: 'Open Sans', serif, cursive;
}

.title
{
    background-color: White;
    color: Black;
    border-color: Black;
    border-width: 1px;
    border-style: solid; /*font-size:medium; 	 font-family:Courier; 	 font-weight:bold;*/
}

.ContextMenuPanel
{
    border: 1px solid #868686;
    z-index: 1000;
    background: url("../images/menu-bg.gif") repeat-y 0 0 #FAFAFA;
    cursor: default;
    padding: 1px 1px 0px 1px;
    font-size: 11px;
}

.ControlRowUnderline
{
    height: 30px;
    padding-bottom: 20px;
    padding-top: 2px;
    color: #FFF;
}


.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

/*Popup Control*/
.popupControl
{
    background-color: White;
    position: absolute;
    visibility: hidden;
}


/************ PasswordStrength Related Styles ***********************/

.TextIndicator_TextBox1
{
    background-color: Gray;
    color: White;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
}

.BarIndicator_TextBox2_weak
{
    color: Red;
    background-color: Red;
}
.BarIndicator_TextBox2_average
{
    color: Blue;
    background-color: Blue;
}
.BarIndicator_TextBox2_good
{
    color: Green;
    background-color: Green;
}

.BarBorder_TextBox2
{
    border-style: solid;
    border-width: 1px;
    padding: 2px 2px 2px 2px;
    width: 200px;
    vertical-align: middle;
}

.TextIndicator_TextBox3
{
    background-color: Blue;
    color: Yellow;
    font-size: small;
    font-variant: small-caps;
    padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox3_Handle
{
    width: 16px;
    height: 14px;
    background-image: url("../images/Question.png");
    overflow: hidden;
    cursor: help;
}

.TextIndicator_TextBox1_Strength1
{
    background-color: Gray;
    color: White;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}
.TextIndicator_TextBox1_Strength2
{
    background-color: Gray;
    color: Yellow;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}
.TextIndicator_TextBox1_Strength3
{
    background-color: Gray;
    color: #FFCAAF;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}
.TextIndicator_TextBox1_Strength4
{
    background-color: Gray;
    color: Aqua;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}
.TextIndicator_TextBox1_Strength5
{
    background-color: Gray;
    color: #93FF9E;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

/*MENU*/
.navigation
{
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    font: arial;
    font-size: 12px;
    font-weight: normal;
}
.navigation a
{
    color: #FFFFFF;
    text-decoration: none;
    font: arial;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}
.navigation a:hover
{
    text-decoration: none;
    font: arial;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    text-align: center;
}

/*AJAX*/
.dragIcon
{
    width: 100%;
    height: 21px;
    background-color: #FFFFFF;
    text-align: center;
    cursor: move;
    font-weight: bold;
}
/*AJAX Control Toolkit : Tabs*/
.ajax__tab_xp .ajax__tab_tab
{
    text-align: left;
    height: 21px;
}
.ajax__tab_header
{
    text-align: left;
}
/*.ajax__tab_active
{
 text-align:left;
}*/
.ajax__tab_body
{
    text-align: left;
}

