html, body {
	min-width: 640px!important;
	background: #f9f9f9;
}
.accordion > .frame {
	margin-top: 5px;
}

.accordion > .frame:first-child {
    margin-top: 5px;
}

.accordion.large-heading > .frame > .heading::before {
    border-bottom: 12px solid black;
    border-left: 12px solid transparent;
    border-top: 12px solid transparent;
    top: 2px;
}

/*----------------------header------------*/

.app-bar .app-bar-pullbutton.automatic {
	height: 4rem;
	width: 4rem;
}
.app-bar .app-bar-pullbutton.automatic::before {
    font-size: 2.5rem;
    left: 1.3rem;
    position: absolute;
    top: 1.3rem;
}

.app-bar.dkt {
	color: white;
    //background-color: #0072c6;
	background-color: #1BA1E2;
    display: block;
	width: 100%;
	height: 4rem;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.app-bar.dkt .app-bar-element .nick {
	background: #FA6800!important;
	cursor: auto!important;
}

.app-bar.dkt .app-bar-element {
	background: #1BA1E2!important;
}

.app-bar.dkt .app-bar-element .exit-btn:hover {
	background: #005696!important;
		transition: 0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
}


.app-bar.dkt .app-bar-element.logo {
	//border-right: 1px solid;
	width: 301px;
	border-left:none!important;
	background-color:#fff!important;
	text-align:right;
	text-align:center;
}

#kms {
	text-align:left!important;
	/*text-decoration:underline;*/
}

#kms p {
	float:none!important;
	font-size: 1.16rem;
	font-weight:bold;
}

.app-bar.logo:hover  {
	//background-color:#24A2FF;
	background-color:#005696!important;
}

.app-bar.dkt .app-bar-menu li {
	text-align: center;
}
.app-bar.dkt .d-menu li {
	text-align:left;
}

.app-bar .logo img{
	width: auto;
	margin: 0.2rem auto 0 auto;
	height: 3.3rem !important;
	/* margin-left:5%; */
	/* float:left; */
}

.app-bar #kms.logo img{
	width: auto;
	margin: 0.2rem auto 0 auto;
	height: 3.3rem !important;
	margin-left:5%!important;
	float:left!important;
}

.app-bar .logo p{
	float:right!important;
	margin:0!important;
	padding:0.4rem 0 0 0;
}

.app-bar .logo p span {
	color:#ff7878;
}

.app-bar .app-bar-element, .app-bar .app-bar-menu > li, .app-bar .app-bar-menu > li > a {
    color: inherit;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1rem;
    height: 4rem;
    line-height: 1rem;
    padding: 0 0.625rem;
    position: relative;
    vertical-align: middle;
}

.app-bar .app-bar-element.logout {
	padding: 1.2rem 0.625rem;
	line-height: 1.5rem;
	background:#FA6800!important;
	border-right: none!important;
}

.app-bar .app-bar-element.logout:hover {
	background:#BF5A15!important;
	transition: 0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
}

.app-bar .app-bar-element, .app-bar .app-bar-menu > li {
	/*border-left:1px solid white;*/
	border-right:1px solid white;
}
.app-bar .app-bar-element {
	border-left:1px solid white;
}

.app-bar img {
	width: 2.4rem;
	padding-top:0.2rem;
}

.app-bar-drop-container {
	width: 220px;
	display: none;
}

.app-bar .app-bar-menu > li > a:hover {
	background: none!important;
}

.app-bar .app-bar-menu > li:hover,
.app-bar .app-bar-menu > li:active,
.app-bar .app-bar-menu > li > a:active {
  background-color: #005696;
  	transition: 0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
}


.page-content {
	padding-top:4rem;
}

#cell-sidebar {
	border-top: 1px solid white;
	background: #1BA1E2;
}

#cell-sidebar #button {
	background: #1BA1E2;
    height: 100%;
    position: absolute;
    right: -3px;
    width: 23px;
    z-index: 1;
	border-left:1px solid white;
}

#cell-sidebar #button a {
	position: absolute;
    top: 40%;
	padding-left: 2px;
	color:white;
	font-weight:bold;
}

#cell-sidebar #button:hover {
	background: #005696;
	cursor:pointer;
	transition: 0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
}

#cell-sidebar #button:active {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	cursor:pointer;
}


.sidebar_left {
	width:320px;
}

.sidebar_left #button a::before {
	content: "";
    font-family: metro,"Segoe UI","Open Sans",serif;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
    vertical-align: middle;
}

.sidebar_left_min {
	width:50px;
}

.sidebar_left_min #button a::before {
	content: "";
	font-family: metro,"Segoe UI","Open Sans",serif;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
    vertical-align: middle;
}

.sidebar_left_min .leftbox{
	width:0px;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
}

.sidebar_left_min .leftbox-payment,
.sidebar_left_min .leftbox-balans,
.sidebar_left_min .leftbox-id,
.sidebar_left_min .leftbox-info {
	width:0;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
}

.sidebar_left_min .leftbox-payment img,
.sidebar_left_min .leftbox-balans img,
.sidebar_left_min .leftbox-id img,
.sidebar_left_min .leftbox-info img {
	width:0;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
}

.sidebar_left_min .leftbox-payment h4,
.sidebar_left_min .leftbox-balans h4,
.sidebar_left_min .leftbox-id h4,
.sidebar_left_min .leftbox-info h4,
.sidebar_left_min .leftbox-payment h2,
.sidebar_left_min .leftbox-balans h2,
.sidebar_left_min .leftbox-id h2,
.sidebar_left_min .leftbox-info h2,
.sidebar_left_min .leftbox-id span,
.sidebar_left_min .leftbox-info p {
	font-size:1px;
	padding:0;
	margin:0;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
}


.first {
    text-align: center;
    width: 100%;
    height: 100%;
	z-index:3
}


.first:before {
	content:'';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    
}
.second {
	position: relative;
	display: inline-block;
    vertical-align: middle;
	line-height: 1.5rem;
}

.second a {
	text-decoration:underline;
}

.second a:hover {
	text-decoration:none;
}

.pays .image-container {
	min-width: 180px!important;
}

/*--------*/
.teg {
	background: #7AD61D; 
	color: white; 
	font-size: 90%; 
	padding:1px 4px; 
	border-radius:3px;
}

.popover {
	z-index:3;
}
/*
table td {
	border: 1px solid;
	padding-left:10px;
}
table .bg-blue td {
	border: 1px solid;
	padding:0px;
}	
table thead td {
	border: none;
	border-bottom:4px solid white;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
	padding:0;
}
table {
	table-layout: fixed; 
}
*/

/* --------------Таблицы*/
table {
	width:100%;
}
table td {
	padding: 0.325rem 0.85rem;
}

table td img{
	height:20px;
	width:auto;
}

table thead tr td{
	background: #1BA1E2;
	color:white;
	text-align:center;
	font-size:1rem;
}

table thead td {
	text-align:center;
	border:1px solid white;
}

table tbody td {
	border:1px solid #e1e1e1;
}

table tbody tr {
	background:white;
}

/*
.table thead {
	border:1px solid #E1E1E1;
}
.table tbody tr td{
	background: #fff;
}
.table thead td{
	color: #fff;
}
table thead tr td{
	background: #1BA1E2;
	text-align:center !important;
}
thead tr td{
	border: 1px solid #fff !important;
}
tbody tr td{
	border: 1px solid #E1E1E1 !important;
}
.table.border{
	border: 1px solid #1BA1E2;
}
.fg-emerald{
	color:#3D6B0F !important;
}

*/



.tarif-big {
	font-size:200%;
	font-weight:bold;
}
.app-bar .branding
{
	width:300px;				
	text-align:center;
}
.app-bar .branding:hover {
	background:#0072c6;
}


/*--------------------Left box*/
.leftbox {
	color:white;
	background-color: #1ba1e2!important;
	width:300px;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
}


.leftbox-info {
	padding: 0 0 0 1.25rem!important;
}


.leftbox-info p {
	font-weight: 300!important;
}

.leftbox-info p span {
	padding-right:0.5rem;
	color: white!important;
	float: left!important;
}

.leftbox-id span {
	font-size: 2.4rem; 
	margin: 1rem 0.625rem 0.625rem 0;
		-webkit-transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
}
/*
.leftbox-balans {
	padding:0.625rem!important;
	cursor:pointer;
	border-top:1px solid;
}

.leftbox-balans img {
	padding: 0.625rem 0.625rem 0.625rem 0!important;
	float:left!important;
	width: 3rem;
}

.leftbox-balans h2, .leftbox-balans h4 {
	margin:0!important;
	font-weight: 300!important;
}

.leftbox-balans h2 small {
	color:white!important;
}
*/

/*
.leftbox-balans {
	border-top:1px solid;
}
*/





.leftbox-payment, .leftbox-balans, .leftbox-id {
	padding: 0.625rem!important;
	color:white!important;
/*	cursor:pointer;*/
	width:100%;
	height:5rem;
	border-bottom:1px solid;
	
}

.leftbox-payment img, .leftbox-balans img{
	padding: 0.625rem 0.625rem 0.625rem 0!important;
	float:left!important;
	width: 3rem;
	transition: 0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
}

.leftbox-id img{
	padding: 1rem 0.625rem 0.625rem 0!important;
	float:left!important;
	width: 3rem;
}



.leftbox-payment h2, .leftbox-payment h4, .leftbox-balans h2, .leftbox-balans h4, .leftbox-id h2, .leftbox-id h4 {
	margin:0!important;
	font-weight: 300!important;
}

.leftbox-payment h2 small, .leftbox-balans h2 small {
	color:white!important;
}

.leftbox-payment .image-overlay, .leftbox-balans .image-overlay {
	cursor:pointer; 
	width:100%; 
	height:5rem; 
	background:#005696;
}

.leftbox-payment p, .leftbox-balans p {
	font-weight: 300!important;
	margin:0.625rem!important;
}
/*
.leftbox-id {
	cursor:pointer;
}
.leftbox-id:hover {
	background:#005696!important;
}

.leftbox-id h4 {
	font-weight: 300!important;
	padding:0.625rem!important;
	margin:0!important;
	padding-left: 0.8rem; 
	border-top:1px solid white;
	border-bottom:1px solid white;
}

.leftbox-id h4 .mif-info {
	color: white;
	float:right!important;
}*/

.contacts {
	position:absolute;
	bottom:5rem;
	margin:0 auto;
}




/*-------tarif-list*/

.tarif img {
	width: 100%;
	max-width: 305px!important;
}

.ip {
	background: #fa6800;
}

.bg-cyan.bg-hover-darkBlue:hover .ip {
	background: #BF5A15;
}

/*-------payments*/

.pays .image-container img {
    display: block;
	width:auto;
	margin:0 auto;
}
/*
.pays .image-container .frame{
	background:#E8F1F4!important;
}

*/


.tag {
  display: inline-block;
  line-height: 1;
  font-size: 90%;
  padding: 2px 6px;
  background-color: #eeeeee;
  border-radius: 3px;
  color: #1d1d1d;
  vertical-align: none;
}


/*списки

.cell .accordion.large-heading > .frame.active > .heading {
	background-color: #005696!important;
}*/



/*канитель с картинкой*/
.sm_ig:hover {
	cursor:pointer;
}

.fadeBlock{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 8000;
    display: none;
	top:0;
	left:0;
	bottom:0;
	right: 0;
	margin:auto;
}
.fadeBlock > .content{
    margin: auto;
    max-width: 100%;
    height: 100%; 
}

.fadeBlock .content img {
    max-height: 100%;
    width: auto;
}


.fadeBlock .full:hover {
	cursor:pointer;
}

/*левый слайдер*/
.sidebar_left{
	width:320px;
	float:left;
	transition: 0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
}
.content_min{
	display:block;
	margin-left:320px;
	transition: 0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
}

.sidebar_left_min{
	width:20px;
	float:left;
	transition: 0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
}
.content_full{
	display:block;
	margin-left:20px;
	transition: 0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
}


/*scroll*/

.scrollUp{
	background: rgba(27,161,226,0.4);
	color:white;
	visibility:hidden;
	position:fixed;
	top:0;
	right:0;
	width:1.9rem;
	height:100%;
	margin:0;
	padding:0;
	z-index:10;
	/*animation: move 1s infinite ease-in-out;
	z-index:100;
	border:1px solid white;
	background: #1BA1E2;*/
	text-align: center;
}

.scrollUp:hover{
	background: rgba(27,161,226,0.6);
	color:#EEEEEE;
	transition: 0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
	/*animation: move 1s infinite ease-in-out;*/
}
.scrollUp span {
	position:absolute;
	bottom:20px;
	left:0;
	font-size: 2rem;
	
}

/*
@keyframes move {
  0% {bottom:40px;}
  50% {bottom:45px;}
  100% {bottom:40px;}
}*/


/* смена тарифного плана -------*/
fieldset { 
	border:none; 
	width:100%;
	padding-bottom: 50px;
	min-height:300px;
}
legend { 
	font-size:18px; 
	margin:0px; 
	padding:10px 0px; 
	color:#1BA1E2; 
	font-weight:bold;
}
.content label { 
	display:block; 
	margin:15px 0 5px;
}

.content fieldset table label {
	margin: 0;
}

.content fieldset table td {
	padding: 0;
	line-height:2.4rem;
}

.content fieldset .input-control {
	display: block;
    width: 300px;
	margin: 0.325rem auto;
}

.content fieldset .input-control.radio {
    width: 400px;
}



.content fieldset .calendar {
	width:300px;
}

.content fieldset .calendar-header {
	background: #1BA1E2;
}

.content fieldset .calendar a:hover {
	background: #005696;
}

.prev, .next { 
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    color: #262626!important;
    font-size: 0.875rem;
    height: 2.125rem;
    line-height: 1;
    outline: medium none;
    padding: 0.5rem 1rem;
    text-align: center;
    vertical-align: middle;
	display:block!important;
	bottom: 10px;
    position: absolute!important;	
}
#StepForm > div  p {
	position:unset;
}



.prev:hover, .next:hover { 
	border-color: #787878;
}
.prev { 

	left:19px;
}
.next { 

	right: 19px;
}
#steps { 
	list-style:none; 
	width:100%; 
	overflow:hidden; 
	margin:0px; 
	padding:0px;
}
#steps li {
	font-size:24px; 
	float:left; 
	padding:10px; 
	color:#b0b1b3;
	text-align: center;
    width: 33%;
}
#steps li span {
	font-size:11px; 
	display:block;
}
#steps li.current { 
	color:#000;
}
#makeWizard { 
	background-color:#b0232a; 
	color:#fff; 
	padding:5px 10px; 
	text-decoration:none; 
	font-size:18px;
}
#makeWizard:hover { 
	background-color:#000;
}

#StepForm {
	margin:0;
}


#StepForm table{
	text-align:center;

}
#SaveAccount {
	bottom: 18px;
    display: block;
    position: absolute;
    right: 30px;
	background: #60a917;
	color: #ffffff;
	border-color: #60a917;
}
#SaveAccount:hover {
border-color:#7AD61D;
}
#SaveAccount:active {
  background: #128023;
  color: #ffffff;
}

.calendar .today .other-day {
	background-color: #d8d8d8;
    color: #999999;
   /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);*/
}
/*
#name_1, #name_2, .tarif-name {
	text-transform: uppercase;
}
*/
.tarif-name {
	text-align:left;
}

.tarif-name label{
	padding-left: 20px;
}


#planned-tarif td {
	text-align:center;
}

#check-tarif .inr td{
	line-height:1rem;
	padding:0.5rem;
}

#check-tarif .hdr {
	background:#DA5A53;
}

#check-tarif .hdr td {
	color: white;
	font-size: 1rem;
	border:1px solid #DA5A53;
}


/* ------- смена тарифного плана */

/*card sync------*/
#sync:hover {
	border-color:#7AD61D;
}

.notify-container {
	margin-top: 4.125rem!important;
}

.notify {
	max-width: 400px!important;
    min-width: 300px!important;
}
.notify .notify-closer {
    background-color: #E5F3FB;
}

/*------card sync*/
.hidden {
	display: none!important;
}

.yellow {
	color: yellow;
}

.blink {
	color: yellow;
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}