@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf"); }

body {
  font-family: "Roboto-Regular";
  color: #3B4256; }

img {
  max-width: 100%; }

a {
  color: #4264FB; }

a:hover,
a:focus {
  text-decoration: none; }

.img-100 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.d-block {
  display: block; }

.icons {
  display: inline-block;
  vertical-align: middle; }

.top-head {
  background: linear-gradient(0deg, #3B4256, #3B4256);
  padding: 20px 0;
  color: #fff; }
  .top-head a {
    color: #fff;
    opacity: .6;
    transition: all ease .4s; }
  .top-head a.active,
  .top-head a:hover {
    opacity: 1;
    transition: all ease .4s; }

.left-t-head {
  float: left; }
  .left-t-head .i-top-link {
    padding-right: 35px; }

.ic-w {
  margin-right: 7px;
  width: 24px;
  height: 24px;
  background: url("../img/icon/ic2.png") no-repeat center/24px; }

.ic-cart {
  margin-right: 7px;
  width: 24px;
  height: 24px;
  background: url("../img/icon/ic1.png") no-repeat center/18px; }

.ic-user {
  margin-right: 7px;
  width: 20px;
  height: 20px;
  background: url("../img/icon/ic-user.png") no-repeat center/20px; }

.ic-lang {
  margin-right: 7px;
  width: 24px;
  height: 24px;
  background: url("../img/icon/ic-lang.png") no-repeat center/24px; }

.right-t-head {
  float: right; }
  .right-t-head .i-top-link {
    padding-left: 35px; }
    .right-t-head .i-top-link .dropdown-menu {
      margin-top: 10px; }
  .right-t-head input[type=text] {
    background: transparent;
    border: 0;
    outline: none;
    width: 50px;
    transition: width 0.4s ease-in-out;
    border-bottom: 1px solid transparent;
    font-family: "Roboto-Regular"; }
  .right-t-head input[type=text]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .right-t-head input[type=text]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .right-t-head input[type=text]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .right-t-head input[type=text]::placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .right-t-head input[type=text]:focus {
    width: 250px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.ic-search {
  margin-right: 7px;
  opacity: .6;
  width: 18px;
  height: 18px;
  background: url("../img/icon/ic-search.png") no-repeat center/18px; }

.text-blue {
  color: #4264FB !important; }

.navbar-brand {
  height: auto; }
  .navbar-brand img {
    height: 44px; }

.bottom-head {
  color: #3B4256; }
  .bottom-head a {
    color: #3B4256; }

.fs-20 {
  font-size: 20px; }

.menu {
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600; }
  .menu li a:focus,
  .menu li a.active,
  .menu li a:hover {
    background: transparent;
    color: #2C99ED; }

.header .navbar {
  border-bottom: 1px solid #DDE1E6;
  margin-bottom: 0; }

.footer {
  background: #3B4256; }

.top-footer {
  padding: 60px 0 0;
  color: #fff; }
  .top-footer .col-md-4 {
    margin-bottom: 40px; }
  .top-footer a:hover .text-grey:hover,
  .top-footer a .text-grey:hover {
    color: #fff; }
  .top-footer ul {
    padding: 0; }
    .top-footer ul li {
      list-style: none;
      line-height: 30px;
      font-size: 16px;
      display: block; }
      .top-footer ul li a {
        color: #848E99;
        transition: all ease .4ms; }
      .top-footer ul li a:hover {
        color: #fff;
        transition: all ease .4ms; }
  .top-footer .fs-24 {
    line-height: 32px;
    margin-bottom: 0; }

.bg-logo-img {
  float: left; }

.bg-logo-text {
  margin-left: 55px; }

.mb-40 {
  margin-bottom: 60px; }

.btn {
  min-width: 200px;
  min-height: 40px; }

button {
  padding: 8px 15px;
  border: 0;
  border-radius: 4px; }

.btn-w {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7); }

.mb-25 {
  margin-bottom: 25px; }

.fs-24 {
  font-size: 24px; }

.text-grey {
  color: #848E99; }

.ic-wp {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background: url("../img/icon/ic-wp.png") no-repeat center/20px; }

.ic-tg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background: url("../img/icon/ic-tg.png") no-repeat center/20px; }

.bottom-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 0; }

.r-bottom-footer {
  float: right; }
  .r-bottom-footer .icons {
    width: 24px;
    height: 24px;
    margin-left: 15px; }
  .r-bottom-footer .ic-vk {
    background: url("../img/icon/ic-vk.png") no-repeat center/24px; }
  .r-bottom-footer .ic-fb {
    background: url("../img/icon/ic-fb.png") no-repeat center/24px; }
  .r-bottom-footer .ic-tw {
    background: url("../img/icon/ic-tw.png") no-repeat center/24px; }
  .r-bottom-footer .ic-ok {
    background: url("../img/icon/ic-ok.png") no-repeat center/24px; }

.content {
  padding: 40px 0; }

.main-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 40px; }

.form-user {
  background: #F4F7FB;
  width: 460px;
  margin: 0 auto;
  padding: 35px;
  border-radius: 4px;
  max-width: 100%; }
  .form-user input.form-control:focus {
    box-shadow: none; }
  .form-user input.form-control {
    height: 48px;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #DDE1E6;
    border-radius: 4px; }

.form-control {
  border: 1px solid #DDE1E6;
  box-shadow: none;
  min-height: 40px; }

input[type="text"]::-webkit-input-placeholder {
  color: rgba(59, 66, 86, 0.4); }

input[type="text"]:-ms-input-placeholder {
  color: rgba(59, 66, 86, 0.4); }

input[type="text"]::-ms-input-placeholder {
  color: rgba(59, 66, 86, 0.4); }

input[type="text"]::placeholder {
  color: rgba(59, 66, 86, 0.4); }

.btn-blue {
  background: #4264FB;
  color: #fff; }

.bg-blue {
  background: #F4F7FB; }

.bg-white {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 4px; }

.btn-white {
  border: 1px solid rgba(59, 66, 86, 0.16);
  background: transparent;
  border-radius: 4px; }

.img-prof {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0 auto 15px;
  -o-object-fit: cover;
     object-fit: cover; }

.in-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600; }

.ic-arrows {
  background: url("../img/icon/ic-arrow.png") no-repeat center/11px;
  width: 14px;
  height: 14px;
  margin-left: 8px; }

.min-title {
  margin-bottom: 30px; }

.table-task {
  font-size: 16px; }
  .table-task td button {
    padding: 5px 10px;
    font-size: 12px; }
  .table-task th {
    font-weight: normal; }

.table.table-task > tbody > tr > td, .table.table-task > tbody > tr > th, .table.table-task > tfoot > tr > td, .table.table-task > tfoot > tr > th, .table.table-task > thead > tr > td, .table.table-task > thead > tr > th {
  border-top: 0;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  padding: 12px 8px; }

.table.table-task > tbody > tr > th:last-child,
.table.table-task > tbody > tr > td:last-child {
  text-align: right; }

.text-green {
  color: #6FBD15 !important; }

.text-orange {
  color: #FFB627 !important; }

.text-red {
  color: #FF7171 !important; }

.left-link {
  padding: 0;
  margin: 0; }
  .left-link .ic-arrow-n {
    background: url("../img/icon/arrow-next.png") no-repeat center/5px;
    width: 10px;
    height: 22px;
    float: right; }
  .left-link li {
    list-style: none;
    border-bottom: 1px solid rgba(59, 66, 86, 0.16);
    padding: 10px 0; }
    .left-link li a {
      color: #3B4256;
      display: block;
      font-size: 16px; }
  .left-link li:first-child {
    padding-top: 0; }
  .left-link li:last-child {
    padding-bottom: 0;
    border-bottom: 0; }

.ic-arrow-l {
  background: url("../img/icon/arrow-next.png") no-repeat center/5px;
  width: 10px;
  height: 22px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 5px; }

.link-prev {
  font-size: 18px;
  margin-bottom: 40px; }

textarea {
  width: 100%;
  resize: vertical;
  border-radius: 4px; }

.mg-b-40 {
  margin-bottom: 40px; }

.select-status .bootstrap-select {
  margin-left: 40px; }

.bootstrap-select > .dropdown-toggle {
  border: 1px solid #F4F1EE; }

.ic-save {
  background: url("../img/icon/ic-save.png") no-repeat center/16px;
  width: 16px;
  height: 16px;
  margin-right: 5px; }

.ic-print {
  background: url("../img/icon/ic-print.png") no-repeat center/16px;
  width: 16px;
  height: 16px;
  margin-right: 5px; }

.ic-down {
  background: url("../img/icon/ic-down.png") no-repeat center/16px;
  width: 16px;
  height: 16px;
  margin-right: 5px; }

.fs-16 {
  font-size: 16px; }

.text-yellow {
  color: #FED100; }

.btn-yellow {
  background: #FED100;
  color: #000; }

.view-docs {
  font-size: 14px; }
  .view-docs a {
    color: #3B4256;
    padding-left: 25px; }

.view-docs.top-link-doc a {
  padding-left: 0;
  padding-right: 25px; }

.view-prosse {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px; }
  .view-prosse span {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    line-height: 64px;
    border: 2px solid rgba(59, 66, 86, 0.4);
    background: #FFF;
    z-index: 2; }
  .view-prosse span.active {
    border-color: #4264FB;
    background: #4264FB;
    color: #fff; }

.view-prosse:after {
  z-index: 1;
  content: "";
  top: 31px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(59, 66, 86, 0.4); }

.bottom-form {
  display: inline-block;
  margin-right: 25px;
  position: relative;
  padding-left: 35px;
  margin-top: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bottom-form input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: transparent;
  border: 1px solid #DDE1E6;
  border-radius: 50%; }

.bottom-form:hover input ~ .checkmark {
  background-color: #f1f1f1;
  cursor: pointer; }

.bottom-form input:checked ~ .checkmark {
  background-color: #2196F3; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.bottom-form label {
  cursor: pointer;
  font-weight: normal; }

.bottom-form.radio-button input:checked ~ .checkmark {
  background: #fff;
  border: 6px solid #4264fb; }

.bottom-form.radio-button .checkmark:after {
  content: "";
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #2196F3; }

.w-100 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%; }

.add-z .bg-white {
  padding: 20px 80px; }

.table-not-border th,
.table-not-border td {
  border: none !important; }

.table-not-border .text-grey {
  white-space: nowrap; }

.sort-static {
  padding: 0; }
  .sort-static li {
    display: inline-block;
    font-size: 18px;
    padding-right: 24px;
    border-bottom: 1px solid #eee; }
    .sort-static li a {
      color: rgba(59, 66, 86, 0.8);
      border-bottom: 2px solid transparent;
      padding: 10px 0;
      display: inline-block; }
  .sort-static li:hover a,
  .sort-static li.active a {
    border-color: #4264FB; }

.li-status {
  display: table;
  width: 100%;
  padding: 0; }
  .li-status li {
    display: table-cell;
    width: 1%;
    border: 1px solid #DDE1E6;
    padding: 20px;
    background: #F4F7FB; }
    .li-status li a {
      color: #3B4256; }
  .li-status li.active {
    background: #fff;
    border-bottom: 2px solid #00A6C5; }

.big-w {
  font-size: 48px;
  line-height: 48px;
  font-weight: 600; }

@media (max-width: 991px) {
  .left-t-head .i-top-link {
    padding-right: 10px; }
  .right-t-head .i-top-link {
    padding-left: 10px; }
  .top-head {
    padding: 10px 0; }
  .right-t-head input[type=text]:focus {
    width: 80px; }
  .ic-search {
    margin-right: 0; }
  .right-t-head .i-top-link .dropdown-menu {
    left: auto;
    right: 0;
    min-width: auto; }
  .icon-bar {
    background: #000; }
  .navbar-brand {
    padding: 10px 0 10px 15px; }
    .navbar-brand img {
      height: 24px; }
  .navbar-toggle {
    margin: 5px 5px 5px 0; }
  .navbar-collapse {
    border-top: 1px solid #ddd; }
  .menu {
    padding: 0; }
  .navbar-header ul.nav.visible-sm a {
    padding: 5px 0; }
  .navbar-header .fs-20 {
    font-size: 16px; }
  .btn {
    width: 100%;
    margin-top: 10px; }
  .top-footer {
    padding: 40px 0; }
    .top-footer .col-md-4 {
      margin-bottom: 20px; }
  .top-footer ul li {
    font-size: 14px; }
  .bottom-footer {
    padding: 20px 0; }
  .r-bottom-footer {
    float: left;
    margin-top: 15px;
    width: 100%; }
    .r-bottom-footer .icons {
      margin: 0 15px 0 0; }
  .main-title {
    font-size: 24px;
    margin-bottom: 20px; }
  .form-user {
    padding: 20px; }
  .content {
    padding: 40px 0; }
  .table-task {
    font-size: 12px; }
  .table.table-task > tbody > tr > td, .table.table-task > tbody > tr > th {
    padding: 8px; }
  .img-prof {
    width: 100px;
    height: 100px; }
  .select-status .bootstrap-select {
    margin-left: 0; }
  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-top: 15px; }
  .link-prev {
    margin-bottom: 20px; }
  .mg-b-40 {
    margin-bottom: 30px; }
  .min-title button {
    float: none !important;
    width: 100%;
    margin-top: 10px; }
  .view-prosse:after {
    top: 19px; }
  .view-prosse {
    margin-bottom: 30px; }
    .view-prosse span {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 16px; }
  .add-z .bg-white {
    padding: 20px; }
  .ower-auto {
    overflow: auto; }
  .li-status li {
    padding: 10px; }
    .li-status li .big-w {
      font-size: 24px;
      line-height: 24px; }
    .li-status li span {
      font-size: 12px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; } }
