@charset "UTF-8";
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf) format("truetype");
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Medium.ttf) format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Bold.ttf) format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Semibold.ttf) format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Light.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "PT Sans Caption";
  src: url(../fonts/PT_Sans-Caption-Web-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "PT Sans Caption";
  src: url(../fonts/PT_Sans-Caption-Web-Bold.ttf) format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "PT Sans";
  src: url(../fonts/PT_Sans-Web-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "PT Sans";
  src: url(../fonts/PT_Sans-Web-Bold.ttf) format("truetype");
  font-weight: bold;
}

/*html,
body,
.wrapper
{
  height: 100%;
}

.full-wrapper
{
  height: 100%;
}*/

body {
    background-color: #f6f6f6;
}
.container, .container-fluid {
    background-color: #fff;
    height: 100%;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        width: 1250px;
    }
}

.out {
    width: 25px;
    height: 25px;
    background-image: url("../img/Arrow.svg");
    display: block;
    text-indent: -9999px;
    background-size: 25px 25px;
    margin-top: 10px;
}

.out:hover {
    background-image: url("../img/HoverArrow.svg");
}

.auth-form label {
    color: #fff;
}

.auth-background {
    background-color: #f6f6f6;
    border: none;
}
.auth-line {
    margin-bottom: 7px;
    margin-top: 7px;
}

.in-header {
    margin-top: -40px;
    margin-bottom: 15px;
    position: relative;
}

.in-header-btn {
    background-color: #0d4b9f;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    border: none;
    /*line-height: 24px;
    background-color: #333;
    color: #fff;*/
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 0;
    font-size: 14px;
    position: relative;
    z-index: 99;
}
.container-fluid {
    height: calc(100% - 170px);
}

header.wrap {
    max-width: none;
}

header {
    border-bottom: 1px solid #dcdcdc;
}
header {
    -webkit-transition: ease box-shadow 1s;
    -moz-transition: ease box-shadow 1s;
    transition: ease box-shadow 1s;
    min-height: 99px;
}
.header-middle {
    position: relative;
    margin-bottom: 10px;
}
.header-middle .header-line {
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    z-index: 10;
}
.header-middle>* {
    position: relative;
    z-index: 20;
}
.header-line {
    border-bottom: 5px solid #0d4b9f;
    border-top: 5px solid #00847c;
    margin: 0;
}
.header-middle .header-logo {
    margin-left: -15px;
    position: static;
    width: auto;
}
.header-logo {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
}
.header-middle .header-logo img {
    /*width: 290px;*/
    height: 91px;
    padding-top: 7px;
    padding-left: 20px;
    padding-right: 20px;
}
.header-logo img {
    background: white;
    top: 10px;
    left: 10px;
    padding: 5px;
}
.header-middle .txt {
    margin-top: 17px;
    margin-left: -30px;
    margin-bottom: 28px;
    font-size: 15px;
}

.txt {
    margin-top: 20px;
    line-height: 15px;
    letter-spacing: 0.6px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: -20px;
}


.footer {
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-line {
    color: rgb(161, 161, 161);
    background-color: #08326c;
    border-top: 5px solid #fff;
    height: 40px;
    line-height: 40px;
}

.menu-wrapper:before {
    clear: both;
}
.menu-wrapper {
    clear: both;
    width: 100%;
}
.menu-row {
    padding: 10px;
    background-image: url(../img/diagonal.gif);
}

.menu-btn-block {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu .btn {
    width: 100%;
    background-color: #f8dc70;
    /*color: #fff;*/
}
/*#01214d*/
.menu .col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.menu-line {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 3px solid #E1E1E1;
}

.filter-block-wrapper {
    padding-right: 10px;
    padding: 10px;
    background-image: url(../img/diagonal.gif);
    
}
.filter-block {
    height: 100%;
    background-color: #fff;
    padding: 10px;
}
.filter-block-line {
    border-top:2px solid #d1d1d1;
    margin-top: 5px;
    margin-bottom: 5px;
}
.filter-btn-block {
    width: 100%;
    display: flex;
}

.filter-btn-block button:first-child:nth-last-child(2),
.filter-btn-block button:first-child:nth-last-child(2) ~ button {
    width: 50%;
    background-color: #0d4b9f;
    color: #fff;
    cursor: pointer;
    border: none;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 0;
    font-size: 14px;
    float: left;
}

.filter-btn-block button:first-child:nth-last-child(1) {
    width: 100%;
    background-color: #0d4b9f;
    color: #fff;
    cursor: pointer;
    border: none;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 0;
    font-size: 14px;
    float: left;
}
.filter-btn-block button:first-child:nth-last-child(2) {
    margin-right: 5px;
}


.main-heading {
    font-size: 15px;
    padding: 0px;
    margin: 20px 0px;
    text-align: center;
    line-height: 15px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-weight: bold;
}


.ann-wrapper {
    border: 1px solid #e3e3e3;
    height: 100%;
}
.ann-content {
    
    min-height: 300px;
    overflow-y: scroll;
}
.ann-title {
    height: 26px;
    width: 100%;
    display: block;
    background-color: #f6f6f6;
    color: #888888;
    text-transform: uppercase;
    border-bottom: 1px solid #e3e3e3;
    padding: 3px;
}

.ann-title img {
    margin-bottom: 3px;
    margin-right: 10px;
}

.no-margin {
    margin-right: -15px;
    margin-left: -15px;
}

.table-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.table-row {
    /*display: table-row;*/
    display: flex;
    height: max-content;
}
.table-row-all {
    /*display: table-row;*/
     display: flex;
    height: 100%;
}
.scrollable {
    overflow-y: scroll;
    max-height: calc(100vh - 235px);
}
.rep-table thead{
    background-color: #f6f6f6;
    color: #959595;
}
.rep-table > thead > tr > th {
    padding: 15px;
}
.rep-table > thead.no-padding > tr > th {
    padding: 0px;
}
.rep-table > thead.no-padding-5 > tr > th {
    padding: 5px;
}

.no-padding {
    padding: 0px;
}


body {
  font-family: "PT Sans", sans-serif;
  overflow-x: hidden;
}

.spinner-container {
    display: flex;
    padding-top: 20px;
    height: 100px;
}
.spinner-container i{
    font-size: 30px;
     margin: auto;
}

.select-overflow ul{
    width: 100%;
}

.option-overflow {
    text-overflow: ellipsis;
    width: 100%;
    overflow-x: hidden;
    display: inline-block;
    position: relative;
    top: 1px;
    line-height: 1;
    overflow-y: hidden;
}
.sidebar {
  /*min-height: calc(100vh - 50px);*/ /* Full-height: remove this if you want "auto" height */
  /*width: 160px; /* Set the width of the sidebar */
  /*position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #fdcc03; /* Black */
  color: #111;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
  /*width: calc(100% + 15px);*/
  width: inherit;
  height: 100%;
  margin-right: 0;
  position: fixed;
}

.main-block {
  /*margin-left: 160px;*/ /* Same as the width of the sidebar 
  padding: 0px 10px;*/
  height: 100%;
  min-height: 100%;
  width: 100%;
}

.form-login {
  background-color: #EDEDED;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
  border-color: #d2d2d2;
  border-width: 5px;
  box-shadow: 0 1px 0 #cfcfcf;
  margin-top: 100px;
  margin-bottom: 100px;
}

h4 {
  border: 0 solid #fff;
  border-bottom-width: 1px;
  padding-bottom: 10px;
}

.navbar {
  margin-bottom: 0px !important;
}

.wrapper {
  display: flex;
}

[sidebar] {
  display: flex;
}

.sidebar-nav__link {
  position: relative;
  display: block;
  padding: 11px 30px 11px 15px;
  color: #4f4f4f;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  font-weight: bold;
}

.sidebar-nav__link .fa {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 20px;
  height: 100%;
  font-size: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -2px;
}

.sidebar-nav__link:focus {
  text-decoration: none;
}

.sidebar-nav__link:hover {
  color: #4f4f4f;
  text-decoration: none;
  background-color: #F2E6BF;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);
}

.sidebar-nav__link_active {
  background-color: #F2E6BF;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);
  font-weight: bold;
}

.navbar {
    position: fixed;
    height: 52px;
    width: 83.333333333333333333333333333333%;
    z-index: 2;
}
.navbar-brand {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
}

.wrapper .col-sm-2 {
  /*padding-right: 0;*/
}

.report-container {
  /*background-image: url(../img/diagonal.gif);*/
  /*margin-left: -15px;
  margin-right: -15px;
  padding-left: 25px;
  padding-right: 25px;*/
  padding-top: 25px;
  
  height: 100%;
}

.report-container > .row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  background-color: #fff;
}

.report-container table {
  background-color: #fff;
}

.report-container table thead tr {
  margin-bottom: 10px;
}

.report-container .form-control,
.report-container .btn,
.menu .btn{
  border-radius: 0;
}

.menu__item_border {
    width: 100%;
    height: 100%;
    position: relative;
}
.menu__item_border:after {
    content: '';
    display: block;
      width: calc(100% - 2px);
      height: calc(100% - 2px);
    position: absolute;
    bottom: 1px;
    left: 1px;
    right: 0;
    border-radius: 5px;
    border: 2px solid rgb(0, 0, 0);
}

.report-container h4 {
  text-transform: uppercase;
}

.report-container h4 + p {
  text-transform: uppercase;
}

.report-container .col-sm-6.text-right {
  padding-top: 7px;
}

.report-container td,
.report-container th {
 text-align: center;  text-align: center;
  vertical-align: middle!important;
}
.report-container td .textleft,
.report-container th .textleft{
  text-align: left;
}

.auth-form {
  background-color: #00847c;
  /*width: 378px;*/
  padding: 10px 15px 20px;
  border-radius: 0;
}

.auth-form__title {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 10px 15px;
  font-size: 17px;
  background-color: #0d4b9f;
  color: #fff;
  font-weight: bold;
  border-bottom: none;
}
.auth-form .btn{
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  border: none;
  line-height: 24px;
  background-color: #0d4b9f;
  color: #fff;
  font-weight: 700;
  border-radius: 0;
  font-size: 14px;
}
.auth-form  .input-sm{
  height: 23px;
  line-height: 23px;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #333;
  font-family: Tahoma,Arial,sans-serif;
  font-size: 13px;
  border-radius: 0;
}

.regagro-tr {
  background-color: rgb(255, 249, 171);
}

.edit-line {
  background-color: #76db75;
}
.btn.btn-primary{
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  border: none;
  line-height: 24px;
  background-color: #0d4b9f;
  color: #fff;
  font-weight: 700;
  border-radius: 0;
  font-size: 14px;
}
.btn.btn-default{
  line-height: 24px;
}
.form-inline .btn{
  line-height: 20px;
}
.report-container_main>.col-xs-12,
.report-container_main > .report-table{
  padding:15px;
}
.report-container_main{
  padding-top: 20px;
  padding-bottom: 20px;
}
.report-container_main .modal .modal-content{
  border-radius: 0;
  border: 1px solid lightgray;
}

.red {
    background-color: #ff7c00;
}
.green {
    background-color: #00b309;
    cursor: pointer;
}
.yellow {
    background-color: #00847c;
    cursor: pointer;
}

.form-separator {
    border-top: 1px solid #e3e3e3;
    margin-top: 10px;
}


.modal-dialog {
    padding: 10px;
    background-image: url(../img/diagonal.gif);
}

.modal-content {
    box-shadow: none;
    border: none;
    border-radius: 0px;
}

.pn-container {
    padding: 10px;
    background-image: url(../img/diagonal.gif);
}

.pn-container-devider {
    border: 0.5px solid #e1e1e1;
    margin-bottom: 5px;
    margin-top: 5px;
}
.pn-container > .card-container {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #e1e1e1;
}

.pn-container > .table {
    margin-bottom: 10px;
}

.card-row {
    
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
}
.card-row > .card {
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
}
.card > input, select, textarea {
    height: 20px;
    width: 100%;
}

.card > textarea {
    height: 50px;
}

.card > span {
    color: #444444;
    /*font-family: "PT Sans";*/
    font-size: 14px;
    padding-right: 10px;
    white-space: nowrap;
}

.card > .checkbox-group {
    width: 100%;
    display: flex;
}
.card > .checkbox-group > .checkbox-group-item {
    width: 100%;
    text-align: center;
}

.card.card-2 {
    width: 16.666666666666666666%;
}
.card.card-3 {
    width: 25%;
}
.card.card-4 {
    width: 33.333333333333333333333333333333%;
}
.card.card-5 {
    width: 41.666666666666666666666666666667%;
}
.card.card-6 {
    width: 50%;
}
.card.card-7 {
    width: 58.333333333333333333333333333333%;
}
.card.card-8 {
    width: 66.666666666666666666666666666667%;
}
.card.card-9 {
    width: 75%;
}
.card.card-10 {
    width: 83.333333333333333333333333333333%;
}
.card.card-12 {
    width: 100%;
}

.pn-container > .pn-container-header {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pn-container > .pn-container-header.in {
    margin: 0px;
}
.pn-container > .pn-container-header.collapse {
    margin-bottom: 10px;
}
.pn-container > .table {
    margin-bottom: 0px;
}
.pn-container > .table.without-margin {
    margin-bottom: 0px;
}

.no-margin-0 {
    margin: 0px;
}

.dropdown-toggle {
    width: 100%;
    padding: 0px;
    height: 20px;
    line-height: 20px!important;
    border: 1px solid #a9a9a9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 5px;
}

div[ng-dropdown-multiselect] {
    width: 100%;
}
div[ng-dropdown-multiselect] > div.multiselect-parent {
    width: 100%;
}

.okrug_tr {
    background-color: #f6f6f6;
}

.inc-table {
    counter-reset: tableCount;
}

.inc-cell:before {              
    content: counter(tableCount); 
    counter-increment: tableCount; 
}

.number_td {
    white-space: nowrap;
}

.summ-row {
    font-weight: bold;
    background-color: #ffee002b;
}

.summ-add-row {
     font-weight: bold;
     background-color: #ffee0010;
}

.all-add-row {
    font-weight: bold;
}

/*PRINT*/
#print_body{
    width: 792pt;
}
#print_body .page {
    page-break-after: always;
}

#print_body figure {
    display: flex;
    flex-direction: column;
}
#print_body figcaption {
    font-size: 7pt;
    text-align: center;
}

#print_body .center_block {
    display: flex;
    justify-content: center;
}

#print_body .title_block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#print_body .title_block_row {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}

#print_body .title_p {
    font-weight: bold;
    font-size: 11.0pt;
    font-family: "Times New Roman";
    margin-bottom: 10px;
    border: 1.0pt solid black;
    text-align: center;
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    width: inherit;
}

#print_body p {
    margin: 0px!important;
}

#print_body .normal_text {
    font-size: 11.0pt;
    font-family: "Times New Roman";
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

#print_body span {
     border-bottom: 1.0pt solid black;
}

#print_body .bordered {
    border-spacing: 0px;
    border-collapse: collapse;
}
#print_body .bordered tr > td,th{
    border: 1.0pt solid black;

}

#print_body th {
    font-weight: normal;
    text-align: center;
}

#print_body .footer_block_row {
    flex-direction: row;
    display: flex;
    justify-content: start;
    width: 100%;
    margin-bottom: 7px;
}
#print_body .footer_block_row p, figure {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 24pt;
}

#print_body .vetb-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 80pt;
}
#print_body .vetb-row > div {
    display: flex;
    flex-direction: row;
   
}
#print_body .vetb-row > div .pos {
    border: none;
    width: 16pt;
}
#print_body .vetb-row > div figure .text {
    border-left: 1pt solid black;
    min-height: 17px;
    height: auto;
    padding: 1px;
}

#print_body .vetb-row > div figure {
    margin: 0px;
}

#noteModal > .modal-dialog{
    width: 800px;
}

div[data-send-modal] {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

div[data-send-modal] a {
    color: #333;
}

.without-margin-padding {
    margin: 0px;
    padding: 0px;
}


.fixed_button {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    margin-bottom: 5rem;
    margin-right: 5rem;
}

.bold {
    font-weight: bold;
    text-decoration: underline;
}


@media screen {
    #printSection {
        display: none;
    }
}
@media print {
    body * {
        visibility:hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #mainContainer {
        display: none;
    }
    /*Избегаем дополнительной пустой страницы при печати*/
    html, body {
        height: 99%;    
    }
    tr.okrug {
        background-color: #00ffff1a!important;
        -webkit-print-color-adjust: exact; 
    }
    
    tr.summ-row {
        background-color: #ffee002b!important;
        -webkit-print-color-adjust: exact; 
    }
    
    .grey {
        background-color: #e1e1e1!important;
        -webkit-print-color-adjust: exact; 
    }       
}

@media print {
    .mto-print .card-container  {
        border: none;
    }
    
    .mto-print input  {
        border-top: none;
        border-bottom: 1px solid black;
        border-left: 1px solid black;
        border-right: 1px solid black;
    }
    
    .mto-print .card > span  {
        color: black;
    }
    
}

.font-bold {
  font-weight: bold;
}
.font-italic {
  font-style: italic;
}


.card-row .periods {
    flex-wrap: wrap;
}
.card-row .periods .period {
    flex-basis: 80%;
}
.card-row .periods .period .close {
    padding-left: 10px;
}

.card-row .no-flex {
    display: block;
}
.horizontal-scroll {
    overflow-x: auto;
}
#createLot .card-row .card{
    margin: auto;
}


.table-counter {
    counter-reset: rowNumber;
}

.table-counter tr:not(:first-child) {
    counter-increment: rowNumber;
}

.table-counter tr td:first-child::before {
    content: counter(rowNumber);
    min-width: 1em;
    margin-right: 0.5em;
}


.search_input {
    width: 100%;
}
search_input_th {
    padding: 5px;
}
.rep-table > thead > tr > th.search_input_th {
    padding: 5px;
}

.rep-table > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
}

.form-control-btn {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.modal.in .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}



@media (min-width: 768px) {
    .full-width {
        margin-left: calc(-100vw / 2 + 750px / 2);
        margin-right: calc(-100vw / 2 + 750px / 2);
    }
}

@media (min-width: 992px) {
    .full-width {
        margin-left: calc(-100vw / 2 + 970px / 2);
        margin-right: calc(-100vw / 2 + 970px / 2);
    }
}
@media (min-width: 1200px) {
    .full-width {
        margin-left: calc(-100vw / 2 + 1250px / 2);
        margin-right: calc(-100vw / 2 + 1250px / 2);
    }
}

.clickable-row {
    cursor: pointer;
}

.clickable-row.grey {
    background-color: #d6f9f7; /*#f6f6f6;*/
}

tr.clickable-row.grey > td {
    background-color: #d6f9f7; /*#f6f6f6;*/
}

.grey {
    background-color: #f6f6f6;
}

.clickable-row:hover, tr.clickable-row:hover > td {
    background-color: #d6f9f7; /*#f6f6f6;*/
    /*border-top: 3px solid #7fa19f;
    border-bottom: 3px solid #7fa19f;*/
}


.status_td-none_color {
    background-color: #ff7c00;
}
.status_td-work_color {
    background-color: #ffee00;
}
.status_td-complete_color {
    background-color: #55aee2;
}
.status_td-rework_color {
    background-color: #c6c6c6;
}
.status_td-done_color {
    background-color: #00b309;
}

.status_td-pointer {
    cursor: pointer;
}

.no-wrap {
    white-space: nowrap;
}


.fixed_height_cell{
    max-height: 80px;
    max-width: 250px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.pagination-directive {
    display: flex;
    margin-top: 7px;
    margin-bottom: 7px;
}

.pagination-directive > ul {
    margin: auto;
}

.pagination-directive > ul li {
    caret-color: transparent;
    display: block;
    float: left;
    margin: 0px 2px;
    cursor: pointer;
  }

.pagination > li > a {
    color: #0d4b9f !important;
}

.pagination > li > a:hover {
    color: #fff !important;
    background-color: #0d4b9f !important;
    border-color: #0d4b9f !important;
}

.pagination > li > .ellipsis:hover {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    color: #0d4b9f !important;
    cursor: unset;
}

.pagination-directive > ul .ellipsis:hover {
    cursor: unset;
}

.pagination > .active > a {
    color: #fff !important;
    background-color: #0d4b9f !important;
    border-color: #0d4b9f !important;
}

.bottom_dotted {
    border-bottom: 1px dotted;
}

.card_left .dropdown-menu {
    max-width: 1000px;
}

.card_middle .dropdown-menu {
    max-width: 600px;
}

.card_right .dropdown-menu {
    max-width: 300px;
}

.card_right_other .dropdown-menu {
    max-width: 500px;
}

.font-bold {
    font-weight: bold;
  }