﻿/*@import "../../bootstrap/bootstrap.less";
@import '../../bootstrap/theme.less';
/*@import url('font-awesome.min.css');*/
/*@import '../../ace/ace.less';
/*@import url('ace-rtl.min.css');
@import url('ace-skins.min.css');
@import url('jquery-ui-1.10.3.full.min.css');*/
.form-signin-body {
  padding: 10px;
}
.form-signin {
  max-width: 400px;
}
/* included only when we don't want to use fonts from google server */
/*
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../font/latest.eot'), url('../font/latest.ttf') format('truetype'), url('../font/latest.woff');
}*/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,700,400&subset=latin,cyrillic,cyrillic-ext);*/
.navbar-brand {
  height: auto;
}
.container-vcenter {
  height: 100%;
  display: table;
  width: 100%;
  padding: 0;
}
.navbar-custom .navbar-brand {
  height: auto;
}
.pagination-sm {
  margin: 0;
}
.row-vcenter {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.label {
  height: auto;
  min-height: 20px;
}
.submit-success-message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  border-radius: 0;
  background-color: #dff0d8;
  color: #468847;
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#dff0d8), to(#c8e5bc));
  background-image: -webkit-linear-gradient(top, #dff0d8, 0, #c8e5bc, 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.validation-summary-errors {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  border-radius: 0;
  background-color: #f2dede;
  color: #b94a48;
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#f2dede), to(#e7c3c3));
  background-image: -webkit-linear-gradient(top, #f2dede, 0, #e7c3c3, 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.field-validation-error {
  padding: 0.2em 0.6em 0.3em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-shadow: none;
  font-weight: normal;
  display: inline-block;
  font-size: 12px;
  line-height: 1.15;
  background-color: #d15b47 !important;
}
.field-validation-error:after,
.field-validation-error:before {
  border-right-color: #d15b47 !important;
}
.input-validation-error {
  border-color: #f09784 !important;
  color: #d68273 !important;
}
i.yellow {
  color: #ddc04e;
}
/*��������� ��"�����"*/
.selection-tab {
  position: relative;
  margin: 0 2px 2px 0;
  border: 2px solid transparent;
}
.selection-tab .selection-tab-background {
  top: -2px;
  left: -2px;
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  border-top: 36px solid #094ab1;
  border-right: 36px solid transparent;
}
.selection-tab .selection-tab-check {
  top: -2px;
  left: 2px;
  display: none;
  position: absolute;
}
.selection-tab:hover {
  border: 2px solid #094ab1;
}
.selection-tab:hover .selection-tab-background {
  display: block;
}
.selection-tab:hover .selection-tab-check {
  display: block;
}
.selection-tab.selection-tab-active {
  border: 2px solid #094ab1;
}
.selection-tab.selection-tab-active .selection-tab-background {
  display: block;
}
.selection-tab.selection-tab-active .selection-tab-check {
  display: block;
}
/*********************/
/****flags*****/
.icon-flag-uk {
  background-image: url(images/24/Ukraine.png);
}
.icon-flag-ru {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(images/24/Russian.png);
}
.icon-flag-us {
  background-image: url(images/24/UnitedStates.png);
}
/**************/
label.error {
  padding: 0.2em 0.6em 0.3em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-shadow: none;
  font-weight: normal;
  display: inline-block;
  font-size: 12px;
  line-height: 1.15;
  background-color: #d15b47 !important;
}
input.error {
  border-color: red;
}
.right-container {
  position: fixed;
  bottom: 0;
  top: 45px;
  right: 0;
  float: right;
  padding: 8px;
  width: 400px;
  background-color: #ffffff;
  overflow: auto;
}
.work-container {
  margin-right: 380px;
}
@media only screen and (max-width: 1024px) {
  .right-container {
    width: 350px;
  }
  .work-container {
    margin-right: 330px;
  }
}
.infopanel-table tr {
  border-bottom: 1px dotted #e2e2e2;
}
.infopanel-table tr td {
  padding: 2px;
}
.infopanel-table tr td:first-child {
  width: 120px;
  padding-right: 5px;
}
.infopanel-table tr td:last-child {
  width: 240px;
  max-width: 240px;
  word-wrap: break-word;
}
/***********TREE-VIEW*****************/
.tree .tree-item,
.tree .tree-folder {
  border: none;
}
/*************************************/
/***********GRID MVC******************/
/*table.grid-table tr.grid-row-selected td {
  background-color:#62a7d0 !important;
}
table.grid-table tr.grid-row-selected td {
  background-color:#fefecb !important;
  color:#000;
}
table.grid-table tr.grid-row-selected td {
  background-color:#f8ecbd !important;
  color:#000;
}
table.grid-table tr.grid-row-selected td {
  background-color:#fcefd4 !important;
  color:#000;
}
table.grid-table tr.grid-row-selected td {
  background-color:#ebfafe !important;
  color:#000;
}*/
.grid-mvc table.grid-table .grid-filter {
  float: left;
  width: 16px;
  height: 16px;
}
.grid-mvc table.grid-table thead tr .dropdown-menu {
  left: -100px;
}
.grid-mvc table.grid-table thead tr th:first-child div .dropdown-menu,
.grid-mvc table.grid-table thead tr td:first-child div .dropdown-menu {
  left: -10px !important;
}
.grid-mvc table.grid-table thead tr th:first-child div .dropdown-menu .grid-dropdown-arrow,
.grid-mvc table.grid-table thead tr td:first-child div .dropdown-menu .grid-dropdown-arrow {
  left: 9px !important;
}
table.grid-table .grid-filter-btn,
table.grid-table .filtered.grid-filter-btn {
  width: 16px;
  height: 16px;
  background-position-x: 3px;
}
table.grid-table .filtered.grid-filter-btn-close {
  width: 12px;
  height: 12px;
  display: block;
  float: left;
  cursor: pointer;
  margin-right: 3px;
  margin-top: 3px;
  background-image: url(images/12/close.png);
}
table.grid-table .grid-header .sorted-desc .grid-sort-arrow::after,
table.grid-table .grid-header .sorted-asc .grid-sort-arrow::after {
  font-weight: bold;
  font-size: 18px;
  line-height: 0.5;
  color: #000;
}
ul.nav-tabs li a {
  cursor: pointer;
}
.datepicker {
  z-index: 1500 !important;
}
/*# sourceMappingURL=styles.css.map */

 .k-grid-header th.k-header {
        vertical-align: top;
    }