:root{
  --fontFamily: Arial,Helvetica,sans-serif;
}
@font-face {
  font-family: var(--fontFamily);
  src: url('../fonts/futura light bt.ttf');
}

.action-bg {
  color: #fff;
  background-color: rgba(0,0,0,0.2);
}

.greencolori {
  color: forestgreen;
  font-style: italic;
}

.greencolor {
  color: forestgreen;
}

.goldcolor {
  color: #aa6708;
}

.greycolor {
  color: rgba(0,0,0,0.5);
  font-size: 12px;
  text-transform: uppercase;
  font-style: italic;
}

.greycolorI {
  color: #000;
  font-size: 12px;
  font-style: italic;
}



.browncolor {
  color: brown;
  font-size: 13px;
  font-weight: 600;
}

.bluecolor {
  color: #2f6f9f;
}

.bluecolor-big {
  color: #2f6f9f;
  font-size: 15px;
  font-weight: bold;
}

.blackcolor {
  color: #000 !important;
}

.customercolor {
  color: deepskyblue;
}

@font-face {
  font-family: var(--fontFamily);
  src: url('../fonts/futura-md-bt_251.ttf');
}

@font-face {
  font-family: Oregon LDO;
  src: url('../fonts/Oregon LDO.ttf');
}


body {
  background: #fff;
  color: #4e4e4e !important;
  font-family: var(--fontFamily) !important;
  /*line-height: 22px !important;*/
  line-height: 20px !important;
  /*font-size: 15px !important;*/
  font-size: 11px !important;
}

h1, h2, h3, h5 {
  font-weight: normal !important;
  font-family: var(--fontFamily) !important;
  color: #4e4e4e !important;
  font-size: 24px !important;
  text-align: center !important;
}

h4 {
  font-weight: normal !important;
  font-family: var(--fontFamily) !important;
  color: #fff !important;
  font-size: 20px !important;
  text-align: center !important;
}

h6 {
  font-weight: normal !important;
  font-family: var(--fontFamily) !important;
  color: #4e4e4e !important;
  font-size: 16px !important;
}

.card .title {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  text-align: left !important;
  padding-left: 10px;
}

@media (max-width: 991px) {
  .main-panel {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .innerwrapper {
    width: 50%;
    align-content: center;
    margin: auto;
  }

  .text-area {
    width: 430px !important;
    /*height:40px !important;*/
  }

  #formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 100%;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
  }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  .innerwrapper {
    width: 70%;
    align-content: center;
    margin: auto;
  }

  .text-area {
    width: 430px !important;
    /*height: 50px !important;*/
  }

  #formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 100%;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

  .panel-body
  {
    padding:0px!important;
  }
  .innerwrapper {
    width: 50%;
    align-content: center;
    margin: auto;
  }

  .text-area {
    width: 200px !important;
    /*height: 50px !important;*/
  }

  #formContent {
    background: #fff;
    padding: 30px;
    width: 100%;
    position: relative;
    padding: 0px;
    text-align: center;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

  .innerwrapper {
    width: 100%;
    align-content: center;
    margin: auto;
  }

  .text-area {
    width: 200px !important;
    /*height: 50px !important;*/
  }

  #formContent {
    background: #fff;
    padding: 30px;
    width: 100%;
    position: relative;
    padding: 0px;
    text-align: center;
  }
}

.text-area {
  width: 100% !important;
  /*height: 100px !important;*/
}

.text-input {
  width: 100% !important;
}

.text-input-small {
  width: 150px !important;
}

.text-input-date {
  width: 120px !important;
}

.text-input-time {
  width: 100px !important;
}

.mainPanel-hidemenu {
  width: calc(100% - 220px) !important;
  transition-property: top,bottom;
}

.mainPanel-showmenu {
  width: calc(100% - 100px) !important;
  transition-property: top,bottom;
  transition-duration: .2s,.2s;
  transition-timing-function: linear,linear;
}

.sdbar-icon-add {
  display: none !important;
  font-size: 20px !important;
}

.sdbar-icon-remove {
  display: none !important;
  font-size: 20px !important;
}

.sdbar-text-add {
  text-indent: 10px !important;
  height: 30px !important;
}
.sdbar-text-remove {
  text-indent: 10px !important;
  height: 100% !important;
}

.logo-img {
  background-image: url('../img/Comp-Logo.png') !important;
  background-repeat: no-repeat;
  width: 100% !important;
  height: 38px !important;
  max-height: 50px !important;
}

.logo-img-small {
  background-image: url('../img/Comp-Logo-sm.png') !important;
  background-repeat: no-repeat;
  /*width: 60px !important;*/
  height: 48px !important;
  max-height: 50px !important;
  margin-left: 10px;
}

.navbar-header {
  margin-right: 0;
  margin-left: 20px !important;
}

.navbar-left {
  padding-left: 10px !important;
}

.sidebar-width {
  width: 260px !important;
}

.sidebar-width-small {
  width: 220px !important;
}

.grid-Heading {
  font-weight: bold !important;
  margin-top: 5px !important;
}

.grid-datetime {
  font-size: 11px !important;
}

@media (min-width: 992px) {
  .RightAlign {
    text-align: right !important;
  }

  .card form [class*="col-"] {
    padding: 3px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .card [class*="col-"] {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}
@media (min-width: 100px) {
  .card [class*="col-"] {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}

.Intrection-heading {
  font-weight: bold !important;
  font-size: 16px !important;
  text-align: left !important
}

.dis_button_tab {
  display: table;
}

.dis_cell {
  display: table-cell;
  vertical-align: middle;
}

.dis_cell_arr {
  display: table-cell;
  vertical-align: middle;
}

.dis_cell_arr-btn {
  padding: 11px 0px 11px 0px !important;
  border-radius: 0px 3px 3px 0px !important;
  text-align: left !important;
  margin-left: -1px !important;
  min-width: 20px !important;
  line-height: 17px !important;
}

.dis_cell_btn {
  border-radius: 3px 0px 0px 3px !important;
}

.btn-danger.dropdown-toggle {
  /* background-color: rgb(217,0,25) !important; */
}


button.btn.btn-danger {
  box-shadow: 5px 4px 12px #3e3636;
  border: none;
  border-radius: 3px;
  position: relative;
  padding: 10px 25px;
  margin: 10px 0px !important;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
button.btn.btn-smalldanger {
  box-shadow: 4px 3px 10px #3e3636;
  border: none;
  border-radius: 2px;
  position: relative;
  padding: 8px 20px;
  margin: 8px 0px !important;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

a.btn-part2 {
  /*box-shadow: 5px 4px 12px #3e3636*/
  width: 100% !important;
  border: none;
  border-radius: 3px;
  position: relative;
  padding: 12px 9px;
  margin: 0px !important;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  background-color: #ff4f5e !important;
  color: #fff;
  margin-top: -112px !important;
  /*transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1)*/;
}

  a.btn-part2:hover {
    background-color: #ff4f5e !important;
    color: #fff;
  }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 12rem !important;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none !important;
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  /* border-radius: 0.25rem; */
}

.mat-row {
  /* padding: 5px !important; */
  padding: 2px !important;
}

.example-header {
  padding-top: 10px !important;
}

.example-container {
  width: 99% !important;
  box-shadow: none !important;
  font-size: 11px !important;
}

.l-wrap {
  max-width: 100% !important;
}

.card .card-content {
  padding: 0px !important;
}

.brand-logo {
  font-weight: 900;
}

.dropdown-content {
  background-color: #FFFFFF;
  margin: 0;
  display: none;
  min-width: 300px; /* Changed this to accomodate content width */
  max-height: auto;
  margin-left: -1px; /* Add this to keep dropdown in line with edge of navbar */
  overflow: hidden; /* Changed this from overflow-y:auto; to overflow:hidden; */
  opacity: 0;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  will-change: width, height;
}

.mat-disabled .mat-slide-toggle-bar {
  background-color: rgb(0,0,0) !important;
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: green !important
}

.mat-slide-toggle-bar {
  /*background-color: #d7d9dd !important;*/
  background-color: rgba(217,0,25, 0.7) !important;
}

.mat-slide-toggle-bar {
  height: 16px;
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: rgb(7,128,100) !important;
}

.mat-slide-toggle-thumb {
  background-color: #bdbdbd !important;
}

.btn-danger.dropdown-toggle {
  box-shadow: 0 0 0 -4.8rem rgba(220, 53, 69, 0.5) !important;
}

.upload-item {
  margin: 0px 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.mat-form-field {
  line-height: -1 !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
  padding-bottom:5px;
}

.mat-form-field-underline {
  height: 0px !important;
  border-bottom: groove !important;
}

.control-width {
  padding-left: 0px !important;
}

.mat-radio-button {
  display: block !important;
  padding-bottom: 10px !important;
}

.main-panel .main-content {
  padding: 10px 5px !important;
  padding-bottom: 0px !important;
}

.card .card-header {
  margin: -8px 15px 0 !important;
  border-radius: 3px;
  padding: 5px !important;
}

.navbar-absolute {
  padding-top: 0px !important;
}

.chat {
  list-style: none;
  margin: 0;
  padding: 0;
}

  .chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
  }

    .chat li.left .chat-body {
      margin-left: 60px;
    }

    .chat li.right .chat-body {
      margin-right: 60px;
    }


    .chat li .chat-body p {
      margin: 0;
      color: #777777;
    }

  .panel .slidedown .glyphicon, .chat .glyphicon {
    margin-right: 5px;
  }

.reply {
  /*margin-top: -23px !important;
    float: right;
    right: 37px !important;
    position: absolute;*/
  padding: 5px !important;
  padding-bottom: 10px !important;
}

#ticket-replyoptions {
  padding-top: 4px !important;
}

.reply > li {
  float: left !important;
  list-style: none !important;
  background: #fff !important;
  color: #00a3fe !important;
  border: 0 !important;
  margin-right: 10px;
  border: 1px solid rgba(0,163,254,0.3) !important;
  padding: 8px !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 3px 0 rgba(0,163,254,0.2);
  min-width: 0;
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  transition: all .3s linear 0s;
}

.ticketlist > li {
  float: left !important;
  list-style: none !important;
  color: #00a3fe !important;
  border: 0 !important;
  margin-right: 2px;
  border: 0px;
  /*border: 1px solid rgba(0,163,254,0.3) !important;*/
  padding: 5px !important;
  /*border-radius: 50% !important;
    box-shadow: 0 2px 3px 0 rgba(0,163,254,0.2);*/
  min-width: 0;
  /*box-sizing: content-box;
    
    width: 18px;
    height: 18px;
    transition: all .3s linear 0s;
    */
}

.ticketlist {
  padding-left: 0px;
  float:right;
}

.ticketlistCount > li {
  float: right !important;
  list-style: none !important;
  border: 0 !important;
  margin-right: 2px;
  border: 0px;
  padding: 5px !important;
  min-width: 0;
}

.iconsize {
  font-size: 1.3em !important;
}

.mat-tab-body.mat-tab-body-active {
  overflow-y: hidden !important;
}

.show > .dropdown-menu {
  margin-top: -132px !important;
  background-color: #ff4f5e !important;
  color: #fff;
}

.readmoreTooltip {
  font-size: 15px !important;
}

.panel-body {
  border: ridge 1px #B3A9A9;
  border-bottom: ridge 1px #B3A9A9;
  margin-bottom: 5px !important;
  font-size: 12px !important;
}

.panel-body-bottom {
  border-bottom: ridge 1px #B3A9A9;
}

.openTicket {
  color: green;
}

.evenRow {
  background-color: #f5f5f5;
}

input.mat-chip-input {
  width: 25px !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.radio-button-inline {
  display: inline !important;
}

.radio-button-inline-right {
  display: inline !important;
  padding-left: 20% !important;
}

.table {
  display: table;
  text-align: center;
  width: 60%;
  margin: 10% auto 0;
  border-collapse: separate;
}

.table_row {
  display: table-row;
}

.theader {
  display: table-row;
}

.table_header {
  display: table-cell;
  border-bottom: #ccc 1px solid;
  border-top: #ccc 1px solid;
  background: #bdbdbd;
  color: #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

  .table_header:first-child {
    border-left: #ccc 1px solid;
    border-top-left-radius: 5px;
  }

  .table_header:last-child {
    border-right: #ccc 1px solid;
    border-top-right-radius: 5px;
  }

.table_small {
  display: table-cell;
}

.table_row > .table_small > .table_cell:nth-child(odd) {
  display: none;
  background: #bdbdbd;
  color: #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table_small > .table_row > .table_cell {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #5b5b5b;
  border-bottom: #ccc 1px solid;
}

.table_small:first-child > .table_row > .table_cell {
  border-left: #ccc 1px solid;
}

.table_small:last-child > .table_row > .table_cell {
  border-right: #ccc 1px solid;
}

.table_small:last-child > .table_row:last-child > .table_cell:last-child {
  border-bottom-right-radius: 5px;
}

.table_small:first-child > .table_row:last-child > .table_cell:last-child {
  border-bottom-left-radius: 5px;
}

.table_row:nth-child(2n+3) {
  background: #e9e9e9;
}

.table_row {
  border: solid 1px lightgrey;
}

@media screen and (max-width: 900px) {
  .table {
    width: 90%
  }
}

@media screen and (max-width: 650px) {
  .table {
    display: block;
  }

  .table_row:nth-child(2n+3) {
    background: none;
  }

  .theader {
    display: none;
  }

  .table_row > .table_small > .table_cell:nth-child(odd) {
    display: table-cell;
    width: 50%;
  }

  .table_cell {
    display: table-cell;
    width: 50%;
  }

  .table_row {
    display: table;
    width: 100%;
    border-collapse: separate;
    padding-bottom: 20px;
    margin: 5% auto 0;
    text-align: center;
  }

  .table_small {
    display: table-row;
  }

  .table_row > .table_small:first-child > .table_cell:last-child {
    border-left: none;
  }

  .table_row > .table_small > .table_cell:first-child {
    border-left: #ccc 1px solid;
  }

  .table_row > .table_small:first-child > .table_cell:first-child {
    border-top-left-radius: 5px;
    border-top: #ccc 1px solid;
  }

  .table_row > .table_small:first-child > .table_cell:last-child {
    border-top-right-radius: 5px;
    border-top: #ccc 1px solid;
  }

  .table_row > .table_small:last-child > .table_cell:first-child {
    border-right: none;
  }

  .table_row > .table_small > .table_cell:last-child {
    border-right: #ccc 1px solid;
  }

  .table_row > .table_small:last-child > .table_cell:first-child {
    border-bottom-left-radius: 5px;
  }

  .table_row > .table_small:last-child > .table_cell:last-child {
    border-bottom-right-radius: 5px;
  }
}

.AlignCenter {
  text-align: center;
}

.AlignRight {
  text-align: right;
}

.AlignLeft {
  text-align: left;
}

.navbar form input {
  margin: 0px !important;
}

.backcolor {
  background: #9994 !important;
}

.sidebar {
  /*height: 760px;*/
}

.copyright {
  font-size: 10px !important;
}

footer {
  border: 0px !important;
}

  footer .copyright {
    padding: 2px !important;
  }
/*.mat-dialog-content{
  max-height:100%!important;
}*/
.mat-header-row {
  /* padding: 5px !important; */
  padding: 0px !important;
  border-top: 1px solid #eeeeee;
}
/* For increaseing Dropdown width */
.mat-select-panel {
  max-width: 401px !important;
}
/*.mat-autocomplete-panel {
  width: 0px !important;
  min-width: 343.25px !important;
  max-width: 401px !important;
}*/
.cdk-overlay-pane {
  max-width: none !important;
  width: calc(auto+32px) !important;
 
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.mat-option {
  white-space: normal !important;
  line-height: 20px !important;
}

.SquareChip {
  border-radius: 2px !important;
  color: #6f7c87 !important;
  border: 1px solid #dadfe3 !important;
  background-color: #fff !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  -webkit-font-smoothing: antialiased !important;
  padding: 0 5px !important;
}
.Link {
  color: #00a3fe !important;
  text-decoration: underline !important;
  cursor:pointer;
}
.UnLink {
  color: #000 !important;
  
}
.mat-cell{

    font-size:11px!important;
    /* padding-right: 0px !important; */
    padding: 0px 2px;
}

.mat-row {
  min-height: 0px!important;
}

/*.mat-row:nth-child(even){
   background-color: red; 
}*/
      
.mat-row:nth-child(odd){
  background-color: #ddd;
}
.mat-header-row {
  min-height: 0px!important;
}
.mat-form-field {
    font-size:11px!important;
}


.card {
  box-shadow: 0 5px 0px -10px rgba(244,67,54,.28), 0 4px 8px 0 rgba(0,0,0,.12), 0 7px 8px -5px rgba(56, 39, 38, 0.2) !important;
  margin: 15px 0!important;
}
  .card .card-header .title{
      font-size:14px!important;
      font-weight: bold !important;
  }
    .card .card-header .title .subtitle {
      font-size: 12px !important;
    }
/*.mat-form-field-label {
  position: initial !important;
}
*/
a {
  color: inherit !important;
  text-decoration: none !important;
}
.greybackground {
  background-color: #ededed !important;
  box-shadow: none !important;
  border: 0;
}

.icon-input {
  padding-right: 60px !important;
  border-radius: 20px 20px 20px 20px !important;
  height: 25px !important;
  background: #F5F5F5 0% 0% no-repeat padding-box !important;
  border-color: #ced4da !important;
  box-shadow: none !important;
}
.times-icon {
  right: 7% !important;
  position: absolute !important;
  top: 2px !important;
}
.border-radius-uncut {
  border-radius: unset !important;
}
.forms-controls {
  display: block;
  width: 100%; 
  padding: .375rem .75rem; 
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ced4da; 
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.template-card-white {
  background-color: #fff;
}
.selected-card {
  background-color: #00bcd41a !important;
  border: .5px solid #00bcd4;
  border-bottom-color: #00bcd4 !important;
 /* box-shadow: none !important;*/
}
.custmerlist:hover {
  opacity: .8
}
.selected-box-shadow {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
}
.scrollbar-y {
  overflow-y: AUTO;
  height: 75vh;
}
.remove-padding{
    padding:unset !important;
}
/*.circular--square {
  border-radius: 50%;
}*/
.mat-card-shadow{
  box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12) !important;
}
.pdt-1{
    padding-top:1px !important
}
.remove-margin {
  margin: unset !important;
}
.border-radius-33 {
  border-radius: 33px
}

.border-radius-6 {
  border-radius: 6px
}
.text-5 {
  font-size: 5px!important;
}

.text-9 {
  font-size: 9px!important;
}

.text-10 {
  font-size: 10px!important;
}

.text-11 {
  font-size: 11px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-13 {
  font-size: 13px !important;
}

.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-25 {
  font-size: 25px;
}

.text-30 {
  font-size: 30px;
}

.text-40 {
  font-size: 40px;
}

.text-46 {
  font-size: 46px;
}

.text-56 {
  font-size: 56px
}
.theme-card {
  background-color: #ededed !important;
  box-shadow: none !important;
  border: 0px;
}
.colorGrey {
  color: #707070
}
.font-grey {
  color: #5d5d5d;
}
.greyish-brown {
  color: #3e3e3e
}
.font-weight-500 {
  font-weight: 500;
}
.color00a3fe {
  color: #00a3fe !important;
}
.colorgreen {
  color: green !important;
}
.colorbrown {
  color: brown !important;
}
.colorblue {
  color: blue !important;
}
.color-orange{
  color: rgb(244, 141, 0);
}
.height82vh {
  height: 82vh;
}
.cursor {
  cursor: pointer !important;
}
.small-content-div {
  margin-left: 10%;
  margin-right: 10%;
}
.center-page {
  padding-left: 15%!important;
  padding-right: 15%!important;
  background-color: #e6e6e6!important;
}
.template-card-light {
  background-color: #EDEDED;
  height: calc(100% - 10px);
}
textarea{
  min-height: 24px !important;
}
.anchor{
  color: rgb(33, 150, 243) !important;
}
.colore6e6e6{
  background-color: #e6e6e6!important
}
.ck-editor__editable_inline {
  min-height: 50px;
}
.border-black {
 border: 1px black solid !important;
}
.searchcritirea {
  background-color: #e5e7e7;
  padding: 5px 10px;
  border-radius: 25px;
}
.searchcritireas {
  background-color: #e5e7e7;
  padding: 5px 10px;  
}
@media screen and (max-width: 768px) {
  .mat-dialog-container {
    display: block;
    /*padding: 24px;*/
    padding: 0px !important;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: auto;
    outline: 0;
    width: 100%;
    height: 100%;
    min-height: inherit;
    max-height: inherit;
  }

  .mat-dialog-content {
    display: block;
    margin: 0 -24px;
    padding: 0px !important;
    /*padding: 0 24px;*/
    max-height: 65vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .mat-cell {
    font-size: 11px !important;
  }

  .mat-header-cell {
    font-size: 12px !important;
  }

  .bluecolor-big {
    font-size: 11px !important;
  }

  .SquareChip {
    font-size: 8px !important;
  }

  .OnOverDueSquareChip {
    font-size: 8px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mat-cell {
    font-size: 11px !important;
  }

  .mat-header-cell {
    font-size: 12px !important;
  }

  .bluecolor-big {
    font-size: 12px !important;
  }
}

@media (min-width: 1024px) and (max-width:1624px) {
  .mat-cell {
    font-size: 11px !important;
  }
  .mat-header-cell {
    font-size: 12px !important;
  }
  .bluecolor-big {
    font-size: 12px !important;
  }
}
.mat-header-row
{
  /*background-color: #d3d3d3 !important;*/
  background-color: #ede8e8 !important;
}
.mat-paginator-icon {
  width: 20px !important;
}
.cursor{
  cursor:pointer;
}
.disableHyperLink {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.4;
  text-decoration: none;
}
.color-green{
  color: green;
}
.color-red{
  color: red;
}
.bold{
  font-weight: bold;
}
.btn-sm{
  padding: 5px 10px !important;
  font-size: 11px !important;
}
mat-cell:first-of-type, mat-header-cell:first-of-type, mat-footer-cell:first-of-type {
  padding-left: 8px !important;
  display: flex !important;
  /* justify-content: center; */
}
.div-grey-80{
  width: 80% !important;
  margin-left: 10%;
  background-color: #f1f3f3;
  min-height: 650px !important;
}

.headder {
  background-color: #dddddd !important;
  font-weight: bold;
  font-size: 13px;
}

