@charset "utf-8";

body {
  padding-top: 50px;
  background-color: #ededed !important;
}

.active {
    font-weight: bold;
}

.user-img-navbar {
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: relative;
	border: 2px solid white;
}

.user-img-body {
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
	border: 2px solid white;
}

.user-img-comment {
	width: 25px;
	height: 25px;
	overflow: hidden;
	position: relative;
	border: 2px solid white;
}

.fb-img-navbar {
	width: 60%;
	height: 60%;
}

.user-img-small {
	width: 25px;
	height: 25px;
}

.user-img-preview {
	width: 100px;
	height: 100px;
}

/* Remove the padding from the user image link in nav-bar and new voice button */
a.dropdown-toggle {
	padding: 5px !important;
}
/* Remove the padding from the facebook image link in nav-bar  */
a[href="#/login"] {
	padding: 10px !important;
}

.menu-new-voice {
	margin-right: 20px;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC
}

.menu-new-user {
	margin-right: 20px;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC
}

#div-account-container {
	position:relative;
	margin: 14px;
}

#div-account-options {
	position:absolute;
	right: -5px;
	top: -15px;
	cursor: pointer;
}

#div-report-container {
	position:relative;
	margin: 14px;
}

#div-report-options {
	position:absolute;
	right: -5px;
	top: -15px;
	cursor: pointer;
}

#div-voice-container {
	position:relative;
	margin: 14px;
}

#div-row-1 {
	display:block;
	position:relative;
	height:50px;
}
#div-user-img {
	position:absolute;
	left:0;
	overflow: hidden;
}
#div-vote-buttons {
	position:absolute;
	right:0;
}
#div-voice-date {
	position:absolute;
	left: 60px;
}

#div-row-2 {
	margin-top:10px;
}

#div-row-3 {
	position:relative;
	height:20px;
}
#div-percent-agrees {
	position:absolute;
	left:0;
}
#div-percent-disagrees {
	position:absolute;
	right:0;
}

#div-row-4 {

}

#div-row-embedurl, #div-row-statsurl {
  font-family:Arial, sans-serif;
	font-size: 12px;
	color: #292f33;
	font-weight:normal;
	word-wrap: break-word;
}

#div-report-row-1 {
	display:block;
	position:relative;
	height:50px;
}
#div-report-row-2 {
	display:block;
	position:relative;
	height:50px;
}
#div-report-row-3 {
	margin-top:10px;
	margin-bottom:10px;
}
#div-report-row-4 {
	display:block;
	position:relative;
	height:100px;
	background-color: #f8f8f8;
}


#div-voice-options {
	position:absolute;
	right: -5px;
	top: -15px;
	cursor: pointer;
}

.div-comment-options {
	position:absolute;
	cursor: pointer;
	right: -5px;
	top: -15px;
}

.font-voice-username {
	font-family:Arial, sans-serif;
	font-size: 14px;
	color: #292f33;
	font-weight:bold;
}

.font-voice-text {
	font-family:Arial, sans-serif;
	font-size: 14px;
	color: #292f33;
	font-weight:normal;
}


.font-percent-agree {
	font-size: 12px;
	color: #009f45;
}

.font-percent-disagree {
	font-size: 12px;
	color: #cf2129;
}

.font-date-voice {
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #8899a6;
	font-weight:normal;
}


.btn-circle {
	height: 56px;
	width: 56px;
	border-radius: 56px;
	text-align: center;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.btn-circle.red {
	border: 2px solid #cf2129;
	background-color: #cf2129;
	color: #FFF;
}
.btn-circle.red.agree {
	border: 2px solid #c1c1c1;
	background-color: white;
	color: #c1c1c1;
}
.btn-circle.red.disagree {
	border: 2px solid #cf2129;
	background-color: #cf2129;
	color: #FFF;
}
.btn-circle.red.none {
	border: 2px solid #cf2129;
	background-color: #FFF;
	color: #cf2129;
}


.btn-circle.green {
    border: 2px solid #009f45;
    background-color:#009f45;
	color: #FFF;
}
.btn-circle.green.agree {
    border: 2px solid #009f45;
    background-color:#009f45;
	color: #FFF;
}
.btn-circle.green.disagree {
	border: 2px solid #c1c1c1;
	background-color: white;
	color: #c1c1c1;
}
.btn-circle.green.none {
	border: 2px solid #009f45;
	background-color: #FFF;
	color: #009f45;
}

.progress {
  height: 5px !important;
}

.progress-bar-success {
  background-color: #009f45 !important;
}

.progress-bar-danger {
  background-color: #cf2129 !important;
}


#div-comment-container {
	position:relative;
	margin: 10px;
}

.div-comment-row {
	position:relative;
	min-height:40px;
}

.div-comment-row.VOICE {
	background-color: yellow;
}

.div-comment-row.ACCOUNT {
	background-color: red;
}

.div-comment-row.NONE {
}

.div-user-img-comment {
	width: 25px;
	height: 25px;
	position:absolute;
	left:0;
	overflow: hidden;
}

.div-user-img-comment img {
    width: 100%;
    height: auto;
}

.div-comment-text {
	position:absolute;
	left: 30px;
	width: 420px;
}


.div-comment-date {
	position:absolute;
	right: 5px;
}

.div-comment-delete {
	position:absolute;
	right: 0px;
}

#dropdownDelete {
	display: none;
	position:absolute;
	right: -10px;
}

.div-comment-row:hover > .div-comment-delete #dropdownDelete {
	display: block;
}

.div-comment-delete .dropdown-menu {
	text-align:center;
}

.div-comment-input {
	margin: 5px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

.div-comment-input-message {
  margin: 5px;
  font-family: Lato;
  font-size: 10px;
  color: #8C8C8C;
  text-align: left;
}

.font-date-comment {
	font-family:Arial, sans-serif;
	font-size: 11px;
	color: #8899a6;
	font-weight:normal;
}

.font-comment-username {
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #292f33;
	font-weight:bold;
}

.font-comment-text {
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #292f33;
	font-weight:normal;
}

#div-user-details {
	text-align: center;
}

.panel-embedurl {
  font-family:Arial, sans-serif;
	font-size: 12px;
	color: #292f33;
	font-weight:normal;
}

.font-user-country {
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #292f33;
	font-weight:normal;
}

.panel-footer table thead tr th {
	font-size: 10px;
}

.panel-footer table tbody tr td {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.panel-footer table tbody tr td:empty {
	width: 40px;
}

.panel-footer table thead tr th:empty {
	width: 40px;
}

.panel-heading table thead tr th {
	font-size: 12px;
	text-align: center;
}

.panel-heading table tbody tr td {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.panel-heading {
	 text-align: center;
	 font-weight: bold;
}


.inner-margin {
	padding-left:10px;
	padding-right:10px;
}

/* Search */
.typeahead, .tt-query, .tt-hint {
	border: 2px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    outline: medium none;
    padding: 8px 12px;
    width: 300px;
}
.typeahead {
    background-color: #FFFFFF;
}
.typeahead:focus {
    border: 2px solid #0097CF;
}
.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
    color: #999999;
}
.tt-dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
    width: 422px;
}
.tt-suggestion {
    font-size: 14px;
    line-height: 24px;
    padding: 3px 20px;
}
.tt-suggestion.tt-cursor {
    background-color: #0097CF;
    color: #FFFFFF;
}
.tt-dataset-usersds .tt-suggestion p {
	font-family: Arial, Helvetica, sans-serif;
    margin-left: 30px;
}
.tt-dataset-voicesds .tt-suggestion p {
	font-family: Arial, Helvetica, sans-serif;
}


.font-text-load-more {
	color: #666;
}

/* Disable textarea resize */
.form-control {
	resize: none;
}

.font-country-name {
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #292f33;
	font-weight:normal;
}

.font-country-percent {
	font-family:Arial, sans-serif;
	font-size: 10px;
	color: #292f33;
	font-weight:bold;
}

.flag-img {
	width: 30px;
    height: auto;
}

.font-city-name {
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #292f33;
	font-weight:normal;
}

.font-city-percent {
	font-family:Arial, sans-serif;
	font-size: 10px;
	color: #292f33;
	font-weight:bold;
}

.font-new-voice-navbar {
	font-size: 14px !important;
}

.table-chart {
	margin: 0 auto;
	text-align: center;
	font-family:Arial, sans-serif;
	font-size: 10px;
	font-weight:bold;
}

#gender-chart-m{
	background: url('/images/gender_male.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
}

#gender-chart-m rect{
	fill: transparent;
}

#gender-chart-f{
	background: url('/images/gender_female.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
}

#gender-chart-f rect{
	fill: transparent;
}

#gender-chart-m  svg text{
	display: none;
}

#gender-chart-f  svg text{
	display: none;
}



li.backoffice-login {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	display: block !important;
}

input.backoffice-login {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	height: 22px !important;
	width: 40%;
	float: left;
}

.backoffice-login button {
	height: 22px !important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
}


/* Region Map */
.jvectormap-zoomin, .jvectormap-zoomout {
    display:none;
}
#corporate-voice-vote-region-map {
    height:500px;
    margin:0;
    padding:0;
}
#corporate-voice-vote-region-map-br {
    height:500px;
    margin:0;
    padding:0;
}

/* format user images */

.usrimgcontainer_nav{
width: 40px;
height: 40px;
overflow: hidden;
position: relative;
}

.usrimgcontainer{
width: 50px;
height: 50px;
overflow: hidden;
position: relative;
}
