﻿a
{
    outline:none !important;
}

a:hover
{
    text-decoration:none !important;
    outline:none !important;
}

a:focus
{
    outline:none !important;
    text-decoration:none !important;
}


/*.Logo {
    margin-top: 5px;
    background: url(../images/allogosmall.png) no-repeat;
    width: 100%;
    max-width: 1070px;*/
    /*max-width:1080px;*/
    /*margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    min-height: 100px;
}*/ 

.OrangeBar
{
    border-bottom-style:solid;
    border-bottom-width:4px;
    border-color:#7B7B7B;
    width:100%;
    min-height:2px;
    margin-top:5px;
    margin-bottom:0px;
}

.container {
    /*background-color: white;*/
    padding-right:0px;
    padding-left:0px; 
}

.nav {
    border: 1px solid #777777;
    background-color: #7B7B7B;
    background-image: -moz-linear-gradient(#777777, #7B7B7B);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#7B7B7B));
    background-image: -webkit-linear-gradient(#777777, #7B7B7B);
    background-image: -o-linear-gradient(#777777, #7B7B7B);
    background-image: -ms-linear-gradient(#777777, #7B7B7B);
    background-image: linear-gradient(#777777, #7B7B7B);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 0 1px 1px #777777, 0 1px 0 #666 inset;
    -webkit-box-shadow: 0 1px 1px #777777, 0 1px 0 #666 inset;
    box-shadow: 0 1px 1px #777777, 0 1px 0 #777777 inset;
}



.navbar-inverse {
  background-color: #eee;  
  border:none;
}

.navbar-collapse {
    /*padding-right:15px;
    padding-left:15px;*/
}

.FilterOption{
    display:inline-block;
    text-align:center;
    padding:.625rem;    
    vertical-align:top;
}


.pagination {
    position: relative;
    display: inline-flex;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    
}

.pagination > li {

    text-align: center;
    text-decoration: none;
    /*background-color: #969797;
    border-color: #7B7B7B;*/
}

    .pagination > li > a {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #7B7B7B;
        background-color: #ffffff;
        border: #7B7B7B 1px solid;

    }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #7B7B7B;
  border-color: #7B7B7B;
}

.pagination a
{
    /*color: #cccc66;*/
    color:#676;
}

.pagination a:hover{
    color:#7B7B7B;
}

.grayButtonClassWithShadow
{    
    display:inline-block;
	background:url(../images/button-tail.gif) repeat-x 0 -50px #fff; 			
	font-size:12px;
	line-height:7px;
	color:#222222;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:9px 24px 8px 24px;
	text-decoration:none;
	text-transform: capitalize;			
	box-shadow:0 3px 4px #969797;
    cursor:pointer;			
}

.grayButtonClass, .grayButtonClassWithShadow:hover
{    
    text-decoration:none;
    color:#909090;
}

.orangeButton
{
    background-color:#7B7B7B;
    color:white !important;
}

.orangeButton a
{    
    color:white !important;
}

.orangeButton a:hover
{
    color:white !important;
}

input
{
    max-width:800px;
}

.searchButton
{
    color:white;
	/*display: block;*/
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 15px;
	margin: 20px auto;
	/*color: #ccc;*/
	background-color: #7B7B7B;
	/*background: -webkit-linear-gradient(#777777, #7B7B7B);
	background: linear-gradient(#777777, #7B7B7B);*/
	border: 0 none;
	/*border-radius: 3px;*/
	/*text-shadow: 0 -1px 0 #000;
	box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);*/
	cursor: pointer;
	-webkit-transition: all 150ms ease;
	transition: all 150ms ease;
    line-height:5px;
    position:relative;
    left:-4px;
}

.catalogSearchButton
{
    color:white;
	/*display: block;*/
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 9px 15px;	
	/*color: #ccc;*/
	background-color: #7B7B7B;
	/*background: -webkit-linear-gradient(#777777, #7B7B7B);
	background: linear-gradient(#777777, #7B7B7B);*/
	border: 0 none;
	/*border-radius: 3px;*/
	/*text-shadow: 0 -1px 0 #000;
	box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);*/
	cursor: pointer;
	-webkit-transition: all 150ms ease;
	transition: all 150ms ease;
    line-height:5px;
    position:relative;
    left:-4px;
    overflow: visible;        
    float: left;

    -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border-top:1px solid #7B7B7B;
        border-right:1px solid #7B7B7B;
        border-bottom:1px solid #7B7B7B;        
        -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
        box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
}

/*.catalogSearchButton:before{
        content: '';
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent #7B7B7B transparent;
        top: 5px;
        left: -6px;
    }*/

.stdOrangeButton
{
    color:white !important;
	/*display: block;*/
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 15px;
	margin: 20px auto;
	/*color: #ccc;*/
	background-color: #7B7B7B;
	/*background: -webkit-linear-gradient(#777777, #7B7B7B);
	background: linear-gradient(#777777, #7B7B7B);*/
	border: 0 none;
	/*border-radius: 3px;*/
	/*text-shadow: 0 -1px 0 #000;
	box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);*/
	cursor: pointer;
	-webkit-transition: all 150ms ease;
	transition: all 150ms ease;
    line-height:5px;
    position:relative;    
    text-decoration:none;
    outline:none;
}

.stdRedButton
{
    color:white !important;
	/*display: block;*/
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 15px;
	margin: 20px auto;
	/*color: #ccc;*/
	background-color: #c93e3e;
	/*background: -webkit-linear-gradient(#777777, #7B7B7B);
	background: linear-gradient(#777777, #7B7B7B);*/
	border: 0 none;
	/*border-radius: 3px;*/
	/*text-shadow: 0 -1px 0 #000;
	box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);*/
	cursor: pointer;
	-webkit-transition: all 150ms ease;
	transition: all 150ms ease;
    line-height:5px;
    position:relative;    
    text-decoration:none;
    outline:none;
}


.orangeButton:hover, .orangeButton:focus
{
    /*
	-webkit-animation: pulsate 1.2s linear infinite;
	animation: pulsate 1.2s linear infinite;
    */
}
	
@-webkit-keyframes pulsate
{
	0%   { color: #ddd; text-shadow: 0 -1px 0 #000; }
	50%  { color: #fff; text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff; }
	100% { color: #ddd; text-shadow: 0 -1px 0 #000; }
}
		
@keyframes pulsate
{
	0%   { color: #ddd; text-shadow: 0 -1px 0 #000; }
	50%  { color: #fff; text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff; }
	100% { color: #ddd; text-shadow: 0 -1px 0 #000; }
}

.orangeButton:active
{
	color: #fff;
	/*text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff;
	box-shadow: 0 1px 0 #666, 0 2px 0 #444, 0 2px 2px rgba(0,0,0,0.9);*/
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	-webkit-animation: none;
	animation: none;
}

.customTextBox
{
        background-color: #ffffff;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7B7B7B', GradientType=0 );
/*        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #7B7B7B), color-stop(100%, #f4f4f4));
        background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #7B7B7B 52%, #f4f4f4 100%);
        background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #7B7B7B 52%, #f4f4f4 100%);
        background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #7B7B7B 52%, #f4f4f4 100%);
        background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #7B7B7B 52%, #f4f4f4 100%);
        background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #7B7B7B 52%, #f4f4f4 100%);*/
        /*-webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;*/
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #7B7B7B;
/*        -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
        box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);*/
        /*display: block;*/
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        height: 23px;
        line-height: 24px;
        padding: 0 10px 0 2px;        
        color: #444444;
        text-decoration: none;   
}

.Header 
{
    height:28px;
    left:0px;
    width:100%;
    font-size:11px;
    background-image:url(../images/body.gif);
    background-repeat: repeat-x;
    background-attachment:scroll;
    background-position-x:0%;
    background-position-y:0%;            
}

.HeaderWelcome 
{
    line-height:28px;
    padding:0px;
    font-size:11px;
    font-weight:bold;
    margin:0px;
    color:#333;    
    padding-left:10%;
}

.HeaderWelcomeLogin 
{
    line-height:28px;
    float:right;
    position:relative;
    padding-right:10%;
}

.HeaderWelcomeLogin a
{
    text-decoration:none;
    color:#333;    
}

.wrapperHeader {

    background-color: #999999;
    /*background-image:url('../Images/wrapper-header.png');
	background-color: #7C8285;
	background: #7C8285 url(../images/gradient.png) repeat-x 0 -80px;*/
    /*	background:transparent url(../images/clientnavbackground.png) repeat-x;	*/
    height: 30px;
    /*color:Black;*/
    font-weight: bold;
    text-align: center;
    padding-top: 4px;
    font-size: larger;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    /*padding:3px 0px 0px 3px;*/
}

.ActionLinkGreen
{
    color:#cccc66;
}

.LoginWrapper {
    background-color:white;  
    width:400px;  
    max-width:80%;   
    min-width:240px;  
    margin-left:auto;
    margin-right:auto;                   
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -opera-border-radius:10px;
    -khtml-border-radius:10px;
    border-radius:10px;      
    box-shadow: 0 0 10px #888888;       
}

.LoginTable {
    display:inline-block;
    text-align:center;
    padding:.3rem;    
    vertical-align:top;   
}


.login-box {
    position: absolute;
    background: transparent;
    width: 50%;
    left: 25%;
    bottom: 25%;
    border: 3px solid #000000;
    box-shadow: 0 4px 0px #888888;
}

.login-box-header-bg {
    text-align: center;
    border: 0px transparent;
    background: transparent;

}

.noImageFoundDiv {
    height: 100px;
    width: 100px;
    background: aliceblue;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}