﻿.foo
{
}
/****************************************************************************************************/
/* The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx. 
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	html

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

checkbox, input, radio, select
{
	/*font-size: 11px;*/
    height: 20px;
}

input[type=checkbox] 
{
    vertical-align: middle !important;
}

/* fix ie button padding bug  - apply to all button classes
input
{
	width: auto;
	overflow: visible;
}*/

textarea
{
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	/*font-size: 11px;*/
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LABEL CONTROLS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.welcomeusertext
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TEXTBOX CONTROLS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.textbox
{
}

.searchtext
{
	border: solid 1px #d3d3d3;
	vertical-align: top;
	/*font-size: 12px;*/
}

.searchboxtext
{
	background: #e3e3e3;
	width: 160px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
	/*font-size: 12px;*/
	margin-top: 5px;
}

.searchboxtextwatermark
{
	background: #e3e3e3;
	width: 160px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
	/*font-size: 12px;*/
	margin-top: 5px;
	font-style: italic;
	color: #808080;
}

.searchquantity
{
	width: 10px;
    height: 23px;
}

.newsaddcommenttitletext
{
	width: 250px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
	font-size: 12px;
}

.newsaddcommentcommenttext
{
	height: 150px;
	width: 500px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
	font-size: 12px;
}

.blogaddcommentcommenttext
{
	height: 150px;
	width: 500px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
	font-size: 12px;
}

.accountsignaturetext
{
	height: 100px;
	width: 500px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
}

.nopnumerictextboxtext
{
	border: solid 1px #E3E3E3;
	vertical-align: top;
	/*font-size: 12px;*/
}

.shoppingcartquantitytext
{
	border: solid 1px #6a6a6a;
	/*font-size: 12px;*/
	text-align: right;
	height: 20px;
}

.wishlistquantitytext
{
	border: solid 1px #E3E3E3;
	/*font-size: 12px;*/
	text-align: right;
}

.forumtopictitletext
{
	width: 500px;
	border: 1px solid #acacac;
	vertical-align: top;
	font-size: 12px;
}

.forumsearchtext
{
	width: 500px;
	border: 1px solid #acacac;
	font-size: 14px;
}


.forumsearchboxtext
{
	border: 1px solid #acacac;
	font-size: 12px;
}

.bbeditortext
{
	border: #cec6b5 1px solid;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINK BUTTON CONTROLS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.edittopiclinkbutton
{
	padding-right: 5px;
	padding-left: 18px;
	background: url('images/ico-edit.gif') no-repeat;
}

.deletetopiclinkbutton
{
	padding-right: 5px;
	padding-left: 18px;
	background: url('images/ico-delete.gif') no-repeat;
}

.movetopiclinkbutton
{
	padding-right: 5px;
	padding-left: 18px;
	background: url('images/ico-moveTopic.gif') no-repeat;
}

.replytopiclinkbutton
{
	padding-right: 5px;
	padding-left: 18px;
	padding-bottom: 3px;
	background: url('images/ico-forum-post-add.gif') no-repeat;
}

.watchtopiclinkbutton
{
	padding-left: 18px;
	background: url('images/ico-forum-watch.gif') no-repeat;
}

.editpostlinkbutton
{
	padding-right: 5px;
	padding-left: 18px;
	background: url('images/ico-edit.gif') no-repeat;
}

.deletepostlinkbutton
{
	padding-right: 5px;
	padding-left: 18px;
	background: url('images/ico-delete.gif') no-repeat;
}

.showcartlinkbutton a
{
	color: #0000FF;
	text-decoration: overline | underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BUTTON CONTROLS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchboxbutton
{
	color: #FFF;
	height: 32px;
	padding: 0px 10px 0px 10px;
	margin-top: 0px;
	width: auto;
	overflow: visible;
	background: #303275;
    border: 1px solid #303275;
    text-transform: uppercase;
	/*FOR OTHER MAJOR BROWSERS*/
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -khtml-border-radius: 3px;
            border-radius: 3px;
            /*FOR IE*/
            /*behavior: url(border-radius.htc);*/
}

.searchbutton
{
    float: left;
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
    border: 1px solid red;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.searchbutton-topmargin {
    margin-top: 10px;
    float: right;
    margin-right: 0px;
}

.searchbutton-rightmargin {
    margin-right: 10px;
}

.searchboxemptymessage {

    color: red;   
}

.contactusbutton
{
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.productlistproductdetailbutton
{
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	margin-bottom: 3px;
	color: #FFF;
	text-align: right;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.productlistaddtocartbutton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	margin-bottom: 3px;
	color: #FFF;
	text-align: right;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.productgridproductdetailbutton
{
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	margin-bottom: 3px;
	color: #000;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.productgridaddtocartbutton
{
	color: #FFF;
	height: 25px;
	padding: 2px 3px 2px 3px;
	margin-top: 0px;
	width: auto;
	overflow: visible;
	background: #303275;
    border: 1px solid #303275;
	/*FOR OTHER MAJOR BROWSERS*/
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -khtml-border-radius: 3px;
            border-radius: 3px;
            /*FOR IE*/
            /*behavior: url(border-radius.htc);*/
}

.newsitemaddcommentbutton
{
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.blogpostaddcommentbutton
{
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.productemailafriendbutton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.productaddtocomparelistbutton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.productvariantaddtocartbutton
{
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	margin-bottom: 3px;
	color: #000;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.productvariantaddtowishlistbutton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	margin-bottom: 3px;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.productwritereviewbutton
{
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	margin-bottom: 3px;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.loginbutton
{
	color: #FFF;
	height: 25px;
	padding: 2px 10px 2px 10px;
	margin-top: 0px;
	width: auto;
	overflow: visible;
	background: #303275;
    border: 1px solid #303275;
    text-transform: uppercase;
	/*FOR OTHER MAJOR BROWSERS*/
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -khtml-border-radius: 3px;
            border-radius: 3px;
            /*FOR IE*/
            /*behavior: url(border-radius.htc);*/
	
}

.registerbutton
{
	color: #FFF;
	height: 25px;
	padding: 2px 10px 2px 10px;
	margin-top: 0px;
	width: auto;
	overflow: visible;
	background: #303275;
    border: 1px solid #303275;
    text-transform: uppercase;
	/*FOR OTHER MAJOR BROWSERS*/
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -khtml-border-radius: 3px;
            border-radius: 3px;
            /*FOR IE*/
            /*behavior: url(border-radius.htc);*/
}

.checkoutasguestbutton
{
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	margin-bottom: 3px;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.savecustomerinfobutton
{
	color: #FFF;
	height: 25px;
	padding: 2px 10px 2px 10px;
	margin-top: 0px;
	width: auto;
	overflow: visible;
	background: #303275;
    border: 1px solid #303275;
    text-transform: uppercase;
	/*FOR OTHER MAJOR BROWSERS*/
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -khtml-border-radius: 3px;
            border-radius: 3px;
            /*FOR IE*/
            /*behavior: url(border-radius.htc);*/
}

.addbillingaddressbutton
{
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	margin-bottom: 3px;
	color: #000;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.addshippingaddressbutton
{
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	margin-bottom: 3px;
	color: #000;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.editaddressbutton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	margin-bottom: 3px;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.deleteaddressbutton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	margin-bottom: 3px;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.orderdetailsbutton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	margin-bottom: 3px;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.changepasswordbutton
{
	color: #FFF;
	height: 25px;
	padding: 2px 10px 2px 10px;
	margin-top: 0px;
	width: auto;
	overflow: visible;
	background: #303275;
    border: 1px solid #303275;
    text-transform: uppercase;
	/*FOR OTHER MAJOR BROWSERS*/
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -khtml-border-radius: 3px;
            border-radius: 3px;
            /*FOR IE*/
            /*behavior: url(border-radius.htc);*/
}

.registernextstepbutton
{
	color: #FFF;
	height: 25px;
	padding: 2px 10px 2px 10px;
	margin-top: 0px;
	width: auto;
	overflow: visible;
	background: #303275;
    border: 1px solid #303275;
    text-transform: uppercase;
	/*FOR OTHER MAJOR BROWSERS*/
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -khtml-border-radius: 3px;
            border-radius: 3px;
            /*FOR IE*/
            /*behavior: url(border-radius.htc);*/
}

.completeregistrationbutton
{
	color: #FFF;
	height: 25px;
	padding: 2px 10px 2px 10px;
	margin-top: 0px;
	width: auto;
	overflow: visible;
	background: #303275;
    border: 1px solid #303275;
    text-transform: uppercase;
	/*FOR OTHER MAJOR BROWSERS*/
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -khtml-border-radius: 3px;
            border-radius: 3px;
            /*FOR IE*/
            /*behavior: url(border-radius.htc);*/
}

.passwordrecoverybutton
{
	color: #FFF;
	height: 25px;
	padding: 2px 10px 2px 10px;
	margin-top: 0px;
	width: auto;
	overflow: visible;
	background: #303275;
    border: 1px solid #303275;
    text-transform: uppercase;
	/*FOR OTHER MAJOR BROWSERS*/
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -khtml-border-radius: 3px;
            border-radius: 3px;
            /*FOR IE*/
            /*behavior: url(border-radius.htc);*/
}

.newpasswordbutton
{
	color: #FFF;
	height: 25px;
	padding: 2px 10px 2px 10px;
	margin-top: 0px;
	width: auto;
	overflow: visible;
	background: #303275;
    border: 1px solid #303275;
    text-transform: uppercase;
	/*FOR OTHER MAJOR BROWSERS*/
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -khtml-border-radius: 3px;
            border-radius: 3px;
            /*FOR IE*/
            /*behavior: url(border-radius.htc);*/
}

.saveaddressbutton
{
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #000;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.orderdetailsprintbutton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.updatewishlistbutton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.sendemailafriendbutton
{
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.applycouponcodebutton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.updatecartbutton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.continueshoppingbutton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.checkoutbutton
{
	color: #FFF;
	height: 25px;
	padding: 2px 10px 2px 10px;
	margin-top: 0px;
	width: auto;
	overflow: visible;
	background: #303275;
    border: 1px solid #303275;
    text-transform: uppercase;
	/*FOR OTHER MAJOR BROWSERS*/
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -khtml-border-radius: 3px;
            border-radius: 3px;
            /*FOR IE*/
            /*behavior: url(border-radius.htc);*/
            
}

.selectshippingaddressbutton
{
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #000;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.newaddressnextstepbutton
{
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #000;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.selectbillingaddressbutton
{
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #000;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.sameasshippingaddressbutton
{
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #000;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.shippingmethodnextstepbutton
{
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.paymentmethodnextstepbutton
{
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.paymentinfonextstepbutton
{
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.confirmordernextstepbutton
{
	color: #FFF;
	height: 25px;
	padding: 2px 10px 2px 10px;
	margin-top: 0px;
	width: auto;
	overflow: visible;
	background: #303275;
    border: 1px solid #303275;
    text-transform: uppercase;
	/*FOR OTHER MAJOR BROWSERS*/
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -khtml-border-radius: 3px;
            border-radius: 3px;
            /*FOR IE*/
            /*behavior: url(border-radius.htc);*/
}

.orderprocessedcontinuebutton
{
	color: #FFF;
	height: 25px;
	padding: 2px 10px 2px 10px;
	margin-top: 0px;
	width: auto;
	overflow: visible;
	background: #303275;
    border: 1px solid #303275;
    text-transform: uppercase;
	/*FOR OTHER MAJOR BROWSERS*/
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -khtml-border-radius: 3px;
            border-radius: 3px;
            /*FOR IE*/
            /*behavior: url(border-radius.htc);*/
}

.submitpollvotebutton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.submitforumtopicbutton
{
	background: url(images/orange_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(255, 136, 0);
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.cancelforumtopicbutton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}

.forumsearchbutton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
}


.forumsearchboxbutton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	color: #FFF;
	height: 20px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
	text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	DROP DOWN LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.currencylist
{
	background: #e3e3e3;
	border: solid 1px #3a3a3a;
}

.languagelist
{
	background: #e3e3e3;
	border: solid 1px #3a3a3a;
}

.taxdisplaytypelist
{
	background: #e3e3e3;
	border: solid 1px #3a3a3a;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CHECKBOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.forumtopicoptionscheck
{
}

.forumtopicoptionscheck label
{
	color: #555;
	font-size: 0.9em;
	padding-left: 5px;
	vertical-align: top;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LABEL / LITERAL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.searchpubtitle
{
	font-weight: normal;
}

.searchpubdescription
{
	font-weight: bold;
}

.searchsalestextdescription
{
	float: left;
	font-weight: normal;
    font-style: italic;
	color: #6A6365;
	margin-left: 0px;
	margin-right: 5px;
	width: 350px;
	padding: 3px 5px 3px 5px;
	vertical-align: middle;
	/*background-color: #E5A997;*/
	min-height: 35px;
}

.searchsalestextimage
{
	float: left;
	background-image: url(images/exclamationmark.gif);	
	background-color: #E5A997;
	min-height: 35px;
	height: 100%;
	width: 30px;
	margin-right: 0px;
	padding: 3px 5px 3px 5px;
	
}

.searchpubowner
{
	font-weight: normal;
}


.searchpubstock_instock
{
	color: green;
}

.searchpubstock_empty
{
	color: #FF0045;
}

.searchpubstock_available
{
	color: #6A6365;
}

.orderprogressarrow1
{
	display: inline;
	float: left;
    background-image: url(../../images/arrow.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 10px;
	padding: 0px 5px 3px 5px;
	margin: -40px 0 0px 115px;
	background-position: right;	
}

.orderprogressarrow2
{
	display: inline;
	float: left;
	background-image: url(../../images/arrow.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 10px;
	padding: 0px 5px 3px 5px;
	margin: -40px 0 0 325px;
	background-position: right;	
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RADLISTBOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.RadGrid_Default {
    border: 0px;
}

.RadGrid_Default .rgRow td {
    border: 0px !important;
}

.RadListBox_Sunset .rlbGroup
{
    border: 0px solid #938879;
    background-color: #000;
    height: 150px;
    width: 204px;
    overflow: auto;
    position: relative;
}


.RadListBox_Sunset .rlbText,
.RadListBox_Sunset .rlbItem,
.RadListBox_Sunset .rlbButtonText
{
	font-family: Verdana; /*"Segoe UI", Arial, sans-serif;*/
	color: #000;
    height: auto;	
}

.RadListBox_Sunset .rlbEmptyMessage
{
	font-family: Verdana; /*"Segoe UI", Arial, sans-serif;*/
	color: #000;
    height: 40px;
    width: 100%;
}

.RadListBox_Sunset .rlbText,
.RadListBox_Sunset .rlbItem
{
	line-height: 18px;
}

.RadListBox_Sunset .rlbGroup .rlbHovered
{
	background-color: #f9ed8a;
}

.RadListBox_Sunset .rlbGroup .rlbSelected
{
	background: #f2d52d;
}

.RadListBox_Sunset .rlbGroup .rlbSelected .rlbText
{
	color: #863d02;
}

.RadListBox_Sunset .rlbDisabled .rlbText
{
	color: #777;
}

.RadListBox_Sunset .rlbDisabled .rlbImage
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

.RadListBox_Sunset .rlbDropClue
{
    background-image: url('ListBox/rlbDropClue.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
	left: -10px;
	width: 10px;
}

.RadListBox_Sunset .rlbGroup .rlbDropClueAbove
{
	border-top-style: dotted;
	border-top-color: #8e8e8e;
}

.RadListBox_Sunset .rlbGroup .rlbDropClueBelow
{
	border-bottom-style: dotted;
	border-bottom-color: #8e8e8e;
}

.RadListBox_Sunset .rlbGroup .rlbSelected.rlbDropClueAbove,
.RadListBox_Sunset .rlbGroup .rlbHovered.rlbDropClueAbove
{
	border-top-color: #8e8e8e;
}

.RadListBox_Sunset .rlbGroup .rlbSelected.rlbDropClueBelow,
.RadListBox_Sunset .rlbGroup .rlbHovered.rlbDropClueBelow
{
	border-bottom-color: #8e8e8e;
}

/* Buttons normal state vertical layout*/
.RadListBox_Sunset .rlbButtonText
{
	background: transparent url('ListBox/rlbSprite.png') no-repeat;
}

.RadListBox_Sunset .rlbButton:hover .rlbButtonTL,
.RadListBox_Sunset .rlbButton:hover .rlbButtonTR,
.RadListBox_Sunset .rlbButton:hover .rlbButtonBL,
.RadListBox_Sunset .rlbButton:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonHover.png');
}

* html .RadListBox_Sunset .rlbButton:hover .rlbButtonTL,
* html .RadListBox_Sunset .rlbButton:hover .rlbButtonTR,
* html .RadListBox_Sunset .rlbButton:hover .rlbButtonBL,
* html .RadListBox_Sunset .rlbButton:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonHoverIE6.png');
}

.RadListBox_Sunset .rlbButton .rlbButtonTL,
.RadListBox_Sunset .rlbButton .rlbButtonTR,
.RadListBox_Sunset .rlbButton .rlbButtonBL,
.RadListBox_Sunset .rlbButton .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonNormal.png');
}

* html .RadListBox_Sunset .rlbButton .rlbButtonTL,
* html .RadListBox_Sunset .rlbButton .rlbButtonTR,
* html .RadListBox_Sunset .rlbButton .rlbButtonBL,
* html .RadListBox_Sunset .rlbButton .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonNormalIE6.png');
}

.RadListBox_Sunset .rlbDisabled .rlbButtonTL,
.RadListBox_Sunset .rlbDisabled .rlbButtonTR,
.RadListBox_Sunset .rlbDisabled .rlbButtonBL,
.RadListBox_Sunset .rlbDisabled .rlbButtonBR,
.RadListBox_Sunset .rlbDisabled:hover .rlbButtonTL,
.RadListBox_Sunset .rlbDisabled:hover .rlbButtonTR,
.RadListBox_Sunset .rlbDisabled:hover .rlbButtonBL,
.RadListBox_Sunset .rlbDisabled:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonDisabled.png');
}

* html .RadListBox_Sunset .rlbDisabled .rlbButtonTL,
* html .RadListBox_Sunset .rlbDisabled .rlbButtonTR,
* html .RadListBox_Sunset .rlbDisabled .rlbButtonBL,
* html .RadListBox_Sunset .rlbDisabled .rlbButtonBR,
* html .RadListBox_Sunset .rlbDisabled:hover .rlbButtonTL,
* html .RadListBox_Sunset .rlbDisabled:hover .rlbButtonTR,
* html .RadListBox_Sunset .rlbDisabled:hover .rlbButtonBL,
* html .RadListBox_Sunset .rlbDisabled:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonDisabledIE6.png');
}

.RadListBox_Sunset .rlbButton .rlbButtonText,
.RadListBox_Sunset .rlbButton:hover .rlbButtonText 
{ 
	color: #3d1400;
}

.RadListBox_Sunset .rlbDisabled .rlbButtonText,
.RadListBox_Sunset .rlbDisabled:hover .rlbButtonText
{
	color: #777;
}

.RadListBox_Sunset .rlbMoveUp .rlbButtonText { background-position: 0 0; }
.RadListBox_Sunset .rlbMoveUp:hover .rlbButtonText { background-position: -400px 0; }
.RadListBox_Sunset .rlbMoveUpDisabled .rlbButtonText,
.RadListBox_Sunset .rlbMoveUpDisabled:hover .rlbButtonText { background-position: -200px 0; }

.RadListBox_Sunset .rlbMoveDown .rlbButtonText { background-position: 0 -25px; }
.RadListBox_Sunset .rlbMoveDown:hover .rlbButtonText { background-position: -400px -25px; }
.RadListBox_Sunset .rlbMoveDownDisabled .rlbButtonText,
.RadListBox_Sunset .rlbMoveDownDisabled:hover .rlbButtonText { background-position: -200px -25px; }

.RadListBox_Sunset .rlbDelete .rlbButtonText { background-position: 0 -50px; }
.RadListBox_Sunset .rlbDelete:hover .rlbButtonText { background-position: -400px -50px; }
.RadListBox_Sunset .rlbDeleteDisabled .rlbButtonText,
.RadListBox_Sunset .rlbDeleteDisabled:hover .rlbButtonText { background-position: -200px -50px; }


.RadListBox_Sunset .rlbButtonAreaRight .rlbTransferTo .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText { background-position: 0 -100px; }
.RadListBox_Sunset .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText { background-position: 0 -75px; }
.RadListBox_Sunset .rlbButtonAreaLeft .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaRight .rlbTransferTo:hover .rlbButtonText { background-position: -400px -100px; }
.RadListBox_Sunset .rlbButtonAreaLeft .rlbTransferTo:hover .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaRight .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -75px; }

.RadListBox_Sunset .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -100px; }

.RadListBox_Sunset .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -75px; }


.RadListBox_Sunset .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText { background-position: 0 -150px; }
.RadListBox_Sunset .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText { background-position: 0 -125px; }
.RadListBox_Sunset .rlbButtonAreaLeft .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaRight .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -150px; }
.RadListBox_Sunset .rlbButtonAreaLeft .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaRight .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -125px; }

.RadListBox_Sunset .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -150px; }

.RadListBox_Sunset .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -125px; }


.RadListBox_Sunset .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText { background-position: 0 -200px; }
.RadListBox_Sunset .rlbButtonAreaTop .rlbTransferTo .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText { background-position: 0 -175px; }
.RadListBox_Sunset .rlbButtonAreaTop .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaBottom .rlbTransferTo:hover .rlbButtonText { background-position: -400px -200px; }
.RadListBox_Sunset .rlbButtonAreaTop .rlbTransferTo:hover .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaBottom .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -175px; }

.RadListBox_Sunset .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -200px; }

.RadListBox_Sunset .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -175px; }


.RadListBox_Sunset .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText { background-position: 0 -250px; }
.RadListBox_Sunset .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText { background-position: 0 -225px; }
.RadListBox_Sunset .rlbButtonAreaTop .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaBottom .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -250px; }
.RadListBox_Sunset .rlbButtonAreaTop .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaBottom .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -225px; }

.RadListBox_Sunset .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -250px; }

.RadListBox_Sunset .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_Sunset .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -225px; }






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	AJAX CONTROL TOOLKIT - TAB CONTROL CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.orange
{
	font-family: arial,helvetica;
}

.orange .ajax__tab_body
{
	/*font-size: 10pt;*/
	border: 1px solid #333;
	border-top: none;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
}

.orange .ajax__tab_header
{
	background-color: #333;
	border: solid 2px #333;
	border-bottom: none;
	padding: 2px 2px 4px 2px;
}

.orange .ajax__tab_tab
{
	/*font-size: 1em;*/
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border: solid 1px #FFF;
	padding: 5px;
	background: #404040;
}

.orange .ajax__tab_active .ajax__tab_tab, .orange .ajax__tab_hover .ajax__tab_tab
{
	color: #ff9933;
	border: solid 1px #ff9933;
}

/* GREY THEME */

.grey .ajax__tab_header
{
	font-family: "Helvetica Neue" , Arial, Sans-Serif;
	background: url(images/tab-line.png) repeat-x bottom;
	font-size: 12px;
	display: block;
}
.grey .ajax__tab_header .ajax__tab_outer
{
	background: url(images/tab.png) no-repeat left top;
	border-color: #222;
	color: #222;
	padding-left: 10px;
	margin-right: 3px;
}
.grey .ajax__tab_header .ajax__tab_inner
{
	background: url(images/tab.png) no-repeat right top;
	border-color: #666;
	color: #666;
	padding: 3px 10px 2px 0px;
}
.grey .ajax__tab_hover .ajax__tab_inner
{
	color: #000;
}
.grey .ajax__tab_active .ajax__tab_outer
{
	background: url(images/tab.png) no-repeat 0pt -40px;
	border-bottom-color: #ffffff;
}
.grey .ajax__tab_active .ajax__tab_inner
{
	background: url(images/tab.png) no-repeat right -40px;
	color: #000;
	border-color: #333;
}
.grey .ajax__tab_body
{
	font-family: arial,helvetica;
	font-size: 10pt;
	background-color: #fff;
	border: solid 1px #d7d7d7;
	border-top-width: 0;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RADGRID

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*global*/

.RadGrid_Sunset
{
    border:1px solid #bbb99d;
    background:#fff;
    color:#272522;
}

.RadGrid_Default
{
    border:0px solid #bbb99d !important;
    background:#fff;
    color:#272522;
}

.RadGrid_Sunset,
.RadGrid_Sunset .rgMasterTable,
.RadGrid_Sunset .rgDetailTable,
.RadGrid_Sunset .rgGroupPanel table,
.RadGrid_Sunset .rgCommandRow table,
.RadGrid_Sunset .rgEditForm table,
.RadGrid_Sunset .rgPager table,
.GridToolTip_Sunset
{
    /*font:12px/16px "segoe ui",arial,sans-serif;*/
    font-family: Verdana;
}

.RadGrid_Sunset .rgMasterTable,
.RadGrid_Sunset .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid_Sunset .rgRow,
.RadGrid_Sunset .rgAltRow,
.RadGrid_Sunset .rgHeader,
.RadGrid_Sunset .rgResizeCol,
.RadGrid_Sunset .rgPager,
.RadGrid_Sunset .rgGroupPanel,
.RadGrid_Sunset .rgGroupHeader
{
	cursor:default;
	background: #fff;
}

.RadGrid_Sunset input[type="image"]
{
	cursor:pointer;
}

.RadGrid_Sunset .rgRow td,
.RadGrid_Sunset .rgAltRow td,
.RadGrid_Sunset .rgEditRow td,
.RadGrid_Sunset .rgFooter td,
.RadGrid_Sunset .rgFilterRow td,
.RadGrid_Sunset .rgHeader,
.RadGrid_Sunset .rgResizeCol,
.RadGrid_Sunset .rgGroupHeader td
{
	padding-left:7px;
	padding-right:7px;
}

.RadGrid_Sunset .rgClipCells .rgHeader,
.RadGrid_Sunset .rgClipCells .rgRow>td,
.RadGrid_Sunset .rgClipCells .rgAltRow>td
{
	overflow:hidden;
}

.RadGrid_Sunset .rgHeader:first-child,
.RadGrid_Sunset th.rgResizeCol:first-child,
.RadGrid_Sunset .rgFilterRow>td:first-child,
.RadGrid_Sunset .rgRow>td:first-child,
.RadGrid_Sunset .rgAltRow>td:first-child
{
	border-left:0;
	padding-left:8px;
}

.RadGrid_Sunset .rgAdd,
.RadGrid_Sunset .rgRefresh,
.RadGrid_Sunset .rgEdit,
.RadGrid_Sunset .rgDel,
.RadGrid_Sunset .rgFilter,
.RadGrid_Sunset .rgPagePrev,
.RadGrid_Sunset .rgPageNext,
.RadGrid_Sunset .rgPageFirst,
.RadGrid_Sunset .rgPageLast,
.RadGrid_Sunset .rgExpand,
.RadGrid_Sunset .rgCollapse,
.RadGrid_Sunset .rgSortAsc,
.RadGrid_Sunset .rgSortDesc,
.RadGrid_Sunset .rgUpdate,
.RadGrid_Sunset .rgCancel,
.RadGrid_Sunset .rgUngroup
{
	width:16px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:url('Grid/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:pointer;
}

.RadGrid_Sunset .rgGroupItem input,
.RadGrid_Sunset .rgCommandRow img,
.RadGrid_Sunset .rgHeader input,
.RadGrid_Sunset .rgFilterRow img,
.RadGrid_Sunset .rgFilterRow input,
.RadGrid_Sunset .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_Sunset .rgHeaderDiv
{
	background:#e1dac7 0 -7550px repeat-x url('Grid/sprite.gif');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -7050px;
}

.rgNoScrollImage .rgHeaderDiv
{
	background-image:none;
}

.RadGrid_Sunset .rgHeader,
.RadGrid_Sunset th.rgResizeCol
{
	border:1px solid;
	border-color:#e98879 #cd6a3f #71250a #872b07;
	border-top:0;
	padding-top:4px;
	padding-bottom:4px;
	background:0 -2300px repeat-x #b94d0a url('Grid/sprite.gif');
	text-align:left;
	font-weight:normal;
}

.RadGrid_Sunset th.rgSorted
{
	border-color:#ec9883 #cd6a3f #854324 #8b3312;
	background-color:#c36624;
	background-position:0 -2600px;
}

.RadGrid_Sunset .rgHeader,
.RadGrid_Sunset .rgHeader a
{
    color:#fff;
    text-decoration:none;
}

.RadGrid_Sunset .rgCheck
{
	height:15px;
	margin:0;
	padding:0;
}

/*rows*/

.RadGrid_Sunset .rgRow td,
.RadGrid_Sunset .rgAltRow td,
.RadGrid_Sunset .rgEditRow td,
.RadGrid_Sunset .rgFooter td
{
	border:1px solid;
	border-top:0;
	padding-top:4px;
	padding-bottom:3px;
}

.RadGrid_Sunset .rgRow td
{
	border-color:#fff #fff #fff #cabaab;
}

.RadGrid_Sunset .rgAltRow
{
	background: #f1e9dc;
}

.RadGrid_Sunset .rgAltRow td
{
	border-color:#f1e9dc #f1e9dc #f1e9dc #cabaab;
}

.RadGrid_Sunset .rgRow .rgSorted
{
	border-bottom-color:#f6f1e8;
	background-color:#f6f1e8;
}

.RadGrid_Sunset .rgSelectedRow .rgSorted,
.RadGrid_Sunset .rgActiveRow .rgSorted,
.RadGrid_Sunset .rgHoveredRow .rgSorted,
.RadGrid_Sunset .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_Sunset .rgRow a,
.RadGrid_Sunset .rgAltRow a,
.RadGrid_Sunset .rgEditRow a,
.RadGrid_Sunset .rgFooter a,
.RadGrid_Sunset .rgEditForm a
{
	color:#5d1f00;
}

.RadGrid_Sunset .rgSelectedRow
{
    background:#e38443 0 -3900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_Sunset .rgSelectedRow .rgSorted{background-color:#e38443}
* html .RadGrid_Sunset .rgSelectedRow .rgSorted{background-color:#e38443}

.RadGrid_Sunset .rgActiveRow,
.RadGrid_Sunset .rgHoveredRow
{
    background:#f2d328 0 -2900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_Sunset .rgActiveRow .rgSorted,
*+html .RadGrid_Sunset .rgHoveredRow .rgSorted{background-color:#f2d328}
* html .RadGrid_Sunset .rgActiveRow .rgSorted,
* html .RadGrid_Sunset .rgHoveredRow .rgSorted{background-color:#f2d328}

.RadGrid_Sunset .rgEditRow
{
	background:#e1dac7;
}
*+html .RadGrid_Sunset .rgEditRow .rgSorted{background-color:#e1dac7}
* html .RadGrid_Sunset .rgEditRow .rgSorted{background-color:#e1dac7}

.RadGrid_Sunset .rgSelectedRow td,
.RadGrid_Sunset .rgActiveRow td,
.RadGrid_Sunset .rgHoveredRow td,
.RadGrid_Sunset .rgEditRow td
{
	border-left:0;
	border-right:0;
	padding-left:8px;
	padding-right:8px;
}

.RadGrid_Sunset .rgSelectedRow td,
.RadGrid_Sunset .rgSelectedRow td.rgSorted
{
	border-bottom-color:#ad5e2f;
}

.RadGrid_Sunset .rgActiveRow td,
.RadGrid_Sunset .rgHoveredRow td,
.RadGrid_Sunset .rgActiveRow td.rgSorted,
.RadGrid_Sunset .rgHoveredRow td.rgSorted
{
	border-bottom-color:#ca9a3e;
}

.RadGrid_Sunset .rgEditRow td,
.RadGrid_Sunset .rgEditRow td.rgSorted
{
	border-color:#e1dac7;
}

/*footer*/

.RadGrid_Sunset .rgFooterDiv,
.RadGrid_Sunset .rgFooter
{
	background:#e1dac7;
}

.RadGrid_Sunset .rgFooter td
{
	border-top-width:1px;
	border-color:#cabaab #e1dac7 #f1e9dc #e1dac7;
}

/*status*/

.RadGrid_Sunset .rgPager .rgStatus
{
	width:35px;
	border:1px solid;
	border-color:#cabaab #cabaab #f1e9dc #cabaab;
	border-left:0;
	padding:3px 0 2px;
}

.RadGrid_Sunset .rgStatus div
{
	width:24px;
	height:24px;
	overflow:hidden;
	border:0;
	margin:0 auto;
	padding:0;
	background:transparent center center no-repeat url('Common/loading_small.gif');
	text-indent:-2222px;
}

/*pager*/

.RadGrid_Sunset .rgPager
{
	background:#dee0c8;
}

.RadGrid_Sunset .rgPager td
{
	padding:0;
}

.RadGrid_Sunset .rgPager .rgPagerCell
{
	border:1px solid;
	border-color:#cabaab #f1e9dc #f1e9dc;
	border-right:0;
	padding:5px 0 4px;
}

.RadGrid_Sunset .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:22px;
	white-space:nowrap;
}

.RadGrid_Sunset .rgArrPart1
{
	padding-right:0;
}

.RadGrid_Sunset .rgArrPart2
{
	padding-left:0;
}

.RadGrid_Sunset .rgInfoPart
{
	float:right;
	color:#676462;
}

.RadGrid_Sunset .rgInfoPart strong
{
	font-weight:normal;
	color:#272522;
}

.RadGrid_Sunset .rgArrPart1 img,
.RadGrid_Sunset .rgArrPart2 img
{
	margin:0 8px;
}

.RadGrid_Sunset .rgPageFirst,
.RadGrid_Sunset .rgPagePrev,
.RadGrid_Sunset .rgPageNext,
.RadGrid_Sunset .rgPageLast
{
	width:22px;
	height:22px;
	vertical-align:top;
}

.RadGrid_Sunset .NextPrev .rgPageFirst,
.RadGrid_Sunset .NextPrev .rgPagePrev,
.RadGrid_Sunset .NextPrev .rgPageNext,
.RadGrid_Sunset .NextPrev .rgPageLast
{
	vertical-align:middle;
}

.RadGrid_Sunset .rgPageFirst
{
	background-position:0 -550px;
}
.RadGrid_Sunset .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_Sunset .rgPagePrev
{
	background-position:0 -700px;
}
.RadGrid_Sunset .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_Sunset .rgPageNext
{
	background-position:0 -850px;
}
.RadGrid_Sunset .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_Sunset .rgPageLast
{
	background-position:0 -1000px;
}
.RadGrid_Sunset .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_Sunset .rgPagerButton
{
	height:22px;
	border:1px solid;
	border-color:#b97322 #9d5d13 #824703;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:#f4be77 repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#3d1400;
	/*font:12px/12px "segoe ui",arial,sans-serif;*/
	font-family: Verdana;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_Sunset .rgNumPart
{
	padding:0;
}

.RadGrid_Sunset .NumericPages .rgNumPart
{
	padding:0 10px;
}

.RadGrid_Sunset .rgNumPart a:hover,
.RadGrid_Sunset .rgNumPart a:hover span,
.RadGrid_Sunset .rgNumPart a.rgCurrentPage,
.RadGrid_Sunset .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadGrid_Sunset .rgNumPart a
{
	float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	color:#272522;
	text-decoration:none;
}

.RadGrid_Sunset .rgNumPart span
{
	float:left;
	padding:0 0 0 5px;
}

.RadGrid_Sunset .rgNumPart a:hover
{
	background-position:100% -1250px;
	color:#863d02;
}

.RadGrid_Sunset .rgNumPart a:hover span
{
	background-position:0 -1150px;
	cursor:pointer;
}

.RadGrid_Sunset .rgNumPart a.rgCurrentPage,
.RadGrid_Sunset .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	color:#5d1f00;
	cursor:default;
}

.RadGrid_Sunset .rgNumPart a.rgCurrentPage span,
.RadGrid_Sunset .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
	cursor:default;
}

.RadGrid_Sunset .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_Sunset .rgPager .RadSlider
{
	float:left;
	margin:0 10px 0 0;
}

.RadGrid_Sunset .rgPager .rgPagerLabel,
.RadGrid_Sunset .rgPager .RadComboBox,
.RadGrid_Sunset .rgPager .RadInput_Sunset
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

*+html .RadGrid_Sunset .rgPager .RadComboBox{margin-top:-1px;}
* html .RadGrid_Sunset .rgPager .RadComboBox{margin-top:-1px;padding:1px 0;}

.RadGrid_Sunset .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_Sunset .rgHeader .rgSortAsc
{
	background-position:3px -247px;
	height:10px;
}

.RadGrid_Sunset .rgHeader .rgSortDesc
{
	background-position:3px -197px;
	height:10px;
}

.GridReorderTop_Sunset,
.GridReorderBottom_Sunset
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_Sunset
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_Sunset .rgFilterRow
{
	background:#e1dac7;
}

.RadGrid_Sunset .rgFilterRow td
{
    padding-top:4px;
    padding-bottom:5px;
    border:1px solid;
    border-top:0;
    border-color:#e1dac7 #e1dac7 #89806b;
}

.RadGrid_Sunset .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_Sunset .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_Sunset .rgFilterActive,
.RadGrid_Sunset .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_Sunset .rgFilterBox
{
	border:1px solid #938879;
	padding:2px 1px 3px;
	font:12px "segoe ui",arial,sans-serif;
	color:#272522;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_Sunset .rgGroupPanel
{
	height:24px;
	border:0;
	border-bottom:1px solid #504b41;
	background:#afa79a 0 -1900px repeat-x url('Grid/sprite.gif');
	color:#fff;
}

.RadGrid_Sunset .rgGroupPanel td
{
	border:0;
	padding:3px;
	vertical-align:middle;
}

.RadGrid_Sunset .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_Sunset .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_Sunset .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_Sunset .rgUngroup
{
	background-position:0 -7000px;
}

.RadGrid_Sunset .rgGroupItem
{
	border:1px solid #904c23;
	padding:0 2px 1px 3px;
	background:#e38443 0 -6500px repeat-x url('Grid/sprite.gif');
	color:#5d1f00;
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid_Sunset .rgGroupHeader
{
    background:#a39787;
    /*font-size:1.1em;*/
    line-height:21px;
	color:#fff;
}

.RadGrid_Sunset .rgGroupHeader td
{
    padding:0 8px;
}

.RadGrid_Sunset td.rgGroupCol,
.RadGrid_Sunset td.rgExpandCol
{
	background:#a39787 none;
	border-color:#a39787;
}

.RadGrid_Sunset .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_Sunset .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_Sunset .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid_Sunset .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
}

.RadGrid_Sunset .rgGroupHeader td div div div
{
	top:0;
	padding:0;
}

/*editing*/

.RadGrid_Sunset .rgEditForm
{
	border-bottom:1px solid #cabaab;
	background:#eae5d7;
}

.RadGrid_Sunset .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_Sunset .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_Sunset .rgDetailTable
{
	border:1px solid #cabaab;
	border-right:0;
}

/*command row*/

.RadGrid_Sunset .rgCommandRow
{
	background:#575043 0 -2099px repeat-x url('Grid/sprite.gif');
	color:#fff;
}

.RadGrid_Sunset .rgCommandCell
{
	border:0;
	padding:0;
}

.RadGrid_Sunset thead .rgCommandCell
{
	border-bottom:1px solid #36332c;
}

.RadGrid_Sunset tfoot .rgCommandCell
{
	border-top:1px solid #504a41;
}

.RadGrid_Sunset .rgCommandTable td
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_Sunset .rgCommandTable
{
	border:1px solid;
	border-color:#968f7c #8c8676 #6d665a;
}

.RadGrid_Sunset .rgCommandRow a
{
	color:#fff;
	text-decoration:none;
}

.RadGrid_Sunset .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_Sunset .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_Sunset .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_Sunset .rgDel
{
	background-position:0 -1750px;
}

/*multirow select*/

.GridRowSelector_Sunset
{
	background:#71250a;
}

/*row drag n drop*/

.GridItemDropIndicator_Sunset
{
    border-top:1px dashed #71250a;
}

/*tooltip*/

.GridToolTip_Sunset
{
	border:1px solid #cabaab;
	padding:3px;
	background:#f6f1e8;
	color:#272522;
}

/*rtl*/

.RadGridRTL_Sunset .rgHeader,
.RadGridRTL_Sunset .rgResizeCol
{
	text-align:right;
}

.RadGridRTL_Sunset .rgHeader:first-child,
.RadGridRTL_Sunset th.rgResizeCol:first-child,
.RadGridRTL_Sunset .rgFilterRow>td:first-child,
.RadGridRTL_Sunset .rgRow>td:first-child,
.RadGridRTL_Sunset .rgAltRow>td:first-child
{
	border-left:1px solid;
	padding-left:7px;
}

.RadGridRTL_Sunset .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL_Sunset .rgWrap
{
	float:right;
}

.RadGridRTL_Sunset .rgInfoPart
{
	float:left;
}

.RadGridRTL_Sunset .rgNumPart
{
	width:220px;
}

.RadGridRTL_Sunset .rgNumPart a
{
	float:right;
}

.RadGridRTL_Sunset .rgPageFirst
{
	background-position:0 -1000px;
}
.RadGridRTL_Sunset .rgPageFirst:hover
{
	background-position:0 -1050px;
}
.RadGridRTL_Sunset .rgPagePrev
{
	background-position:0 -850px;
}
.RadGridRTL_Sunset .rgPagePrev:hover
{
	background-position:0 -900px;
}
.RadGridRTL_Sunset .rgPageNext
{
	background-position:0 -700px;
}
.RadGridRTL_Sunset .rgPageNext:hover
{
	background-position:0 -750px;
}
.RadGridRTL_Sunset .rgPageLast
{
	background-position:0 -550px;
}
.RadGridRTL_Sunset .rgPageLast:hover
{
	background-position:0 -600px;
}

.RadGridRTL_Sunset .rgDetailTable
{
	border-right:1px solid;
	border-left:0;
}

/**************************************
*      Info Panel
**************************************/
.InfoPanel
{
	display: inline-block; /*clearfix in order to show stretch to inner content*/
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	height: 50px;
	border: 1px solid #000000;
	background-color: InfoBackground;
	color: Black;
	min-height: 50px;
	height: auto;
}

.InfoPanel .InfoImage
{
	float: left;
	width: 40px;
	margin-top: 5px;
	margin-bottom: 5px;	
	margin-left: 5px;
	margin-right: 5px;
	height: 40px;
}

.InfoPanel .InfoText
{
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;	
	height: 100%;
	margin-left: 10px;
}

.ErrorPanel
{
	display: inline-block; /*clearfix in order to show stretch to inner content*/
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	height: 50px;
	border: 1px solid #000000;
	background-color: InfoBackground;
	color: Red;
	min-height: 50px;
	height: auto;
}

.ErrorPanel .InfoImage
{
	float: left;
	width: 40px;
	margin-top: 5px;
	margin-bottom: 5px;	
	margin-left: 5px;
	margin-right: 5px;
	height: 40px;
}

.ErrorPanel .InfoText
{
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;	
	height: 100%;
	margin-left: 10px;
}


/**************************************
*      Useful Info
**************************************/
.operationalInfoItems .title
{
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	text-align: left;
	font-size: 16px;
	padding-left: 0px;
}

.operationalInfoItems
{
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 633px;	
}

.operationalInfoItems .ItemBox
{
	padding-bottom: 10px;
	text-align: center;		
    border: 1px solid #DADADA;
	
}

.operationalInfoItems .ItemBoxAlternating
{
	padding-bottom: 10px;
	text-align: center;
    background-color: #f2f2f2;	
    border: 1px solid #DADADA;
    
}

.operationalInfoItems .ItemBoxImportant
{
	padding-bottom: 10px;
	text-align: center;
    background-image: url(images/important.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 30px;
    border: 1px solid #DADADA;
    
    
}

.operationalInfoItems .Item
{
	text-align: left;
	width: 100%;
	height: auto;
	margin: 5px;
}

.operationalInfoItems .Item .picture
{
	clear: both;
	text-align: center;
	width: 16px;
	float: left;
	vertical-align: middle;
	margin-top: 5px;
	height: 16px;
}

.operationalInfoItems .Item .subject
{
	display: table-cell;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	width: 390px;
	text-align: left;
	font-size: 14px;
	padding-left: 0px;
}

.operationalInfoItems .Item .published
{
	display: table-cell;
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
    margin-right: 10px;
	text-align: center;
	width: 200px;
	text-align: right;
	font-style: italic;
}

.operationalInfoItems .Item .ingress
{
	display: table-cell;
	clear: left;
	text-align: left;
	padding: 5px 10px 20px 0px;
	width: auto;
	vertical-align: top;
	font-family: Verdana;
	font-size: 13px;
}

.operationalInfoItems .Item .description
{
	display: table-cell;
	clear: left;
	text-align: left;
	padding: 5px 10px 5px 0px;
	width: auto;
	vertical-align: top;
	font-family: Verdana;
	font-size: 13px;
}

.operationalInfoItems .Item .tableRow
{
	display: table-row;
    width: 798px;
}




/* Bootstrap components */
.btn 
{
  height: 34px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/* End Bootstrap components */