body{
  position: absolute;
  height: 100%;
  width:100%;
  /*background: transparent !important;*/
  background-color: #b271d5;
}
h1{
  margin-bottom: 0px;
  padding-bottom: 0px;
}
p{
  margin-bottom: 30px;
}
.colorpicker-alpha {display:none !important;} .colorpicker{ min-width:128px !important;}
thead{
  display:none;
}

.fa {
  color: #e00000;
  text-shadow:
   -1px -1px 0 rgba(255,255,255,0.4),  
    1px -1px 0 rgba(255,255,255,0.4),
    -1px 1px 0 rgba(255,255,255,0.4),
     1px 1px 0 rgba(255,255,255,0.4);
}
.bg_gradient {
  padding: 1px 2px 0 2px;
  background: black; /* For browsers that do not support gradients */        
  background: -webkit-linear-gradient(-90deg, black, white); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, black, white); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, black, white); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, black, white); /* Standard syntax (must be last) */
}

.fa, .iconpicker .iconpicker-item {
  width: 28px;
  height: 28px;
  font-size: 28px;
}
.shared_icon{
  font-size: 16px;
  width: 18px;
  height: 16px;
  
}
.shared_q{
  margin: 0 10px 0 2px;
}


#icon1,#icon2,#icon3,#icon4,#icon5,#icon6,#icon7,#icon8{
  width: 22px;
  height: 22px;
  font-size: 22px;
}
.btn-group .btn{
  height: 30px;
}
.color{
  width: 0px;
  height: 0px;
  color:#b271d5;
  border:0;
}

.input-group-addon {
    border-radius: 4px !important;
}


.input-group-addon, .input-group-btn {
  width: 0;
}
.iconpicker-popover.popover .popover-content, .btn-group .dropdown-menu {
  width: 420px;
}
.iconpicker .iconpicker-items {
  min-height: 60px;
  max-height: 400px;
}
.btn-primary {
  color: #000;
  background-color: #eee;
  border-color: #ccc;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
  color: #FFF;
  background-color:#b271d5;
  border-color: #FFF;
}
#btn-start1,#btn-start2{
  color: #FFF;
  background-color: #009456;
}
#btn-shared{
  color: #FFF;
  background-color: #000;
}
#btn-start1:focus, #btn-start1:hover;#btn-start2:focus, #btn-start2:hover;#btn-shared:focus, #btn-shared:hover{
  background-color:#b271d5;
  border-color: #fff;
}
a{
  color:#fff;
  text-decoration: none;
}
a:hover{
  color:#fff;
  text-decoration: underline;
}
.link{
  color:#fff;
  text-decoration: underline;
}
a.link:hover{
  color:#fff;
  text-decoration: none;
}
a.btn-shared,a.btn-shared:hover{
  color:#FFF;
  background-color:#b271d5;
  text-decoration: none;
}
a.btn-shared:hover{
  text-decoration: none;
  border-color: #fff;
}
.btn_remove{
  font-size: 20px;
  padding-top:4px;
  width: 16px;
}
.btn-rm{
  padding: 0px 4px 0px 4px;
}
#btn-add{
  margin-top: 10px;
}
#btn_close_iframe{
  cursor:pointer;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 99999999;
}
.container{
  width: 100%;
  color:#fff;
  margin-top: 0;
  padding: 15px;
  border:0;
  background-color:#b271d5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.q{
  width: 124px;
  height: 30px;
}
.warning{
  background-color: red;
  vertical-align: bottom;
}
table {
    border-spacing: collapse;
}
tr{
  border-bottom: 5px solid #b271d5;
}
td {
  padding: 5px 10px 5px 0;
  color:#fff;
}
.btn-group{
  white-space: nowrap;
  /*min-width: 135px;*/
}
@media screen and (max-width: 500px) {
  table tr td{
    display: block;
  }
  table tr td:nth-child(2), table tr td:nth-child(3), table tr td:nth-child(4) {
    display: inline-block;
  }
  .iconpicker-popover.popover .popover-content, .btn-group .dropdown-menu {
      width: 290px;
  }
  tr{
    border-bottom: 10px solid #b271d5;
  }
  td {
    padding: 2px 10px 2px 0;
  }
  .table_shared td, .table_shared tr {
    padding: 2px 10px 0 0;
  }
  .shared_time{
    font-size:10px;
  }
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
body{
  background-color: #000;
}
.container {
  width: 970px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 50px 50px 50px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
td{
  /*display:table-cell;*/
}
}