body {
    background: #ccc;
}
.main-content {
    background: #FFF;
}
label, strong, h5 {
    font-weight: 600 !important;
    color: #666;
}
h5 {
    border-bottom: 2px solid #999;
    padding-bottom: 6px;
    font-size: 16px;
}
a {
    cursor: pointer;
}
.login{
    margin-top: 50px;
}
.panel {
    background: #FFF;
    min-height: 265px;
}
.panel-heading {
    font-size: large;
    font-weight: bold;
    border-bottom: 4px solid #b2b2b2
}
.form-control {
    margin-bottom: 18px;
}
.btn-default {
    background: #e33340;
    color: #FFF;
    border-color: #ca1f17;
    padding-left: 50px;
    padding-right: 50px;
}
.btn-info {
    background: #248fda
}
.btn-default:hover {
    background: #ca1f17;
    color: #FFF;
    border-color: #ca1f17;
}
.btn-primary {
    background: #e33340;
    color: #FFF;
    border: none;
    border-bottom:3px solid #ca1f17;
    border-radius: 3px;
}
.btn-primary:hover {
    background: #ca1f17;
    color: #FFF;
    border-color: #ca1f17;
}
.navigation .heading {
    background-color: #f5f5f5;
    /*background: #e33340;*/
    font-weight: 600;
}
.navigation .list-group-item.heading:hover {
    background: #f5f5f5 !important;
    border-width: 1px 1px 4px 1px !important;
    border-color: #ddd !important;
    border-style: solid !important;
}
.navigation .list-group-item.heading:hover, .navigation .list-group-item.heading:hover i {color: #333 !important;}
.navigation .heading i, .list-group-item a i {margin-right: 5px;}
.navbar {
    min-height: 70px;
}
.navbar-default {
    background: #1c2630
}
.navbar .dropdown {
    margin-top: 17px;
}
.dropdown-menu {
    font-size: small;
}
.navigation .list-group-item.active, .list-group-item.active:focus, .navigation .list-group-item.active:hover, /*.list-group-item:hover*/ {
    background-color: #e33340 !important;
    border-color:  #e33340 !important;
    color: #ffffff !important;
}

.list-group-item.active a {
    color: #fff;
    font-weight: 600;
}
.list-group-item.active a:hover, /*.list-group-item a:hover, a*/ .navigation .list-group-item.active:hover a {
    color: #fff !important;
    font-weight: 600 !important;
}
.list-group-item.active a i, 
.list-group-item.active a:hover i, 
/*.list-group-item a:hover i,  */
.navigation .list-group-item.active:hover a i{color: #fff !important;}

.list-group a, .list-group a:hover {
    display: block;
    color: #666;
    text-decoration: none;
}
table {
    border-radius: 5px;
    border: 1px solid #ccc;
}
th, th a, th, th a:active, th, th a:hover {
    background: #e33340;
    color: #FFF;
}
i.fa-fire {
    color: #c30;
}
.breadcrumb{
    margin-top:20px;
}
.breadcrumb,.breadcrumb li, .breadcrumb a, .breadcrumb>li+li:before {
    background: #ccc;
    color: #666;
    font-size: 13px;
    font-weight: normal;
}
th, td {
    font-size: 13px !important;
}
.table-rounded {
  margin-top: 30px;
  border-radius: 5px !important;
}
.table-rounded th {
    background: #f4f5f5;
    color: #808080;
    font-size: 16px;
}
th em {
  font-weight: 400;
  font-style: normal;
}
tbody {
  border-top: 4px solid #ccc !important;
}
.table-rounded th, .table-rounded td {
  padding: 10px !important;
  font-size: 16px !important;
}
.white th {
  background: #FFF !important;
}
hr {
    border-top: 2px solid #CCC;
}
.main {
    padding-bottom: 40px;
}
.footer p {
    font-size: 11px !important;
    color: #999;
}
.pagination a {
    color: #999 !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: #1c2630;
    border: 1px solid #1c2630;
    color: #eee !important;
}
.col-md-6 .pagination {
    margin-top: 0;
}
.easy-autocomplete-container {
    top: 30px;
}
.easy-autocomplete-container ul li {
    border-bottom: 1px solid #CCC !important;
}
.btn-header {
    background: none !important;
    color: #FFF !important;
    outline: none !important;
}
.navbar .dropdown-menu {
    left: 30px;
    width: 100px;
}
h3 i {
    color: #e33340;
}
.settings .navigation .heading, .settings .navigation .heading a  {
    background: #29323b;
    color: #eee;
}
.settings .list-group-item {
    border-bottom: 2px solid #999 !important;
    border-top: none !important;
}
.settings .navigation .list-group-item, .settings .navigation .list-group-item a {
     background: #353f49;
     color: #eee;
     outline: none;
}
.search-form .list-group-item, .search-form .list-group-item a {
    background: #FFF;
    color: #333
}
.settings .list-group-item i {
    margin: 0 5px;
}
label {
    margin-bottom: 4px;
}
h4 a {
    color: #333;
     background: #FFF;
}
.nav-tabs {
    border: 1px solid #ccc;
    background: #FFF;
}
.nav-tabs>li {
    border-radius: 0 !important;
}
.nav-tabs>li a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
    color: #333;
    text-transform: uppercase;
    border-right: 1px solid #ccc !important;
    border-radius: 0 !important;
    background: #fff !important;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    margin: 0 !important;
}
.nav-tabs>li.active>a:hover {
    color: #de2c2b !important;
}
.nav-tabs>li.active>a {
    background: #de2c2b !important;
    color: #FFF;
}
.alert {
    border-radius: 0;
}
.container-fluid {
    padding-left: 0 !important;
}
.navbar.inverse {
    margin-bottom: 0 !important;
    border: none !important;
}
.settings .list-group {
    border-radius: 0 !important;
}
.settings .list-group-item:first-child, .settings .list-group-item:last-child {
    border-radius: 0;
}
.product-title {
    padding: 20px 15px 30px 15px;
    border-bottom: 6px solid #de2c2b;
    background: #FFF;
}
.settings h4 {
    font-size: 14px;
}
.settings .list-group-item  ul {
    padding: 0;
    padding-left: 10px;
    display: none;
}
.settings .list-group-item  ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.settings .list-group-item  ul li a {
    padding: 5px 0;
}
.summary {
    margin-top: 20px;
}
.white {
  background: #FFF !important;
}
#circle {
    width: 100px;
    background-image: url(/stream/img/gscore.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 80px 80px;
}
.gscore {
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 20px;
    width: 130px;
    text-align: center;
    color: #3bb770
}
.summary {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
}
.summary h4 {
    font-weight: bold;
}
.form-control {
    background: #FFF !important;
}
.highlight {
    
    padding: 15px;
}
.related .list-group-item, .related .list-group-item a {
    background: #FFF;
    color: #666;
    border: none !important;

}
.related .list-group-item {
    border-bottom: 2px solid #eee !important;
}
.list-group-item a {
    display: block
}
.icon {
    display: inline-block;
    width: 31px;
    height: 20px;
    background-size: auto 20px;
    background-position: bottom left;
    background-repeat: no-repeat;
    margin-right: 4px;
}
.icon-stream .icon  {
    background-image: url(/img/icons/your-stream-icon.png);
}
.icon-builder .icon {
    background-image: url(/img/icons/stream-builder-icon.png);
    width: 20px;
    margin-left: 6px;
    margin-right: 9px
}
.icon-profile .icon {
    background-image: url(/img/icons/yr-stream-profile-icon.png);
    width: 18px;
    margin-left: 6px;
    margin-right: 12px
}
.icon-influencers .icon {
    background-image: url(/img/icons/your-influencers-icon.png);
    width: 20px;
    margin-left: 6px;
    margin-right: 12px
}
.icon-websites .icon {
    background-image: url(/img/icons/websites-icon.png);
    width: 20px;
    margin-left: 6px;
    margin-right: 12px
}
.icon-social .icon {
    background-image: url(/img/icons/social-media-icon.png);
    width: 20px;
    margin-left: 6px;
    margin-right: 12px
}
.icon-analytics .icon {
    background-image: url(/img/icons/analytics-icon.png);
    width: 22px;
    margin-left: 8px;
    margin-right: 11px
}
.icon-settings .icon {
    background-image: url(/img/icons/setting-icon.png);
    width: 19px;
    margin-left: 10px;
    margin-right: 11px

}
.icon-help .icon {
    background-image: url(/img/icons/help-icon.png);
    width: 20px;
    margin-left: 10px;
    margin-right: 11px
}
a:hover .icon, .active a .icon {
    background-position: bottom right;
}
.modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.5);
    display: none;
    z-index: 9999999;
}
.theModal {
    max-width: 400px;
    background: #FFF;
    margin: auto;
    z-index: 99999;
    margin-top: 300px;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 20px;
}
/** move to stream **/
.sf-txt h4 {
    font-size: 20px;
    max-width: 80%;
}
.article-img {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center center;
    border-radius: 3px;
}
.influencer-img {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center center;
    margin-right: 20px;
}
.media-body a {
    color: #e33340;
}
.sf-footer {
    background: #eee;
    border-top: 1px solid #ccc;
    padding-top: 10px !important;
    padding-bottom: 8px !important;
    min-height: 80px;
}
.sf-header {
    background: #eee;
    border-bottom: 1px solid #ccc;
    padding-top: 10px !important;
    padding-bottom: 8px !important;
    min-height: 80px;
}
.sf-footer .gscore, .sf-header .gscore {
    font-size: 12px;
    position: inherit;
    top: inherit
}
.sf-footer .gscore em, .sf-header .gscore em {
    font-size: 12px;
    color: #333;
}
.settings .panel-heading {
    color: #e33340;
    font-weight: 600
}
.heading {
    font-weight: 600;
    background: #eee;
    border-bottom: 4px solid #ddd;
    padding: 10px 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.steps {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-weight: 600
}
.steps span {
    display: inline-block;
    /* background: #e33340; */
    background: #929292;
    width: 20px;
    height: 20px;
    color: #FFF;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
}
.steps li {
    margin: 0;
    padding: 0;
    height: 40px;
    background: url(/img/connector.png) repeat-y 8px top;
}
.steps li.hasPrev {
    margin: 0;
    padding: 0;
    height: 40px;
    background: url(/img/connector-active.png) repeat-y 8px top;
}
.steps li:last-child {
    height: 20px;
}
.steps a {
    color: #333;
}
.steps .active a {
    color:  #e33340;
}
.steps .active span {
    background:  #e33340;
}
.panel-footer .btn, .panel-footer .submit {
    display: inline-block;
}
.btn.grey {
    background: #ccc;
    border-bottom: 3px solid #999
}
.btn {
    padding-left: 30px;
    padding-right: 30px;
}
.modal-content {
    border-radius: 0;
}
.modal-header {
    background: #eee;
}
.modal-title {
    font-weight: 700;
}
.input{
    margin-bottom: 20px;
}
a .fa-plus-circle {
    font-size: 22px;
}
.error-message {
    padding: 0;
    font-size: small;
    color: #c30;
}
.fa-trash, .fa.fa-pencil {
    cursor: pointer
}

#topic-basket {
    display: block;
}
.related-actions a {
    display: inline-block;
    width: 30px;
    text-align: center
}
.related-actions a .fa-trash {
    color: #c30;
}
.related div:hover {
    background: #FFF !important;
}
.related .list-group-item.active {
    border-bottom: 2px solid #fdfdfd !important;
}
.related div.active, .related div.active a {
    background: #f5f5f5 !important
}
.progress-unfinished {
    background-image: url(/img/progress-gradient.png);
    background-size: 250px 50px;
}
.narrow  {
    width: 60px;
}
.active i {
    color: #e33340
}
.progress {
    background: #666;
}

.panel-social i {
    font-size: 40px;
    float: left;
    color: #FFF;
} 
.panel-social a {
    color: #FFF;
}
.panel-body-facebook i {
    font-size: 40px;
    float: left;
    color: #3b5999;
}
.panel-body-facebook a {
    color: #23527c;
}

.panel-body-twitter i {
    font-size: 40px;
    float: left;
    color: #4da4e6;
}
.panel-body-twitter a {
    color: #23527c;
}

.panel-facebook {
    color: #FFF;
    background: #3b5999;
}

.panel-twitter {
    color: #FFF;
    background: #4da4e6;
}
.panel-linkedin {
    color: #FFF;
    background: #283E4A;
}
.connected {
    background: #FFF;
    float: right;
    padding: 3px 6px;
    border-radius: 10px;
}

.connected i {
    color: green;
    font-size: 18px;
    margin-right: 5px;
}
.panel-social .fa-cog {
         font-size: 18px;
         float: right;
}
.profile {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#search {
  position: relative;
}
.result-holder {
  position: absolute;
  width: 100%;
  z-index: 99999;
  top: 40px;

}
.handles {
  margin: auto;
  background: #FFF;
  border-top: none;
  border-left: 1px solid #66afe9;
  border-right: 1px solid #66afe9;
  border-bottom: 1px solid #66afe9;
  text-align: left;
  color: #333;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.handle {
  padding: 5px;
  border-top: 1px solid #eee;
  min-height: 45px;
}
.handle img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.handle:hover {
  background: #efefef;
  cursor: pointer;
}
th, td {
    font-size: 12px !important;
}
.mute {
    padding: 3px 5px;
    background: #c30;
}
.toggle-box {
    float: right;
    position: relative;
    z-index: 99999;
}
.toggle {
    margin: 5px;
}
.toggle .btn {
    padding: inherit;
    padding-top: 2px;
}
.toggle-handle.btn {
    padding: 0 10px;
    width: 20px;
    background: #FFF;
    border: none;
}
.toggle.off {
    border-color: #CCC;
}
.toggle.on .toggle-handle {
    border-color: #CCC;
    left: 10px;
}
.fadeIt {
    opacity: 0.3
}
.settings .navigation .list-group-item.active, .settings   .navigation .list-group-item.active:focus, .settings  .navigation .list-group-item.active:hover {
    background: #353f49 !important;
}
.settings  .navigation .list-group-item.active a {
    color: #c30!important;
}
.settings  .navigation .list-group-item.active li a {
    color: #FFF!important;
}
.settings  .navigation .list-group-item.active li.active a {
    color: #c30!important;
}
.btn-info {
    color: #FFF !important;
    margin-bottom: 5px;
}
.stat {
    border: 1px solid #FFF;
    border-radius: 5px;
    padding: 2px;
}
.stat em {
    display: block;
    font-style: normal;
    font-size: 30px;
    font-weight: bold;
}
.nudge {
    padding: 2px 10px 0 10px;
}
.nudge-sm {
    padding: 10px 4px 0 4px;
}
.nav-tabs {
    padding-top: 10px;
    padding-left: 10px;
}
.datepicker-days thead, .datepicker-days thead a{
background: #ca1f17 !important;
}
.datepicker td, .datepicker th {
    border-radius: 0 !important;
}
#frmStream .list-group {
    margin-top: -18px;
}
#frmStream .list-group-item {
    border-bottom: 1px solid#ccc;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.form-control.disabled{
    color: grey;
    background-color: #e1e4e3 !important;
}
.reset_click{
    font-size: 18px;
    margin-right: 10px;
    color: grey;
}
.form-control.hide{
    display: none;
}

.form-control.invalid {
    border-color:#dc3545;
    padding-right:calc(1.5em + .75rem);
    /*background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat:no-repeat;
    background-position:right calc(.375em + .1875rem) center;
    background-size:calc(.75em + .375rem) calc(.75em + .375rem)*/
}

.main-content .nav-tabs > li.active > a, .main-content .nav-tabs > li.active > a:focus, .main-content .nav-tabs > li.active > a:hover {
background: #de2c2b !important;
color: #ffffff !important;
}
.panel-gmb{
  background: #0366d6;  
}

.gmb.plus::before {
    content: "\0000a0";
    background: url("https://cloud.githubusercontent.com/assets/12502/22228779/307a40fe-e188-11e6-870a-297c990b5c5b.jpg") -48px 8px no-repeat;
}

.panel-instagram{
    background: #e1306c;
}
.icon-remove, .edit-services{
    color: #ffffff;
}
.icon-remove:hover {
    color: #FFF;
}
.edit-services:hover {
    color: #FFF;
}

.phone-number {
    margin-top: 17px;
    padding: 5px 30px 10px;
    color:#fff;
}
.left-align{
left: auto !important;
right: 0 !important;
}
.navigation li.list-group-item.active {
    background-color: #e33340 !important;
    border-color: #e33340 !important;
}

.status-2{
    text-decoration: line-through;   
  }
  .status-1{
    color:green;   
  }
  .status-3{
    color:brown;   
  }
  .status-4{
    color:red;   
  }

  .status-0{
    color:orange;   
  }
  
  .status-0, .status-2, .status-3, .status-4 {
      display:none;
  }
  
  .select2-container--default .select2-selection--single{
      height: 34px !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #444 !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
   line-height: 31px !important;
  }
  .custom-checkbox{
      margin-right:5px !important;
  }
  .form-success{
      border-color:green;
  }
  .form-error{
      border-color: red;
  }