﻿body 
{
    background-color: #bfbfbf;
}

div#divMayus {
    color: #007ED8;
}

img {
    max-width: 100%;
    height: auto;
}

.redOrder
{
    border: 1px solid black;
    background-color: Red;
    margin-bottom: 10px;
}

.greenOrder
{
    border: 1px solid black;
    background-color: Lime;
    margin-bottom: 10px;
}

.col-sm-1.rightalign {
    text-align:right;
}

.csscenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gridheader td, th {
    padding: 4px;
    text-align: center;
}

header
{
    padding: 10px 0px 10px 0px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #000;  /*Sets the text hover color on navbar*/

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >   
 a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: white; /*BACKGROUND color for active*/
background-color: #469AD6;
}

.navbar-default {
    background-color: #469AD6;
    border-color: #030033;
}

  .dropdown-menu > li > a:hover,
   .dropdown-menu > li > a:focus {
    color: #ccc;
   text-decoration: none;
  background-color: #469AD6;  /*change color of links in drop down here*/
   }

 .nav > li > a:hover,
 .nav > li > a:focus {
    text-decoration: none;
    background-color: #469AD6; /*Change rollover cell color here*/
  }


  .navbar-default .navbar-nav > li > a {
   color: white; /*Change active text color here*/
    }
    
.navbar-right a
{
    color: White;
    text-transform: uppercase;
}

.navbar-right a:hover
{
    /*border-bottom: 5px solid red;*/
}

.mainInfo
{
    background-color: #0064ac;/*#bfbfbf;*/
    color: white;
    height: 100px;
    padding: 10px;
    margin-bottom: 5px;
}

.mainInfo a
{
    color: gray;
}


footer
{
    color: White;
    padding-top: 5px;
    text-align: center;
    font-size: x-small;
}

    footer a {
        color: white;
    }

    footer a:visited {
        color: white;
    }

    footer a:hover {
    color: #469AD6;
    }

.halfcontrol
{
    width: 80%;
}

.lbl
{
    padding-top: 5px;
    top: 0px;
    left: 0px;
}

.heading
{
    text-align: center;
    text-transform: uppercase;
    font-size: medium;
    font-weight: bold;
    color: #469AD6;
    padding-bottom: 15px;
}

.container-fluid
{
    padding-top: 20px;
    background-color: White;
    padding-bottom: 20px;
}

.margin-bottom {
margin-bottom:2px;}

.navbar-right 
{
    margin-top: 10px;
}

.toggleMenu {
    display:  none;
    background: #469AD6;
    padding: 5px 5px;
    color: #fff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.RadTabStrip .rtsLevel1 .rtsTxt, .RadTabStripVertical .rtsLevel1 .rtsTxt {
    font-size: 14PX;
}

tr.pagerStyle td {
    padding-right: 5px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}f
tdown-submenu:hover>a:after
teropdown-submenu:hover>a:after 

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.gridheader
{
	background-color: #808080 !important;
	color: White;
	text-align: center;
	padding: 4px;
}

.modalBackground
{
      background-color: #cbcbcb;
      filter: alpha(opacity=60);
      opacity: 0.6;
      z-index: 99;
}

.hide
{
	display: none;
}

.SuppliermodalPopup
{
      background-color:#ffffff;
      border-width:3px;
      border-style:solid;
      border-color:Gray;
      padding:5px;
      width: 700px;
      height:600px;
      Font-Size: smaller;
      margin: 0px auto;
      z-index: 99;
}

.promptPopup
{
      background-color:#ffffff;
      border-width:3px;
      border-style:solid;
      border-color:Gray;
      padding:5px;
      width: 500px;
      height:250px;
      Font-Size: smaller;
      margin: 0px auto;
      z-index: 99;
}


.alert
{
	color: Red;
	font-style: italic;
}

.main a
{
	color: #007ED8;
	text-decoration: none;
	/*font-style: italic;*/
}

.main a:visited
{
	color: #469AD6;
}

.main a:hover
{
	color: #469AD6;
}

.GridRow
{
    background-color: #bebebe;
}

    .GridRow td {
        padding: 4px;
    }

.navbar-toggle .icon-bar + .icon-bar {
    background-color: white;
}

.navbar-toggle .icon-bar {
    background-color: white;
}

.GridTable
{
}

GridView
{
    max-width: 100%;
    
}
 
.modalPopup
{
      background-color:#ffffff;
      border-width:3px;
      border-style:solid;
      border-color:Gray;
      padding:5px;
      width: 600px;
      height:600px;
      Font-Size: smaller;
      margin: 0px auto;
      z-index: 99;
}

#wrapper 
{
    /*margin: 10px 0px 10px 10px;*/
    width: 100%;
    overflow: hidden; /* will contain if #first is longer than #second */
}
#first 
{
    /*margin-top: 10px;
    padding-left: 20%;*/
    width: 50%;
    float:left; /* add this */
}
#second {
    overflow: hidden; /* if you don't want #second to wrap below #first */
}

.content {
    border-top: solid 1px black;
}
