﻿
    .your-world {
        font-size: 45px;  
        line-height: 40px; 
    margin-top: 0px;
    }

    .our-world {
         margin-top: 30px; 
         line-height: 30px; 
         font-size: 24px; 
    }

    

@media (min-width: 1200px) {   
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 1170px !important;
    }
    
    .row {
        margin-left: -15px !important;
    }
    
   
    .your-world {
        font-size: 55px !important;  
        line-height: 60px !important; 
        margin-top: 0px !important;
    }

    .our-world {
         margin-top: 40px !important; 
         line-height: 48px !important; 
         font-size: 34px !important; 
    }
}


/* #region Common Colors */

.green {
    color: #3e993e !important;
}

.white {
    color: #fff !important;
}

.white-link {
    color: white !important;
}


.white-link:hover {
        color: white !important;
    cursor: pointer;
    text-decoration: underline;
}


.black {
    color: #000 !important;
}

.blue {
    /*color: rgba(62, 148, 216, 1);*/
    color: #3884c9 !important;
}

.light-blue {
    color: #80c3e4 !important;
}

.light-blue-link {
    color: #a3d1e8 !important;
    text-decoration: none;
}

.light-blue-link:hover {
        color: #0088cc !important;
    cursor: pointer;
    text-decoration: none;
}

.light-green {
    color: #8dc98d !important;
}


.light-green-link {
    color: #8dc98d !important;
}

.light-green-link:hover {
    color: #3e993e !important;
    cursor: pointer;
    text-decoration: none;
}

.dark-red {
    color: #cc3333 !important;
}

.light-red {
    color: #f06868 !important;
}


.light-red-link {
    color: #f06868 !important;
}

.light-red-link:hover {
    color: #e63535 !important;
    cursor: pointer;
    text-decoration: none;
}

.very-light-red-link {
    color: #ffaaaa !important;
}

.very-light-red-link:hover {
    color: #e63535 !important;
    cursor: pointer;
    text-decoration: none;
}

.pink {
    color: pink !important;
}

.border-green {
    border-color: #3e993e !important;
}


.red-list {
    color: red !important;
}

.red-list:hover {
    color: white !important;
}

.blue-list {
    color: #3884c9 !important;
}

.blue-list:hover {
    color: white !important;
}

.green-list {
     color: #3e993e !important;
}

.green-list:hover {
     color: #3e993e !important;
}


.white {
    color: #fff !important;
}

.white-link {
    color: white !important;
}


.white-link:hover {
        color: white !important;
    cursor: pointer;
    text-decoration: underline;
}

.red {
    color: red !important;
}

.purple {
    color: #8175c7 !important;
}

.yellow {
    color: yellow !important;
}

.orange {
    color: orange !important;
}

.grey333 {
    color: #333 !important;
}

.grey444 {
    color: #444 !important;
}

.grey555 {
    color: #555 !important;
}


.grey666 {
    color: #666 !important;
}

.grey777 {
    color: #777 !important;
}

.grey888 {
    color: #888 !important;
}

.grey999 {
    color: #999 !important;
}

.greyaaa {
    color: #aaa !important;
}

.greybbb {
    color: #bbb !important;
}

.greyccc {
    color: #ccc !important;
}

.greyddd {
    color: #ddd !important;
}

.greyeee {
    color: #eee !important;
}


.background-white {
    background-color: white !important;
}

.background-transparent {
    background-color: transparent;
}


.green:hover {
  color: #3e993e !important;
}


.blue:hover {
  color: #3884c9 !important;
}

.red:hover {
    color: red !important;
}

.white:hover {
    color: white !important;
}

/* #endregion */

/* #region stubs to eliminate HTML warnings from ReSharper */

.add-channel {
}

.btn-loading {
}

.tab-video-show {
}

.tab-reports-show {
}

.tab-actionitems-show {
}

.tab-campaigns-show {
}

.video-details-title {
}

/* #endregion */

body {
   /* background-color:#f1f1f1;
    background-image: url(/content/images/lghtmesh.png);*/
}

.main-content {
    margin: 0px 0px 0 0px;
    min-height: 400px;
}

div.smaller-legend {
    display: block;
    padding-bottom: 6px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 14px;
    padding-left: 10px;
    color: #555;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-top: 0px;
}


.well-smaller-legend {
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    /*border-radius: 4px 4px 4px 4px;*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 15px 10px 10px 10px;
}

.glow-hover-selected {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.3);
    outline: 0 none;
}

.glow-selected {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    margin: 2px;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.3);
    outline: 0 none;
}


.white-well {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.glow-hover {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}


    .glow-hover:hover {
        border-color: rgba(82, 168, 236, 0.8);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.3);
        outline: 0 none;
        cursor: pointer;
    }

.glow-hover-muted {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.promote-title {
    font-size: 26px;
    font-weight: bold;
    position: relative;
    top: 4px;
}




.border-bottom-blue {
	border-bottom: solid 1px;
    border-bottom-color: rgba(62, 148, 216, 1) !important;
}


.grid-edit-link {
    border-bottom: dotted 1px;
}

    .grid-edit-link:hover {
        text-decoration: none;
        border-bottom: solid 1px;
    }

.grid-no-underline:hover {
    text-decoration: none;
}

.k-grid td {
    white-space: nowrap;
    overflow: hidden;
}


.help {
    border-bottom: dotted 1px;
}

    .help:hover {
        cursor: help;
    }

.btn-title {
    position: relative;
    top: 1px;
    left: -5px;
}


.breadcrumb {
    padding: 5px 10px;
    margin: 0px 0px 10px 0px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #ddd;
    border-top-width: 0px;
}

.well-title {
    padding: 9px;
    /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
    margin-bottom: 5px;
    background-color: #fff;
}


.btn.loading {
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, .10)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(0, 0, 0, .10)), color-stop(.75, rgba(0, 0, 0, .10)), color-stop(.75, transparent), to(transparent));
    background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, .10) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .10) 50%, rgba(0, 0, 0, .10) 75%, transparent 75%, transparent );
    background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    -webkit-animation: animate-stripes 2s linear infinite;
}

.inactive {
    opacity: .4;
}

.isactive {
    opacity: inherit;
}


.loading-icon {
    height: 14px;
    width: 14px;
    margin-right: 5px;
}

div .badge-legend {
    position: relative;
    top: -4px;
}

.hide-widget {
    background-color: transparent;
    border: none;
}

.graph-icon {
    font-size: 16px;
    position: relative;
    top: -1px;
    margin-left: 2px;
    margin-right: 2px;
}

.no-list-style {
    list-style: none;
}

.setup-wizard-options {
    padding: 10px;
    background-color: white;
    border: solid 1px #ddd;
    border-radius: 5px;
    line-height: 25px;
    margin: 10px;
}

.help-icon {
    color: #0088CC;    
    opacity: .25;
    cursor: pointer;
    display: none;
}

.help-icon:hover {
    opacity: 1;
}

.campaign-type-label {
    font-size: 16px;
    font-weight: bold;    
}

.btn-glow {
    border-color: rgba(82, 168, 236, 0.8); 
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.3);
}

.header-underline {
    display: block;
    padding: 0;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 22px;
    color: #333333;
    border: 0;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5;
}

.header-overline {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}

#detailsTitle {
    /*background-color: #3A3A3A; 
    border-radius: 4px 4px 4px 4px; 
    color: white; 
    padding: 14px; 
    font-size: 28px;*/
      /*
    background-color: #0088CC;
    color: white;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 12px;
    margin-top: 15px;*/
}


.overflow-visible {
    overflow: visible !important;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}


.img-polaroid-small {
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.cards {
    overflow: hidden;
}

.cards li {
    background-image: url("../png/card-logos.png");
    background-position: 0 0;
    float: left;
    height: 32px;
    margin-right: 8px;
    text-indent: -9999px;
    transition: all 0.2s ease 0s;
    width: 51px;
}

.cards li:last-child {
    margin-right: 0;
}

.cards .visa_electron {
    background-position: 204px 0;
}

.cards .mastercard {
    background-position: 153px 0;
}

.cards .maestro {
    background-position: 102px 0;
}

.cards .discover {
    background-position: 51px 0;
}

.cards .visa.off {
    background-position: 0 32px;
}

.cards .visa_electron.off {
    background-position: 204px 32px;
}

.cards .mastercard.off {
    background-position: 153px 32px;
}

.cards .maestro.off {
    background-position: 102px 32px;
}

.cards .discover.off {
    background-position: 51px 32px;
}

.img-polaroid-thin {
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(../_q.html>assets/xml/ellipsis.xml#ellipsis</q>);
}


.table tbody td.success {
    background-color: #DFF0D8;
}

.table tbody td.error {
  background-color: #f2dede;
}


.tagit.ui-widget {
    min-height: 70px !important;
}

.help-topic {
    display: none;
}

.readonly-show {
    background-color: white !important;
	cursor: default !important;
}

 .youtubeVideoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.youtubeVideoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
        border: solid 1px #666;
    }

.how-it-works-header {
    font-size: 26px;
    /*font-weight: bold;*/
    color: #666;
    padding-left: 4px;
}

.feature-icon {
    position: absolute;
    font-size: 85px;
    color: #f06868 !important;
    left: 35px;
}

.how-it-works-container {
   padding: 5px 0 0 30px;
   
}

.how-it-works-body {
    font-size: 18px;
    padding: 0px 10px 35px 5px;
    color: #999;
    line-height: 24px;
   letter-spacing: 0px;
    border-bottom:dashed 1px #ddd;
    margin-bottom:0px;
    min-height:90px;
}

.how-it-works-body-last {
    border-bottom: 0 !important; 
    padding-bottom: 0px !important;
}

.how-it-works-wrapper {
    max-width:800px;
}

.how-it-works-image {
    width:135px;
    text-align:center;
    float:left;
}

.how-it-works-container img {
    float: left;
    height: 110px;
    opacity: 0.75;
    position:relative;
    left:10px;
    top:5px;
}

.how-it-works-container-first {
    border-left: 0px !important;
    padding-left: 10px;
}
.checkbox-inline.no_indent,
.checkbox-inline.no_indent+.checkbox-inline.no_indent {
  margin-left: 0;
  margin-right: 10px;
}
.checkbox-inline.no_indent:last-child {
  margin-right: 0;
}

.previewChecklistTemplate {
	padding: 10px 0 0 25px;
	border: 0px dotted #666;
}