.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.ribbon{
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-direction: alternate;
}
.progress-bar.animate {
   width: 100%;
}
.back_to_top {
   position: fixed; 
   bottom: 50px; 
   right: 25px; 
   width: 40px; 
   height: 40px; 
   color: rgb(238, 238, 238); 
   line-height: 40px; 
   text-align: center; 
   background-color: green; 
   cursor: pointer; 
   border-radius: 5px; 
   z-index: 99999; 
   opacity: 0.7;
}
/*News And Announcement Start Region*/
/*Staff List in admin upload news page and edit news page*/
.someclass ul {
  display:none;
}
/*News And Announcement End Region*/

/*DMS Management Start Region*/
/*File List in admin/user file list page*/
.widget {
  padding: 15px;
  background-color: #fff;
  width: 100%;
  /*max-height: 700px;*/
 /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);*/
  overflow: auto;
}

.widget > input { 
    display: block;
    width: 100%;
    min-height: 30px;
    margin-bottom: 20px;
    border: 0 none;
    border-bottom: 1px solid #ccc;
    outline: none;

  }

.folder-container {
  margin: 10px;
  padding: 0 20px;
  margin: 0;
}

.folder-wrapper {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.file-item,
.folder-item {
  margin-left: -16px;
  padding-left: 20px;
  list-style-type: none;
  white-space: nowrap;
}

.file-item {
  background: transparent  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAsUlEQVQ4T2NkgIKE2q4DMDZW+j+jAgPj//0LmssSkeUZEQZ0/1/QXArnoxuSUNPdwMDIEMDwn2HDgpbSBpg8aQYw/H/PwMCQwMDIMHFBc9kCkCGkGODAwMAAwiBd9TDXYhiQUNtdwPCfgR97ePy7uKClfENCLcK7RLsA2UC8BoADi4HhP44YObigpfTAsHfBgMcC3vwAzze0TAcUuKDrAMN/RlwJCNVcRoaPC5pLA0CCALOMnRHTr6OKAAAAAElFTkSuQmCC') no-repeat left center;
}

.folder-item {
  font-weight: bold;
  background: transparent  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA6UlEQVQ4T62TvQ3CMBCF31OgDxPACGwATAAjeAOgSKpECgoCiRTABmYDNgA2yAawAUpNwiGHH0GBlATcuPH3vbPvTPy4+COPXKCCpY30sgORPIU6dLtF5FTeYgWgA2KtQ1fnQj8amQ2C81fJVcZ65sZUfhTr0GmrYN5iZjWLpIqwC0oLVjah8hd7WPUBsvQIwC4ieD9zFwgDELuyMCCHuwDcAliWFgg2jwoQgxxWEDzeICfZqSDoPa9QHjZpVq1B5UUnEIXa91GhSKKnrm3mQEqXngNyMNNqBKYD/QqSsQ6d1X8+U4X0F3IDjRRPOikDqHUAAAAASUVORK5CYII=') no-repeat left center;
}
/*DMS Management End Region*/

/*Live Chat Start Region*/
.live-chat {
  width: 250px;
  height: 50px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);
  text-align: center;
  margin: 0 0 10px 0;
  overflow: auto;
  opacity: 0;
}
/* Media Query for Mobile Devices */ 
@media (max-width: 480px) { 
  .live-chat {
    width: 250px;
  }
} 
          
/* Media Query for low resolution  Tablets, Ipads */ 
@media (min-width: 481px) and (max-width: 767px) { 
  .live-chat {
    width: 350px;
  }
} 

/* Media Query for Tablets Ipads portrait mode */ 
@media (min-width: 768px) and (max-width: 1024px){ 
   .live-chat {
    width: 750px;
  }
} 

@media (min-width: 1025px) and (max-width: 1280px){ 
  .live-chat {
    width: 800px;
  } 
}
          
/* Media Query for Large screens */ 
@media (min-width: 1281px) { 
  .live-chat {
    width: 800px;
  } 
} 

.live-chat::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.live-chat {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.live-chat.open {
  height: 450px;
  opacity: 1;
}
.live-chat.popup-ani {
  -webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/*.live-chat h1 {
  font-size: 20px;
  color: #757575;
  padding: 25px 0;
  margin: 0;
  font-weight:400;
  font-family: 'Roboto', sans-serif;

}*/
.live-chat .love {
  width: 20px;
  height: 20px;
  background-position: 35px 84px;
  display: inline-block;
  margin: 0 6px;
  background-size: 62px;
}
.live-chat .ba-logo {
  width: 65px;
  height: 25px;
  background-position: 0px;
  margin: 0 auto;
  opacity: .5;
  cursor: pointer;
}
.live-chat .ba-logo:hover {
  opacity: 1;
}
.logo-ani {
  transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
}
.live-chat input {
  font-size: 14px;
  padding: 12px 15px;
  /*border-radius: 15px;*/
  border: 0;
  outline: none;
  margin: 8px 0;
  width: 100%;
  box-sizing: border-box;
  line-height: normal;
  /*Bootstrap Overide*/
  font-family: sans-serif;
  /*Bootstrap Overide*/
}
.live-chat form {
  padding: 5px 30px 0;
  margin-bottom: 15px;
}
.live-chat input[name="email"] {
  background-color: #eee;
}
.live-chat input[name="submit"] {
  background-color: #00aeef;
  cursor: pointer;
  color: #fff;
}
.live-chat input[name="submit"]:hover {
  background-color: #26baf1;
}

.live-chat input[name="reset"] {
  background-color: #C0C0C0;
  cursor: pointer;
  color: #fff;
}

.live-chat-fab {
  width: 65px;
  height: 65px;
  background-color: #FF0000;
  border-radius: 30px;
  float: right;
  box-shadow: 0px 12px 45px rgba(0, 0, 0, .3);
  z-index: 5;
  position: relative;
}
.live-chat-fab .img-fab {
  height: 30px;
  width: 30px;
  margin: 15px auto;
  background-image: url("/apps/trinity/common/image/live_chat.png");
  background-position: -1px -53px;
}
.live-chat-fab .wrap {
  transform: rotate(0deg);
  -webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.live-chat-fab .ani {
  transform: rotate(45deg);
  -webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.live-chat-fab .close {
  background-position: -2px 1px;
  transform: rotate(-45deg);
  float: none;
  /*Bootstrap Overide*/
  opacity: 1;
  /*Bootstrap Overide*/
}
.live-chat-wrap {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 1000;
}

#closeButton {
    position: absolute;
    top: 5px;
    right: 12px;
}
#chatTitle {
    position: absolute;
    top: 0;
    left: 8px;
}
#chat_overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

#chat_content{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
/*Live Region End Region*/

/*Side bar menu width start region*/
@media (min-width: 768px) {
  .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right-container) {
    width: 250px !important;
  }
 
  .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    width: 250px !important;
  }

  .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    left: 250px !important;
  }
}
/*Side bar menu width end region*/

.previewMeetingThumb{
  background-color: #EEEEEE;
  height: 100px;
  width: 100px;
  border: 2px solid;
  cursor: pointer;
}

.imageMeetingThumb {
  height: 100px;
  width: 100px;
  border: 2px solid;
  padding: 1px;
  cursor: pointer;
}
.pipMeeting {
  display: inline-block;
  margin: 10px 10px 10px 0; /*top right bottom left*/
}
.removeMeeting {
  display: block;
  background: #dd4b39;
  border-left: 1px solid black;
  border-right: 1px solid black;
  color: white;
  text-align: center;
  cursor: pointer;
}
.downloadMeeting {
  display: block;
  background: #3c8dbc;
  border: 1px solid black;
  color: white;
  text-align: center;
  cursor: pointer;
}
.removeMeeting:hover {
  background: white;
  color: black;
}