@charset "utf-8";
/* CSS Document */
* {
	outline: none;
}

input, button, textarea {
	outline: none
}
body {
	background-color: rgba(250,250,250,1.00);
	color: rgba(33,33,33,1.00);
	margin: 0;
}
.container{
	width: calc(100% - 40px);
	margin: 0px auto;
}
header .container{
    width: 100%;
}
.no-auth-user {
	width:100vw;
	height:100vh;
	color: rgba(240,255,255,1.00);
	background-color: rgba(0,115,200,1.00);
}
.no-auth-user .form-container {
	width:400px;
	height:auto;
	position:relative;
    left:0;
	right:0;
	top: calc(50% - 45px);
	transform: translateY(-50%);
	bottom:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
	overflow:auto;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
.no-auth-user .form-container form {
	padding:25px;
}
.no-auth-user .form-container form .form-name {
	display:block;
	font-size: 1.15em;
	margin-bottom:10px;
    color:rgba(238,238,238,1.00);
}
.no-auth-user .form-container form .form-desc {
	display:block;
	margin-bottom:30px;
    color:rgba(238,238,238,1.00);
	line-height:1.2em;
	font-size:0.9em;
}
.no-auth-user .form-container form label{
	display:block;
	margin-bottom:10px;
	color:rgba(238,238,238,1.00);
}
.no-auth-user .form-container form input[type=text],
.no-auth-user .form-container form input[type=email],
.no-auth-user .form-container form input[type=password]{
	display: block;
    width: calc(100% - 22px);
    padding: 10px;
    color: rgba(236,228,255,1.00);
    background-color: rgba(238,238,238,0.15);
    border: 1px solid rgba(205,210,215,1.00);
    border-radius: 2px;
	margin-bottom:20px;
}
.no-auth-user .form-container form button{
	display:block;
    width:100%;
    padding:10px;
    color:rgba(255,255,255,1.00);
    background-color:rgba(239,106,35,0.85);
    border:none;
    border-radius:2px;
}
.no-auth-user .form-container form button:hover{
    background-color:rgba(239,106,35,0.75);
	cursor: pointer;
}
.no-auth-user .form-container .form-additional{
	display:block;
	text-align:center;
	margin-top:20px;
	color:rgba(255,255,255,0.50);
}
.no-auth-user .form-container .form-additional a{
	color:rgba(255,255,255,1.00);
}
.no-auth-user .form-container .terms-accept {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}
.no-auth-user .form-container .terms-accept input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
	
}
.no-auth-user .form-container .terms-accept label {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	height: 40px;
}
.no-auth-user .form-container .terms-accept label span{
	display: block;
	position: absolute;
	right:0px;
	width: calc(100% - 40px);
	height: 40px;
	line-height: 20px;
}
.no-auth-user .form-container .terms-accept label span a{
	color:rgba(255,255,255,0.80);
}
.no-auth-user .form-container .terms-accept label:before {
	content:'';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid rgba(205,210,215,1.00);
	border-radius: 2px;
	padding: 10px;
	display: block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 15px;
	width: 1px;
	height: 1px;
	float: left;
}
.no-auth-user .form-container .terms-accept input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 9px;
	width: 4px;
	height: 12px;
	border: solid rgba(205,210,215,1.00);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
header{
	position: fixed;
	background-color: rgba(0,115,200,1.00);
	color: rgba(240,255,255,1.00);
	width:100%;
	height: 55px;
	box-shadow: 0 5px 5px -2px rgba(33,33,33,0.15);
}
header .sidebar-button{
	display: inline-block;
	margin: 10px;
	width:33px;
	height: 33px;
	float: left;
	border:1px solid;
	border-color: rgba(0,115,200,1.00);
	border-radius: 5px;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../../assets/svg/burger.svg);
}
header .sidebar-button.active, header .sidebar-button:hover{
	border-color:rgba(240,255,255,1.00);
}
header .logo{
	display: inline-block;
	width:70px;
	height: 55px;
	float: left;
	margin-right: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../../assets/svg/logo.svg);
}
header .sections{
	display: inline-block;
	line-height: 55px;
}
header .sections a{
	display: inline-block;
	margin-right: 20px;
	padding-bottom: 5px;
	line-height: 15px;
}
header .sections a.active, header .sections a:hover{
	border-bottom:2px rgba(190,55,10,1.00) solid;
}

/*BODY*/
#body{
	padding-top: 55px;
	min-height: calc(100vh - 95px);
	overflow-y: hidden;
}
.content-block{
    width: calc(100% - 2px);
    margin: 20px 0;
    background-color: rgba(250,250,250,1.00);
    border: 1px rgba(235,235,235,0.80) solid;
    border-radius: 5px;
	box-shadow: 0px 0px 5px -2px rgba(33,33,33,0.15);
}
.content-block .block{
	padding: 20px;
}
.content-block .block-title {
	font-size: 1.2em;
	padding: 20px;
	background-color: rgba(66,66,66,100);
	color: rgba(255,255,255,1.00);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px rgba(40,50,55,1.00) solid;
}
.content-block .block-part{
	padding: 20px;
	background-color: rgba(255,255,255,1.00);
    border-bottom: 1px rgba(235,235,235,0.80) solid;
    border-radius: 5px;
	margin-bottom: 20px;
}
.content-block .block-part:last-child {
		margin-bottom: 0px;
	}
/*SIDEBAR*/
#sidebar {
	position: fixed;
	top:55px;
	left: -300px;
	width: 300px;
	height: calc(100vh - 55px);
	background-color: rgba(255,255,255,1.00);
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	transition: all .1s;
	z-index: 2;
}
#sidebar.active{
	left: 0px;
	box-shadow: 5px 0 5px -2px rgba(33,33,33,0.15);
}

#sidebar .close-sidebar-button{
	position: absolute;
	cursor:pointer;
	bottom:20px;
	left:20px;
	width: 240px;
	text-align: center;
	border-radius: 5px;
	padding: 10px;
	line-height: 20px;
	background-color: rgba(65,160,70,1.00);
	color: rgba(240,255,255,1.00);
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: 25px;
	background-image: url(../../assets/svg/close.svg);
}
#sidebar .close-sidebar-button:hover{
	background-color: rgba(55,140,60,1.00);
}
#sidebar .navigation{
	max-height: calc(100vh - 80px);
	overflow-y: auto;
	color: rgba(33,33,33,1.00);
}
#sidebar .navigation .navigation-separator{
	font-size: 0.9em;
	color: rgba(99,99,99,1.00);
	padding: 10px;
	line-height: 20px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
#sidebar .navigation .navigation-separator::before{
	margin: auto 20px auto 0;
}
#sidebar .navigation .navigation-separator::after{
	margin: auto 0 auto 20px;
}
#sidebar .navigation .navigation-separator::before,
#sidebar .navigation .navigation-separator::after{
	-webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    content: " ";
    background: rgba(99,99,99,1.00);
    height: 1px;
}
#sidebar .user{
	line-height: 55px;
}
#sidebar .user .toggle{
	display: block;
	padding: 0 10px;
	width: calc(100% - 20px);
	background-image:url(../../assets/svg/to-bot-black.svg);
	background-position:right 17.5px center;
	background-repeat: no-repeat;
	background-size: 20px;
	cursor: pointer;
	overflow: hidden;
}
#sidebar .user .toggle.active{
	background-image:url(../../assets/svg/to-top-black.svg);
}
#sidebar .user .toggle .avatar{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 12.5px 0;
	float: left;
}
#sidebar .user.unknown .toggle .avatar{
	background: url(../../assets/svg/user.svg) center center no-repeat;
}
#sidebar .user.logged .toggle .avatar{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px;
}
#sidebar .user .toggle .name{
	display: inline-block;
	line-height: 55px;
	padding-left: 10px;
}
#sidebar .user.logged .toggle .name{
	display: block;
	line-height: 20px;
	margin-top: 12.5px;
	padding-left: 40px;
}
#sidebar .user.logged .toggle .info{
	display: block;
	line-height: 10px;
	padding-left: 40px;
	font-size: 0.75em;
	color: rgba(99,99,99,1.00);
}
#sidebar .user .toggle-content{
	display: none;
	z-index: 1;
}
#sidebar .user .toggle-content a{
	display: block;
	padding: 0 10px 0 50px;
	line-height: 55px;
}
#sidebar .user .toggle-content a.active, #sidebar .user .toggle-content a:hover{
	color: rgba(170,60,20,1.00);
}

#sidebar .project{
	line-height: 55px;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	transition: all .1s;
	overflow: hidden;
}
#sidebar .project div.toggle{
	display: inline-block;
	background-color: rgba(190,55,10,1.00);
    color: rgba(240,255,255,1.00);
	padding: 0 10px;
	width: calc(100% - 20px);
	background-image:url(../../assets/svg/to-bot.svg);
	background-position:right 17.5px center;
	background-repeat: no-repeat;
	background-size: 20px;
	cursor: pointer;
}
#sidebar .project .toggle span{
	display: inline-block;
	line-height: 55px;
	padding-left: 40px;
	font-weight: 700;
}
#sidebar .project div.toggle:hover{
	background-color: rgba(170,60,20,1.00);
}
#sidebar .project div.toggle.active{
	background-color: rgba(170,60,20,1.00);
	background-image:url(../../assets/svg/to-top.svg);
}
#sidebar .project .toggle-content {
	display: none;
	z-index: 1;
}
#sidebar .project .toggle-content a{
	display: block;
	padding: 0 10px 0 50px;
	line-height: 55px;
	color: rgba(33,33,33,1.00);
}
#sidebar .project .toggle-content.active{
	display: block;
}
#sidebar .project .toggle-content a.active, #sidebar .project .toggle-content a:hover{
	color: rgba(190,55,10,1.00);
}
#sidebar .project.ft .toggle:hover, #sidebar .project.ft .toggle.active{
	background-color: rgba(44,66,99,0.90);
}
#sidebar .project.ft .toggle{
	background-color: rgba(44,66,99,1.00);
}
#sidebar .project.ft .toggle span{
	background: url(../../assets/svg/ft-logo.svg) center left no-repeat;
	background-size: 30px;
}
#sidebar .project.ysb .toggle:hover, #sidebar .project.ysb .toggle.active{
	background-color: rgba(55,70,80,0.90);
}
#sidebar .project.ysb .toggle{
	background-color: rgba(55,70,80,1.00);
}
#sidebar .project.ysb .toggle span{
	background: url(../../assets/svg/ysb-logo.svg) center left no-repeat;
	background-size: 30px;
}
#sidebar .services{
	line-height: 55px;
}
#sidebar .services .toggle{
	display: inline-block;
	padding: 0 10px;
	width: calc(100% - 20px);
	background-image:url(../../assets/svg/to-bot-black.svg);
	background-position:right 17.5px center;
	background-repeat: no-repeat;
	background-size: 20px;
	cursor: pointer;
}
#sidebar .services .toggle:hover{
	background-color: rgba(222,222,222,1.00);
}
#sidebar .services .toggle.active{
	background-color: rgba(222,222,222,1.00);
	background-image:url(../../assets/svg/to-top-black.svg);
}
#sidebar .services .toggle span{
	display: inline-block;
	line-height: 55px;
	padding-left: 40px;
	font-weight: 700;
}
#sidebar .services.languages .toggle span{
	background: url(../../assets/svg/globe.svg) center left no-repeat;
	background-size: 30px;
}
#sidebar .services.generators .toggle span{
	background: url(../../assets/svg/code.svg) center left no-repeat;
	background-size: 30px;
}
#sidebar .services.server .toggle span{
	background: url(../../assets/svg/server.svg) center left no-repeat;
	background-size: 30px;
}
#sidebar .services .toggle-content{
	display: none;
	z-index: 1;
}
#sidebar .services .toggle-content a{
	display: block;
	padding: 0 10px 0 50px;
	line-height: 55px;
	color: rgba(33,33,33,1.00);
}
#sidebar .services .toggle-content a.active, #sidebar .services .toggle-content a:hover{
	color: rgba(170,60,20,1.00);
}
/*PAGELOADER*/
/*.page-loader{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,115,200,1.00) url(../svg/logo.svg) center center no-repeat;
	background-size: 40vw;
	z-index: 3;
}
.page-loader .loader{
	position: fixed;
	width: 100%;
	height: 50px;
	bottom: 50px;
	text-align: center;
	display: block;
}
.page-loader .loader svg{

}*/
/**/
.notifications-center {
	position: fixed;
	z-index: 99999;
	width: 400px;
	right: 20px;
	bottom: 20px;
	background-color: rgba(33,33,33,0.95);
	-webkit-box-shadow: 0px 6px 17px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 17px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 17px -5px rgba(0,0,0,0.75);
}
.notifications-center .msg {
	color: rgba(238,238,238,1.00);
	
	cursor:pointer;
}
.notifications-center .msg .message{
	padding: 15px 15px 10px 15px;
	line-height: 20px;
}
.notifications-center .msg .progress-bar {
	height: 5px;
	background-color: rgba(0,0,0,0.30);
	display: block;
}
.notifications-center .msg.error .progress-bar{
	background-color: rgba(157,66,67,0.60);
}
.notifications-center .msg.success .progress-bar{
	background-color: rgba(52,112,70,0.60);
}

/**/
.toggle-content a{
	text-decoration: none;
	cursor: pointer;
}
.btn{
	cursor:pointer;
	text-align: center;
	border-radius: 5px;
	padding: 10px;
	line-height: 20px;
	border: 1px rgba(40,50,55,0.50) solid;
	background-color: rgba(245,245,245,1.00);
	color: rgba(40,50,55,1.00);
    box-shadow: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.85em;
	font-weight: bold;
}
.btn:hover{
	background-color: rgba(225,225,225,1.00);
}
input.data{
	display: block;
	width: calc(100% - 20px);
	border: 0px;
	line-height: 20px;
	font-size: 1.5em;
	-webkit-appearance:none;
	padding: 10px;
	border-radius: 5px;
}
input.data:hover{
	background-color: rgba(225,235,240,1.00);
}
input.data.active{
	background-color: rgba(225,235,240,1.00);
}
.log-report{
	font-size: 0.8em;
	line-height: 15px;
	max-height: 250px;
	overflow: auto;
}
.block-part label{
	display: block;
	margin-bottom: 5px;
	font-style: normal;
	font-size: 0.9em;
	color: slategrey;
}
/**/
/*TOOLS*/
/*IPINFO*/
.ip-info span, .ip-info span em{
	display: block;
}
.ip-info span.ip{
	font-size: 1.5em;
}
.ip-info span em{
	margin-bottom: 5px;
	font-style: normal;
	font-size: 0.9em;
	color: slategrey;
}
.ip-info span{
	margin-bottom: 15px;
}
.ip-info span:last-child{
	margin-bottom: 0px;
}
/*PASSGEN*/
.password-generator .block-part:last-child{
	margin-bottom: 0px;
}
.password-generator .block-part .input-group{
	overflow: hidden;
}
.password-generator .block-part input{
	margin-bottom: 5px;
}
.password-generator .block-part button.generate-new-password{
	margin-right: 10px;
}