
@keyframes scaleUp {
    from 		{ opacity: 0.3;}
}
@-moz-keyframes scaleUp {
    from 		{ opacity: 0.3;}
}
@-webkit-keyframes scaleUp {
    from 		{ opacity: 0.3;}
}
@keyframes scaleDown {
    to 		{ opacity: 0;}
}
@-moz-keyframes scaleDown {
    to 		{ opacity: 0;}
}
@-webkit-keyframes scaleDown{
    to 		{ opacity: 0;}
}
@keyframes  appear-cdek-loader{
    from 		{ opacity: 0.3;}
}
@-moz-keyframes appear-cdek-loader {
    from 		{ opacity: 0.3;}
}
@-webkit-keyframes appear-cdek-loader {
    from 		{ opacity: 0.3;}
}
@keyframes disappear-cdek-loader {
    to 		{ opacity: 0;}
}
@-moz-keyframes disappear-cdek-loader{
    to 		{ opacity: 0;}
}
@-webkit-keyframes disappear-cdek-loader{
    to 		{ opacity: 0;}
}
@keyframes load-looper {
  0%   { opacity: 1;    transform: scale(1); }
  100% { opacity: 0; transform: scale(1.5);}
}

@keyframes push-cdek-logo {
  0%   { transform: scale(1.05)}
  20%  {transform: scale(1)}
  100% { transform: scale(1.05)}
}




input[type="checkbox"],
input[type="radio"]{
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

textarea {
    resize: none;
}


.cdek-view.ng-leave         {
    -webkit-animation:scaleDown 0.2s both ease-out;
    -moz-animation:scaleDown 0.2s both ease-out;
    animation:scaleDown 0.2s both ease-out;
}
.cdek-view.ng-enter 		{
    -webkit-animation:scaleUp 0.2s both ease-in;
    -moz-animation:scaleUp 0.2s both ease-in;
    animation:scaleUp 0.2s both ease-in;
}

.navbar-inverse {
  background: #222;
  color: white;
  border-radius: 0px;
  margin-bottom: 0px;
}

.navbar-inverse .navbar-brand{
  color: white;
}

.navbar-sub-name{
  position: relative;
  top: 16px;
  left: -10px;
}

.btn-width{
  width: 100px;
}

.rtp {

}

.wrap-work-per{
  position: absolute;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}

.user-block-class{
  margin-top: 10px;
}

.user-img-class{
  margin-right: 20px;
  opacity: 0.6;
  margin-left: 5px;
  width: 30px;
}

.filter-cdek-main{
  width: 100%;
  background-color: rgb(234,234,234);
  display: flex!important;
  max-height: 225px;
}



.wrap-filter-cdek{
  width: 100%;
  background: rgb(230, 230, 230);
  position: relative;
}

.btn-filter-switch{
  width: 90px;
  background: #c2e19d;
  text-align: center;
  height: 35px;
  padding: 7px;
  margin-left: 10px;
  border-radius: 0px 0px 4px 4px;
  border: 1px solid #9ec56f;
  border-top: 0px;
  margin-top:-2px;
  display: inline-block;
  cursor: pointer;
}

.triangle-filter-icon{
  font-size: smaller;
}

.column-fill-cdek{
  display: flex;
  flex-basis: 20%;
  flex-direction: column;
  padding: 10px;
}

.row-fill-cdek{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  min-width: 200px;
  max-width: 250px;
  margin-bottom: 10px;
}

.row-fill-cdek>.div{
  margin-left: 5px;
}

.row-fill-cdek>span{
  font-weight: bold;
  margin-right: 5px;
}

.input-stand-cdek{
  display: flex;
  width: 100%;
}

.text-stand-cdek {
  height: 36px!important;
}

.duration-class>select:first-child{
  width: 20%;
}

.duration-class>select:last-child{
  width: 80%;
}

.glue-inputs-fix{
  width: 1px;
  padding: 0px;
  border: 0px solid #ccc;
  border-left: 1px solid #ccc;
}

.well-cdek-filter{
  border: 0px solid;
  flex-grow: 1;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 250px;
}


.btns-filter-cdek{
    align-self: center;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 20%;
    align-items: center;

}

.btns-filter-cdek > button{
  margin-bottom: 5px;
}

.middle-money-block{
    float: left;
    padding: 10px;
}

.grid-tabs-cdek{
  width: 100%;
  background: rgb(224, 224, 224);
  display: inline-block;
  text-align: -webkit-right;
  text-align: -moz-right;
}

.tab-grid-cdek{
  height: 40px;
  width: 250px;
  background: white;
  border: 1px solid #9ec56f;
  display: inline-block;
  margin-left: -5px;
  text-align: center;
  padding: 9px;
}

.tab-grid-cdek:hover{
  background: #e7ece1;
  box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color:black;
}

.tab-grid-cdek-active{
  background: #dbdcda;
  box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color:black;
}


.btn-full{
  width: 100%;
}

.grid-cdek-deb-page{
  width: 100%;
  height: calc(100% - 340px);
}

.placeholder-filter-cdek{
  width: 100%;
  height: 10px;
  background-color: #C2E19D;
  border-bottom: 1px solid #9ec56f;
}

.checkers-visible{
  display: inline-block!important;
  margin: 0px 0 0!important;
  position: relative;
  vertical-align: sub;
}

.menu-for-head-cdek{
  left: -138px;
}

.wrap-cdek-load{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    z-index: 1070;
    position: absolute;

}

.cdek-body{
  position:absolute;
  left:45%;
  top:40%;
  width:150px;
  height:150px;
  background: radial-gradient(ellipse at 50px 50px, #abc624 0%,#3a8c3b 100%);
  border-radius: 100%;
  transform-style: preserve-3d;
  z-index: 1060;
  animation: push-cdek-logo 2s infinite;
}

.cdek-logo{
    height:95px;
    background: url('./img/wings-cdek.png') no-repeat;
    background-size: contain;
    position: relative;
    top: 37px;
    left: 20px;
    transform: translateZ(25px);
}


.cdek-fliker{
    width: 50px;
    height: 13px;
    border-radius: 100%;
    background: rgba(217, 232, 115, 0.2);
    position: relative;
    top: -29px;
    left: 40px;
    transform: translateZ(10px);
    box-shadow: 0 0 15px rgba(255, 244, 196, 0.2);

}

.anim-circle-back{
  position:absolute;
  left:45%;
  top:40%;
  width:150px;
  height:150px;
  z-index: 1055;
  background: #80da00;
  animation: load-looper 2s infinite;
  border-radius: 100%;
}

.loading-text-cdek{
    position: relative;
    top: 65px;
    left: 27%;
    text-align: center;
    font-family: monospace;
    font-weight: bold;
    color: #285200;
}


.wrap-cdek-load.ng-hide-add {
    -webkit-animation: disappear-cdek-loader 0.2s both ease-in;
    -moz-animation: disappear-cdek-loader 0.2s both ease-in;
    animation: disappear-cdek-loader 0.2s both ease-in;
}

.wrap-cdek-load.ng-hide-remove {
    -webkit-animation: appear-cdek-loader 0.2s both ease-in;
    -moz-animation: appear-cdek-loader 0.2s both ease-in;
    animation: appear-cdek-loader 0.2s both ease-in;
}

.date-glue-input{
  margin-left: -3px;
}

.border-rad-nuller{
  border-radius: 0;
}

.column-fill-cdek-date {
    display: flex;
    flex-basis: 20%;
    flex-direction: column;
    margin-right: 20px;
}

.column-fill-cdek-end{
  display: flex;
  flex-basis: 20%;
  flex-direction: column;
  /*justify-content: flex-end;*/
  flex-grow: 1;
}

.wrap-flex-in-well{
    display: flex;
}

.row-in-well{
  max-width: none;
}

.flex-grow-cdek{
  flex-grow: 1;
}


.btns-display-class{
  display: inline-block;
  margin-bottom:5px;
}

.date-akt-lenght{
  width: 250px;
}

.test-grid-block{
  width: 100%;
  height: calc(100% - 295px);
}

.test-grid-block-closed{
  width: 100%;
  height: calc(100% - 90px);
}

.bal-tabs-cdek{
  width: 100%;
  background: rgb(224, 224, 224);
  display: inline-block;
}

.wrap-tab-bal{
  width: 100%;
  height: calc(100% - 100px);
}

.mine-tab-bal{
  width: 100%;
  height: 100%;
}

.row-with-two-bal{
  width: 100%;
  background: #ebebeb;
  height: 70px;
  border: 1px solid #bdbdbd;
  border-left-width: 0;
  border-right-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom-width: 0px;
  padding: 10px;
}

.row-content-one-bal{
    justify-content: flex-start;
}

/*.row-with-two-bal:hover{
  background: #e4e4e4;
}*/

/*.row-with-two-bal:last-child{
  border-bottom-width: 1px;
}*/

.tabs-in-bal{
  border: 1px solid #bdbdbd;
}

.labels-in-row-bal{
  display: flex;
  font-size: 17px;
}

.labels-in-row-bal > * {
  margin-left: 5px;
  margin-top: 5px;
}

.in-row-date-bal{
  width: 520px;
  display: flex;
  white-space: nowrap;
  align-items: center;
}

.row-spitter-bal{
  display: flex;
}

.row-spitter-bal > * {
  border-left-width: 1px;
}

.row-spitter-bal:first-child{
  border-left-width: 0px;
}

.block-for-btn-bal{
  width: 500px;
  display: flex;
  justify-content: center;
}

.row-grids-bal{
  width: 100%;
  height: calc(100% - 270px);
  display: flex;
}

.grid-in-row-bal{
  height: 100%;
  width: 50%;
  border: 1px solid #bdbdbd;
  padding-left: 1px;
}

.row-with-two-bal > label{
  margin-bottom: 0px;
}

.partner-tab-bal{
  width: 100%;
  height: 100%;
}

.trans-grid-block{
  width: 100%;
  height: calc(100% - 400px);
}

.btn-filter-switch-catalog{
  height: 35px;
  padding: 7px;
  margin-left: 10px;
  width: 90px;
  background: #c2e19d;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
  cursor: pointer;
  position: absolute;
  top: 17px;
  z-index: 1050;
}

.grid-catalog{
  width: 100%;
  height: calc(100% - 210px);
}

.navbar-spacer-with-filter{
  margin-left: 100px!important;
}

.backdrop-for-modal-cdek{
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 1;
  z-index: 1060;
}

.modal-detail-pp{
  position: relative;
  top: 50%;
  left: 50%;
  background: white;
  width: 900px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hr-in-modal-cdek{
  margin-top: 0;
  border-top: 1px solid #dedede;
}

.top-modal-label-cdek{
  font-size: 17px;
}

.exit-btn-modal-cdek{
  float: right;
  color: darkgray;
  cursor: pointer;
}

.exit-btn-modal-cdek:hover{
  color: gray;
}

.date-modal-block-cdek{
  width: 100%;
  height: 30px;
  background: #e2e2e2;
  border: 1px solid #cccccc;
  border-top: 0;
  padding: 5px;
}

.date-modal-block-cdek:first-of-type{
  border-top: 1px solid #cccccc;
}

.gris-in-modal-cdek{
  width: 100%;
  height: 350px;
}

.backdrop-for-modal-cdek.ng-leave         {
    -webkit-animation:scaleDown 0.2s both ease-out;
    -moz-animation:scaleDown 0.2s both ease-out;
    animation:scaleDown 0.2s both ease-out;
}
.backdrop-for-modal-cdek.ng-enter 		{
    -webkit-animation:scaleUp 0.2s both ease-in;
    -moz-animation:scaleUp 0.2s both ease-in;
    animation:scaleUp 0.2s both ease-in;
}


.grid-checkbox-cdek{
  width: 100%;
  height: 75%;
  margin: 0 !important;
}

.wrap-content-cdek{
    width: 100%;
    position: fixed;
    height: 100%;
    top: 45px;
    overflow-y: auto;
}

.i-in-grid{
  width: 100%;
  text-align: center;
}

.radios-horizontal-cdek{
  align-self: center;
}

.wrap-big-form-cdek{
  padding: 15px;
  flex-basis: 90%;
}

.wrap-nav-form{
  display: flex;
  padding-bottom: 150px;
  padding-top: 50px;
  justify-content: flex-end;
  background: #e0e0e0;
  min-width: 1024px;
}

.nav-in-form-cdek{
  position: fixed;
  height: 100%;
  min-width: 10%;
  top: 45px;
  background: #d4d4d4;
  padding-top: 5px;
  z-index: 5;
  white-space: nowrap;
}

.first-ctrl{
  overflow-y: hidden;
}

.wrap-big-cdek{
  position: relative;
  overflow: scroll;
  height: 100%;
}

.view-holder{
  height: 100%;
}

.btns-under-filter-cdek{
  display: flex;
  justify-content: flex-end;
  padding: 5px;
}

.btns-under-filter-cdek > button {
  margin-left: 5px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.21);
}

.material-shadow-cdek{
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.21);
}

.field-in-form-cdek{
  display: flex;
  flex-direction: row;

}

.field-in-form-cdek > div {
  margin-right: 20px;
}

.col-form-cdek{
  flex-basis: 100%;
}

.col-seventy-five-cdek {
  flex-basis: 75%;
}

.col-half-cdek{
  flex-basis: 50%;
}

.col-third-cdek{
  flex-basis: 33%;
}

.col-fourth-cdek{
  flex-basis: 25%;
}

.col-fifth-cdek{
  flex-basis: 20%;
}

.col-zero-cdek{
  flex-basis: 0%;
  min-width: 210px;
}

.standart-control-cdek {
  margin-bottom: 10px;
}

.standart-control-cdek > button{
  width: 100%;
}

.plus-create-table-butt{
  text-align: center;
}

.plus-create-table-butt:hover{
  color: white;
  background: #6bb85c;
  cursor: pointer;
}

.delete-create-td{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding-top: 6px;
  text-align: center;
  background: #f5aeae;
  color: #9a5f5f;
}

.delete-create-td:hover{
  background: #9a5f5f;
  color: #f3b8b8;
}

.inputs-table-create{
  background-color: rgba(255, 255, 255, 0)!important;
  border: 1px inset;
  background-repeat: no-repeat!important;
  background-position: right center!important;
  background-size: 20px!important;
  height: 25px;
  width: 100%;
  padding-left: 7px;
  padding-right: 10px;
  border: 0px solid white;
}

.table-cdek > tbody > tr > td{
  padding: 0px;
}

.table-cdek > thead > tr > th{
  font-weight: normal;
  background: #222222;
  color: #d2d2d2;
}

.column-fill-cdek > span {
  color: #696969;
  font-size:13px
}

.standart-control-cdek > span{
  color: #696969;
  font-size:13px
}

.special-h3-cdek{
  margin-top: 0;
  font-size: 22px;
}

.frame-filter-cdek{
  height: 400px;
  width: 100%;
  overflow: hidden;
}

.third-grid-block{
  padding-top: 5px;
  width: 100%;
  height: calc(100% - 75px);
}

.third-grid-block-closed{
  padding-top: 5px;
  width: 100%;
  height: calc(100% - 435px);
}

.wrap-third-cdek{
  width: 100%;
  position: fixed;
  height: 100%;
  top: 45px;
  overflow-y: auto;
}

.over-all-detail{
  background: #222;
  height: 100%;
  border-top: 1px solid;
  overflow: auto;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #191919;
  flex-wrap: wrap;
  padding-top: 16px;
}

.detail-well-cdek{
  min-height: 100px;
}

.sub-well-cdek{
  /* margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px; */
}

.right-well-detail {
  flex-basis: 59%;
  margin-left: 5px;
  margin-right: 5px;
}

.left-well-detail{
  flex-basis: 40%;
}

.pageslide-for-detail{
  margin-bottom: 75px;
}

.img-in-detail{
  height: 200px;
  width: 400px;
}

.detail-bar-cdek{
  margin-bottom: 0px;
  background-color: #222222;
  border: 0px solid #222;
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index:1060;
}

.detail-bar-cdek.ng-hide,
.over-all-progress.ng-hide {
  opacity: 0;
}

.detail-bar-cdek.ng-hide-add,
.detail-bar-cdek.ng-hide-remove,
.over-all-progress.ng-hide-add,
.over-all-progress.ng-hide-remove {
  transition: all linear 0.5s;
}

.over-all-progress{
  background: #222;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 1;
  z-index: 1040;
}

.well-for-img-detail{
  width: 440px;
}

.detail-well-cdek > ul > li > label,
.sub-well-cdek > ul > li > label  {
  margin-right: 5px;
}


.wrap-style-cdek{
  position: relative;
  overflow: scroll;
  height: 100%;
  padding-bottom:100px;
  padding-top: 50px;
  background: #e0e0e0;
}

.sub-well-cdek > div > ul,
.sub-well-cdek > ul{
  list-style: none;
}

.style-grid{
  width: 100%;
  height: 200px;
}

.options-btns{
  width: 200px;
  height: 55px;
}

.hider-animate {
  transition: all ease-in-out 0.3s;
  transform: translateX(230px);
}

/*
.open-stroke-cdek{
  top:0;
  border-radius: 0px 0px 25px 25px;
}
*/
.add-grid-block{
  width: 100%;
  height: 52px;
}

.add-newline-grid{
  cursor: pointer;
}

.add-newline-grid:hover{
  color:lightgray;
}

.delete-in-grid{
  color: #737373;
  cursor: pointer;
}

.delete-in-grid:hover{
  color: black;
}


.hot-btns-bottom{
  display: flex;
  justify-content: flex-end;
  background-color: rgb(234,234,234);
  border-top: 1px solid lightgray;
}

.hot-btns-bottom > button{
  margin: 5px;
}

.btn-hide-btns {
  position: absolute;
  right: -20px;
  top: 24px;
  color: gray;
}

.btn-hide-btns:hover{
  cursor: pointer;
  color:black;
}

/* From Claims */
.filter-body{
    background: rgb(234,234,234);
    padding: 10px 10px 0px 10px !important;
    min-width: 1190px;
}

.standart-flex{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.open-stroke-cdek{
    top:0;
    border-radius: 0px 0px 25px 25px;
}

.btn-show-btns{
    position: fixed;
    right: -16px;
    font-size: 14px;
    top: 70px;
    background: white;
    height: 20px;
    width: 50px;
    z-index: 1000;
    transform: rotate(-90deg);
    border-radius: 10px 10px 0px 0px;
}

.detail-row-bottom{
    width: 100%;
    position: relative;
    z-index: 1000;
    background: white;
    bottom: 0px;
    border-top: 1px solid;
    overflow: hidden;
    background: #e6e6e6;
}

.fillV {
    min-height: 100%;
    height: 100%;
}

.fillH {
    min-width: 100%;
    width: 100%;
}

.over-main-body {
    height: calc(100vh - 50px) !important;
    width: 100vw !important;
    position: absolute !important;
    top: inherit !important;
    bottom: 0;
    overflow: hidden;
}

body {
    overflow: hidden;
    height: 100vh;
}

.create-report-form-group {
    padding-bottom: 3px;
}

.datepicker {
    z-index: 10000;
}

.checkBoxContainer {
    max-height: 180px;
    overflow-y: scroll !important;
}

.rg-top {
    z-index:1002;
}

.control-label.label-xs {
    font-size: 12px;
}

.input-xs {
    height: 28px;
    padding: 2px 5px;
    font-size: 11px;
    line-height: 1.5;
}

.row-narrow {
    margin-left: -5px;
    margin-right: -5px;
}

.row-narrow .col-xs-1, .row-narrow .col-sm-1, .row-narrow .col-md-1, .row-narrow .col-lg-1,
.row-narrow .col-xs-2, .row-narrow .col-sm-2, .row-narrow .col-md-2, .row-narrow .col-lg-2,
.row-narrow .col-xs-3, .row-narrow .col-sm-3, .row-narrow .col-md-3, .row-narrow .col-lg-3,
.row-narrow .col-xs-4, .row-narrow .col-sm-4, .row-narrow .col-md-4, .row-narrow .col-lg-4,
.row-narrow .col-xs-5, .row-narrow .col-sm-5, .row-narrow .col-md-5, .row-narrow .col-lg-5,
.row-narrow .col-xs-6, .row-narrow .col-sm-6, .row-narrow .col-md-6, .row-narrow .col-lg-6,
.row-narrow .col-xs-7, .row-narrow .col-sm-7, .row-narrow .col-md-7, .row-narrow .col-lg-7,
.row-narrow .col-xs-8, .row-narrow .col-sm-8, .row-narrow .col-md-8, .row-narrow .col-lg-8,
.row-narrow .col-xs-9, .row-narrow .col-sm-9, .row-narrow .col-md-9, .row-narrow .col-lg-9,
.row-narrow .col-xs-10, .row-narrow .col-sm-10, .row-narrow .col-md-10, .row-narrow .col-lg-10,
.row-narrow .col-xs-11, .row-narrow .col-sm-11, .row-narrow .col-md-11, .row-narrow .col-lg-11,
.row-narrow .col-xs-12, .row-narrow .col-sm-12, .row-narrow .col-md-12, .row-narrow .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.row-narrow span {
    font-size: 12px;
}

.row-narrow h5.modal-title > span {
    font-size: 14px;
}

.multiSelect > button{
    height: 34px;
    width: 60px;
    white-space: nowrap;
    /*margin-left: -8px;*/
    border-radius: 0;
    min-height: 0px !important;
}

.uib-time input {
    width: 100%;
    padding: 2px 5px;
    height: 28px;
    font-size: 11px;
}

[uib-typeahead-popup].dropdown-menu {
    overflow-y: auto;
    max-height: 200px;
}

select {
    background-image: url("./img/dropdown.png")!important;
    padding-right: 25px!important;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 22px;

}

.min-width {
    min-width: 1366px;
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto!important;
}

.popover {
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    border-radius: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 300px;
}

.popover > * {
    border: none;
    border-radius: 0;
}

.popover .popover-title {
    background-color: #333333;
    border-bottom: 1px solid #262626;
    padding: 8px 14px;
    font-size: 15px;
}

.popover .popover-content {
    background-color: #333333;
    max-height: 140px;
    overflow-x: auto;
}

.popover .popover-content ul {
    padding-left: 15px;
    margin: 0;
}

.popover > .arrow {
    border-width: 11px;
    top: 58px !important;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #000000;
    border-right-color: rgba(0, 0, 0, 0.05);
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

body {
    padding: 0;
}

.btns-block-edit-first > button {
    margin-top: 10px;
    width: 95px;
}

.btns-block-edit-first.edit-row {
    display: inline-block;
}

.wrap-filter-cdek .panel-body {
    padding: 15px 15px 20px 15px!important;
}

.navbar-inverse {
    background: #222;
    color: white;
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar.bottom-nav-cdek{
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 0;
}

.hide-stroke-cdek {
    position: absolute;
    font-size: 12px;
    right: 45%;
    height: 14px;
    width: 65px;
    border: 1px solid #43ac6a;
    color: #ffffff;
    text-align: center;
    border-radius: 25px 25px 0px 0px;
    border-bottom-width: 0px;
    z-index: 10;
    background-color: #43ac6a;
}

.hide-stroke-cdek:hover,
.open-stroke-cdek:hover {
    cursor: pointer;
    color: #b7b7b7;
    border-color: #43ac6a;
}

.open-stroke-cdek {
    border-radius: 0px 0px 25px 25px;
}



.nav .nav-tab-radius {
    padding: 5px 4px;
    width: 196px;
    border: 1px solid #b7b7b7;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    font-size: 11px;
}

.nav.normalWeight > .active  {
    font-weight: normal;
}

.edit-report-td,
.delete-report-td,
.add-report-td,
.show-history-td {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-left: 0!important;
    padding: 2px;
    line-height: 18px!important;
}

.edit-report-td,
.show-history-td {
    background: #e7e7e7;
    color: #E99002;
}

.edit-report-td:hover,
.show-history-td:hover {
    background: #E99002;
    color: #e7e7e7;
}

.delete-report-td {
    background: #e7e7e7;
    color: #9a5f5f;
}

.delete-report-td:hover {
    background: #9a5f5f;
    color: #e7e7e7;
}

.add-report-td {
    background: #e7e7e7;
    color: #309a2e;
}

.add-report-td:hover {
    background: #309a2e;
    color: #e7e7e7;
}

.inline-buttons {
    display: flex;
}

.inline-buttons div {
    display: inline-flex;
    margin-right: 4px;
}

.inline-buttons div:last-child {
    margin-right: 0;
}

.form-group {
    margin-bottom: 5px;
}

.ag-cdek .ag-menu {
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 9999;
}

.flexible {
    display: flex;
    justify-content: center;
    align-items: center;
}

fieldset[disabled] .isteven-xs button {
    cursor: not-allowed;
}

.readonly-white[readonly] {
    background-color: #ffffff;
}

/* Datepicker element*/
.datepicker.dropdown-menu {
    width: 250px;
    height: 270px;
    font-size: 11px;
}
.uib-datepicker-popup.dropdown-menu > li,
.uib-datepicker-popup.dropdown-menu > li > div,
.uib-datepicker-popup.dropdown-menu > li > div > table {
    width: 100%;
    height: 100%;
}
.datepicker.dropdown-menu button,
.uib-datepicker-popup.dropdown-menu button {
    outline: none;
    border: 0px;
}
.datepicker.dropdown-menu tbody,
.uib-datepicker-popup.dropdown-menu tbody {
    background: #e7e7e7;
    height: 180px;
}
.datepicker.dropdown-menu tbody button,
.uib-datepicker-popup.dropdown-menu tbody button {
    padding: 6px;
}
.datepicker.dropdown-menu.datepicker-mode-1 tbody button,
.datepicker.dropdown-menu.datepicker-mode-2 tbody button,
.uib-datepicker-popup.dropdown-menu.datepicker-mode-1 tbody button,
.uib-datepicker-popup.dropdown-menu.datepicker-mode-2 tbody button {
    height: 65px;
}
/* Datepicker element*/

.paddingTopCh {
    padding-left: 0;
    padding-top: 21px;
}

.navbar-nav {
    padding: 0 16px;
}

.wrap-filter-cdek {
    background-color: #F1F3F4;
}

.hide-stroke-cdek {
    background: #FFFFFF;
    height: 16px;
    border: 1px solid #5E6366;
    border-radius: 4px 4px 0 0;
    font-size: 8px;
    color: #5E6366;
}

.hide-stroke-cdek.open-stroke-cdek {
    border-radius: 0 0 4px 4px;
}

.hide-stroke-cdek:hover {
    background: #80cbc4;
    border-color: #80cbc4;
    color: white;
}

.hot-btns-bottom {
    border-top: none;
    background-color: #E3E5E6;
}

.datepicker.dropdown-menu tbody, .uib-datepicker-popup.dropdown-menu tbody {
    background-color: #fff;
}

.datepicker.dropdown-menu thead tr:nth-child(2) th {
    color: #5E6366;
}

.datepicker.dropdown-menu thead button {
    padding-top: 8px;
    padding-bottom: 8px;
}

.alert {
    box-shadow: 0px 24px 32px rgba(8, 35, 48, 0.12);
}

.alert .close {
    position: relative;
    opacity: 1;
    width: 16px;
    padding: 0;
    transform: translateY(-3px);
    margin-left: 8px;
}

.alert .close:focus {
    outline: none;
}

.alert .close::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 80%;
    height: 2px;
    background-color: #000;
    transform: translate(-50%, -50%) rotate(45deg);
}

.alert .close::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 80%;
    height: 2px;
    background-color: #000;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.add-report-td,
.add-report-td:hover,
.delete-report-td,
.delete-report-td:hover,
.edit-report-td,
.edit-report-td:hover,
.show-history-td,
.show-history-td:hover {
    cursor: pointer;
    background-color: transparent;
    color: #5E6366;
}

.cdek-font {
    font-family: 'New-CDEK' !important;
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ag-cdek .ag-cell > span > span {
    display: flex;
    align-items: center;
    height: 100%;
}

.cdek-font--plus::before {
    content: "\e931";
}

.cdek-font--edit::before {
    content: "\e91d";
}

.cdek-font--info::before {
    content: "\e919";
}

.cdek-font--remove::before {
    content: "\e920";
}

.input-xs {
    font-size: 14px;
    line-height: 20px;
}

.close span {
    font-size: 30px;
    display: block;
    line-height: 1;
    width: 30px;
    margin-right: -12px;
}

.priority-block {
    margin-top: 16px;
}

.problem {
    margin-top: 5px;
}

.contact-button {
    height: 28px;
}

.buttons {
    width: 28px;
    min-width: 28px;
}

.multiSelect .line {
    display: flex;
}

.multiSelect .helperButton {
    white-space: nowrap;
}

div.ag-header-cell {
    text-align: left;
}

.modal-address .row.form-group {
    margin-left: 0;
    margin-right: 0;
}

.modal-address .modal-body {
    padding: 16px 12px;
}

.modal-footer-buttons {
    padding-bottom: 12px;
}

.fileInput {
    position: relative;
}

.fileInput .btn {
    font-size: 14px;
}

.fileInput input {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}

.row-no-margin {
    margin: -15px -30px 0 -30px;
}

.col-flex-container {
    display: flex;
    align-items: flex-end;
}

.col-flex-item {
    padding-left: 15px;
    padding-right: 15px;
}

input:focus.ng-pristine.ng-invalid:focus, select:focus.ng-pristine.ng-invalid:focus, textarea:focus.ng-pristine.ng-invalid:focus {
    border-color: #069697;
    -webkit-box-shadow: 0 0 0 1px #069697;
    box-shadow: 0 0 0 1px #069697;
}

input.ng-dirty.ng-invalid, select.ng-dirty.ng-invalid, textarea.ng-dirty.ng-invalid {
    border-color: #ee5f5b !important;
}

.create-contract-controls {
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.btn-warning:disabled,
.btn-warning:hover:disabled,
.btn-warning:focus:disabled,
.btn-warning:active:disabled,
.btn-warning:focus:active:disabled {
    background: transparent;
    border-color: #c6cacc !important;
    color: #c6cacc !important;
}

.uib-dropdown-menu {
    min-width: 200px;
    background-color: #fff !important;
    padding: 8px 0;
    color: #212529;
    background-clip: padding-box;
    border: 1px solid #069697;
    border-radius: .25rem;
    box-shadow: 0 4px 8px rgba(6, 150, 151, 0.24);
}

.dropdown-item {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .4px;
    color: rgba(0,0,0,.86);
    display: block;
    width: 100%;
    padding: 3px 6px 6px;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #e3e5e6;
    cursor: pointer;
}

.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #80cbc4;
}

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00796b;
}

.row.row--flex {
    display: flex;
}

.row.row--ai-fe {
    align-items: flex-end;
}

.col-smr-transfer-controls {
    width: auto;
}

.col-smr-transfer-controls .edit-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

select.form-control option {
    color: #3e4345;
}

.radio-inline {
    cursor: pointer;
}

input[type="radio"][disabled]:before,
input[type="checkbox"][disabled]:before {
    border-color: #C6CACC;
    background-color: #C6CACC;
}

.absolute-col-wrapper {
    position: relative;
}

.absolute-col {
    width: 100%;
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    z-index: 100;
}

.mb5 {
    margin-bottom: 5px;
}

.next-contact-date-wrapper {
    display: flex;
    gap: 2px;
}

.next-contact-date-label {
    display: flex;
    gap: 2px;
    align-items: center;
}

.curp {
    cursor: pointer;
}

.popover-date {
    top: 50% !important;
    left: 100% !important;
    transform: translateY(-60px);
}
