* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}


.form-inline.selectproject {
	position: absolute;
	top: 33px;
	right: 270px;
}

.form-inline.selectrole {
	position: absolute;
	top: 2px;
	right: 270px;
}

.form-inline.selectproject select, .form-inline.selectrole select {
	width: 150px;
	outline: none;
}

.form-inline.selectproject select:not(:hover), .form-inline.selectrole select:not(:hover) {
	background: none;
	border: 0;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/* ----------------------------------------------- */
/* ---------------- Базовые стили ---------------- */
/* ----------------------------------------------- */

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

.text-coral {
	color: #ED3B59;
}

.btn-coral {
	background-color: #ED3B59!important;
	color: #ffffff;
	float: right;
}

.btn-coral:hover {
	background-color: #343a40!important;
	color: #ffffff;
}


.container-fluid {
	padding: 0;
}


/* ---------------- Информация ---------------- */


.i i {
	margin-top: 5px;
	font-size: 20px;
	color: #ED3B59;
}

.i .col {
	padding-left: 0;
	font-size: 0.9rem;
}


/* ----------------------------------------------- */
/* -------------- Главная страница --------------- */
/* ----------------------------------------------- */


.field_textarea_text_incoming_message textarea {
	height: 150px;
}


/* ----------------------------------------------- */
/* ---------------- Левая колонка ---------------- */
/* ----------------------------------------------- */

.left_column {
	width: 300px;
	min-width: 300px;
	background-color: #15181f;
}

.left_column .column {
	position: relative;
}

.left_column .column .logo_block {
	height: 50px;
}

.left_column .column .logo_block img {
	max-height: 35px;
}

.left_column .column .menu_block {
	overflow-y: scroll;

}

.left_column .column .footer_zone {
	min-height: 50px;
	border-top: 1px solid #cccccc;
}

.left_column .column .footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 35px;
}

.left_column .column .footer p {
	color: #fff;
}

.left_column .column .btn {
	color: #FFFFFF;
	width: 100%;
	text-align: left;
	box-shadow: none;
	font-size: 0.9rem;
	background: none;
	border: 0;
	padding-left: 20px;
	transition: 200ms linear;
}

.left_column .column .menu_ms .btn.active {
	background-color: #3d3f47;
}

.left_column .column .menu_ms .btn.active:hover {
	background-color: #4a4c54;
}

.left_column .column .menu_ms .btn i {
	margin-right: 3px;
}


.left_column .column .menu_ms .btn.btn-home {
	height: 50px;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 36px;
	padding-left: 10px;
	margin-bottom: 5px;
}

.left_column .column .menu_ms .btn i.fa-cubes {
	margin: 0;
}

.left_column .column .menu_ms .btn:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.left_column .column .btn.collap {
	background-color: rgba(255, 255, 255, 0.1);
	margin-bottom: 10px;
}

.left_column .column .btn.collap i {
	margin-right: 10px;
	transition: 200ms linear;
	transform: rotate(45deg);
}

.left_column .column .btn.collap.collapsed {
	background-color: rgba(255, 255, 255, 0);
}

.left_column .column .btn.collap.collapsed i {
	transform: rotate(0deg);
}


.left_column .column .form_4u label {
	color: #FFFFFF;
	font-size: 0.8rem;
}

.left_column .column .field_add_microservice, .left_column .column .field_request_microservice {
	margin-bottom: 0;
}

.left_column .column .form_4u .btn {
	width: auto;
}


/* ------------------------------------------------ */
/* ---------------- Правая колонка ---------------- */
/* ------------------------------------------------ */

.container-fluid .content {
	width: 100%;
	height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-top: 90px;
	padding-left: 80px;
	padding-right: 15px;
}

/* ---------------- Шапка ---------------- */

.header {
	background-color: #ffffff;
	margin-right: -15px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.navbar-base li  {
	padding-top: 10px;
	line-height: 14px;
}

.navbar-base li div {
	line-height: 1.5;
}


.navbar-base li a.item {
	font-size: 18px;
	color: #929398;
	transition: .15s linear;
}

.navbar-base li a.item:hover {
	color: #000000!important;
	border-color: #000000!important;
}

.navbar-base li a.item.user {
	font-size: 35px;
	padding-top: 0px;
}

.navbar-base li a.item.tp {
	color: #ED3B59;
	border: 0;
}

.navbar-base li a.item.balance {
	font-size: 12px;
	border: solid #929398 2px;
	border-radius: 12px;
}

.navbar-base li a.item.balance i {
	width: 15px;
	height: 18px;
}
.navbar-base li a.item.balance i:before {
	margin-left: 4px;
}


.user_elements {
	width: 350px;
	right: 10px;
	top: auto;
}

.user_elements .name {
	color: #ED3B59;
}


.balance_elements {
	width: 200px;
	right: 70px;
	top: auto;
}


/* ------------------------------------------------ */
/* ---------------- Личный кабинет ---------------- */
/* ------------------------------------------------ */


.profile {
	padding-right: 90px;
}

.profile .phone_messenger_group label, .profile .phone_messenger_group small {
	margin: 0;
}

/* ------------------------------------------------ */
/* ------------- Инфа о микросервисах ------------- */
/* ------------------------------------------------ */

.mss_info {
	max-width: 900px;
	margin-left: 0;
}

.mss_info .card_ms {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
}

.card_ms p {
	margin: 0;
}

.card_ms .img_ms {
	width: 100px;
}

.card_ms .img_ms img {
	width: 100%;
}

.card_ms .text_ms {
	min-width: 330px;
}

.card_ms .header_ms {
	width: 100%;
}

.card_ms .name_ms {
	font-size: 1.5rem;
	line-height: 0.8rem;
}

.card_ms .nav_ms {
	text-align: right;
}

.card_ms .nav_ms a {
	color: #7f7f7f;
	font-size: 0.8rem;
	margin-right: 20px;
}

.card_ms .description_ms {
	font-size: 0.8rem;
}

.card_ms .numbers_ms {
	min-width: 210px;
	text-align: center;
}

.card_ms .numbers_ms .col-6 {
	padding: 0;
	padding-bottom: 20px;
}

.card_ms .numbers_ms .numbers_ms_zag {
	font-size: 0.9rem;
}

.card_ms .numbers_ms .numbers_ms_num {
	font-size: 2rem;
}

/* ------------- Внутреннее меню информации о МС -------------- */


.menu_ms {
	margin: 30px 0 30px 0;
}

.menu_ms .nav_ms {
	text-align: left;
}

.menu_ms .nav_ms a {
	color: #333333;
	font-size: 1rem;
	margin-right: 20px;
	padding: 15px 0;
}

.menu_ms .nav_ms a {
	position: relative;
	text-decoration: none;
}

.menu_ms .nav_ms a.active {
	color: #ED3B59;
}

.menu_ms .nav_ms a.active::before, .menu_ms .nav_ms a:hover::before {
	content: "";
	width: 100%;
	height: 2px;
	background: #f36;
	position: absolute;
	bottom: 0;
	left: 0;
}

.menu_ms .nav_ms a:hover {
	color: #333333;
}

.menu_ms .nav_ms a:hover::before {
	background: #333333;
}


/* ------------- Форма фильтрации -------------- */


.filter {
	font-size: 0.9rem;
	line-height: 25px;
	margin-bottom: 10px;
}

.filter input {
	width: 100px;
	height: 25px;
}

.filter select {
	height: 25px;
}

.filter	button {
	background: none;
	border: 0;
	font-size: 18px;
	/*margin-top: 3px;*/
}

.filter .reset a {
	font-size: 0.8rem;
	color: #7f7f7f;
}



/* ------------------------------------------------ */
/* ------------- Страница статистики -------------- */
/* ------------------------------------------------ */


.ms_page .info {
	max-width: 600px;
}

.ms_page .info .table {
	margin-bottom: 30px;
}

.ms_page .info .table tbody {
	font-size: 0.8rem;
	text-align: center;
}

.ms_page .info .table .result th {
	padding: 0.5rem;
}



/* ------------------------------------------------ */
/* ------------- Страница с тарифами -------------- */
/* ------------------------------------------------ */


.ms_page .tariff_page .requests  {
	margin-bottom: 30px;
	max-width: 680px;
}

.ms_page .tariff_page .requests p {
	font-weight: bold;
	margin: 0;
}

.ms_page .tariff_page .requests ul {
	margin-left: 30px;
	font-size: 0.9rem;
}

.ms_page .tariff_page .tariffs .table {
	width: auto;
	text-align: center;
}


.ms_page .tariff_page .tariffs .table th,
.ms_page .tariff_page .tariffs .table td {
	border-left: 1px solid #aaaaaa;
	max-width: 200px;
	min-width: 180px;
}

.ms_page .tariff_page .tariffs .table th.text-left{
	border: 0;
}

.ms_page .tariff_page .tariffs .table th.active,
.ms_page .tariff_page .tariffs .table td.active {
	color: #ED3B59;
}

.ms_page .tariff_page .tariffs .table td {
	font-size: 0.9rem;
}



/* ------------------------------------------------ */
/* ---------------- Страница с SDK ---------------- */
/* ------------------------------------------------ */



.ms_page .sdk_page {
	max-width: 600px;
}

.ms_page .sdk_page .files .col-6 {
	padding-bottom: 15px;
}



/* ------------------------------------------------ */
/* --------------- Страница баланса --------------- */
/* ------------------------------------------------ */



.balance_page {
	padding-right: 50px;
}

.balance_page .balance_header {
	margin-bottom: 80px;
}

.balance_page .balance_header .balance_info {
	min-width: 150px;
}

.balance_page .balance_header .balance_info p {
	margin: 0;
}

.balance_page .balance_header .balance_info .balance {
	font-size: 2rem;
	font-weight: bold;
	line-height: 2rem;
}


.balance_page .history .table {
	margin-bottom: 30px;
	text-align: center;
}

.balance_page .history .table tbody {
	font-size: 0.8rem;
}

.balance_page .history .table .result th {
	padding: 0.5rem;
}

.balance_page .history .table .reason {
	text-align: left;
	max-width: 350px;
}



/* ------------------------------------------------ */
/* ------------ Страница микросервисов ------------ */
/* ------------------------------------------------ */


.mss_develop .nav_ms a {
	margin-right: 0;
	margin-left: 20px;
}

.mss_develop .card_ms .header_ms {
	width: auto;
	margin-bottom: 10px;
}

.mss_develop .card_ms .numbers_ms_zag {
	color: #7f7f7f;
}



/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------- АДМИНКА -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------ */



/* ------------------------------------------------ */
/* ------------ Страницы ТЕХПОДДЕРЖКИ ------------- */
/* ------------------------------------------------ */


.ts_page .table td {
	font-size: 0.9rem;
}


.table tr.opacity-50 {
	opacity: 0.5;
}


.ts_massage_page .massage .text_massage {
	font-size: 0.9rem;
	margin-bottom: 50px;
}

.status_massage_form .field_select_status_tp_massage {
	display: inline-block;
	display: -moz-inline-stack;
	vertical-align:top;
}

.status_massage_form .field_select_status_tp_massage label {
	color: #ED3B59;
	margin-left: 8px;
	margin-bottom: 0;
}

.status_massage_form .field_select_status_tp_massage select {
	max-width: 120px;
	border: 0;
	font-size: 1.3rem;
	font-weight: bold;
}

.status_massage_form .field_select_status_tp_massage select:focus {
	border: 0;
	box-shadow: none;
}

.status_massage_form .field_select_status_tp_massage select option:nth-child(1) {
	display: none;
}

.status_massage_form .btn_submit {
	display: inline-block;
	display: -moz-inline-stack;
	vertical-align:top;
	height: 72px;
}

.status_massage_form .btn_submit button {
	margin-top: 25px;
	background: none;
	color: #000000;
	font-size: 20px;
	border: 0;
	box-shadow: none;
}

.status_massage_form .history_form_4u {
	display: none;
}


.status_massage_form .text-success {
	display: none;
}



.ts_massage_page .table td {
	font-size: 0.9rem;
}

.field_textarea_solution_text textarea {
	height: 200px;
}


/* ------------------------------------------------ */
/* ------------ Страницы ПОЛЬЗОВАТЕЛЕЙ ------------ */
/* ------------------------------------------------ */



.users_info {
	max-width: 900px;
	margin-left: 0;
}

.users_info .card_user {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 15px;
}

.users_info .card_user .name_user {
	font-size: 1.5rem;
	line-height: 0.8rem;
}

.users_info .card_user .role_name {
	font-size: 1.2rem;
}

.users_info .card_user .user_nav .role_nav a {
	font-size: 0.8rem;
	color: #333333;
}

.users_info .card_user .user_nav .role_nav i {
	width: 15px;
}


/* ------------------------------------------------ */
/* --------------- Страницы БАЛАНСА --------------- */
/* ------------------------------------------------ */


.balance_page.admin_panel button {
	float: left;
}

.balance_form .field_input_text_balance_user {
	max-width: 120px;
	display: inline-block;
	display: -moz-inline-stack;
	vertical-align:top;
}

.balance_form .field_input_text_balance_user label {
	color: #ED3B59;
	margin-left: 8px;
	margin-bottom: 0;
}

.balance_form .field_input_text_balance_user input {
	max-width: 120px;
	/*border: 0;*/
	font-size: 1.3rem;
	font-weight: bold;
}

.balance_form .field_input_text_balance_user input:focus {
	border: 0;
	box-shadow: none;
}

.balance_form .btn_submit {
	display: inline-block;
	display: -moz-inline-stack;
	vertical-align:top;
	height: 72px;
}

.balance_form .btn_submit button {
	margin-top: 25px;
	background: none;
	color: #000000;
	font-size: 20px;
	border: 0;
	box-shadow: none;
}

.balance_form .history_form_4u {
	display: none;
}


.balance_form .text-success {
	display: none;
}


/* ------------------------------------------------ */
/* ----------- Страницы АРЕНДУЕМЫХ МС  ------------ */
/* ------------------------------------------------ */



.users_ms_info {
	max-width: 900px;
	margin-left: 0;
}

.users_ms_info .card_ms_user {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 15px;
}

.users_ms_info .card_ms_user .name_ms {
	font-size: 1.5rem;
	line-height: 0.8rem;
}

.users_ms_info .card_ms_user .role_name {
	font-size: 1.2rem;
}

.users_ms_info .card_ms_user .user_nav .role_nav a {
	font-size: 0.8rem;
	color: #333333;
}

.users_info .card_user .user_nav .role_nav i {
	width: 15px;
}


.selected_tariff_ms_form .field_select_selected_tariff_ms {
	display: inline-block;
	display: -moz-inline-stack;
	vertical-align:top;
}

.selected_tariff_ms_form .field_select_selected_tariff_ms label {
	color: #ED3B59;
	margin-left: 8px;
	margin-bottom: 0;
}

.selected_tariff_ms_form .field_select_selected_tariff_ms select {
	max-width: 120px;
	border: 0;
	font-size: 1.3rem;
	font-weight: bold;
}

.selected_tariff_ms_form .field_select_selected_tariff_ms select:focus {
	border: 0;
	box-shadow: none;
}

.selected_tariff_ms_form .field_select_selected_tariff_ms select option:nth-child(1) {
	display: none;
}

.selected_tariff_ms_form .btn_submit {
	display: inline-block;
	display: -moz-inline-stack;
	vertical-align:top;
	height: 72px;
}

.selected_tariff_ms_form .btn_submit button {
	margin-top: 25px;
	background: none;
	color: #000000;
	font-size: 20px;
	border: 0;
	box-shadow: none;
}

.selected_tariff_ms_form .history_form_4u {
	display: none;
}


.selected_tariff_ms_form .text-success {
	display: none;
}


.users_stat_ms .menu_ms {
	display: none;
}


/* ------------------------------------------------ */
/* ----------- Страницы МИКРОСЕРВИСОВ  ------------ */
/* ------------------------------------------------ */


.edit_modal .modal-dialog {
	max-width: 550px;
}
