/*
@ Teknisk Landsforfund - Teknik & Design
@ Copyright - All rights reserved
@ td.css - Teknik & Design - Freelancebureau
*/

/* Import fonts used in TD 
@font-face {
  font-family: "MorganAvecSans";
  src: url(‘assets/fonts/morganavecregular.eot?’) format(‘embedded-opentype’),
    url(‘assets/fonts/morgansansregular.woff’) format(‘woff’),
    url(‘assets/fonts/morganavecregular.woff’) format(‘woff’),
    url(‘assets/fonts/morgansansregular.ttf’) format(‘truetype’),
    url(‘assets/fonts/morgansansregular.svg#MorganSansRegular’) format(‘svg’);
}
*/
@font-face {
  font-family: 'MorganAvecSans';
  src: url('../../assets/fonts/morgansansregular.woff') format('woff');
}

/* Regular Styles */
body {
  font-family: "MorganAvecSans";
  font-size: 1.1rem;
  line-height: 1.6;
  color: #222;
  background-color: #eee;
  display: flex;
  flex-direction: column;
}
html{
  overflow: hidden;
  height: 100%;    
}
body{
  overflow: auto;
  height: 100%;
}
.body-colored{
  background-color: #eee;
}
#borderLine {
  border-bottom: 1px solid lightgray;
  padding: 2px;
}
div#content {
  flex: 1;
  background-color: #eee;
}
h1,h2,h4,h5,h6 {
  color: #333c4e;
  font-family: "MorganAvecSans";
}
h3{
  font-size: 1.1rem;
}
h2{
  font-size: 1.5rem;
}

em {
  font-family: "MorganAvecSans";
}
.blockquote {
  border-left: 5px;
}
hr {
  margin-top: 1px; 
  margin-bottom: 1px; 
}
.pmd-display2 {
  font-size: 34px;
}
p.redirection-link.pull-center {
  font-size: 1rem !important;
}
.alert-warning{
  background-color: #e1f2fb;
border-color: #e1f2fb;

}


/* Float button custon styles - This button is always there */
.pmd-floating-action-btn.btn.pmd-btn-fab.pmd-btn-raised.pmd-ripple-effect.btn-info {
  bottom: 18px;
  background-color: #ec008c;
}

/* Links custon styles */
a {
  color: #02aef0;
  text-decoration: none;
  outline: none;
  font-family: "MorganAvecSans";
}
a:hover,
a:focus,
a:active {
  color: #02aef0;
  text-decoration: none;
}
li.list-group-item {
  cursor: default;
  }
  a.navbar-brand {
    cursor: auto;
  }
  li[role="presentation"]{
    cursor: pointer !important;
  }

a.list-group-item {
  cursor: pointer !important;
}
a.backtitle-text {
 cursor:auto;
}

a.navbar-brand.site-tittle-text {
  margin-left: 30px !important;
  cursor: auto;
}
/* Icons custon styles */
.material-icons.md-blue {
  color: #02aef0;
  font-size: 48px;
}
.media-right.pull-right {
  margin-top: -51px;
}
i.material-icons.pmd-xs {
  cursor: pointer;
}
input#Attach-file-show {
  cursor: pointer;
}
.bluedot {
  color: #02aef0 !important;
}
.list-group-item-text.dateFormat{
  color: #909090 !important;
  font-size: 0.7rem !important;
}
i.material-icons.pmd-lg.media-left.media-middle.freelancerIco {
  color: #909090 !important;
  }
.pmd-accordion-icon-left {
  padding-right: 11px;
}
.material-icons.media-left {
  padding-right: 20px !important;
}
i.material-icons.pmd-xl.plusTogD {
  color: white;
}


/* Form custon styles */
span.btn.pmd-btn-flat.pmd-ripple-effect.btn-info.pull-left {
  border: 1px solid;
}
span#upload-file-info {
  background-color: #02aef0;
  overflow: hidden;
 
}
.filter-letter i {
  font-family: "MorganAvecSans";
  margin-top: 12px;
  color: rgba(0,0,0,.54);
}
.material-icons.pmd-sm.notification-trigger.iconInfo {
  color: #909090;
  cursor: pointer;
}
.input-group.MessageClass span.pmd-textfield-focused{
  top: -6px !important;
  z-index: auto;
}
.pmd-textfield.has-success .form-control {
  color:#222; 
  border-color:#e6e6e6;
} 
.form-group .pmd-textfield .pmd-textfield-floating-label-completed .has-success
{
  Color:green;
}
.pmd-textfield input.form-control {
  height: inherit;
  padding: 5px 0 0 5px;
  font-size: 1.1rem;
}
.pmd-textfield .form-control, .pmd-textfield label{
  font-size: 1.1rem;
}
label#labelform {
  padding-left: 1px !important;
  font-size:1.2rem;
}
label#selectlabel {
  width: 44%;
}
label,
p {
  font-family: "MorganAvecSans";
  font-size: 1.1rem;
  color: rgba(0,0,0,.54);
  padding-left:0px !important;
}
.Hightlight-txt{
  font-size: 1rem !important;
  text-align: center;
}

.paddingPMDRO {
  padding-right: 45px !important;
}

label#custType,
label#jobUnitInvoice,
label#custID,
label#jobVatForm,
label#jobInvoiceInclude,
label#jobCopyright,
label#jobLocation {
  padding: 0 !important;
  margin-bottom:20px;
}
.pmd-checkbox [type=checkbox]:checked+.pmd-checkbox-label:before{
  background-color: #02aef0;
  border-color: #02aef0;
}
.checkbox, .radio {
  margin-bottom: 20px !important;
}
.pmd-radio :checked+span.pmd-radio-label:before {
  border-color: #02aef0 !important;
}
.pmd-radio > span.pmd-radio-label:after {
  background: #02aef0 !important;
}
.pmd-textfield-focused{
  background-color: #02aef0 !important;
}
.pmd-textfield .input-group .form-control {
  font-family: "MorganAvecSans";
}
.has-success .help-block {
  padding-top: 0px !important;
}
.input-group {
  width: 100%;
}
#validationForm,
#ESmessagebox {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
/* Datepicker custom styles */
.ui-datepicker-title ,.ui-datepicker-title {
  background: #02aef0 !important;
  color:#fff;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  background: #02aef0 !important;
}

a#flatbtn {
  border: 1px solid !important;
}



label#selectlabel {
  border: 1px solid !important;
  padding-left: 10px !important;
}

/*Changes the size of the elements across screens*/
@media only screen and (max-width: 767px) {
 /*For mobile phones:*/ 
 a.backtitle-text {
  font-size: 19px !important;
  margin-left: -29px !important;
}
.arrow-nav.material-icons.pmd-sm.md-light {
  margin-top: -4px !important;
}
 a.navbar-brand.site-tittle-text {
  margin-left: 3% !important;
  
}
label#selectlabel {
  font-size: 10px !important;
}
button#formBtn {
  font-size: 0.7rem !important;
  width:100%;
}
a#flatbtn {
  font-size: 0.7rem !important;
  width:100%;
}
button#flatbtn {
  font-size: 0.7rem !important;
  width:100%;
}
button#sendBtn
{
  font-size: 0.7rem !important;
  width:100%;
}
button#CancelBtn{
  font-size: 0.7rem !important;
  width:100%;
}

h3.list-group-item-heading {
  font-size: 14px!important;
  width: 92%;
}
i.delete.material-icons.media-right.pull-right.pmd-sm {
  position: static;
  margin: 0;
  margin-top: -17px;
  margin-right: -18px;
}

label.radio-inline.pmd-radio.pmd-radio-ripple-effect{
display: block;
width: 100%;
margin-left: -1px;
}
h1.pmd-display2 {
  font-size: 1.3rem !important;
  width: 100%;
}
.msg_ib h3 span.msg_date {
    float: left;
    width: 100%;
    padding: 10px 10px 0px 10px;
}
.msg-wrap-inner {
  width: 100%;
  font-size: 12px;
}

.list-group-item-text.msgcontent {
  font-size: 14px !important;
}
}

@media only screen and (min-width: 601px) {
  .container {
    width: 90%;
    font-family: "MorganAvecSans";
  }

  a.navbar-brand.site-tittle-text {
    margin-left: 2% !important;
  }
  .arrow-nav.material-icons.pmd-sm.md-light {
    padding-top: 7px !important;
}
  
  .form-control {
    margin-top: 5px;
  }
  .pmd-sidebar-left-fixed, .pmd-sidebar-right-fixed, .pmd-sidebar-slide-push{
    z-index: 9999 !important;
  }
  .pmd-sidebar-overlay {
    z-index: 9998!important;
  }
  .pmd-sidebar-overlay.pmd-sidebar-overlay-active, .pmd-sidebar-overlay.active {
    z-index: 9998 !important;
  } 
  button#formBtn,
  a#btnAction,
  button#CancelBtn,
  button#flatbtn, .btn.pmd-btn-flat.pmd-ripple-effect.btn-info.pull-left,
  label#selectlabel,
  button#CancelBtn {
    min-width:100px !important;
}

}



@media only screen and (min-width: 993px) {
  .container {
    width: 80%;
    font-family: "MorganAvecSans";
  }
  .pmd-sidebar-left-fixed, .pmd-sidebar-right-fixed, .pmd-sidebar-slide-push{
    z-index: 9999 !important;
  }
  .pmd-sidebar-overlay {
    z-index: 9998!important;
  }
  .pmd-sidebar-overlay.pmd-sidebar-overlay-active, .pmd-sidebar-overlay.active {
    z-index: 9998 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 59%;
    font-family: "MorganAvecSans";
  }
  .pmd-sidebar-left-fixed, .pmd-sidebar-right-fixed, .pmd-sidebar-slide-push{
    z-index: 9999 !important;
  }
  .pmd-sidebar-overlay {
    z-index: 9998!important;
  }
  .pmd-sidebar-overlay.pmd-sidebar-overlay-active, .pmd-sidebar-overlay.active {
    z-index: 9998 !important;
  }
  a.navbar-brand.site-tittle-text {
    margin-left: 1.7% !important;
}
}
/* kundeaftale custon styles */
img.img-fluid.img-aftale{
  margin-top: 8px;
}

.footer-aftale {
  margin-top: -11px;
}

/* Footer custon styles */
footer {
  background:white;
  color:gray;
  font-size: 1.1rem;
  margin-top: 30px;
  font-family: "MorganAvecSans";
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 2px solid #eee;
}
.footernav h3 {
  color: white;
  font-size: 20px;
}
.footernav li a:link,
.footernav li a:visited {
  color: #737373;
  text-align: center;
  text-decoration: none;
}
.footernav li a.active {
  color: #02aef0;
  font-stretch: expanded;
  font-weight: 400;
}
.footernav li a:hover {
  background-color:#ddd;
  font-weight: bolder;
}
.footernav {
  margin: 0;
  padding: 0;
  text-align: center; 
}
.footernav li {
  display: inline;
  font-size: 16px;
}
.footernav li a {
  display: inline-block;
  padding: 10px;
}
.pmd-card-footer.border {
  border-bottom: 1px solid lightgray;
}
.pmd-card-footer {
  padding: 0 0;
  content: "";
  
}
div#AftFooter{
  margin-top: 28px;
}
.pmd-card-footer.card-footer-no-border.card-footer-p16.text-center {
  padding: 0 16px 16px 16px;
  font-family: "MorganAvecSans";
}
.form-control {
  display: unset;
  margin-top: 11px;
}

.pmd-textfield textarea.form-control {
  height: 150px !important;
}

#title {
  margin: 14px 0 0 0 !important;
  }

/*Message custom styles*/
.pmd-card-body {
  font-family: "MorganAvecSans";
}
.pmd-body {
  padding-right: 40px;
  padding-left: 40px;
  font-family: "MorganAvecSans";
}
/* filelist custom styles*/
#fileList>a.list-group-item {
  background-color: #eee !important;
    margin-bottom: 14px;
    margin-top: 10px;
}
.delete {
  color: red;
}
.error {
  color: red;
  width: inherit;
}
.deletefileIcon {
  margin-top: 26px;
}
.observe {
  color: blue;
  width: inherit;
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
input.visually-hidden:focus + label {
  outline: thin dotted;
}

/* Buttons custom styles*/
button.btn.pmd-btn-flat.pmd-ripple-effect.btn-primary.modal-btn {
  background-color: #02aef0;
  color: white;
  min-width: 113px !important;
  align-content: center !important;
}
.open>.dropdown-toggle.btn-default.focus, 
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:active
,.open>.dropdown-toggle.btn-default:active
,.open>.dropdown-toggle.btn-default:hover
{
  background: none !important;
  background-color: none !important;
  border-color: none !important;
  border: none !important;
}
#dropdownMenuBottomRight {
  background: none !important;
  background-color: none !important;
  border-color: none !important;
  border: none !important;
}  
button#sendBtn, 
button#formBtn,
a#btnAction,
button#CancelBtn,
#btnAction,
label#selectlabel,
button#flatbtn, .btn.pmd-btn-flat.pmd-ripple-effect.btn-info.pull-left {
  min-width: 100px;
}

.pmd-btn-fab.btn-sm i,
.pmd-btn-fab.btn-sm span {
  color: white;
  background: transparent;
}
.pmd-btn-fab.btn-sm:focus,
.pmd-btn-fab.btn-sm:active,
.pmd-btn-fab.btn-sm:hover,
.pmd-btn-fab.btn-sm span {
  color: black;
  background: transparent;
}
.btn-message {
  border-radius: 50%;
  background-color: #9e9e9e;
  border:1px solid #ddd;
  height:50px;
  width:50px;
  padding:5px;
  
}
.btn-attach {
  border-radius: 50%;
  background-color: #9e9e9e;
  border: 1px solid #ddd;
  height: 34px;
  width: 34px;
  padding-top: 7px;
  color: white;
  margin-top: 12px;
  border: 1px solid;
  margin-left: 13px;
}
.input-group-addon.attach:first-child {
  padding: 0px !important
}
.btn-message i.material-icons.pmd-sm ,
.btn-message i.material-icons.pmd-sm.notification-trigger{
  padding:7px 0px 0px 11px;
  color: white;
  font-family: "MorganAvecSans";
  font-weight: bolder;
}
button.btn.pmd-btn-flat.pmd-ripple-effect.btn-info {
  border: 1px solid !important;
}
.btnlink {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  position: relative;
  vertical-align: middle;
  padding-right: 50px !important;
  padding-left: 50px !important;
}

/* Modal custom styles*/
.pmd-modal-action .btn {
  min-width: none;
  margin: 0;
}
.modal-content {
  border-radius: 2rem;
  border: solid 5px #eee;
 
}
.pmd-modal-action.pmd-modal-bordered {
  /* border-top: 1px solid; */
  background-color: #eee;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

/* Alert custom styles*/
.alert-info {
  color: gray;
  background-color:white;
  border-color: #c4c2c2;
  text-align: center;
  font-size: 1.5rem !important;
  
}

/* Sidebar custon styles - the filterbar on the start page*/
.pmd-sidebar-left-fixed,
.pmd-sidebar-right-fixed, 
.pmd-sidebar-slide-push {
  z-index: 9999 !important;
}




.pmd-sidebar-overlay.pmd-sidebar-overlay-active, 
.pmd-sidebar-overlay.active {
  z-index: 9998 !important;
}
.filter-sidebar .pmd-sidebar-right-fixed{
  display: none;
}
.filter-sidebar{
  position: fixed;
  right: 0%;
  top: 0;
  bottom: 0;
  z-index: 999;
  min-width: 280px;
  width: 280px;
  z-index: 9999;
  background-color: #fff;
  color: #222;
  padding:5px 15px 15px 15px;
}

.filter-sidebar > h1 {
  padding-top:32px;
}




label.pmd-checkbox.pmd-checkbox-ripple-effect.media-body.filtercheck {
  padding-top: 10px;
}

/* nav tabs in topbar custom styles */
.btn-primary.pmd-btn-flat {
  color: #02aef0;
  background-color: transparent;
}
.arrow-nav.material-icons.pmd-sm.md-light{
  padding-top: 12px !important;
}

/* nav tabs in topbar custom styles */
.pmd-tabs-bg {
  background-color:transparent !important;
  color: #ffffff;
  font-weight: bolder;
}
.nav-tabs > li > a {
  opacity: 1  !important;
  font-weight: bolder;
}

/* Top navbar custon styles */
.navbar-inverse { 
  border-color: #02aef0;
  color: white;
  background: #02aef0 url("/assets/images/nav-bg.png") no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
}
.pmd-navbar.navbar > 
.container .navbar-brand, 
.pmd-navbar.navbar > 
.container-fluid .navbar-brand {
  color: white;
}

/* login top dropdown custom styles  aligns the drop*/
.topdrop.dropdown-menu {
  top: 85%;
  left: -341%;
}    
.topdrop.dropdown-menu a {
 width: 100%;
}     
.btn-group .btn {
  border-radius: 2px !important;
}
#dropdownMenuDefault {
  background-color: #eee;
}
#dropdownMenuDefault:hover {
  background-color: #02aef0;
  color: white;
}
.dropdown-menu>li:hover {
  width:100% !important;
} 

/* lists custom styles */
.list-group-item.DialogBox {
  background-color: #eee !important;
}
.list-group-item-heading {
  font-size:1.2rem !important;
}
.list-group-item-text {
  font-size:1.2rem !important;
}
.paddingPMD{
padding-left: 32px !important;
}

.paddingPMDR{
  padding-right: 32px !important;
  }
a.list-group-item {
  border: solid 1px #ddd;
  background-color:none !important;
}
.list-group-item {
background-color:rgba(255, 255, 255, 0) !important;
}
span.d-inline.BeskedType {
  color: #ea0f8b;
  border: 1px solid;
  border-radius:5px;
  margin-right:5px;
  padding:0 3px;
}

/*Cookie bar custom styles */
#cookie-bar {
  background: #e7e7e7 !important;
  padding: 15px !important;
  opacity:0,99;
  z-index: 999999 !important;
}
#cookie-bar-prompt-content a, #cookie-bar a, #cookie-bar-prompt-content span {
  color: #02aef0 !important;
}
#cookie-bar-button {
  background-color: #e7e7e7 !important;
  border-bottom: 1px solid #02aef0;
  color: #222 !important;
  border: solid 1px #02aef0 !important;       
}         
#cookie-bar p{             
  color: #222 !important;            
}
.pmd-tabs .nav-tabs{
  min-width: 300px !important;
}

/* Preloader custom styles */
.sk-circle { 
  margin-top: 20%;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left:20px;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: white;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.5s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.5s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); 
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); 
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); 
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); 
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); 
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); 
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); 
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); 
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); 
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; 
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; 
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; 
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; 
}
@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.loader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #222;
  display: flex;
  opacity:0.5;
}
.loader.hidden {
  animation: fadeOut 2s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}


.rc-anchor-light {
  background: #ffffff !important;
  
  /* font-size: 1.1rem; */
  }

 /* propeller poover styles */
 h1.MainHeading {
  color: white;
  font-size: 2rem;
  font-weight: bolder;
  margin: 10px 0 0 5px;
  }
  .summery {
    color:rgba(0,0,0,.54);
  }

  address#cust_content , address#frl_content,address#job_desc, address#job_content{
    padding: 20px;
    background-color: #eee;
    border-radius: 10px;
}

/* message custom styles */
.msg_ib h3{ color:#464646; margin:0 0 0px 0;}
.msg_ib h3 span.msg_date{float:right;}
.msg_ib div.msg-wrap-inner{ 
color: #989898;
margin: auto;
padding: 10px;
background-color: #eee;
margin-top: 5px;
}
.msg_ib h3 span.msg_sender{
  float: left;
  width: 98%;
}
.msg_ib {
  width: 98%;
}
.msg_date {  
  padding: 2px;
  color:#989898;
}

.msg-color{
  color: #989898;
}
.msg_wrap{ overflow:hidden; clear:both;}
.msg_list {
  margin: 0;
}

  .msg-wrap-inner>.llist-group-item-heading
  {
    color:black;
    }
  
   
      div#invitationPassConfirm > #passwordConfirmDiv label{
        margin-top: 0px !important;
      }
      div#invitationPassConfirm > #passwordConfirmDiv input{
        margin-top: 14px !important;
      }

.hidden
{
   display: none !important;
}

.show
{
  display: block !important;
} 
   

          