* {
    margin: 0px;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ui-tooltip.tooltip{
    position: fixed;
    z-index: 99 !important;
    border: 0px !important;
    padding:5px 1rem;
    border-radius:5px;
    box-shadow: none !important;
    opacity:1;
	background: #0a0a0a !important;
    color: white !important;
    text-align: center;
    font-size: 0.8rem !important;
    
}
.tooltip:before{
	border-color: transparent transparent #0a0a0a !important;
}
.show-for-mobile{
	display: none !important;
}

body{
	min-width:1100px;
}
.body {
    background: #f9f9f9 !important;
    min-height:calc(100vh - 58px);
    padding-top: 40px;
}
.tablet .body{
    padding-top:0px;
}
.writting .overlay{
    height:100vh;
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    overflow-y: visible;
    background: rgba(0,0,0,0.3);
    z-index:1;
    overflow:hidden;
}

html {
    box-sizing: inherit;
    font-family: calibri, arial, helvetica, sans-serif;
}

nav {
    width: 100%;
    background: #0B1862;
    height: 42px;
    top: 0px;
    z-index: 2000;
    position: fixed;
    min-width:550px;
}
.personal nav{
	background: #3a88d8;
}
.writting nav{
    position: fixed;
}

nav>div {
    position: relative;
    height: inherit;
    max-width:1200px;
    margin:auto;
}

.post-user-name {
    padding-right: 130px;
}

.form-change-sentiment {
    height: 36px;
}

.select-sentiment {
    color: #969696;
    font-size: 0.9rem;
}

#logowrapper {
    height: 42px;
    float: left;
    display: block;
    width: 70px;
    position: relative;
}

#logowrapper .arrow {
    width: 5px;
    right: 5px;
    top: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    position: absolute;
}

#logowrapper .icon-wopik {
    font-size: 25px;
    color: white;
    line-height: 42px;
}
#logowrapper:hover ~ #wopikselector #select-wopik {
	display:block !important;
}

#select-wopik:hover, #select-video:hover {
	display:block !important;
}

#socialnetworkbadge {
    position: absolute;
    right: 15px;
    bottom: 0px;
    background: transparent;
}

#select-video {
    z-index: 100;
    list-style: none;
    position: absolute;
    display: block;
    right: 236px;
    top: 42px;
    width: 75px;
    background: white;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}


#select-question {
    z-index: 100;
    list-style: none;
    position: absolute;
    display: block;
    right: 197px;
    top: 42px;
    width: 200px;
    background: white;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

#submenu-media {
    z-index: 100;
    list-style: none;
    position: absolute;
    display: block;
    width: 139px;
    left: 50px;
    background: white;
}

#select-social {
    z-index: 100;
    list-style: none;
    position: absolute;
    display: block;
    left: -20px;
    top: 42px;
    /*width: 39px;*/
    background: white;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

#select-wopik {
    z-index: 100;
    list-style: none;
    position: absolute;
    display: block;
    left: -20px;
    top: 42px;
    width: 71px;
    background: white;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

#select-wopik li, #select-social li {
    padding: 0px 6px;
}

#select-video li, #select-question li {
    padding: 0px 1px;
}

#select-wopik a, #select-video a, #select-social a {
    display: block;
    width: 39px;
    text-align: center;
    font-size: 2rem;
    color: #0B1862;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
}

#select-question a {
    display: block;
    width: 180px;
    text-align: left;
    font-size: 1rem;
    color: #0B1862;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
}

#select-wopik .icon-wopik, #select-video .icon-wopik {
    color: #0B1862;
}

#select-video li:first-child a {
    font-size: 1.3rem;
    margin-left: -8px;
    line-height: 50px;
}

.firstexp #select-wopik li:first-of-type a, .firstexp #select-video li:first-of-type a {
    pointer-events:none;
    opacity: 0.3;
}
.firstexp #select-wopik li:first-of-type:hover, .firstexp #select-video li:first-of-type:hover{
    background:none;
}
.firstexp #select-wopik li:first-of-type:hover a, .firstexp #select-video li:first-of-type:hover a{
    background:white;
    color:#0b1862;
}

#select-wopik li:hover, #select-video li:hover, #select-question li:hover, #connectModal1 {
    background: #0B1862;
}

#select-wopik li:hover a, #select-video li:hover a, #select-question li:hover a, #connectModal1 {
    color: white;
}

#mediaExt {
    position: absolute;
    top: 42px;
    left: 72px;
    padding: 5px;
    width: 290px;
    height:auto;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    background: white;
    border-top: none;
}

#submediaExt {
    position: absolute;
    top: 42px;
    left: 362px;
    padding: 5px;
    width: 590px;
    height:auto;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    background: white;
    border-top: none;
}

#buttonExt {
    position: absolute;
    top: 42px;
    left: 80px;
    padding: 5px;
    width: 707px;
    height:auto;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    background: white;
    border-top: none;
    margin-top: 2.4rem;
    margin-left: 5.0rem;
}

#categoryExt {
    position: absolute;
    top: 42px;
    left: 485px;
    padding: 5px;
    width: 200px;
    height:auto;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    background: white;
    border-top: none;
}

#categoryExt2 {
    position: absolute;
    top: 42px;
    left: 435px;
    padding: 5px;
    width: 200px;
    height:150px;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    background: white;
    border-top: none;
    overflow: auto;
}

#categoryExt3 {
    position: absolute;
    top: 42px;
    left: 534px;
    padding: 5px;
    width: auto;
    height:auto;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    background: white;
    border-top: none;
    overflow: auto;
}

#targetExt {
    position: absolute;
    top: 42px;
    left: 78px;
    padding: 5px;
    width: 290px;
    height:auto;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    background: white;
    border-top: none;
    overflow: auto;
}

#urlExt {
    position: absolute;
    top: 78px;
    left: 126px;
    padding: 5px;
    width: 290px;
    height:auto;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    background: white;
    border-top: none;
    overflow: auto;
}


#searchExt {
    position: absolute;
    top: 42px;
    left: 74px;
    padding: 5px;
    width: 590px;
    height:auto;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    background: white;
    border-top: none;
}

#searchExt *,
#searchAdv * {
    font-size: 0.75rem;
    height: 30px;
    padding: 8px 5px;
    line-height: 0.75rem;
    margin: 0px;
	background-position: right;
}

#searchExt .search {
	width:11%;
}

#searchExt .searchbtn, #searchExt .createbtn {
	width:100%;
}

.firstexp #searchExt label[for="upload"]{
    pointer-events: none;
    opacity: .25;
}
#searchExt label[for="upload"] span {
    padding: 0px;
}

#searchExt p {
    display: block;
    padding: 8px 5px !important;
    width: 20px;
    float: left;
}

#searchExt #id_searchurl {
    width: 180px;
    float: left;
}

#searchExt #id_searchurl_ecglobal {
    width: 180px;
    float: left;
    margin: -8px;
}

#searchExt > div:nth-child(4) {
    padding: 0px;
    margin: 0px 5px;
    width: auto;
    float: left;
    position: relative;
}
.firstexp #searchExt label[for="submit"]{
    pointer-events:none;
    opacity:.25;
}
#id_searchurl ~ .suggestiontoggler, #id_searchurl_ecglobal ~ .suggestiontoggler {
    display: block;
    width: 30px;
    position: absolute;
}
#id_searchurl ~ .suggestiontoggler:after, #id_searchurl_ecglobal ~ .suggestiontoggler:after {
    content:"";
    width:5px;
    border-top:5px solid black;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    top:45%;
    position: absolute;
    left:0px;
    right:0px;
    margin:auto;
}
#urlsuggestion{
    position: absolute;
    display: block;
    background: white;
    left:76px;
    top:35px;
    overflow: hidden;
    height:auto;
}
#urlsuggestion .optgroup{
    display: block;
    width:100%;
    float: left;
    margin:0px !important;
    padding:0px !important;
}
.optgroup input{
    display: inline-block;
    float: left;
}

.optgroup label {
    display: inline-block;
}
.no-button {
    border: none;
    background: none !important;
    color: black !important;
}

.no-button:hover {
    background: none;
}

#preview {
    background: white;
    height: 100px;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

#preview img {
    height: 100%;
    padding: 0px !important;
    margin-right: 10px;
    float: left;
    width: 23%;
}

#preview #textpreview {
    float: left;
    width: 75%;
    padding: 0px !important;
    height: auto;
}

#preview #textpreview h4 {
    font-weight: bold;
    padding: 0px !important;
    height: auto;
    margin-bottom: 5px;
    color: #0b1862;
}

#preview #textpreview p {
    width: 100%;
    padding: 0px !important;
    margin: 0px;
    font-size: 0.75rem;
    height: auto;
    margin-bottom: 5px;
}

#preview #textpreview p:nth-child(2) {
    color: #2199e8 !important;
}
#preview .close-button{
    font-size: 1rem;
    right: 0px;
    top: 0px;
}

#searchAdv {
    background: white;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0px;
    height: 45px;
    padding: 5px !important;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

#searchAdv> * {
    margin-right: 1%;
}

#livesin .input-group-label,
#post-location .input-group-label,
#distance .input-group-label,
.dategroup .input-group-label {
    padding: 3px;
    background: none;
    border: none;
}

.dategroup button,
#livesin button,
#post-location button,
#id_searchurl~button,
/*#id_searchbox~button {
    top: 0px;
    right: 0px;
    padding: 0px !important;
    display: none;
}*/
/*
#id_searchbox~button span {
    padding: 5px 12px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
}*/

.dategroup button span,
#livesin button span,
#post-location button span,
#search button span {
    font-size: 1rem !important;
}

#livesin input,
#post-location input {
    margin: 0px;
    width: 100% !important
}

#searchAdv .dategroup {
    float: left;
    width: 18%;
    padding: 0px;
}

#searchAdv .dategroup input {
    padding: 8px 5px;
}

#searchAdv .dategroup .input-group-label {
    padding: 0px;
    padding-right: 5px;
}

#searchAdv #livesin {
    width: 30%;
    float: left;
    padding: 0px;
}

#searchAdv #post-location {
    width: 18%;
    float: left;
    padding: 0px;
}

#searchAdv #post-totalpost {
    width: 25%;
    float: left;
    padding: 5px;
}

#searchAdv #post-table {
    width: 46%;
    float: left;
    padding: 5px;
}

#searchAdv #post-frequency {
    width: 30%;
    float: left;
    padding: 0px;
}

#searchAdv #post-frequency #id-frequency, #searchAdv #post-frequency #id-monitoring-frequency {
    padding: 0.4rem;
}

#searchAdv #distance {
    width: 18%;
    padding: 0px;
    float: left;
}

#searchAdv #post-usd {
    width: 25%;
    padding: 5px;
    float: left;
}

#distance span {
    display: none;
}

#searchAdv #distance .wrapper {
    padding: 0px;
}

#searchAdv #distance select {
    width: 100%;
    text-align: center;
}
.listenTitle #livesin, .listenTitle #distance, .listenTitle #post-location, .listenTitle .dategroup{
    display: none;
}
#searchAdv .tags,#searchAdv .description{
    display: none;
}
.listenTitle #searchAdv > .tags, .listenTitle #searchAdv > .description{
    display: table;
    width: 49%;
    position: relative;
    float: left;
    padding: 0px;
    margin-right: 1%;
}
.listenTitle .tags input, .listenTitle .description input{
    margin-bottom:0px !important;
}

#ddpublic {
    position: relative;
    width: 50px;
    margin: 0px;
    color: #0b1862;
    padding: 8px 0px !important;
}

#ddsearch {
    position: relative;
    width: 67px;
    margin: 0px;
    color: #0b1862;
    padding: 0px 0px !important;
}

#dcreatebtn {
    position: relative;
    width: 67px;
    margin: 0px;
    color: #0b1862;
    padding: 0px 0px !important;
}

#ddupload {
    position: relative;
    width: 43px;
    margin: 0px;
    color: #0b1862;
    padding: 0px 0px !important;
}

#ddpublic #publictoggler {
    cursor: pointer;
    width: 100%;
}

#publictoggler span {
    padding: 0px !important;
}

#publiclist {
    position: absolute;
    width: 180px;
    left: -50px;
    height: 105px;
    padding: 0px !important;
    background: white;
    -webkit-box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 5;
    top:32px;
    display: none;
}

#publiclist label {
    width: 100%;
    height: 30px;
    margin: 0px;
    position: relative;
    float: left;
    margin-top: 5px;
    cursor: pointer;
}

#publiclist label:hover {
    background: #0b1862;
    color: white;
}

#publiclist label .icon {
    float: left;
    width: 20%;
    padding: 0px !important;
}

#publiclist label .texto {
    float: left;
    width: 80%;
    padding: 0px !important;
}

#search#search.small {
    width: 30%;
}

#search.medium {
    width: 590px;
    max-width:initial;
    height: 32px;
}

#search.medium ~ #topik,
#search.large ~ #topik {
    width: 14%;
}

#search.large {
    width: 590px;
    min-height: 40px;
    height: auto;
    position: relative;
    max-width:initial;
}

#search.large ~ #filtercontainer #wopikFilter,
#search.medium ~ #filtercontainer #wopikFilter {
    display: none;
    position: absolute;
    width: 335px;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    background: #0b1862;
    height: 42px;
    top: 43px;
    padding: 0px 5px;
}

#search.large ~ #filtercontainer #wopikFilter li,
#search.medium ~ #filtercontainer #wopikFilter li {
    text-align: center;
    display: block;
    float: left;
}

#search.large ~ #filtercontainer #filtertoggler,
#search.medium ~ #filtercontainer #filtertoggler {
    width: 100%;
    display: block;
}
#search{
    max-width:300px;
    padding:5px;
    padding-top:0px;
    height:auto;
}

#search,
#id_searchbox, #id_search, #id_search_post, 
#id_searchboxdemo, #id_searchboxkey, #id_searchboxquestionnaire, #id_searchboxquestion {
    float: left;
    width:30%;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    min-height: auto;
    font-size: 1rem;
    height:32px;
    min-height:32px;
}

#id_searchbox, #id_search, #id_search_post, #id_searchboxdemo, #id_searchboxkey,
#id_searchboxquestionnaire, #id_searchboxquestion {
    line-height: 1;
    resize: none;
    width: 100%;
    height: 30px;
    overflow: hidden;
    margin: 0px !important;
    position: relative;
    padding-bottom: 0rem;
    padding-left: 1.5rem;
    padding-top: 0rem;
}

#id_number_post.alert, #id_searchbox.alert, #id_searchurl.alert, #id_searchurl_ecglobal.alert, #id_login.alert, #id_password.alert {
    border:1px solid red;
	background:pink;
}

#id_search::-webkit-input-placeholder, #id_search_post::-webkit-input-placeholder, 
#id_searchboxdemo::-webkit-input-placeholder, #id_searchboxkey::-webkit-input-placeholder, #id_searchboxquestionnaire::-webkit-input-placeholder,
#id_searchboxquestion::-webkit-input-placeholder {
    color: black;
}

#id_search::-moz-placeholder, #id_search_post::-moz-placeholder, #id_searchboxdemo::-moz-placeholder, 
#id_searchboxkey::-moz-placeholder, #id_searchboxquestionnaire::-moz-placeholder, #id_searchboxquestion::-moz-placeholder {
    /* Firefox 18- */
    color: black;
    opacity: 1
}

#id_search::-moz-placeholder, #id_search_post::-moz-placeholder, #id_searchboxdemo::-moz-placeholder, 
#id_searchboxkey::-moz-placeholder, #id_searchboxquestionnaire::-moz-placeholder, #id_searchboxquestion::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
    opacity: 1
}

#id_searchbox:-ms-input-placeholder, #id_search::-ms-input-placeholder, #id_search_post::-ms-input-placeholder, #id_searchboxdemo::-ms-input-placeholder, 
#id_searchboxkey::-ms-input-placeholder, #id_searchboxquestionnaire::-ms-input-placeholder, #id_searchboxquestion::-ms-input-placeholder {
    color: black;
}

#id_searchbox:focus::-webkit-input-placeholder, #id_search:focus::-webkit-input-placeholder, #id_search_post:focus::-webkit-input-placeholder,
#id_searchboxdemo:focus::-webkit-input-placeholder, #id_searchboxkey:focus::-webkit-input-placeholder, 
#id_searchboxquestionnaire:focus::-webkit-input-placeholder, #id_searchboxquestion::-webkit-input-placeholder {
    color: gray;
}

#id_search:focus:-moz-placeholder, #id_search_post:focus:-moz-placeholder, #id_searchboxdemo:focus:-moz-placeholder, 
#id_searchboxkey:focus:-moz-placeholder, #id_searchboxquestionnaire:focus:-moz-placeholder, #id_searchboxquestion:focus:-moz-placeholder {
    color: gray;
    opacity: 1;
}

#id_searchbox:focus::-moz-placeholder, #id_search:focus::-moz-placeholder, #id_search_post:focus::-moz-placeholder, #id_searchboxdemo:focus::-moz-placeholder, 
#id_searchboxkey:focus::-moz-placeholder, #id_searchboxquestionnaire:focus::-moz-placeholder, #id_searchboxquestion:focus::-moz-placeholder {
    color: gray;
    opacity: 1;
}

#id_searchbox:focus:-ms-input-placeholder, #id_search:focus::-ms-input-placeholder, #id_search_post:focus::-ms-input-placeholder, 
#id_searchboxdemo:focus::-ms-input-placeholder, #id_searchboxkey:focus::-ms-input-placeholder, 
#id_searchboxquestionnaire:focus::-ms-input-placeholder, #id_searchboxquestion:focus::-ms-input-placeholder {
    color: gray;
}

#language {
    width: 100px;
    border: none;
    color: white;
    float: left;
    font-size: 10pt;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    padding-left: 5px;
}


#category {
    width: 58px;
    border: none;
    color: white;
    float: left;
    font-size: 10pt;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    padding-left: 0px;
}

.dd-selected{
    top: 0px;
    padding: 0px;
    position: absolute;
}

.dd-pointer{
    visibility: hidden;
}

.dd-selected-image, .dd-option-image{
    size: 32px;
}

#emotion {
    width: 130px;
    /* border: none; */
    /* color: white; */
    float: left;
    font-size: 10pt;
    /* height: 30px; */
    cursor: pointer;
    padding-left: 5px;
}


#category .arrow {
    width: 5px;
    right: 5px;
    top: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    position: absolute;
}

#langfilter {
    height: 30px;
    width: 100%;
    display: none;
    font-size: 0.8rem;
}

.languageList {
    position: absolute;
    background: white;
    text-align: center;
    max-height: 170px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.3);
    left: -5px;
    z-index: 100;
}

.languagexpanded {
    width: 299px;
}

.langcontainer {
    width: 93px;
    float: left;
}

.languagexpanded .langcontainer{
	width:30%;
}

.languageList label {
    display: block;
    padding: 5px 20px;
    color: #0b1862;
    background: white;
    width: 100%;
    margin: 0px !important;
    font-size: 0.8rem;
}

.languageList a{
	color:black;
}

.personal .languageList label:hover,
.personal .languageList label:hover a,
.personal .languageList label a:hover,
.personal .languageList #other:hover,
.personal .otherlangs label:hover {
    background: #3a88d8;
    color: white;
}

.languageList label:hover,
.languageList label:hover a,
.languageList label a:hover,
.languageList #other:hover,
.otherlangs label:hover {
    background: #0B1862;
    color: white;
}

.languageList label:hover,
.languageList #other:hover,
.otherlangs label:hover {
    background: #0b1862;
    color: white;
}

.languageList #other {
    width: 100%;
    margin: 0px;
    padding: 8px;
}

.languageList #otherlangs {
    display: none;
    float: left;
    width: 70%;
    max-height: 170px;
    overflow: auto;
}

#otherlangs label {
    width: 50%;
    float: left;
    padding: 5px 0px;
}

nav > #otherlangs {
    width: 100vw;
    position: absolute;
    top: 42px;
    min-height: 42px;
    background: white;
    -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.3);
}

nav > #otherlangs label {
    text-align: center;
    margin: 0px !important;
    padding: 0px 10px;
    float: left;
    padding: 10px 5px;
}

.ddlist {
    width: 95px !important;
    position: relative;
    height: 35px;
}

.ddlist:after,
#publictoggler:after {
    content: '';
    position: absolute;
    width: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    right: 5px;
    top: 40%;
}

#publictoggler:after {
    border-top-color: #0b1862;
}

#id_select_category {
    float: left;
    top: 5px;
    width: 93%;
    height: 32px;
    position: relative;
}

#id_select_emotion {
    float: left;
    top: 0px;
    width: 5%;
    height: 32px;
    padding:0px;
    padding-top:0px;
    position: absolute;
}

#create_category {
    max-width:200px;
    padding:0px;
    padding-top:0px;
    height:auto;
    margin: 0px !important;
}


#create_category,
#categorybox {
    line-height: 1;
    float: left;
    width:100%;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    min-height: auto;
    font-size: 1rem;
    height:32px;
    min-height:32px;
    padding-bottom: 0rem;
    padding-top: 0rem;
}


#topik, #id-subject-topik {
    max-width:200px;
    padding:0px;
    padding-top:0px;
    height:auto;
}

#topik, 
#id-subject-topik,
#topikbox,
#topikfield {
    line-height: 1;
    float: left;
    width:100%;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    min-height: auto;
    font-size: 1rem;
    height:32px;
    min-height:32px;
    padding-bottom: 0px;
    padding-top: 0px;
}


#topikbox.alert, #topikfield.alert, #searchcurl.alert {
	border:1px solid red;
	background:pink;
}


#topikbox.alert::-webkit-input-placeholder, #topikfield.alert::-webkit-input-placeholder {
    color: red;
}
#topikbox.alert:-moz-placeholder, #topikfield.alert:-moz-placeholder {
    /* FF 4-18 */
    color: red;
}
#topikbox.alert::-moz-placeholder, #topikfield.alert::-moz-placeholder {
    /* FF 19+ */
    color: red;
}
#topikbox.alert:-ms-input-placeholder, #topikfield.alert:-ms-input-placeholder {
    /* IE 10+ */
    color: red;
}

#topik_button {
    max-width:50px;
    padding:0px;
    padding-top:0px;
    height:auto;
}

#topik_button,
#topikbutton {
    float: left;
    width:100%;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    min-height: auto;
    height:32px;
    /*min-height:32px;*/
}

/*#topik {
    float: left;
    width: 8%;
    height: 30px;
    position: relative;
}*/

/*#topik #topikbox{
    height:32px;
    background: white;
    cursor: default;
}*/

#topik #topikbox:hover ~ ul{
    display: block !important;
}
#topik ul{
    display: none;
    position: absolute;
    top:34px;
    left:52%;
    transform: translatex(-50%);
    background: white;
    width:300px;
    list-style:none;
    max-height:200px;
    overflow: auto;
}
#topik ul:hover{
    display: block;
}
#topik ul li{
	position: relative;
}
#topik ul li:not(:last-child){
    display: block;
    border-bottom: 1px solid #3a88d8;
}
#topik ul li a{
    display: block;
    font-size: 0.9rem;
}
#topik ul li:hover a, #topik ul li:hover button{
    background: #3a88d8;
    color:White !important;
}
#topik ul li button{
	position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    color: #3a88d8;
    
}
#topik ul li.activated button{
	display: block;
}
#filtertoggler {
    display: block;
    color: White;
    padding: 10px 6px;
    position: relative;
}
#filtercontainer #filtertoggler:after {
    content: "";
    width: 5px;
    border-top: 5px solid white;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 50%;
    right:-10px;
}
#wopikFilter {
    float: left;
    display: table;
    font-weight: bold;
    font-size: 1.4em;
    list-style: none;
    margin: 0px !important;
}
.personal #wopikFilter{
	background: #3a88d8;
}

#wopikFilter .icono, .icon {
    display: table-cell;
    vertical-align: middle;
    text-align: Center;
    text-decoration: none;
    height: 30px;
}

#wopikFilter .icono a, .icon a, .icono i {
    color: white;
    font-size: 0.8rem;
    text-align: center;
    padding: 10px;
}

#wopikFilter .icono a:not([class='icon-listen']), .icon a:not([class='icon-listen']), .icono i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#wopikFilter .icono:hover a, .icon:hover a, .icono:hover i {
    color: #0B1862;
    background: white;
}
.firstexp #wopikFilter .icono i.icon-person{
    pointer-events: none;
    opacity: 0.3;
}
.firstexp #wopikFilter .icono:hover i.icon-person{
    background:none;
    color:white;
}
#wopikFilter span {
    display: none;
}

#filtertoggler {
    display: none;
}

.smallSize {
    width: 95px !important;
}

.title-margin {
    margin: 5px 2.5px !important;
}

.icono, .icon {
    width: 46px;
    padding: 0px;
    text-align: center;
}

#register-menu {
    float: right;
    list-style: none;
    margin: 0px;
    height: 42px;
    width: 70px;
    position: relative;
}

#user-menu {
    float: right;
    list-style: none;
    margin: 0px;
    height: 42px;
    width: 70px;
    position: relative;
    cursor: pointer;
}

#user-menu > li:first-child {
    display: block;
    width: 50%;
    text-align: center;
}

#user-menu > li:first-child a {
    width: 100%;
}

#user-menu #user-submenu {
    width: 50%;
    text-align: center;
    list-style: none;
    color: white;
}

#user-menu:after {
    border-style: none; 
    content: "";
    display: block;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    left: -15px;
    height: 35px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

#user-menu > li {
    height: 100%;
    width: 50%;
    float: left;
    line-height: 42px;
    display: block;
    float: left;
}
#user-menu > li label{
	cursor:pointer;
}

#user-menu li > a {
    line-height: 30px !important;
}

#user-menu li a {
    width: 50%;
    line-height: 30px;
    float: left;
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    position: relative;
}

#submenu {
    position: absolute;
    margin: auto;
    background: #3a88d8;
    list-style: none;
    width:150px;
    right: 0px;
    top: 100%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.company #submenu {
    position: absolute;
    margin: auto;
    background: #1c2a73;
    list-style: none;
    width:150px;
    right: 0px;
    top: 100%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

#submenu li {
    text-align: left;
    padding: 5px 0px;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 40px;
    line-height: 1;
}

#submenu li.item:hover {
    background: white;
}

#submenu li.item:hover a {
    color: #3a88d8;
}

.company #submenu li.item:hover {
	background: white;
}

.company #submenu li.item:hover a {
    color: #1c2a73;
}

#submenu li a {
    color: white;
    width: 100% !important;
    display: block;
    font-size: 0, 8rem !important;
    padding: 0px 10px !important;
    text-align: left;
    line-height: 1.5;
}

#submenu li:first-child a {
    line-height: initial !important;
    margin-top: 5px;
}

.hidden {
    display: none !important;
}

.disabled {
    opacity: 0.5;
}

input.disabled {
    pointer-events: none;
}

.filter-active {
    background: white !important;
    color: #0B1862 !important;
}

.icone {
    color: black;
    pointer-events: none;
}

#advanced:hover {
    color: #0b1862 !important;
}

div.ui-datepicker {
    font-size: 10px;
}

.body {
    margin: auto;
    left: 0px;
    right: 0px;
}

/* ==================================== Sidebar styles ================================================= */
#sidebar{
	padding: 0px 0px 10px;
	position: relative;
}
#sidebar ul{
  border-collapse: separate;
  border-spacing: 5px 17px;
}
#sidebar li{
	height:50px;
	border: 1px solid rgba(0,0,0,0.1);
	background: white;
}
#sidebar a{
	padding-left:0px;
	padding-right:0px;
	border:none;
	text-align: center;
}
#sidebar a:before{
	width: 100%;
	margin:0px;
	display:block;
	clear:both;
}
#sidebar .active{
	color: #3A88D8;
}
#sidebar a#cancelBtn, #sidebar #id_btn_continue, #sidebar #connectBtn{
	line-height: 28px;
	width: 100%;
}
/* ======================================== CONTENT ==================================================== */

#sort-togglers .metrics-toggler a{
	padding:0px !important;
	text-align: center;
}
#sort-togglers a i{
	color:#3A88D8;
	margin: 0px .25rem;
}
#sort-togglers a i:before{
	font-size:0.7rem;
}
#sort-togglers .topik-toggler a{
	padding-top:0px;
	padding-bottom:0px;
	text-align: center;
}
.wopik{
	display:block;
	position: relative;
	overflow: hidden;
	border: 1px solid #d9d9d9;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    margin-bottom:15px;
    margin-top: 16px;
}
.wopik.connect {
	cursor:pointer;
}
.wopik .topbar{
	overflow: hidden;
	display: block;
	background:white;
	border-bottom: 1px solid #d9d9d9;
}
.wopik .topbar li{
	margin-top:5px;
}
.topik li:first-child{
	background: #3a88d8;
}
.topik li:first-child a{
	color:white !important;
}
.topik li:nth-child(2){
	border-right: 1px solid #d9d9d9;
}
.topik .subject{
	font-size:0.8rem;
	max-width:1px;
}
.topik .subject a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.topik li a{
	padding:0.6rem 1rem;
}
.metrics{
	display: block !important;
}
.metrics .menu{
	height:100%;
	line-height: 1;
	text-align: center;
	height:35px;
}
.metrics li a, .metrics span, .metrics i{
	color:#969696;
	margin-right:0px !important;
	padding:0px !important;
	font-size: 0.7rem;
	margin-bottom:0px !important;
	margin-top:2.5px;
}
.metrics i:before{
	font-size: 0.8rem;
	margin-bottom:5px;
}
.metrics i.active:before{
	color: #3A88D8;
}
.content{
	overflow: hidden;
    padding:10px 0px;
    cursor: pointer;
/* 	display: block !important; */
}
.content a{
	display: block;
	position: relative;
}
.content a:last-child{
	clear:both;
	float:left;
}

/* ==================================== REGISTER LANGUAGE SELECTOR ============================================= */
 #languageSelector{
 	height:42px;
 }
 #languageSelector li{
 	padding: 0px 0px 0px 15px;
 	height:42px;
 }
 #languageSelector li h6{
 	line-height:42px;
 	margin-bottom:0px;
 }
 #languageSelector li i{
 	line-height:32px;
 	}
 #languageSelector li select{
 	padding-right:20px;
 	background-position: 100% 41%;
 	margin-bottom:0px;
 	height:32px;
 }
/* ==================================== REGISTER FORM ============================================= */
#id_form_register_company div.large-6{
	min-height:80px;
}
#id_url_company.input-group-field{
	height:39px;
}
/* ==================================== FIRST EXP INFO MODAL ============================================= */
#FirstExpInfo,
#FirstExpWarning,
#FirstExpNext, 
#FirstExpListen,
#FirstExpCategory,
#categoryWarningModal,
#connectModal1,
#connectModal2,
#connectModal3,
#connectModal4,
#connectModal5,
#connectModal6,
#connectModal7,
#predictModal1,
#modifyTopikModal,
#id-categorize-information,
#FirstExpQuestion,
#AuthenticationForm,
#id-start-expanded-wtarget,
#basicProfileChoiceModal,
#WarningSocialRedirect,
#categorySelectionModal,
#blogTypeOfUsersModal,
#blogBasicDemographicModal,
#blogAdvancedProfileModal, #buttonExt,
#SimpleMessageModal, #MessageSocialModal,
.reveal-modal {
    padding: 30px 20px;
    color: white;
    background: #0b1862;
    top:0px;
}

#FirstExpInfo span.highlighted{
	color: #0b1862;
	background:white;
	font-weight: bold;
	padding: 3px 5px;
}
#FirstExpInfo .icon-wopik{
	margin-right: 15px;
}

#FirstExpInfo p span.styleurl {
    display: inline-block;
    background: white;
    color: gray;
    padding: 3px 10px;
    font-size: 1rem;
    color: #0b1862;
    margin: 0px;
}

#FirstExpInfo p span.styleupload {
    font-size: 1rem;
    padding: 3px 5px;
    background: white;
    color: #0b1862;
    font-weight: bold;
}

#FirstExpInfo p .icon-wopik {
    margin-right: 25px;
}

#FirstExpInfo button.close-button, #FirstExpAction button.close-button, 
#FirstExpNext button.close-button, #FirstExpWarning button.close-button,
#FirstExpListen button.close-button, #FirstExpCategory button.close-button,
#categoryWarningModal button.close-button, #message-wopikers-information button.close-button,
#wopikers-information button.close-button, #id-categorize-information button.close-button, 
#targetWarningModal button.close-button, #FirstExpQuestion button.close-button, 
#AuthenticationForm button.close-button, #WarningSocialRedirect button.close-button,
#MessageSocialModal button.close-button, .reveal-modal button.close-button,
#basicProfileChoiceModal button.close-button, #connectModal1 button.close-button,
#modifyTopikModal button.close-button, #connectModal4 button.close-button {
    background: dimgray;
    color: #0b1862;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 22px;
    font-size: 1rem;
}

#FirstExpInfo .accept, #FirstExpWarning .accept, #FirstExpListen .accept, 
#categoryWarningModal .accept, #FirstExpCategory .accept, #FirstExpNext .accept, 
#wopikers-information .accept, #message-wopikers-information .accept,
#id-categorize-information .accept, #target-message-info .accept, #FirstExpQuestion .accept,
#target-message-info .accept, #AuthenticationForm .accept, #WarningSocialRedirect .accept,
#MessageSocialModal .accept, #categorySelectionModal .accept, .reveal-modal .accept, #basicProfileChoiceModal .accept,
#blogTypeOfUsersModal .accept, #blogBasicDemographicModal .accept, #blogAdvancedProfileModal .accept, #connectModal1 .accept,
#modifyTopikModal .accept, #connectModal4 .accept {
    background: #8064a2;
    margin-right: 20px;
}

#FirstExpInfo .accept:hover, #FirstExpWarning .accept:hover,
#categoryWarningModal .accept:hover, #FirstExpCategory .accept:hover, 
#wopikers-information .accept:hover, #message-wopikers-information .accept:hover,
#id-categorize-information .accept:hover, #FirstExpQuestion .accept:hover,
#target-message-info .accept:hover, #WarningSocialRedirect .accept:hover,
#MessageSocialModal .accept:hover, .reveal-modal .accept:hover, 
#basicProfileChoiceModal .accept:hover, #blogTypeOfUsersModal .accept:hover,  
#blogBasicDemographicModal .accept:hover, #blogAdvancedProfileModal .accept:hover, #connectModal1 .accept:hover,
#modifyTopikModal .accept:hover, #connectModal4 .accept:hover {
    background: #604b79;
}

/* ==================================== FIRST EXP ACTION MODAL ============================================= */
#FirstExpAction,  #FirstExpPublic, #targetWarningModal {
    background: #0b1862;
}

#FirstExpAction .group{
    height:auto;
    overflow: hidden;
    margin-bottom:15px; 
    display: block;
}
#FirstExpAction input, #FirstExpPublic input{
    float: left;
    clear:left;
    display: inline-block;
    height:1.2rem;
    width:15px;
    margin-top:7px;
    font-weight: bold;
    background:transparent;
}
#FirstExpAction label, #FirstExpPublic label{
    float: left;
    color:white;
    width:calc(100% - 50px);
    margin:0px important;
    padding:0px important;
}
#FirstExpAction label span.selected, #FirstExpPublic label span.selected{
	display:none;
}

#FirstExpAction input:checked + label span.selected, #FirstExpPublic input:checked + label span.selected{
	display:inline;
	font-weight: 400;
}
span.selected b{
	font-size: 1.1rem;
	font-weight: bold;
}
#FirstExpAction input:checked + label span.unselected, #FirstExpPublic input:checked + label span.unselected{
	display: none;
}
#FirstExpAction label i{
    font-size: 1.2rem;
    display: inline-block;
}
#FirstExpAction label span.highlighted, #FirstExpPublic label span.highlighted{
    background: #fff;
    color: #0b1862;	
    font-weight: bold !important;
}
#FirstExpAction label span, #FirstExpPublic label span{
    padding:5px;
    font-weight: bold;
}
#FirstExpAction .continue{
    clear:both;
    display: block;
    float: right;
}
#FirstExpAction .continue{
    background:gray;
    pointer-events:none;
}
#FirstExpAction input:checked[value=icon-globe] ~ .continue{
    background: #8064a2 !important;
    pointer-events:auto !important;
}
/* ==================================== WOPIKER TARGET MODAL ============================================= */
#wopiker-target-actions{
	background: #0b1862;
}
#wopiker-target-actions p{
	color:white;
}
#wopiker-target-actions input[type=radio]{
	clear:left;
}
#wopiker-target-actions label{
	float:left;
	width:calc(100% - 37px);
	color:white;
}

/* ==================================== MESSAGE WOPIKER INFORMATION ============================================= */
#message-wopikers-information{
	background: #0b1862;
}

#message-wopikers-information p{
	color:white;
	width:97%;
}
/* ==================================== WOPIKER TARGET INFORMATION ============================================= */
#wopikers-information{
	background: #0b1862;
}

#wopikers-information p, #targetWarningModal p {
	color:white;
	width:97%;
}
#wopikers-information ul li{
	float:left;
	width:calc(100% - 37px);
	color:white;
}
#wopikers-information .button{
	float:right;
}
/* ==================================== TARGET SELECTOR ============================================= */
#target-selector {
    position: relative;
	background:White;
    padding:0.8rem;
    top: 36px;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
#target-selector a{
	display:block;
}
#target-selector a.disabled{
	pointer-events:none;
}
/* ==================================== EXTRA INFORMATION ============================================= */
#searchExt .categories, #searchExt .urls {
	margin-top:5px;
	height:auto;
}
#searchExt .extra-info {
	margin-top:30px;
	background: #0b1862;
	color:white;
	height:auto;
}
#searchExt .extra-info span{
	height:auto;
	padding:0px;
}
#searchExt .extra-info .button-group{
	height:auto;
	padding: 0px;
}
#searchExt .extra-info button{
	font-size: 0.7rem;
	
}
/* ==================================== WAIT MESSAGE MODAL ============================================= */
#waitMessageModal, #socialMessageModal, #mediaMessageModal {
	background: #0b1862 ;
	color:white;
}
#waitMessagemodal .button{
	float:right;
}
/* ==================================== WARNING MESSAGE MODAL ============================================= */
#warningMessageModal{
	background: #0b1862 ;
	color:white;
}
#warningMessagemodal .button{
	float:right;
}
/* ==================================== TARGET FORM  ============================================= */
.boxed{
	border: 1px solid gray;
	padding:15px;
	clear:both;
	margin-bottom:10px;
}
form + p, .boxed + p{
	display: block;
	clear:both;
}
.boxed input[type="checkbox"]{
	clear:left;
	float:left;
	margin-top: 5px;
}
.boxed input[type="checkbox"] + p, .boxed input[type="checkbox"] + label{
	width: 85%;
	float:left;
}
input[type="radio"] {
	float:left;
	margin-top:5px;
}
input[type="radio"] + label {
	display: block;
	float:left;
}
.button-container{
	text-align: right;
}
#user_list i, #information_list i, #category_list i{
	display: block;
}
#custom-categorization ~ .boxed, #custom-survey-categorization ~ .boxed, #other-posts ~ .boxed, #language-custom ~ .boxed{
	display: none;
}
#custom-categorization:checked ~ .boxed, #custom-survey-categorization:checked ~ .boxed, #other-posts:checked ~ .boxed, #language-custom:checked ~ .boxed{
	display: block;
}
/* ==================================== FIRST BODY INFORMATION ============================================= */
#CloudMessage{
	border: 1px solid #DDDDDD;
    margin: 3.125rem 0;
    padding: 1.25rem;
}
/* ==================================== REGISTER ============================================= */
.errorlist li{
	color:red;
	list-style: none;
}
nav .logo_topo a img{
	height:32px !important;
}
.wrapper:first-of-type{
	height:42px;
}
.wrapper:first-of-type *{
	max-height:42px;
}
.wrapper:first-of-type i{
	line-height: 42px;
}	


/* =================================================== WOPIK LISTEN ================================================ */

.wopikListen .topbar #id_form_name_listen .input-group{
	margin-bottom:0px !important;
}
.wopikListen .content #updateMetrics{
	text-align: center;
}
.wopikListen .content #updateMetrics a{
    font-size: 0.9rem;
    padding: 0.4rem 0px;
    text-align: center;
    width: 100%;
}
.wopikListen .content #CSVexport button{
    padding: 0.20rem;
    border-radius: 5px;
}
.wopikListen .content #searchDates .small-3{
	padding:0px 5px;
}
.wopikListen .content #searchDates .small-9 input{
	width:100%;
}
.wopikListen .content #searchDates fieldset:first-of-type input{
    width: 80%;
    margin-left: 5%;
}
.wopikListen .content #Keywords #more{
	padding:.21rem;
	display: none;
}

/* ================ CRAWLER ==================== */
#crawler {
	background: #969696;
	overflow: hidden;
	font-size: 0.8rem;
	padding:0.3rem;
}
#crawler #id_button_more{
	border-radius:5px;
	padding: 2px 1rem;
	float:left;
	margin-bottom:0px;
	font-size: 0.8rem;
	margin-right:10px;
}
#crawler input{
	display: inline-block;
    max-width: 60px;
    height: 1.8rem;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom:-5px;
    height:1.2rem;
}
#crawler #id_crawler_button{
	display: inline-block;
    height: 1.8rem;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom:0px;
    height:1.2rem;
    padding:0px 0.3rem;
    border-radius:5px;
}
#crawler select{
	display: inline-block;
    max-width: 50px;
    height: 1.2rem;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom:0px;
    padding: 0px 5px;
}
/* =================================================== WOPIK TEAM ================================================ */
.wopikTeam #id_link_name_team{
	max-width:57%;
	overflow: hidden;
	padding-right:0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	float:left;
}
.wopikTeam #id_link_name_team, .wopikTeam .message{
	display: inline-block;
	width: initial;
}
.wopikTeam .content .image{
	max-height: 72px;
	overflow: hidden;
	padding:0px;
	padding-left:1rem;
}
.wopikTeam .content .image img{
	width:100%;
	object-fit: contain;
}
.wopikTeam .content p{
	font-size: 0.9rem;
	margin-bottom: 0px;
	font-weight: regular;
}
.wopikTeam .content p b{
	color: #3a88d8;
}
/* =================================================== WOPIK COMPANY ================================================ */
.wopikCompany #id_link_name_company{
	padding-right:0px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wopikCompany #id_link_name_company, .wopikCompany .message{
	display: inline-block;
	width: initial;
}
.wopikCompany .content .image{
	max-height: 72px;
	overflow: hidden;
	padding:0px;
	padding-left:1rem;
}
.wopikCompany .content .image img{
	width:100%;
	object-fit: contain;
}
.wopikCompany .content p{
	font-size: 0.9rem;
	margin-bottom: 0px;
}
.wopikCompany .content p b{
	color: #3a88d8;
}
/* ==================================== FOOTER ============================================= */
#footer,footer {
    background: #303030;
    padding: 0px 0px;
    padding: 10px 0px;    
}

footer a{
    color: #fff;   
    font-size: 1rem; 
    line-height:50px;    
}
footer img{
	margin:8px auto;
}
footer ul{
    margin-bottom: 0px;
}
footer ul li a{
	color:white;
}
.logo_footer{
	display:block;
	margin:auto;
	width:113px;
	height:38px;
}
footer label, footer input{
    float:left;
}
@media (max-width: 1120px){
    #wopikFilter{
        display:none;
        position: absolute;
        display: none;
        position: absolute;
        width: 335px;
        -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
        -o-transform: translatex(-50%);
        transform: translatex(-50%);
        background: #0b1862;
        height: 42px;
        top: 43px;
        padding: 0px 5px;
        z-index: 99;
    }
    #filtertoggler{
        display:block;
        position: relative;
    }
    #search.vertical-grown{
        height:auto;
        min-height:initial;
        
    }
}
/* ================================================== GENERAL OVERLAY ========================================== */
.overlay{
	height:100vh;
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    overflow-y: visible;
    background: rgba(0,0,0,0.3);
    z-index:1;
    overflow:hidden;
}
.overlay img{
	    position: absolute;
    	top: 50%;
    	left: 50%;
		transform: translatex(-50%) translatey(-50%);
		-webkit-transform: translatex(-50%) translatey(-50%);
		-ms-transform: translatex(-50%) translatey(-50%);
}
/* ================================================== MODIFY TOPIK MODAL ======================================== */
#modifyTopikModal label{
	color:white;	
}
#modifyTopikModal button[type="submit"]{
	float:right;
}
/* =================================================== Tags Cloud ================================================ */
#tagsCloud{
	border:1px solid #ddd;
	margin-bottom:20px;
	background: #fcfcfc;
}
#cloudTitle{
	margin:10px 20px;
	font-size:2rem;
	font-weight:bold;
	text-align: center;
}
/* #id_keyword_alert{
	display: none;
} */
#tagCloud span{
	display: inline-block;
	line-height: 1;
}
/* =================================================== ACCOUNT SELECTOR ================================================ */
#AccountSelector{
	margin-top:30px;
    border: 1px solid #DDDDDD;
    padding: 1.25rem;
    text-align: center;
    font-weight: bold;
}
/* =================================================== ACTIVATION MESSAGES ================================================ */
#activationMessage{
    border: 1px solid #DDDDDD;
    padding: 1.25rem;
    margin: 1.125rem 0;
}
/* =================================================== WOPIKERS TARGET PROFILE ================================================ */
#target-form-error{
	clear:both;
	margin-top:35px;
	padding:0px;
}
#target-form-error .close-button{
	top:0px;
	right:0px;
}
#target-form-error p{
	width:90%;
}
.basic-target, .basic-target > *, .basic-target > *> *, #basic-target-showcase, #basic-target-showcase > *:not(h1), #basic-target-showcase > * > *{
	height:auto;
	padding:0px;
}
.basic-target .columns{
	padding-top: 5px !important;
}
.basic-target .input-group-label, #basic-target-showcase .input-group-label{
	background:none;
	border:none;
}
.basic-target .input-group-label :before, #basic-target-showcase .input-group-label :before{
	font-size: 1.2rem;
	}
#target-social-network .input-group-field label, #basic-target-showcase .input-group-field label{
	float:left;
	padding:0px;
	height:auto;
}
#target-social-network .input-group-field label i, #basic-target-showcase .input-group-field label i{
	height:auto;	
	font-size: 2rem;
	color: rgba(0,0,0,.5);
	cursor: pointer;
}
.input-group-field i:before { 
	margin: 0px 6.4px; 
}
#target-social-network .input-group-field label.active i{
	color: #0B1862;
}
/* =================================================== TARGET MESSAGE INFO ================================================ */
#target-message-info{
	background: #0b1862;
	color:white;
	border:none;
}
/* =================================================== SURVEY QUESTIONS FORM ================================================ */
#id-survey-form {
	height:13rem;
	clear:both;
	display:block;
	overflow: hidden;
}
#id-survey-form fieldset{
  padding:5px;
  position: relative;
  height:auto;
}
#id-survey-form .input-look{
  width:100%;
  text-align: left;
  font-size: 0.7rem;
  border:1px solid lightgray;
  padding:8px;
  -webkit-box-shadow: inset 0px 1px 3px lightgray;
  -moz-box-shadow: inset 0px 1px 3px lightgray;
  box-shadow: inset 0px 1px 3px lightgray;
}
#id-survey-form input{
  max-height:30px;
  font-size: 0.7rem;
}
#id-survey-form label{
  width:15px;
  height:15px;
  border-radius:50%;
  position: absolute;
  top:12px;
  right:10px;
  background:green;
  padding:0px;
}
#id-survey-form input{
  margin-bottom:0px;
}
#id-survey-form input#open-answer{
	background:white;
	cursor: pointer;
}
 #id-survey-form ::-moz-placeholder{
  color:black;
  opacity:1;
}
#id-survey-form ::-webkit-placeholder{
  color:black;
}
#id-survey-form ::-webkit-input-placeholder{
  color:black;
}
#id-survey-form input[type=checkbox]{
  display:none;
}
#id-survey-form input[type=checkbox]:checked ~ label{
  background:red;
}
#id-survey-form .add-more {
  position: absolute;
  top:10px;
  right:30px;
  background:gray;
  padding:4px 0.4rem;
  border-radius:50%;
  height:auto;
  cursor: pointer;
}

#id-survey-form .select-more {
  position: absolute;
  top:5px;
  right:60px;
  padding:4px 0.4rem;
  width: 7rem;
}

#id-survey-form .remove-answer{	
    padding: 0px;
    height: initial;
    margin-left: 10px;
    cursor: pointer;
}
#id-survey-form span{
	display: block;
}
#id-survey-form fieldset .cancel{
	display:none;
}
#id-survey-form fieldset .add-more{
	display: none;
}
#id-survey-form fieldset.active .add-more{
	display:block;
}
#id-survey-form fieldset.active .cancel{
	display:block;
}
#id-survey-form fieldset form{
	height:auto;
	padding:0px;
}
/* =================================================== EXTRA ADVANCED SECTIONS ================================================ */
#basic-target-showcase{
	border:1px solid lightgray;
	display: block;
	clear: both;
	padding: 5px;
	height: auto;
	margin-top:35px;
	overflow: hidden;
}
#basic-target-showcase h1{
	padding-left:5px;
}
#basic-target-showcase h1 .button{
	color:black;
	background:none;
	height:1rem;
	padding:0px;
}

#basic-target-showcase #view-target-social-network i{
	font-size: 1.5rem;
}
#basic-target-showcase #view-target-social-network input[type=checkbox]:checked + i{
	color: #0B1862;
}
#id-advanced-profile{
	border:1px solid lightgray;
	display: block;
	clear: both;
	padding: 5px 0px;
	height: auto;
	margin-top:5px;
}
#id-advanced-profile ul, #id-advanced-profile ul li{
	padding:0px;
}
#basic-target-showcase .content, #basic-target-showcase .input-group, #id-advanced-profile .content, #id-frequency-of-monitoring .content, #id-basic-pricing .content, #advanced-pricing .content{
	height:auto;
	padding:0px;
}
#id-advanced-profile h1{
	padding-left:5px;
}
#id-advanced-profile h1 .button{
	color:black;
	background:none;
	height:1rem;
	padding:0px;
}
#id-frequency-of-monitoring{
	border:1px solid lightgray;
    display: block;
    clear: both;
    height: auto;
    padding: 5px;
    margin-top:5px;
}
#id-frequency-of-monitoring h1{
	padding-left:5px;
}
#id-frequency-of-monitoring h1 .button{
	color:black;
	background:none;
	height:1rem;
	padding:0px;
}
#id-frequency-of-monitoring label{
	display: inline-block;
	padding-left:5px;
}
#id-frequency-of-monitoring  #budget{
	display: inline-block;
	width:80px;
}
#id-frequency-of-monitoring #currency{
	display: inline-block;
	width:65px;
}
#id-frequency-of-monitoring #monitoring-time{
	display: inline-block;
	width: 60px;
	margin-top:5px;
}
#id-frequency-of-monitoring #monitoring-unit{
	display: inline-block;
    width: 80px;
}
#id-frequency-of-monitoring #id-monitoring-users{
	display: inline-block;
	width: 135px;
}
#id-frequency-of-monitoring #id-select-interval{
	display: inline-block;
	width: 65px;
}
#id-frequency-of-monitoring #id-number-of-users{
	display: inline-block;
	width: 40px;
}
#id-frequency-of-monitoring #id-posts-per-period{
	display: inline-block;
	width: 70px;
}
#id-frequency-of-monitoring #id-total-posts{
    display: inline-block;
	width: 100px;
}
#id-frequency-of-monitoring input[type=date]{
	width:150px;
	display: inline-block;
	margin-top:5px;
}
#id-basic-pricing{
	border: 1px solid lightgray;
	display: block;
	height:auto;
	padding:5px;
	margin-top:5px;
}
#id-basic-pricing h1{
	padding-left: 5px;
}
#id-basic-pricing h1 .button{
	color:black;
	background:none;
	height:1rem;
	padding:0px;
}
#id-basic-pricing p, #id-basic-pricing label{
	width:initial;
	display: inline-block;
	float:none;
}
#id-basic-pricing select{
	width: 70px;
    display: inline-block;
    float: none;
}
#id-basic-pricing input[type=number]{
	width:70px;
	display:inline-block;
	margin-top:5px;
}
#advanced-pricing{
	border:1px solid lightgray;
	height:auto;
	padding:5px;
	margin-top:5px;	
}
#advanced-pricing h1{
	padding-left:5px;
}
#advanced-pricing h1 .button{
	color:black;
	background:none;
	height:1rem;
	padding:0px;
}
#advanced-pricing p{
	width:auto;
	display: inline-block;
	float:none;
}
#advanced-pricing input[type=number]{
	width:70px;
	display: inline-block;
	margin-top:5px;
}

.dynamic_input{
    display: inline-block; 
    width: 150px; 
    padding: 3px;
    font-size: 14px;
    height: 25px;
}

.dynamic_content{
    text-align: center;
}

#id-number-of-users, 
#id-monitoring-users, 
#id-posts-per-period, 
#id-select-interval, 
#id-from-date, 
#id-to-date,
#id-total-posts
{
    padding: 0px;
    text-align: center;
}

#id-from-date,
#id-to-date{
    display: inline-block;
    width: 72px;
}

#id_save_target{
    position: relative;
    left: 5px;
}

#id-target-source-choice i{
    font-size: 1.8rem;
}

/* =================================================== DATABASE IMPORT ================================================ */
/* =============================================== FIRST PHASE DATA MAPPING =========================================== */
/* DATA MAPPING BLOCKS*/
.cells-holder{
	width:100%;
	overflow: auto;
	vertical-align: top;
}
.card{
	overflow: hidden;
	display:inline-block;
	vertical-align: top;
	margin: 0px 10px;
	border: 1px solid #f7f7f7;
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	margin-bottom:20px;
	width:46%;
}
.card-divider{
	padding:20px 0px;
	overflow: hidden;
	background: #dbdbdb;
}
.card-divider .skipped, .card-divider .active,  .card-divider .custom{
	display: none;
}
.card-divider .ready .field, .card-divider .ready .type, .card-divider .ready .actions{
	clear:both;
	width: 100%;
	display: block;
	text-align: center;
}
.card-divider .control{
	display: none;
}
.card-section label{
	float:left;
}
.card table{
	margin-bottom:0px;
	
}
.card table thead, tbody{
	border:none;
}
.card table tr:nth-of-type(even) td{
	background:white;
	border-top:1px solid #f7f7f7;
	border-bottom:1px solid #f7f7f7;
}
/*DATA MAPPING BLOCKS ACTIVE*/
.card.active{
	border:1px solid #afc6e9;
}
.card.active .card-divider{
	background: #87aade;
}
.card.active .skipped, .card.active .ready{
	display: none;
}
.card.active .active{
	display:block;
	text-align:center;
}
.card.active .active h5{
	text-align: left;
}
.card.active .active .type{
	width:100%;
	display: block;
	clear: both;
	text-align: center;
}
.card.active .control{
	display: block;
	clear: both;
	margin-top:1rem;
	margin-bottom:0px;
}
.card.active .control .button{
	padding:5px 0px;
}
.card.active table thead{
	background: #afc6e9;
	border-top: 1px solid #afc6e9;
	border-bottom: 1px solid #afc6e9;
}

.card.active table tr:nth-of-type(even) td{
	background:white;
	border-top:1px solid #afc6e9;
	border-bottom:1px solid #afc6e9;
}
.card.active.custom .active{
	display:none;
}
.card.active.custom .custom{
	display:block;
}
/*DATA MAPPING BLOCKS ERROR*/
.error{
	border:1px solid #ff2a2a;
}
.card.error .card-divider{
	background: #ffaaaa;
}
.card.error table thead{
	background: #ffd5d5;
	border-top: 1px solid #ff2a2a;
	border-bottom: 1px solid #ff2a2a;
}
.card.error table tr:nth-of-type(even) td{
	background:white;
	border-top:1px solid #ff2a2a;
	border-bottom:1px solid #ff2a2a;
}
/*DATA MAPPING BLOCKS ERROR*/
.card.skipped .skipped{
	display: block;
	text-align: center;
}
.card.skipped .ready{
	display: none;
}
.card.skipped .skipped b{
	color:red;
	width:100%;
	text-align: center;
	display: block;
}
/*DATA MAPPING BLOCKS READY*/
.card.ready{
	border:1px solid #5aa02c;
}
.card.ready .card-divider{
	background: #8dd35f;
}
.card.ready select{
}
.card.ready table thead{
	background: #c6e9af;
	border-top: 1px solid #5aa02c;
	border-bottom: 1px solid #5aa02c;
}
.card.ready table tr:nth-of-type(even) td{
	background:white;
	border-top:1px solid #5aa02c;
	border-bottom:1px solid #5aa02c;
}

/* =============================================== DATA SELECTOR FOR ANALYSIS =========================================== */
.user-selection{
	padding:0px;
	float:left;
	clear:none;
	position: relative;
	border: 1px solid #999;
}
.tabs{
	display: none;
}
#userinfo{
	margin-bottom:1rem;
}
#userinfo.user-selection:after{
	content:"";
	position: absolute;
	display: block;
	height:100%;
	width:0px;
	border-left:1px solid #999;
	left:0px;
	right:0px;
	margin:auto;
}
#user-type-box{
	width:50%;
	float:left;
	padding:0px;
	display: block !important;
}
#user-type-box ~ #username-box{
	width:50%;
	float:left;
	padding:0px;
	display: block !important;
}
#username-box{
	width:100%;
}
.user-selection .header{
	background: #b3b3b3;
	padding: 0px 1rem;
}
.user-selection .content{
	padding:0px 1rem;
}

.user-selection .header h2{
	font-size: 1rem;
	font-weight: bold;
	padding:0.5rem 0px;
}
.user-selection .content input{
	display: inline-block;
}
.user-selection .content label{
	display: inline-block;
	width: initial !important;
}
.user-selection .content label ~ a{
display: block;	
float: left;
clear:none;
	}
/* =============================================== EXTRA DATA INPUT  =========================================== */

#extra-data .selectors{
	overflow: hidden;
}
#extra-data p{
	width: 100%;
	clear:both;
}
#extra-data #sentiments-false, #extra-data #sentiments-true{
	clear:left;
}
#extra-data input[type=checkbox] + label + fieldset{
	display: none;
}
#extra-data input[type=checkbox]:checked + label+ fieldset{
	display: block;
}
#extra-data fieldset i{
	clear: left;
	display: block;
}
#extra-data fieldset i .button{
	display: none;
    vertical-align: baseline;
    padding: 2px 5px;
    border-radius: 30px;
    margin-left: 0.5rem;
    margin-bottom:0px;
}
#extra-data fieldset i:hover .button{
	display:inline-block;
}

.reveal-target {
    top: 42px;
    left: 74px;
}

.reveal-question {
    top: 62px;
    left: 74px;
}

.reveal-margin {
    margin-top: 80px;
}

.first-action {
    margin-left:7.5rem;
    margin-top:-3.6rem;
}

.reveal-index {
    z-index: 2005;
}

.specific-keywords {
    color: red;
}

#id_list_language {
    background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
    background-repeat:no-repeat;
    background-position: right 10px top 9px;
    background-size: 12px 14px;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    width: 11.5em;
    font-family:arial,tahoma;
    font-size:13px;
    text-align: left;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    border-radius:0px;
    -webkit-border-radius:0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid;
    outline:0;
    -webkit-transition:0.3s ease all;
    -moz-transition:0.3s ease all;
    -ms-transition:0.3s ease all;
    -o-transition:0.3s ease all;
    transition:0.3s ease all;
    text-overflow: '';
    -moz-appearance: none;
    text-indent: 0.01px;
}

#id_choosed_language {
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
    background-repeat:no-repeat;
    /* background-position: right 10px top 9px; */
    background-size: 12px 14px;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    width: 10em;
    font-family:arial,tahoma;
    font-size:13px;
    text-align: left;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    border-radius:0px;
    -webkit-border-radius:0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid;
    outline:0;
    -webkit-transition:0.3s ease all;
    -moz-transition:0.3s ease all;
    -ms-transition:0.3s ease all;
    -o-transition:0.3s ease all;
    transition:0.3s ease all;
    text-overflow: '';
    -moz-appearance: none;
    text-indent: 0.01px;
}