/*body {
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1);
}*/

.ui_innerpage{
      /*background-color: #e9e9e9;*/
      min-height: calc(90vh - 50px);
}
.displaythumbnail{
  height: 200px;
  width: 170px;
}
#uploadPreview {
    
    width: 150px;
    height: 200px;
    overflow: hidden;
}
#uploadingimg{
  height: 200px;
  width: 170px;
}


.logoimg{
  height: 30%;
  width: 35%;
}
.innerlogo{
  height: 5%;
  width: 6%;
}
.footerbg{
  background-color: #3e5c5c;
}

#my-dropzone .message {
    font-family: "Segoe UI Light", "Arial", serif;
    font-weight: 600;
    color: #0087F7;
    font-size: 1.5em;
    letter-spacing: 0.05em;
}

.dropzone {
    border: 2px dashed #0087F7;
    background: white;
    border-radius: 5px;
    min-height: 300px;
    padding: 90px 0;
    vertical-align: baseline;
}

.inboxmessageborder{
  border-bottom: 2px solid #9932CC;
  color: #BA55D3 !important;
  background-color: #fff;
}
.inboxmessagetitle{
  color: #9932CC !important;
  
  
}
.sentmessageborder{
  border-bottom: 2px solid #8B4513;
}
.draftsmessageborder{
  border-bottom: 2px solid #FF1493;
}

.btn-point{
  border-radius: 0px !important;
}
.modaloffrow{
  background-color: #8ac5c3;
}
.modalevenrow{
  background-color: #edece8;
}
.modaloddrow{
  background-color: #f5f5f5;
}
@media only screen and (max-device-width: 480px) {
.newtd{
    display:block !important;
 }
 .videosized{
  max-width: 400px;
  
 }
}
.panel{
  background-color: #fbf4f9 !important;
  transition: 0.33s, cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.navpanel{
  /*background: linear-gradient(60deg, #ab47bc, #8e24aa);*/
  background-color: #2F4F4F;
  color: #fff !important;
}
.navbutton {
  border: none;
  color: white;
  text-align: center;
  opacity: 0.6;
  transition: 0.3s;
}
.navbutton:hover {opacity: 1}

.tablehead {
    background-color: #2F4F4F;
    color: #fff;
}
.tablehead:hover {opacity: 1}
.tabicons{
  
}
.tabsm{
  font-size: 0.95em !important;
  font-weight: 400;
}
.tabsmx{
  font-size: 0.85em !important;
  font-weight: 450;
}
.bodyshadow{
    box-shadow: inset 0 7px 9px -7px #ab47bc;
}
.rightbordercard{
  border-right: 1px solid #d4d1c9;
  background-color: #dbd7ce;
  font-size: 3.0em;
  color: #7e7ee0;
}
.leftbordercard{
  font-size: 1.15em;
  color: #272761;
}
.no_link {
text-decoration: none !important;
color: #2F4F4F;
}
.no_border{
  border: none !important;
}
/* The container */
.radiocontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radiocheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #483D8B;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .radiocheckmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .radiocheckmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiocheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .radiocheckmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .radiocheckmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.checkboxcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.boxcheckmark {
  position: absolute;
  top: 0;
  
  height: 25px;
  width: 25px;
  background-color: #483D8B;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .boxcheckmark {
  background-color: #2196F3;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .boxcheckmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.boxcheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .boxcheckmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .boxcheckmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.liveevent{
  color: #f5e042;
  border-radius:0%;
  animation:op 1s ease infinite;
}

.live{
  color:red;
  background:red;
  border-radius:50%;
  animation:op 1s ease infinite;
}
@keyframes op{
0%{
  opacity:0;
}
50%{
  opacity:1;
}
100%{
  opacity:0;
}
}

.volcol{
  border: none;
  border-left: 1px solid #dfe1e6;
}
.voldashcard{
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
