/********************Atomic Insight Custom Styles*****************/
/*Font Family Reset*/
h1, h2, h3 h4, h5, h6, strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
h1, h2{letter-spacing: -0.11em;}
p, li, a, div, span, form, td, tr, th, thead, button, table {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

h2 {
    font-size: 20px;
}

/*Global Classes*/
.atomicRedBg {
    background-color: #bf1e2e !important;
    color: #ffffff;
}

.atomicWhiteText {
    color: #ffffff !important;
}

.atomicRedText {
    color: #bf1e2e !important;
}
.atomicRedGradHat{
    position: absolute;
    bottom: 0;
    right: 0;
}
.atomicConnectLabels span {
    font-size: 18px;
}

.atomicGreyBG {
    background-color: #dddddd !important;
}

.atomicGreyText {
    color: #dddddd !important;
}

.atomicWhiteBg {
    background-color: #ffffff !important;
}

.atomicBlueText {
    color: #0057e7 !important;
}

.atomicCAPS {
    text-transform: uppercase;
}

.atomicOverlay {
    background-color: #000000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}

.atomicOverlay p:first-of-type {
    font-size: 20px;
    height: auto;
    position: absolute;
    text-align: center;
    top: 20%;
    padding: 0 15px;
}

/*Red Circles*/
.atomicMedCircle {
    border-radius: 50px;
    /*background-color: #bf1e2e;*/
    height: 75px;
    width: 75px;
}

.atomicMedCircle > span {
    display: block;
    font-size: 50px;
    line-height: 35px;
    padding-top: 15px;
}

.atomicBigCircle {
    border-radius: 75px;
    /*background-color: #bf1e2e;*/
    height: 150px;
    width: 150px;
}

.atomicBigCircle span {
    /*color: #ffffff;*/
    line-height: 150px;
    font-size: 85px;
}

.atomicRemoveBg {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
    box-shadow: none !important;
}

.atomicRemoveBorder {
    border: none !important;
}

.atomicScrollList {
    max-height: 155px;
    overflow-y: auto;

}
/*CUSTOM TabLE STYlING*/
.atomicTable{
    margin-bottom: 20px;
    width: 100%;
    background-color: transparent;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
}
.atomicTableTitle{
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}
.atomicTableHeading{
    display: table-row;
    font-weight: bold;
    text-align: left;
}
.atomicTableRow{
    display: table-row;
}
.atomicTableRow:hover {
    background-color: #D5F2FF;
}
.atomicTableCell{
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
    display: table-cell;
    line-height: 1.42857;
}

.row img {
    max-height: 190px;
}

/*Remove this*/
.row h2 {
    text-transform: none;
}

#socNetTab li:not(.active) a{
    color:#CCCCCC;
}

.cardIcon{
    float: left;
    font-size: 35px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom:20px;
}
.cardInfo{
    float:right;
    padding-right:10px;
    padding-top:10px;
    font-size:11px;
    color:#333333;
}

#metricsTab li{
    padding-left:0;
}
#metricsTab h6{
    font-size:10px;
}

a.metric{
    color:#c8c8c8;
    text-decoration:none;
}

a.metric.active{
    color:inherit;
}

li.active a.metric{
    color:inherit;
}

.metadataChart .graph{
    margin-left:-23%;
    margin-top:-30%;
}
.metadataChart .description{
    margin-top:-25%;
}

.graph .audience{
    font-size:19px;
    font-weight:bolder;
}

.label-genius{
    background-color: #FFF900;
    display: block;
    padding: 5px;
}

.label-general {
    background-color: #F36F31;
}

.label-academic {
    background-color: #ef4043;
}

.label-knowledgeable {
    background-color: #00BFE7;
}

.label-specialist {
    background-color: #70BF4B;
}

.label-knowledgeable, .label-general, .label-specialist, .label-academic {
    display: block;
    padding: 5px;
}

/*Flip Baseball Card*/
/*.row {
    -webkit-perspective: 800;
    -ms-perspective: 800;
    -moz-perspective: 800;
    -o-perspective: 800;
    perspective: 800;
    *//*width: 400px;*//*
    *//*height: 200px;*//*
    *//*position: relative;*//*
    *//*margin: 50px auto;*//*
}*/
.baseballCard.flipped {
    transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg); /* IE 9 */
    -moz-transform: rotatey(-180deg); /* Firefox */
    -webkit-transform: rotatey(-180deg); /* Safari and Chrome */
    -o-transform: rotatey(-180deg); /* Opera */
}

.baseballCard {
    /*    width: 100%;*/
    /*height: 100%;*/
    -webkit-transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.5s; 
    -moz-transform-style: preserve-3d;
    -moz-transition: 0.5s;
    -ms-transform-style: preserve-3d;
    -ms-transition: 0.5s;
    -o-transform-style: preserve-3d;
    -o-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
}

.baseballCard .cardFace {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    /*font-family: Georgia;*/
    /*font-size: 3em;*/
    /*text-align: center;*/
    /*line-height: 200px;*/
    backface-visibility: hidden; /* W3C */
    -webkit-backface-visibility: hidden; /* Safari & Chrome */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
    -o-backface-visibility: hidden; /* Opera */

}

.baseballCard .cardFront {
    position: absolute;
    z-index: 1;
    /*background: black;*/
    /*color: white;*/
    cursor: pointer;
    top: 0;
    left: 0;
}

.baseballCard .cardBack {
    /*background: blue;*/
    background: #ffffff;
    color: #000000;
    cursor: pointer;
    transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg); /* IE 9 */
    -moz-transform: rotatey(-180deg); /* Firefox */
    -webkit-transform: rotatey(-180deg) translateZ(1px); /* Safari and Chrome */
    -o-transform: rotatey(-180deg); /* Opera */
    top: 0;
    right: 0;

}

/*TOP HEADER*/
header#mainHeader {
    background-color: rgba(19, 19, 19, 0.94);
    min-height: 165px;
    padding: 15px;
    border-bottom: 4px solid #ffffff;
}

/*LOGO*/
#arLogo {
    padding-left: 50px;
    padding-top: 20px;
}

/*TOP RIGHT LOGIN BOX*/
#loginBox {
    padding-right: 135px;
    width: 560px;
}

#loginForm label {
    color: #f9f9f9;
}

#bg {
    position: fixed;
    top: 0;
    left: 0;

    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
    z-index: -9;
}

#sidebarRight h2 {
    color: #ffffff;
}

#registerForm h1 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#registerForm label {
    color: #000000;
}

#registerForm .form-group {
    margin-bottom: 7px !important;
}

#mainPageYouTube {
    margin-top: 75px;
}

#registerForm .btn.btn-default.atomicRedBg.pull-right {
    margin-right: 35px;
}

#atomicInfoPanel .progress-bar-danger {
    background-color: #bf1e2e;
}

/*Right Sidebar*/
#rightSidebar .panel-heading {
    background-color: #888888;
    /*resetting*/
    border-radius: 0px !important;
    border: none !important;
}

#rightSidebar h3 {
    text-align: center;
    font-weight: 600;
}

#rightSidebar .panel-body {
    background-color: #222222;
    color: #ffffff;
}

#rightSidebar .panel-body a{
    color: #ffffff;
 }
/*Notifications Slider Panel*/
#sidebarRightNotifications p {
    padding: 0 30px;
}

/*Dashboard Body*/
.atomicConnectLabels {
    margin: 0 10px;
}

.form-inline .form-control {
    width: 165px;
}

/*fix form width*/
/* add white bg of title dropdown */
.tt-dataset-dashboardTitles {
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    padding: 0 5px;
}

#dashboardData {
    background-color: #dddddd;
}

#BodyContent .row {
    margin: 5px 0 !important;;
}

/*TILES*/
.smallTiles {
    background-color: #FFFFFF;
    border: 5px solid #DDDDDD;
    height: 250px;
    padding: 10px;
}

.mediumTiles {
    border: 5px solid #DDDDDD;
    min-height: 250px;
    padding: 10px;
}

.audienceTiles {
    border: 5px solid #DDDDDD;
    min-height: 250px;
    height: 285px;
    padding: 10px;
}

.audienceTilesLastRow {
    height: 350px;
}

.whiteBgTiles {
    background-color: #ffffff !important;
}

.itemActive a {
    font-weight: 900;
    color: #bf1e2e;
}

.topSearch {
    margin-bottom: 10px;
    padding: 10px;
}

#dashboardData h2 {
    margin-top: 0px !important;
    /*margin-bottom: 0px !important;*/
}

/*RESET .progress [remove margin-bottom*/
.progress {
    margin-bottom: 0px !important;
}

/*#dashboardSNdata h2{
    font-size: 24px;
}*/
#dashboardNetworkRannk .row {
    margin-bottom: 10px !important;
}

#dashboardSNdata > h2:nth-child(2n) {
    margin-bottom: 20px !important;
}

.statusBarWrapper {
    display: block;
    height: 14px;
    margin-top: 5px;
    width: 65px;
    /* IE10+ */
    background-image: -ms-linear-gradient(left, #FFFF00 0%, #CC0000 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #FFFF00 0%, #CC0000 100%);

    /* Opera */
    background-image: -o-linear-gradient(left, #FFFF00 0%, #CC0000 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFF00), color-stop(100, #CC0000));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #FFFF00 0%, #CC0000 100%);

    /* W3C Markup */
    background-image: linear-gradient(to right, #FFFF00 0%, #CC0000 100%);
}

.statusBarWrapper .fa {
    vertical-align: text-top;
}

#dashboardtopicLocation {
    padding: 10px;
}

/*Content Page*/
.contentSearchForm .form-control, .contentSearchForm input {
    width: 227px !important;
    margin: 3px;
}

#contentPageTabContent {

}

/*Authors Page*/
#authorTabs .active a {
    color: #bf1e2e;
    font-weight: bold;
}

#authorsSearchForm {
    padding: 10px;
}

#authorsSelect {
    height: 130px;
}

#authorSegmentTabs .active a {
    background-color: #dddddd;
}

#contentPageTabContent .tab-pane.fade.in.active {
    background-color: #ffffff;
}

#contentPageTabContent, #audPageTabContent {
    background-color: #dddddd;
    padding: 10px 25px;
}

#authorSegmentTabs a {
    color: #414141;
    font-weight: bold;
    margin: 0 20px;
}

#authorsSearchForm .bootstrap-tagsinput {
    width: 100%;
}

/*Title Measure Modal*/
#titleMeasureBody {
    background-color: rgba(0, 0, 0, 0.90);
    border: 4px double #000000;
    /*color: #ffffff;*/
}

#titleMeasureBody .col-sm-4, #titleMeasureMeasure .col-sm-3 {
    background-color: #ffffff;
    border: 3px solid #000000;
    min-height: 240px;
    height: 240px;
    padding: 0;
}
#titleMeasureMeasure .col-sm-3 .description {
    height: 130px;
    overflow: auto;
 }

#titleMeasureMeasure .col-sm-6 {
    background-color: #ffffff;
    border: 3px solid #000000;
    min-height: 240px;
    padding: 0;
}
.col-sm-offset-6.col-sm-6 {
    background-color: rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    min-height: 0 !important;
}
#titleMeasureMeasure .col-sm-3 p, #titleMeasureMeasure .col-sm-3 li, #titleMeasureMeasure .col-sm-3 h2,
#titleMeasureMeasure .col-sm-6 p, #titleMeasureMeasure .col-sm-6 ul {
    padding: 0 10px;
}

.emotionDetail .fa.fa-minus.fa-2x {
    margin-right: 5px;
    vertical-align: middle;
}

.yellowStateList {
    color: #ffeb3b;
}

.redStateList {
    color: #e51c23;
}

.greenStateList {
    color: #259b24;
}

.yellowStateBG {
    background-color: #ffeb3b;
}

.redstateBG {
    background-color: #e51c23;
}

.greenStateBG {
    background-color: #259b24;
}

.greyStateBG {
    background-color: #a3a4a4;
}

.redstateBG > h2, .yellowStateBG > h2, .greenStateBG > h2, .greyStateBG > h2 {
    box-shadow: 0 -1px 5px #3a3a3a;
    height: 30px;
    margin: 0 0 10px;
    padding: 5px;
    text-align: center;
}

/*Audience Page*/
.audienceSearchForm .form-group {
    width: 95%;
}

.audienceSearchForm .form-inline .form-control {
    width: 100%;
}

.cardBack ul {
    margin-left: 30px;
    text-align: left;
}

.audSocialToggle .active i, .audDateTime .active i {
    color: #0044cc;
}

.audSocialToggle i, .audDateTime i {
    color: #dddddd;
}

.morning {
    background-color: #CCECFC;
}

.afternoon {
    background-color: #84D5F7;
}

.night {
    background-color: #144859;
    color: #ffffff;
}

.overnight {
    background-color: #002F44;
    color: #ffffff;
}

.table.dateTimeTable td {
    padding: 0;
}

.dateTimeTable th, .dateTimeTable td {
    border: none;
    text-align: center;
}

.table.dateTimeTable {
    margin-top: 20px;
}

/*PROFILE*/
.label-profile-tab {
    background-color: #999999;
    font-size: 22px !important;
}

.profile-tabs {
    margin-top: 20px;
}

.profileUserAvatar {
    border: 3px solid #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 3px;
    max-height: 135px;
    max-width: 135px;
    margin: 10px;
}

#profiletobbox {
    margin: 5% auto 0;
    max-width: 65%;
}

#profileForm {
    margin: 0 auto;
    max-width: 50%;
}

#profileProgressBar {
    float: right;
    margin-top: 30px;
    width: 75%;
}

#profiletobbox p {
    margin-left: 185px;
}

#profileContent, #profileDictionary {
    margin: 50px auto 0;
    width: 75%;
}

#profileContent .panel-body {
    background-color: #dddddd;
    border: 1px solid #c1c1c1;

}

#profileContentSource {
    background-color: #f1f1f1;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 0 15px;
}

#profileContentSource table td {
    text-align: left;
}

.active .label-profile-tab {
    background-color: #bf1e2e;
    text-decoration: none;
}

.label-profile-tab:hover {
    text-decoration: none;
}

#profileDicForm {
    width: 50%;
    margin: 0 auto;
}

/* Author Modal*/
#authorModalBody {
    background-color: rgba(0, 0, 0, 0.90);
    border: 4px double #000000;
    /*color: #ffffff;*/
}

#authorModalBody .col-sm-4, #authorMeasure .col-sm-3 {
    background-color: #ffffff;
    border: 3px solid #000000;
    min-height: 325px;
    padding: 0;
}

#authorModalBody .col-sm-3 p, #authorModalBody .col-sm-3 li, #authorModalBody .col-sm-3 h2,
#authorModalBody .col-sm-6 p, #authorModalBody .col-sm-6 ul {
    padding: 0 10px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 40px;
}

.noData .message{
    color:#c8c8c8;
    padding-top: 75px;
}

.noDatamap {
    left: 18%;
    position: absolute;
    top: 50%;
    z-index: 1000;
    color:#c8c8c8;
    width:100px;
}

.modal-body .smallTiles{
    min-height: 250px;
    height: auto;
}

.profSocialConnected{
	vertical-align: top;
}

#authorPrf .col-sm-4 {
    height: 240px;
    min-height: 240px;
}

/* ----- Start -----  Extend Bootstrap Tooltip rules */ 
.tooltip.in{
	letter-spacing: 0.0075em;
	text-transform: none;
}

.tooltip-inner{
	max-width:140px;
}
/* ----- End ----- Extend Bootstrap Tooltip rules */ 
.watermark {
	font-size: 14px;
	color: #999;
}
