﻿
/* 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;
}

/*custom color scheme*/
.btn
{
    text-transform: capitalize !important;
}

.social-footer:hover
{
    text-decoration: none;
}

.container-main
{
    margin-top: 50px;
}

.login-register
{
    color: #E5173F;
}

.login-register:hover
{
    color: #54B9B3;
    font-weight: bold;
}

.btn-success, .btn-default:hover, .btn-default:active, .btn-default:active:focus, .btn-default:focus,
.btn-danger:hover, .btn-danger:active, .btn-danger:active:focus, .btn-danger:focus
{
    background-color: #54B9B3;
    border-color: #54B9B3;
    color: white;
}

.btn-danger, .btn-default, .btn-success:hover, .btn-success:active, .btn-success:active:focus, .btn-success:focus
{
    background-color: #E5173F;
    border-color: #E5173F;
    color: white;
}

.service-heading {
    color: #54B9B3;
}

    .service-heading:hover {
        color: #E5173F !important;
        font-weight: bold;
    }

.navbar-nav > li > a {
    color: #E5173F !important;
    font-size: medium;
}

    .navbar-nav > li > a:hover {
        color: #54B9B3 !important;
        font-weight: bold;
    }

.btn-primary, .btn-submit
{
    background-color: #E5173F;
    border-color: #E5173F;
    color: white;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:focus:active,
.btn-submit:hover, .btn-submit:focus, .btn-submit:active, .btn-submit:focus:active {
    background-color: #54B9B3;
    border-color: #54B9B3;
    color: white;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    background-color: #E5173F;
    border-color: #E5173F;
    color: white;
    height: 30px;
    min-width: 80px;
    max-width: 400px;
    border-radius: 4px;
}

button:hover, button:active, button:focus:active, button:focus,
html input[type=button]:hover, html input[type=button]:active:focus, html input[type=button]:active, html input[type=button]:focus
input[type=reset]:hover, input[type=reset]:active:focus, input[type=reset]:active, input[type=reset]:focus
input[type=submit]:hover, input[type=submit]:active:focus, input[type=submit]:active, input[type=submit]:focus {
        background-color: #54B9B3;
        border-color: #54B9B3;
        color: white;
        outline: 0;
}

.footer {
    border-top: 1px solid #FFFFFF;
}

.navbar-inverse {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-width: 0 0 2px 0;
}

.fa-inverse:hover {
    color: #FFFFFF;
}

.text-primary {
    color: #54B9B3;
}

.text-primary:hover {
    color: #E5173F
}

.fa-2x:hover {
    color: #E5173F;
}

.fa-2x {
    color: #54B9B3;
}

.fa-stack {
    background-color: #FFFFFF;
}


a:hover .fa-circle, a:hover .service-heading, .col-md-4:hover .fa-circle, .col-md-4:hover a, .col-md-4:hover .service-heading {
    color: #E5173F;
    font-weight: bold;
}

.navbar-header > a > img {
    margin-top: 20px;
    margin-left: 20px;
    max-width: 150px;
    max-height: 75px;
}

.navbar-inverse .navbar-toggle {
    background-color: #FFFFFF;
    border: 0;
    height: 40px;
    width: 40px;
    padding: 5px 5px;
    min-width: 40px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #E5173F;
    width: 100%;
    height: 3px;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #E5173F;
}

.navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #FFFFFF;
}

.table-condensed > tr > td {
    text-align: left;
}
/*custom color scheme

/************ 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;
}

