/*@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext';*/
body {
  color: #909090;
  font-family: 'Open Sans', sans-serif;
}
.split-container {
  border-bottom: 2px solid #005353;
}
.ui-layout-pane {background: none!important;}
.ui-layout-pane.white-bg {background: #fff!important;}
.pane {display: none;}

/* Colors */
.red-txt,
.money.minus {color: #ce0404;}
.money.plus {color: #48a324;}hr
.green-txt {color: #48a324;}
.red-txt {color: #ce0404;}
.money,
.dark-txt,
.btn-custom.white-bg,
.btn-custom.white-bg:hover,
.btn-custom.white-bg:focus,
.btn-custom.white-bg:active {color: #303030;}
.white-txt {color: #fff;}
.red-bg {background-color: #ce0404;}
.white-bg {background-color: #fff;}

/* Thin / Thick */
.light {font-weight: 300;}
.reg {font-weight: 400;}
.bold {font-weight: 700;}

/* Default grid */
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.justify-space-between {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}
.ml-auto {
  margin-left: auto;
}

/* Buttons */
.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#main-nav-collapse .btn-group.inlined .btn-custom {
  height: 34px;
}
.btn-search {
  background: url(../images/icons-new/icon-search.png) no-repeat 50% 50%;
  border: 0;
  margin: 0;
  /*margin: 0 0 0 10px;*/
  width: 40px;
  height: 40px;
}
.btn-search:active,
.btn-search:focus {
  opacity: 0.8;
  outline: none;
}
.nav>li>a.btn-profile {padding: 20px 15px 16px;}
.btn-profile .icon-profile {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../images/icons-new/icon-profile.png) no-repeat 50% 50%;
}
.table-btn {display: block;}
.btn-blank:hover,
.btn-blank:focus,
.btn-blank:active,
.table-btn:hover,
.table-btn:focus,
.table-btn:active {opacity: 0.8;}
.create-offer {background: url(../images/icons-new/icon-offer.png) no-repeat 0 50%;}
.create-project {background: url(../images/icons-new/icon-project.png) no-repeat 0 50%;}
.edit-btn {background: url(../images/icons-new/icon-edit.png) no-repeat 50% 50%;}
.delete-btn {background: url(../images/icons-new/icon-close.png) no-repeat 50% 50%;}
.map-btn {background: url(../images/icons-new/icon-road.png) no-repeat 50% 50%;}
.invoice-btn {background: url(../images/icons-new/icon-offer.png) no-repeat 50% 50%;}
.print-btn {background: url(../images/icons-new/icon-print.png) no-repeat 50% 50%;}
.sortable {
  width: 10px;
  height: 15px;
  background: url(../images/icons-new/icon-sort-asc.png) no-repeat 50% 0;
}
.sortable.desc {background: url(../images/icons-new/icon-sort-desc.png) no-repeat 50% 50%;}
.sortable.order-asc.icon-border {
  border-top: solid 2px #c3c3c3 !important;
  border-radius: 0 !important;
}
.sortable.order-desc.icon-border {
  border-bottom: solid 2px #c3c3c3 !important;
  border-radius: 0 !important;
}
.btn-reset .iconed {background: url(../images/icons-new/icon-reset.png) no-repeat 50% 50%;}
.btn-export .iconed {background: url(../images/icons-new/icon-export.png) no-repeat 50% 50%;}
.btn-export,
.btn-export:hover,
.btn-export:focus,
.btn-export:active,
.btn-cancel,
.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active {color: #505050;}
.btn-delete .iconed {background: url(../images/icons-new/icon-delete.png) no-repeat 50% 50%;}
.btn-group .btn-custom {margin: 0 0 0 5px;}
.btn-group-custom .btn {
  margin: 0;
  color: #5b6066;
  background: #fff;
  border-color: #ccc;
}
.btn-group-custom .btn:hover,
.btn-group-custom .btn:focus,
.btn-group-custom .btn:active,
.btn-group-custom .btn.active,
.btn-group-custom .open>.dropdown-toggle.btn {
  color: #fff;
  background: #23afe2;
}
.btn-group-custom>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.btn-group-custom>.btn:last-child:not(:first-child),
.btn-group-custom>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.btn-group-custom.editor-style {
  width: 100%;
}
.btn-group-custom.editor-style .btn {
  width: 50%;
  height: 36px;
}
.btn-big {
  font-size: 17px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
}
.btn-big .iconed {
  width: 22px !important;
  height: 22px !important;
  margin-right: 15px !important;
}
.print-btn-big .iconed {background: url(../images/icons-new/icon-print-big.png) no-repeat 50% 50%;filter: brightness(1.5);}
.create-task-btn-big .iconed {background: url(../images/icons-new/icon-project.png) no-repeat 50% 50%;filter: brightness(1.5);}
.show-current-offer .iconed {background: url(../images/icons-new/icon-offer.png) no-repeat 50% 50%;filter: brightness(1.5);}
.send-sms-btn-big .iconed {background: url(../images/icons-new/icon-sms.png) no-repeat 50% 50%;filter: brightness(1.5);}
.download-btn .iconed {background: url(../images/icons-new/icon-download-big.png) no-repeat 50% 50%;filter: brightness(1.5);}
.download-btn,
.download-btn:hover,
.download-btn:focus,
.download-btn:active {color: #505050;}
.print-btn-big,
.send-sms-btn-big,
.create-task-btn-big,
.show-current-offer {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  border: 0;
  padding: 10px 15px;
  text-transform: none;
}
.print-btn-big div,
.send-sms-btn-big div,
.create-task-btn-big div,
.show-current-offer div {
  margin-top: -10px;
}
.btn-close:hover {opacity: 0.8;}

/* Common */
.iconed {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.abs-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.v-centered {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.h-centered {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.fit {
  max-width: 90%;
  max-height: 90%;
}
.fill {
  min-width: 100%;
  min-height: 100%;
}
.table-row {
  display: table;
  width: 100%;
}
.table-col {
  display: table-cell;
  vertical-align: middle;
}
.inlined {
  display: inline-block;
  vertical-align: middle;
}

/* Customized */
h1 {
  font-size: 23px;
  font-weight: 600;
  margin: 15px 0;
  color: #222;
}
h1 small {
  color: #909090;
  font-size: 23px;
}
h3 {
  color: #222;
  font-size: 19px;
  font-weight: 400;
  margin: 0;
  padding: 20px 0;
}
hr {
  margin: 0 -15px 15px;
  border-color: #005353;
  border-width: 2px;
}
.content-container {
  position: relative;
  padding-top: 5px;
  margin-top: 60px;
}
.index .content-container {
  padding-bottom: 10px;
}
.content-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  z-index: 2;
  background: url(../images/icons-new/bg-header.png) repeat-x 0 0;
}

/* Grid Styles */
.table {
  color: #909090;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}
.btn-group .dropdown-menu {
  min-width: 100%;
}
.table .dropdown-menu>li>a {font-size: 13px;}
table.table th {text-align: left;}
table.table th.text-center,
table.table td.text-center {text-align: center;}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  border: 0;
  padding: 10px;
  vertical-align: middle;
  background-color: #f7f8f8;
}
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  color: #303030;
  background: #f0f2f4;
}
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {background-color: #fff;}
.table>thead>tr>th {
  font-size: 12px;
  font-weight: 400;
  background-color: #f0f2f4;
  border-bottom: 2px solid #ddd;
}
.table>tbody>tr:last-child td {border-bottom: 2px solid #ddd;}
.table .btn-blank {
  color: #909090;
  padding: 5px;
  text-decoration: none;
}

.table .btn-blank.with-icon {
  padding-left: 25px;
}

.table-compact>tbody>tr>th,
.table-compact>tbody>tr>td {
  padding: 0px 15px;
  border: solid 1px gray;
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th {
    background-color: #d2eff6 !important;
}

.grid .action-delete {
  color: #909090;
}

.grid .not-saved-row {
  background-color: #ebccd1;
}

.grid .doc-icon {
  color: #909090;
}

/* New Filters */
.filters {
  padding: 5px 0;
  margin-top: -5px;
  background: #f0f2f4;
}
.filters .img-circle {
  width: 47px;
  height: 47px;
  background: #bac0c5;
  position: relative;
  margin: 10px 10px 10px 0;
}
.filters .img-circle img {
  width: auto;
  height: auto;
}
.filters h3 {padding: 0;}
.filter-control {
  color: #909090;
  font-size: 13px;
  margin: 5px 0;
}
.filter-control label {display: block;}
.filter-control .select2-choice,
.filter-control .select2-choices {
  color: #909090;
  height: 30px;
  min-height: 0;
  min-width: 200px;
  max-width: 225px;
  box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.search-only .select2-choices {
  min-width: 146px;
  max-width: none;
  padding-right: 20px;
}
.search-only .select2-choices:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 3px;
  margin-top: -8px;
  background: url(../images/icons-new/icon-search.png) no-repeat 100% 50%;
}
.search-only .select2-search-choice-close,
.filter-control .select2-choice .select2-search-choice-close {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../images/icons-new/icon-remove.png) no-repeat 50% 50% !important;
}
.search-only .select2-choices .select2-search-choice .select2-search-choice-close:hover,
.filter-control .select2-choice .select2-search-choice-close:hover {
  opacity: 0.8;
  background: url(../images/icons-new/icon-remove.png) no-repeat 50% 50%;
}
.filter-control .select2-choice .select2-arrow {width: 20px;}
.filter-control .select2-choices .select2-search-field input {
  height: 28px;
  min-width: 0;
  max-width: 145px;
}
.filter-control .select2-choice .select2-arrow b,
.filter-control .select2-choice div b {background-position: 0 2px;}
.search-only .select2-choices .select2-search-choice {
  margin-top: 4px;
  padding: 4px 20px 4px 5px;
}
.select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 3px;
}
.date-select .select2-choice .select2-arrow {background: url(../images/icons-new/icon-date.png) no-repeat 0 6px;}
.date-select .select2-choice .select2-arrow b {display: none;}
.reset-data {
  margin-bottom: 6px;
  vertical-align: bottom;
}
.filter-control.single {margin: 0 10px 0 0;}
.filter-control.single label {
  display: inline-block;
  margin: 0 10px 0 0;
}

/* Login */
.login {background: #f0f2f4;}
.login-box {
  width: 95%;
  max-width: 430px;
}
.login-wrap {
  padding: 30px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.login-wrap center {margin: 0 0 30px;}
.login-wrap .btn {border-radius: 3px;}
.login-copy {margin: 260px 0 0;}
.login-copy a {
  color: inherit;
  margin: 0 0 0 10px;
}
.pager-control select {
  width: auto;
  height: 30px;
  padding: 4px 10px;
  box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.pager-item {margin-left: 20px;}
.pagination>li>a {
  color: #909090;
  height: 30px;
  line-height: 1;
  padding: 8px 12px;
}
.pager-control .btn-custom {margin: 15px 15px 0 0;}
.pager-control-right {
  margin-top: 19px;
}
.form-group .control-label {
  font-size: 13px;
  display: block;
  text-align: left;
}
.control-label,
.panel-title span {color: #222;}
.edit-footer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.panel-group {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #ddd;
}
.panel-group.first {
  margin-top: 0;
  border-top: 0;
}
.panel,
.panel-group .panel {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
}
.panel-group .panel:last-child {
  border-bottom: none;
}
.panel-group .panel+.panel {margin: 0;}
.panel-default>.panel-heading {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.panel-default>.panel-heading:hover {background-color: #ddd;}
.panel-title {
  font-size: 15px;
  font-weight: 400;
}
.panel-title>a {
  display: block;
  color: #222;
  padding: 15px;
  text-decoration: none;
  position: relative;
}
.panel-title>a:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #bac0c5;
  border-left: 1px solid #bac0c5;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
}
.panel-title>a.collapsed:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.panel-default>.panel-heading:hover .panel-title>a:after {border-color: #fff;}
.panel-group .panel-heading+.panel-collapse>.panel-body {border-top: 0;}
.editor-select {width: 100%;}
.date-picker {position: relative;}
.date-picker input {padding-right: 26px;}
.date-picker:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -8px;
  background: url(../images/icons-new/icon-date.png) no-repeat 0 0;
}
input.date-picker.data-filter {
  height: 30px !important;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {background-color: #f5f6f7;}
.shipping-editor .form-horizontal .control-label {text-align: left;}
.form-inline .form-group {
  float: left;
  width: 48%;
}
.form-inline span {
  width: 4%;
  height: 34px;
  line-height: 34px;
  float: left;
}
.form-inline .form-group .form-control {width: 100%;}
.valute {padding: 7px 0 0 0}
.nrp {padding-right: 7px;}

.internal-del {
  width: 10%;
  height: 0;
  padding-bottom: 10%;
  border-radius: 50%;
  overflow: hidden;
  background: pink;
  display: inline-block;
}
.internal-del > a {
  display: block;
  width: 76%;
  padding: 12%;
  height: auto;
	color: #909090;
}

/* Editor */
.cke {
  border: 0!important;
  box-shadow: none!important;;
}
.cke .cke_toolbar_separator {
  margin: 0 2px;
  height: 26px;
  background: #e0e0e0;
  display: none;
}
.cke .cke_top {
  border: 0;
  padding: 0;
  box-shadow: none;
  background: #f0f2f4;
}
.white-bg .cke .cke_top {background: #fff;}
.cke .cke_contents {
  border: 1px solid #ddd;
  border-radius: 3px;
}
.cke .cke_bottom {display: none;}
.cke .cke_toolgroup {
  border: 0;
  background: #efefef;
}
.cke a.cke_button {
  border: 1px solid #e0e0e0;
  border-left: 0;
  border-bottom-color: #ddd;
}
.cke.cke_ltr .cke_button:first-child,
.cke.cke_rtl .cke_button:last-child {border-left: 1px solid #e0e0e0;}
.cke a.cke_button:hover,
.cke a.cke_button_on {
  background: #9badb6;
  box-shadow: none;
  border-color: #91a1a9;
}

.action-del,
.action-del-pallet {
  color: #909090;
}
.btn-custom.action-del-pallet {
  margin: 0 5px 0 0;
}
.panel-group .action-del {
  color: #909090;
}
@media screen and (max-width: 1410px) and (min-width: 768px) {
	.navbar-default:not(.subnav) {height: 121px !important;}
	.subnav {height: 60px;}
	.content-container {margin-top: 120px;}
	.navbar-collapse .search-wrap {
          clear: both;
          border-top: 1px solid #f1f1f1;
	}
}
@media screen and (max-width: 991px) {
	.nav>li>a {padding-left: 10px; padding-right: 10px;}
	.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
}
@media screen and (max-width: 767px) {
  .navbar-default .navbar-collapse {background: #f5f5f5;}
  .navbar-default .navbar-nav>li>a {padding: 8px 0;}
  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {padding: 8px 10px;}
  .login-box {
    max-width: none;
    top: 2.5%;
    left: 2.5%;
    transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }
  .login-copy, .login-wrap .btn {margin: 20px 0 0;}
  .navbar-default {height: 60px;}
  .content-container {margin-top: 60px;}
  .header-search {
    border: 0;
    padding: 0 40px 0 0;
    position: relative;
  }
  .btn-search {
    position: absolute;
    top: 0;
    right: 0;
  }
  .btn-create {padding: 10px;}
  .navbar-nav {margin: 10px 5px;}
  .subnav {padding: 0 5px;}
  .subnav .nav>li {float: left;}
  .subnav .navbar-nav {margin: 0;}
  .subnav .navbar-nav>li>a
  .subnav .navbar-nav>li>a {padding: 20px 10px 16px;}
}

button.btn-custom > a {
  text-decoration: none;
  color: white;
}


.lang-tab.active {
  font-weight: bold;
}
.lang-tab-content {
  display: none;
}
.lang-tab-content.active{
  display: block;
}

.add-item:before {
  content: 'Add new item';
  width: 100px;
  height: 20px;
  position: absolute;
  left: 10px;
  text-indent: 0;
  color: #000;
}
.add-item {
  background-color: #eafce3!important;
  cursor: pointer!important;
  text-indent: -999999px!important;
}

#documentListBody textarea {
  width: 100%;
  resize: none;
  overflow-y: hidden;
  border: none;
  padding: 0;
  color: #000;
}


.big-text {
  font-size: 16px;
  line-height: 15px;
}

.ta-r {
  text-align: right !important;
}

.shipping-title-label {
  line-height: 32px;
}

/* Styles for Project form */
.project-form hr {
  /*border-width: 1px;*/
  margin: 0 -7px 7px;
}
.project-form hr.inner-split {
  border-top: 3px solid #000;
}

.project-form .row {
  margin-left: -5px;
  margin-right: -5px;
}
.project-form .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
.project-form .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
.project-form .split-container .btn-custom {
/*  margin: 0 0 7px;*/
  float: right;
}
.project-form .btn.action-del {
  border-radius: 50%;
}
.project-form h3 {
  font-size: 18px;
/*  padding: 8px 0 15px;*/
}

/* -----ADM styles-------*/

/*general*/

a:hover {
  text-decoration: none;
  color: #23afe2;
}
a {
  color: #23afe2;
}

label {
  margin-top: 5px;
  margin-bottom: 2px !important;
}

/*margins*/
.m-b-0 {margin-top: 0 !important;}
.m-b-15 {margin-bottom: 15px !important;}
.m-b-20 {margin-bottom: 20px !important;}
.m-t-0 {margin-top: 0 !important;}
.m-t-30 {margin-top: 30px !important;}
.m-t-10 {margin-top: 10px !important;}
.m-t-20 {margin-top: 20px !important;}
.m-r-15 {margin-right: 15px !important;}
.m-t-8 {margin-top: 8px !important;}
.m-l-5 {margin-left: 5px;}

/*widths*/
.w-p-50 {width: 50%;}
.w-p-100 {width: 100%;}

/*paddings*/
.p-b-10 {margin-bottom: 10px !important;}

/*buttons*/
.lightblue-btn {
  color: #fff;
  background-color: #23afe2;
  border-color: #229eca;
}
.lightblue-btn:hover,
.lightblue-btn:focus,
.lightblue-btn:active {
  color: #fff;
  background-color: #23afe2;
  border-color: #229eca;
  outline-color: #229eca;
}
.btn-create:hover,
.btn-create:focus {
  background-color: #23afe2;
  border-color: #229eca;
}
.btn-create:hover .caret,
.btn-create:focus .caret {
  border-top-color: #f1f1f1;
  border-left-color: #f1f1f1;
}
.btn-custom {
  color: #fff;
  border: 0;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  padding: 10px 15px;
  margin: 13px 0;
  border-radius: 4px;
  text-transform: none;
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
  -ms-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}

.btn-custom.action-move-selected {
  margin: 0;
  padding: 6px 12px;
}

.btn-custom .iconed {
  width: 16px;
  height: 13px;
  vertical-align: top;
  margin: 0 5px 0 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
  color: #fff;
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.btn-reset {margin: 0 0 -2px !important;}
.btn-add .icon {
  color: #fff;
  margin-right: 15px;
}
.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 100%;
  border: 0;
  padding: 0;
  border-left: 1px solid #14a8de;
  background: url(../images/icons-new/icon-close.png) no-repeat 50% 19px;
}
.qq-upload-button {
  background-color: #23afe2;
  padding: 6px;
  color: #fff;
  border-radius: 3px;
  width: 100%;
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
  -ms-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}
.qq-upload-button:hover {
  box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

/*colors*/
.blue-txt {color: #23afe2;}
.blue-bg {background-color: #23afe2;}
.green-bg {background-color: #00B200;}
.grey-bg {background-color: #A9A9A9;}
.orange-bg {background-color: #b166a9;}

/* navigation */
.dropdown-toggle {cursor: pointer;}
.dropdown-menu>li>a {padding: 5px 15px;}
.navbar-default {
  margin: 0;
  height: 60px;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fff;
}
.navbar-default .navbar-toggle {
  border: 0;
  margin: 0 15px 0 0;
  padding: 0;
  width: 50px;
  height: 60px;
  background: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
  opacity: 0.8;
  background: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  height: 5px;
  width: 100%;
  background: #ddd;
}
.navbar-toggle .icon-bar+.icon-bar {margin-top: 5px;}
.logo-nav {
  height: 60px;
  border-right: 1px solid #f1f1f1;
  position: relative;
  overflow: hidden;
  padding: 7px;
}
.logo-nav img {margin-top: -5px;}
.header-search {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  border-left: 1px solid #f1f1f1;
}
.header-search .form-control {
  border: 0;
  box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 6px;
  font-size: 13px;
  height: 40px;
}
.header-search .form-control:focus {
  box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
  -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}
.navbar-nav {margin-left: 5px;}
.nav>li>a {
  font-size: 14px;
  padding: 20px 5px 17px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}
.navbar-default .navbar-nav>li>a:hover {color: #23afe2;}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #229eca;
  border-color: #229eca;
  background-color: transparent;
}
.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>li>a:hover .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
  border-top-color: #229eca;
  border-left-color: #229eca;
}
.navbar-nav.navbar-right:last-child {margin-right: 0;}
.caret {
  width: 6px;
  height: 6px;
  border: 0;
  margin-top: -5px;
  margin-left: 9px;
  border-top: 1px solid #bac0c5;
  border-left: 1px solid #bac0c5;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.info-block {
  font-size: 23px;
  margin-top: -5px;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
.info-inner {
  padding-top: 7px;
  padding-bottom: 7px;
}
.info-id, .info-code {
  display: block;
  float: left;
  margin: -15px 15px -15px 0;
  padding: 15px 15px 15px 0;
  border-right: 1px solid #23afe2;
  max-height: 54px;
}
.subnav {
  background: #014040;
  margin: 0 -15px;
  padding: 0 15px;
}
.subnav .navbar-nav>li>a {
  color: #808ba2;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: none;
}
.subnav .navbar-nav>li>a:hover,
.subnav .navbar-nav>li>a:focus,
.subnav .navbar-nav>li>a:active {color: #fff;}
.subnav .navbar-nav>.active>a,
.subnav .navbar-nav>.active>a:hover,
.subnav .navbar-nav>.active>a:focus,
.subnav .navbar-nav>.open>a,
.subnav .navbar-nav>.open>a:hover,
.subnav .navbar-nav>.open>a:focus {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #23afe2;
}

/* login page*/
.login-wrap img {
  width: 70%;
  height: auto;
}

/* Modal */
.modal-content {
  border-radius: 0;
  border: 0;
}
.modal-header {
  position: relative;
  background: #23afe2;
  color: #fff;
  padding: 10px 15px;
}
.modal-title {
  font-size: 23px;
  line-height: 30px;
}

.modal-content h5 {
  color: #222;
  font-size: 19px;
  line-height: 28px;
  margin: 15px 0;
}
.modal-body {padding: 15px;}
.modal-footer {
  border: 0;
  padding: 0 15px 15px 15px;
}
.modal-footer .btn-big {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}
.modal-content .bordered {border-bottom: 1px solid #ddd;}

/* Styles for std Bright modals */
#br_modalConfirm .modal-body,
#br_modalInform .modal-body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding: 30px 15px;
  color: #5b6066;
}

#br_modalConfirm h3.modal-title,
#br_modalInform h3.modal-title {
  color: #fff;
  padding: 0;
}

#br_modalConfirm .action-confirm-close,
#br_modalInform .action-confirm-close,
#br_modalConfirm .action-confirm-cancel,
#br_modalInform .action-confirm-cancel {
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
  -ms-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}
#br_modalConfirm .action-confirm-close:hover,
#br_modalInform .action-confirm-close:hover,
#br_modalConfirm .action-confirm-cancel:hover,
#br_modalInform .action-confirm-cancel:hover {
   box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#br_modalConfirm .action-confirm-close,
#br_modalInform .action-confirm-close {
  background-color: #b166a9;
  border: none;
}
#br_modalConfirm .action-confirm-cancel,
#br_modalInform .action-confirm-cancel {
  color: #fff;
  background-color: #23afe2;
  border: none;
}
/* else */
.select2-results .select2-highlighted {
  color: white;
  background-color: #23afe2;
}
.ui-layout-resizer {
  background-color: #005353 !important;
}
.ui-layout-toggler {
  background-color: #23afe2 !important;
}

/*filters*/
.input-group .form-control.data-filter {
  width: auto !important;
  display: inline-block;
}
.filters .input-group-btn {
  display: inline-block;
}
.input-group-btn .action-clear-one-filter {
  padding: 4px 8px;
}

.filters.project-filters .input-group-btn .action-clear-one-filter{
  padding: 7px;
}

/*datepicker*/
.ui-datepicker td .ui-state-active {

}
.ui-datepicker td .ui-state-hover {
  background-color: #23afe2;
}
.ui-datepicker td .ui-state-highlight {
  background-color: #23afe2;
}

/*Project editor*/
#loadingPointsContainer .loading-points-editor:first-child .action-copy-unloading {
  display: none;
}

#loadingPointsContainer .loading-points-editor:first-child .action-copy-loading {
  display: none;
}

.order-bills-btn.red-icon {
  color: #ce0404;
}

.last-sms-info {
    display: none;
    padding: 15px 0 0 0;
}

/* Calendars */
.popover{
  min-width: 400px;
}

.nav.calendars>li>a {
  border-bottom: none;
}

#loading-from,
#loading-to,
#loading-all,
#loading-outbill,
#loading-inbill {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.calendar-container {
/*  max-width: 1080px;*/
  margin: 0 auto;
}

table.grid tr.paid td {
  background: #dff0d8;
}

table.grid tr.notpaid_overdue td {
  background: #f2dedf;
}

.complete-bill-btn,
.uncomplete-bill-btn {
  margin: 0;
  display:none;
}

/* Project page */
.accordion-button {
  width: 54px;
  height: 56px;
  margin: -10px 0 -10px -10px;
  display: block;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 0.589996L6 5.17L1.41 0.589996L0 2L6 8L12 2L10.59 0.589996Z' fill='%23BBC0C4'/%3E%3C/svg%3E%0A") no-repeat center;
}
.open .accordion-button {
  transform: rotate(180deg);
}
.filter-mobile {
  overflow: hidden;
}
.filter-title {
  color: #909090;
  font-weight: 600;
  font-size: 17px;
  line-height: 32px;
}
.filter-button-mobile {
  width: 34px;
  height: 34px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H10C10.55 12 11 11.55 11 11C11 10.45 10.55 10 10 10H8C7.45 10 7 10.45 7 11C7 11.55 7.45 12 8 12ZM0 1C0 1.55 0.45 2 1 2H17C17.55 2 18 1.55 18 1C18 0.45 17.55 0 17 0H1C0.45 0 0 0.45 0 1ZM4 7H14C14.55 7 15 6.55 15 6C15 5.45 14.55 5 14 5H4C3.45 5 3 5.45 3 6C3 6.55 3.45 7 4 7Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.filter-button-mobile.active {
  box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}
.table-thead-mobile {
  background: #F0F2F4;
  border-bottom: 2px solid #DDDDDD;
  padding: 10px 55px 10px 15px;
}
.table-mobile .dropdown {
  margin: -10px -10px -10px auto;
}
.btn-dots {
  width: 54px;
  height: 56px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_258_115)'%3E%3Cpath d='M12 8C13.1 8 14 7.1 14 6C14 4.9 13.1 4 12 4C10.9 4 10 4.9 10 6C10 7.1 10.9 8 12 8ZM12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10ZM12 16C10.9 16 10 16.9 10 18C10 19.1 10.9 20 12 20C13.1 20 14 19.1 14 18C14 16.9 13.1 16 12 16Z' fill='%23BBC0C4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_258_115'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center;
  outline: none;
  border: 0;
  box-shadow: none;
}
.btn-dots-small {
  height: 32px;
}
.btn-dots:focus {
  outline: none;
}
.table-mobile .dropdown-menu a {
  display: block;
  text-align: left;
  color: #000;
}
.table-mobile .dropdown-menu i {
  margin-right: 6px;
  color: #909090;
}
.i-search {
  width: 12px;
}
.i-plus {
  width: 10px;
}
.i-search:before,
.i-plus:before {
  content: '';
  display: block;
}
.i-search:before {
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.33338 7.33333H7.80672L7.62005 7.15333C8.42005 6.22 8.83338 4.94667 8.60672 3.59333C8.29338 1.74 6.74672 0.26 4.88005 0.0333336C2.06005 -0.313333 -0.313282 2.06 0.0333842 4.88C0.260051 6.74667 1.74005 8.29333 3.59338 8.60667C4.94672 8.83333 6.22005 8.42 7.15338 7.62L7.33338 7.80667V8.33333L10.1667 11.1667C10.4401 11.44 10.8867 11.44 11.1601 11.1667C11.4334 10.8933 11.4334 10.4467 11.1601 10.1733L8.33338 7.33333ZM4.33338 7.33333C2.67338 7.33333 1.33338 5.99333 1.33338 4.33333C1.33338 2.67333 2.67338 1.33333 4.33338 1.33333C5.99338 1.33333 7.33338 2.67333 7.33338 4.33333C7.33338 5.99333 5.99338 7.33333 4.33338 7.33333Z' fill='%23909090'/%3E%3C/svg%3E%0A") no-repeat 0 0;
}
.i-plus:before {
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.66671 5.66667H5.66671V9.66667H4.33337V5.66667H0.333374V4.33333H4.33337V0.333334H5.66671V4.33333H9.66671V5.66667Z' fill='%23909090'/%3E%3C/svg%3E%0A") no-repeat 0 0;
}
.i-desktop-mobile {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_39_1752)'%3E%3Cpath d='M2.66667 4.00008H14.6667V2.66675H2.66667C1.93333 2.66675 1.33333 3.26675 1.33333 4.00008V11.3334H0V13.3334H9.33333V11.3334H2.66667V4.00008ZM15.3333 5.33341H11.3333C10.9667 5.33341 10.6667 5.63341 10.6667 6.00008V12.6667C10.6667 13.0334 10.9667 13.3334 11.3333 13.3334H15.3333C15.7 13.3334 16 13.0334 16 12.6667V6.00008C16 5.63341 15.7 5.33341 15.3333 5.33341ZM14.6667 11.3334H12V6.66675H14.6667V11.3334Z' fill='%23909090'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_39_1752'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center;
}
.desktop-view-button {
  color: #909090;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: 10px 0 0;
}

@media screen and (min-width: 1024px) {
  .container-fluid-mobile .hidden-desktop {
    display: none!important;
  }
}
@media screen and (max-width: 1430px) and (min-width: 1300px) {
  .table-mobile .table>thead>tr>th,
  .table-mobile .table>tbody>tr>th,
  .table-mobile .table>tfoot>tr>th,
  .table-mobile .table>thead>tr>td,
  .table-mobile .table>tbody>tr>td,
  .table-mobile .table>tfoot>tr>td {
    padding: 5px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1024px) {
  .table-mobile img {
    max-width: 20px;
  }
  .table-mobile .table>thead>tr>th,
  .table-mobile .table>tbody>tr>th,
  .table-mobile .table>tfoot>tr>th,
  .table-mobile .table>thead>tr>td,
  .table-mobile .table>tbody>tr>td,
  .table-mobile .table>tfoot>tr>td {
    padding: 3px;
  }
  .hidden-tablet {
    display: none!important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1024px) {
  .table-mobile .table {
    font-size: 11px;
  }
  .table-mobile .table>thead>tr>th,
  .table-mobile .table>tbody>tr>th,
  .table-mobile .table>tfoot>tr>th,
  .table-mobile .table>thead>tr>td,
  .table-mobile .table>tbody>tr>td,
  .table-mobile .table>tfoot>tr>td {
    padding: 1px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .container-fluid-mobile .hidden-small-tablet {
    display: none!important;
  }
  .filter-list {
    padding-right: 56px;
  }
  .filter-button-mobile {
    position: absolute;
    right: 15px;
    top: 16px;
  }
  .filter-control {
    padding-right: 4px;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .filter-control.reset-data {
    padding-right: 4px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .table-mobile {
    padding: 0;
    margin-bottom: 0;
    overflow: initial;
  }
  .table-mobile img {
    max-width: 20px;
  }
  .table-mobile thead {
    display: none;
  }
  .table-mobile .table-item {
    display: none;
    border-bottom: 2px solid #DDDDDD;
  }
  .table-mobile .table-item.open {
    display: flex;
    flex-wrap: wrap;
  }
  .table-mobile .table-item .d-flex {
    width: 100%;
  }
  .table-mobile table,
  .table-mobile thead,
  .table-mobile tbody,
  .table-mobile tfoot,
  .table-mobile tr,
  .table-mobile th,
  .table-mobile td {
    display: block;
    width: 100%;
  }
  .table-mobile .table>tbody>tr>td {
    padding: 12px 10px 12px 54px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    white-space: inherit!important;
  }
  .table-mobile .table>tbody>tr.table-item>td:first-child {
    padding-left: 21px;
  }
  .table-mobile .table>tbody>tr:last-child td {
    border-bottom: 0;
  }
  .table-mobile th.d-flex {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
  }
  .table-mobile td {
    background: #fff!important;
  }
  .table-mobile td:nth-child(2n) {
    background: #F7F8F8!important;
  }
  .table-mobile input {
    margin: 0 20px 0 0;
  }
  .table-mobile .table-column-name,
  .table-mobile .table-column-box {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .table-mobile .table-column-name {
    width: 18%;
  }
  .table-mobile .table-column-box {
    width: 79%;
  }
  .table-column-box br {
    display: none;
  }
  .table-column-box input[type="checkbox"] {
    margin: 0 0 4px;
    position: relative;
    top: 1px;
  }
  .table-column-box label {
    margin: 0 15px 0 0!important;
  }
  .table-mobile .action-move-selected {
    margin-left: 15px;
  }
  .table-column-price {
    margin-right: 44px;
    float: right;
  }
  .table-mobile #profit-sum {
    display: block;
    text-align: right;
    margin-right: 45px;
  }
  .table-text-group {
    max-width: 70%;
  }
  .table-text-group span{
    font-weight: 400;
    display: block;
    white-space: initial;
  }
  .filter-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .filter-control .select2-container,
  .filter-control .select2-choice {
    width: 100%;
    max-width: 100%;
    min-width: inherit;
    display: block;
  }
  .filter-control .action-reset-filters {
    width: 100%;
  }
  .filter-control .input-group {
    display: flex;
  }
  .filter-control .input-group .form-control {
    width: calc(100% - 27px)!important;
  }
  .filter-control .input-group .input-group-btn {
    width: 27px;
  }
  .pager-control-right {
    margin-top: 10px;
  }
  .pager-control-right .inlined {
    margin-left: 15px;
  }
  .pager-control .btn-custom {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .container-fluid-mobile .hidden-mobile {
    display: none!important;
  }
  .table-mobile .table-column-name {
    width: 33%;
  }
  .table-mobile .table-column-box {
    width: 64%;
  }
  .table-text-group {
    max-width: 38%;
  }
  .filter-control {
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
  }
  .filter-control.show {
    display: block;
  }
  .filter-control.reset-data {
    margin-bottom: 10px;
  }
  .pager-control-left {
    margin-top: 15px;
  }
  .pager-control-left .d-flex {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .pager-control-left .btn-custom {
    margin-top: 0;
  }
  .pager-control-left .pager-item {
    margin-left: auto;
  }
  .pager-control-right .pull-right{
    float: none!important;
    text-align: center;
  }
  .pager-control-right .inlined {
    margin-left: 0;
  }
  .pager-control-right .pager-nav-element,
  .pager-control-right .pager-size-element {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.task-row {
  padding: 10px 0;
  margin: 0;
  background: #f7f8f8;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: stretch;
  width: 100%;
}

/* Tasks sidepanel */
.task-options-row {
  display: flex;
  margin-bottom: -15px;
}

.task-options-row .radiobtn {
  position: relative;
  display: block;
}
.task-options-row label {
  display: block;
  color: black;
  border-radius: 4px;
  padding: 10px 20px;
  border: 2px solid #ccc;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center;
}

.task-options-row input[type="radio"] {
  display: none;
  position: absolute;
  width: 100%;
  appearance: none;
}
.task-options-row input[type="radio"]:checked + label {
  background: #23afe2;
  color: #FFFFFF;
  animation-name: blink;
  animation-duration: 1s;
}

.task-options-row input[type="radio"]:before {
   width: 20px;
   height: 20px;
 }

.sidepanel  {
  border: 2px solid #ddd;
  position: absolute;
  z-index: 10;
  width: 540px;
  height: 900px;
  top: 57px;
  right: 5px;
  transition: 0.5s;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.sidepanel .sidepanel-header a {
  padding: 9px 8px;
  text-decoration: none;
  font-size: 35px;
  color: #222222;
  display: block;
  transition: 0.3s;
}

.sidepanel .sidepanel-header a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 30px;
}

.task-item {
  border: 1px solid #ddd;
  text-align: center;
  padding: 5px;
  border-radius: 3px;
  background: #fff;
}

.task-title-row {
  padding: 10px;
  color: #000000;
  border-radius: 3px;
  border: 1px solid #eeadb0;
}

.task-item-link, .task-item-link:hover, .task-item-link:active, .task-item-link:visited, .task-item-link:focus {
  text-decoration:none;
}

.collapsible-row {
  cursor: pointer;
}

.content-row {
  display: block;
  width: 100%;
}

.collapsible-row:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  padding: 15px;
}

.collapsible-row.active:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-reopen {
  color: #23afe2;
  background-color: #fff;
}

.btn-reopen:hover {
  color: #23afe2;
}

.done-tasks-content {
  display: none;
}

@media screen and (max-width: 767px) {

  .sidepanel {
    width: 0px;
    border: 0;
  }

  .sidepanel-btn {
    position: initial !important;
  }

  #createTaskForUser .modal-dialog {
    width: auto !important;
  }

  #createTaskForUser .modal-content {
    width: auto !important;
  }
}
