.mainwrapper {
  /*overflow-y: scroll;
  height: 102%;
  margin-top: 40px;*/
  width: 1000px;
  background-color: #FFF;
}

#content {
  display: block;
  min-height: 600px;
  padding-bottom: 20px;
}

.logo {
  width: 148px;
  height: 37px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

#main-menu .col-1 {
  display: inline-block;
  width: 250px;
  margin-right: 53px;
  padding-top: 10px;
}

#main-menu .col-2 {
  display: inline-block;
  width: 557px;
  padding-top: 10px;
}

#header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0;
  top: 0;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

#header .firstcontainer {
  display: block;
  width: 990px;
  left: 50%;
  /*position: fixed;*/
  margin-left: -500px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.toolbar-search {
  display: block;
  clear: both;
  float: none;
  padding-top: 5pt;
  z-index: 7;
  -webkit-backface-visibility: hidden;
}

.table_full_without_border {
  display: table;
  empty-cells: show;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  max-width: 960px;
  table-layout: fixed;
  line-height: 23px;
}

.table_full_width {
  display: table;
  empty-cells: show;
  width: 100%;
  border: 1px solid #E2E2E2;
  border-spacing: 0;
  border-collapse: collapse;
  max-width: 960px;
  table-layout: fixed;
}

.table_full_width .th_1 {
  display: table-cell;
  height: 34px;
  border: 1px solid #FFF;
  vertical-align: middle;
  padding: 2pt 5pt;
  font-weight: normal;
}

.th_1 {
  text-align: left;
}

.table_full_width .th_1 a {
  display: block;
  text-decoration: none;
  vertical-align: middle;
}

.table_full_width td {
  display: table-cell;
  empty-cells: show;
  padding: 5pt;
  border-bottom: 1px solid #D4D4D4;
  margin: 0;
  vertical-align: top;
}

.table_full_width .tr_odd {
  background-color: #FAFAFA;
}

.table_full_width .tr_even {
  background-color: #FAFAFA;
}

.table_full_width .tr_odd:hover, .table_full_width .tr_even:hover {
  background-color: #E2E2E2;
  color: #4A4B4C;
}

.table_full_width td a:hover {
  text-decoration: underline;
}

.table_full_width .tr_selected {
  background-color: #CCC;
  color: #4A4B4C;
}

.table_full_width .tr_changed, tr.tr_changed {
  background-color: #FFD;
}

.filter-panel {
  display: table;
  margin-bottom: 5pt;
}

.filter-panel td {
  display: table-cell;
  padding: 3px;
  vertical-align: middle;
}

#recoveryPasswordForm .filter-panel td {
  height: 20px;
}

.padt20 > td {
  padding-top: 30px;
}

.clear {
  clear: both
}

.col-1, .col-2, .col-3, .col-4, .col-5 {
  float: left
}

.tablefixed {
  table-layout: fixed;
}

.wrapper {
  width: 100%;
  overflow: hidden
}

.wrap {
  width: 100%
}

.wrapheight {
  height: 100%
}

.nowrap {
  white-space: nowrap;
}

.breakword {
  word-wrap: break-word;
  word-break: break-all;
}

.breakword_white_space {
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -pre-wrap; /* Opera <7 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* IE */
}

.noresize {
  resize: none;
}

.overflowhidden {
  overflow: hidden;
}

.textover {
  text-overflow: ellipsis;
  max-width: 500px;
}

.displayblock {
  display: block;
}

.displayiblock {
  display: inline-block;
}

.displaytable {
  display: table;
}

#hiddenPanel, .hiddenPanel {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}

.hiddenElement {
  display: none !important;
}

.col01 {
  width: 1%;
}

.col05 {
  width: 5%;
}

.col10 {
  width: 10%;
}

.col15 {
  width: 15%;
}

.col20 {
  width: 20%;
}

.col25 {
  width: 25%;
}

.col30 {
  width: 30%;
}

.col35 {
  width: 35%;
}

.col40 {
  width: 40%;
}

.col45 {
  width: 45%;
}

.col50 {
  width: 50%;
}

.col55 {
  width: 55%;
}

.col60 {
  width: 60%;
}

.col65 {
  width: 65%;
}

.col70 {
  width: 70%;
}

.col75 {
  width: 75%;
}

.col80 {
  width: 80%;
}

.col85 {
  width: 85%;
}

.col90 {
  width: 90%;
}

.col95 {
  width: 95%;
}

.col99 {
  width: 99%;
}

.col10fix {
  width: 10px;
}

.col20fix {
  width: 20px;
}

.col50fix {
  width: 50px;
}

.col60fix {
  width: 60px;
}

.col70fix {
  width: 70px;
}

.col100fix {
  width: 100px;
}

.col120fix {
  width: 120px;
}

.col130fix {
  width: 130px;
}

.col140fix {
  width: 140px;
}

.col150fix {
  width: 150px;
}

.col170fix {
  width: 170px;
}

.col220fix {
  width: 220px;
}

.col250fix {
  width: 250px;
}

.col300fix {
  width: 300px;
}

.col310fix {
  width: 310px;
}

.col320fix {
  width: 320px;
}

.col325fix {
  width: 325px;
}

.col340fix {
  width: 340px;
}

.spaceUnder {
  padding-bottom: 20px;
}

.infoImg {
  width: 7%;
  vertical-align: middle !important;
  border-spacing: 25px;
}

.infoTxt {
  width: 93%;
}

#aside div.togglebar {
  float: right;
  margin-right: 12px;
  top: -22px;
  position: relative;
  width: 26px;
  height: 22px;
  border: none;
  text-align: center;
  z-index: 501;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

#aside div.togglebar a {
  display: inline-block;
}

.inside.clr {
  clear: inherit;
}

/* Кнопки */
.ui-button {
  /*width: 120px;*/
  position: relative;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  overflow: visible;
  margin-bottom: 0; /* For input.btn*/
  display: inline-block;
  *display: inline;
  line-height: 1.4em;
  text-align: center;
  vertical-align: middle;
  border: 1px solid;
  *border: 0;
  *zoom: 1;
}

.myFaces_panelTabbedPane_pane.ui-widget-content {
  background-image: none;
}

*:focus {
  outline: 0;
}

.span70 {
  width: 700px;
}

.span60 {
  width: 600px;
}

.span20 {
  width: 200px;
}

ul.u-list {
  list-style: disc outside none;
  padding-left: 12px;
}

.valigntop {
  vertical-align: top !important;
}

.valignmiddle {
  vertical-align: middle !important;
}

.valignbottom {
  vertical-align: bottom !important;
}

/* New */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

[class*="span"] {
  float: left;
  min-height: 1px;
}

.span1 {
  width: 10px;
}

.span2 {
  width: 20px;
}

.span10 {
  width: 100px;
}

.span20 {
  width: 200px;
}

.span25 {
  width: 250px;
}

.span30 {
  width: 300px;
}

.span36 {
  width: 360px;
}

.span40 {
  width: 400px;
}

.span45 {
  width: 450px;
}

.span49 {
  width: 490px;
}

.span50 {
  width: 500px;
}

.span52 {
  width: 520px;
}

.span53 {
  width: 530px;
}

.span54 {
  width: 540px;
}

.span56 {
  width: 560px;
}

.span57 {
  width: 570px;
}

.span99 {
  width: 990px;
}

.offset1 {
  margin-left: 10px;
}

.offset2 {
  margin-left: 20px;
}

div.table-scrollable {
  display: block;
  height: 390px;
  overflow-x: hidden;
  overflow-y: auto;
}

.nosel {
  cursor: auto;
}

small, .small {
  font-size: 85%;
  line-height: normal;
}

.toolbar-menu {
  clear: both;
  display: block;
  float: none;
  padding-top: 5pt;
  padding-bottom: 5pt;
  position: fixed;
  top: 28px;
  width: 986px;
  z-index: 7;
  -webkit-transform: translateZ(0);
}

.ui-combobox input::-ms-clear, .ui-combobox input::-ms-reveal {
  display: none;
}

.pad5 {
  padding: 5px;
}

.ui-multiselect-checkboxes.ui-helper-reset > li, .crop-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  -o-text-overflow: ellipsis;
  width: 100%;
}

.myFaces_panelTabbedPane_inactiveHeaderCell > label, .myFaces_panelTabbedPane_disabledHeaderCell > label {
  padding: 8px;
}

.map-disabled, .map-disabled img {
  opacity: 0.7 !important;
  pointer-events: none !important;
  cursor: default !important;
  filter: gray !important; /* IE6-9 */
  -webkit-filter: grayscale(100%) !important; /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden !important; /* Fix for transition flickering */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.map-disabled a {
  pointer-events: none !important;
  cursor: default !important;
}

.navi-auto {
  width: auto;
}

.navi-control {
  white-space: nowrap;
  width: 1%;
  padding-left: 6px;
}

.table_full_width td {
  -ms-word-break: normal;
  word-break: normal;
  /* вызывает ошибку при отрисовке таблицы СИМ -
     т.к. используется 'text-overflow: ellipsis' (т.е. - запрет переноса) совместно с данным свойством,
     то браузер воспринимает это не корректно и отрисовывает высоту страницы не пропорционально
  */
  /*word-wrap: break-word;*/
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.text-area-over {
  height: 280px;
  width: 460px;
  overflow: auto;
  border: 1px solid;
  padding: 0 4px 0 4px;
}

.text-area-letter-wrap {
  word-break: break-all;
}

/* для фильтров*/
.btn-input {
  width: 24px;
  height: 24px;
  background-color: #F5F5F5;
  float: left;
  border: 1px solid #D1D3D4;
  border-radius: 2px !important;
}

.btn-input-group * {
  float: left;
}

.btn-input-group a:hover, .btn-input-group button:hover {
  background-color: #D9D9D9;
}

.btn-input-group a:active, .btn-input-group button:active {
  background-color: #999;
}

.btn-input-group :first-child:not(:last-child), #content .btn-input-group > .inputText {
  border-right: none !important;
  margin-right: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.btn-input-group :last-child:not(:first-child) {
  border-left: none !important;
  margin-left: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.btn-input-group :not(:first-child):not(:last-child) {
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 0 !important;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row > .col {
  float: left;
}

.row .col:nth-child(1) {
  margin-right: 5px;
}

.col-fix-110 {
  width: 110px;
}

.col-fix-120 {
  width: 120px;
}

.col-fix-160 {
  width: 160px;
}

.col-fix-180 {
  width: 180px;
}

.col-fix-190 {
  width: 190px;
}

.col-fix-200 {
  width: 200px;
}

.col-fix-210 {
  width: 210px;
}

.col-fix-310 {
  width: 310px;
}

/*
 *
 * Bootstrap
 *
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/*.row {
  margin-left: -15px;
  margin-right: -15px;
}*/
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide, .btn.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

/* buttons */
.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
}

.btn,
.control_btn,
.ui-button,
td.paginator_btn a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #464646;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default,
td.paginator_btn a {
  color: #464646;
  background-color: #F5F5F5;
  border-color: #CCC;
}

.btn-default:focus,
.btn-default.focus,
td.paginator_btn a:focus {
  color: #464646;
  background-color: #E6E6E6;
  border-color: #ADADAD;
}

.btn-default:hover,
td.paginator_btn a:hover {
  color: #464646;
  background-color: #E6E6E6;
  border-color: #ADADAD;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
td.paginator_btn a:active,
td.paginator_btn a.active {
  color: #464646;
  background-color: #E6E6E6;
  border-color: #E0E0E0;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #464646;
  background-color: #D4D4D4;
  border-color: #BFBFBF;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #FFF;
  border-color: #FFF;
}

.btn-default .badge {
  color: #FFF;
  background-color: #464646;
}

.btn-primary {
  color: #FFF;
  background-color: #57068C;
  border-color: #57068C;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #FFF;
  background-color: #39045B;
  border-color: #0B0112;
}

.btn-primary:hover {
  color: #FFF;
  background-color: #39045B;
  border-color: #330351;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #FFF;
  background-color: #39045B;
  border-color: #330351;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #FFF;
  background-color: #230239;
  border-color: #0B0112;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary .badge {
  color: #57068C;
  background-color: #FFF;
}

.btn-success {
  color: #FFF;
  background-color: #5CB85C;
  border-color: #4CAE4C;
}

.btn-success:focus,
.btn-success.focus {
  color: #FFF;
  background-color: #449D44;
  border-color: #255625;
}

.btn-success:hover {
  color: #FFF;
  background-color: #449D44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #FFF;
  background-color: #449D44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #FFF;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5CB85C;
  border-color: #4CAE4C;
}

.btn-success .badge {
  color: #5CB85C;
  background-color: #FFF;
}

.btn-info {
  color: #FFF;
  background-color: #5BC0DE;
  border-color: #46B8DA;
}

.btn-info:focus,
.btn-info.focus {
  color: #FFF;
  background-color: #31B0D5;
  border-color: #1B6D85;
}

.btn-info:hover {
  color: #FFF;
  background-color: #31B0D5;
  border-color: #269ABC;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #FFF;
  background-color: #31B0D5;
  border-color: #269ABC;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #FFF;
  background-color: #269ABC;
  border-color: #1B6D85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5BC0DE;
  border-color: #46B8DA;
}

.btn-info .badge {
  color: #5BC0DE;
  background-color: #FFF;
}

.btn-warning {
  color: #FFF;
  background-color: #F0AD4E;
  border-color: #EEA236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #FFF;
  background-color: #EC971F;
  border-color: #985F0D;
}

.btn-warning:hover {
  color: #FFF;
  background-color: #EC971F;
  border-color: #D58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #FFF;
  background-color: #EC971F;
  border-color: #D58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #FFF;
  background-color: #D58512;
  border-color: #985F0D;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #F0AD4E;
  border-color: #EEA236;
}

.btn-warning .badge {
  color: #F0AD4E;
  background-color: #FFF;
}

.btn-danger {
  color: #FFF;
  background-color: #D9534F;
  border-color: #D43F3A;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #FFF;
  background-color: #C9302C;
  border-color: #761C19;
}

.btn-danger:hover {
  color: #FFF;
  background-color: #C9302C;
  border-color: #AC2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #FFF;
  background-color: #C9302C;
  border-color: #AC2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #FFF;
  background-color: #AC2925;
  border-color: #761C19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #D9534F;
  border-color: #D43F3A;
}

.btn-danger .badge {
  color: #D9534F;
  background-color: #FFF;
}

.ui-multiselect-all > span, .ui-multiselect-none > span {
  color: #FDFDFD;
}

/*Делаем отступы у кнопок на формах привязки контактов и групп*/
#addgroups > table:first-of-type td:nth-child(2),
#cntsFrm > table:first-of-type td:nth-child(2) {
  padding-left: 13px;
}

.btn-link {
  color: #008BFB;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #007FE6;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.navbar {
  position: relative;
  border: 1px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-collapse {
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-nav {
  float: left;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.navbar-nav > li {
  float: left;
}

.navbar-nav > li > a {
  line-height: 20px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
  margin-right: 4px;
}

.nav > li > a {
  position: relative;
  display: block;
  margin: 6px 16px;
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px dashed;
}

.nav > li > a:hover,
.nav > li.opened > a {
  margin: 0;
  padding: 6px 16px;
  background-color: #F5F5F5;
  border: 1px solid #482670;
  border-radius: 4px;
  text-decoration: none;
}

.nav > li > a.active,
.nav > li > a.active:hover,
.nav > li > a.active:focus {
  background-color: #482670;
  color: #FFF;
  margin: 0;
  padding: 6px 16px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/*.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}*/
.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #EEE;
  border-color: #008BFB;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #E5E5E5;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.dropdown {
  position: relative;
}

li.dropdown.opened > a, li.dropdown.opened > a.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #FFF;
  border: 1px solid #482670;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 2px 0;
  overflow: hidden;
  background-color: #E5E5E5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #482670;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #FFF;
  background-color: #C8B0E7;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #FFF;
  text-decoration: none;
  outline: 0;
  background-color: #C8B0E7;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

a[href^="#"]:after,
a[href^="javascript:"]:after {
  content: "";
}

/*
 *
 * Main
 *
 */
.btn-transparent {
  background: none;
  border: 1px solid #6B428E;
  color: #FFF;
  text-shadow: none;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent.active {
  background: #503078;
  color: #FFF;
  border: 1px solid #6B428E;
}

.btn-transparent.danger {
  color: #FFF;
  border: 1px solid #D43F3A;
}

.btn-transparent.danger:hover,
.btn-transparent.danger:active,
.btn-transparent.danger:focus {
  background: #503078;
  border: 1px solid #D43F3A;
}

.btn-group > .btn {
  position: relative;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group input[type='hidden'] + .btn {
  margin-left: -1px;
}

.input-group-addon:not(:first-child):not(:last-child),
.btn-group > a.btn:not(:first-of-type):not(:last-of-type),
.btn-group > button.btn:not(:first-of-type):not(:last-of-type) {
  border-radius: 0;
}

.btn-group > a.btn:first-of-type,
.btn-group > button.btn:first-of-type {
  margin-left: 0;
}

.btn-group > a.btn:first-of-type:not(:last-of-type),
.btn-group > button.btn:first-of-type:not(:last-of-type) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > a.btn:last-of-type:not(:first-of-type),
.btn-group > button.btn:last-of-type:not(:first-of-type) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

input[type=hidden] {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}

input[type=hidden]:after, input[type=hidden]:before {
  content: '';
}

.content-wrapper {
  padding: 10px 20px;
  position: relative;
}

.header {
  width: 1000px;
  color: #FFF;
}

.header > .content-wrapper {
  line-height: 37px;
  height: 40px;
}

.header li.user {
  line-height: 14px;
  vertical-align: middle;
  margin-right: 16px;
}

.header li.user span.user-name {
  font-weight: 600;
}

.header li.user span.user-role {
  display: block;
  margin-left: 1.4em;
  color: #C8B0E7;
}

.tbl-sort-header {
  width: calc(100% - 14px);
}

.break:after {
  content: "\000A";
  white-space: pre;
}

.main-menu {
  width: 1000px;
  padding: 10px 0;
  background-color: #FFF;
  margin-bottom: 20px;
}

ul.list-horizontal {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.list-horizontal li {
  display: inline-block;
  margin-left: 4px;
}

small, .small {
  font-size: 75%;
}

.breadcrumbs {
  margin: 16px 0 10px;
}

.breadcrumbs ul, ul.breadcrumbs {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.main-search {
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  background-color: #F8F8F8;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.simple-search {
  margin-bottom: 10px;
}

input[type="text"],
input[type="password"],
input.inputText,
select.inputText,
.selectbox .select,
.dialog_content select.inputText,
button.ui-multiselect,
textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  box-sizing: border-box;
}

textarea, textarea.inputText {
  height: auto;
  overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
.inputText:focus,
.dialog_content .inputText:focus {
  border-color: #C8B0E7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(200, 176, 231, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(200, 176, 231, .6);
}

input[type="file"],
input[type="file"].inputText {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

input[type="file"]:focus,
input[type="file"].inputText:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input.search-clear {
  padding-right: 30px;
}

.inline, .input-group, .inline-tbl {
  position: relative;
  display: table;
  border-collapse: separate;
  white-space: nowrap;
}

.input-group, .inline-tbl {
  width: 100%;
}

.input-group .inputText,
.input-group input[type="text"],
.input-group input[type="password"] {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .inputText:first-child:not(:last-child),
.input-group input[type="text"]:first-child:not(:last-of-type),
.input-group input[type="password"]:first-child:not(:last-of-type) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon,
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  width: 1%;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #EEE;
  border: 1px solid #CCC;
  border-radius: 2px;
}

.input-group-addon,
.input-group .inputText,
.input-group input[type="text"],
.input-group input[type="password"],
.input-group-btn, .display-tbl-cell {
  display: table-cell;
}

.inline-blk {
  white-space: nowrap;
}

.inline-blk > * {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.inline-blk label, .inline > *:not(:last-child) {
  margin-right: 4px;
}

.inline-blk .selectbox > span.select {
  width: inherit;
  border-radius: 3px;
}

.selectbox ul.dropdown {
  width: inherit;
  margin: 9px 0;
  border-radius: 3px;
}

.inline > *, .inline-tbl > * {
  display: table-cell;
  vertical-align: middle;
}

.inline-tbl > .div-justified {
  width: 100%;
  vertical-align: middle;
}

.inline-tbl > div {
  vertical-align: middle;
}

.inline-tbl .div-justified:not(:last-child) {
  padding-right: 6px;
}

a.search-clear {
  text-decoration: none;
  position: relative;
  right: 24px;
  top: 9px;
  color: #B3B3B3;
  font-size: 18px;
}

.form-label {
  line-height: 34px;
  vertical-align: top;
  text-align: right;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #4A4B4C;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5E5E5E;
}

.label-primary {
  background-color: #57068C;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #39045B;
}

.label-success {
  background-color: #5CB85C;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449D44;
}

.label-info {
  background-color: #5BC0DE;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31B0D5;
}

.label-warning {
  background-color: #F0AD4E;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #EC971F;
}

.label-danger {
  background-color: #D9534F;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #C9302C;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 4px 7px 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

#content .container {
  margin-right: 20px;
  margin-left: 20px;
}

.toolbar-paginator-top, .control-top {
  display: block;
  margin-bottom: 10px;
}

.toolbar-paginator-bottom, .control-bottom {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.toolbar-paginator-top > table, .toolbar-paginator-bottom > table {
  width: 100%;
}

mark,
.mark {
  background-color: #FCF8E3;
  padding: .2em;
}

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

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

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #57068C;
}

input.hasDatepicker, input[type="text"].hasDatepicker, input.datepicker {
  width: 10em;
  display: inline-block;
  padding-right: 30px;
}

img.ui-datepicker-trigger {
  position: relative;
  top: 7px;
  left: -28px;
  margin-right: -20px;
  cursor: pointer;
}

.fa {
  min-width: 14px;
}

.control-group {
  white-space: nowrap;
}

.control-group > .btn:not(:first-child),
.control-group > .ui-button:not(:first-child),
.control-group > .control_btn:not(:first-child) {
  margin-left: 4px;
}

#main-menu .widget {
  float: left;
  display: block;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  margin: 10px;
  width: 430px;
  padding: 20px 10px;
  height: 160px;
}

.toolbar {
  display: block;
  margin-bottom: 10px;
}

.toolbar > .btn-group:not(:last-child), .toolbar > .btn:not(:last-child), .toolbar > .ui-button:not(:last-child) {
  margin-right: 4px;
}

.alert {
  padding: 15px 15px 15px 30px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-info {
  color: #8A6D3B;
  background-color: #FCF8E3;
  border-color: #FAEBCC;
}

.alert .fa {
  float: left;
  margin-left: -20px;
}

.alert p {
  margin-top: 0;
}

table.fixed {
  top: 0;
  position: fixed;
  z-index: 2;
  display: none;
}

.red {
  color: #C9302C;
}

.blue {
  color: #2E73B8;
}

.green {
  color: #449D44;
}

.yellow {
  color: #E6AC00;
}

.gray {
  color: #777;
}

tr.blocking {
  color: #DDD !important;
}

td.blocking .fa {
  opacity: 0.5;
}

.italic {
  font-style: italic;
}

#checkAll, .checkAll {
  background-color: transparent;
  border: 1px dashed #CCC;
  display: block;
  float: left;
  padding: 4px;
  text-align: center;
  vertical-align: middle;
}

.dialog_content td {
  padding: 2px;
}

.dialog_content td > table {
  margin: -2px;
}

div.area-over {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #CCC;
  margin-bottom: 2px;
}

.main_menu_title_links {
  padding-top: 10px;
  padding-right: 15px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-weight: normal;
}

ul.no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 10px;
}

ul.no-bullets li {
  margin-bottom: 6px;
}

.strong {
  font-weight: bold;
}

ul.ui-multiselect-checkboxes li span {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 450px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

div.ui-multiselect-menu {
  z-index: 105;
}

sup, .sup {
  vertical-align: super;
  font-size: smaller;
}

input[type='radio'] {
  margin-top: 0;
}

#selectedStatus input[type='radio'] {
  margin-bottom: 5px;
}

/*Убираем нижний скролл*/
.ui-multiselect-checkboxes.ui-helper-reset {
  overflow-x: hidden;
  overflow-y: auto;
}

.ui-multiselect-close {
  display: none;
}

div.busy-div {
  position: inherit;
  height: 100%;
  width: 100%;
  text-align: center;
}

div.busy-div > span {
  margin: 15% auto;
}

div.busy-div > i.busy-spinner {
  position: relative;
  top: 45%;
  left: 45%;
}

span.disabled-select-styled span {
  background-color: #EEE !important;
  cursor: not-allowed !important;
}

span.disabled-select-styled span > b.trigger > i.arrow {
  opacity: 0.3;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

/*Выравнивание элементов*/
.centered > .ui-datepicker-inline.ui-datepicker,
.centered {
  margin: 0 auto;
}

.newsTblBig th a {
  display: block;
  text-decoration: none;
  vertical-align: middle;
}

ul.mainMenuItem {
  height: 114px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 0;
}

ul.mainMenuItem li {
  display: block;
  list-style: none;
  margin-bottom: .8em;
  margin-right: 10px;
}

.filter-list .crop-text > a {
  display: block;
}

ul.no-margin, .cause ul {
  margin: 0 10px 10px 0;
  padding: 0 15px;
}

.td-valigntop tr:nth-last-child(2) td {
  vertical-align: top;
}

ul.profileTab {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  padding: 0px;
  list-style: none;
}

ul.profileTab li{
  float: left;
  margin-left: 4%;
  text-align: center;
}

ul.profileTab li:first-child {
  margin-left: 0;
}/* Вынесены сюда, потому что должны перекрываться стилями add*/
/* Когда расход лимита менее порога предупреждения */
.progressbar-limit-normal {
  background-color: #8AC05A;
}

/* Когда лимит израсходован */
.progressbar-limit-danger {
  background-color: #F17171;
}

/* Когда расход у лимита превысил порог предупреждения */
.progressbar-limit-warning {
  background-color: #FF9900;
}

.fixHeaderTbl table thead, .fixHeaderTbl table tbody { display: table; width: 100%}
.fixHeaderTbl table tbody { height: 210px; overflow: auto; margin-top: -1px;}
.fixHeaderTbl.table_in_dialog {overflow: hidden;}

/**
  Offsets and fixed width styled. Generally used in modals for limits.
 */
.offset5 {
  margin-left: 5px;
}

.offset15 {
  margin-left: 15px;
}

.offset80 {
  margin-left: 80px;
}

.offset195 {
  margin-left: 195px;
}

.w60fix {
  width: 60px !important;
}

.w80fix {
  width: 80px !important;
}

.w90fix {
  width: 90px !important;
}

.w100fix {
  width: 100px !important;
}

.w105fix {
  width: 105px !important;
}

.w110fix {
  width: 110px !important;
}

.w130fix {
  width: 130px !important;
}

.w140fix {
  width: 140px !important;
}

.w150fix {
  width: 150px !important;
}

.w159fix {
  width: 159px !important;
}

.w160fix {
  width: 160px !important;
}

.w170fix {
  width: 170px !important;
}

.w180fix {
  width: 180px !important;
}

.w190fix {
  min-width: 190px!important;
  width: 190px !important;
}

.w200fix {
  width: 200px !important;
}

.w210fix {
  width: 210px !important;
}

.w220fix {
  width: 220px !important;
}

.w235fix {
  width: 235px !important;
}

.w240fix {
  width: 240px !important;
}.fixHeaderTbl.table_in_dialog {overflow: hidden;}

.jGrowl-notification > .ui-icon-alert {
  display: none;
}

#jGrowl > div.warn {
  border: 2px solid #FBB03B !important;
}

#jGrowl > div.error {
  border: 2px solid #F4523D !important;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
  padding-top: 7px !important; /*set vertical-align properly*/
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

.jGrowl-close {
  line-height: 10px;
}

div.jGrowl div.jGrowl-notification {
  min-height: 10px !important;
}

.message-text {
  padding-left: 10px;
}

.margin-btm-10 {
  margin-bottom: 10px;
}

button.btn.btn-default {
  background-color: #F5F5F5;
  border-color: #CCC;
}

button.btn.btn-default:hover,
button.btn.btn-default:focus {
  background-color: #E6E6E6;
  border-color: #ADADAD;
}

button.btn.btn-default:active,
button.btn.btn-default:focus {
  outline: none;
}

td.upload-file:first-child {
  padding-left: 0;
}

td.upload-file:last-child {
  padding-right: 0;
}

