html, body
{
	width: 100%;
	height: 100%;
}

.actions-form {
    display: flex;
    align-items:center;
}

/*always overflow*/
body{
	overflow-y: scroll;
}
.ie body{
	/* disable 2 scroll*/
	overflow-y: visible;
}

body
{
	line-height: 1.7;
	background-color: white;
	color: black;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

a
{
	color: #0050B1;
}

a:visited
{
	color: #0050B1;
}

a:hover
{
	color: #E67007;
}

.wrapper
{
	width: 960px;
	min-height: 100%;
	margin: 0 auto -65px;
	border: none;
}

.wrapper .topborder{
	border-top: #E31E24 5px solid;
}

.w-200 {
	width: 200px;
}
/************* header ****************/
.header
{
	height: 58px;
	padding: 10px 15px 0;
	width: 930px;
}

.header .logo
{
	background: url(../images/logo.png) no-repeat;
	width: 185px;
	height: 45px;
	float: left;
	position: relative;
}

.header .user-block
{
	float: right;
	width:710px;
	font-size: 14px;
	text-align: right;
	color: #000;
}

.header .user-block .user-name
{
	font-size: 14px;
	color: #000;
	line-height: 16px;
}

.header .user-block .btn-exit
{
	display: inline-block;
	width: 85px;
	height: 25px;
	background: url("../images/btn-exit.png") top no-repeat;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	color: black;
	text-decoration: none;
	text-align: center;
	padding-left: 25px;
}

.header .user-block .btn-exit:hover
{
	color: #E67007;
	background-position: bottom;
}

.header .user-block .exit-block
{
	padding: 5px 10px;
	display: inline-block;
	background: #EEE;
}
.user-block .main-login-btn{
	display: inline-block;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	padding:0 10px 0 5px;
	color: black;
	text-decoration: none;
	text-align: center;
	border: solid 1px #aeaeae;
	border-radius: 2px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 45%, #fcfcfc 46%, #f1f1f1 51%, #eeeeee 100%) repeat scroll 0% 0% transparent; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(45%,#ffffff), color-stop(46%,#FCFCFC), color-stop(51%,#F1F1F1), color-stop(100%,#eeeeee)) repeat scroll 0% 0% transparent; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 45%, #fcfcfc 46%, #f1f1f1 51%, #eeeeee 100%) repeat scroll 0% 0% transparent; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 45%, #fcfcfc 46%, #f1f1f1 51%, #eeeeee 100%) repeat scroll 0% 0% transparent; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 45%, #fcfcfc 46%, #f1f1f1 51%, #eeeeee 100%) repeat scroll 0% 0% transparent; /* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #ffffff 45%, #fcfcfc 46%, #f1f1f1 51%, #eeeeee 100%) repeat scroll 0% 0% transparent; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ) repeat scroll 0% 0% transparent; /* IE6-8 */
}
.user-block .main-login-btn:hover{
	color: #E67007;
}


.user-block .vip-class-block{
	float:left;width:300px;text-align: left;line-height: 1.2;padding-top: 18px;
}
.user-block .vip-class-block .status{
	font-size: 26px;
}

.application_status{
    top:0;
    right:0;
    color:red;
}

div.firm-name{
    position:absolute;
    bottom:0;
    color:black;
    font-size: 11px;
    width: 100%;
    cursor: default;
    text-align: center;
    white-space: nowrap;
}

a.logo-link{
    text-decoration: none;
}

.app-banner__wrapper {
	display: flex;
	position: relative;
	flex-direction: row;
	align-items: center;
	padding: 32px 40px;
	font-weight: 400;
	font-size: 2.5em;
	line-height: 120%;
	color: #EFEFEF;
	background: linear-gradient(347.69deg, rgba(38, 71, 150, 0.9) 9.51%, rgba(67, 130, 214, 0.6) 117.54%);
	transition: opacity 0.5s ease;
}

.app-banner__wrapper.hidden {
	display: none;
	visibility: hidden;
	opacity: 0;
}

.app-banner_logo {
	margin: 0 58px 0 28px;
}

.app-banner__btn {
	position: absolute;
	right: 40px;
	padding: 16px 54px;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(0deg, #053783 0%, #0488F9 100%);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
	border-radius: 7px;
}

.app-banner__btn:visited {
	color: #fff;
}

/************* footer ****************/

.footer
{
	position: inherit;
	/*padding: 15px 0 0 0;*/
	padding: 0;
	vertical-align: bottom;
	height: 60px;
	display: block;
	width: 960px;
	border-bottom: #E31E24 5px solid;
	font-size: 14px;
	line-height: 14px;
	margin: 0 auto;
	clear: both;
	overflow: auto;
}

.push, .footer {
	height: 60px;
}

.footer .copyright
{
	font-size: 10px;
	float: left;
	padding-top: 25px;
	margin-left:16px;
}

.footer .phone
{
	float: left;
	padding-top: 25px;
	margin-left: 240px;
}

/************* menu ****************/
.menu
{
	padding: 0px 0 23px;
	width: 191px;
	float: left;
}

.menu .button a{
	outline: none;
}

.menu .button.selected a{
	text-decoration: none;
}

.menu .button.selected
{
	background: url(../images/btn-menu.png) right no-repeat ;
	cursor: default;
	outline:none;
}

.menu .button.selected .item
{
	font-size: 18px;
	color: #fff ;
	text-shadow: 1px 0 #000033 ;
	padding-right: 15px;
	line-height: 24px;
	padding-top: 18px;
}

.menu .button.selected .description
{
	font-size: 12px;
	color: #fff ;
	text-shadow: 0 1px #000033 ;
	padding-right: 15px;
	line-height: 12px;
}

.menu .button.selected:hover .item, .menu .button.selected:hover .description
{
	color: #fff;
}

.menu .button
{
	display: inline-block;
	height: 60px;
	width: 191px;
	vertical-align: middle;
	background: url(../images/btn-menu.png) left no-repeat;
	text-decoration: none;
	text-align: center;
	outline:none;
}

.menu .button .item
{
	font-size: 16px;
	text-shadow: 0 1px #fff;
	padding: 10px 15px 0 0;
	line-height: 24px;
	color: #000;
	font-weight: bold;
}

.menu .button .description
{
	font-size: 13px;
	text-shadow: 0 1px #fff;
	padding-right: 15px;
	line-height: 15px;
	color: #555;
}

.menu .button:hover .item, .menu .button:hover .description
{
	color: #E67007;
}

.menu .space
{
	height: 10px;
}

.menu .sub-item ul
{
	margin: 0;
	padding-left: 15px;
}

.menu .sub-item ul li
{
	list-style: none;
	font-size: 13px;
	line-height: 25px;
	outline:none;
}


.menu .sub-item a
{
	color: #0050B1;
	outline:none;
}

.menu .sub-item a:hover
{
	color: #E67007;
}


.menu .sub-item .selected a, .menu .sub-item .selected a:hover
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	cursor: default;
}

.menu .button[href="/profile"]
{
	min-height: 60px;
	height: 100%;
}
.menu .button[href="/profile"] .description{
	padding-bottom: 8px;
}

/************* блок новостей и баннеров *************/

.bottom-wrapper
{
	border: 2px #e2e3e7 solid;
	clear: both;
	height: 100%;
	overflow: hidden;
	margin: 0;
}

.bottom-wrapper .slider-link
{
	margin-top: 9px;
	line-height: 1.4em;
	font-weight: bold;
	color: #0050B1;
}

.bottom-wrapper .slider-link a:visited
{
	color: #0050B1;
}

.bottom-wrapper .slider-link a
{
	padding: .2em 0;
	text-decoration: none;
}

.bottom-wrapper .slider-link a:hover
{
	color: #E67007;
}

.banner-bottom
{
	width: 220px;
	height: 100px;
	overflow: hidden;
	float: right;
	margin: 38px 70px 0 0;
}

.banner-bottom_internet, .banner-bottom_work
{
	width: 220px;
	height: 100px;
	overflow: hidden;
	float: right;
	margin: 10px 70px 0 0;
}


/************* content ****************/
.content
{
	padding: 15px;
	width: 930px;
}

.section-content
{
	width: 710px;
	float: right;
	padding-bottom: 10px;
}

/********* форма входа ************/
.auth{
	width: 645px;
	max-width: 645px;
	margin: 0 auto;
	color:white;
	font-size:15px;
	line-height: 1;
}

.auth .auth-background{
	height: 486px;
	max-height: 486px;
	background: url("../images/login-background.png") center no-repeat;
	margin: auto;
}

.auth .auth-container
{
	border-collapse:collapse;
	padding:0;
	border:none;
	margin: auto;

	/*padding: 10px;*/
	/*margin: 50px auto;*/
}

.auth .auth-container input[type=text],
.auth .auth-container input[type=password]{
	width:300px;
}

.auth .auth-cell{
	padding:50px;
}

.auth .title{
	padding-bottom: 40px;
}

.auth .title .head{
	font-size:52px;
	font-weight: bold;
	padding: 0;
	margin:0;
}
.auth .title .subhead{
	padding: 0;
	margin:0;
	text-align: right;
}


.auth .logo-auth
{
	margin: 50px auto 15px;
	width: 400px;
	height: 70px;
	background: url(../images/logo-big.png) center no-repeat;
}

.auth .pseudo{
	color:white;
}

.auth .description{
	font-size:16px;
	font-weight: bold;
}

.auth .help{
	text-align: right;
}

.auth .text-field{
	text-align: right;
	padding: 5px 0;
}

.auth .login{
	padding:0;
}


.auth-error-summary
{
	position:fixed;
	color:black;
	width:100%;
	font-size:14px;

    border: 2px solid #E31E24;
	-webkit-box-shadow: 0 0 7px 0 #E31E24;
	-moz-box-shadow: 0 0 7px 0 #E31E24;
	box-shadow: 0 0 7px 0 #E31E24;

    padding: 7px;
    margin: 10px 170px;
    background: #FEE;
    max-width: 600px;
    border-radius: 3px;
    margin-top: 10px;
    behavior:url(/css/PIE.htc);
}

.auth-error-summary p
{
    margin: 0;
    padding: 5px;
}

.auth-error-summary ul
{
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}

.auth .help-message-content{
	margin:0;
	max-width: 420px;
}

.auth .help-content{
	margin:0;
	height:35px;
	text-align: right;
}

.auth .auth-verify-code-img {
	border: 1px solid transparent !important;
	background-color: white !important;
	border-radius: 3px !important;
	float:right !important;
	height:52px !important;
}

.auth .auth-verify-code {
	width: 168px !important;
	float:right !important;
	margin-right: 5px !important;
}

/************** Элементы форм *****************/
.css-button {
	background: #ffffff; /* Old browsers */

	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 45%, #fcfcfc 46%, #f1f1f1 51%, #eeeeee 100%) repeat scroll 0% 0% transparent; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(45%,#ffffff), color-stop(46%,#FCFCFC), color-stop(51%,#F1F1F1), color-stop(100%,#eeeeee)) repeat scroll 0% 0% transparent; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 45%, #fcfcfc 46%, #f1f1f1 51%, #eeeeee 100%) repeat scroll 0% 0% transparent; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 45%, #fcfcfc 46%, #f1f1f1 51%, #eeeeee 100%) repeat scroll 0% 0% transparent; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 45%, #fcfcfc 46%, #f1f1f1 51%, #eeeeee 100%) repeat scroll 0% 0% transparent; /* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #ffffff 45%, #fcfcfc 46%, #f1f1f1 51%, #eeeeee 100%) repeat scroll 0% 0% transparent; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ) repeat scroll 0% 0% transparent; /* IE6-8 */
	color: #000;
	border: solid 1px #aaa;
	-moz-border-radius:2px;
 	-webkit-border-radius:2px;
	border-radius: 2px 2px 2px 2px;

/*
	-webkit-box-shadow: 0 0 3px 0 #7F7F7F;
	-moz-box-shadow: 0 0 3px 0 #7F7F7F;
	box-shadow: 0 0 3px 0 #7F7F7F;
*/

	display: inline-block;
	position: relative;
	padding: 0 18px;
	/*margin: 1px;*/
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: visible;
	white-space: nowrap;

	/*font-family: Arial,Helvetica,sans-serif;*/
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	outline: none;
}

.css-button:visited{
	color: #000;
}

.css-button:hover {
	color: #E67007;
}

.css-button:active{

	/*background: #ffffff; *//* Old browsers */
	/*background: -moz-linear-gradient(top, #eeeeee 0%, #f1f1f1 45%, #fcfcfc 46%, #ffffff 51%,#ffffff  100%) repeat scroll 0% 0% transparent; *//* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(45%,#fcfcfc), color-stop(46%,#fcfcfc), color-stop(51%,#ffffff), color-stop(100%,#ffffff)) repeat scroll 0% 0% transparent; *//* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #eeeeee 0%, #f1f1f1 45%, #fcfcfc 46%, #ffffff 51%,#ffffff  100%) repeat scroll 0% 0% transparent; *//* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #eeeeee 0%, #f1f1f1 45%, #fcfcfc 46%, #ffffff 51%,#ffffff  100%) repeat scroll 0% 0% transparent; *//* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #eeeeee 0%, #f1f1f1 45%, #fcfcfc 46%, #ffffff 51%,#ffffff  100%) repeat scroll 0% 0% transparent; *//* IE10+ */
	/*background: linear-gradient(top, #eeeeee 0%, #f1f1f1 45%, #fcfcfc 46%, #ffffff 51%,#ffffff  100%) repeat scroll 0% 0% transparent; *//* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ) repeat scroll 0% 0% transparent; *//* IE6-8 */
/*

	-webkit-box-shadow: 0 0 3px 0 #4F4F4F;
	-moz-box-shadow: 0 0 3px 0 #4F4F4F;
	box-shadow: 0 0 3px 0 #4F4F4F;

*/
}
.css-button:disabled{
	color: #b1b1b1;
}

.css-button.css-button-big{
	padding: 0 36px;
	margin: 5px;
	font-size: 28px;
	height: 46px;
	line-height: 46px;
	font-weight: normal;
}

.pay-button{
	display: inline-block;
	position: relative;

	width: 200px;
	height: 60px;
	cursor: pointer;
	text-decoration: none;
	color:white !important;
	font-size: 24px;
	line-height: 60px;
	font-weight: bold;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
	-webkit-box-shadow: 0px 5px 5px -2px #b0b0b0;
	box-shadow: 0px 5px 5px -2px #b0b0b0;

	background: #ffa84c; /* Old browsers */      /*old ff7b0d*/   /*new ea750d*/
	background: #ffa84c; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa84c 0%, #ea750d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ea750d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffa84c 0%,#ea750d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffa84c 0%,#ea750d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffa84c 0%,#ea750d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffa84c 0%,#ea750d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ea750d',GradientType=0 ); /* IE6-9 */

}
.pay-button.f2row{
	height: 66px;
	font-size: 14px;
	line-height: 18px;
	display: table-cell;
	vertical-align: middle;
}
.pay-button:hover,.pay-button:active,.pay-button:visited{
	color:white;
}

.pay-button:hover{
	background: #ff7b0d; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea750d 0%, #ffa84c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea750d), color-stop(100%,#ffa84c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea750d 0%,#ffa84c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea750d 0%,#ffa84c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea750d 0%,#ffa84c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ea750d 0%,#ffa84c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea750d', endColorstr='#ffa84c',GradientType=0 ); /* IE6-9 */
}
.pay-button:active{
	-webkit-box-shadow: inset 0px 8px 5px -2px rgba(120, 120, 120, 0.5);
	box-shadow: inset 0px 8px 5px -2px rgba(120, 120, 120, 0.5);
}

.input-small{
	-webkit-box-shadow: -1px 1px 3px #CACACA inset,0px 0px 3px #CACACA inset;
	-moz-box-shadow: -1px 1px 3px #CACACA inset,0px 0px 3px #CACACA inset;
	box-shadow: -1px 1px 3px #CACACA inset,0px 0px 3px #CACACA inset;
	border: 1px solid transparent;
	background-color: white;
	-moz-border-radius:3px;
 	-webkit-border-radius:3px;
	border-radius: 3px 3px 3px 3px;
	font-size: 14px;
	padding: 4px 8px;
	outline: none;
}

.input-small:focus{
	border-color: #E67007;
}


.input-big{
	border: 1px solid transparent;
	background-color: white;
	color:black;

	-moz-border-radius:3px;
 	-webkit-border-radius:3px;
	border-radius: 3px;

	-moz-box-shadow: inset 0px 0px 5px 0px #ccc;
	-webkit-box-shadow: inset 0px 0px 5px 0px #ccc;
	box-shadow: inset 0px 0px 5px 0px #ccc;
	padding: 5px 10px;
	font-size: 36px;
}

.input-big:focus{
	box-shadow: inset 0px 0px 5px 0px #E67007;
	-moz-box-shadow: inset 0px 0px 5px 0px #E67007;
	-webkit-box-shadow: inset 0px 0px 5px 0px #E67007;
	border: 1px solid #E67007;
}


.ie .input-small{
	border-color: #BFBFBF;
}

.ie .input-small:focus{
	border-color: #E67007;
}

.ie .css-button{
	border: 1px solid #BFBFBF;
}

.ie .ui-button{
	border: 1px solid #BFBFBF;
}

.three-states-btn a
{
	background-position: left center;
	outline: none;
}

.three-states-btn a:hover
{
	background-position: center center !important;
}

.three-states-btn a:active
{
	background-position: right center !important;
}

/*************** хелперы **********/
.center{
	text-align: center;
}

.rounded-corners
{
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

    behavior:url(/css/PIE.htc);
}

.pseudo
{
	border-bottom: 1px dashed;
	cursor: pointer;
	color: #0050B1;
	text-decoration: none;
}

.pseudo:hover
{
	color: #E67007;
}

.f-left
{
	float: left;
}

.f-bottom {
	bottom: 0;
	position: inherit;
}

/**************** блок баланса ************/

.b-balance
{
	width: 710px;
	height: 130px;
}


.b-balance .summ
{
	height: 132px;
	float:left;
	text-align: center;
	width: 507px;
	background: url(../images/balance-left-bg.png) center no-repeat;
}

.b-balance .discount, .b-discount .discount
{
	height: 132px;
	text-align: center;
	width: 203px;
	float:right;
	background: url(../images/balance-right-bg.png) center no-repeat;
}

.b-balance .summ-legal
{
	height: 132px;
	float:left;
	text-align: center;
	width: 710px;
	background: url(../images/balance-bg-legal.png) center no-repeat;
}


.b-balance .content-block,.b-discount .content-block
{
	padding-top: 14px;
}

.b-balance .summ .description, .b-balance .summ-legal .description, .b-balance .discount .description, .b-discount .discount .description
{
	font-size: 14px;
	padding-left: 30px;
	color: #555;
}

.b-balance .summ .item, .b-balance .summ-legal .item, .b-balance .discount .item, .b-discount .discount .item
{
	font-size: 48px;
	line-height: 56px;
	padding-left: 30px;
	color: #0050B1;
	font-weight: bold;
}

.b-pay-info
{
	width: 710px;
	height: 74px;
	margin-top: 10px;
	clear: both;
}

.b-pay-info .description
{
	background: #83D542;
	width: 507px;
	height: 46px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	float: left;
	padding-top: 14px;
	line-height: 16px;
	color: #000;
}


.b-pay-info .pay-btn
{
	width: 203px;
	text-align: right;
	float: right;
}

.b-pay-info .pay-btn a
{
	display: inline-block;
	width: 187px;
	height: 74px;
	background-image: url(../images/btn-pay.png);
}
/*
Скидки
*/
.b-discount .discount-block {
	height: 132px;
	padding-bottom: 10px;
	width: 710px;
}
.b-discount .discount-block .banner {
	background: url(../images/discount-left-bg.png) no-repeat scroll left center transparent;
	float: left;
	height: 132px;
	text-align: center;
	width: 507px;
	padding-top: 2px;
}
.b-discount .discount-block .discount {
	background: url(../images/discount-right-bg.png) no-repeat scroll left center transparent;
	float: right;
	height: 132px;
	text-align: center;
	width: 203px;
}

.b-discount .bonuses {
	width: 100%;
	font-size: 14px;
	line-height: 18px;
}
.b-discount .bonuses td {
	background: #EEEEEE;
	vertical-align: middle;
	height: 70px;
}
.b-discount .bonuses tr.space td{
	height: 15px;
	background: white;
}
.b-discount .bonuses td.icon{
	width: 30px;

}
.b-discount .bonuses td.title{
	width: 200px;
}
.b-discount .bonuses td.about{
	width: 270px;
}
.b-discount .bonuses td.space{
	width: 16px;
	background: white;
}
.b-discount .bonuses div.icon
{
	background: url(../images/select.png) no-repeat scroll left center transparent;
	cursor: pointer;
	height: 16px;
	width: 16px;
	margin-left: 6px;
}
.b-discount .bonuses .used div.icon
{
	background-position: right center;
	cursor: auto;
}
.b-discount .bonuses .state{
	text-align: center;
	background-color: transparent;
}

.b-discount .bonuses .state.bonus-used{
	background-color: #83D542;
}
.b-discount .bonuses .state.bonus-need{
	background-color: #e0e0e0;
}



/********** пузомерка ***************/
.unlim-speed-banner .tariff
{
	font-size: 16px;
	text-align: left;
	/*width: 190px;*/
	line-height: 34px;
	color: #0050B1;
}

.unlim-speed-banner .serv-state {
    padding: 0 1em;
}

.unlim-speed-banner .tariff.current
{
	color: #000;
}

.unlim-speed-banner .tariff.current .name
{
	color: #E67007;
}

.unlim-speed-banner .speed
{
	font-size: 16px;
	text-align: center;
	width: 176px;
	color: #000;
}

.unlim-speed-banner .speed-column
{
	text-align: left;
	width: 345px;
}


.unlim-speed-banner .speed-column-block
{
	width: 319px;
	height: 17px;
	background: url(../images/speed-column-sprite.png ) no-repeat 0 0;
	float: right;
}

.unlim-speed-banner .speed-column-block div
{
	margin-top: 3px;
}

.unlim-speed-banner .speed-column-block .speed-column-left
{
	float: left;
	width: 4px;
	height: 11px;
	background: url(../images/speed-column-sprite.png ) no-repeat 0 -189px;
	margin-left: 3px;
}

.unlim-speed-banner .speed-column-block .speed-column-right
{
	float: left;
	width: 5px;
	height: 11px;
	background: url(../images/speed-column-sprite.png ) no-repeat 0 -311px;
}

.unlim-speed-banner .speed-column-block .speed-column-center
{
	float: left;
	height: 11px;
	background: url(../images/speed-column-sprite.png ) repeat-x 0 -67px;
	width: 1px;

}

.unlim-speed-banner .speed-column-block.selected .speed-column-left
{
	background-position: 0 -128px;
}

.unlim-speed-banner .speed-column-block.selected .speed-column-right
{
	background-position: 0 -250px;
}

.unlim-speed-banner .speed-column-block.selected .speed-column-center
{
	background-position: 0 -372px;
	background-repeat: repeat-x;
}

/************** Контейнерная таблица ***********/
.table-container
{
	margin-top: -10px;
}

.table-container tr {
    font-size: 16px;
    line-height: 34px;
    text-align: left;
}

.table-container td{
	padding-left: 15px;
}

.table-container .title.first td
{
	padding: 0 0 10px 0px;
}


.table-container .title td
{
	line-height: 27px;
	font-weight: bold;
	color: #fff;
	padding: 10px 0 10px 0px;
}

.table-container .table-head td
{
	font-size: 14px;
	color: #000;
	background: #eee;
	line-height: 27px;
}

.table-container .title .title-block
{
	background: url("../images/table-small-container-title-td.png") left repeat-x;
	padding-left: 15px;
}
.table-container .title .title-block-big
{
	background-image: url("../images/table-big-container-title-td.png");
	padding-left: 15px;
}
.table-container .title .subtitle-block
{
	text-align: center;
	color: black;
	font-weight: bold;
}


/******* Блок сервисов ***********/
.services .table-container
{
	margin-top: 0;
}

.services .table-container .table-head .serv-summ,
.services .table-container .table-head .serv-status{
	color: #000;
}

.normal-line{
	line-height: 24px;
}
.services .table-container .table-head .is-logo
{
	background: url("../images/logo-table-header.png") left no-repeat;
	width: 15px;
	height: 19px;
	padding-top: 7px;
}

.services .table-container .serv-state
{
	width: 17px;
	padding-right: 15px;
	vertical-align: middle;
}

.serv-status{
	width:140px;
}

.serv-state .is-select
{
	background: url("../images/select.png") left no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.serv-state .is-radio
{
	background: url("../images/radio-btn.png") left no-repeat;
	width: 17px;
	height: 17px;
	cursor: pointer;
}

.selected .serv-state .is-radio,
.selected .serv-state .is-select
{
	background-position: right;
}
.services .serv-readonly .is-radio,
.services .serv-readonly .is-select
{
	cursor: auto;
}

.services .table-container .serv-summ,
.services .table-container .pseudo,
.services .table-container .serv-name,
.services .table-container .serv-status
{
	color: #0050B1;
}

.services .table-container .selected .serv-summ,
.services .table-container .selected .pseudo,
.services .table-container .selected .serv-name,
.services .table-container .selected .serv-status,
.services .table-container .selected .pseudo-removed
{
	color: #68b52b;
}


.services .table-container .serv-summ
{
	width: 80px;
	padding-left: 15px;
}
.services .table-container .serv-alert{
	color:orange;
	font-style: italic;
}
.services .table-container .serv-status
{
	text-align: right;
	padding-right: 15px;
}

.has-discount
{
	text-decoration: line-through;
}

.discount-price
{
	color: red;
	font-weight: bold;
}

/************* Блок истории *************/

.dates
{
}

.dates a
{
	text-decoration: none;
	outline: none;
	color: #000;
}

.dates .item a:hover
{
	text-decoration: underline;
}


.dates .months .item , .dates .years .item
{
	display: inline-block;
}

.dates .item
{
	color: #000;
	font-size: 13px;
	padding: 3px 7px;
	margin-bottom: 5px;
}

.dates .item.selected
{
	background: #eee;
}

.dates .month
{
	clear: both;
}
.dates .future {
	color:#c0c0c0;
}

.history-detail tr.zebra:nth-child(2n+1) td{
    background-color: #e7e7e7;
}
.history-detail tr.selected td{
	background-color: #005ED0 !important;
	color: #ffffff !important;
}


.history-detail .title .title-block .summ,.history-detail .title .title-block-big .summ{
	float:right;
}

.history-detail .summ{
	padding-right: 31px;
	text-align: right;
	width: 120px;
}

.history-detail .date
{
	width: 135px;
}

.history-detail td .pseudo.blue
{
	color: #ffffff !important;
}

.history-detail td .pseudo
{
	color: #000;
	border-bottom: 1px dotted;
	cursor: default;
}

.history-detalisation
{
	width: 710px;
	padding: 15px 0;
}

.history-detalisation.ui-tabs .ui-tabs-nav {
	color: #0050B1;
	padding: 0;
}

.history-detalisation.ui-tabs .ui-tabs-nav li{
	padding: 10px 0;
}

.history-detalisation.ui-tabs .ui-tabs-nav a{
	color: #0050B1;
	border-bottom: #0050B1 1px dashed ;
	cursor: pointer;
	padding: 0;
	margin: 0 0.5em;
	outline:none;
}

.history-detalisation.ui-tabs .ui-tabs-nav a:hover{
	border-bottom-color: #E67007;
	color: #E67007;
}

.history-detalisation.ui-tabs .ui-tabs-nav .ui-state-active{
	background: none repeat scroll 0 0 #EEEEEE;
}

.history-detalisation.ui-tabs .ui-tabs-nav .ui-state-active a{
	border-bottom: none;
	color: black;
}

.history-detalisation.ui-tabs .ui-tabs-panel{
	background: none repeat scroll 0 0 #EEEEEE;
}

.history-detalisation.ui-tabs .ui-tabs-panel table{
	border-collapse: collapse;
}

.history-detalisation.ui-tabs .ui-tabs-panel td{
	border-bottom: solid 1px white;
}

/* где-то должно использоваться
div.section-pay div.print-btn a:hover, div.section-pay div.pay-btn-bill a:hover, div.section-pay div.pay-btn-cards a:hover, .b-pay-info a:hover
{
	background-position: center;
}
*/

/************ Блок профиля ************/

.profile .table-container td{
	font-size: 14px;
	vertical-align: top;
}

.profile .table-container .item-name{
	padding-left: 15px;
	min-width: 240px;
}

.profile .user-name
{
	font-weight: bold;
}

.profile .table-container .item-value ul
{
	padding: 0;
}

.profile .table-container .item-value ul li
{
	list-style: none;
	line-height: 20px;
}


.profile .contacts-description
{
	padding-left: 15px;
}

.profile .contacts-description.valid
{
	color: #7F7F7F;
}

.profile .contacts-description.error
{
	font-size: 14px;
	color: #ff0000 !important;
}

.profile .table-container .contacts-help
{
	font-size: 12px;
	color: #7f7f7f;
	line-height: 16px;
}

.profile .change-password-button{
	margin-left:10px;
}

.profile .contact-remove-button {
    color: #F00;
    cursor: pointer;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 3px;
}
.profile .contact-verified-status {
    background-color: #83D542;
    margin-left: 5px;
    padding: 3px;
    border-radius: 3px;
}
.password-form table{
     margin: 0;
     text-align: right;
     width: 100%;
}

.password-form table tr {
     line-height: 1.7;
     margin: 0;
     text-align: right;
     width: 100%;
}

.password-form table tr td {
     padding: 0pt;
}

.password-form td.description {
	color: #000000;
    font-size: 13px;
    line-height: 30px;
    padding: 4px;
    text-align: right;
}
.ui-dialog .ui-dialog-content.password-form{
	padding: 0 10px;
}

.password-form td.description.repeat-password {
    line-height: 0;
    padding: 13px 4px 13px 0;
}

.password-form .description.repeat-password .status {
    color: #7F7F7F;
    font-size: 11px;
    padding-top: 12px;
}

.password-form .description.repeat-password .status.error{
	color:red;
}

.password-form .description.repeat-password .status.right{
	color:green;
}

.password-form input[type="password"] {
	border: 1px solid #F1F1F1;
	box-shadow: 1px 1px 0px 1px #DADADA inset, -1px 1px 0px 1px #DADADA inset;
	font-size: 14px;
	height: 24px;
	line-height: 16px;
	margin: 0;
	padding: 0 5px;
	width: 141px;
	background-color: white;
}

td.sms-inform label,
td.sms-inform input{
	vertical-align: middle;
}

/*Управление отображением подсказки поля "Ещё раз" формы смены пароля*/
.password-form .js-repeat-password .status{
	display: none;
}

.password-form .js-repeat-password.js-status-none .status.none{
	display:block;
}

.password-form .js-repeat-password.js-status-wrong .status.wrong{
	display:block;
}

.password-form .js-repeat-password.js-status-right .status.right{
	display:block;
}

.password-result{
	text-align: center;
	height: 108px;
	overflow: hidden;
}

.password-result .password-result-text{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

.password-form .operation-result-logo
{
	width: 100px;
	height: 80px;
	display: inline-block;
	background: url("../images/operation-result-bg.png") left center no-repeat;
}

.password-form .operation-result-logo.error
{
	background-position: right;
}

.profile .contact-state .contact-text{
	margin: 0 5px;
}

.profile .contact-state .sms-code{
	width:60px;
	margin: 0 10px;
}

.profile .contact-state .confirm-icon{
	display:inline-block;
	width:15px;
	height: 15px;
	margin-bottom: -3px;
}

.profile .contact-state[data-state=confirmed] .confirm-icon{
	background-image: url('../js/jcontact/images/profile-contact-confirmed.png');
}

.profile .contact-state .delete-icon{
	display: none;
}

.profile .contact-state[data-state=confirmed] .delete-icon,
.profile .contact-state[data-state=not_confirmed] .delete-icon{
	display:inline-block;
	width:15px;
	height: 15px;
	background-image: url('../js/jcontact/images/profile-contact-delete.png');
	margin-bottom: -3px;
}

.profile .contact-state .confirm-elements{
	display: none;
}

.profile .contact-state[data-state=not_confirmed] .confirm-elements{
	display:inline-block;
}

.profile .contact-state .contact-edit-view{
	display:none;
}

.profile .contact-state .phone-input{
	display:none;
}

.profile .contact-state .confirm-elements{
	padding-left: 10px;
	display:none;
}

/*
Дополнительная стилизация заголовков jquery dialog
*/
#dialog{
	overflow: hidden;
}

.contentwrapper{
	/*margin: 0px 10px;*/
	background-color: #F9F9F9;
	border: solid 1px #CCCCCC;
	box-shadow: 0px -1px 1px gray;
	height: 250px;
	border-radius: 5px;
	padding: 5px;
	overflow: auto;
}

.bottom-wrapper
{
	/*clear: inherit;*/
	/*width: 100%;*/
	/*overflow: auto;*/
}

.alert {
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
	border-radius: 4px 4px 4px 4px;
	color: #C09853;
	margin-top:5px;
	margin-bottom: 5px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	font-size: 18px;
}

.alert-danger, .alert-error {
	background-color: #F2DEDE;
	border-color: #EED3D7;
	color: #B94A48;
}

.alert-success {
	background-color: #DFF0D8;
	border-color: #D6E9C6;
	color: #468847;
	padding: 4px;
	border-radius: 4px;
	text-align: center;
}

.alert-info {
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	color: #3A87AD;
}

.alert ul{
	margin: 0;
}

.errorSummary, .OkSummary
{
	color:red;
	font-size: 14px;
	/*border-left: solid 3px red;*/
	/*padding-left: 10px;*/
}
.OkSummary {
	color:green;
	/*border-left-color: green;*/
}


.errorSummary p, .OkSummary p
{
    margin: 0;
    padding: 0;
}

.errorSummary ul, .OkSummary ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}



.oplataIframe{
    width:725px;
    height:700px;
    overflow:hidden;
}
.oplataIframeBig{
    width:725px;
    height:830px;
    overflow:hidden;
}

.section-pay .promised-payment .description
{
    padding-bottom: 20px;
}

.section-pay .pay-description, .section-pay .promised-payment .description span, .section-pay .promised-payment .description
{
    font-size: 14px;
    color: #000;
    line-height: 16px;
}

.pay-logo
{
    text-align: center;
}

.section-pay .promised-payment .description
{
    padding-bottom: 20px;
}

.section-pay .pay-description, .section-pay .promised-payment .description span, .section-pay .promised-payment .description
{
    font-size: 14px;
    color: #000;
    line-height: 16px;
}

.section-pay .pay-btn-cards a:active
{
    background-position: right !important;
}

.section-pay .pay-btn-promised-payment
{
    width: 305px;
    text-align: right;
    float: right;
}

.section-pay .pay-btn-promised-payment a
{
    display: inline-block;
    width: 304px;
    height: 74px;
    background: url(../images/pay-btn-promised-payment.png) left no-repeat;
}

.section-pay .promised-payment-error{
	color:red;
	font-size: 16px;
}
.section-pay .promised-payment-error ul{
	list-style: none;
	padding: 0;
}

.section-pay .print-btn a {
    background: url("../images/print-btn.png") no-repeat scroll left center transparent;
    display: inline-block;
    height: 74px;
    width: 253px;
}
.section-pay .print-btn a:hover, .section-pay .pay-btn-bill a:hover, .section-pay .pay-btn-cards a:hover, .section-content .pay-info a:hover
{
    background-position: center;
}

.section-pay .pay-btn-cards a:active,.section-pay .print-btn a:active
{
    background-position: right !important;
}

.new_input_big{
    border: 1px solid #cccccc;
    width: 150px;
    box-shadow: inset 0px 0px 5px 0px #ccc;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 36px;
}
.new_input_label{
    font-size: 36px;
    margin-bottom: 5px;
}

/*
Блок "Обратная связь"
*/
table.feedback td{
	vertical-align: middle;
}

table.feedback .css-button .vote-icon
{
    display: inline-block;
    width: 14px;
    height: 18px;
    background: url("../images/thumbs-active.png") no-repeat;
}

table.feedback .css-button .vote-icon.bad
{
    background-position: right;
}

table.feedback .css-button .vote-icon.good
{
    background-position: left;
}

table.feedback .vote-icon
{
    display: inline-block;
    width: 14px;
    height: 18px;
    background: url("../images/thumbs-active.png") no-repeat;
	margin-bottom: -3px;
}

table.feedback .vote-icon.bad
{
    background-position: right;
}

table.feedback .vote-icon.good
{
    background-position: left;
}

#feedback-popup textarea
{
    width: 452px;
    height: 150px;
    resize: none;
}

div.loading{
	background: url("../images/ajax-loader.gif") center center no-repeat;
	min-height: 32px;
}

/*
 Стандартные стили для акций в услугах
*/
.action > td{
	padding: 0;
}

.action-block
{
	/*padding-left: 13px;*/
	/*width: 100%;*/
	border: dashed 2px #0050B1;
	/*margin: 20px;*/
	text-align: center;
	border-radius: 5px;
	padding: 5px;
}

.table-container .serv-speed{
	padding-left: 0;
}
.serv-speed{
	padding-right: 15px;
	text-align: right;
	width: 115px;
}

/*activation*/
.activation-info{
	width: 100%;
	margin-bottom: 10px;
}
.activation-info td{
	border: solid 2px #e0e0e0;
	padding: 5px;
}

/* lk_anketa_ctv */
p.error{
    text-shadow: 0 0 10px #FF0000;
}
span#rejection input{
    margin-left: 20px;
    margin-right: 6px;
    vertical-align: middle;
}
span#rejection label{
    cursor: pointer;
}

/* enter password dialog */
.ui-dialog.enter-password-dialog{
	background: url("../images/login-dialog-background.png") center center no-repeat;
	box-shadow: none;
}

.ui-dialog.enter-password-dialog .ui-dialog-buttonpane{
	text-align: center;
	padding: .3em .4em .5em .4em
}

.ui-dialog.enter-password-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{
	float: none;
}

.ui-dialog.enter-password-dialog .ui-button-text-only .ui-button-text{
	padding: 0;
}

.ui-dialog.enter-password-dialog .enter-password-dlg-form{
	height: 100%;
	width: 100%;
	text-align: center;
}

.ui-dialog.enter-password-dialog .enter-password-dlg-table{
	border-collapse:collapse;
	padding:0;
	border:none;
	margin: auto;
	height: 100%;
	width: 100%;
}

.ui-dialog.enter-password-dialog .enter-password-dlg-form .input-big{
	width: 300px;
	font-size: 36px;
}

.ui-dialog.enter-password-dialog .enter-password-dlg-table .description{
	font-size:26px;
	font-weight: bold;
	color: white;
	font-weight: bold;
	width: 30%;
	vertical-align: top;
}

.ui-dialog.enter-password-dialog .enter-password-dlg-table .text-field{
	text-align: center;
	padding: 5px 0;
	width: 70%;
	vertical-align: top;
}

.ui-dialog.enter-password-dialog .ui-dialog-title{
	font-size:52px;
	line-height: 52px;
	color: white;
}

.ui-dialog.enter-password-dialog .error-cell{
	height: 20%;
}

.ui-dialog.enter-password-dialog .auth-error{
	color:black;
	width:80%;
	font-size:14px;

    border: 2px solid #E31E24;
	-webkit-box-shadow: 0 0 7px 0 #E31E24;
	-moz-box-shadow: 0 0 7px 0 #E31E24;
	box-shadow: 0 0 7px 0 #E31E24;

    padding: 7px;
    margin: 0 auto;
    background: #FEE;
    max-width: 600px;
    border-radius: 3px;
}

.ui-dialog.enter-password-dialog .help{
	color: white;
}

/************* Блок сети *************/

.section-content .network-status-panel .panel {
	display: inline-block;
	vertical-align: middle;
	width: 216px;
	height: 33px;
	background: url('../images/web-status.png') no-repeat;
}

.section-content .network-status-panel .panel.ok{
	background-position: top;
}
.section-content .network-status-panel .panel.job_ticket{
	background-position: 0px -50px;
}
.section-content .network-status-panel .panel.damage{
	background-position: 0px -101px;
}
.section-content .network-status-panel .panel.departure_engineer{
	background-position: 0px -151px;
}
.section-content .network-status-panel .panel.fixorder{
	background-position: 0px -201px;
}
.section-content .network-status-panel .panel.svc_order{
	background-position: 0px -252px;
}
.section-content .network-status-panel .panel.block{
	background-position: 0px -302px;
}
.section-content .network-status-panel .panel.ok_needpay{
	background-position: 0px -350px;
}
.section-content .network-status-panel .panel.blocked{
	background-position: 0px -350px;
}

.section-content .network-status-panel .title {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 15px;
}

.section-content .network-status-panel .title.status:before {
	content: '';
	width: 26px;
	height: 27px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url('../images/icon-web-status.png') no-repeat center;
}

.section-content .network-status-panel thead td {
	padding: 0 20px 40px 0;
}

.section-content .network-status-panel tbody td {
	padding: 0 20px 15px 0;
}

.notification-on {
	color: #008000;
}
.notification-off {
	color: #FF0000;
}

#notifForm .overlay {
	background: #000;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	opacity: .5;
}
#notifForm .visible {
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	overflow: hidden;
	z-index: 2000;
	width: 700px;
	padding: 0px;
	margin-left: -300px;
	border-radius: 10px;
	border: solid royalblue 5px;
}
#notifForm button {
	float: right;
	line-height: 20px;
	margin: 1.2em;
	border: none;
	background: transparent;
	color: blue;
}
#notifForm button[type="button"]:hover {
	cursor: pointer;
	color: navy;
	text-decoration: underline;
}
#notifForm .content {
	padding: 0 1em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: WhiteSmoke;
}
#notifForm .buttons {
	text-align: right;
	margin: 5px;
}
#notifForm .listOptions {
    width: 40%;
}
#notifForm .listWay {
    width: 80px;
}
#notifForm .listWayMobile {
	width: 130px;
}
#notifForm .description {
	text-align: center;
}
.notification p {
	margin: 0px;
}
.notification .listOptions{
    width: 35%;
}
.notification .listWay{
    width: 60px;
}
.notification .listWayMobile{
	width: 130px;
	text-align: center
}
div .notifications{
	text-align: center;
}
#email {
	border: 3px solid #008000;
	border-radius: 10px;
	padding: 5px;
	width: 400px;
}
.table-notification {
	width: 600px;
}
.td-notification {
	font-size: 15px;
	text-align: center;
}
.td-notification-header {
	font-size: 15px;
	width: 200px;
}
.table-edit-notification {
	width: 700px;
}
.th-edit-notification {
	width: 100px;
	text-align: center;
	font-size: 15px;
}
.td-edit-notification {
	width: 30px;
	text-align: center;
}
.td-edit-notification-header {
	font-size: 15px;
	width: 150px;
}

.trial-period {
	color: red;
	position: absolute;
	font-size: 12px;
	margin-left: 10px;
}
.packet-descr {
	margin-top: 0;
}

.btn {
    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;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    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,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.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 {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.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.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
