@import url("https://fonts.googleapis.com/css?family=Poppins");
@font-face {
  font-family: "Calibri";
  src: url("../../../assets/fonts/Calibri-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.green_color {
  color: green !important;
  font-weight: bold;
  font-size: 16px;
}
.red_color {
  color: red !important;
  font-weight: bold;
  font-size: 16px;
}
a.morelink {
  text-decoration: none;
  outline: none;
  font-size: 16px;
}
.morecontent span {
  display: none;
}
body,
body * {
  /*font-family: Calibri;*/
  font-family: "Poppins";
}
footer {
  font-size: 18px !important;
}
.checkbox label {
  font-size: 14px !important;
}
/**** Common CSS ****/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
}
/**** Common CSS ****/
/**** Custom CSS Start ****/
/* Footer Css */
footer {
  margin-top: 15px;
  padding: 50px 0;
  /* background: linear-gradient(to right, #00abf0 0%,#2d3192 100%);*/
  background: linear-gradient(144.74deg, #01abed 21.25%, #097fc1 84.23%);
  color: #fff;
}
.footcontent h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}
.footcontent p,
.foottel a,
.footcontent a,
.footemail a,
.footcontent strong {
  color: #fff;
  margin-bottom: 15px;
}
.registrationdata p,
.registrationdata strong {
  color: #fff;
  display: inline-block;
}
.registrationbox {
  margin-bottom: 15px;
  font-size: 18px;
}
.registrationbox:last-child {
  margin-bottom: 0px;
}
.footsocial {
  display: inline-block;
  width: 100%;
}
.footsocial li {
  display: inline-block;
  margin-right: 6px;
}
.footsocial li a {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #fff;
  text-align: center;
}
/* Footer Css */
/**** Custom CSS End ****/
#side-menu.nav > li > a {
  color: #3a3a3a;
  padding: 15px 15px;
}
#side-menu.nav > li > a:hover {
  color: #00abf0;
  background: #f5f5f5;
}
#side-menu.nav > li > a i {
  color: #097fc1;
}
#side-menu.nav li a.first-back i {
  color: #ffffff;
}
.sidebar ul li {
  border-bottom: 1px solid #f5f5f5;
}

.label-Deduction, .label-deduction {
  background-color: #ffa243;
  margin-right: 5px;
  color: #000 !important;
}
.label-Errors, .label-errors {
  background-color: #ff0000;
  margin-right: 5px;
}
.label-Miscellaneous, .label-miscellaneous {
  background-color: #00ff00;
  margin-right: 5px;
  color: #000 !important;
}
.label-OSDDSA, .label-osddsa {
  background-color: #003399;
  margin-right: 5px;
}
.label-OSDHEI, .label-osdhei {
  background-color: #ff33cc;
  margin-right: 5px;
  color: #000 !important;
}
.label-OSDATW, .label-osdatw {
  background-color: #b63089;
  margin-right: 5px;
  color: #000 !important;
}
.label-OSDPrivate, .label-osdprivate {
  background-color: #5d3cf1;
  margin-right: 5px;
}
.label-PayQuery, .label-payquery {
  background-color: orange;
  margin-right: 5px;
  color: #000 !important;
}
.label-PayDispute, .label-paydispute {
  background-color: rgb(46, 180, 151);
  margin-right: 5px;
  color: #000 !important;
}

.label-bdv,
.label-emer,
.label-inst {
  background-color: #00ff00;
  margin-right: 5px;
  color: #000 !important;
}
.label-com,
.label-comp {
  background-color: #ff0000;
  margin-right: 5px;
}
.label-com,
.label-sale {
  background-color: #ffa243;
  margin-right: 5px;
}
.label-emp,
.label-stff {
  background-color: #00ccff;
  margin-right: 5px;
  color: #000 !important;
}
.label-rec, span.label.label-REC {
  background-color: #000000;
  margin-right: 5px;
}
.label-job {
  background-color: #003399;
  margin-right: 5px;
  color: #fff !important;
}
.label-msc,
.label-emee,
.label-sdnt {
  background-color: #ffff00;
  margin-right: 5px;
  color: #000 !important;
}
.label-std,
.label-atwc,
.label-dsac,
.label-busd {
  background-color: #ff33cc;
  margin-right: 5px;
  color: #000 !important;
}
.label-vst,
.label-othr {
  background-color: #b8b894;
  margin-right: 5px;
  color: #000 !important;
}
.label-vfb {
  background-color: #ccccb3;
  margin-right: 5px;
  color: #000 !important;
}
.label-liaison {
  background-color: orange;
  margin-right: 5px;
  color: #000 !important;
}
.label-atwc {
  background-color: #66CDAA;
  margin-right: 5px;
}
hr {
  width: 100%;
  border-top: 1px dashed #ccc;
}

.breadcrumb {
  background: linear-gradient(to right, #00abf0 0%, #2d3192 100%);
  border-radius: 10px;
}
.breadcrumb > .active {
  color: #fff;
}
.breadcrumb > li a {
  color: #fff;
  text-decoration: underline;
}
.breadcrumb > li {
  color: #fff;
}
.modal-content {
  border-radius: 10px;
}
.page-header {
  color: #3a3a3a;
  font-size: 2.5rem;
  margin: 20px 0 20px;
}
.sidebar {
  background-color: #fff;
}
.chat-panel .msj-rta {
  background: #e8e8e8;
  color: #3d3d3d;
}
.chat-panel .msj {
  color: #3d3d3d;
}
.chat-panel .msj-rta:after {
  border-color: #e8e8e8 transparent transparent transparent;
}
#side-menu.nav > li > a.active {
  color: #00abf0;
}
.panel-footer {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
/**** Responsive CSS Start ****/

@media only screen and (max-width: 991px) {
  #contact .col-sm-5 {
    width: 50%;
}
#contact .col-sm-2 {
    width: 100%;
}
.footsocial ul {
    margin: 0;
    padding: 0;
}
.footsocial {
    margin-top: 20px;
}
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 30px 0;
}
.registrationdata {
    margin-top: 15px;
}
.footcontent p,
.footcontent a,
.footcontent strong {
}
.registrationdata p,
.registrationdata strong {
}
#contact .col-sm-5 {
    width: 100%;
}
.fcsname {
    margin-bottom: 15px;
}
.footadd p {
    margin-bottom: 15px;
}
}
/**** Responsive CSS End ****/
.small,
small {
  font-size: 70%;
}
.list-group-item {
  min-height: 50px;
}
.form-control {
  border: 1px solid #bebebe;
  border-radius: 10px;
  box-shadow: none;
}
.panel {
  border-radius: 10px;
}
.panel-heading {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.label-bdv {
  background-color: #00ff00;
  margin-right: 5px;
}
.label-com {
  background-color: #ff0000;
  margin-right: 5px;
}
.label-emp {
  background-color: #00ccff;
  margin-right: 5px;
}
.label-msc {
  background-color: #ffff00;
  margin-right: 5px;
}
.label-std {
  background-color: #ff33cc;
  margin-right: 5px;
}
.label-vst {
  background-color: #b8b894;
  margin-right: 5px;
}
.label-vfb {
  background-color: #ccccb3;
  margin-right: 5px;
}
.label-chs, .label-CHS {
  background-color: #fff;
  margin-right: 5px;
  color: black;
}
.label-mng, .label-MNG {
  background-color: gray;
  margin-right: 5px;
  color: #000;
}
.note-code span.label {
    display: inline-block;
    width: 80px !important;
    padding-top: 6px;
    padding-bottom: 6px;
}
hr {
  width: 100%;
  border-top: 1px dashed #8c8b8b;
}
table {
  font-size: 13px !important;
}
.btn {
  font-size: 13px !important;
  border-radius: 10px;
  // margin: 5px;
}
.req {
  color: red;
  font-weight: bold;
}
.page-header {
  margin-top: 20px !important;
}
input[type="checkbox"],
input[type="radio"] {
  /*margin: 4px 0px 0px 0px !important;*/
}

.macro {
  margin-top: 20px;
  width: auto;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  max-width: 100%;
}
.msj-rta {
  float: right;
  background: #337ab7;
  color: #fff;
  white-space: pre-line;
  /*word-break: break-all;*/
}
.msj {
  float: left;
  background: #fff;
  white-space: pre-line;
  /*word-break: break-all;*/
}
.chat_ul li {
  display: inline-block;
  vertical-align: bottom;
}
.alert {
  border-radius: 10px;
}
.well {
  border-radius: 10px;
  box-shadow: none;
}
.frame {
  background: #f5f5f5;
  height: 450px;
  overflow: hidden;
  padding: 0;
}
.frame > div:last-of-type {
  position: absolute;
  bottom: 5px;
  width: 100%;
  display: flex;
}
.chat_ul {
  width: 100%;
  list-style-type: none;
  padding: 18px;
  bottom: 32px;
  display: flex;
  flex-direction: column;
}
.msj:before {
  width: 0;
  height: 0;
  content: "";
  top: -10px;
  left: -17px;
  position: relative;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #fff transparent transparent;
}
.msj-rta:after {
  width: 0;
  height: 0;
  content: "";
  top: -10px;
  left: 17px;
  position: relative;
  border-style: solid;
  border-width: 13px 13px 0 0;
  border-color: #337ab7 transparent transparent transparent;
}
.req {
  color: red;
  font-weight: bold;
}
.msg_box {
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.msg_box h4 {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 10px;
}
table {
  font-size: 13px !important;
}
.btn {
  font-size: 13px !important;
  padding: 6px 8px;
}
td {
  padding: 4px !important;
}
.navbar-brand {
/*  padding: 15px 15px;*/
}
.navbar-top-links li{
  vertical-align: middle;
}
.h3,
h3 {
  line-height: 34px;
}
.h4,
h4 {
  font-size: 16px;
  line-height: 24px;
}
.modal-footer .btn + .btn {
  /* margin-bottom: 5px; */
  margin-left: 5px;
}
@media (min-width: 992px) {
  .modal-lg {
    width: 992px;
}
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-left: 0px !important;
}

.sidebar .nav-second-level li a {
  padding-left: 20px !important;
}

.unread-messages i.fa-comments, .unread-notification i.fa-bell, .dropdown-login-logoff .dropdown-toggle i.fa-user {
  font-size: 2.5rem;
}

.unread-messages span.badge, .unread-notification span.badge {
  position: absolute;
  padding: 3px 5px;
  top: 16%;
  right: 10%;
  font-size: 10px;
  background: #dc3545;
  box-shadow: 0 0 0 0 #dc3545;
  animation: pulse-red 2s infinite;
  letter-spacing: 1px;
}
#admin_msg_btn span.badge {
    right: 40%;
}

.dropdown-login-logoff i.fa-caret-down {
    vertical-align: text-top;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

table.table {
    margin-bottom: 0;
}

a.read-all-msg-btn, a.read-all-msg-btn:hover {
    background: #337ab7 !important;
    color: #fff !important;
    margin: 0px 10px !important;
    padding: 5px !important;
    border-radius: 5px;
}