a,
button {
  transition: all 0.3s ease-in-out;
}
a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active,
a:visited,
button:visited {
  text-decoration: none;
  outline: none;
}
a span,
button span {
  transition: all 0.3s ease-in-out;
}
button {
  border: none;
}
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}
.badge-success {
  background-color: #73ab41 !important;
}
.bg-success {
  background-color: #73ab41 !important;
}
body {

  color: #252525;
}
.header {
  width: 100%;
  position: fixed;
  z-index: 1001;
  background-color: #ebebeb;
  padding-top: 15px;
  padding-bottom: 15px;
  top: 0;
}
.header a {
  color: #252525;
  position: relative;
}
.header a .badge {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  right: -2px;
  display: block;
  padding: 0;
}
.header .btn-outline {
  font-size: 18px;
  font-weight: 600;
  width: 155px;
  height: 45px;
  line-height: 41px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  border: 2px solid #252525;
  border-radius: 50px;
  padding: 0;
}
.header .btn-outline:hover {
  border: 2px solid #73ab41;
  color: #73ab41;
}
.header .dropdown-toggle::after {
  display: none;
}
.header .dropdown-toggle img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  object-fit: cover;
}
.header .dropdown-menu {
  margin: 1.5rem 0rem 0 -100%;
}
.navbar-brand img {
  height: 50px;
}
.second-header {
  height: 55px;
  padding-left: 60px;
  padding-right: 30px;
  /*box-shadow: 0 3px 80px 0 rgba(23, 24, 32, 0.2);*/
  margin-top: 90px;
}
.second-menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.second-menu li {
  display: inline-block;
  margin-right: 20px;
}
.second-menu li a {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
}
.second-menu li.active a {
  color: #fff;
}
.second-header-filter {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.second-header-filter .dropdown {
  display: inline-block;
  margin-left: 10px;
}
.second-header-filter .dropdown .btn {
  font-weight: 600;
  color: #fff;
  padding: 7px 25px;
  border: 1px solid #fff;
  border-radius: 50px;
}
.second-header-filter .dropdown .btn::after {
  display: none;
}
.second-header-filter .dropdown-menu {
  margin: 0.5rem 0 0 -10%;
}
.content-wrapper {
  padding: 15px 30px 60px 60px;
}
/*
.table {
  border-collapse: unset;
  border-spacing: 0;
}
.table thead tr th {
  font-size: 16px;
  font-weight: 600;
  color: #9ea3b4;
  padding: 1.45rem 0.5rem;
}
.table thead tr th:first-child {
  padding-left: 50px;
}
.table tbody tr td {
  font-size: 16px;
  font-weight: 600;
  color: #252525;
  background-color: #ebebeb;
  vertical-align: middle;
  padding: 1.45rem 0.5rem;
}
.table tbody tr td span {
  font-size: 14px;
  font-weight: 600;
  color: #9ea3b4;
  display: block;
}
.table tbody tr td small {
  font-size: 14px;
  font-weight: 600;
}
.table tbody tr td .media img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #9ea3b4;
}
.table tbody tr td .media-body h5 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.table tbody tr td:first-child {
  padding-left: 50px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.table tbody tr td:last-child {
  padding-right: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.table tbody tr.separator td {
  background-color: transparent;
  height: 20px;
  padding: 0;
}
.table tbody tr.processing td:first-child {
  border-left: 5px solid #73ab41;
}
.table tbody tr.completed td:first-child {
  border-left: 5px solid #252525;
}
*/
.percent {
  float: left;
  margin-right: 15px;
}
.progress {
  height: 8px;
  background-color: #9ea3b4;
  margin-top: 8px;
  width: 240px;
}
.main-panel {
  position: relative;
  width: calc(100% - 55px);
  height: 100vh;
  min-height: 100%;
  float: right;
}
.sidebar {
  width: 55px;
  background-color: #d8d8d8;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: 90px;
  display: block;
  padding-top: 15px;
  text-align: center;
  z-index: 1000;
}
.sidebar .btn-collapse {
  background-color: transparent;
  color: #252525;
  font-size: 28px;
  line-height: 1;
}
.sidebar .btn-collapse.menu-open {
  color: #73ab41;
}
.collapse-menu {
  width: 290px;
  background-color: #d8d8d8;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  margin-top: 90px;
  z-index: 10001;
  display: block;
  border-left: 2px solid #9ea3b4;
  padding-top: 55px;
  transition: all 0.5s ease-in-out;
  overflow-y: auto;
}
.collapse-menu ul {
  list-style: none;
}
.collapse-menu ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #252525;
  display: block;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.collapse-menu ul li a:hover {
  color: #73ab41;
}
.collapse-menu ul li.active > a {
  color: #73ab41;
}
.collapse-menu.open {
  left: 55px;
}
.has-submenu i {
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.has-submenu.collapsed i {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
@media (max-width: 767px) {
  .navbar-brand img {
    height: 33px;
  }
  .header .dropdown-toggle img {
    width: 35px;
    height: 35px;
  }
  .header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sidebar {
    top: 53px;
    width: 100%;
    height: 53px;
    margin-top: 0;
    text-align: left;
    padding-left: 0;
  }
  .collapse-menu {
    margin-top: 106px;
  }
  .collapse-menu.open {
    left: 0;
  }
  .second-header {
    margin-top: 106px;
    padding-left: 15px;
    width: 100vw;
    overflow-x: scroll;
    overflow-y: visible;
    flex-wrap: nowrap;
  }
  .second-menu li {
    margin-right: 15px;
  }
  .second-menu li a {
    font-size: 14px;
  }
  .main-panel {
    width: 100%;
    float: unset;
  }
  .second-header-filter {
    font-size: 14px;
  }
  .second-header-filter .dropdown {
    margin-left: 5px;
  }
  .second-header-filter .dropdown .btn {
    padding: 5px 15px;
  }
  .dropdown a {
    font-size: 14px;
  }
  .content-wrapper {
    padding: 15px;
  }
  .table tbody tr td:not(:first-child) {
    white-space: nowrap;
  }
  .table tbody tr td span {
    font-size: 13px;
  }
  .table tbody tr td,
  .table thead tr th,
  .table thead tr th:first-child,
  .table tbody tr td:first-child {
    font-size: 14px;
    padding: 0.5rem;
  }

}





/* my */

html, body {
  height: 100%;
}
.login-block
{
  background-color:#fff;
  padding:30px;
  -webkit-box-shadow:0 3px 50px 0 rgba(0,0,0,.1);
  box-shadow:0 3px 50px 0 rgba(0,0,0,.1);
  text-align:center;
  border-radius:5px;

}
.content-wrapper input[type="text"]{
  border: 1px solid #8791ac;
  border-radius: 5px;
  padding: 5px;

}
.content-wrapper select{
  border: 1px solid #8791ac;
  border-radius: 5px;
  padding: 5px;

}
.content-wrapper select option{
  //font-family: 'OpenSans';
}
.comment_div{
  color: #808080;
}

.page-link:hover
{
  background: #73ab41;
  color: #ffffff;
}
.page-link{
  color: #000;
}
.page-item.active .page-link{color:#fff;
  background-color:#73ab41;
  border-color:#73ab41
}

.table-hover tbody tr:hover{
  background-color:#73ab41;
  cursor: pointer;
}
h1{
  color: #73ab41;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 25pt;
}
.red{
  color: #cd3737;
}
.nav-link:hover{
  background-color:#73ab41;
  color: #fff;
}

.tab-border{
  width: 100%;
  background: #fff;
  padding: 2%;

  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;


}
.content-wrapper a{
  /*color: #73ab41;*/
}

.ico_cal, .show_calendar_ws{background: url('/img/ico_day.png') #ffffff no-repeat right center;
  width: 130px;
  height: 38px; margin: 0px 5px;
  border: 1px solid ;
  padding: 0px 15px;
  cursor: pointer;

}
#export_contact_div input{

    margin: 5px;

}

.btn_reference{
  padding-bottom: 10px;
}
.strong{
  font-weight: bold;
}

.point{
  cursor: pointer;
}
.dataTables_nowrap{
  white-space: nowrap;
}
.custom-select{
  width: 30px;
}
.no_point li{
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;

}

.dataTables_processing{
    background: #73ab41;
}

.predictive_button{
  margin: 10px 0px 0px 10px;
}

.textarea_predective{
  border: 1px solid #8791ac;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
  width: 100%;
  height: 100px;

}

.del_text {
  text-decoration: line-through;
  color: #000000;
}
.commetn_style{
  height: 40px
}
.soglasovanie_ul{
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;

}
.soglasovanie_ul li{
  padding-left: 0px;
  margin-left: 0px;
}
.green_accept{ color: #73ab41; font-weight: bold}
.card-body{
  background:#fefefe;
}


.btn_sogl_bottom{
  margin-top: 33px;
}

.dashed_text a{
   /*dashed*/
  color:#007bfe;
  text-decoration: underline;
  text-decoration-style: dashed;
}
.click_urik_export{
  cursor: pointer;
}
.tab_mediaciya tr, .tab_mediaciya td{
  padding: 0px;
  margin: 0px;
  padding-left: 2px;
}

.tab_mediaciya th{
  padding: 0px;
  margin: 0px;
  background: grey;
  font-weight: bold;
  padding-left: 2px;
}

.tab_work_yurik tr, .tab_work_yurik td{
  padding: 0px;
  margin: 0px;
  padding-left: 2px;
}

.tab_work_yurik th{
  padding: 0px;
  margin: 0px;
  background: grey;
  font-weight: bold;
  padding-left: 2px;
}

.tr-cancel td{
  background: grey;
  text-decoration: line-through;
}

.sortable-table td {
  background: #fff;
  cursor: move;
}

.ico_del_users{
  width: 16px;
  height: 16px;
  cursor: pointer;
}