  .ctMain{
        border: 1px solid;
        border-color: silver;
        border-radius: 15px 15px 0px 0px;
        width: 70%;
        height: 40%;
        overflow: auto;
        padding: 20px;
        font-family: Helvetica, Arial, sans-serif;


    }
    .ctSettings{
        border: 1px solid;
        border-color: silver;
        border-radius: 0px 0px 15px 15px;
        flex-wrap: wrap;
        justify-content: space-evenly;
        display: flex;
        width: 70%;
        padding: 5px;
        padding-top: 5px;
        font-family: Helvetica, Arial, sans-serif;
    }

    .ctIn{
        background-color: #eeeeee;
        border-radius: 10px;
        width: fit-content;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 1.5em;
        display: flex;
        align-items: center;
        
      
    }
    .ctIn i{
        color:#a1a1a1;
        padding-right: 10px;
        font-size: 2em;
        
    }
    .cTime{
        color: silver;
        font-size: .75em;
        text-align: left;
    }
    .cTimeOut{
        color: silver;
        font-size: .75em;
        text-align: right;
        padding-right: 25px;
    }

        .ctOut{
        background-color: #c7f2ea;
        border-radius: 10px;
        width: fit-content;
        float: right;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.5em;
        display: flex;
        align-items: center;
        
      
    }
    .ctOut i{
        color:#18BC9C;
        padding-left: 10px;
        font-size: 2em;
        
    }
    .placeholder{
  border-radius: 5px;
}
 .umGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }

    .umChatButtonItem {
        align-content: center;
        border: 1px solid #2d695d;
        border-radius: 10px;
        background-color: #cae3de;
        margin: 6px;
    }
.placeholder div{background:#E8E8E8;}

.placeholder .square{
  float:left;
  width: 90px;
  height:56px;
  margin:0 0 10px;
}

.placeholder .phLine{height:12px;margin:0 0 10px 105px;}
.placeholder .phLine:nth-child(2){width: 120px;}
.placeholder .phLine:nth-child(3){width: 170px;}
.placeholder .phLine:nth-child(4){width: 150px;}

.placeholder .circle{
  float:left;
  width: 15px;
  height:15px;
  margin:0 15px 10px 0;
  border-radius:15px;
}

/* 
  --------------
  Pulse effect animation 
  Activated by adding a '.pulse' class to the placeholder
  --------------
*/

.placeholder.pulse div{
  animation: pulse 1s infinite ease-in-out;
  -webkit-animation:pulse 1s infinite ease-in-out;
}

@keyframes pulse
{
  0%{
    background-color: rgba(165,165,165,.1);
  }
  50%{
    background-color: rgba(165,165,165,.3);
  }
  100%{
    background-color: rgba(165,165,165,.1);
  }
}

@-webkit-keyframes pulse
{
  0%{
    background-color: rgba(165,165,165,.1);
  }
  50%{
    background-color: rgba(165,165,165,.3);
  }
  100%{
    background-color: rgba(165,165,165,.1);
  }
}

/* 
  --------------
  Wave effect animation 
  Activated by adding a '.wave' class to the placeholder
  --------------
*/

.placeholder.wave div{
    animation: wave 1s infinite linear forwards;
    -webkit-animation:wave 1s infinite linear forwards;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
}

@keyframes wave{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

@-webkit-keyframes wave{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?l57g7e');
  src:  url('fonts/icomoon.eot?l57g7e#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?l57g7e') format('truetype'),
    url('fonts/icomoon.woff?l57g7e') format('woff'),
    url('fonts/icomoon.svg?l57g7e#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-alt-circle-up .path1:before {
  opacity:1;
  content: "\e908";
  
}
.icon-arrow-alt-circle-up .path2:before {
  opacity: 0.7;;
content: "\e909";
  margin-left: -1em;
  
  
}
.icon-calendar-alt .path1:before {
  opacity:1;
  content: "\e90a";
  
  
}
.icon-calendar-alt .path2:before {
  opacity: 0.7;;
content: "\e90b";
  margin-left: -0.875em;
  
  
}
.icon-cloud-download-alt .path1:before {
  opacity:1;
  content: "\e90c";
  
}
.icon-cloud-download-alt .path2:before {
  opacity: 0.7;;
content: "\e90d";
  margin-left: -1.25em;
  
  
}
.icon-comment-dots .path1:before {
  opacity:1;
  content: "\e90e";
  
}
.icon-comment-dots .path2:before {
  opacity: 0.7;;
content: "\e90f";
  margin-left: -1.142578125em;
  
  
}
.icon-database .path1:before {
  opacity:1;
  content: "\e910";
  
}
.icon-database .path2:before {
  opacity: 0.7;;
content: "\e911";
  margin-left: -0.875em;
  
  
}
.icon-envelope-open-text .path1:before {
  opacity:.7;
  content: "\e912";
  
}
.icon-envelope-open-text .path2:before {
  opacity:1;
content: "\e913";
  margin-left: -1em;
  
  
}
.icon-film .path1:before {
  opacity:1;
  content: "\e914";
  
}
.icon-film .path2:before {
  opacity: 0.7;;
content: "\e915";
  margin-left: -1em;
  
  
}
.icon-image .path1:before {
  opacity:1;
  content: "\e916";
  
}
.icon-image .path2:before {
  opacity: 0.7;;
content: "\e917";
  margin-left: -1em;
  
  
}
.icon-sitemap .path1:before {
  opacity:1;
  content: "\e918";
  
  
}
.icon-sitemap .path2:before {
  opacity: 0.7;;
content: "\e919";
  margin-left: -1.25em;
  
  
}
.icon-paper-plane .path1:before {
  opacity:1;
  content: "\e904";
  
}
.icon-paper-plane .path2:before {
  opacity: 0.7;;
content: "\e905";
  margin-left: -1em;
  
  
}
.icon-lightbulb .path1:before {
  opacity:1;
  content: "\e906";
  
}
.icon-lightbulb .path2:before {
  opacity: 0.7;;
content: "\e907";
  margin-left: -0.6875em;
  color: rgb(188, 188, 188);
  
}
.icon-rocketdt .path1:before {
  opacity:1;
  content: "\e902";
  
}
.icon-rocketdt .path2:before {
  opacity: 0.7;;
content: "\e903";
  margin-left: -1em;
  
  
}
.icon-sign-out-alt .path1:before {
  opacity:1;
  content: "\e900";
  
  
}
.icon-sign-out-alt .path2:before {
  opacity: 0.7;;
content: "\e901";
  margin-left: -1em;
  
  
}
.icon-backward .path1:before {
  content: "\e91a";
  opacity:1;
}
.icon-backward .path2:before {
  content: "\e91b";
  margin-left: -1em;
  opacity: 0.7;;
}
.icon-save .path1:before {
  content: "\e91c";
  opacity:1;
}
.icon-save .path2:before {
  content: "\e91d";
  margin-left: -0.875em;
  opacity: 0.7;
}
.icon-upload .path1:before {
  content: "\e91e";
  opacity:1;
}
.icon-upload .path2:before {
  content: "\e91f";
  margin-left: -1em;
  opacity: 0.7;
}
.icon-spell-check .path1:before {
  content: "\e920";
  opacity:1;
}
.icon-spell-check .path2:before {
  content: "\e921";
  margin-left: -1.125em;
  opacity: 0.7;;
}
.icon-list-alt .path1:before {
  content: "\e922";
  opacity:1;
}
.icon-list-alt .path2:before {
  content: "\e923";
  margin-left: -1em;
  opacity: 0.7;
}
.icon-biking .path1:before {
  opacity: 1;
  content: "\e924";
  
}
.icon-biking .path2:before {
  opacity: 0.7;
  content: "\e925";
  margin-left: -1.25em;
 }
.icon-flask .path1:before {
  opacity: 1;
  content: "\e926";
  
}
.icon-flask .path2:before {
  opacity: 0.7;
  content: "\e927";
  margin-left: -0.875em;
 }
.icon-microphone .path1:before {
  opacity: 1;
  content: "\e928";
  
}
.icon-microphone .path2:before {
  opacity: 0.7;
  content: "\e929";
  margin-left: -0.6875em;
 }
.icon-mouse .path1:before {
  opacity: 1;
  content: "\e92a";
  
}
.icon-mouse .path2:before {
  opacity: 0.7;
  content: "\e92b";
  margin-left: -0.75em;
 }
.icon-map .path1:before {
  opacity: 1;
  content: "\e92c";
  
}
.icon-map .path2:before {
  opacity: 0.7;
  content: "\e92d";
  margin-left: -1em;
 }
.icon-file .path2:before {
  opacity: 1;
  margin-left: -0.75em;
  content: "\e92e";
 }
.icon-file .path1:before {
  opacity: 0.5;
  content: "\e92f";
  
  
}
.icon-search .path1:before {
  opacity: 1;
  content: "\e930";
  
}
.icon-search .path2:before {
  opacity: 0.7;
  content: "\e931";
  margin-left: -1em;
 }
 .icon-user-circle .path1:before {
opacity:1;
  content: "\e932";}
.icon-user-circle .path2:before {
   opacity : 0.5;
  content: "\e933";
  margin-left: -0.96875em;  
}
.icon-project-diagram .path1:before {
opacity:1;
  content: "\e934";}
.icon-project-diagram .path2:before {
   opacity : 0.5;
  content: "\e935";
  margin-left: -1.25em;  
}
.icon-project-diagram .path3:before {
  opacity : 0.5;  
  content: "\e936";
  margin-left: -1.25em;  
}
.icon-bezier-curve .path1:before {
opacity:1;
  content: "\e937";}
.icon-bezier-curve .path2:before {
   opacity : 0.5;
  content: "\e938";
  margin-left: -1.25em;  
}
.icon-chalkboard-teacher .path1:before {
opacity:1;
  content: "\e939";}
.icon-chalkboard-teacher .path2:before {
   opacity : 0.5;
  content: "\e93a";
  margin-left: -1.25em;  
}
.icon-swatchbook .path1:before {
opacity:1;
  content: "\e93b";}
.icon-swatchbook .path2:before {
   opacity : 0.5;
  content: "\e93c";
  margin-left: -1em;  
}
.icon-hand-holding-usd .path1:before {
opacity:1;
  content: "\e93d";}
.icon-hand-holding-usd .path2:before {
   opacity : 0.5;
  content: "\e93e";
  margin-left: -1.125em;  
}
.icon-people-arrows .path1:before {
  content: "\e93f";
  opacity:1;
}
.icon-people-arrows .path2:before {
  content: "\e940";
  margin-left: -1.125em;
  
  opacity: 0.5;
}
.icon-user-tie .path1:before {
  content: "\e941";
  opacity:1;
}
.icon-user-tie .path2:before {
  content: "\e942";
  margin-left: -0.875em;
  opacity: 0.5;
}
.icon-user-tie .path3:before {
  content: "\e943";
  margin-left: -0.875em;
  opacity: 0.5;
}