body{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#39a6f9+0,451fb7+100 */
/* background: #39a6f9; /* Old browsers */
/* background: -moz-linear-gradient(left, #39a6f9 0%, #451fb7 100%); /* FF3.6-15 */
/* background: -webkit-linear-gradient(left, #39a6f9 0%,#451fb7 100%); /* Chrome10-25,Safari5.1-6 */
/* background: linear-gradient(to right, #39a6f9 0%,#451fb7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#03174b), to(#03a6f0)); */
    background: linear-gradient(to bottom, #03174b, #03a6f0);
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-top: 55px; */
    /* height: 100vh; */
    min-height: 100vh;
    width: 100%;
}

#login
{
    margin-top: 40px;
}

#login_group
{
    margin-top: 50px;

}
/* Navbar */
.navbar{
  min-height: 33px !important;
  margin-bottom:0;
  border-radius:0;
}

.navbar-nav > li > a, .navbar-brand{
  padding-top:6px !important;
  padding-bottom:0 !important;
  height: 33px;
}

.navbar-default {
  background-color: #3c86e7;
  border-color: #3c86e7;
}
.navbar-default .navbar-brand {
  color: #ecf0f1;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffbbbc;
}
.navbar-default .navbar-text {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffbbbc;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffbbbc;
  background-color: #3c86e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffbbbc;
  background-color: #3c86e7;
}
.navbar-default .navbar-toggle {
  border-color: #3c86e7;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #3c86e7;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ecf0f1;
}
.navbar-default .navbar-link {
  color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
  color: #ffbbbc;
}

.main-color-bg{
  background-color: grey !important;
  border-color: #3c86e7 !important;
  color:#ffffff !important;
}

#header{
  background: #ffffff;
  opacity: .4;
  color:#ffffff;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#header .create{
  padding-top: 20px;
}

.breadcrumb{
  background:#cccccc;
  opacity: .4;
  color: #ffffff;;
}

.breadcrumb a{
  color: #ffffff;;
}

.dash-box{
  text-align:center;
}
 #logo
 {
    width: 40%;
    display:block;
    margin:auto;
 }

 .navbar-custom {
    background-color:#229922;
    color:#ffffff;
    border-radius:0;
}

.navbar-custom .navbar-nav > li > a {
    color:#fff;
}

.navbar-custom .navbar-nav > .active > a {
    color: #ffffff;
    background-color:transparent;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open >a {
    text-decoration: none;
    background-color: #33aa33;
}

.navbar-custom .navbar-brand {
    color:#eeeeee;
}
.navbar-custom .navbar-toggle {
    background-color:#eeeeee;
}
.navbar-custom .icon-bar {
    background-color:#33aa33;
}

.shadowTASK {
    -webkit-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.3);
	   -moz-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.3);
	        box-shadow: 0 8px 6px -6px rgba(68,68,68,0.3);
}

.numberCircle {
    width: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    border: 2px solid #666;
}

.numberCircle_1 {
    width: 75px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;

}

.numberCircleDetails {
    color:white;
    display: inline-block;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    border: 2px solid white;
}
.headingcoderDetail
{
    padding: 20px;
}
.noticeMsgShow
{
    display: block;
}
.noticeMsgHide
{
    display: none;
}


.chat-window{
  bottom:0;
  position:fixed;
  margin: 0px;
  padding-top: 20px;
  border-radius: 0 10px 0 0;
  background-color: rgba(0,0,0,0.5);
  -webkit-box-shadow: -5px -10px 137px -8px rgba(0,0,0,0.5);
  -moz-box-shadow: -5px -10px 137px -8px rgba(0,0,0,0.5);
box-shadow: -5px -10px 137px -8px rgba(0,0,0,0.5);
}
.chat-window > div > .panel {
  border-radius: 5px 5px 0 0;
}
.icon_minim{
  padding:2px 10px;
}
.msg_container_base{
background: #e5e5e5;
margin: 0px;
max-height:300px;
overflow-x:hidden;
}
.top-bar {
background: #666;
color: white;
padding: 10px;
position: relative;
overflow: hidden;
}
.msg_receive{
  padding-left:0;
  margin-left:0;
}
.msg_sent{
  padding-bottom:20px !important;
  margin-right:0;
}
.messages {
background: white;
padding: 10px;
border-radius: 5px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
max-width:100%;
}
.messages > p {
  font-size: 13px;
  margin: 0 0 0.2rem 0;
}
.messages > time {
  font-size: 11px;
  color: #ccc;
}
.msg_container {
  padding: 10px;
  overflow: hidden;
  display: flex;
}
img {
  display: block;
  width: 100%;
}
.avatar {
  position: relative;
}
.base_receive > .avatar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 5px solid #FFF;
  border-left-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
justify-content: flex-end;
align-items: flex-end;
}
.base_sent > .avatar:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid white;
  border-right-color: transparent;
  border-top-color: transparent;
  box-shadow: 1px 1px 2px rgba(black, 1); 
}

.msg_container_base::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}

.btn-group.dropup{
  position:fixed;
  left:0px;
  bottom:0;
}





/* Button used to open the chat form - fixed at the bottom of the page */

.noteTASK {
    -webkit-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.7);
	   -moz-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.7);
	        box-shadow: 0 8px 6px -6px rgba(68,68,68,0.7);
}
.noteTASKBox {
    box-shadow: 0px 0px 100px 30px rgba(68,68,68,0.6);
}
.chatBtn {
  -webkit-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.7);
   -moz-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.7);
        box-shadow: 0 8px 6px -6px rgba(68,68,68,0.7);
}
.chatBox {
  box-shadow: 0px 0px 100px 30px rgba(68,68,68,0.6);
}


.clockBtnShadow {
  -webkit-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.5);
   -moz-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.5);
        box-shadow: 0 8px 6px -6px rgba(68,68,68,0.5);
}

.open-button {
  background-color: #9e42f4;
  color: white;
  border: none;
  cursor: pointer;
  position:fixed;
  bottom: 150px;
  right: 40px;
  height: 40px;
  width: 50px;
  border-radius: 15px;
  z-index: 100;
}

@media screen and (min-width: 200px) {
    .open-button {
      bottom: 150px;
    }
}

@media screen and (min-width: 600px) {
    .open-button {
      bottom: 150px;
    }
}

@media screen and (min-width: 1000px) {
    .open-button {
      bottom: 20px;
    }
}

.open-button-chat {
  background-color: #0faa31;
  color: white;
  border: none;
  cursor: pointer;
  position:fixed;
  bottom: 150px;
  right: 100px;
  height: 40px;
  width: 50px;
  border-radius: 15px;
  z-index: 100;
}

@media screen and (min-width: 200px) {
    .open-button-chat {
      bottom: 150px;
    }
}

@media screen and (min-width: 600px) {
    .open-button-chat {
      bottom: 150px;
    }
}

@media screen and (min-width: 1000px) {
    .open-button-chat {
      bottom: 20px;
    }
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  border-radius: 15px;
  z-index: 9;
  background-color: white;
  padding: 10px;
}

/* Full-width textarea */
.form-container textarea {
overflow-y: scroll;
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btnSave {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Set a style for the submit/send button */
.form-container .btnClose {
  background-color: rgb(173, 59, 13);
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Set a style for the submit/send button */
.form-container .btnChoose {
  background-color: rgb(66, 49, 216);
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

body,html {
  font-family:  Helvetica, sans-serif;
}

/* //bg */
.circles{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
  
}

.circles li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {

  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }

  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
  }
}

#chatContainer {
  width: 400px;
  height: 400px;
  overflow: auto;
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #d3d6fa;
}

.msgChatContainerLook {
  margin: 5px 0px 5px 0px;
  padding: 10px 20px 0px 20px;
  border-radius: 30px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.7);
   -moz-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.7);
        box-shadow: 0 8px 6px -6px rgba(68,68,68,0.7);
  color: white;
 }

 .yourChat {
  background-color: rgb(114, 114, 114);
  margin-left: 20px;
 }

 .theirChat {
  background-color: rgb(77, 146, 31);
  margin-right: 20px;
 }

 .blinker {
  animation: colorchange 1.5s infinite; 
  -webkit-animation: colorchange 1.5s infinite;
 }

 @keyframes colorchange
 {
   0%   { background: rgb(12, 172, 52);
          margin-bottom: 0px;
          border-radius: 20px; 
        }
   50%  { background: rgb(221, 5, 5);
          margin-bottom: 10px;
          border-radius: 2px;        
        }
  100%  { background: rgb(12, 172, 52);
          margin-bottom: 0px;
          border-radius: 20px;
        }
 }

 @-webkit-keyframes colorchange
 {
   0%   {background: red;}
   25%  {background: yellow;}
   50%  {background: blue;}
   75%  {background: green;}
   100% {background: red;}
 }

 /* for the boards to drag */
.column {
  padding: 20px 0px 20px 0px;
  min-height: 100px;
}
.headCOL {
  background-color: rgb(77, 68, 212);
  padding: 5PX;
  font-size: 20PX;
  color: white;
  border-bottom: 1px solid white;
}
.col1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8f52f2+60,ffffff+100&1+8,0+100 */
background: -moz-linear-gradient(top,  rgba(143,82,242,1) 8%, rgba(143,82,242,0.43) 60%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(143,82,242,1) 8%,rgba(143,82,242,0.43) 60%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(143,82,242,1) 8%,rgba(143,82,242,0.43) 60%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f52f2', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
.col2 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#51c5ef+60,ffffff+100&1+8,0+100 */
background: -moz-linear-gradient(top,  rgba(81,197,239,1) 8%, rgba(81,197,239,0.43) 60%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(81,197,239,1) 8%,rgba(81,197,239,0.43) 60%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(81,197,239,1) 8%,rgba(81,197,239,0.43) 60%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51c5ef', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
.col3 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edab50+60,ffffff+100&1+8,0+100 */
background: -moz-linear-gradient(top,  rgba(237,171,80,1) 8%, rgba(237,171,80,0.43) 60%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(237,171,80,1) 8%,rgba(237,171,80,0.43) 60%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(237,171,80,1) 8%,rgba(237,171,80,0.43) 60%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edab50', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.col4 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8dea4f+60,ffffff+100&1+8,0+100 */
background: -moz-linear-gradient(top,  rgba(141,234,79,1) 8%, rgba(141,234,79,0.43) 60%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(141,234,79,1) 8%,rgba(141,234,79,0.43) 60%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(141,234,79,1) 8%,rgba(141,234,79,0.43) 60%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dea4f', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.portlet-header {
  position: relative;
}

.portlet-placeholder {
  border: 1px dotted black;
  margin: 0 1em 1em 0;
  height: 50px;
}

.portlet-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}

.tilt {
  transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  background-color: #bc3cf8 !important;
  width: 250px !important;
}

.padding-0{
  padding-right:0;
  padding-left:0;
}

.margin-0{
  margin-top: 7px;
  margin-bottom: 7px;
}
/* boards end here */

html, body {
  overflow-x: hidden;
}

.msgBoxStyle {
  margin: 20px;
}
.msgStyle {
  padding-bottom: 10px;
}
.breakTheWord {
  padding: 10px;
  border: 1px solid rgb(87, 8, 189);
  border-radius: 10px;
  color: rgb(42, 5, 77);
  word-wrap: break-word;
}
.boxOfMsg {
  padding: 10px;
  border: 1px solid rgb(223, 223, 223);
  background-color: #c5c5c5;
  border-radius: 10px;
}

.sectionMsgPart{
  padding: 10px;
  background-color: #4e3564;
  border-radius: 10px;
}
.innerMsgBox {
  background-color: #e4e4e4;
}

.selection {
  padding: 0px;
  background-color: rgb(214, 210, 148);
}

.alert {
  text-align: center;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  width: 300px !important;
  margin-left: -150px !important;
}

.centered {
  margin: auto;
  width: 70%;
}

#trackingpane {
  display: flex;
  justify-content: center;
  color: white;
  height: 80vh;
  max-height: 80vh;
}

#iframepane {
  flex-grow: 3;
  margin: 5px;
}

#websitespane {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0.09287464985994398) 0%, rgba(15,146,186,0.6755077030812324) 47%);
  flex-grow: 1;
  margin: 5px;
  display: grid;
  grid-template-rows: 110px auto 55px;
}

.canclick {
  cursor: pointer;
}

#websitenav {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#websiteaddid {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
}

#websiteaddid button {
  width: 90%;
  margin: 5px;
}

#websiteaddid select {
  width: 90%;
  margin: 5px;
  padding: 10px;
  color: white;
  background-color: rgb(236, 151, 31);
  border-radius: 7px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.3);
	   -moz-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.3);
	        box-shadow: 0 8px 6px -6px rgba(68,68,68,0.3);
}

#iframeid {
  width: 100%;
  height: 100%;
}

iframe {
  border: none !important;
}

#droparea {
  height: 80vh;
  width: 98%;
  margin: auto;
  display: none;
  justify-content: center;
  align-items: center;
  border-width: thin;
  border-style: solid;
  border-color: white;
  text-align: center;
}

.droppedfiles {
  flex-grow: 1;
  border-right: thin;
  border-right-style: solid;
  height: 100%;
  border-color: white;
}

.droparea {
  color: white;
  font-weight: bold;
  font-size: large;
  flex-grow: 3;
}

.filediv {
  margin-top: 5px;
  width: 100%;
  text-align: left;
  border-bottom: thin;
  border-bottom-style: solid;
  padding-left: 5px;
  border-color: white;
}

.filedescription {
  display: flex;
  align-content: center;
  width: 100%;
}

.fileprogress {
  flex-grow: 5;
}

.filename {
  color: white;
}

.filedelete {
  font-size: large;
  flex-grow: 1;
  color: white;
  margin-left: 10px;
  cursor: pointer;
}

.filelist {
  display: flex;
  width: 95%;
  margin-bottom: 5px;
  margin-left: 5px;
}

.liststatus {
  width: 10%;
}

.listname {
  width: 80%;
  cursor: pointer;
}

.listdata {
  width: 10%;
}

.webcontainer {
  height: 95%;
  display: grid;
  grid-template-rows: 100px auto;
}

.managetaskdiv {
  display: flex;
  background-color: rgba(255, 255, 255, 1);
  margin: 0 5px;
  border-radius: 7px;
}

.managetaskdiv > .submanagemenu {
  background: linear-gradient(0deg, rgba(255,255,255,0.09287464985994398) 0%, rgba(15,146,186,0.6755077030812324) 47%);
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  margin-right: 10px;  
}

.submanagemenu > div {
  padding: 8px;
  color: white;
}

.managetaskdiv > .taskstomanage {
  flex: 4;
}

.submenuclick {
  cursor: pointer;  
  
}

.submenuclick:hover {
  padding: 8px;
  background-color: rgba(237, 190, 190, 0.74);
  border-radius: 7px;
}

.submenuclick.active {
  padding: 5px;
  background-color: rgba(190, 237, 191, 0.74);
  border-radius: 7px;
}

.manageboardmenu {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.manageboardoptions {
  display: flex;
  margin : 10px 0;
}

.manageboardoptions > select {
  width: 40%;
  margin-left: 10px;
  padding: 3px 0;
  border-radius: 7px;
}

.manageboth {
  display: flex;
  color: white;
  font-weight: bold;
  padding: 10px 5px;
  margin-right: 5px;
  background-color: rgb(2, 117, 216);
}

.manageboth > span:nth-child(1) {
  flex: 2;
  text-align: center;
}

.manageboth > span:nth-child(2) {
  flex: 1;
  text-align: center;
}

.oneasset {
  display: flex;
  flex-direction: column;
  padding: 0 5px 10px 0;
  margin: 0 5px;
  border-radius: 8px;
  border: solid;
  border-width: 1px;
  border-color: rgb(91, 192, 222);
  -webkit-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.3);
	   -moz-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.3);
          box-shadow: 0 8px 6px -6px rgba(68,68,68,0.3);
  margin-bottom: 10px;
}

.oneasset:nth-child(even) {
  background-color: rgba(102, 153, 153, 0.2)
}

.checkbothdiv {
  display: flex;
  padding: 10px 5px;
}

.checkbothdiv > div:nth-child(1) {
  flex: 2;
}

.checkbothdiv > div:nth-child(2) {
  flex: 1;
}

[useredit] {
  padding: 10px;
  display: flex;
  flex-direction: column;
}

[useredit] > .rowline {
  display: flex;
  height: 100%;
}

[useredit] > .rowline {
  padding: 7px 0;
}

.rowlinepad {
  display: flex;
  flex-direction: column;
}

.assetnamediv > div:nth-child(1) {
  margin-bottom: 10px;
}

.assetnamediv > div:nth-child(2) {
  display:flex;
}

.assetnamediv > div:nth-child(2) > div:nth-child(2) {
  margin-left: 10%;
}

/* .assetnamediv > div:nth-child(1) {
  flex: 1;
}

.assetnamediv > div:nth-child(2) {
  margin-left: auto;
} */

.typediv > label {
  flex: 1;
}

.typediv > select {
  flex: 3;
}

.assetnamediv > div:nth-child(2), .assetnamediv > div:nth-child(3) {
  flex: 3;
}

.bmsasset {
  background-color: rgba(92, 184, 92, 0.7);
  padding: 10px;
  border-radius: 15px;
}

.bmsasset > div {
  margin: 5px 0;
}

.actiondiv {
  width: 100%;
  display: flex;
  justify-content: center;
}

.actiondiv > label {
  align-self: center;
}

.actiondiv > select {
  flex: 0 1 250px;
  margin: 0 10px;
}

.actiondiv > button {
  margin-right: 10px;
  padding: 5px 10px;
}

.teamworkasset {
  background-color: rgba(92, 184, 92, 0.7);
  padding: 10px;
  border-radius: 15px;
  margin-left: 5px;
}

.teamworkasset > div {
  display: flex;
  flex-direction: column;
  padding: 5px;
}

.teamworkasset > div > span:first-child {
  margin-bottom: 10px;
}

.rowline > label {
  flex: 0 0 85px;
  align-self: center;
  justify-self: center;
}

.rowline > input {
  flex: 0 1 350px;
  padding: 5px 2px;
}

.rowline > .rowlinepad > select {
  width: 350px;
  padding: 5px 2px;
}

[useredit] > div:nth-child(6) > label,
[useredit] > div:nth-child(7) > label  {
  align-self: flex-start;
  justify-self: flex-start;
}

.rowline > .rowlinepad {
  flex: 1;
}

.rowline > .rowlinepad > .rowline {
  justify-content: flex-start;
  align-items: flex-start;
}

.rowlinepad > .rowline > input {
  justify-self: flex-start;
  align-items: flex-start;
}

[useredit] > .rowline > .rowbuttons {
  display: flex;
  width: 100%;
  justify-content: center;
}

[useredit] > .rowline > .rowbuttons > button:last-child {
  margin-left: 45px;
}

.tracktopicsdiv {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-rows: 80vh;
}

.lefttopics {
  background-color: rgb(15, 70, 124);
  padding: 5%;
  height: 100%;
  width: 250px;
  transition: width .5s;
}

.leftopicshidden {
  width: 25px;
}

.righttopics {
  background-color: rgb(226, 226, 226);
}

.leftmenutopics {
  background-color: white;
  border-radius: 7px;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
  flex-direction: column;
}

.leftmenutopics > h4 {
  padding: 5px 5px 10px 5px;
  display: block;
  border-bottom: thin;
  border-bottom-style: solid;
  border-bottom-width: thin;
}

.leftmenutopics > .topicdiv {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.topicdiv > select {
  width: 100%;
  padding: 10px 2px;
  border-radius: 7px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.3);
	   -moz-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.3);
	        box-shadow: 0 8px 6px -6px rgba(68,68,68,0.3);
}

.leftmenutopics > .subtopicbtndiv {
  text-align: center;
  margin-top: auto;
  margin-bottom: 25px;
}

.righttopics {
  padding: 15px;
}

.righttopics > .rightcontentdiv {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 7px;
  overflow-y: scroll;
}

.topicsgraphs {
  display: flex;
}

.topicsgraphs > .topicgraph {
  background-color: black;
  height: 250px;
}

.leftmenutopics > .topicdiv > .topicprogressdiv {
  display: flex;
  width: 100%;
}

.leftmenutopics > .topicdiv > .topicprogressdiv > select {
  width: 90%;
  width: 100%;
  padding: 10px 2px;
  border-radius: 7px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.3);
	   -moz-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.3);
	        box-shadow: 0 8px 6px -6px rgba(68,68,68,0.3);
}

.leftmenutopics > .topicdiv > .topicprogressdiv > img {
  width: 50px;
  text-align: center;
  align-self: center;
  justify-self: center;
}

.progressindicator {
  display: none;
}

.righttopics > .rightcontentdiv > .alltopicsstatus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;  
}

.righttopics > .rightcontentdiv > .alltopicsstatus > .onetopic {
  flex: 0 1 250px;
  height: 350px;
  margin: 5px;
  border: solid;
  border-width: thin;
  border-radius: 7px;
  border-color: rgb(15, 70, 124);
  -webkit-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.3);
	   -moz-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.3);
	        box-shadow: 0 8px 6px -6px rgba(68,68,68,0.3);
}

.canvas {
  height: 280px;
  max-height: 280px;
}

.righttopics > .rightcontentdiv > .alltopicsstatus > .onetopic {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.righttopics > .rightcontentdiv > .alltopicsstatus > .onetopic  > .subtopictitle {
  height: 70px;
  width: 100%;
  justify-self: center;
  align-self: center;
  text-align: center;
  margin: auto;
  padding-top: 20px;
  background-color: rgb(15, 70, 124);
  color: white;
}

.righttopics > .rightcontentdiv > .alltopicsstatus > .onetopic > .canvas > canvas {
  height: 100%;
}

.topics-container {
  margin: 10px 5px;
}

.tracktopicsdiv {
  color: black;
}

.table {
  color: black;
  font-size: 1.4rem;
}

.topicinfo {
  display: flex;
}

.topicinfo > div:nth-child(2) {
  margin-left: auto;
  width: 150px;
}

.showloading {
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.mycustomloadinggif {
  width: 50px;
  height: 50px;
}

.centerloading {
  width: 100%;
  text-align: center;
}

.teamworklogo {
  width: 35px;
}

.teamworklink > .badge {
  margin: 0;
}

.panel-heading.ptext-head {
  display: flex;
}

.panel-heading > .pleft {
  margin-left: auto;
}

.panel-heading > div {
  padding: 5px 10px;
}

.utxt {
  background-color: coral;
  border-radius: 7px;
  color: white;
}

.atxt {
  background-color: yellowgreen;
  margin-left: 5px;
  border-radius: 7px;
  color: black;
}

.ptxt {
  background-color: brown;
  margin-left: 5px;
  border-radius: 7px;
  color: white;
}

.qtxt {
  background-color: purple;
  margin-left: 5px;
  border-radius: 7px;
  color: white;
}

.showmore {
  cursor: pointer;
}

.hidelist {
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.showlist {
  opacity: 1;
  height: auto;
  visibility: visible;
}

#searchedId > div:first-child {
  margin: 20px;
}

#projectselect {
  margin: 25px;
}

#projectselect > select {
  padding: 10px;
  width: 100%;
  border-radius: 7px;
}

.checkdiv {
  display: flex;
}

.checkdiv > input {
  margin-right: 7px;
}

.rowaction {
  cursor: pointer;
  text-align: center;
}

.rowname {
  max-width: 50%;
}

.rowproject {
  max-width: 40%;
}

.rowaction {
  max-width: 10%;
}

.hideScroll {
  overflow-y: hidden !important;
}

#setupTaskId .modal-header, #progressSaveId .modal-header, #confirmId .modal-header {
  color: black;
  font-size: large;
}

#setupTaskId .modal-body, #progressSaveId .modal-body, #confirmId .modal-body {
  color: black;
}

.modal-select {
  margin: 15px 0;
}

.multi-modal {
  display: flex;
}

.multi-modal .userselect {
  flex: 4;
  margin-right: 5px;
}

.multi-modal .audioselect_option {
  flex: 2;
  margin-right: 5px;
  margin: auto;
}

.multi-modal .useraudio {
  flex: 4;
  margin-right: 5px;
}

.modal-populate {
  display: flex;
  margin: 20px 0;
}

.modal-populate .modal-info-description {
  flex: 1;
}

.modal-populate .modal-info-data {
  flex: 2;
}

.twimg {
  text-align: center;
}

.tmwimg img {
  width: 25px;
}

.showAudio {
  display: none !important;
  color: green;
}

#temploading {
  min-height: 150px
}

.plugin-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px;
  border-bottom: thick;
  border-bottom-style: solid;
  border-bottom-width: thin;
}

.plugin-list {
  box-sizing: border-box;
  overflow-y: auto;
  height: 100%;
}

.plugin-item {
  width: 91%;
  border-bottom: thin;
  border-bottom-style: solid;
  border-bottom-width: thin;
  margin: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 4px 4px;
  cursor: pointer;
}

.plugin-item:nth-child(even) {
  background-color: lightgray;
}

.plugin-item .glyphicon {
  font-size: .8em;
}

.plugin-info {
  margin: 10px;
  transition: height 0.s ease;
}

.plugin-item-name {
  width: 100%;
  display: flex;
  align-items: center;
}

.activator {
  justify-self: right;
  margin-left: auto;
  padding-right: 5px;
}

.plugin-name {
  margin-left: 5px;
  padding: 2px 5px;
  box-sizing: border-box;
}

.new-plugin {
  padding: 20px;
  background-color: rgb(15, 70, 124);
  height: 100%;
  /* display: grid; */
  display: none;
  grid-template-rows: 10% 90%;
}

.new-plugin-heading {
  color: white;
  display: flex;
  font-size: 2rem;
  align-items: center;
  width: 100%;
}

.new-plugin-heading span {
  margin: 0 5px;
}

.plugin-details {
  flex-grow: 1;
}

.new-plugin-item {
  display: flex;
  margin: 10px 5px;
  padding: 0 0 10px 0;
  color: white;
  flex: 1;
}

.new-plugin-item label {
  flex: 1;
  align-self: center;
}

.new-plugin-item input, .new-plugin-item select {
  flex: 3;
  padding: 5px 2px;
  color: black;
}

.new-plugin-drag {
  display: flex;
  flex-direction: column;
  border: solid 1px white;
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  margin-bottom: 20px;
}

.new-plugin-drag-over {
  font-size: 3rem;
}

.new-plugin-scroll {
  height: 100%;  
  overflow-y: auto;
  padding: 0 20px;
  box-sizing: border-box;
}

#pluginframe_id {
  width: 100%;
  height: 100%;
}

.lefthidden {
  height: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-items: center;
  color: white;
}

.progress-plugin {
  width: 50%;
  display: none;
}

.plugin-item-details {
  display: flex;
}

.plugin-search {
  padding: 7px 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.plugin-search input {
  flex: 1;
  border-radius: 7px;
  border-width: 1px;
  padding: 2px 7px;
}
.plugin-search span {
  margin-left: 5px;
}