@font-face {

	font-family:"Montserrat Semibold";
	src: local("Montserrat Semibold"), url(Montserrat/Montserrat-SemiBold.ttf) format('truetype');
}
@font-face {

	font-family:"Montserrat Medium";
	src: local("Montserrat Medium"), url(Montserrat/Montserrat-Medium.ttf) format('truetype');
}
@font-face {

	font-family:"Montserrat Bold";
	src: local("Montserrat Bold"), url(Montserrat/Montserrat-Bold.ttf) format('truetype');
}
@font-face {

	font-family:"Montserrat Regular";
	src: local("Montserrat Regular"), url(Montserrat/Montserrat-Regular.ttf) format('truetype');
}
@font-face {

	font-family:"Montserrat Light";
	src: local("Montserrat Light"), url(Montserrat/Montserrat-Light.ttf) format('truetype');
}

@font-face {
	font-family:ElmeticaNew;
	src: url(ElmeticaNew.eot); /* Для IE5-8 */
	src: local("ElmeticaNew"), url(ElmeticaNew.ttf);
}

.proxima {
	font-family:"Montserrat Regular", Arial, Verdana, sans-serif;
}
.proxima-light {
	font-family:"Montserrat Light", Arial, Verdana, sans-serif;
}
.proximaSemibold, .semibold, h1, .h1, h2, .h2, h3, .h3, b, strong , a, #header, .btn  {
	font-family:"Montserrat Semibold", Arial, Verdana, sans-serif;
}
.proximaBold, .ProximaNovaBold, .bold{
  font-family:"Montserrat Bold", Arial, Verdana, sans-serif;
}

html, body{
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
* {
	outline:none;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: "Montserrat Regular", Arial, Verdana, sans-serif;
	color: #30373b;
}
/*----default-----*/
h1, .h1 {
  font-size: 32px;
  line-height: 1.3;
}
h4, .h4 {
    font-size: 16px;
}
/*--------COLORS-----*/
.color-white {
	color:#ffffff
}
a{
	color:#1189FA ;
	text-decoration:none;
}
a:hover, a:focus {
	color:#0088cc ;
	text-decoration: underline;
	outline:none;
}
a.link{
	color:#128afb;
    /*border-bottom: 1px solid #b5ccf0;*/
	text-decoration:none;
}
a.link:hover, a.link:focus {
	color:#0070da;
	text-decoration: underline;
	/*border-bottom:1px solid #1189FA ;*/
}

a.link2{
	text-decoration:none;
	color:#508fb3;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal
}
a.link2:hover, a.link2:focus {
	text-decoration: none;
	color:#1189FA;
	border-bottom:1px solid #1189FA ;
}
/*.link{ 
	color:#0088CC !important;
	text-decoration:underline
}*/

.no_link{ text-decoration:none; color:#333333!important}

.italic{ font-style: italic;}

.dropdown-menu > li > a{
	color: #1189FA;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	color:#0084ff;
	background-color:#E8F2FC;
}
.color-white a {
	color:#ffffff
}
.color-white a:hover {
	color:#cccccc
}
.color-dark-liquid {
	color:#73406f
}
.color-dark-grey {
	color:#666
}
.color-liquid {
	color:#996699
}
.color-red{
	color: #b33e3e
}
.color-97A4AD{
	color:#97A4AD	 !important
}

.bkg-white {
	background-color:#ffffff
}
.bkg-grey {
		background-color: #EBEFF3;
}
.bkg-liquid {
	background: #8c4786;
}

.bkg-none, .bg-none {
	background:none!important;
}

.border-top-liquid{ border-top:1px solid #993399}

.notactive, .status0{color:#999}
.notactive a, .status0 a, .status0 .tbrelational-column{ color:#999 !important}
.status3{ color: #F00}
.status3 a, .status3 .tbrelational-column, .status-2, .status-2 a{ color:#F00 !important}
.status-1, .status-1 a{color:#F90}


.well {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
}

.select-none {
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    /* user-select: none; */
}

/*------Paddings & Margins---*/
.m-t-20, .margin-top-20{ margin-top: 20px; }
.m-t-30, .margin-top-30{ margin-top: 30px; }
.m-t-40, .margin-top-40{ margin-top: 40px; }
.m-t-60, .margin-top-60{ margin-top: 60px; }

.m-b-10{margin-bottom: 10px;}
.m-b-15{margin-bottom: 15px;}
.m-b-20{margin-bottom: 20px;}
.m-b-40{margin-bottom: 40px;}
.m-b-60{margin-bottom: 60px;}

.max-width-375{
	max-width: 410px;
}
.max-width-410{
	max-width: 410px;
	margin: 0 auto;
}

.padding-top-30 {
	padding-top:30px
}
.padding-bottom-30 {
	padding-bottom:30px
}
.padding-l-r-0{ padding-left:0 !important; padding-right:0 !important}
/*------------Size------*/
.width150 {
	min-width:150px
}
.height-100{ height:100%}
.width-100{ width:100%}

.r-6 {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
}
.r-8 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
}
.r-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}
/*------------font Size------*/
.fs-12{ font-size:12px !important}
.fs-14{ font-size:14px !important}
.fs-16{ font-size:16px !important}
.fs-17{ font-size:17px !important}
.fs-18{ font-size:18px !important}
.fs-20{ font-size:20px !important}
.fs-30{ font-size:30px !important}
.bold{ font-weight:600}

/*----------- ifont -------------*/
[class^="ifont"], [class*=" ifont"] {
    display: inline-block;
    font-family: "ElmeticaNew"!important;
    font-style: normal;
    text-align:left;
    font-weight:300;
    line-height: 18px;
    vertical-align:text-bottom;
}
.ifont.true:before{content:"a";}
.ifont.false:before{content:"f";}
.ifont.planet:before{content:"g";}
.ifont.facebook:before{content:"z";}
.ifont.tweeter:before{content:"x";}
.ifont.google:before{content:"c";}
.ifont.youtube:before{content:"v";}
.ifont.down:before{content:"r";}
.ifont.planet:before{content:"g";}
.ifont.logo:before{content:"q";}
.ifont.name:before{content:"w";}
.ifont.stars{
    color: #118afb;
    font-size: 20px;
    line-height: 20px;
}
.ifont.app{
    color: #fff;
}
.ifont.app:before{
    content:"u";
}
.ifont.star-5:before{content:"sssss";}
.ifont.star-4:before{content:"ssssS";}
.ifont.star-4-half:before{content:"ssssp";}
.ifont.star-3:before{content:"sssSS";}
.ifont.star-2:before{content:"ssSSS";}
.ifont.star-1:before{content:"sSSSS";}

.ifont.arrow-right:before{content:"t";}

/*-------- ICONS--------*/
[class^="icon-"], [class*=" icon-"]  {
 display: inline-block;
 width: 14px;
 height: 14px;
 line-height: 14px;
 vertical-align: text-top;
 background-position: 14px 14px;
 background-repeat: no-repeat;
 margin-top: 1px;
}
[class^="logo-"], [class*=" logo-"],.logos{
 display: inline-block;
 vertical-align: text-top;
 background-position: 14px 14px;
 background-repeat: no-repeat;
}
[class^="icon-status-"], [class*=" icon-status-"]  {
 width: 6px;
 height: 6px;
 margin: 4px;
 border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.icon-status-0 {
	background-color: #B4B1B8;
}
.icon-status-1 {
	background-color: #FFB714;
}
.icon-status-2 {
	background-color: #208C47;
}

.logo-brand, .logo-brand-2 {
	width:157px;
	height:36px;
	display:block
}
.logo-brand {
	background-position:0 0;
	border-bottom: none;
}
.logo-brand:hover, .logo-brand:focus {
	text-decoration:none;
	border-bottom:none
}
.logo-brand-2 {
	background-position:0 -51px;
}

.logo-favorit {
	width:24px;
	height:24px;
	background-position:0 -239px;
}
.logo-favorit-on {
	width:24px;
	height:24px;
	background-position:0 -273px;
}

.logo-favorit2{
	width:24px;
	height:24px;
	background-position:0 -196px;
}

.add_logo{ background-position: 0 -195px; padding-left:20px}
.delete_logo{ background-position:0 -132px; padding-left:20px}
/*--------PAGE-------*/
#page { height:100%}

/*--------container-------*/
.container {
    max-width: 970px;
    min-width: 320px;
}
.container-fluid{
	min-width: 320px;
}
#container.container-fluid{
	padding-left:0px;
	padding-right:0px;
	
}
.main-content{
	padding-top:28px;
	padding-bottom: 30px;
}
/*-------- btn -------*/
.lisense-item .thumbnail .btn, .curent-plan .btn, #page_changepassword #submitBtn{
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
}

/*--------HEADER -------*/
#header {
	padding:8px 0;
}
#header .logo-brand {
	margin:0 auto;
}

/*------------*/
.main_nav{
/*	margin-top:15px*/
}
/*.curent-plan .page-header,*/ .bottom-line {
	border-bottom: 2px solid #D5DDE3;
	padding-bottom: 30px;
}
.curent-plan .page-header{
	color: #8A99A1;
	font-weight: 500;
	margin: 15px 0 20px;
}
.curent-plan-text{
	display: inline-block;
	line-height: 14px;
	font-size: 12px;
	color: #8a99a2;
	text-transform: uppercase;
	border-radius: 3px;
	background-color: #d4dde3;
	padding: 4px 5px 2px;
}
.page-header {
	padding-bottom: 0px;
	margin: 15px 0 29px;
}
.page-header .back-to-account{
	padding-top: 1px;
	line-height: inherit;
	font-size: inherit;
}
.page-header .back-to-account a{
	border: none;
}
.page-header .back-to-account .glyphicon{
	font-size: 8px;
	height: 12px;
    vertical-align: middle;
}
.page-header .back-to-account + h3{ 
	margin-bottom: 10px;
}

.resset-all{
	margin-top: 24px;
}
.curent-plan .panel-body{
	padding: 6px 30px 30px;
}
.curent-plan .panel-body h3{
	margin-bottom: 14px;
	float: left;
}
/*.curent-plan #nodes-grid table.table thead {
	display: none;
}*/
.curent-plan .table-striped > tbody > tr:not(.selected):nth-child(odd) > td{
	background: none;
}
/*  empty  */
.curent-plan .empty-table table.table thead {
	display: none;
}
.curent-plan .empty-table.grid-view{
	margin-top: 32px
}
.curent-plan .empty-table.grid-view .items {
	background: transparent;
}
.curent-plan table > tbody > tr > td.empty{
	border: none;
	padding: 0;
}
.curent-plan table > tbody > tr > td .empty{
	display: block;
/*	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #cdd5d9;
*/
	padding: 45px 5px;
	font-size: 15px;
	font-style: normal;
	line-height: 22px;
	color: #495359;
/*	margin-top: 16px;*/
}
.curent-plan .empty-text{
	max-width: 500px;
	word-break: normal;
	margin: 0 auto;
}
.curent-plan .empty h3{
	color: #495359;
	margin-top: 0;
}
.curent-plan .empty .btn{
	margin-top: 24px;
}
.empty-bottom{
	margin-top: 24px;
}
.list-empty a{
	color: #A0ADB5;
}

.curent-plan .grid-view{
	margin-top: 16px;
}
.curent-plan .grid-view.grid-view-loading{
	background-image: none;
	cursor: wait;
}
.curent-plan .grid-view.grid-view-loading a:hover{
	cursor: wait;
}
.curent-plan .grid-view .items {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d4dde3;
	border-collapse: initial;
	box-shadow: 0 1px 3px 0 rgba(212, 221, 227, 0.55);
	background-color: #f4f6f8;
}
.curent-plan .grid-view .items tr.selected td {
	background-color: #f4f6f8;
}
.curent-plan .grid-view .items tr > td,
.curent-plan .grid-view .items tr > th {
	border: none;
	border-bottom: 1px solid #d4dde3;
	border-left: 1px solid #d4dde3;
	padding: 5px 10px;
}
.curent-plan .grid-view .items tr > th {
	vertical-align: middle;
	word-break: break-all;
}
.curent-plan .grid-view .items tr > td:last-child{
	padding-left: 0;
}
.curent-plan .grid-view .items tr > td:last-child,
.curent-plan .grid-view .items tr > td:first-child,
.curent-plan .grid-view .items tr > th:last-child,
.curent-plan .grid-view .items tr > th:first-child {
	border-left: none; 
}
.curent-plan .grid-view .items tr:last-child > td {
	border-bottom: none;
}
.curent-plan .grid-view .items tbody tr:hover > td,
.curent-plan .grid-view .items tr > th:hover {
	background-color: #ebeff3;
}
.curent-plan .grid-view .items tr > th,
.curent-plan .grid-view .items tr > th a{
	line-height: 24px;
	font-size: 14px;
	color: #8a99a2;
	font-family: "Montserrat Semibold", Arial, Verdana, sans-serif;
}
.curent-plan .grid-view .items tr > th a:hover, .curent-plan .grid-view .items tr > th a:focus{
	text-decoration: none;
}
.curent-plan .grid-view .items tr > td{
	line-height: 32px;
	font-size: 15px;
	color: #495359;
}
.curent-plan #nodes-grid .items tr > td:first-child{
	font-family: "Montserrat Semibold", Arial, Verdana, sans-serif;
}


.grid-view tbody > tr > td .delete{
	width: 24px;
	height: 24px;
	line-height: 22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #c6d0d7;
	display: inline-block;
	float: right;
	margin-top: 4px;
	text-align: center;
}
.grid-view tbody > tr > td .delete:hover{
	background-color: #ed4f31;
	border-color: #ed4f31;
}
.grid-view tbody > tr > td .delete .glyphicon-my-remove{
	width: 10px;
	height: 10px;
	background: center no-repeat url(../images/icon/tableEditCloseIcon.png); 
}
.grid-view tbody > tr > td .delete:hover .glyphicon-my-remove{
	background: center no-repeat url(../images/icon/tableEditCloseIconHover.png); 
}
/*.table-row{ display:table-row}*/
/*.grid-view .empty .btn-download { font-style: normal; border-width: 4px; margin: 25px auto;}*/
/*.one_node_found { color: #8A99A1; font-style: italic; padding-top: 16px; display: block;}*/

.grid-view .items  thead > tr > th.header-name{
	background: 10px center no-repeat url(../images/icon/tableTitleName.png);
	padding-left: 32px;
}
.grid-view .items  thead > tr > th.header-key{
	background: 10px center no-repeat url(../images/icon/tableTitleKey.png);
	padding-left: 32px;
}
.grid-view .items  thead > tr > th.header-date{
	background: 10px center no-repeat url(../images/icon/tableTitleDate.png);
	padding-left: 32px;
}
.grid-view .items  thead > tr > th.header-platform{
	background: 10px center no-repeat url(../images/icon/tableTitleOs.png);
	padding-left: 32px;
}
.grid-view .items  thead > tr > th.header-status{
	background: 10px center no-repeat url(../images/icon/tableTitleSession.png);
	padding-left: 32px;
}
.grid-view .items  thead > tr > th.header-connections{
	background: 10px center no-repeat url(../images/icon/subaccConnectionsTableIcon.png);
	padding-left: 32px;
}
.grid-view .items  thead > tr > th.header-1time{
	background: 10px center no-repeat url(../images/icon/tableTokenKind.png);
	padding-left: 32px;
}

.grid-view table.items th a.sort-link .caret{ border:none; background-size: 9px 5px; background-position: 0 0; top: 10px; right:0px; }
.grid-view table.items th:hover a.sort-link:after{display: none;}
.grid-view table.items th a.sort-link .caret{ width: 9px; height: 5px; background-image: url(../images/icon/tibleTitleSortArrowAsc.png); }
.grid-view table.items th a.asc .caret{ background-image: url(../images/icon/tibleTitleSortArrowAsc.png); }
.grid-view table.items th a.desc .caret{ background-image: url(../images/icon/tibleTitleSortArrowDes.png); }
.grid-view table.items th:hover a.sort-link .caret{ display: block; }

.grid-view .items  tbody > tr > td.name a{
	border-bottom: 1px dotted #8a99a2;
	color: #495359;
}
.grid-view .items  tbody > tr > td.name a:hover{
	border-bottom: 1px dotted #495359;
	text-decoration: none;
	color: #495359;
}

.grid-view .first-line{
	margin-bottom: 16px;
}
.grid-view .first-line .text{
	font-family: "Montserrat Semibold", Arial, Verdana, sans-serif;
	line-height: 38px;
	color: #8e9da6;
	font-size: 13px;
	text-transform: uppercase;
}

.grid-view .items  tbody > tr > td .copy-key{
	display: none;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #77baf8;
	font-size: 14px;
	color: #0084ff;
	background: 8px center no-repeat url(../images/icon/actionKeyCopyIcon.png);
	padding-left: 24px;
	padding-right: 8px;
	line-height: 22px;
	margin-top: 4px;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}
.grid-view .items  tbody > tr > td .token-key,
.grid-view .items  tbody > tr > td .subaccount-key{
    display: block;
    overflow: hidden;
    max-height: 32px;
	letter-spacing: -1px;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 200px;
}
.grid-view .items  tbody > tr:hover > td .copy-key{
	display: inline-block;
	margin-left: 8px;
}
.grid-view .items  tbody > tr > td .copy-key:hover{
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
	background-color: #dce7f3;
}
.grid-view .items  tbody > tr > td .copy-key.copied{
	background-image: none;
	padding-left: 10px;
}
.help-link{
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background-color: #d4dde3;
	color:#8a99a2!important;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding: 0;
}
.help-link:hover, .help-link:focus {
	text-decoration: none;
}

/*--------Tokens--------*/
#tokens-grid .learn_more, #subaccounts-grid .learn_more{
	margin-top: 20px;
}
#tokens-grid .learn_more a, #subaccounts-grid .learn_more a{
	font-size: 14px;
	font-family:"Montserrat Regular", Arial, Verdana, sans-serif;
	color: #118afb;
	background: left top no-repeat url(../images/icon/helpArrowSmall.png);
	padding-left: 18px;
	line-height: 16px;
}
#tokens-grid tr .one-time{ letter-spacing: -1px; }
#tokens-grid tr.kind-1-4{ background-color: #ebeff3; }
#tokens-grid tr.kind-1-4 > td, #tokens-grid tr.kind-1-4 > td a{ color: #8a99a2; }
#tokens-grid tr.kind-1-1 .one-time{ color: #3baf11; }
#tokens-grid tr.kind-1-3 .one-time{ color: #128afb; }
#tokens-grid tr.kind-1-4 .one-time{ color: #de6760; }

/* custom-dialog for tokens and accounts */
.ui-widget{font-family:"Montserrat Regular", Arial, Verdana, sans-serif;}
.ui-widget-overlay{background: #243a50;opacity: 0.56;}
.ui-widget-content{border:none; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);}
.ui-dialog .ui-dialog-titlebar-close{opacity: 0.7;}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus{opacity: 1;}
.ui-widget-header .ui-icon{ background: url(../images/icon/overlayCloseIcon.png)no-repeat center; }

.custom-dialog.ui-dialog{ padding: 0;}
.custom-dialog.ui-dialog .ui-dialog-titlebar-close{ top: 25px; right: 13px; z-index: 99; }
.custom-dialog.ui-dialog .ui-dialog-titlebar{
	border-bottom: none;
	padding: 20px 36px 0 36px;
	background-color: #f4f6f8; 
}
.custom-dialog.ui-dialog .ui-dialog-title{
	font-family: "Montserrat Semibold", Arial, Verdana, sans-serif;
	line-height: 1.08;
	color: #495359;
	font-size: 24px;
	padding: 9px 0;
}
.custom-dialog.ui-dialog .ui-dialog-content{
	padding: 0;
	background-color: #f4f6f8; 
}
.custom-dialog.ui-dialog .ui-dialog-content .control-label{
	text-transform: uppercase;
	font-size: 13px;
	color: #495359;
	font-family: "Montserrat Semibold", Arial, Verdana, sans-serif;
	margin-bottom: 8px;
}
.custom-dialog.ui-dialog .ui-dialog-content .input-group .form-control{ z-index: inherit;}
.custom-dialog.ui-dialog .ui-dialog-content .help-block{
	font-size: 15px;
	line-height: 1.47;
	color: #8a99a2;
	padding-top: 7px;
}
.custom-dialog.ui-dialog .form-body{
	padding: 6px 36px 12px;
}
.custom-dialog.ui-dialog .footer{
	background-color: #ebeff3;
	padding: 20px 36px;
}
.custom-dialog.ui-dialog .btn-primary{
	color: #fff;
}
.custom-dialog.ui-widget button{
	font-family: "Montserrat Semibold", Arial, Verdana, sans-serif;
	font-size: 16px;
}

/* reset node limit */
.form-ok {
	display: block;
	width: 80px;
	height: 80px;
	line-height: 74px;
	font-size: 30px;
	color: #128afb;
	border: solid 3px #128afb;
	border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -khtml-border-radius: 40px;
	margin: auto;
}
.block-success{
	font-size: 15px;
	line-height: 22px;
	color: #495359;
}
.ui-widget-content .close-dialog{
	font-size: 16px;
	margin-top: 24px;
	display: block;
	color: #128afb;
}
#resethid-form .form-body{ padding-top: 0;}
.ui-widget-content .top-text{
	font-size: 15px;
	color: #495359;
	line-height: 22px;
	margin-bottom: 14px;
}

/* sub accounts */

.curent-plan .grid-view#subaccounts-grid .help-link {
	float: left;
	margin-top: 8px;
}

.curent-plan .grid-view#subaccounts-grid .items tr > td:last-child,
.curent-plan .grid-view#subaccounts-grid .items tr > th:last-child
{
	padding: 5px 10px;
	border-left: 1px solid #d4dde3;
}
.grid-view.disable .first-line,
.grid-view.disable .summary,
.grid-view.disable .items  tbody > tr > td > .copy-key {
	display: none;
}
.grid-view.disable .items{
	background-color: #f4f6f8;
}
.grid-view.disable .items thead tr th,
.grid-view.disable .items tr td,
.grid-view.disable .items a
{
	color: #495359;
	opacity: 0.5;
}

.subaccounts.ui-dialog .form-title{
	padding-top: 0px;
}
.subaccounts.ui-dialog .ui-widget-header .ui-dialog-title{
	display: none;
}
/*.subaccounts-dialog.ui-dialog .footer{
	background-color: #ebeff3;
	padding: 20px 36px;
}*/

.subaccounts.ui-dialog .btn-default {
    border: solid 1px #c6d0d7;
    background-color: #e0e8ed;
    color: #495359;
}
.subaccounts.ui-dialog .btn-default:hover{
    background-color: #d4dde3;
}

.subaccounts.ui-dialog .btn {
	min-width: 110px;
}
.sa-form .help-link{
	margin-left: 5px;
}
.sa-form-update .sa-form .help-link{
	float: right;
}
.sa-form-update .sa-form .row {
	border-bottom: 1px solid #d4dde3;
	padding: 24px 0;
}
.sa-form-update .sa-form .row:last-of-type{
	border-bottom: none;
	padding-bottom: 10px;
}
.sa-form-update .sa-form .row.image{
	padding-top: 15px;
}
.sa-form-update .sa-form .row.image img{
	margin: auto;
}
.sa-form-update .sa-form .row .sub-name{
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 2px;
	font-family: "Montserrat Semibold", Arial, Verdana, sans-serif;
	word-break: break-word;
}
.sa-form-update .sa-form .row .sub-det{
	font-size: 13px;
	color: #a1abb3;
	line-height: 18px; 
}
.sa-form-update .sa-form .row .title{
	font-family: "Montserrat Semibold", Arial, Verdana, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #8a99a2;
	background: left 1px no-repeat;
	background-size: 16px 16px;
	padding-left: 22px;
	line-height: 20px;
}
.sa-form-update .sa-form .row .copy-data,
.sa-form-update .sa-form .row a.regenerate{
	font-size: 15px;
	color: #128afb;
	padding-right: 15px;
}
.sa-form-update .sa-form .row a.regenerate{
	font-family:"Montserrat Regular", Arial, Verdana, sans-serif;
}
.sa-form-update .sa-form .text{
	font-family: "Montserrat Semibold", Arial, Verdana, sans-serif;
	color: #495359;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
	word-break: break-word;
}
.sa-form-update .sa-form .token .title{ background-image: url(../images/icon/tableTitleKey.png); }
.sa-form-update .sa-form .invite-to .title{ background-image: url(../images/form/placeHolderMail.png); }
.sa-form-update .sa-form .connections .title{ background-image: url(../images/icon/subaccConnectionsTableIcon.png); }

.sa-form-update .footer{
	text-align: right;
}
.sa-form-update .footer .delete-subaccount{
	padding: 8px 0 6px;
	color: #ff3b30;
	float: left;
}
.sa-form-update .footer .dialog-close{
	margin: 0 15px;
}
.uscon-block .tooltip-inner{
	min-width: 240px;
}
.uscon-block .tooltip-inner,
.choose-plan .tooltip-inner,
#subaccounts .tooltip-inner,
.sa-form .tooltip-inner{
	max-width: 280px;
	background-color: #495359;
	font-size: 13px;
	text-transform: none;
	padding: 14px;
	text-align: left;
	word-break: break-word;
}
.uscon-block .tooltip.right .tooltip-arrow,
.choose-plan .tooltip.right .tooltip-arrow,
#subaccounts .tooltip.right .tooltip-arrow,
.sa-form .tooltip.right .tooltip-arrow{
	border-right-color: #495359;	
}
.uscon-block .tooltip.left .tooltip-arrow,
.choose-plan .tooltip.left .tooltip-arrow,
#subaccounts .tooltip.left .tooltip-arrow,
.sa-form .tooltip.left .tooltip-arrow{
	border-left-color: #495359;
}
.uscon-block .tooltip.top .tooltip-arrow,
.choose-plan .tooltip.top .tooltip-arrow,
#subaccounts .tooltip.top .tooltip-arrow,
.sa-form .tooltip.top .tooltip-arrow{
	border-top-color: #495359;
}
.uscon-block .tooltip.bottom .tooltip-arrow,
.choose-plan .tooltip.bottom .tooltip-arrow,
#subaccounts .tooltip.bottom .tooltip-arrow,
.sa-form .tooltip.bottom .tooltip-arrow{
	border-bottom-color: #495359;
}

/* nodes */
#nodes-grid .one_node_found{
	padding: 22px 20px;
	border: 1px solid #d4dde3;
	border-top: none;
	box-shadow: 0 1px 3px 0 rgba(212, 221, 227, 0.55);
	font-size: 14px;
	line-height: 18px;
	color: #495359;
}
#nodes-grid .one_node_found > span{
	border-left: 2px solid #77baf8;
	padding-left: 12px;
	display: block;
}
#nodes-grid.count-1.grid-view .items{
	border-radius: 4px 4px 0 0;
}
#nodes-grid .status-0 .status,
#nodes-grid .status-1 .status {
	padding-left: 14px;
	color: rgba(73, 83, 89, 0.5);
}
#nodes-grid .status-2 .status{
	padding-left: 14px;
}
#nodes-grid .status-0 .status:before,
#nodes-grid .status-1 .status:before,
#nodes-grid .status-2 .status:before {
	content: ' ';
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: rgba(73, 83, 89, 0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 10px;
	vertical-align: middle;
}
#nodes-grid .status-2 .status:before {
	background-color: #6fd400;
}

/* tabs */
.how-it-works{
	float: right;
	padding: 10px 15px;
}
.how-it-works a:before {
    border: 1px solid #118afb;
    content: "?";
    color: #118afb;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
    font-size:12px;
    text-align: center;
    line-height: 16px;
    font-weight: normal;
    margin-left: -20px;
}

#starting-guide{
	background-image: linear-gradient(113deg, #eef2d2, #bdfffb 100%);
	color: #3b4246;
	position: relative;
}
#close-guide{
	position: absolute;
	right: 12px;
    top: 12px;
	color:#7b8897;
	cursor: pointer;
	background: no-repeat center center url(../images/icon/tableEditCloseIcon.png);
	width: 12px;
	height: 12px;
}
#starting-guide .empty{
	padding: 45px 50px 35px;
	font-style: normal;
	background-color: transparent;
	word-break: normal;
}
#starting-guide .title{
	font-size: 30px;
	margin-bottom: 8px;
}
#starting-guide .desc{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 24px;
}
#starting-guide li{
    line-height: 22px;
    margin-bottom: 6px;
    margin-left: 30px;
}
#starting-guide li:before {
    content: " ";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: middle;
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    text-align: center;
    line-height: 20px;
    font-weight: normal;
    margin-left: -30px;
	border: 1px solid #495359;
}
#starting-guide li.ok{
	opacity: 0.7;
}
#starting-guide li.ok:before {
	background-color: #495359;
	content: "\e013";
	color: #fff;
}

#starting-guide.final .empty{
	background-image:url(../images/welcome/completeScreenBgrnd.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 75px 35px;
}
#starting-guide.final .top-title{
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 8px;
}
#starting-guide.final .title{
	margin-bottom: 12px;	
}
#starting-guide.final .desc{
	margin-bottom: 0;
	color: rgba(59, 66, 70, 0.7)
}
#starting-guide.final .helpful{
	margin-top: 35px;
	line-height: 38px;
}
#starting-guide .btn-yes, #starting-guide .btn-no{
	border-radius: 4px;
	border: solid 1px #8a99a2;
	display: inline-block;
	width: 72px;
	text-align: center;
	color: #3b4246;
	margin-left: 15px;
	line-height: 36px;
}
#starting-guide .btn-yes:hover, #starting-guide .btn-no:hover{
	border: solid 1px #3b4246;
	text-decoration: none;
	cursor: pointer;
}

.team-demo,
.warning-reminder,
.error-reminder,
.alert.info-custom
{
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(212, 221, 227, 0.84);
  border: solid 1px #cfd6dd;
  background-color: #fffae4;
  font-size: 14px;
  line-height: 18px;
  padding: 15px;
  border-left: 3px solid #ffcc00;
  margin-bottom: 20px;
  color: #495359;
  text-align: left;
}
.error-reminder{
  background-color: #f9eeed;
  border-left: 3px solid #fa5848;
}
.alert.info-custom{
  border: solid 1px #CFD6DD;
  background-color: #fff;
  border-left: 3px solid #118AFB;
}
.info-custom .close{
	display: none;
}

.curent-plan #tabs{
	margin-top: 5px;
}

.warning-reminder ul{
	margin: 15px 0;
}
.warning-reminder  li{
	margin-bottom: 8px;
	margin-left: 22px;
}
.warning-reminder .ok:before{
	background-color: #ffcc00;
	content: "\e013";
	color:#fff;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-right: 6px;
	border-radius: 50%;
	vertical-align: middle;
	font-family: 'Glyphicons Halflings';
    font-size: 7px;
    text-align: center;
    line-height: 16px;
    font-weight: normal;
	margin-left: -22px;
}
/* uscon */
.uscon-block{
	display: inline-block;
	width: 140px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 10px;
}
.uscon-block .uscon-help{
	position: absolute;
	right: 5px;
	z-index: 9;
}
.uscon-block .uscon-text{
	position: absolute;
	width: 80px;
	margin-left: 30px;
	height: 140px;
	text-align: center;
	font-size: 12px;
	line-height: 1.17;
	letter-spacing: -0.07px;
}
.uscon-block .uscon-text2{
	vertical-align: middle;
	height: 140px;
	display: table-cell;
}
.uscon-block .uscon-text .limit{
	font-size: 30px;
	line-height: 0.93;
	letter-spacing: -0.18px;
	margin-bottom: 4px;
	display: block;
	font-family:"Montserrat Semibold", Arial, Verdana, sans-serif;
}
.uscon-block.credit .limtitle{
	color:#fa5848;
}

.uscon-block svg{
	transform: rotate(-90deg);
}
.uscon-block .circle-1 {
	stroke-width: 8px;
	stroke: #d4dde3;
	fill: transparent;
}
.uscon-block .circle-2 {
	stroke-width: 8px;
	stroke: #128afb;
	stroke-dasharray: 376.9px;;
	fill: transparent;
	stroke-linecap: round;
}
.uscon-block.warning .circle-2 {
	stroke: #ffcc00;
}
.uscon-block.credit .circle-2 {
	stroke: #fa5848;
}
	
.curent-plan .nav-tabs .new:after{
	content: "NEW";
	display: inline-block;
	background-color: #d4dde3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 2px 5px;
	font-size: 10px;
	color: #8a99a2;
	line-height: 10px;
	margin-left: 4px;
}
.curent-plan .nav-tabs li.active .new:after,
.curent-plan .nav-tabs a.new:hover:after{
	background-color: #c2dbf4;
	color: #128afb;
}
.curent-plan .nav-tabs{
	border-bottom: 2px solid #d4dde3;
}
.curent-plan .nav-tabs > li{
	margin-bottom: -2px;
}
.nav-tabs > li > a{
	color: #71797f;
	border: none;
	font-size: 15px;
}
.curent-plan .nav-tabs > li > a:hover,
.curent-plan  .nav-tabs > li > a:focus
{
	color: #495359;
	background-color: transparent;
}
.curent-plan .nav-tabs > li.active > a,
.curent-plan .nav-tabs > li.active > a:hover,
.curent-plan  .nav-tabs > li.active > a:focus{
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #128afb;
	color: #495359;
}
/*--------Content-------*/
#content {
	min-height: 100%;
    height: auto !important;
    height: 100%;
	margin-top:0;
	margin-bottom:-110px;
	padding-bottom:110px;

}

.btn-update{
	margin-top: 18px;
}

/*-----sidebar ------*/
#sidebar {

}


/*-----footer ------*/
#footer{
	font-size: 1em;
	color: #909090;
	clear:both
}
#footer .copyright-notice{
	font-weight: normal;
	font-size: 13px;
    line-height: 22px;
}
#footer .list-inline{margin-bottom: 15px;}
#footer .list-inline > li {padding-right: 9px; padding-left: 9px;}
#footer .list-inline > li:first-child{padding-left: 5px;}
#footer a{color:#101010;text-decoration:none;border-bottom:none}
#footer a:hover, #footer a:focus, #footer .menu li  a.selected:hover, #footer .menu li  a.selected:focus{color:#00adef;text-decoration:none;border-bottom:none}
/*----navbar----*/
.navbar{
	min-height:30px;
	margin-bottom:0px;
	border:none;
}
.main_nav{
	border-radius:0px;
	background: rgba(255,255,255,0.95);
	border-bottom: 1px solid #c5ccd2;
}
.no-repeat {
    background-image: url(../images/no-repeat.png);
    background-repeat: no-repeat;
}
.navbar .navbar-brand , .navbar .brand {
	padding:0 !important;
	margin-left:0px;
	height: auto;
	line-height: 34px;
}
.navbar-default .navbar-brand{
	margin-top:10px;
	margin-bottom: 8px;	
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
	margin-left:0px;
}

.extrarow .extratable h4{ margin:0}
.extrarow .extratable td{border-left: none !important; border-right: none !important; }

.grid-view { padding-top: 0px !important; padding-bottom:4px !important}
.grid-view .summary { /*float: right;*/}
.grid-view .pagination {/*float: left;*/ margin:10px 0; text-align:right}
.grid-view td{ word-break: break-all; }
#nodes-grid .summary{/* margin-top:-35px*/ padding-top: 6px;}
.green{ color:#38A845}
.red{ color:#BB3E3E}
#mailer-queue-grid #MailerQueue_mailer_queue_send_date {
    padding-left: 25px;
    width: 300px;
}
.column_condensed .table th, .column_condensed .table td{ padding:8px 5px !important}
.tbrelational-column, .editable-click, a.editable-click { border-bottom: none !important;}
.tbrelational-column:hover{ text-decoration:underline} 
.grid-view .button-column {
    text-align: center;
    width: auto !important;
}


.ui-dialog-buttonset button{
        -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #CCCCCC #CCCCCC #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 0 16px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    
    
}

.ui-dialog-buttonset button:hover, .ui-dialog-buttonset button:active{
    background-image:none;
    background-color: #0044CC;
    color: #ffffff;
}

.ui-dialog-buttonset button:nth-child(2){
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 0 16px;
  margin:0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 14px;
  line-height: 30px;
  border-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
   overflow: visible;
}
.row-active{
  font-weight:bold;  
}
.row-noactive, .row-noactive a{
    font-weight:normal;  
    color:#6f6f6f;
}

/* /user/tarif/index */
#tarif-list{ padding-top: 14px; padding-bottom: 20px; }
.lisense-item.not_activ .thumbnail {
	background-color: initial;
}
.lisense-item.not_activ .l-title {
	color: #97A3AD;
}
.lisense-item.not_activ .btn{
	border:2px solid #A0AFBD;
	color: #758BA1;
}
.lisense-item .thumbnail {
	min-height: 295px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #495359;
	border:none
}
.lisense-item .thumbnail .btn{
	font-family: "Montserrat Semibold", Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: 500;
	min-width: 130px;
}
.lisense-item .l-title{
	margin: 24px auto 0;
	min-height: 44px;
	text-transform: uppercase;
	color: #1189FA;
	font-size: 14px;
}
.lisense-item .l-price{
	font-size: 19px;
}
.thumbnail .l-price .curent_plan {
	line-height: inherit;
}
.lisense-item .details{
	min-height: 210px;
	line-height: 24px;
}
.lisense-item .details .subscr-type{
	min-height: 48px;
	font-size:14px;
	color:#495359
}
.lisense-item .details .subscr-type.subscr_type_0{
	min-height: 48px;
}

.tariff-togle{
	margin-top: 60px;
	padding-right: 10px;
}
.tariff-togle .btn-group > .btn{
	min-width: 123px;
	border: 2px solid #D5DDE3;
	color: #495359;
	height: 49px;
	text-align: left;
}

.tariff-togle .btn-group > .btn .radio-btn{
	background: left center no-repeat url("../images/radio-btn.png");
	background-position: -12px 0;
	height: 12px;
	width: 12px;
	display: inline-block;
	position: absolute;
	top: 17px;
}
.tariff-togle .btn-group > .btn.active .radio-btn{
	background-position: 0 0;
}

.tariff-togle .btn-group > .btn .glyphicon{
	font-size: 12px;
	color: #BCC4C9;
    position: absolute;
    line-height: 45px;
}
.tariff-togle .btn-group > .btn.active .glyphicon{
	color: #118AFB;
	font-weight: bold;
}
.tariff-togle .btn-group > .btn .tarrif-name{
	display: inline-block;
	padding-left: 18px;
	line-height: 15px;
	padding-top: 3px;
}
.tariff-togle .btn-group > .btn:first-child{
	border-right: none;
	padding-top: 8px;
	padding-left: 15px;
}
.tariff-togle .btn-group > .btn:last-child{
	border-left: none;
	padding-left: 19px;
}
.tariff-togle .btn-group > .btn.active{
	background: #FFFFFF;
}
.tariff-togle .btn-group > .btn .save{
	font-weight:normal;
	font-size: 13px;
}
.thumbnail .curent_plan{
	line-height: 34px;
	color: #1189FA;
	font-size: 16px;
}
.thumbnail .italic_gray{
	color: #8999A1;
	font-style: italic;
}

table.table_tarif{ width:100%}
table.table_tarif tr{
    height:60px;
    border-bottom: 1px solid #e4e4e4;
    
}
table.table_tarif td
{
    width:180px;
    text-align:center;
    font-size:14px;
}
table.table_tarif tr.current_row
{
    background-color: #e9f6d8;
}
table.table_tarif tr:last-child, table.table_tarif tr.current_row
{
    border: none;
}
table.table_tarif span.current{
    color: #9fcf5f;
}
.bottom-line + .help-bottom-text{
	margin-top: 8px
}
.help-bottom-text+.help-bottom-text {
	padding-top: 15px;
}

/* end */

#TbAlert{
    margin: 15px 0 10px 0;
}
.notactive *, .notactive .no_link, .notactive .tbrelational-column { color: #999 !important}

/*---------------------------------- page-header ------------------------------------ */
.page-header h1{
	margin-top: 10px;
}
.page-header h3{
	margin-top: 14px;
	margin-bottom: 8px;
}
.page-header .license_name{
	text-transform: uppercase;
	color: #495359;
	font-size: 33px;
	line-height: 32px;
}
.page-header .btn-update .btn{
	font-size: 15px;
}
.page-header .text strong{
	font-size: 16px;
}

.navbar-alert{
	text-align: center;
	margin: 0 155px;
}
.navbar-alert .alert{
	display: inline-block;
	margin: 0 auto;
	min-width: 288px;
	border-radius: 5px;
	background-color: #b3d6f5;
	padding: 8px 11px;
	font-size: 15px;
	font-family:"Montserrat Semibold", Arial, Verdana, sans-serif;
	color: #5691c5;
	line-height: 16px;
	border: none;
}

#page_register .page-header,
#page_recovery .page-header,
#page_login .page-header,
.whats_new {
	margin: 52px 0 18px;
}
#page_register .page-header .text,
#page_recovery .page-header .text
{
	font-size: 15px;
}
/*---------------------------------- register ------------------------------------ */
.help-success-text{
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 12px;
	padding-top: 10px;
	max-width: 475px;
	margin: 0 auto;
}
.help-bottom-text{
	line-height: 1.6em;
	padding-top: 18px;
	font-size:15px
}
#page_register .privacy-policy p{
	font-size: 15px;
	margin-bottom: 20px;
}
#page_changepassword  fieldset{
	min-height:160px
}
/*---------------------------------- register ------------------------------------ */	
#page_recovery .password-reset{
	background:no-repeat center url("../images/form/passwordResetMail.png");
	background-size: 128px 82px;
	height: 82px;
	margin-bottom: 35px;
}
#page_recovery .reset-error-request{
	background:no-repeat center url("../images/form/passwordResetFailLink.png");
	background-size: 128px 92px;
	height: 92px;
	margin-bottom: 35px;
}
#page_recovery .page-header p.text.success{
	font-size: 18px;
	padding-top: 8px;
}
/*---------------------------------- whats_new ------------------------------------ */	
.whats_new h3{
	color: #128afb;
	font-size: 20px;
}
.whats_new .text{
	font-size: 17px;
	padding-left: 13px;
	color: #8d9599;
	line-height: 22px;
}
.whats_new .text .title{
	font-family:"Montserrat Semibold", Arial, Verdana, sans-serif;
	color: #495359;
	padding-top: 25px;
}
.whats_new .text .title .version{
	border-radius: 4px;
	background-color: #c2dbf4;
	color: #128afb;
	padding: 2px 8px 0 9px;
	margin-left: 10px
}
.whats_new .text .title:before{
	color: #198dfb;
    content: "•";
    margin-left: -13px;
    position: absolute
}
.whats_new .review{
	padding-top: 50px;
	color: #8d9599;
	font-family:"Montserrat Semibold", Arial, Verdana, sans-serif;
}
.whats_new .review .review_text{
	font-size: 15px;
	padding: 20px 0;
}
.whats_new .review .author{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1px;
}

/*------avatar-area-----*/
.navbar .avatar-area{ margin-top:14px}
.navbar-nav .dropdown{ margin-top: 3px;  }
.navbar-nav .dropdown .dropdown-toggle{ color: #495359; font-weight: 500; }
.navbar-nav .dropdown .dropdown-toggle .caret{ color: #118AFB; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{ background-color: inherit; }
.navbar-nav .dropdown-menu > .active > a { background-color: inherit; color:#1189FA; }
.navbar-nav .dropdown-menu > .active > a:hover, .navbar-nav .dropdown-menu > .active > a:focus{ 	color:#0084ff; background-color:#E8F2FC; }
.navbar-nav > li > .dropdown-menu{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(255,255,255,0.99);
}
/*-------panel settings----*/
.panel.panel-heading h2{
	margin-top: 10px;
	display:inline-block
}

.panel.panel-theme-1 .panel-heading{
	padding-bottom:0px
}
.panel.panel-theme-1 .panel-heading h4, .panel.panel-theme-1 h4{
	margin:0px 0 10px 0;
	font-weight:600;
}
.panel.panel-theme-1 .panel-heading h4 .title, .panel.panel-theme-1 h4 .title{

	text-transform: uppercase;
}
.panel.panel-theme-1 .panel-body{
	padding:20px 25px 25px 25px	
}

.panel.panel-theme-1 .panel-body .btn{
		margin-top:20px
}

.panel.panel-theme-1 h4.license-name{
	margin-bottom:5px;
	text-transform: uppercase;
	
}
.panel.panel-theme-1 .license-price{
	color:#8999A1	
}
.panel.panel-theme-1 .license-description{
	color:#8999A1;
	font-size:14px;
	line-height:1.43
}
.license-description a{
	color:#8999A1;
	text-decoration: underline
}
.license-description a:hover{
	color:#8999A1;
	text-decoration: none
}
.panel.panel-theme-1 .btn {
    min-width: 130px;
}
.panel.panel-transparent{
	background-color: transparent;	
}

/*---------------*/
.app_setting .panel-body{
	padding-top:0px;
	padding-bottom:0px;
}

/*.panel-body{ padding-left:15px; padding-right:15px}*/
.app_setting .row{
	padding: 20px 10px;
	border-bottom: 1px solid #D0CBD0;
}
.app_setting .row:last-child{
	border-bottom: none;
	padding: 20px 10px;
}
.app_setting .help-block {
    margin-bottom: 0px;
    margin-top: 5px;
}

.app_setting .notice .glyphicon{
	float: right;
	padding-right: 20px;
	color: #F32F1A;
	font-size: 20px;
}
.app_setting .text{
	color: #7F7F7F;
}
.modal-footer{ 
 clear:both;
 text-align:center
 }
.modal-footer .btn, .modal-footer .btn-group > .btn{ min-width:100px}
.ct-form-control{min-width: inherit}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus,
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #118afb;
    border-color: #118afb;
}

.button-column a, .row-noactive .button-column a{ color:#495359 !important }

/*----top-----*/
.top{ 
	text-align:right;
	padding:5px 0px 0 0;
	font-size:15px
}

.alert {
    padding: 8px 11px 7px 11px;
	margin-bottom:15px;
	/*border-radius: 0px !important;*/
	text-align:center;
	font-size:14px;
	line-height:1.43

}

.alert-info {
    background-color: #B3D5F5;
    border-color: #B3D5F5;
    color: #5A85AC;
}

.alert-danger {
    background-color: #E3CFCF;
    border-color: #E3CFCF;
    color: #DF6565;
	text-align: left
}

.close {
    font-size: 25px;
    opacity: 1;
    text-shadow: none;
	line-height: 20px;
	margin-left: 5px;
}

.alert-info .close {
    color: #5A85AC;
}

.alert-danger.close {
    color: #DF6565;
}


.s-line1{
	clear:left;
	height:1px;
	font-size:1px;
	background-color: #ddd
}
/*-----panel----*/
.panel, .thumbnail{
	border:none;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
/*-----verify-----*/
.form-description{ margin-bottom:30px	
}
/*-----------unsubscripe----------*/
.page-header-2 .page-header {
    margin: 15px 0 0px;
}
.page-header-2 .title{ margin-bottom:50px}
.page-header-2 .text{font-size:18px}
/*-----------------------*/
.badge.badge-lg{
    font-size: 14px;	
    padding: 3px 8px;
    border-radius: 10px;	
}
.badge.badge-default{
	background-color: transparent;
	border:1px solid  #1189FA;
    color: #1189FA;
}
.badge.min {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    color: #128afb;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    vertical-align: middle;
    padding: 0 5px;
	background-color: #c2dbf4;
}
.badge.thema2 {
    background-color: #ffcc00;
    color: #495359;
    font-size: 11px;
    font-family: "Montserrat Bold", Arial, Verdana, sans-serif;
	vertical-align: middle;
}
.badge.thema3 {
	border-radius: 3px;
    background-color: #8a99a2;
    color: #fff;
    padding: 4px 7px 2px;
	line-height: 14px;
}
.badge.thema4 {
	border-radius: 4px;
    background-color: #128afb;
    color: #fff;
    font-size: 11px;
    font-family: "Montserrat", Arial, Verdana, sans-serif;
	padding: 8px 10px 6px;
	vertical-align: middle;
    margin-bottom: 2px;
}
.licenses{margin-top:10px}

.tooltip-help{
    color: #8a99a2;
    background-color: #d4dde3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
	width: 17px;
    height: 17px;
    text-align: center;
    font-size: 14px;
	font-weight: bold;
    line-height: 17px;
    display: inline-block;
    padding: 1px 0px;
	cursor: pointer;
	vertical-align: middle;
}

/*------ curent-plan ----------*/
.curent-plan{
	font-size: 15px;	
}
.curent-plan .license-description{
  	font-weight: normal;
  	line-height: 1.4;
  	text-align: left;
  	color: #8a99a2;
}
.curent-plan .additional-options{
	text-align: left;
}

.additional-offers{
	margin-top:30px;
}
.additional-offers .additional-offer{
	border: solid 1px #cfd6dd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(212, 221, 227, 0.84);
	padding: 16px 20px 16px 18px;
	margin-bottom: 25px;
	display: block;
	font-family: "Montserrat Regular", Arial, Verdana, sans-serif;
}
.additional-offers .additional-offer:hover{
	box-shadow: 0 1px 5px 0 rgba(196, 204, 209, 0.84);
	border-color: #77baf8;
	text-decoration: none;
	cursor: pointer;
}
.additional-offers .additional-offer .logo,
.additional-offers .additional-offer .body {
	display: table-cell;
	vertical-align: middle;
}
.additional-offer .logo .additional-logo {
	width: 58px;
	height: 48px;
	background: center no-repeat;
	background-size: 48px 48px;
}
.additional-offer .logo .add-more{ background-image:url(../images/icon/addConnectionsImage.png); }
.additional-offer .logo .custom-plan{ background-image:url(../images/icon/addCustomPlanImage.png); }
.additional-offer .logo .tunel-server{ background-image:url(../images/icon/addTunnelServerImage.png); }
.additional-offer .logo .dev-kit{ background-image:url(../images/icon/addDevKitImage.png); }
.additional-offer .logo .enterpris{ background-image:url(../images/icon/addEnterpriseImage.png); }
.additional-offer .logo .subaccounts{ background-image:url(../images/icon/subaccountOptionsIcon.png); width: 58px; background-size: 58px 48px; }

.additional-offers .additional-offer .body {
	width: 100%;
	padding:0 20px 0 18px;
	font-size: 14px;
	line-height: 18px;
	color: #495359;
	background: right top no-repeat url(../images/icon/advArrowLarge.png)
}
.additional-offers .additional-offer:hover .body {
	background-image: url(../images/icon/advArrowLargeHover.png)
}
.additional-offers .additional-offer .body h4{
	font-size: 13px;
	font-weight: 600;
	margin: 4px 0 0;
	color: #118afb;
	text-transform: uppercase;
	font-family: "Montserrat Semibold", Arial, Verdana, sans-serif;
}

/*-----------------------------*/
.g-recaptcha.text-center > div{
	margin:0 auto;
}    

/*-------resethid---------------*/
.resethid{
	margin-top: 45px;
}
.resethid .page-header .text{
	font-size: 18px;
	color: #495359;
}
.resethid .pricing-items{
	margin-top: 20px;
}
.resethid .pricing-item{
	border-top: 4px solid #128AFB;
	padding: 40px;
}
.resethid .pricing-item.personal{
	border-top: 4px solid #D0D8DD;
}
.resethid .pricing-item .title{
	font-size: 25px;
	line-height: 32px;
	color: #30373B;
}
.resethid .pricing-item .note{
	font-size: 14px;
	line-height: 20px;
	color: #8A99A2;
	padding-bottom: 24px;
	border-bottom: 1px solid #D0D8DD;
	margin-bottom: 24px;
	font-weight: 600;
}
.resethid .pricing-item .price .total{
	font-size: 14px;
	line-height: 20px;
	color: #30373B;
	display: block;
	font-weight: 600;
}
.resethid .pricing-item .price .total-text{
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
}
.resethid .pricing-item  .text{
	line-height: 18px;
	margin-top: 40px;
	font-weight: 600;
	color: #30373b;
	font-size: 14px;
}
.resethid .pricing-item  .text ul{
	list-style: none outside none;
    margin: 0;
    padding: 0 0 0 20px;
}
.resethid .pricing-item .text ul li{
	margin-bottom: 10px;
}
.resethid .pricing-item.personal .text ul li{
	list-style: circle;
}
.resethid .pricing-item.personal .text ul li:before{
	display: none;
}
.resethid .pricing-item .text ul li:before{
	content: " ";
    display: inline-block;
    position: absolute;
    margin-left: -20px;
	background: url(../images/icon/checkIconImage.png) center no-repeat;
	background-size: 8px 8px;
	height: 20px;
	width: 8px;
}

.resethid .pricing-item .pr-buttons-block{
	line-height: 46px;
	height: 46px;
	text-align: center;
	margin-top: 40px;
}
.resethid .resethid-help{
	margin-top: 60px;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #30373B;
}
.resethid .pricing-item .btn{
	font-size: 14px;
    line-height: 26px;
    height: 42px;
}
@media (max-width: 767px) {
	.resethid .pricing-item{ margin-bottom: 20px; padding: 40px 25px; }
	.resethid .resethid-help{ margin-top: 40px; }
}

/*-----------------------------*/
@media (max-width: 767px) {

	.xs-m-t-0{ margin-top: 0px;}
	.xs-m-t-15{ margin-top: 15px;}
	.xs-m-t-20{ margin-top: 20px;}
	.xs-m-t-40{ margin-top: 40px;}
	.xs-m-t-60{ margin-top: 60px;}
	.xs-m-t-80{ margin-top: 80px;}
	
	.xs-m-b-0{ margin-bottom: 0px;}
	.xs-m-b-15{ margin-bottom: 15px;}
	.xs-m-b-20{ margin-bottom: 20px;}
	.xs-m-b-40{ margin-bottom: 40px;}
	.xs-m-b-60{ margin-bottom: 60px;}
	.xs-m-b-80{ margin-bottom: 80px;}
	.xs-m-b-100{ margin-bottom: 100px;}
	.xs-m-b-120{ margin-bottom: 120px;}
	
	.navbar > .container .navbar-brand{
		margin-left: 15px;
	}
	.display-block-xs, .display-xs-block{
		display:block;
		width:100%;
		margin:0 auto
	}
	#content {
	    margin-bottom: -60px;
    	padding-bottom: 60px;
	}
	.navbar-header .btn{
		min-width: 44px;
		padding: 10px 12px;
	}
	.navbar-default .navbar-collapse{
		position: absolute;
		width: 100%;
		z-index: 999;
		background-color: #fff;
	}
	#account-navbar{
		width:100%;
		float:none !important;
		margin-right:0px
		
	}
	.curent-plan{
		padding: 0 5px;
	}
	.curent-plan .panel-body{
		padding: 0 10px 10px;
	}
	.text-xs-center, .text-center-xs{
		text-align:center
	}
	.text-xs-left, .text-left-xs{
		text-align:left;
	}
	
	.tariff-togle {
	    margin-top: 0px;
    	padding-right: 0px;
    	padding-left: 0px;		
	}
	.page-header {
	   	 margin: 0px 0 20px;
	}
	
	.bottom-line {
    	border-bottom: 1px solid #d5dde3;
		padding-bottom: 20px;
	}
	.curent-plan .panel-body h3{ margin-top:20px}
	
	#starting-guide .empty, #starting-guide.final .empty{ padding:15px 15px 10px; background-image: none; }
	#page_register .page-header,
	#page_login  .page-header,
	#page_recovery .page-header
	{
		margin-top: 20px;
	}
	
	.navbar-alert{
		margin: 0;
	}
}

@media (max-width: 479px) {
	.helpful-text{ display: block; }
	#starting-guide.final .helpful{margin: 20px 0}
	#starting-guide .btn-yes{ margin-left: 0; }
}

@media (max-width: 320px) {
	
	#page_register .page-header,
	#page_login  .page-header,
	#page_recovery .page-header
	{
    	padding-bottom: 0px;
		margin-bottom: 10px;
	}
	
	#page_register .page-header h1,
	#page_login .page-header h1,
	#page_recovery, .page-header h1{
		margin:0px
	}

}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	#close-guide{ background-size: 10px 10px; background-image: url(../images/icon/tableEditCloseIcon@2x.png); }
	
	#page_recovery .password-reset { background-image: url(../images/form/passwordResetMail@2x.png); }
	#page_recovery .reset-error-request{ background-image: url("../images/form/passwordResetFailLink@2x.png"); }

	.grid-view table.items th a.sort-link .caret{ background-image: url(../images/icon/tibleTitleSortArrowAsc@2x.png); }
	.grid-view table.items th a.asc .caret{ background-image: url(../images/icon/tibleTitleSortArrowAsc@2x.png); }
	.grid-view table.items th a.desc .caret{ background-image: url(../images/icon/tibleTitleSortArrowDes@2x.png); }

	.grid-view .items  thead > tr >  th[class^="header-"]{ background-size: 16px 16px; }
	.grid-view .items  thead > tr > th.header-name{ background-image: url(../images/icon/tableTitleName@2x.png); }
	.grid-view .items  thead > tr > th.header-key{ background-image: url(../images/icon/tableTitleKey@2x.png);}
	.grid-view .items  thead > tr > th.header-date{ background-image: url(../images/icon/tableTitleDate@2x.png);}
	.grid-view .items  thead > tr > th.header-platform{ background-image: url(../images/icon/tableTitleOs@2x.png);}
	.grid-view .items  thead > tr > th.header-status{ background-image: url(../images/icon/tableTitleSession@2x.png);}
	.grid-view .items  thead > tr > th.header-connections{ background-image: url(../images/icon/subaccConnectionsTableIcon@2x.png);}
	.grid-view .items  thead > tr > th.header-1time{ background-image: url(../images/icon/tableTokenKind@2x.png);}
	
	.sa-form-update .sa-form .token .title{ background-image: url(../images/icon/tableTitleKey@2x.png); }
	.sa-form-update .sa-form .invite-to .title{ background-image: url(../images/form/placeHolderMail@2x.png); }
	.sa-form-update .sa-form .connections .title{ background-image: url(../images/icon/subaccConnectionsTableIcon@2x.png); }
	
	.grid-view tbody > tr > td .delete .glyphicon-my-remove{ background-image: url(../images/icon/tableEditCloseIcon@2x.png);background-size: 10px 10px;}
	.grid-view tbody > tr > td .delete:hover .glyphicon-my-remove{ background-image: url(../images/icon/tableEditCloseIconHover@2x.png);background-size: 10px 10px;}
	#tokens-grid .learn_more a, #subaccounts-grid .learn_more a{ background-image: url(../images/icon/helpArrowSmall@2x.png); background-size: 12px 12px;}
	.grid-view .items  tbody > tr > td .copy-key{	background-image:  url(../images/icon/actionKeyCopyIcon@2x.png); background-size: 11px 12px;}
	
	.ui-widget-header .ui-icon{ background-image: url(../images/icon/overlayCloseIcon@2x.png); background-size: 12px 12px;}
	
	.additional-offer .logo .add-more{ background-image:url(../images/icon/addConnectionsImage@2x.png); }
	.additional-offer .logo .custom-plan{ background-image:url(../images/icon/addCustomPlanImage@2x.png); }
	.additional-offer .logo .tunel-server{ background-image:url(../images/icon/addTunnelServerImage@2x.png); }
	.additional-offer .logo .dev-kit{ background-image:url(../images/icon/addDevKitImage@2x.png); }
	.additional-offer .logo .enterpris{ background-image:url(../images/icon/addEnterpriseImage@2x.png); }
	.additional-offer .logo .subaccounts{ background-image:url(../images/icon/subaccountOptionsIcon@2x.png); }
	.additional-offer .body{ background-image: url(../images/icon/advArrowLarge@2x.png); background-size: 16px 16px; }
	.additional-offer:hover .body{ background-image: url(../images/icon/advArrowLargeHover@2x.png); }
}

.modal-dialog{
	width: 800px;
	max-width: 90%;
	min-width: 300px;
	margin: 90px auto 0;
}
.modal-backdrop{
	background-color: #243a50;
}
.modal-content{
	background-color: #ebeff3;
}

.limit-used{
	max-width: 460px;
	width: 100%;
	margin: 0 auto;
	
width: 800px;
    max-width: 90%;
    min-width: 300px;
}
.limit-used h1{
	font-size: 24px;
	margin: auto;
	max-width: 310px;
	line-height: 1.25;
}
.limit-used .text{
	font-size: 16px;
	line-height: 1.38;
	margin: 15px auto 30px;
	max-width: 400px;	
}
.limit-used .btn-primary{
	margin-bottom: 15px;
	max-width: 250px;
	width: 100%;
}

.welcome{
	padding: 20px;
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
}
.welcome .main-image{
    margin: 20px auto 0;
	display: block;
    max-width: 100%;
    height: auto;
}
.welcome h1 img{
	vertical-align: top;
}
.welcome .text{
	font-size: 17px;
	margin-top: 17px;
	margin-bottom: 16px;
}
.welcome .img-tilda{
	margin-bottom: 30px;
}
.welcome .note{
	font-size: 15px;
	padding-top: 42px;
}
@media (max-width: 767px) {
	.ui-dialog{
    max-width: 90%;
    min-width: 300px;
    margin: 0 15px;
	}
	
	.modal-dialog{ margin: 15px auto;}
	.welcome h1 { font-size: 24px;}
	.welcome .main-image{ margin-top: 0;}
	.welcome .text{ font-size: 15px;	}
	.welcome .note{ padding-top: 20px;  font-size: 13px;}
}