html,
body {
    height: 100%;
}

body {
  overflow-x: hidden;
}

/* +++++++++ */
a {
  color: #005690;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
}
h1 {
  margin-top: 0;
}
.glyphicon-trash:before {
  content: "\e020";
  color: #e12b31;
}
.glyphicon-remove:before {
  content: "\e014";
    color: #e12b31;
}

.btn-primary {
  background-image: -webkit-linear-gradient(#005690, #005690 60%, #1d9ce5);
  background-image: -o-linear-gradient(#005690, #005690 60%, #1d9ce5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#005690), color-stop(60%, #005690), to(#1d9ce5));
  background-image: linear-gradient(#005690, #005690 60%, #1d9ce5);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005690', endColorstr='#ff1d9ce5', GradientType=0);
  -webkit-filter: none;
          filter: none;
  border-bottom: 1px solid #178acc;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #ffffff;
}
/*  .navbar {
height: 60px;
  }*/
/* +++++++++ */

.wrap {
    min-height: 100%;
    height: auto;
    /*height: calc(100% - 80px);*/
    margin: 0 auto -60px;
    padding: 0 0 60px;
    /*margin-bottom: 20px;*/
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.main-row {
  height: calc(100% - 124px);
}

/*.navbar {
  margin-bottom: 0 !important;
}*/

#main {
  min-height: 100%;
}

.container,
.content {
  height: 100%;
}

#applicationsContainer {
  height: 100%;
}

#applicationsContainer .dx-tabpanel {
  height: calc(100% - 41px);
}

#applicationsContainer .dx-tabpanel-container {
  height: calc(100% - 33px);
}

.dx-popup-content div[id*=Container],
.dx-popup-content .form-horizontal {
  height: 100%;
}

.footer {
    height: 60px;
    /*margin-top: 20px;*/
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
/* ---------------------------------------------------------------------------- */

.welcome-icon {
	margin-top: 20px;
	left: 50%;
	margin-left: -32.5px;
	width: 65px;
	height: 24px;
	text-align: center;
	position: absolute;
	font-size: 24px;
	line-height: 24px;
	color: white;
}

.circle-icon :hover{
	color: #eee;
}

.circle-icon-wrapper {
	overflow:hidden;
	position:relative;
	height:65px;
}

.circle-icon-title {
	text-align: center;
	padding: 18px;
}

.circle-icon {
	left: 50%;
	margin-left: -32.5px;
	position: absolute;
	width: 65px;
	height: 65px;
	background-color: #3a3b3e;
	-webkit-border-radius: 130px;
	-moz-border-radius: 130px;
	border-radius: 130px;
	display: inline-block;

}

.custom_wrap {
	color:white;
	color:black;
    background: url(../web/images/back.png);
	background-position: center -100px;
}

label {
	font-weight: normal !important;
  font-size: 14px;
}

form .group div.element {
  position: relative;
    width: auto;
    margin: 0 0.5em 0 0;
}
form div.element:not(.checkbox) {
    display: inline;
    padding: 0;
}

form .repeatItem div.checkbox {
    /*display: inline;*/
    padding: 0;
}

form .element {
    text-align: left;
    padding: 0 10px 5px 0;
}

.repeatPrototype {
    display: none;
}

.element input,
.element select,
.element textarea {
  display: block;
  width: auto;
  padding: 8px 12px;
  /*padding: 7px 0;*/
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 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;
}

.element.textarea {
  height: auto;
}
.element input[type=text],
.element input[type=password],
.element input[type=button],
.element input[type=submit],
.element input[type=file],
.element input[type=reset],
.element input[type=radio],
.element select,
.element button,
.element.checkbox input {
  display: inline;
  position: inherit !important;
  margin-left: 0 !important;
}

.element .selectexp {
    width: 430px;
}

.repeatItem .element.checkbox label {
    width: auto;
    /*margin-top: 7px;*/
}

.element.checkbox label {
  margin-left: 10px;
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: top;
}

.group .repeatItem.checkbox label {
    width: auto;
    /*margin-top: 7px;*/
}

.element .select-btn {
  /*position: absolute;
  right: 0; top: -1px;*/
  margin: 0;
  width: 26px;
  height: 38px;
  margin-bottom: 4px;
}

.element .select-btn .dx-button-content {
  padding: 0;
  padding-bottom: 10px;
}

.element .dx-texteditor-input {
    border: 0;
}

.element .dx-lookup {
    padding-left: 0;
    padding-right: 0;
}

.error span,
.error label {
  color: #953b39;
}

.repeat.error>span {
    margin-left: 30%;
    font-size: 20px;
}

.error input {
  border-color: #953b39;
}

  .custom-col-12 {
    width: 100% !important;
  }
  .custom-col-11 {
    width: 91.66666667% !important;
  }
  .custom-col-10 {
    width: 83.33333333% !important;
  }
  .custom-col-9 {
    width: 75% !important;
  }
  .custom-col-8 {
    width: 66.66666667% !important;
  }
  .custom-col-7 {
    width: 58.33333333% !important;
  }
  .custom-col-6 {
    width: 50% !important;
  }
  .custom-col-5 {
    width: 41.66666667% !important;
  }
  .custom-col-4 {
    width: 33.33333333% !important;
  }
  .custom-col-3 {
    width: 25% !important;
  }
  .custom-col-2 {
    width: 16.66666667% !important;
  }
  .custom-col-1 {
    width: 8.33333333% !important;
  }

.label {
  font-size: 14px !important;
  text-align: right;
  color: #555 !important;
}
.label.left {
  text-align: left;
}
.label.center {
  text-align: center;
}

input.label {
  border: none;
  box-shadow: none;
}

h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
	font-weight:bolder;
}
.tooltip-inner {
     max-width: 450px;
     /* If max-width does not work, try using width instead */

}

.modal-header {
    background-color: #337ab7;
	color:white;
}
.modal-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.collapse-link { text-decoration: none;}
.collapse-link:hover {text-decoration: none;}
.collapse-link:active {text-decoration: none;}
.collapse-link:link {text-decoration: none;}
.collapse-link:after {
	font-family: "Glyphicons Halflings";
	margin-left: 6px;
	content: "\e114";
}
.collapse-link.collapsed:after {
	content: "\e080";
}
.deleted-row {
	color: gray;
}
.errors {
	color: #a94442;
}




.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}


.wrap > .container {
    padding: 0px 15px 20px;
}
.stub {
	height: 50px;
}

.required_on_send:after {
	content:" *";
	color:blue;
}

#cryptoform-pathcryptokey {
	width: 100%;
}

/* Upload File*/
/* common */
.noselect {
  -webkit-touch-callout: none; 
  -webkit-user-select: none;   
  -moz-user-select: none;
  -ms-user-select: none;       
  user-select: none; 
}


/* input file select style */
.btn-fileinput {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}

.btn-fileinput input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  border-width: 0 0 100px 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate(-300px, 0) scale(4);
  direction: ltr;
  cursor: pointer;
}

.btn-xs {
  padding: 0 2px;
}


/* upload progressBar */
/*noinspection CssUnusedSymbol*/
.upload-progress {
  border: 1px solid #D8D7D2;
  position: relative;
}

/*noinspection CssUnusedSymbol*/
.upload-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
    background-color: #2fa4e7;
  /*transition: width .3s ease;*/
}

/*noinspection CssUnusedSymbol*/
.upload-progress-text {
  position: relative;
  margin: 0 auto;
  z-index: 100;
}

  
/* upload queue log */
#upload-log {
  font-size: 11pt;
  height: 82px;
  overflow: auto;
  padding: 0 10px 0 10px;
  text-align: left;
  direction: rtl;
}

#upload-log li {
  outline: none;
  direction: ltr;
}


/* certificate select list */
/*noinspection CssUnusedSymbol*/
.cert-item  {
  padding: 6px 12px;
  outline: none;
}

/*noinspection CssUnusedSymbol*/
.cert-item  + .cert-item  {
  border-top: 1px dotted #D8D7D2;
}

.cert-item p {
  margin: 2px 0 2px 0;
}

.cert-selected p  span {
  color: black;
}

/*noinspection CssUnusedSymbol*/
.cert-selected {
  background: #2fa4e7;
}

#main-menu {
  float: right;
}

#main-menu li {
  position: relative;
}

.form-group {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ftp_options[disabled]
{
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

.header {
  font-weight: bold;
}

fieldset {
  border: 1px solid #ccc;
}
fieldset legend {
  font-weight: bold;
}

.dx-lookup {
  height: 38px !important;
  padding-left: 15px;
  padding-right: 15px;
  border: none !important;
}

.dx-lookup .dx-lookup-field {
  height: 100%;
  padding: 4px 24px 4px 10px;
  vertical-align: middle;
  line-height: 28px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.dx-datagrid-rowsview .dx-row > .dx-master-detail-cell {
    padding: 5px 0;
}

.arrowbox {
  text-align: center;
  height: 26px;
  overflow-y: hidden;
}
.arrowbox .dx-button {
  margin: 0;
}
.arrowbox .dx-button:last-of-type {
  margin-right: 0;
}

.text-vertical {
  writing-mode: tb-rl;
}

.cb-vertical {
  margin: 15px 0;
}

.inline {
  display: inline;
}

.repeat-label {
  width: 250px;
  font-size: 14px;
}

.repeat-content {
  width: calc(100% - 250px);
  text-align: left;
}

.repeatItem {
  width: 100%;
  overflow: hidden;
}

/*.repeatItem input:not([type=hidden]) {
  width: 100%;
}*/

#repeat-rubrics .repeatItem:not(.repeatPrototype) .group .element:first-of-type {
  width: calc(100% - 50px);
  margin-right: 0;
}

.repeatRemove {
  margin-right: 0;
}

.repeat-table-label {
  height: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #555555;
}

.pad-15 {
  padding: 0 15px;
}

.btn-separator {
  display: inline-block;
  margin: 0 10px;
  width: 3px;
  /*height: 58px;*/
  background: grey;
}

.msg-success {
  width: 500px;
  height: 50px;
  padding: 5px 15px;
  background-color: green;
  color: #fff;
}

.clear {
  display: block;
  content: "";
  clear: both;
}

.left-fl {
  float: left;
}

.right-fl {
  float: right;
}

.left-fl h1 {
  margin: 0 0 5px;
  padding: 0;
}

.inblock {
  display: inline-block;
  margin: 5px 0.5em 0 0;
}

.dx-menu-base {
  font-size: 14px;
}

.dx-menu.dx-button {
  height: 29px;
}
.dx-menu.dx-button .dx-menu-item-text {
  color: #fff;
  line-height: 25px;
}

.dx-treeview {
  margin: 0 10px;
}

.dx-treeview-header {
  margin-top: 0;
  margin-bottom: 0;
}

.width-100 {
  width: 100%;
}

.height-100 {
  height: 100%;
}

.pad-10t {
  padding-top: 10px;
}

#upload {
  height: 40px;
}

#upload-file {
  position: absolute;
  left: 0;
  top: -100px;
}

.noselect {
  margin: auto;
  display: block;
  font-weight: bold;
}

.repeat-header {
  height: 25px;
  font-weight: bold;
}

.va-middle {
  vertical-align: middle;
}

.dx-treeview .dx-treeview-item .dx-treeview-item-partition {
    border-bottom: 1px solid #ddd;
    height: auto;
    min-height: 30px;
}

.dx-treeview .dx-treeview-item .dx-treeview-item-text {
    padding-right: 130px;
    font-size: 14px;
}

.dx-treelist-text-content>span {
    font-size: 11px;
    opacity: .7;
}

.dx-treeview .dx-treeview-item .dx-treeview-item-text.dx-treeview-item-noactive {
    opacity: .5;
}

.dx-treeview .dx-treeview-item .dx-treeview-item-partition>div {
    display: inline;
    height: 100%;
}
.dx-treeview .dx-treeview-item .dx-treeview-item-partition .arrowbox {
    display: block;
    position: absolute;
    margin: 0 5px 0 5px;
    height: 26px;
    right: 0;
    top: 0;
}
.dx-treeview .dx-treeview-item .dx-treeview-item-partition .dx-checkbox {
    display: block;
    position: absolute;
    margin: 0 5px 0 5px;
    right: 145px;
    top: 5px;
}

.dx-button-has-icon .dx-button-content.dx-button-updown {
    padding: 0 5px;
    height: 24px;
}
.dx-button-has-icon .dx-button-content.dx-button-updown>i.dx-icon-spindown {
    position: absolute;
    left: 6px;
    top: 12px;
}

.dx-item-content .files-content {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.dx-item-content .files-content .tree-content {
    width: 330px;
    height: 98%;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: #337ab7;
    border-radius: 4px;
    margin: 5px 5px 0;
    position: absolute;
    z-index: 99;
}

.dx-item-content .files-content .tree-content .tree-header {
    font-size: 15px;
    background-color: #337ab7;
    color: #fff;
    text-align: center;
    height: 25px;
}

.dx-item-content .files-content .data-content {
    padding-left: 340px;
    display: inline-block;
    margin: 5px 5px 0;
}

.dx-item-content .files-content .data-content .rubric-header {
    font-size: 15px;
    background-color: #337ab7;
    padding: 0 5px;
    color: #fff;
    text-align: left;
    height: 27px;
    border-width: 1px;
    border-style: solid;
    border-color: #337ab7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/*Кордик*/
.navbar-inverse {
  background-image: -webkit-linear-gradient(#20609e, #20609e 60%, #20609e);
  background-image: -o-linear-gradient(#20609e, #20609e 60%, #20609e);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#20609e), color-stop(60%, #20609e), to(#20609e));
  background-image: linear-gradient(#20609e, #20609e 60%, #20609e);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20609e', endColorstr='#20609e', GradientType=0);
  -webkit-filter: none;
          filter: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);		  
  border-bottom: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.navbar {
     border-radius: 0px; 
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
	font-size: 12pt;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.column_half.left_half {
	width: 50%;
    float: left;
}

.column_half.right_half {
	width: 50%;
    float: right;
}

/* скрываем чекбоксы и блоки с содержанием */
.hide, .hide + label ~ div {
    display: none; 
	background: #fff opacity: 0.4;
    -moz-box-shadow: inset 3px 3px 10px #7d8e8f;
    -webkit-box-shadow: inset 3px 3px 10px #7d8e8f;
    box-shadow: inset 3px 3px 10px #7d8e8f;
	text-align: center;
    box-shadow: 0 0 13px rgba(0,0,0,2.5); 
	margin-left: 15%;
	margin-right:15%;
	width:345px;
	height: 220px;
	border-radius: 5px;
}
/* вид текста label */
.hide + label,
.hide:checked + label {
    padding: 0;
    color: #fff;
    cursor: pointer;
	background-color: #20609e;
	text-align: center;
	line-height: 40px;
	font-size: 14pt;
    font-family: 'Oswald' ;
	box-shadow: 0 0 13px rgba(0,0,0,1.5);
	margin-left: 15%;
	margin-right:15%;
	width:345px;
	height: 45px;
	border-radius: 5px;
	
	}

	
/* вид текста label при активном переключателе */
.hide:checked + label {
    color: #20609e;
	background-color: #ffd200;
    border-bottom: 0;
	opacity: 0.8;
	border-radius: 5px;
	
}
.hide:hover + label {
    color: #20609e;
	background-color: #ffd200;
    border-bottom: 0;
	opacity: 0.8;
	border-radius: 5px;
	
}	

/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
    display: block; 
    -moz-box-shadow: inset 3px 3px 10px #7d8e8f;
    -webkit-box-shadow: inset 3px 3px 10px #7d8e8f;
    box-shadow: inset 3px 3px 10px #7d8e8f;
	text-align: center;
    box-shadow: 0 0 13px rgba(0,0,0,2.5); 
	margin-left: 15%;
	margin-right:15%;
	width:345px;
	height: 220px;
	border-radius: 5px;
}

.onlygos {
	margin-left: 15%;
	margin-right:15%;
}

.column_mini.left_half {
	width: 50%;
    float: left;
	
}
.column_mini.right_half {
	width: 50%;
    float: right;
	
}

.password_sorry  {
	font-size: 10pt;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	
}

.remember_my_login {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}

/*хочу поменять свет границ в таблицаха так же черезстрочное выделение*/
.dx-datagrid .dx-row-alt>td{
  background-color: #e8f3fa;
}
.dx-datagrid .dx-column-lines>td {
  border-left: 1px solid #e8f3fa;
  border-right: 1px solid #e8f3fa;
  border-bottom: 1px solid #e8f3fa;
}

#main-menu, .dx-submenu
{
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#main-menu .dx-menu-item
{
    padding: 15px;
    color: #fff;
}

#main-menu, .dx-submenu
{
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#main-menu .dx-menu-item
{
    padding: 15px;
    color: #fff;
}

.dx-infoblock {
    padding: 3px;
    border-width: 3px;
    border-style: solid;
    background-color: #fff;
    border-color: #2b94b7;
    margin: 5px 0 5px;
    min-height: 20px;
    color: #000;
    font-size: 16px;
    border-radius: 4px;
}

.dx-infoblock > .dx-button {
    position: absolute;
    right: 2px;
    margin: -6px -2px 0 0;
    height: 20px;
    width: 24px;
    border-color: #2b94b7;
}

.dx-infoblock > .dx-button .dx-button-content {
    padding: 0;
}

.dx-infoblock > .dx-item {
    padding: 0 12px 0 0;
}

.dx-tooltip-wrapper .dx-overlay-content .dx-popup-content {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dx-tooltip-wrapper .dx-overlay-content {
    border: 1px solid #00a2e8;
    background-color: #daf1f8;
    color: #333;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.dx-tooltip-wrapper.dx-popover-wrapper .dx-popover-arrow:after {
    border: 1px solid #00a2e8;
    background: #daf1f8;
}

.dx-calendar-cell:not(.dx-calendar-other-month) .holyday {
    text-shadow: none;
    font-weight: bold;
}

.dx-calendar-cell:not(.dx-calendar-other-month) .holyday {
    color: #FF3030;
}

.dx-state-disabled.dx-calendar .dx-calendar-cell:not(.dx-calendar-other-month) .holyday {
    color: #FF8080;
}

.dx-state-disabled.dx-calendar .dx-calendar-cell:not(.dx-calendar-other-month) .holyday {
    color: #FF8080;
}

.calend .dx-calendar-cell.dx-calendar-selected-date,
.calend .dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today {
    color: #000000;
    -webkit-box-shadow: inset 0px 0px 0px 1000px #fff;
    -moz-box-shadow: inset 0px 0px 0px 1000px #fff;
    box-shadow: inset 0px 0px 0px 1000px #fff;
    font-weight: normal;
}
.calend .dx-calendar-cell.dx-calendar-selected-date.dx-calendar-contoured-date,
.calend .dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today.dx-calendar-contoured-date {
    box-shadow: inset 0px 0px 0px 1px #fff, inset 0px 0px 0px 1000px #fff;
}

.calend .dx-calendar-caption-button.dx-button.dx-button-normal.dx-widget.dx-button-has-text {
    pointer-events: none;
}

.calend .dx-calendar-navigator-next-view.dx-calendar-navigator-next-month.dx-state-disabled.dx-calendar-disabled-navigator-link,
.calend .dx-calendar-navigator-previous-view.dx-calendar-navigator-previous-month.dx-state-disabled.dx-calendar-disabled-navigator-link {
    display: none;
}

.selectButton {
    margin: 0;
}

#repeat-expertise_subjects {
    height: 240px;
    overflow-y: scroll;
}