@media (max-width: 767px) {
  /*medium*/
  .sidebar{
    /*
    background-color: #eee;
    padding: 10px;
    position: fixed;
    z-index: 9;
    max-height: 100vh;
    overflow: auto;
    padding-top: 40px;
    */
    background-color: #f8f8f8;
  }
  div#user-menu{
    /*position: fixed;
    text-align: right;
    top: 0;
    left: 0;
    padding: 5px 0;
    background-color: #eee;
    */
    width: 100%;
    text-align: right;
    position: inherit;
    border-bottom: gainsboro 1px solid;
    padding: 10px 0 5px 0;
    background-color: white;
    top: 0;
    position: fixed;
  }
  body{
    padding-top: 55px;
  }
  nav.sidebar-nav{
    position: fixed !important;
    top: 0;
    max-height: 100%;
    overflow: auto;
    background-color: #efefef;
    z-index: 9;
    overflow: auto;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 20px;
  }
  .sidebar .sidebar-header{
    padding: 0;
  }
  .sidebar-contents{
    min-height: 100vh;
    padding-top: 60px;
  }
 .sidebar-brand.img-responsive img{
    height: 30px !important;
    margin: 5px;
  }
  input.form-control{
    font-size: 16px;
  }
  .sidebar .sidebar-brand{
    text-align: left;
  }
  h1.pageheader{
    font-size: 24px;
  }
  .card-header h4, h4.card-header{
    font-size: 20px;
  }
  h3.card-title{
    font-size: 20px;
  }
  h1.dashboard-welcome{
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  div.login-window-holder{
    min-height: 0;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  hr.menu-divider{
    margin: 0 -15px;
  }
  .conv-list{
    max-height: initial !important;
  }
  div.tool-cards h5.card-title{
    margin-bottom: 0;
  }
  div.tool-cards img.tool-card-image{
    top: 3px;
  }
  h1.dashboard-welcome{
    margin-bottom: 1.25rem;
    text-align: center;
  }
}
@media (max-width: 993px) {
  /*tablet*/
  div.card-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    column-gap: 1rem;
    row-gap: 1rem;
  }
  div.container{
    padding: 0 20px;
  }
  div.sidebar{
    width:220px;
    padding: 0 20px;
  }
  div.main{
    padding-left: 220px;
  }
  .content h1.pageheader{
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  div.conv-box{
    left: 220px;
  }
}
@media (max-width: 767px) {
  /*tablet*/
  div.main{
    padding-left: 0;
  }
  div.sidebar{
    top: 0px;
    z-index: 9;
    width: 100%;
    min-height: 0;
    bottom:auto;
    max-height: 100%;
    padding-bottom: 50px;
  }
  div#user-menu{
    left:0;
  }
  div.content {
    margin-top:0;
  }
  .content h1.pageheader{
    font-size: 1.7rem;
  }
  .main.nav-signup .sidebar, .main.nav-trial .sidebar{
    display:none;
  }
  .main.nav-signup, .main.nav-trial, .main.nav-login, .main.nav-forgot{
    margin-top: -55px;
  }

  div.conv-box{
    left: 0;
    top: 56px;
    z-index: 1;
  }
}
@media (max-width: 575px) {
  /*phone portrait*/
  a.nav-link.active span.hidden-sm-down{
    /*show active tab name*/
    display: inline !important;
  }
  .sidebar .sidenav .nav-pills .nav-link.active {
    background-color: transparent;
  }
  .sidebar .sidenav .nav-pills .nav-link:active {
    background-color: rgba(0,0,0,0.3);
  }
  div.card-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    column-gap: 1rem;
    row-gap: 1rem;
  }
  div.conv-left {
     border-bottom-left-radius: 0;
  }
  div.conv-send{
    position: fixed;
    bottom: 0;
    left:0;
    right:0;
  }
  div.conv-header{
    position: fixed;
    top: 55px;
    left:0;
    right:0;
  }
  div.conv-msg{
    height: auto;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    –webkit-overflow-scrolling: touch;
    top: 111px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 57px;
    z-index: 1;

  }
  div.conv-list{
    height: auto;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    –webkit-overflow-scrolling: touch;
    top: 111px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;

  }
}

body{
  background: #efefef;
}

.main{
  display: flex;
  flex-direction: column;
  padding-left: 280px;
}

.main.nav-login, .main.nav-forgot{
  padding-left: 0;
}

.dashboard-welcome{
  margin-bottom: 30px;
}

.nowrap{
  white-space: nowrap;
}

body>div.alert{
  position: relative;
  z-index: 8;
}

.login-window-holder{
  min-height: 100vh;
  margin-top: -50px;
}

button.nav-toggler.text-primary:hover{
  color: #fff !important;
  background-color: #359ae6 !important;
}

button.nav-toggler.text-primary{
  color: #fff !important;
  background-color: #359ae6 !important;
  border-color: #359ae6;
}

button.nav-toggler.text-primary.collapsed{
  color: #359ae6 !important;
  background-color: #fff !important;
}

b, strong{
  font-weight: bold !important;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.sidebar{
  padding: 0 30px;
  background-color: #fff;
  min-height: 100vh;
  width: 280px;
  background-image: url(/images/sidebar-bg.png);
  background-position: 50% 50%;
  background-size: cover;
  position: fixed;
  left:0;
  top:0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: visible;
}
.sidebar .sidebar-brand{
  text-align: center;
  width: 100%;
}
.sidebar .sidebar-brand.img-responsive img{
  max-width: 74%;
  width: 200px;
  height: auto;
  margin-bottom: 7px;
}
.sidebar .nav-pills .nav-link.active {
  background-color: rgba(0,0,0,0.15);
}
.sidebar .nav-pills .nav-link {
  border-radius: 12px;
  margin-top: 3px;
}
.sidebar .nav-header{
  color: rgba(255,255,255,0.5);
}
.sidebar a.dropdown-item{
  color: #000;
}
.sidebar a.dropdown-item.active{
  color: #fff;
  background-color: #3d6dcb;
}
.sidebar a.dropdown-item:hover {
  color: #000;
}
.sidebar a.dropdown-item:active{
  color: #fff;
}
.sidebar a.dropdown-item:active small.text-muted{
  color: rgba(255,255,255,0.5) !important;
}
.sidebar a.dropdown-item.active:hover{
  color: #fff;
}
.sidebar .dropdown-toggle{
  transition: none;
  background-color: #fff;
  color: #359ae6;
  font-size: 18px;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.sidebar .dropdown-toggle:hover{
  background-color: rgb(250,250,250);
  color: #3d6dcb;
}
.sidebar .dropdown.show .dropdown-toggle{
  border-radius: 12px 12px 0 0;
}
.sidebar .dropdown-menu{
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 12px 12px;
  border: none;
  right: 0;
  margin-top: 0;
  overflow: hidden;
}
.sidebar .dropdown-item .text-muted{
  margin-top: -5px;
}
.container{
  width: 1000px;
  max-width: 100%;
  padding: 0 40px;
}
.content{
  margin-top: 50px;
  margin-bottom: 50px;
}

input.keyword{
  text-transform: uppercase;
}

h2.collapse-heading{
  cursor: pointer;
}

.collapse-heading i.fa-chevron-down{
  -webkit-transition: -webkit-transform 0.2s; /* Safari */
  transition: transform 0.2s;
}
.collapse-heading[aria-expanded=true] i.fa-chevron-down{
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.collapse-heading[aria-expanded=false] i.fa-chevron-down{
  -ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}

th.header{
  outline: none !important;
}

#user-menu .btn-link{
  text-decoration: none !important;
  box-shadow: none !important;
}

.nav-link .badge{
  margin-top: -2px;
}

.nav-link i{
  position: relative;
  top: 2px;
  width: 25px;
  font-size: 20px;
}

.alert a.alert-link, .card a.alert-link{
  color: rgba(255,255,255,0.9);
  text-decoration: underline;
  font-weight: bold;

}
.alert a.alert-link:hover, .card a.alert-link:hover{
  color: rgba(255,255,255,1);

}

.card.card-info .btn-outline-info{
  border-color: #fff;
  color: #fff;
}
.card.card-info .btn-outline-info:hover{
  background-color: #fff;
  color: #9F86FF;

}


.alert.bg-inverse{
  border: none;
}
.alert h2{
  text-shadow: none;
}

.alert .btn.btn-secondary{
  color: #666 !important;
}

.dropdown-item i{
  min-width: 17px;
  display: inline-block;
  color: rgba(0,0,0,0.6);
}
.dropdown-item.active i{
  color: #fff;
}
#user-menu{
  position: absolute;
  right: 20px;
  top: 5px;
  z-index: 10;
}
#user-menu .dropdown button{
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}


.dropdown-item.active small.text-muted{
  color: rgba(255,255,255,0.7) !important;
}

table.table-hover tbody.rowlink tr{
  cursor: pointer;
}
table.table-hover tbody.rowlink tr:hover{
  background-color: rgba(0, 0, 0, 0.04);
}

.previewFrame{
  transform: scale(0.5);
  transform-origin: 0 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  border: 0;
}

#preview .card{
  min-height: 100%;
  overflow: hidden;
}

table#pollQuestions th:nth-child(1){
  width: 70px;
}
table#pollOptions th:nth-child(1){
  width: 70px;
}
table#pollOptions th:nth-child(2){
  width: 150px;
}

table#pollOptions input{
  width: 100%;
}

.pollPreviewHolder{
  width: 100%;
  padding-top: 55%;
  position: relative;
}

div.clear {
    clear: both;
}

div.sitewidth {
    width: 960px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.inactive-account {
    filter: grayscale(90%);
    -webkit-filter: grayscale(90%);
}

.hidden{
    display: none;
}

div#header {
    height: 95px;
    overflow: visible;
    padding: 0 30px;
    background-color: #359ae6;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 15px;
}

a#logo {
    display: block;
    position: absolute;
    top: 60px;
    left: 60px;
}

a#logo.rlogo{
  top: 10px;
  left: 10px;
  text-align: center;
  width: 255px;
  height: 75px;
}
a#logo.rlogo img{
  max-width: 240px;
  max-height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom:0;
  margin: auto;
}

div#toplinks {
    float: right;
    margin-top: 15px;
}

div#toplinks a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}

div#toplinks a:hover {
    color: #fff;
}

div#toplinks a.insection {
    font-weight: bold;
}

div#toplinks a+a {
    margin-left: 15px;
}

div#nav {
    float: left;
    width: 275px;
    padding: 0;
    color: #fff;
    height: 100%;
}

div#nav h1 {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.4);
}

div#navpad {
    padding: 30px;
}

div.indent {
    margin-left: 15px;
}

div.radioindent {
    margin-left: 20px;
}

div.radioindent .textbox {
    width: 430px;
}

div#nav h1 {
    text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    line-height: 20px;
}

div#nav a {
    display: block;
    text-decoration: none;
    font-weight: light;
    font-style: light;
    font-size: 14px;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 17px;
}

div#nav a.navback {
    font-weight: normal !important;
    background-color: #888;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #eee;
    font-size: 12px;
}

div#nav a.navback:hover {
    background-color: #359ae6;
    color: #fff;
}

div#nav a.nav1 {
    text-transform: capitalize;
}

div#nav div.indent+h1 {
    margin-top: 20px;
}

div#nav a:hover {
    color: rgba(255, 255, 255, 1);
}

div#nav .navgroup .navitem.navdisabled {
    opacity: 0.5;
}

div#nav .navgroup .navitem.navdisabled:hover {
    background-color: inherit;
    color: inherit;
}
div.navgroup + h1{
    margin-top: 30px;
}

div#nav a.insection {
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

div#nav a#add-keyword {
    margin-top: 20px;
    margin-left: 9px;
}

div#nav .subnav-tag {
    background-color: #ca4335;
    padding: 1px 5px 0 5px;
    float: right;
    border-radius: 3px;
    font-weight: bold;
    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
}

div.contentpad div.subnav {
    padding: 30px 0 0 0;
}

div.contentpad div.subnav+div.contentpad {
    margin-left: 0;
    margin-right: 0;
}

div.subnav {
    padding: 30px 0 0 30px;
}

div.subnav a.nav2+a.nav2 {
    margin-left: 0px;
}

div.subnav a.nav2 {
    display: inline-block;
    padding: 8px 8px 15px 8px;
    background-color: #999;
    color: #eee;
    text-decoration: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url(/images/noise-subtle.png);
}

div.subnav a.nav2:hover {
    background-color: #888;
    color: #fff;
}

div.subnav a.nav2.insection {
    background-color: #359ae6;
    color: #fff;
    background-image: url(/images/bluestripe.png);
}

div.subnav+div.contentpad {
    background-color: #fff;
    background-image: url(/images/noise-subtle.png);
    padding: 30px;
    margin: 30px;
    margin-top: -6px;
    border-radius: 5px;
    z-index: 1;
    position: relative;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    border-top: #359ae6 3px solid;
    border-bottom: #359ae6 3px solid;
}

div.subnav+div.contentpad h1 {
    font-size: 28px;
    line-height: 35px;
}

div.subnav .navright {
    float: right;
    padding: 5px 7px;
    color: #fff;
    border-radius: 5px;
    background-image: url(/images/bluestripe.png);
}

div#nav .navcircle {
    display: inline-block;
    background-color: #efefef;
    width: 18px;
    border-radius: 50%;
    color: #777;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    margin-right: 5px;
    font-size: 12px;
}

div#nav .navgroup {
    background-color: #777;
    border-radius: 5px;
    border: #555 1px solid;
}

div#nav .navgroup .navitem:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

div#nav .navgroup .navitem:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

div#nav .navgroup .navitem {
    padding: 8px;
    margin: 0;
    background-image: url(/images/noise-subtle.png);
}

div#nav .navgroup .navitem:hover {
    background-color: #888;
}

div#nav .navgroup .navitem.insection {
    background-color: #359ae6;
}

div#nav .navgroup .navitem+.navitem {
    border-top: #666 1px solid;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.appicon {
    float: left;
    margin-right: 10px;
    text-align: center;
}

.appicon+h3 {
    margin-top: 15px;
}

.appicon-circle {
    color: #359ae6;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.appicon-app {
    color: #fff;
    margin-top: -1px;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
    line-height: 88px !important;
}

div#nav h3 {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    border-bottom: rgba(255, 255, 255, 0.7) 1px solid;
    margin-bottom: 15px;
    padding-bottom: 2px;
}

div#nav div.indent+h3 {
    margin-top: 40px;
}

div#nav i.navicon {
    width: 25px;
    margin-left: -2px;
    text-align: center;
}

div#main {
    background-color: #fff;
    margin-bottom: 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-image: url(/images/bg.png);
}

div#content {
    float: left;
    width: 685px;
}

div.contentpad {
    margin: 15px;
    padding: 15px;
}

.mtop5 {
    margin-top: 5px !important;
}

.mtop10 {
    margin-top: 10px !important;
}

.mtop15 {
    margin-top: 15px !important;
}

.mtop20 {
    margin-top: 20px !important;
}

.mtop25 {
    margin-top: 25px !important;
}

.mtop30 {
    margin-top: 30px !important;
}

.mtop35 {
    margin-top: 35px !important;
}

.mtop40 {
    margin-top: 40px !important;
}

.mtop60 {
    margin-top: 60px !important;
}

.mtop80 {
    margin-top: 80px !important;
}

div#phonenumber {
    position: absolute;
    top: 64px;
    right: 30px;
    z-index: 1000;
}

div#phonehandle {
    margin: 0;
    font-size: 48px;
    line-height: 33px;
    text-align: right;
    font-weight: lighter;
    color: #fff;
    cursor: pointer;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    position: relative;
}

div#phonehandle:hover {
    color: rgba(255, 255, 255, 0.9);
}

div#phonehandle img {
    opacity: 0.7;
    margin-left: 10px;
}

div#phonebox {
    background-color: #666;
    color: #fff;
    opacity: 0;
    border-radius: 0 0 10px 10px;
    background-image: url(/images/noise-subtle.png);
    position: relative;
    top: -2px;
}

div#phonebox h1 {
    color: #fff;
    font-size: 28px;
}

div#phoneboxpad {
    padding: 20px 20px 20px 20px;
}

div#phone-list {
    padding: 20px 0;
    font-size: 14px;
}

div.phone-list-item a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 95px;
    line-height: 24px;
    float: left;
}

div.phone-list-item-alias {
    color: rgba(221, 221, 221, 1.00);
}

div.phone-list-item a:hover {
    color: rgba(255, 255, 255, 0.9)
}

div.phone-list-item span {
    color: rgba(255, 255, 255, 0.9);
    text-overflow: ellipsis;
    height: 24px;
    display: inline-block;
    width: 165px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 24px;
    float: left;
}

.button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-spacing: 0;
    color: #26589F;
    font-family: 'Avenir W01', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    line-height: 20px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
    background-color: #359ae6;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    -webkit-appearance: none;
}

.button:hover {
    opacity: 0.9;
    color: #fff;
}

.whitebutton {
    padding: 5px 10px;
    font-weight: bold;
    background-color: #fff;
    color: #359ae6;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px
}

.whitebutton:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.dim {
    color: rgba(0, 0, 0, 0.4);
}

div#globalmessageholder {
    width: 100%;
    overflow: visible;
    opacity: 1;
    z-index: 500;
}

div#globalmessage {
    background-color: rgba(255, 255, 255, 0.95);
    color: #656565;
    padding: 30px 20px;
    font-size: 14px;
    display: none;
    font-weight: bold;
    z-index: 500;
    border-bottom: #ddd 1px solid;
    position: absolute;
    width: 645px;
}

div#globalmessage-close {
    color: #fff;
    font-size: 18px;
    float: right;
    background-color: #359ae6;
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    border-radius: 25px;
    font-weight: normal;
    margin-top: -5px;
    opacity: 0.8;
    cursor: pointer;
}

div#globalmessage-close:hover {
    opacity: 1;
}

h2 {
    font-weight: normal;
    text-shadow: -1px -1px rgba(255, 255, 255, 0.2);
    line-height: 18px;
    color: rgba(0, 0, 0, 0.5);
}

div.navhelp {
    color: #ccc;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
}

div.navhelp a {
    display: inline !important;
    color: #eee !important;
}

div.navhelp a:hover {
    display: inline !important;
    color: #fff !important;
}

div.inputrow {
    margin-top: 20px;
}

div.inputrow+div.inputrow {
    margin-top: 10px;
}

div.inputrow-label {
    float: left;
    width: 150px;
    padding-top: 5px;
    font-weight: bold;
}

div.inputrow-field {
    float: left;
    max-width: 472px;
}

.textbox {
    background-color: #fff;
    font-family: 'Avenir W01', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #636363;
    padding: 5px;
    border: none;
    outline: none;
    width: 460px;
    margin: 0;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border: #ccc 1px solid;
}

div.subnav+div.contentpad .textbox {
    width: 403px;
}

.textbox:focus {
    box-shadow: 0 0 2px rgba(2, 155, 199, 0.9);
}

textarea.textbox {
    height: 95px;
}

select.textbox {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 415px;
    background-repeat: no-repeat;
    background-position-x: 381px;
    background-position-y: 4px;
    cursor: pointer;
}

select.textbox:hover {}

div.inputhint {
    color: #777;
    font-size: 13px;
    margin-top: 5px;
    padding-left: 150px;
    line-height: 16px;
}

div.inputrow-field label {
    margin-top: 5px;
    display: inline-block;
}

div.dt {
    display: inline-block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

div.dtheader {
    background-color: #359ae6;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    background-image: url(/images/bluestripe.png);
}

div.dtheader a {
    color: #fff;
    text-decoration: none;
}

div.dtheader a:hover {
    text-decoration: underline;
}

.dtrow {
    white-space: nowrap;
    line-height: 11px;
    display: block;
    outline: none;
    text-decoration: none;
}

.dtrow>div {
    padding: 7px 10px;
    text-align: left;
    display: inline-block;
}

.dtrow>div input {
    margin: -3px;
}

div.dt.scrollbar .dtrow>div+div {
    padding: 7px 5px;
}

div.dt.scrollbar .dtrow>div:last-child {
    padding-right: 20px;
}

div.dtheader+div.dtbody {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}

div.dtheader .dtrow>div {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

div.dtheader .dtrow a.sort {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

div.dtheader .dtrow a.sort:hover {
    color: rgba(255, 255, 255, 1.00);
}

div.dtheader .dtrow a.sort.youarehere {
    color: rgba(255, 255, 255, 1.00);
}

div.dtbody {
    max-height: 310px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 5px 5px 5px 5px;
    border-top: #359ae6 3px solid;
    border-bottom: #359ae6 3px solid;
}

div.dtbody .dtrow:nth-child(even) {
    background-color: #f7F7F7;
    border-left: #ddd 1px solid;
    border-right: #ddd 1px solid;
}

div.dtbody .dtrow:nth-child(odd) {
    background-color: #fff;
    border-left: #ddd 1px solid;
    border-right: #ddd 1px solid;
}

div.dtbody .dtrow {
    color: #666;
}

.dtrow>div {
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    vertical-align: text-top;
}

a.dtrow {
    cursor: pointer;
}

a.dtrow:hover {
    background-color: #888 !important;
    color: #fff;
    border-left: #888 1px solid !important;
    border-right: #888 1px solid !important;
}

.boxlink {
    background-color: #999;
    color: #fff;
    text-decoration: none;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 13px;
    display: inline-block;
    font-family: 'Avenir W01', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.boxlink:hover {
    background-color: #359ae6;
    color: #fff;
}

.boxlink+.boxlink {
    margin-left: 5px;
}

div.dtrow .boxlink {
    margin: -3px 0 -3px 0;
    padding: 3px 4px;
    font-size: 12px;
    line-height: 12px;
    text-shadow: none;
    max-width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

div.dtrow .boxlink+.boxlink {
    margin-left: 5px;
}

div.colorpicker-container {
    border: 0px !important;
    padding: 10px;
    margin-top: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

div.note {
    background-image: url(/images/bluestripe.png);
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

div.note a.boxlink {
    background-color: rgba(255, 255, 255, 0.9);
    color: #359ae6;
}

div.note a.boxlink:hover {
    background-color: #fff;
    color: #359ae6;
}


div.note.overage {
    background-color: #ca4335;
    color: #fff;
    background-image: none;
}

div.note.neutral {
    background-image: none;
    background-color: #777;
}

div.note a {
    color: rgba(255, 255, 255, 0.9);
}

div#printheader {
    display: none;
}

.planselector {
    border: #ccc 1px solid;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

a.plan{
  text-decoration: none;
  color: #333;
}
a.plan:hover{
  text-decoration: none;
  color: #333;
}
.plan {
    padding: 20px 10px;
    background-image: url(/images/noise-subtle.png);
    cursor: pointer;
}

.plan.selected {
    background-color: #359ae6 !important;
    color: #fff !important;
}

.plan.selected .plandescription {
    color: rgba(255, 255, 255, 0.8);
}

.plan .specialoffer {
    background-color: #359ae6;
    border-radius: 5px;
    padding: 10px;
    margin: 0 10px 20px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    background-image: url(/images/bluestripe.png);
    opacity: 0.9;
}

.plan.selected .specialoffer {
    background-image: url(/images/stripe-subtle.png);
    color: #359ae6;
    opacity: 1;
}

.plan+.plan {
    border-top: #ccc 1px solid;
}

.plan:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.plan:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.plan:hover {
    background-color: #eee;
}

.plan i.fa {
    float: left;
    width: 80px;
    text-align: center;
    margin-right: 15px;
    margin-left: 5px;
    color: #359ae6;
}

.plan .planinfo {
    margin-left: 20px;
    flex-shrink: 0;
}

.plan .plandescription {
    margin-left: 20px;
}

.plan:nth-child(4) .plandescription {
    margin-top: 0;
}

h2 {
    font-size: 24px;
    line-height: 28px;
}

.plancircle {
    background: #FFF;
    border: 5px solid #FFF;
    border-radius: 100px;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    color: #777777;
    display: block;
    font-weight: bold;
    font-size: 30px;
    line-height: 92px;
    height: 100px;
    margin-left: 10px;
    width: 100px;
    text-align: center;
    flex-shrink: 0;
}

.plan.selected .plancircle {
    color: #359ae6;
}

.planname {
    font-size: 20px;
    font-weight: bold;
}

.message-holder{
  position: relative;
  width: 100%;
}
.message-input{
  min-height: 100px;
  width: 100%;
  white-space: pre-wrap;
  padding-bottom: 20px;
  caret-color: #000;
  color: #000;
}
.message-input.disabled{
  background-color: #f5f5f5;
  color: rgba(0,0,0,0.5);
  cursor: not-allowed;
}
.message-counter {
  line-height: 12px;
  font-size: 12px;
  color: #bbb;
  position: absolute;
  z-index: 0;
  text-align: right;
  width: 100px;
  font-weight: bold;
  right: 5px;
  bottom: 5px;
}
.message-overage{
  color: #fff;
  background-color: #ffc250;
}
.message-link{
  opacity: 0.4;
  text-decoration: underline;
}
.message-counter.red {
    color: #AA0407;
}

.conv-box{
  position: fixed;
  top: 0;
  left: 280px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
}

.conv-left {
    background-color: #fff;
    border-right: #ddd 1px solid;
    border-bottom-left-radius: 12px;
    overflow: hidden;
}
.conv-list{
  overflow: auto;
  height: calc(100vh - 55px);
  height: calc(100svh - 55px);
}

.conv-list-item i {
    color: #359ae6;
    margin-right: 5px;
}

.conv-list-item {
    padding: 10px;
    display: block;
    overflow: hidden;
    color: #aaa;
    cursor: pointer;
    text-decoration: none;
}
.conv-list-item{
  border-bottom: #ddd 1px solid;
}
.conv-list-item:hover {
    background-color: #fcfcfc;
    text-decoration: none;
    color: #888;
}

.conv-list-item.selected {
    background-color: #eee;
    color: #888;
}

.conv-list-item-name {
    font-weight: bold;
    color: #666;
}

.conv-list-item-time {
    font-size: 12px;
    line-height: 14px;
}

.conv-list-item-preview {
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.conv-none {
    padding: 10px;
}


.conv-header {
    padding: 10px;
    background-color: #fbfbfb;
    border-bottom: #ddd 1px solid;
    overflow: hidden;
    color: #aaa;
}

.conv-header-left {
    float: left;
}

.conv-header-right {
    float: right;
}

.conv-header .boxlink {
    padding: 4px 8px;
    border-radius: 3px;
    background-color: rgba(199, 199, 199, 1.00);
}

.conv-header .boxlink:hover {
    background-color: rgba(179, 179, 179, 1.00);
}

.conv-msg {
    padding: 10px;
    border-bottom: #ddd 1px solid;
    overflow: auto;
    object-fit: contain;
    height: calc(100vh - 110px);
    height: calc(100svh - 110px);
}

.conv-msg-text + .conv-msg-text{
  margin-top: 5px;
}

.conv-msg-text {
    padding: 6px 10px;
    background-color: #eee;
    border-radius: 15px;
    display: inline-block;
    float: left;
    max-width: 70%;
    clear: both;
    font-size: 13px;
    line-height: 16px;
    overflow: hidden;
}
.conv-msg-img{
  margin: -10px;
  height: 250px;
}
.conv-msg-time {
    padding: 0 5px;
    color: rgba(215, 215, 215, 1.00);
    font-size: 11px;
    float: left;
    clear: both;
}

.conv-msg-time.msg-out {
    float: right;
}

.conv-msg-text.msg-statusS {
    background-color: #01C782 !important;
}

.conv-msg-text.msg-out {
    float: right;
    background-color: rgba(174, 174, 174, 1.00);
    color: #fff;
}

.conv-msg-text+.conv-msg-time {
    margin-top: 10px;
}

.conv-send {
    padding: 10px;
    background-color: #fbfbfb;
    overflow: hidden;
}

.conv-send input.form-control:focus{
  border-color: rgba(0, 0, 0, 0.3);
}
.conv-msg-send-text {
    width: 395px;
    border: rgba(208, 208, 208, 1.00) 1px solid;
    padding: 4px;
    border-radius: 3px;
    outline: none;
}

.buttonrow .label {
    display: inline-block;
    float: left;
    line-height: 25px;
    padding-right: 10px;
}

.buttonrow ul {
    display: inline-block;
    border-radius: 5px;
    border: #eee 1px solid;
    overflow: hidden;
    float: left;
    padding:0;
}

.buttonrow ul li+li {
    border-left: #eee 1px solid;
}

.buttonrow ul li {
    display: inline-block;
    float: left;
}

.buttonrow ul li a {
    color: #A7A7A7;
    background-color: #fff;
    text-decoration: none;
    padding: 10px;
    line-height: 25px;
}

.buttonrow ul li a:hover {
    color: #359ae6;
}

.buttonrow ul li a.youarehere {
    background-color: #359ae6;
    color: #fff;
}

.col-left {
    width: 50%;
    float: left;
}

.profile-box {
    border: #BFBFBF 1px solid;
    border-radius: 10px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
}

#spinner{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.8);
    color: #359ae6;
    z-index: 10000;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
#spinner-inside{
    position: fixed;
    top: 50%;
    margin-top: -20px;
    width: 100%;
}
.floatright{
    float: right;
}

h3 a.hbreadcrumb{
    text-decoration: none;
    color: #888;
    font-size: 15px;
}
h3 a.hbreadcrumb:hover{
    color: #666;
    text-decoration: underline;
}

.breadcrumbs{
    color: #999;
    font-size: 15px;
}
.breadcrumbs a{
    text-decoration: none;
    color: #aaa;
}
.breadcrumbs a:hover{
    color: #359ae6;
}

@media print {
    body {
        background: none;
    }

    div#printheader {
        display: block;
        text-align: center;
    }

  .sidebar{
    display: none;
  }
  .content{
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }
  .container{
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
    div#header, div#main {
        margin: 0;
        border-radius: 0;
    }
}

#guide {
    visibility: hidden;
    opacity: 0;
}

.button.gs-button {
    padding: 5px 18px;
    border-radius: 5px;
    background-color: #359ae6;
    box-shadow: rgba(255, 255, 255, 0.52) 0px 1px 0px 0px inset;
    font-size: 16px;
    line-height: 24px;
    text-shadow: rgba(0, 0, 0, 0.36) 0px -1px 0px;
    display: inline-block;
}

.button.gs-button:hover {
    background-color: #0288ad;
}

.button.gs-button.gs-button-next {
    float: right;
}

a.gs-close {
    float: right;
    color: rgba(255, 255, 255, 0.8);
}

a.gs-close:hover {
    color: #fff;
}

.gs-holder {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 5000;
}

.gs-box {
    position: fixed;
    top: 0;
    left: 50%;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 560px;
    margin-left: -280px;
    border-radius: 0 0 10px 10px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 15px 2px;
}

.gs-header {
    padding: 10px;
    background-color: #359ae6;
    background-image: url('../images/subtle-blue-stripe.png');
    color: white;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.52) 0px -1px 0px;
}

.gs-content {
    margin-bottom: 0px;
    padding: 20px;
}

.gs-steps {
    display: block;
    padding: 10px 10px 10px 20px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #d9d9d9;
}

.gs-steps:nth-child(even) {
    background-color: #fff;
}

.gs-helpdesk {
    line-height: 35px;
}

a.gs-backref {
    font-weight: bold;
    font-size: 14px;
    color: rgba(179, 179, 179, 1.00);
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
}

a.gs-backref:hover {
    color: #359ae6;
}

.gs-content h1 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
    text-align: left;
    text-shadow: none;
}

.gs-content p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    text-shadow: none;
}

.gs-buttons {
    margin-top: 0px;
    padding: 10px;
    background-color: #f2f2f2;
    border-top: 1px solid #d9d9d9;
}

.gs-h2 {
    display: inline-block;
    width: 110px;
    line-height: 30px;
}

.gs-select {
    display: inline-block;
    width: 415px;
    margin-bottom: 0px;
    padding-bottom: 1px;
    float: none;
    color: #8c8c8c;
    font-size: 16px;
    font-weight: 600;
}

.w-block {
    display: block;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
    content: " ";
    display: table;
}

.w-clearfix:after {
    clear: both;
}

.w-hidden {
    display: none;
}

.gs-content li ul, .gs-content li ol, ul.list ul, li.list ol {
    margin: 5px 20px;
}


.gs-content ul, ul.list {
    list-style-type: disc;
}

.gs-content ol, ol.list {
    list-style-type: decimal;
}

.gs-content ol ol {
    list-style: upper-alpha;
}

.gs-content ol ol ol {
    list-style: lower-roman;
}

.gs-content ol ol ol ol {
    list-style: lower-alpha;
}

.gs-content li {
    margin-bottom: 5px;
}

.gs-content a {
    text-decoration: none;
}

.gs-try {
    border: rgba(208, 208, 208, 1.00) 1px solid;
    border-radius: 8px;
    padding: 10px;
}

.tag-right{
    padding: 1px 8px 0 8px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
    float: right;
    margin-top: -3px;
    background-color:#1fc7ba;
}
.tag-right.disabled{
    background-color:rgba(146,146,146,1.00);
}
.tag-right.error{
    background-color:#ff4876;
}
button.datepick i.fa{
  position: relative;
  z-index: -1;
}
i.datepick, i.dateonlypick{
    margin-left: -20px;
    padding-right: 7px;
    color: rgba(2,155,199,0.80);
    cursor:pointer;
}
div.subnav+div.contentpad .dateonly{
    width: 100px;
}
i.datepick:hover, i.dateonlypick:hover{
    margin-left: -20px;
    color: rgba(2,155,199,1);
}
.datepicker_minimal{
    border-radius: 3px;
    overflow: hidden;
}
.datepicker_minimal div{
    line-height:inherit;
    font-size:inherit;
}
.datepicker_minimal .years, .datepicker_minimal .months{
    width: 100%
}


/*permission tree*/
div#permissionTreeHolder ul{
    background: url(/images/tree-vline.png) repeat-y;
    margin-left: 5px;
    margin-top: -2px;
    padding-top: 5px;
}
div#permissionTreeHolder > ul:first-child{
    background: #fff;
}
div#permissionTreeHolder > ul:first-child > li:first-child{
    background: #fff;
}
div#permissionTreeHolder li{
    padding-left: 10px;
    margin-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: url(/images/tree-node.png) no-repeat;
}
div#permissionTreeHolder li.collapsed ul{
    display: none;
}
.permission-expand{
    display: inline-block;
    margin-left: 5px;
    color: #999;
}
div#permissionTreeHolder li>.permission-name>.permission-expand{
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
}
div#permissionTreeHolder li.collapsed>.permission-name>.permission-expand{
    transform: rotate(180deg);
}

div#permissionTreeHolder li:last-child{
    background: #fff url(/images/tree-lastnode.png) no-repeat;
}
div#permissionTreeHolder input{
    margin-right: 5px;
}

.permission{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ddd;
    display: inline-block;
    margin-right: 5px;
    margin-left:-2px;
    cursor: pointer;
    font: normal normal normal 11px/1 FontAwesome;
    color: rgba(255,255,255,0.6);
    text-align: center;
    line-height: 17px;
    overflow: hidden;
    display: inline-block;
}
.permission:before{
   content: "\f05e";
}
.permission-name{
    position: relative;
    cursor: pointer;
    top: 1px;
}
div#permissionTreeHolder .permission.access{
    background-color: #63da39;
}
div#permissionTreeHolder .permission.access:before{
   content: "\f00c" !important;
}

div#permissionTreeHolder .permission.block{
    background-color: #ff3a30;
}
div#permissionTreeHolder .permission.block:before{
   content: "\f05e";
}


div#permissionTreeHolder .permission.inherit{
    opacity: 0.5;
}
.permission.visible{
    background-color: #ffe786;
}
div#permissionTreeHolder .permission.visible:before{
    content:"\f141";
}

/*dashboard*/
.dtannounce .dtrow>div:nth-child(1){
    width: 603px;
}

.dtchart .dtrow>div:nth-child(1){
    width: 603px;
}

.dashleft .dtrow>div:nth-child(1){
    width: 303px;
}
.dashleft .dtrow>div:nth-child(2){
    width: 50px;
    text-align:right;
}
.dashright .dtrow>div:nth-child(1){
    width: 175px;
    text-align:center;
}
.dashright{
    float: right;
}
.dashleft div.dtrow.overage{
    background-color:#ca4335;
    color: #fff;
}
.dash-profile-link{
    text-decoration: none;
}
.dash-profile-link:hover{
    text-decoration: underline;
}

div.usageoverlay{
  position: absolute;
  top:0;
  left: 0;
  right:0;
  bottom: 0;
}
div.usageoverlay div.number{
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -3px;
}
div.number.overage, div.message.overage{
    color:#ca4335;
}
div.note.overage a{
    color: #fff;
}

.announcement{
  white-space: normal !important;
  padding: 15px 10px 20px 10px !important;
}
.announcement h3{
  text-transform: none;
  font-weight: bold;
  margin-bottom: 10px;
}
.announcement p{
  margin-bottom: 15px !important;
}
/*message log info box*/
#log-info{
  position: absolute;
  display: none;
  width: 300px;
  border-radius: 5px 5px 5px 5px;
  background-color: #fff;
  overflow: hidden;
  border: #999 1px solid;
  color: #fff;
  font-size: 14px;
  cursor: default;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
#log-info-message-holder{
    padding: 7px;
    margin: 1px;
    background-color: #fff;
    color: #555;
}
#log-info-message{
    max-height: 200px;
    overflow: hidden;
}
#log-info-type{
    padding: 7px;
    font-weight: bold;
    background-color: #999;
}
#log-info-credits{
    padding: 5px;
    background-color: rgba(255,255,255,0.2);
}
#log-info-img{
  max-width: 100%;
}

div.message-info.media div.media-body{
  max-height:
  100px; overflow: hidden;
}

/* file upload styles */
#uploadhint{
    display: none;
}
.fileUpload {
	position: relative;
	overflow: hidden;
}
.fileUpload span{
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
  z-index:0;
}
/*send message with mms*/
#message-image{
  display: none;
}
#message-image-preview-holder{
  display: none;
}
#message-image-preview-holder .inputrow-field{
  position: relative;
}
#message-image-delete{
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 10px;
}
#message-image-delete:hover{
  background-color: #359ae6;
}
#message-image-preview-holder .inputrow-field:hover #message-image-delete{
  opacity: 1;
}
#message-image-preview-holder .inputrow-field:hover #message-image-delete:hover{
  background-color: #359ae6;
}

a.link-muted{
  opacity: 0.5;
}
a.link-muted:hover{
  opacity: 1;
}

/*select table rows*/
.select-label{
  margin: -10px;
  padding: 10px;
}
.select-cell{
  max-width: 20px;
  padding-right: 0 !important;
}

/*dropdowns in table*/
button.btn-pill.dropdown-no-toggle{
  border-radius: 1000em !important;
}
@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: relative !important;
    }
    .table-responsive .dropdown {
        position: relative !important;
        flex-direction: column;
    }
}
@media (min-width: 768px) {
  .table-responsive.with-dropdowns{
    overflow: visible;
  }
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
.tool-cards .card-block{
  padding-left: 30%;
}
.tool-cards .card-footer{
  position: relative;
  z-index: 1;
}
.tool-cards .tool-card-image{
  position: absolute;
  width: 30%;
  left: -5%;
  top: 10px;
}
.tool-cards h5.card-title{
  margin-bottom: 5px;
}
.tool-cards div.card-footer{
  padding: 5px 15px 7px 15px;
}
a.card{
  color: #000;
  text-decoration: none;
  transition: box-shadow 200ms;
  overflow: hidden;
}
a.card:hover{
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}
a.card:active{
  background-color: #f7f7f7;
}
div.card div.card{
  box-shadow: none;
  border: #ddd 1px solid;
}

h1.pageheader i.fa-circle.text-primary{
  color: transparent !important;
  background: linear-gradient(300deg, rgba(2,0,36,1) 0%, rgba(50,171,240,1) 0%, rgba(61,109,203,1) 100%);
  border-radius: 50%;
}
h1.pageheader i.fa-circle.text-info{
  color: transparent !important;
  background: linear-gradient(150deg, #5a3ab7, #ae72ea);
  border-radius: 50%;
}
h1.pageheader{
  margin-bottom: 25px;
}

div.pg-conversations h1.pageheader i.fa-circle{
  background: linear-gradient(150deg, #b12db7, #f95d8e);
}
div.pg-donations h1.pageheader i.fa-circle{
  background: linear-gradient(150deg, #15b0c0, #3be8b0);
}
div.pg-list h1.pageheader i.fa-circle{
  background: linear-gradient(150deg, #7462ed, #32b7f8);
}
div.pg-soap h1.pageheader i.fa-circle{
  background: linear-gradient(150deg, #7462ed, #32b7f8);
}
div.pg-responder h1.pageheader i.fa-circle{
  background: linear-gradient(150deg, #f44071, #feba66);
}
div.pg-polls h1.pageheader i.fa-circle{
  background: linear-gradient(150deg, #5a3ab7, #ae72ea);
}

/*responsive video embed */
figure.video.redactor-component {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
figure.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.text-white{
  text-decoration: underline;
}

.sidebar a{
  color: rgba(255,255,255,0.9);
}
.sidebar a:hover{
  color: rgba(255,255,255,1);
}

.sidebar .nav-link.text-muted{
  color: rgba(255,255,255,0.3) !important;
}
.nav-link.text-info.active{
  color: #fff !important;
  background-color: #7956ec !important;
}
.nav-link.text-info:hover{
  color: #5a3ab7 !important;
}
.nav-link.text-info.active:hover{
  color: #fff !important;
}
.sidebar .nav-link:active{
  background-color: rgba(0,0,0,0.3);
}

.sorter-false{
  cursor: default !important;
}

.dropdown-menu.show{
  display: block;
}

.g-signin2 div.abcRioButton{
  width: 100%!important;
}
