html,body {
    height:100%;
}

body {
    font-family: Georgia, Palatino Linotype, Calibri, serif;
    background-color: #f5f5f5;
    color: #6d6e71;
    padding: 80px 10px 60px;
}

.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

.fullHeight {
    height: 100%;
}

.fullWidth {
    width: 100%;
}

.btn-margin-left {
    margin-left: 10px;
}

.btn-margin-right {
    margin-right: 15px;
}

.btn-margin-top {
    margin-top: 12px;
}

.navbar-login-header {
    background-color: #f5f5f5;
    height: 70px;
    margin: 0 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-login-footer {
    background-color: #f5f5f5;
    color: #6d6e71;
    height: 50px;
    margin: 0 20px;
}

.navbar-border-top {
    border-top: 1px solid #6d6e71;
}

.navbar-border-bottom {
    border-bottom: 1px solid #6d6e71;
}

.navbar-container {
    background-color: #2aaae1;
}
div .navbar-default {
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #aeaeae;
    margin-bottom: 0;
}

.navbar .navbar-title{
    color: #6d6e71;
}

.navbar .navbar-text{
    color: #6d6e71;
}

.navbar-container .navbar-text{
    color: #ffffff;
}

.navbar-container .navbar-title{
    color: #ffffff;
}

.navbar-form .navbar-text {
    margin-bottom: 0;
    margin-top: 7px;
}

.navbar-form label {
    font-weight: normal;
}

.navbar-title {
    float: left;
    height: 50px;
    padding: 15px 15px 15px 0;
    font-size: 18px;
    line-height: 20px;
}

.nav {
    cursor: default;
}

.btn-default {
    border: 1px solid #d3d3d3;
    background-color: #e6e6e6;
    color: #555555;
}

.navbar-fixed-bottom .navbar-title {
    font-size: 14px;
    color: #6d6e71;
}

.footerIcon {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}

.campaignGrid {
    border: 1px solid #bbb;
    -moz-border-radius: 15px;
    border-radius: 5px;

    background-color: #fdfdfd;

    -moz-box-shadow: 3px 3px 3px 0 #bbb;
    -webkit-box-shadow: 3px 3px 3px 0 #bbb;
    box-shadow: 3px 3px 3px 0 #bbb;
}

.breadcrumb {
    padding-left: 0;
}

.box {
    float:left;

    border: 1px solid #bbb;
    -moz-border-radius: 15px;
    border-radius: 5px;

    background-color: #fdfdfd;

    -moz-box-shadow:    3px 3px 3px 0 #bbb;
    -webkit-box-shadow: 3px 3px 3px 0 #bbb;
    box-shadow:         3px 3px 3px 0 #bbb;
}

.boxHdr {
    width: 100%;
    height: 42px;
    line-height:42px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #aeaeae;
    background-color:#27aae1;
    font-size: 18px;
}

.boxHdrTitle {
    float:left;
    color: #ffffff;
    padding: 0 0 0 20px;
}

.nav-tabs {
    cursor: pointer;
    font-size: 18px;
}

.nav-tabs>li.active>a {
    color: #0690cf;
}

.nav-tabs>li>a {
    color: #6d6e71;
}

.gridStyle {
    border: 1px solid #d4d4d4;
    height: 100%;
    width: 100%;
}

.gridCellCenter {
    text-align: center;
}

.gridCellRight {
    text-align: right;
}

.gridHeaderCell {
    font-weight: normal;
    height: 30px !important;
}

.articleHeaderCell {
    font-weight: normal;
}

.modal {
    display: block;
}

.modal-footer {
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 0;
}

.modal-header {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
}

.publicationDuplicateYes {
    background-color: #fbabab;
    color: #c80004;
}

.publicationInvalid {
    background-color: #fded9f;
    color: #8a4e00;
}

.navigationDash {
    height: 100%;
    width: 90px;
    background-color: #f0f0f0;
    float: left;
    position:relative;
    display: inline;
    box-sizing: border-box;
    border: 1px solid #bbb;
    border-radius: 4px;
}

.navigationIcon {
    height: 65px;
    width: 88px;
    margin-top: 20px;
    text-align: center;
    padding-top: 10px;
}

.navigationIconDisabled {
    cursor: not-allowed;
    background-color: #f0f0f0;
    color: #b5b5b5;
}

.navigationIconChoice {
    cursor: pointer;
    background-color: #f0f0f0;
    color: #b5b5b5;
}

.navigationIconChoice:hover {
    color: #0690cf;
}

.navigationIconSelected {
    background-color: #f0f0f0;
    color: #0690cf;
}

.seeDepthDarkBlue {
    color: #0690cf;
}

.seeDepthLightBlue {
    color: #27aae1;
}

.seeDepthOrange {
    color: #ed662f;
}

.seeDepthWarning {
    color: #ed662f;
}

.seeDepthGrey {
    color: #6d6e71;
}

.detailsChartContainer {
    height: 100%;
    width: 100%;
    background-color: #dddddd;
    box-sizing: border-box;
    border-radius: 4px;
}

.detailsChartHeaderBar {
    height: 30px;
    padding-top: 5px;
    background-color: #dddddd;
    color: #333333;
    font-weight: 800;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.detailsChartArea {
    height: 100%;
    background-color: #ffffff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
    padding: 30px 2px 2px;
}

.google-visualization-table-td {
    cursor: pointer;
}

.campaignRowOdd {
    background-color: #f3f3f3;
}

.campaignRowEven {
    background-color: #fdfdfd;
    border-bottom: 1px solid #f3f3f3;
}

.campaignRowSelected {
    background-color: #c9dde1;
}

.templateRowOdd {
    background-color: #f3f3f3;
}

.templateRowEven {
    background-color: #fdfdfd;
    border-bottom: 1px solid #f3f3f3;
}

.templateRowSelected {
    background-color: #c9dde1;
}

.navbar-center
{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
}

.isDeactivated {
    text-decoration: line-through;
}

.articleCell,
.articleCell:link,
.articleCell:link,
.articleCell:hover,
.articleCell:visited,
.articleCell:active {
    text-decoration: underline;
    color: #6d6e71;
    cursor: pointer;
}

.negativeTitle,
.negativeTitle:link,
.negativeTitle:hover,
.negativeTitle:visited,
.negativeTitle:active {
    text-decoration: underline;
    color: #d95345;
    cursor: pointer;
}

.animateSlideLeft.ng-enter,
.animateSlideLeft.ng-leave
{
    -webkit-transition: all cubic-bezier(0.250, 0.250, 0.750, 0.750) 400ms;
    transition: all cubic-bezier(0.250, 0.250, 0.750, 0.750) 400ms ;

    position:relative;
}

.animateSlideLeft.ng-enter {
    left: 100%;
}
.animateSlideLeft.ng-enter.ng-enter-active {
    left: 0;
}

.animateSlideLeft.ng-leave {
    left: 0;
}


.animateSlideRight.ng-enter,
.animateSlideRight.ng-leave
{
    -webkit-transition: all cubic-bezier(0.250, 0.250, 0.750, 0.750) 400ms;
    transition: all cubic-bezier(0.250, 0.250, 0.750, 0.750) 400ms ;

    position:relative;
}

.animateSlideRight.ng-enter {
    right: 100%;
}
.animateSlideRight.ng-enter.ng-enter-active {
    right: 0;
}

.animateSlideRight.ng-leave {
    right: 0;
}

.green {
    color: green;
}

.clearFix:after {
    content: "";
    display: table;
    clear: both;
}

.pubListButton {
    height: 50px;
    margin: 10px;
    border-color: #aaaaaa;
    border-radius: 4px;
    cursor: move;
    color: #6d6e71;
    background-color: #dddddd;
    padding-top: 6px;
    white-space: nowrap;
    overflow-x: hidden;
}

.pubListButtonDupe {
    height: 50px;
    margin: 10px;
    border-color: #aaaaaa;
    border-radius: 4px;
    cursor: not-allowed;
    color: #6d6e71;
    background-color: #dddddd;
    padding-top: 6px;
    white-space: nowrap;
    overflow-x: hidden;
}

.createPub {
    height: 50px;
    margin: 10px;
    padding-top: 15px;
    white-space: nowrap;
    overflow-x: hidden;
}

.spokesListButton {
    height: 50px;
    margin: 10px;
    border-color: #aaaaaa;
    border-radius: 4px;
    cursor: move;
    color: #6d6e71;
    background-color: #dddddd;
    padding-top: 12px;
    white-space: nowrap;
    overflow-x: hidden;
}

.spokesListButtonDupe {
    height: 50px;
    margin: 10px;
    border-color: #aaaaaa;
    border-radius: 4px;
    cursor: not-allowed;
    color: #6d6e71;
    background-color: #dddddd;
    padding-top: 12px;
    white-space: nowrap;
    overflow-x: hidden;
}

.deleteSpokesperson {
    cursor: pointer;
    margin-right: 10px;
    background-color: #eeeeee;
    color: #555555;
    height: 20px;
    width: 20px;
    padding-top: 3px;
    padding-left: 5px;
    border-radius: 4px;
}

.spokespersonName {
    padding-top: 3px;
/*
    text-overflow: ellipsis;
    overflow: hidden;
*/
}

.dateForm {
    background-color: white !important;
    cursor: default !important;
}

.companyName {
    padding-top: 3px;
    /*
        text-overflow: ellipsis;
        overflow: hidden;
    */
}

.companyNameListButton {
    height: 50px;
    margin: 10px;
    border-color: #aaaaaa;
    border-radius: 4px;
    cursor: default;
    color: #6d6e71;
    background-color: #dddddd;
    padding-top: 12px;
    white-space: nowrap;
    overflow-x: hidden;
}

.deleteCompanyName {
    cursor: pointer;
    margin-right: 10px;
    background-color: #eeeeee;
    color: #555555;
    height: 20px;
    width: 20px;
    padding-top: 3px;
    padding-left: 5px;
    border-radius: 4px;
}

.keyword {
    padding-top: 3px;
    /*
        text-overflow: ellipsis;
        overflow: hidden;
    */
}

.keywordsListButton {
    height: 50px;
    margin: 10px;
    border-color: #aaaaaa;
    border-radius: 4px;
    cursor: default;
    color: #6d6e71;
    background-color: #dddddd;
    padding-top: 12px;
    white-space: nowrap;
    overflow-x: hidden;
}

.deleteKeyword {
    cursor: pointer;
    margin-right: 10px;
    background-color: #eeeeee;
    color: #555555;
    height: 20px;
    width: 20px;
    padding-top: 3px;
    padding-left: 5px;
    border-radius: 4px;
}

.corpMessage {
    padding-top: 3px;
    /*
        text-overflow: ellipsis;
        overflow: hidden;
    */
}

.corpMessagesListButton {
    height: 50px;
    margin: 10px;
    border-color: #aaaaaa;
    border-radius: 4px;
    cursor: default;
    color: #6d6e71;
    background-color: #dddddd;
    padding-top: 12px;
    white-space: nowrap;
    overflow-x: hidden;
}

.deleteCorpMessage {
    cursor: pointer;
    margin-right: 10px;
    background-color: #eeeeee;
    color: #555555;
    height: 20px;
    width: 20px;
    padding-top: 3px;
    padding-left: 5px;
    border-radius: 4px;
}

.tier1 {
    color: #cdad00;
}

.tier2 {
    color: #c0c0c0;
}

.tier3 {
    color: #8c7853;
}

.sentimentNegative {
    color: #d95345;
}

.popover {
    z-index: 1040; /* A value higher than 1010 that solves the problem */
}

.overlay {
    background: none repeat scroll 0 0 #EEEEEE;
    visibility: visible;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin-top: 80px;
    margin-bottom: 50px;
    filter: alpha(opacity = 50);
    opacity: 0.5;
    z-index: 10000;
}

.term-cloud {font-family: arial; font-size: 10px; }
.term-cloud-1 {font-size: 10px; color: #acc1f3; }
.term-cloud-2 {font-size: 14px; color: #86a0dc; }
.term-cloud-3 {font-size: 18px; color: #607ec5; }
.term-cloud-4 {font-size: 22px; color: #264ca2; }
.term-cloud-5 {font-size: 26px; color: #133b97; }
.term-cloud-6 {font-size: 32px; color: #002a8b; }
.term-cloud-7 {font-size: 36px; color: #071a41; }
.term-cloud-8 {font-size: 40px; color: #081122; }
.term-cloud-9 {font-size: 44px; color: #000000; }
.term-cloud-error {font-family: arial; font-size: 10px; color: red; }
.term-cloud-link {text-decoration: none; cursor: pointer;}
.term-cloud-link:hover {text-decoration: underline;}