﻿
body{
	background-image: url("Images/horizontal-lines.png");
}
a{
    text-decoration:none !important;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('fonts/bootstrap/3.2.0/glyphicons-halflings-regular.eot');
  src: url('fonts/bootstrap/3.2.0/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
  url('fonts/bootstrap/3.2.0/glyphicons-halflings-regular.woff') format('woff'), 
  url('fonts/bootstrap/3.2.0/glyphicons-halflings-regular.ttf') format('truetype'), 
  url('fonts/bootstrap/3.2.0/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
  font-family: 'Opensans';

  src: url('fonts/OpenSans/OpenSans-Regular.eot');
  src: url('fonts/OpenSans/OpenSans-Regular.eot?iefix') format('embedded-opentype'), 
  url('fonts/fonts/OpenSans/OpenSans-Regular.woff') format('woff'), 
  url('fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');  
}

* {
    margin: 0;
    padding: 0;
}
h1, h2, h3 {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:24px;
    color: #333333;
}
label{
     color: #666666;
}
ul.square li {
    list-style-type: square;
}

.form-step-heading {
    border: 1px solid #ccc;
    color: #444;
    vertical-align: bottom;
    padding: 0.5% 2%;
    text-shadow: 1px 1px 0 #fff;
    font-size:1.2em;
    font-weight:bold;
    background: #F1F1F1;
    background: -webkit-gradient(center top, from(#e6e6e6), to(#FBFBFB)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(#e6e6e6, #FBFBFB) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, #e6e6e6, #FBFBFB) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -ms-linear-gradient(#e6e6e6, #FBFBFB) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -o-linear-gradient(#e6e6e6, #FBFBFB) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(#e6e6e6, #FBFBFB) repeat scroll 0 0 rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#FBFBFB');
    zoom: 1;

}
.form-section {
    border: 1px solid #ccc !important;
    padding:2%;
    margin:0;
    background: #FCFCFC;
}
.border {
    border: 1px solid #ccc !important;
}
.col-main {
    margin-left: 15%;
}
#listheader{
 font-weight: bold;
 font-size: 1em;
 border-bottom: 2px solid #ccc;
 vertical-align:bottom;
  padding: 1% 0;
  color:#555;
  background:#F5F6F8;
}
.whitelistheader{
 font-weight: bold;
 font-size: 0.9em;
 border-bottom: 2px solid #ccc;
 vertical-align:bottom;
 padding: 0.5% 0;
  color:#555;
  
}

.listrow{
  padding: 1% 0;
  border-bottom: 1px solid #ccc;
}
.listrow:hover{
  background-color: #F5FFFF;
}
.listrow:last-child{
  padding: 1% 0;
  border-bottom: none;
}
.listrow.border .col-md-1,
.listrow.border .col-md-2,
.listrow.border .col-md-3,
.listrow.border .col-md-4{
 padding:0 1%;
}
.whitelistheader.border .col-md-1,
.whitelistheader.border .col-md-2,
.whitelistheader.border .col-md-3,
.whitelistheader.border .col-md-4,
.listheader.border .col-md-1,
.listheader.border .col-md-2,
.listheader.border .col-md-3,
.listheader.border .col-md-4{
 padding:0 1%;
}
.borderBox{
 box-sizing:border-box;
}

.noborderlistrow{
  padding: 1% 0;

}
.noborderlistrow:hover{
	background-color: #CCFFFF;
}
.noborderlistrow:last-child{
  padding: 1% 0;
  border-bottom: none;
}
.doubleunderline{
   
 
  border-bottom: 4px double #999;
}
ul, ol {
  
    list-style-position:inside;
    margin-bottom: 0px;
    margin-top: 0;
}
ul.nobullet{
      list-style-type: none;
    margin-bottom: 0px;
    margin-top: 0;
}
ul.nobullet li.noborderlistrow{
    padding:0.8% 0 2%;
}

.shadow{
	text-shadow: 2px 1px #000000;
}

.italic, .italicText {
    font-style: italic;
}
.inline{
    display:inline;
}
.marginSmall{ 
	margin:5px;
}
.marginMid{ 
	margin:10px;
}
.marginLarge{ 
	margin:20px;
}
.marginLeftSmall{ 
	margin-left:5px;
}
.marginLeftMid{ 
	margin-left:10px;
}
.marginLeftLarge{ 
	margin-left:20px;
}

.marginRightSmall{ 
	margin-right:5px;
}
.marginRightMid{ 
	margin-right:10px;
}
.marginRightLarge{ 
	margin-right:20px;
}
.marginTop,.marginTopLarge{

  margin-top:20px;
}

.marginTopMid{

  margin-top:10px;
}
.marginTopSmall{

  margin-top:5px;
}
.marginBottom, .marginBottomLarge{

  margin-bottom:20px;
}

.marginBottomMid{

  margin-bottom:10px;
}
.marginBottomSmall{

  margin-bottom:5px;
}
.noMargin {
    margin:0px;
}
.noMarginTop{

  margin-top:0px;
}
.noMarginBottom{

  margin-bottom:0px;
}
.nopadleft{
	padding-left:0px ;
}
.nopad{
	padding:0px ;
}
.padSmall{
  padding: 5px;
}
.padMid{
  padding: 10px;
}
.padLarge{
  padding: 20px;
}
.lineHeightSmall{
  line-height: 1em;
}
.lineHeightMid{
  line-height: 2em;
}
.lineHeightLarge{
  line-height: 3em;
}
.valign-bottom{
    vertical-align:bottom !important;
}
.valign-middle{
    vertical-align:middle !important;
}
.valign-top{
    vertical-align:top !important;
}
.text-darkgrey{
	color:#444444;
}
.text-brown{
	color:#5A0000;
}
.text-beige{
	color:#FFCC99;
}
.text-skyblue{
	color:#66CCFF;
}
.text-navy{
	color:navy;
}
.text-gold{
	color:#FFCC00;
}
.text-red{
  color: rgb(214,32,32);
}
.whiteshadow{

 text-shadow: 3px 0px 1px  rgba(255, 255, 255, 1);
}
.bold{
	font-weight:bold;
}
.no-bold{
	font-weight:normal !important;
}
.error{
 color:red;
}
.smallText{
	font-size: 0.8em !important;
}

.mediumText{
	font-size: 0.9em !important;
}

.largeText{
	font-size: 1.2em;
}


.page-header {
	width: 100%;
	height: 60px;
	background-color: #3A3C43;
	padding: 12px;
	padding-bottom: 9px;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
}






.main-content.container{
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 25px;
	width: 100%;
	height: 100%;
}
.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 22px !important;    
}
.left-inner-addon span {
    position: absolute;
   /* padding: 7px 12px;*/
     padding: 12px 8px;
    pointer-events: none;
    top: -5px;
    /*left: 352px;*/
        left: 0px;
    height: 17px;
    width: 173px;
    
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon span {
    position: absolute;
    right: 0px;
    padding: 7px 12px;
    pointer-events: none;
}

/* nav bar*/

.nav-user-name-container {
    padding: 15px 40px 15px 15px;
}
.navbar-right {
    margin-right: 5%;
    z-index: 200;
}
.left-panel {
    float: left;
    left: 4%;
    position: fixed;
    z-index:100;
}



.left-panel .subnav li:last-child{
   
    border-bottom:none;
}
.left-panel .subnav li:hover{
    background-color: rgb(11, 139, 211);
}
.left-panel .subnav li a{  
    text-decoration: none;   
}
#layoutLeftmenu ul li {
    display:block;
    padding:0px;
}
  

#layoutLeftmenu > * a.subnav
{
    background-color: rgb(0, 159, 211);
    color: #fff;
    padding: 3px 15px 3px 20px;
    display:block;
}

#layoutLeftmenu > * a.subnav:hover,  #layoutLeftmenu > * a:hover{
    background-color:  #0B8BD3;
}
#layoutLeftmenu > * a{
    background-color:#0477b7;
    background-image:none;
    border:medium none !important;
    color:#fff;
    margin-top:0px;
    margin-bottom:0px;
    font-size:1em;
    font-weight:500;
    display:block;
    padding: 10px 15px;
    cursor: pointer;
}


#layoutLeftmenu a.active
{
    background:#555;
}
.subnav-mobile{
    display:none;
}
#mobilemenu ul ul{
  position:absolute;
  top:0%;
  top:0;
  width:100%;
  visibility:hidden;
  opacity:0;
  transition: transform 0.2s;
  transform: translateX(50px);
  border:1px solid #ccc;
}
/* INNER UL SHOW */
#mobilemenu li:hover > ul{
  top:80px;
  visibility:visible;
  opacity:1;
  transform: translateX(0px);
  background-color:#f3f3f3;
  z-index:1001;
}
#mobilemenu ul ul li {
    padding: 5px 10px;
    border-bottom:1px solid #fff;
  
}
#mobilemenu ul ul li a{
   text-decoration: none;
   color: #222;
}
.logo-wrapper {
    background-color: #006cb6;
    position: relative;
    top: 0;
    width: 140px;
    z-index: 1031;
}

.logged-in-logo {
    background-image: url("Images/aqmd-logo2.png");
}
.dropdown-toggle .icon-bar:first-child {
    margin-top: 2px !important;
}
.dropdown-toggle .icon-bar {
    background-color: #fff;
    border-radius: 1px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
    width: 22px;
}
ul.dropdown-menu  li {
    padding: 0px;
}

.layout-show-hide-tooltip-container {
    float: right;
    margin-right: 10px !important;
    padding-top: 0;
}
.layout-custom-main-menu-panel {
    margin-top: -10px !important;
    width:140px;
}

.layout-left-menu-collapse-handle-container {
    background-color: #006cb6 !important;
    cursor: pointer;
    padding: 8px 5px 5px;
    text-align: center;
}

#showtooltip, #hidetooltip {
    background-color: #187dd2;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    margin-right: 5px;
    
    text-shadow: 1px 2px 4px #555;
    background-image:none !important;
}
#showtooltip:hover, #hidetooltip:hover, #showtooltipModal:hover, #hidetooltipModal:hover, #showtooltipReportModal:hover, #hidetooltipReportModal:hover {
}
#showtooltip {
    display: none;
}
#showtooltip-xs, #hidetooltip-xs {
    position: absolute;
    right: 0;
    top:62px;
}
.stepHeader {
    background-color: #187dd2;
    color: #fff;
    font-size: 1.5em;
    font-weight: 500;
    margin-top: 40px;
    padding: 30px 30px 10px 20%;
    text-shadow: 1px 2px 4px #555;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 99 !important;
}

.logo {
    background-image: url("Images/aqmd-logo2.png");
    background-repeat: no-repeat;
    box-sizing: content-box;
    height: 145px;
    margin-bottom: 8px;
    margin-left: 20px;
    padding: 2% 0;
    width: 95px;
}
#aqmdlogo{
	
	 background-image: url('Images/aqmd-logo.png'); 
	 background-position: 20px;
	 width:190px;
	 height:60px;
	 background-repeat: no-repeat;
}
.panel-group {
    margin-bottom: 0;
    margin-top: 0;
}
.panel {
    background-color: #fff;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 8px;
}
.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px 15px;
}
.panel-default > .panel-heading {
    background-color: #0477b7;
    border-color: #ddd;
    color: #fff;
    background-image:none;
}
.panel-default > .panel-heading:hover {
    background-color: rgb(11, 139, 211);
    border-color: #ddd;
    color: #fff;
}
.panel-title {
    color: inherit;
    font-size: 1.05em;
    margin-bottom: 0;
    margin-top: 0;
}
.padding-top-5 {
    padding-top: 5px !important;
}
.navbar{
	 background-color: rgb(58,60,67);

	 background-image: url('Images/cloud3.png'); 
	 background-size: 100% 100%;
	 background-repeat: no-repeat;
	 -webkit-box-shadow: 0px 1px 3px 0px;
	 -o-box-shadow: 0px 1px 3px 0px;
	 -ms-box-shadow: 0px 1px 3px 0px;
	 -moz-box-shadow: 0px 1px 3px 0px ;
	 box-shadow: 0px 1px 3px 0px;
	 border-color: none !important;
}
.navbar-collapse.collapse {
    position: relative;
}
.navbar-collapse.collapse {
    background: none repeat scroll 0 0 #006cb6 !important;
    z-index: 5000;
}
.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    top: -8px;
    width: 140px;
}

.navbar-inverse {
    background-color: #fff !important;
    border: 1px solid #115995 !important;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 99 !important;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #187dd2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    width: 28%;
}
.navbar-inverse .navbar-nav > li > a{
	color:#e6ffff;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #187dd2;
    border-color: #337ab7;
}
.navbar-nav > li > a {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

h1.stepHeader .smallText {
    font-size: 0.7em !important;
}
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    white-space:normal !important;
}


h4.fullTitle {
    margin: 20px 0;
    text-shadow: 2px 1px #000000;
}
.whiteText {
    color: #fff;
}
.navigateButtons{
	text-align: right;
	padding:6px 10%;
}


.uppercase{
    text-transform: uppercase;
}
/*---- Custom column width that bootstrap doesn't have -- */
/*--Matrix --
.col-md-1_25 -> 1.25 --> 0.104166667%
.col-md-1_50 -> 1.50 --> 0.125%
.col-md-1_75 -> 1.75 --> 0.145833333%
*/

.col-md-0_25 {
    width: 2.083333333%;
}
.col-md-0_50 {
    width: 4.166666667%;
}
.col-md-0_75 {
    width: 6.25%;
}
.col-md-1_25 {
    width: 10.41666667%;
}
.col-md-1_50 {
    width: 12.5%;
}
.col-md-1_75 {
    width: 14.58333333%;
}
.col-md-2_25 {
    width: 18.75%;
}
.col-md-2_50 {
    width: 20.83333333%;
}
.col-md-2_75 {
    width: 22.91666667%;
}
.col-md-3_25 {
    width: 27.08333333%;
}
.col-md-3_50 {
    width: 29.16666667%;
}
.col-md-3_75 {
    width: 31.25%;
}
.col-md-4_25 {
    width: 35.41666667%;
}
.col-md-4_50 {
    width: 37.5%;
}
.col-md-4_75 {
    width: 39.58333333%;
}
.col-md-5_25 {
    width: 43.75%;
}
.col-md-5_50 {
    width: 45.83333333%;
}
.col-md-5_75 {
    width: 47.91666667%;
}
.col-md-6_25 {
    width: 52.08333333%;
}
.col-md-6_50 {
    width: 54.16666667%;
}
.col-md-6_75 {
    width: 56.25%;
}
.col-md-7_25 {
    width: 60.41666667%;
}
.col-md-7_50 {
    width: 62.5%;
}
.col-md-7_75 {
    width: 64.58333333%;
}
.col-md-8_25 {
    width: 68.75%;
}
.col-md-8_50 {
    width: 70.83333333%;
}
.col-md-8_75 {
    width: 72.91666667%;
}
.col-md-9_25 {
    width: 77.08333333%;
}
.col-md-9_50 {
    width: 79.16666667%;
}
.col-md-9_75 {
    width: 81.25%;
}
.col-md-10_25 {
    width: 85.41666667%;
}
.col-md-10_50 {
    width: 87.5%;
}
.col-md-10_75 {
    width: 89.58333333%;
}
.col-md-11_25 {
    width: 93.75%;
}
.col-md-11_50 {
    width: 95.83333333%;
}
.col-md-11_75 {
    width: 97.91666667%;
}



.col-md-0_25, .col-md-0_50, .col-md-0_75,
.col-md-1_25, .col-md-1_50, .col-md-1_75,
.col-md-2_25, .col-md-2_50, .col-md-2_75,
.col-md-3_25, .col-md-3_50, .col-md-3_75,
.col-md-4_25, .col-md-4_50, .col-md-4_75,
.col-md-5_25, .col-md-5_50, .col-md-5_75,
.col-md-6_25, .col-md-6_50, .col-md-6_75,
.col-md-7_25, .col-md-7_50, .col-md-7_75,
.col-md-8_25, .col-md-8_50, .col-md-8_75,
.col-md-9_25, .col-md-9_50, .col-md-9_75,
.col-md-10_25, .col-md-10_50, .col-md-10_75,
.col-md-11_25, .col-md-11_50, .col-md-11_75{
    float: left;
}

.col-md-0_25, .col-md-0_50, .col-md-0_75,
.col-md-1_25, .col-md-1_50, .col-md-1_75,
.col-md-2_25, .col-md-2_50, .col-md-2_75,
.col-md-3_25, .col-md-3_50, .col-md-3_75,
.col-md-4_25, .col-md-4_50, .col-md-4_75,
.col-md-5_25, .col-md-5_50, .col-md-5_75,
.col-md-6_25, .col-md-6_50, .col-md-6_75,
.col-md-7_25, .col-md-7_50, .col-md-7_75,
.col-md-8_25, .col-md-8_50, .col-md-8_75,
.col-md-9_25, .col-md-9_50, .col-md-9_75,
.col-md-10_25, .col-md-10_50, .col-md-10_75,
.col-md-11_25, .col-md-11_50, .col-md-11_75{
	min-height: 1px;
    padding-left: 1%;
    padding-right: 1%;
    position: relative;
}
.pad-tb-0
{
	padding: 0;
}
.pad-1{
	padding: 1%;
}
.pad-tb-1{
	padding: 1% 0%;
}
.pad-lr-1{
	padding: 0% 1%;
}
.pad-2{
	padding: 2%;
}
.pad-tb-2{
	padding: 2% 0%;
}
.pad-lr-2{
	padding: 0% 2%;
}
.pad-3{
	padding: 3%;
}
.pad-tb-3{
	padding: 3% 0%;
}
.pad-lr-3{
	padding: 0% 3%;
}
.pad-4{
	padding: 4%;
}
.pad-tb-4{
	padding: 4% 0%;
}
.pad-lr-4{
	padding: 0% 4%;
}
.pad-5{
	padding: 5%;
}
.pad-tb-5{
	padding: 5% 0%;
}
.pad-lr-5{
	padding: 0% 5%;
}
.pad-6{
	padding: 6%;
}
.pad-tb-6{
	padding: 6% 0%;
}
.pad-lr-6{
	padding: 0% 6%;
}
.pad-7{
	padding: 7%;
}
.pad-tb-7{
	padding: 7% 0%;
}
.pad-lr-7{
	padding: 0% 7%;
}
.pad-8{
	padding: 8%;
}
.pad-tb-8{
	padding: 8% 0%;
}
.pad-lr-8{
	padding: 0% 8%;
}


/*Header and Nav*/
.navbar {
    background-color: rgb(58, 60, 67);
    background-image: url("Images/cloud3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 1px 3px 0;
}
.navbar-collapse.collapse {
    position: relative;
}
.navbar-collapse.collapse {
    background: none repeat scroll 0 0 #006cb6 !important;
    z-index: 5000;
}
.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    top: -8px;
    width: 140px;
}

.navbar-inverse {
    background-color: #fff !important;
    border: 1px solid #115995 !important;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 99 !important;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #187dd2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    width: 28%;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #187dd2;
    border-color: #337ab7;
}
.navbar-nav > li > a {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
	color:#fff;
}
.navbar-nav > li > a:visited {
   
	color:#e6ffff;
}
.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}
.table-responsive {
     
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
    }
  #sideMenu::after {
        background: #eeeeee none repeat scroll 0 0;
        border-right: 1px solid #999999;
        content: "";
        display: inline;
        float: left;
        height: 100%;
        margin: 0 1.042% 0 0;
        position: absolute;
        top: 0;
        transition-duration: 1s;
        transition-property: all;
        transition-timing-function: ease;
        width: 81.25%;
        z-index: -1;
    }

    #sideMenu.menu-active {
        margin-left: 0;
        transition-duration: 1s;
        transition-property: all;
        transition-timing-function: ease;
        display:none;
    }
    label.form-radio, .label-checkbox{
        margin-right:10px;
    }
    input[type="radio"], input[type="checkbox"]
    {
        vertical-align:middle;
        margin:0px;
    }
    .form-control-narrow {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding: 3px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 10%;
}

.form-control-narrow[disabled]{
         background-color: #ddd;
}

.fileinput-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
}



.btn-lightblue{
    background-color: #e8f7ff;
    border: 1px solid #bce8f1;
    border-radius: 5px;
    color: #31708f;
    cursor: pointer;
    font-size: 1.2em;
    padding:5px 10px;
    text-decoration:none;
    margin: 0px 10px 20px;
    white-space:normal;
}

.btn-lightblue:hover, a .btn-lightblue:hover {
    background-color: rgb(11,139,211);
    border: 1px solid #bce8f1;
    border-radius: 5px;
    color:#fff;
    text-decoration:none !important;
}
.left-inner-addon {
    position: relative;
}
.left-inner-addon span {
    height: 17px;
    left: 0;
    padding: 12px 8px;
    pointer-events: none;
    position: absolute;
    top: -5px;
    width: 173px;
}
.form-step-heading {
    background: rgba(0, 0, 0, 0) linear-gradient(#e6e6e6, #fbfbfb) repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #444;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0.5% 2%;
    text-shadow: 1px 1px 0 #fff;
    vertical-align: bottom;
    font-family: Arial;
}

.form-section { 
    margin: 0;
    padding: 2% 2% 4%;
}
.list-heading {

    border: 1px solid #ccc;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0.5% 2%;
    
    vertical-align: bottom;
    font-family: Arial;
}
.gradblack{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 51%, rgba(19, 19, 19, 1) 100%) repeat scroll 0 0;
	color: #fff;
}
.gradsilver{
    background: rgba(0, 0, 0, 0) linear-gradient(#e6e6e6, #fbfbfb) repeat scroll 0 0;
	color: #333;
}
.gradorange{
    background: rgba(0, 0, 0, 0) linear-gradient(#ffbd80, #fff3e6) repeat scroll 0 0;
	color: #333;
}
.gradskyblue{
    background: rgba(0, 0, 0, 0) linear-gradient(#99c2ff, #e6ffff) repeat scroll 0 0;
	color: #333;
}
.SectionHeader {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 51%, rgba(19, 19, 19, 1) 100%) repeat scroll 0 0;
    color: #fff;
    padding: 5px 10px;
}
.detailsShow a, .detailsHide a {
    color: #333;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.dropdown-menu > li > a{
    padding: 3px 8px !important;
}
.table-responsive .dropdown-menu,
  .table-responsive .dropdown-toggle {
        position: static !important;
  }

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
    border:1px solid #b94a48;
    padding:10px;
    margin:0 0 20px;
    clear:both;
}

.validation-summary-valid {
    display: none;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #819ff1;
    color: #222222;
    font-weight: bold;
}
.drp-width {
    width:172px
}

.pText {
    text-align: center;
    margin: 0 0 10px;
}
.ui-datepicker{
    z-index:99 !important;
}

/* Bread Crumb*/


/* = STEPS CONTAINER
----------------------------*/
.wizard-step-info-header {
    font-size: 15px;
}

.wizard-steps {
    margin: 0px 10px 60px 2px;
    padding: 0px;
    position: relative;
    clear: both;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
}

    .wizard-steps .step {
        position: relative;
    }

    .wizard-steps div {
        float: left;
        margin-left: -2px;
    }
    /* = STEP NUMBERS
----------------------------*/
    .wizard-steps span {
        display: block;
        float: left;
        font-size: 10px;
        text-align: center;
        width: 15px;
        margin: 3px 5px 0px 0px;
        line-height: 15px;
        background: #FFF;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        color: #666;
        border: 1px solid #ccc;
        text-shadow: none;
    }
    /* = DEFAULT STEPS
----------------------------*/
    .wizard-steps a {
        position: relative;
        display: block;
        height: 24px;
        padding: 0px 10px 0px 3px;
        float: left;
        font-size: 11px;
        line-height: 24px;
        color: #681817;
        background: #f1c1c0;
        text-decoration: none;
    }

    .wizard-steps .a-before {
        width: 0px;
        height: 0px;
        border-top: 12px solid #f1c1c0;
        border-bottom: 12px solid #f1c1c0;
        border-left: 12px solid transparent;
    }

    .wizard-steps .a-after {
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #f1c1c0;
        margin-left: 0;
    }

/* = COMPLETED STEPS
----------------------------*/
.completed-step, .active-step, .incompleted-step {
}

.wizard-steps .completed-step a {
    color: #255625 !important;
    background: #aeddae !important;
}

.wizard-steps .completed-step .a-before {
    border-top: 12px solid #aeddae !important;
    border-bottom: 12px solid #aeddae !important;
}

.wizard-steps .completed-step .a-after {
    border-left: 12px solid #aeddae !important;
}

/* = ACTIVE STEPS
----------------------------*/
.wizard-steps .active-step a {
    color: #fff;
    background: #333;
}

.wizard-steps .active-step .a-before {
    border-top: 12px solid #333;
    border-bottom: 12px solid #333;
}

.wizard-steps .active-step .a-after {
    border-left: 12px solid #333;
}
/* Others*/
.footer {
     clear:both;
}
.bannerleftcol{
	float:left;
    height: 100px;
}
.bannerrightcol{
	float:left;
    height: 100px;
}

.required-field-block {
    position: relative;
    cursor: pointer;
}

    .required-field-block .required-icon {
        display: inline-block;
        vertical-align: middle;
        margin: -0.25em 0.25em 0em;
        background-color: #f2f2f2;
        border-color: #f2f2f2;
        -ms-border-radius: 0.325em;
        border-radius: 0.325em;
        font-size: 75%;
        background-color: transparent;
        position: absolute;
        top: 0em;
        right: 0em;
        z-index: 2;
        margin: 0em;
        width: 30px;
        height: 30px;
        padding: 0em;
        text-align: center;
    }

        .required-field-block .required-icon:after {
            position: absolute;
            content: "";
            right: 1px;
            top: 1px;
            z-index: -1;
            width: 0em;
            height: 0em;
            border-top: 0em solid transparent;
            border-right: 30px solid transparent;
            border-bottom: 30px solid transparent;
            border-left: 0em solid transparent;
            border-right-color: inherit;
        }

        .required-field-block .required-icon .text {
            color: #999;
            font-size: 26px;
            margin: -3px 0 0 12px;
            cursor: pointer;
        }

/* Overwrite Bootstrap*/
.radio input[type="radio"], .radio-inline input[type="radio"]{
    margin-top: 5px;
}
.btn-success a{
 color:#fff;
}
.btn-sm, .btn-group-sm > .btn {
    font-size: 0.85em;
    padding: 3px 5px;
}
/*Custom*/
#manufacturerNameContainer{
    height: 220px;
    padding: 10px;
    border-radius:5px;
    border:1px solid #ccc;
    overflow-y: scroll;
    white-space:normal;
    margin-top: 5px;
}
#manufacturerNameContainer input[type="checkbox"]{
    margin-right:10px;
}
#manufacturerNameContainer td:hover{
    background-color: #e6ffff;
}
#ctl00_FormContent_cblManufName{
    width:100%;
}
#ctl00_FormContent_RadCaptcha1_CaptchaTextBox{
    margin-right:5px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    
}
.wideBtn{
    width:100px;
}
#ctl00_FormContent_gvPublicPrdtSrch.dataTable{
    margin-top:0px !important;
}
#tablefooter{
     margin: 10px 0px;
  
}
.table > tbody > tr > td > table > tbody > tr > td > span{
   
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.12em 0.5em;
    text-align: center;
    text-decoration: none !important;
    background: #006CB6;
    border: 1px solid #004799;
    color: #fff !important;
    
    font-size:1.1em;
     
}
.table > tbody > tr > td > table > tbody > tr > td > a{
  
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
     min-width: 1.5em;
    padding:0.20em 0.5em;
    text-align: center;
    text-decoration: none !important;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0%, #dcdcdc 100%) repeat scroll 0 0;
    border: 1px solid #979797;
    color: #333 !important;
}
#ctl00_FormContent_cblManufName label, #ctl00_FormContent_cblManufName input{
    display:inline;
}