@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,cyrillic-ext);
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');

.input-validation-error {
    color: red;
    border-color: red;
}

body {
    padding-top: 50px;
    /*background: url("http://subtlepatterns.com/patterns/debut_light.png") repeat scroll 0 0 transparent;*/
    background-color: #fff;
}
footer {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 300px;
}
hr.dotted{
    border-style: dotted none none;
    margin: 7px 0
}
hr.dashed{
    border-style: dashed none none;
    margin: 7px 0;
}

.breadcrumb.clean{
    background-color: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    font-size: 11px;
}
.breadcrumb.clean > li + li:before {
    color: #CCCCCC;
    content: "> ";
    padding: 0 2px;
}
h2.clean{
    margin: 0 0 7px 0;
}

small>p{
    margin-bottom: 3px;
}

.container.basic{
    min-height: 600px;
    position: relative;
}

.container.top{
    position: relative;
}

.container.basic .form-control{
    margin-bottom: 10px;
}

img{
    max-width: 100%;
}


.login-dropdown{
    position: absolute;
    padding-top: 10px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 5px #ccc;
    top: 51px;
    right: 300px;
    background-color: #fff;
    z-index: 100;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
    max-width: 400px;
}
.login-dropdown.active{
    opacity: 1;
    right: 29px;
    top: 51px;
    transition: all .75s;
    visibility: visible;
}
.login-dropdown.profile{
    width: 400px;
    padding: 12px 0;
}
.login-dropdown.profile p{
    margin-bottom: 3px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:    ellipsis;
}
.login-dropdown.profile h4{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.login-dropdown.profile .btn-primary{
    margin-top: 13px;
}

/*FEEDBACK---------------------------------------------------*/

.feedback-dropdown{
    position: absolute;
    padding-top: 10px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 5px #ccc;
    top: 51px;
    right: 300px;
    background-color: #fff;
    z-index: 100;
    opacity: 0;
    transition: all 1s;
    visibility: hidden;
    max-width: 400px;
}
.feedback-dropdown.active{
    opacity: 1;
    right: 29px;
    top: 51px;
    transition: all .75s;
    visibility: visible;
}
.feedback-dropdown.profile{
    width: 400px;
    padding: 12px 0;
}
.feedback-dropdown.profile p{
    margin-bottom: 3px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:    ellipsis;
}
.feedback-dropdown.profile h4{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.feedback-dropdown.profile .btn-primary{
    margin-top: 13px;
}

/*SING IN----------------------------------------------------*/
.form-signin {
    margin: 0 auto;
    max-width: 330px;
    padding: 15px;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    -moz-box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 6px;
    position: relative;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
}
.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 10px;
}
/*SING IN----------------------------------------------------*/

.min-margin{
    margin: 4px auto;
}
.row.lots-header{
    font-weight: bold;
    overflow: hidden;
    height: 21px;
}

.lots .row p{
    margin-bottom: 0;
}

div [class^="col"]{
    overflow: hidden;
}

input[type="file"]{
    max-width: 100%;
    overflow: hidden;
}

.line{
    font-size: 11px;
    padding-top: 10px;
    border-top: 1px dashed #eee;
}

.line:before, .line:after {
    content: " ";
    display: table;
}

.line:after {
    clear: both;
}

.line span{
    font-size: 11px;
    font-weight: 100;
}

.padding-tb{
    padding: 10px 0;
}

.padding-tb.money .btn-lg{
    width: 195px;
    margin-bottom: 7px;
}


.padding-tb:before, .padding-tb:after {
    content: " ";
    clear: both;
    display: table;
}

li.add .popup-info{
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 115%;
    min-width: 150px;
    font-size: 11px;
    background-color: rgba(0, 0, 0, .7);
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    height: 42px;
    opacity: 0;
    transition-property:all;
    transition-duration:.2s;
    transition-delay:0;
}

li.add .popup-info .arrow-left {
    position: absolute;
    left: -7px;
    top: 14px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right:7px solid rgba(0, 0, 0, .7);
}

li.add:hover .popup-info{
    visibility: visible;
    opacity: 1;
    transition-property:all;
    transition-delay:.2s;

}

li.add .popup-info:hover{
    visibility: hidden;
    opacity: 0;
    transition-property:all;
    transition-duration:.2s;
    transition-delay:0;
}

.bs-callout-info {
    background-color: #F0F7FD;
    border-color: #D0E3F0;
}

.bs-callout-danger {
    background-color: #FCF2F2;
    border-color: #DFB5B4;
}

.bs-callout-warning {
    background-color: #FEFBED;
    border-color: #F1E7BC;
}

.bs-callout {
    border-left: 5px solid #EEEEEE;
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
}


.sidebar-widther {
    width: calc(100% + 30px);
}



.well.sidebar-nav{
    border-radius: 0;
    border: none;
    background-color: rgba(0, 0, 0, .03);
    box-shadow: none;
}

.well.sidebar-nav a{
    color: #555;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    border-radius: 0;
    background-color: #6FB3E0;
    padding: 10px 15px 10px 12px;
    border-left: 3px solid #D0E3F0;
    color: #fff;
}

.nav-pills > li:hover > a, .nav-pills > li:focus > a {
    border-radius: 0;
    background-color: #fff;
    padding: 10px 15px 10px 12px;
    border-left: 3px solid #D0E3F0;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    background-color: #FFFFFF;
    color: #555;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(255, 255, 255, 0.5);
    color: #555555;
}

.navbar.navbar-fixed-top.navbar-default{
    background-color: #D0E3F0;
    border-color: #cce0ed;
}

.btn-success {
    background-color: #9ABC32;
    border-color: transparent;
    color: #FFFFFF;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #8eb032;
}

.btn-primary {
    background-color: #6FB3E0;
    border-color: #6FB3E0;
    color: #FFFFFF;
}
.label-success {
    background-color: #9ABC32;
}

.navbar-brand .logo{
    height: 50px;
    width: 183px;
    /*background: url(../images/logo-min2.png) no-repeat center center;*/
    margin:  0;
    padding: 0;
    opacity: .7;
}

.navbar:hover .navbar-brand .logo{
    opacity: 1;
}

a.navbar-brand{
    padding: 0;
}

.badge {
    background-color: #D6E9C6;
    border-radius: 10px 10px 10px 10px;
    color: #6FB3E0;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    background-color: #FFFFFF;
    color: #6FB3E0;
}

a {
    color: #6FB3E0;
    text-decoration: none;
}


a:hover, a:focus {
    color: #6FB3E0;
}

.nav-tabs > li > a:hover {
    border-color: #D0E3F0 #D0E3F0 #D0E3F0;
    background-color: #fff;
}


.container.basic a.t-grid-add:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.container.basic .t-toolbar, .t-grouping-header, .t-grid-pager, .t-widget .t-status{
    background-color: #D0E3F0;
    background-image: none;
}

.t-widget.t-grid{
    font-size: 12px;
}

.t-header, .t-grid-header {
    background-image: none;
    border-color: #6FB3E0;
    background-color: #D0E3F0;
    height: 25px;
}

.t-widget, .t-input {
    background-color: #FFFFFF;
    border-color: #6FB3E0;
}

tr.t-alt {
    background-color: rgba(223, 240, 216, 0.4);
}
.t-icon.t-refresh {
    background-position: -32px -240px;
}

.t-button, button.t-button.t-state-disabled:hover, a.t-button.t-state-disabled:hover, .t-state-disabled .t-button:hover {
    background-image: none;
    background-color: #FFFFFF;
    border-color: #6FB3E0;
}

.t-button:hover {
    color: #323232;
    background-color: rgba(223, 240, 216, 0.4);
}


.row-table:before, .row-table:after {
    content: " ";
    display: table;
}
.row-table:before, .row-table:after {
    content: " ";
    display: table;
}
.row-table:after {
    clear: both;
}

.row-table:first-child{
    border-bottom: 1px solid #eee;
}

.row-table{
    border-bottom: 1px dashed #eee;
}

.row-table:first-child p{
    margin-bottom: 5px;
}
.row-table p{
    margin: 10px 0;
}

tbody th{
    font-weight: 400;
}

.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.texti {
    clear: both;
}

.well.sidebar-nav .user-card h4 a{
    color: #6FB3E0;
}

/*.fade.in {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}*/

.tbl table, .tbl table a { font-size: 13px;}

.glyphicon-precent:before {
  content: "%";
}


        
footer li.active a{
    background-color: #fff !important;
    color: #111111 !important;
}

td div.details {
    font-style: italic;
    padding-right: 88px;
    text-align: right;
}

.filter-vis {
    overflow: visible !important;
}

.t-row{
  padding-top: 10px;
}

.t-row.alt {
  background-color: #F1F1F1;
}

.t-row:after, .t-row:before {
    clear: both;
    content: " ";
    display: table;
}

h3.disposition-calendar {
    box-sizing: border-box;
    color: #6FB3E0;
    direction: ltr;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: lighter;
    height: 20px;
    line-height: 20.8999996185303px;
    margin-bottom: 11px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 11px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: center;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}

a.disposition-calendar-previous-month {
  background: url(../images/calendar-arr-left.png) 0 0 no-repeat;
  height: 13px;
  width: 10px;
  display: inline-block;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
}

a.disposition-calendar-next-month {
  background: url(../images/calendar-arr-right.png) 0 0 no-repeat;
  height: 13px;
  width: 10px;
  display: inline-block;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
}

table.disposition-calendar {
  width: 100%;
  padding: 0;
  margin: 0;
}

table.disposition-calendar thead tr td {
  /*border-bottom: 1px solid #e1e1e1;*/
  color: #555;
  font-size: 16px;
  font-weight: normal;
  height: 50px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
  vertical-align: top;
  text-align: center;
    width: 14.2857142857%;
    font-weight: lighter;
}

table.disposition-calendar tbody tr td {
  background-color: #eaeaea;
  height: 78px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
    border: dotted 1px;
}

table.disposition-calendar  tbody tr td.non-date  {
  background-color: #ffffff;
  border: none
}

div.disposition-calendar-date {
    height: 55px;
    font-size: 20px;
    font-weight: lighter;
}
div.disposition-calendar-sum {
    height: 21px;
    font-size: 12px;
}

.errormsg {
    font-size: 12px;
    color: red;
}

.field-validation-error {
    color: red;
}

div.custom-padding {
    padding-bottom: 15px !important;
    padding-left: 0 !important;
    padding-right: 5px !important;
    padding-top: 0 !important;
}

div.disposition-unapplicability {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 20px;
    /*font-weight: 300;*/    
}

div.only-padding-right {
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 5px !important;
    padding-top: 0 !important;
}

div.loader32 {
    height: 32px;
    width: 32px;
}

input.rpf-checkbox {
    height: 25px;
    box-shadow: none;
}

a.retrieve-deposit {
    color: #333333 !important;
}

.social-ico {
    display: inline-block;
}

.change-lang.pull-right {
    position: absolute;
    top: 0;
    right: 2%;
}
.pointer {
  cursor: pointer;
}
.file-upload {
     position: relative;
    height: 34px;
    cursor: pointer;
    font-size: 14px;
    font-family: sans-serif;
    line-height: 1.42857143;
    color: #555;
    padding: 0;
}

.file-upload:after {
  content: "Обзор";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 5;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  padding: 6px 12px;
  color: #333;
}
.file-upload:hover:after {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.file-upload:active:after {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.file-upload:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: calc(100% - 40px);
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.file-upload input {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  z-index: 99;
  width: 100%;
  opacity: 0;
} 

[v-cloak] {
  display: none;
}

.m-b-5 {
    margin-bottom: 5px;
}
div.alert-messages {
        position: fixed;
    left: 85%;
    right: 20px;
    z-index: 7000;
    bottom: 0;
}

textarea {
    width: 100%;
}

.table a
{
    display:block;
}


.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader-xs {
    margin: 0px 5px -5px 0px;
    font-size: 2px;
    display: inline-block;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*Bootstrap Dropdown*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* new style */
.navbar.navbar-fixed-top.navbar-default {
  background: #6497ec;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
}

body {
  background: #ebeff1;
  font-family: 'PT Sans', sans-serif;
}

.change-lang__rus--active,
.change-lang__eng {
  color: #fff;
  display: inline-block;
}

.change-lang__rus--active {
  background: #5a88d4;
  border-radius: 50px;
  padding: 2px 15px;
}

.change-lang.pull-right {
  padding-top: 13px;
  padding-bottom: 13px;
}

.navbar-default .navbar-nav.sub-menu li a {
  color: #32394d;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  border-bottom: 2px solid transparent;
  outline: 0;
}

    .navbar-default .navbar-nav.sub-menu li a:hover,
    .navbar-default .navbar-nav.sub-menu li.active a.sel {
        border-bottom: 2px solid #6497ec;
    }

.navbar-default .navbar-nav.sub-menu li .places:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -8px;
  background: url(../images/places.png);
}

.navbar-default .navbar-nav.sub-menu li .places {
  padding-left: 25px;
}

.navbar-default .navbar-nav.sub-menu li .exchange {
  padding-left: 18px;
  margin-left: 40px;
}

.navbar-default .navbar-nav.sub-menu li .exchange:before {
  content: "";
  width: 8px;
  height: 16px;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -8px;
  background: url(../images/exchange.png);
}

.breadcrumb.clean > li + li:before {
    color: #CCCCCC;
    content: ">> ";
    padding: 0 2px;
}

.breadcrumb.clean a {
  color: #88919e;
  text-decoration: underline;
}

.breadcrumb.clean .active a {
  text-decoration: none;
}

.breadcrumb.clean a:hover {
  text-decoration: none;
}

.sub-menu {
  margin-left: 140px;
}

.sidebar-widther {
  width: auto;
}

.navbar-default .navbar-nav.navbar-right a {
  position: relative;
  color: #32394d;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding-right: 44px;
}

.navbar-default .navbar-nav.navbar-right a:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -3px;
  background: url(../images/sprite.png) -41px 0 no-repeat;
}

.navbar-default .navbar-nav.navbar-right li:last-child a {
  border-left: none;
}

#feedback-dd {
  padding-left: 54px;
}

#feedback-dd:before {
  content: "";
  width: 19px;
  height: 16px;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -8px;
  background: url(../images/sprite.png) 0 -28px no-repeat;
}

#singin-dd {
  padding-left: 52px;
}

#singin-dd:before {
  content: "";
  width: 17px;
  height: 20px;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -10px;
  background: url(../images/sprite.png) -19px -28px no-repeat;
}

.navbar-default {
  background: #fff;
}

.well.sidebar-nav.sidebar-widther {
  padding: 0;
  background: #fff;
}

.well.sidebar-nav .sidebar-menu > li > a {
  padding: 10px 10px 10px 35px;
  font-weight: bold;
  border-left: 2px solid transparent;
  position: relative;
  color: #32394d;
}

.sidebar-menu > li > a:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  background: url(../images/sprite.png) -41px 0 no-repeat;
}

.well.sidebar-nav .sidebar-menu li {
    cursor: pointer;
}
.well.sidebar-nav .sidebar-menu > li:hover > a,
.well.sidebar-nav .sidebar-menu > li:focus > a {
    padding: 10px 10px 10px 35px;
    border-left: 2px solid #6497ec;
}

.well.sidebar-nav .sidebar-menu li:hover > a,
.well.sidebar-nav .sidebar-menu li:focus > a,
.well.sidebar-nav .sidebar-menu li > a.active {
    border-left: 2px solid #6497ec;
}

.well.sidebar-nav .sidebar-menu > li.sidebar-active > a {
  color: #598bdf;
}

.well.sidebar-nav .sidebar-menu li > a.subitem.active {
    font-weight: bold;
}

.sidebar-menu > li > a:focus {
  outline: 0;
}

.change-lang__eng {
  padding-right: 15px;
  padding-left: 15px;
}

.change-lang__rus--active:hover,
.change-lang__eng:hover {
  background: #5a88d4;
  border-radius: 50px;
  padding: 2px 15px;
}

.sidebar-menu .sidebar-open:hover a {
  background: #f9fafb;
}

.sidebar-open {
  background: #f9fafb;
}

.sidebar-menu .sidebar-open > a:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  background: url(../images/sprite.png) -41px -5px no-repeat;
}

.sidebar-submenu {
  padding-left: 0;
  list-style-type: none;
}

.sidebar-submenu > li {
  padding: 10px 0;
}

.sidebar-submenu > li > a {
  padding: 10px 10px 10px 50px;
  border-left: 2px solid transparent;
  text-decoration: none;
}

.personal:before {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -6px;
  background: url(../images/sprite.png) 0 0 no-repeat;
}

.calendar:before {
  content: "";
  width: 13px;
  height: 14px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -7px;
  background: url(../images/sprite.png) -14px 0 no-repeat;
}

.services:before {
  content: "";
  width: 14px;
  height: 12px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -6px;
  background: url(../images/sprite.png) -27px 0 no-repeat;
}

.events:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -7px;
  background: url(../images/sprite.png) 0 -14px no-repeat;
}

.docs:before {
  content: "";
  width: 12px;
  height: 14px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -7px;
  background: url(../images/sprite.png) -14px -14px no-repeat;
}

.breadcrumb {
  margin-bottom: 0;
}

.form-group-btn {
  position: relative;
  overflow: hidden;
  font-size: 1em;
  height: 2em;
  line-height: 23px;
}

.form-group-btn>button {
  width: 8em;
  height: 100%;
  border: 0;
  border-radius: 5px;
  margin-right: 5px;
}

.form-group-btn input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.header-top > .col-lg-12,
.header-top > .col-lg-12 > .collapse.navbar-collapse {
  padding-left: 0;
}

h3 {
  font-size: 20px;
  color: #88919e;
  font-weight: normal;
  text-align: left;
  margin-bottom: 30px;
}

.sidebar-menu {
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px -2px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    2px 2px 5px -2px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 5px -2px rgba(50, 50, 50, 0.75);
    margin-bottom: 15px;
}

.content {
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px -2px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    2px 2px 5px -2px rgba(50, 50, 50, 0.75);
  box-shadow:         2px 2px 5px -2px rgba(50, 50, 50, 0.75);
}

.form-group .col-md-3 {
  text-align: right;
}

.content > .col-md-8 {
  border-left: 1px solid #ecf1f5;
  padding-left: 40px;
  padding-bottom: 25px;
}

.content hr {
  margin-left: -40px;
  margin-right: -15px;
}

.content > .col-md-8 form {
  overflow: hidden;
  padding-right: 25px;
}

.form-group .col-md-3,
.form-group .col-md-9 {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.form-group .col-md-9 {
  width: 74%;
}

.form-group .col-md-3 {
  padding-right: 0;
}

.btn-primary {
  background: #7bcd86;
  border-color: #7bcd86;
  font-weight: bold;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary {
  background: #7bcd86;
  border-color: #7bcd86;
}

.btn {
  width: 155px;
}

.date-icon {
  width: 14px;
  height: 16px;
  position: absolute;
  right: 30px;
  bottom: 19px;
  background: url(../images/sprite.png) -26px -13px no-repeat;
}

.form-control:focus {
  border-color: #7bcd86;
}

.form-group.left .col-md-3 {
  text-align: left;
}

.content.createlot {
  padding: 20px;
}

.content.createlot textarea {
  height: 90px;
  resize: none;
}

label {
  font-weight: normal;
}

.project-profile {
  font-weight: bold;
}

.btn.cancel {
  background: #fff;
  color: #88919e;
  border: 1px solid #88919e;
  width: 100px;
  margin-left: 10px;
}

.bold {
  font-weight: bold;
}

.createlot input[type="checkbox"] {
  display: none;
}

.checkbox-title {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

h2.clean {
  margin-bottom: 10px;
}

.checkbox-custom {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.row > .col-md-12 > label span.label {
  color: #000;
  vertical-align: middle;
  font-weight: normal;
  font-size: 13px;
}

.checkbox:checked + input[type="hidden"] + .checkbox-custom:before {
  content: "";
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/checkbox.png) 50% 50% no-repeat;
  border-radius: 0;
}

.m-10-b {
  margin-bottom: 10px;
}

.popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background: url(http://img.7ya.ru/imgb/nestle-2-test/img/popup-pixel.png) repeat;
  display: none;
}

.popup-create-lot {
  width: 310px;
  position: fixed;
  top: 70px;
  right: 0;
  left: 0;
  border-radius: 10px;
  margin-left: -105px;
  background: #fff;
  z-index: 9999;
  margin: 0 auto;
}

.popup-create-lot-title {
  background: #6497ec;
  padding: 15px 25px;
  color: #fff;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
}

.popup-create-lot-body {
  padding: 20px 30px 30px 30px;
}

.credit-annotation {
  color: #88919e;
  font-size: 12px;
}

.available {
  font-weight: bold;
  color: #32394d;
  margin: 10px 0;
}

.popup-create-lot-body .datepicker {
  margin-bottom: 10px;
}

.popup-create-lot-body .createlot-btn {
  width: 135px;
}

.close-popup {
  background: url(../images/close-popup.png) 0 0 no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 23px;
  cursor: pointer;
}

.content.exchange {
  overflow: initial;
  clear: both;
}

.content.exchange .col-md-12 {
  padding: 0;
  overflow: initial;
}

table.exchange-table th {
  color: #88919e;
  font-weight: normal;
  padding: 10px;
}

table.exchange-table td {
  border-top: 1px solid #ecf1f5;
  padding: 10px;
}

table.exchange-table tbody tr:nth-child(odd)  {
  background: #f9fafb;
}

table.exchange-table tr>:last-child {
  width: 50px;
  padding-right: 15px;
}

table.exchange-table tr>:first-child {
  padding-left: 15px;

}

table.moder-table tr>:first-child {
  padding-left: 15px;
}

table.moder-table tr>:last-child {
  padding-right: 15px;
  width: 7%;
}


.item-more a {
  display: inline-block;
  width: 14px;
  height: 15px;
  position: relative;


  text-decoration: none;
  color: #6497ec;
}

.item-more a:before {

	position: absolute;
}

.item-more span {
  display: none;
  position: absolute;
  width: 100px;
  height: 30px;
  line-height: 27px;
  padding: 0px;
  background: #FFFFFF;
  right: 50%;
  margin-right: -20px;
  bottom: 100%;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: #6497ec solid 1px;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}

.item-more a span:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -7px;
  left: 71px;
}

.item-more a span:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: #6497ec transparent;
  display: block;
  width: 0;
  z-index: 0;
  bottom: -8px;
  left: 71px;
}

.item-more a:hover span {
  display: inline-block;
}

.pagination a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  text-decoration: none;
  display: inline-block;
  background: #fff;
  text-align: center;
  vertical-align: top;
  color: #88919e;
  font-size: 12px;
}

.pagination>:first-child {
  background: url(../images/pag-prev.png) 50% 50% #fff no-repeat;
}

.pagination>:last-child {
  background: url(../images/pag-next.png) 50% 50% #fff no-repeat;
  margin-right: 0;
}

.pagination a:hover,
.pagination a.active {
  background-color: #6497ec;
  color: #fff;
}

table.moder-table th {
  color: #88919e;
  font-weight: normal;
  padding: 10px;
}

table.moder-table:not(.lot-list-table) th {
  width: 16.66%;
}

table.moder-table td {
  border-top: 1px solid #ecf1f5;
  padding: 10px;
  width: 16.66%;
}

.navbar-nav > li > .dropdown-menu {
  width: 300px;
}

.navbar-nav > li > .dropdown-menu li {
  display: inline-block;
  vertical-align: top;
  width: 48.51%;
}

.navbar-nav.sub-menu .dropdown li a {
  text-transform: none;
  color: #88919e;
  font-size: 12px;
  font-weight: normal;
  background: none;
  border: none;
  padding-left: 31px;
}

.navbar-nav.sub-menu .dropdown li a:hover {
  border: none;
  color: #35353f;
  font-weight: bold;
  position: relative;
}

.navbar-nav.sub-menu .dropdown li a:hover:before {
  content: "";
  width: 11px;
  height: 9px;
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -5px;
  background: url(../images/sprite.png) -48px -25px;
}

.filter-table {
  float: right;
}

.filter-table .row {
  display: inline-block;
  width: 180px;
  position: relative;
}

.filter-table .form-control {
  font-size: 12px;
  color: #979da2;
  padding-left: 30px;
  margin-bottom: 0;
}

.filter-table .select-icon {
  content: "";
  width: 12px;
  height: 11px;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -4px;
  background: url(../images/sprite.png) -47px -33px no-repeat;
}

.fl-l {
  float: left;
}

.container.basic .filter-table .form-control {
  margin-bottom: 0;
}

.lot-string {
  overflow: hidden;
}

.lot-string .col-md-6 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ecf1f5;
}

.lot-string:nth-child(even) {
  background: #f9fafb;
}

.desc-lot {
  padding: 20px 15px;
  color: #88919e;
  font-size: 20px;
  border-bottom: 1px solid #ecf1f5;
}

.content.bot {
  margin-top: 20px;
}

.lot-name .content .col-md-12 {
  padding: 0;
}

table.lot-table th {
  width: 12.925%;
}

table.lot-table td {
  width: 12.925%;
}

.lot-string b {
  color: #7bcd86;
}

.lot-string span {
  color: #88919e;
}

.btn-apply,
.btn-apply:hover {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  position: relative;

  cursor: pointer;
  color: #fff;
  background-color: #7bcd86;
  text-decoration: none;
  color: #fff;
}



.btn-apply:before {
    position: absolute;
    left: 9px;
    top: 7px;
}

.btn-del,
.btn-del:hover {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  position: relative;


  text-decoration: none;
  color: #fff;
  background-color: #fb7474;
}



.btn-del:before {
    position: absolute;
    left: 7px;
    top: 7px;
}

.btn-del span {
  display: none;
  position: absolute;
  width: 120px;
  height: 30px;
  line-height: 27px;
  padding: 0px;
  background: #FFFFFF;
  right: 50%;
  margin-right: -45px;
  bottom: 100%;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: #fb7474 solid 1px;
  text-align: center;
  color: #21324f;
  font-family: 'PT Sans', sans-serif;
  white-space: normal;
}

.btn-del:hover span {
  display: inline-block;
}

.btn-del span:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -7px;
  left: 67px;
}

.btn-del span:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: #fb7474 transparent;
  display: block;
  width: 0;
  z-index: 0;
  bottom: -8px;
  left: 67px;
}

.btn-confirmation,
.btn-confirmation:hover {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  position: relative;

  cursor: pointer;
  background-color: #6497ec;
  text-decoration: none;
  color: #fff;
}



.btn-confirmation:before {
    position: absolute;
    left: 9px;
    top: 7px;
}

.btn-confirmation span {
  display: none;
  position: absolute;
  width: 130px;
  height: 47px;
  padding: 0px;
  padding-top: 8px;
  background: #FFFFFF;
  right: 50%;
  margin-right: -59px;
  top: 100%;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: #6497ec solid 1px;
  text-align: center;
  color: #21324f;
  font-family: 'PT Sans', sans-serif;
  white-space: normal;
}

.btn-confirmation:hover span {
  display: inline-block;
}

.btn-confirmation span:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 6px 7px;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -7px;
  left: 64px;
}

.btn-confirmation span:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 6px 7px;
  border-color: #6497ec transparent;
  display: block;
  width: 0;
  z-index: 0;
  top: -8px;
  left: 64px;
}

.lot-name .content {
  overflow: initial;
}

.lot-name .content .col-md-12 {
  overflow: initial;  
}

table.lot-trade-table td,
table.lot-trade-table th {
  width: 14%;
}

.btn-payment,
.btn-payment:hover {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  position: relative;


  background-color: #6497ec;
  color: #fff;
}



.btn-payment:before {
	position: absolute;
	top: 7px;
	left: 7px;
}

.btn-payment span {
  display: none;
  position: absolute;
  width: 120px;
  height: 30px;
  line-height: 27px;
  padding: 0px;
  background: #FFFFFF;
  right: 50%;
  margin-right: -53px;
  bottom: 100%;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: #6497ec solid 1px;
  text-align: center;
  color: #21324f;
  font-family: "PT Sans", sans-serif;
  white-space: normal;
}

.btn-payment:hover span {
  display: inline-block;
}

.btn-payment span:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -7px;
  left: 60px;
}

.btn-payment span:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: #6497ec transparent;
  display: block;
  width: 0;
  z-index: 0;
  bottom: -8px;
  left: 60px;
}

.upload-img {
  height: 35px;
}

.btn.btn-upload-img {
  width: 155px;
  height: 35px;
  margin-right: 0;
}

.btn-del-img {
  width: 100px;
  margin-top: 20px;
}

.form-upload-img {
  text-align: center;
}

.img-upload {
  width: 180px;
  height: 180px;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #ececec;
  margin: 0 auto 20px auto;
}

.img-upload img {
  max-width: 100%;
  max-height: 100%;
}

.content.my-accounts {
  margin-bottom: 10px;
}

.content.my-accounts a {
  height: 100%;
  padding: 10px 20px 10px 30px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  color: #32394d;
}

.content.my-accounts a.active-account:before {
  content: "";
  width: 14px;
  height: 13px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -7px;
  background: url(../images/active-acc.png);
}

.content.my-accounts a.archive-account:before {
  content: "";
  width: 14px;
  height: 13px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -7px;
  background: url(../images/archive.png);
}

.content.my-accounts a:hover,
.content.my-accounts a.active {
  border-bottom: 2px solid #6497ec;
  font-weight: bold;
  color: #6497ec;
}

.account-nums a {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  text-decoration: none;
  color: #6497ec;
  border: 1px solid #6497ec;
  border-radius: 20px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
}

.account-nums a.active,
.account-nums a:hover {
  color: #fff;
  background: #6497ec;
}

.my-accounts-desc {
  margin-top: 10px;
}

.account-num,
.account-type,
.account-balance,
.account-available {
  color: #88919e;
}

.account-num span {
  color: #32394d;
}

.account-balance,
.account-available {
  text-align: right;
}

.account-num span,
.account-type span,
.account-balance span,
.account-available span {
  margin-left: 20px;
}

.account-type span {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  border-radius: 20px;
  padding: 0 5px;
  background: #c4cad1;
  color: #32394d;
}

.account-balance span {
  color: #32394d;
  font-size: 18px;
  font-weight: bold;
}

.account-available span {
  color: #7bcd86;
  font-size: 24px;
  font-weight: bold;
}

.account-type {
  margin-top: 8px;
}

.content.history-acc {
  margin-top: 20px;
}

.content.history-acc .col-md-12 {
  overflow: hidden;
}

.acc-table-title {
  color: #88919e;
  font-size: 20px;
  padding: 10px 20px;
}

.content.history-acc .table {
  width: 100%;
  border-bottom: 1px solid #ecf1f5;
}

.content.history-acc .table .col-xs-12 {
  border-top: 1px solid #ecf1f5;
  display: flex;
}

.content.history-acc .table .col-xs-12:nth-child(odd) {
  background: #f9fafb;
}

.content.history-acc .table .col-md-2:first-child {
  text-align: center;
  vertical-align: top;
}

.content.history-acc .table p {
  margin: 0;
}

.content.history-acc .table .col-md-2,
.content.history-acc .table .col-md-6 {
  color: #88919e;
  padding: 10px 10px;
  font-size: 12px;
  margin: auto 0;
}

.content.history-acc .col-md-3,
.content.history-acc .col-md-6 {
  color: #32394d;
  font-size: 14px;
}

.content.history-acc .col-xs-12:nth-child(odd) .col-md-3:last-child b {
  color: #fb7474;
}

.content.history-acc .col-xs-12 .col-md-3:last-child b {
  font-size: 14px;
  color: #7bcd86;
}

.more-operation {
  display: block;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

.content.history-acc .col-xs-12 .col-md-3:last-child b.green {
  color: #7bcd86;
}

.history-acc .col-md-8 {
  border-right: 1px solid #ecf1f5;
}

.content.history-acc .table-acc-right {
  border-bottom: none;
}

.content.history-acc .table-acc-right .col-xs-12 {
  text-align: left !important;
  color: #32394d;
  font-size: 14px;
  display: flex;
}

.content.history-acc .table-acc-right .col-xs-12 p {
  margin: auto 0;
}

.content.history-acc .table-acc-right .col-xs-12 b {
  color: #32394d !important;
  font-size: 14px;
}

.content.history-acc .table-acc-right .col-xs-12 span {
  color: #7bcd86;
  font-size: 20px;
}

.content.history-acc .table-acc-right .col-xs-12:first-child {
  height: 72px;
}

.height-fix {
  height: 89px;
}

.height-fix-2 {
  height: 101px;
}

.sidebar-submenu {
  display: none;
}

/*PAGINATION*/
span.current {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
    text-decoration: none;
    display: inline-block;
    background: #fff;
    text-align: center;
    vertical-align: top;
    color: #88919e;
    font-size: 12px;
}

.pagination.pagination-sm > li > .prev {
        background: url(../images/pag-prev.png) 50% 50% #fff no-repeat;
    padding: 0;

}

.pagination.pagination-sm > li > .next {
       background: url(../images/pag-next.png) 50% 50% #fff no-repeat;
    margin-right: 0;
    padding: 0;

}

.pagination > .active > a, .pagination > .active > span, 
.pagination.pagination-sm > li > a:hover, .pagination > 
.active > span:hover, .pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background-color: #6497ec;
    color: #fff;
}

.pagination-sm.pagination.light-theme.simple-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.light-theme > li > span {
    border: 0;
}

/*Buttons*/
.btn-mg {
    margin: 10px;
    width: 100%;
}

.btn-glyph {
    width: 30px;
}

.btn-cal {
    width: 30px;
}

button.close > span {
    width: 12px;
    height: 12px;
    color: white;
}

.btn-profile {
    width: 112px;
}

.close {
    opacity: 0.5;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled:active, .btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, 
.btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #7bcd86;
    border-color: #7bcd86;
}

/*BODY*/
.row.main {
   min-height: 768px;
}

.content-form {
    padding: 15px;
}

.m-t-30 {
    margin-top: 30px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-30{
    padding: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-25 {
    margin-bottom: 25px;
}
.w-130 {
    width: 130px;
}

/*PopUp Order Descriptions*/
.popup-w-600 {
    width: 600px;
}

.exchange-table.tab-head-w-100 th {
    width: auto;
}
.popup-create-lot-body .m-b-30{
    padding: 0;
}


/*Table*/
td.with-btns {
    white-space: nowrap;
}
.w-100 {
    width: 100%
}
.tab-row-pointer > tr {
    cursor: pointer;
}

table.exchange-table {
    width: 100%;
}


/*Login PoPup*/
.login-dropdown {
    min-width: 300px;
}

/*Accounts*/
.history-acc-block {
    padding: 5px 0 5px 0;
}

.history-acc-title {
    color: #88919e;
    padding:  10px 10px 10px 30px;
    font-size: 12px;
    margin: auto 0;
}

.history-acc-price {
  font-size: 14px;
}

.history-acc-price.green {
   color: #7bcd86;
}

.history-acc-price.red {
  color: #fb7474;
}

.content.history-acc .col-xs-12 {
    padding: 0;
}

.table.table-acc-right .list-group-item{
    border: none;
    background-color: none;
}

/*Text Content*/
.textblock {
    padding: 30px;
    background: white;
}

/*Calendar*/
#calendar {
    background: white;
    padding: 30px;
}

.with-btns .loader.loader-xs {
   margin: 0 5px 0 -8px;
}

.min-w-160 {
    min-width: 160px;
}

.profile-field {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}


