body,
html {
    background: #E2E0E0;
    font-family: 'Lato', sans-serif;
}
input,
select,
.select2-container--default .select2-selection--single,
.emoji-wysiwyg-editor,
#toast-container>div {
    border-radius: 0px !important;
}
.bg-faded {
    border-radius: 0px;
}
.btn {
    border-radius: 0px;
    transition: .5s;
}
.tag,
.dropdown-menu {
    border-radius: 0px;
}
.box,
.topic,
.ticket {
    background-color: #f7f7f9;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}
.forum .breadcrumb {
    margin-top: 30px;
    background: #f7f7f9;
}
.forum .topic-title .label {
    position: relative;
    top: -8px;
}
.topic.top-header,
.topic {
    margin-top: 20px;
}
.forum .topic .avatar {
    max-width: 150px;
    max-height: 150px;
}
.forum .topic .avatar img {
    border-radius: 6px;
    max-width: auto;
    max-height: auto;
    min-width: auto;
    min-height: auto;
}
.forum .topic .avatar {
    position: relative;
}
.forum .topic .avatar:after {
    width: calc( 100% - 6px);
    height: calc( 100% - 6px);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 6px;
    border: solid 1px white;
    content: "";
}
.tag .follow {
    position: absolute;
    right: 25px;
}
.forum .topic-title h4 {
    display: inline-block;
}
.forum .topic-description {
    padding: 10px 20px;
}
.forum .topic-title {
    padding: 10px 20px;
}
.forum .topic-post {
    padding: 10px 20px;
}
.forum .profile span {
    display: block;
}
.forum .profile {
    border-right: #CCD1D9 1px solid;
}
.forum .topic-action {
    position: relative;
    bottom: -5px;
}
.forum .topic img {
    min-width: 150px;
    min-height: 150px;
    max-width: 100%;
    max-height: 200px;
}
.forum .user-footer {
    height: 25px;
}
.forum .edit_post {
    position: absolute;
    right: 20px;
}
.forum .button-bar {
    height: 35px;
}
.forum .publish {
    position: absolute;
    right: 10px;
}
.forum small {
    color: #B1AFAF;
}
@media(max-width: 774px) {
    .forum .topic iframe {
        width: 100%;
        height: 300px;
    }
}
@media(min-width: 774px) {
    .forum .topic iframe {
        width: 560px;
        height: 315px;
    }
}
.box .box-content {
    padding: 10px 20px;
}
.box .box-header h4 {
    margin-bottom: 0px;
    font-weight: 300;
}
.box .box-header {
    padding: 5px 20px;
    border-top-color: #ffffff;
    background-color: #ffffff;
}
.box .box-footer {
    padding: 5px 20px;
    border-top: #CCD1D9 1px solid;
}
.success {
    color: #8CC152;
}
.info {
    color: #4A89DC;
}
.danger {
    color: #DA4453;
}
.warning {
    color: #FC6E51;
}
.success-bg {
    background-color: #8CC152;
}
.info-bg {
    background-color: #4A89DC;
}
.danger-bg {
    background-color: #DA4453;
}
.warning-bg {
    background-color: #FC6E51;
}
.box-success .box-header {
    border-top-color: #8CC152;
    background-color: #8CC152;
    color: white;
    border-bottom: 0px transparent;
}
.box-info .box-header {
    border-top-color: #4A89DC;
    background-color: #4A89DC;
    color: white;
    border-bottom: 0px transparent;
}
.box-danger .box-header {
    border-top-color: #DA4453;
    background-color: #DA4453;
    color: white;
    border-bottom: 0px transparent;
}
.box-warning .box-header {
    border-top-color: #FC6E51;
    background-color: #FC6E51;
    color: white;
    border-bottom: 0px transparent;
}
.box-login {
    margin: 0 auto;
    padding: 20px 20px;
}
.box-login h3 {
    padding-bottom: 15px;
    border-bottom: solid #AAB2BD 1px;
}
.nav-link .nav-text,
.icon-align {
    position: relative;
    top: -6px;
}
.ticket .ticket-box {
    padding: 10px 20px;
    position: relative;
}
.ticket .ticket-box::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-right: 8px solid #f7f7f9;
}
.icon-text {
    position: relative;
    top: -6px;
}
.icon .material-icons {
    width: 24px;
}
.icon {
    font-size: 18px;
    display: inline-block;
    position: relative;
    bottom: -5px;
    text-decoration: none;
    /*margin-right: 30px; */
}
.icon.pull-sm-right {
    margin-right: 0px;
}
.icon:hover {
    text-decoration: none;
}
.form,
.tagsinput,
div.tagsinput,
select {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
*:focus {
    outline: none;
    outline-width: 0;
    border-color: #ccc !important;
}
.text_editor {
    height: 400px;
    resize: none;
}
.editor_toolbar .tool {
    margin-right: 5px;
    cursor: pointer;
    transition: 0.5s;
}
.editor_toolbar .tool:hover {
    opacity: 0.8;
    transition: 0.5s;
}
.publish {
    cursor: pointer;
    height: 24px;
    transition: 0.5s;
    text-align: right;
}
.publish:hover {
    opacity: 0.7;
    transition: 0.5s;
}
.bottom-5 {
    padding-bottom: 5px;
}
.icon {
    cursor: pointer;
}
.quote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 10px;
    padding: 5px 8px;
    quotes: "\201C""\201D""\2018""\2019";
}
.quote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
.quote p {
    display: inline;
}
.wysibb-text-editor img {
    max-width: 100%;
    max-height: 300px;
}
.follow {
    cursor: pointer;
}
.disco-lightbox img {
    max-width: 100%;
    max-height: 600px;
}
.disco-lightbox,
.disco-lightbox img {
    margin: 0 auto;
    text-align: center;
}
.blog .box-content {
    word-wrap: break-word;
}
.dropzone {
    border: none 0px transparent;
    border-radius: 4px;
}
.form-group.full {
    width: 100%;
}
.form-inline {
    margin-bottom: 10px;
}
.sub-nav .item {
    padding-right: 8px;
    padding-left: 8px;
    border-right: 1px solid #E2E0E0;
    height: 100%;
}
.sub-nav {
    background: #f7f7f9;
    border-top: 1px solid #E2E0E0;
    padding: 10px;
}
.sub-nav .item a {
    text-align: center;
    color: rgba(0, 0, 0, .3);
    transition: .5s;
}
.sub-nav .item.active a {
    color: rgba(0, 0, 0, .7);
}
.sub-nav .item a:hover {
    text-align: center;
    color: rgba(0, 0, 0, .5);
    transition: .5s;
}
.sub-nav .item:last-child {
    border-right: 0px solid gray;
}
.sub-nav .item:last-child {
    border-right: 0px solid gray;
}
.search {
    display: inline-block;
    float: right;
    width: auto;
}
.search .material-icons {
    display: inline-block;
    line-height: 20px;
    position: relative;
    bottom: -4px;
}
.search .form-control {
    display: inline-block;
    width: 85% !important;
    position: relative;
    top: -3px;
}
.box.no-top {
    margin-top: 0 !important;
}
.cover {
    width: 150px;
    height: 223px;
    background-size: cover;
    background-position: center;
}
.action {
    cursor: pointer;
}
.full-btn {
    width: 100%;
    height: 30px;
    background: #f7f7f9;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    line-height: 30px;
    text-transform: uppercase;
    opacity: .7;
}
.full-bar {
    width: 100%;
    height: 30px;
    background: #f7f7f9;
    text-align: center;
    margin-top: 20px;
    line-height: 30px;
    text-transform: uppercase;
    opacity: .7;
}
.categories a:hover {
    opacity: .7;
    text-decoration: none;
}
.tags .checkbox {
    display: inline-block;
    width: 130px;
}
.tags {
    border-left: 1px solid #E2E0E0;
}
.tags .checkbox input[type=checkbox] {
    border: solid 1px;
    border-radius: 0px;
    background-color: #F7F7F8;
}
.action {
    cursor: pointer;
    color: rgba(0, 0, 0, .7);
    transition: .5s;
}
.action:hover {
    color: rgba(0, 0, 0, .5);
    transition: .5s;
}
.media {
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 150px;
    border-radius: 5px;
    /*padding: 5px;*/
}
.images-row .col-md-2 {
    margin-top: 20px;
}
.images-row img {
    cursor: pointer;
}
.images-row img:hover {
    opacity: 0.7;
    transition: 0.5s;
}
.images-row img.selected {
    opacity: 0.5;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 94, 255, 1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 94, 255, 1);
    box-shadow: 0px 0px 20px 0px rgba(0, 94, 255, 1) transition: 1s;
}
.trash {
    width: 100%;
    cursor: pointer;
    text-align: center;
    margin-top: 2px;
    transition: .5s;
}
.trash:hover {
    opacity: 0.7;
    transition: .5s;
}
.image-picker {
    border: dashed 1px #ccd1d9;
    cursor: pointer;
    position: relative;
    display: table;
}
.image-picker.one {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.image-picker.background {
    width: 200px;
    height: 300px;
    margin: 0 auto;
}
.image-picker.multiple {
    width: 100%;
    min-height: 200px;
}
.image-picker.slide {
    width: 100%;
    height: 142px;
    margin: 0 auto;
}
.image-picker.article {
    width: 120px;
    height: 130px;
    margin: 0 auto;
}
.image-picker.logo {
    width: 520px;
    height: 130px;
    margin: 0 auto;
}
.image-picker.icon {
    width: 128px;
    height: 128px;
    margin: 0 auto;
}
.image-picker.logo .image {
    background-color: gray;
    background-size: cover;
    background-position: center;
}
.image-picker .image {
    width: 100%;
    height: 100%;
    display: table-cell;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.image-picker .one-image {
    padding: 5px;
    border-radius: 4px;
}
.image-picker .image-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90%;
    height: 90%;
    margin: 5%;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.filePicker {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0px;
    left: 0px;
}
.filePicker-Modal {
    width: 600px;
    height: 400px;
    background-color: #f7f7f9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #AAB2BD;
    position: absolute;
    top: calc( 50% - 200px);
    left: calc( 50% - 300px);
    z-index: 999;
}
.filePicker-ModalHeader {
    height: 40px;
    padding: 5px 20px;
    border-bottom: #ccd1d9 1px solid;
}
.filePicker-ModalFooter {
    height: 40px;
    padding: 5px 20px;
    border-top: #CCD1D9 1px solid;
}
.filePicker-ModalBody {
    height: 310px;
    overflow-y: scroll;
}
.filePicker-ModalBody img {
    margin: 20px;
    border-radius: 5px;
    transition: 1s;
    cursor: pointer;
}
.filePicker-ModalBody img:hover {
    opacity: 0.7;
    transition: 0.5s;
}
.filePicker-ModalBody img.selected {
    opacity: 0.5;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 94, 255, 1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 94, 255, 1);
    box-shadow: 0px 0px 20px 0px rgba(0, 94, 255, 1);
    transition: 1s;
}
.filePicker-ModalHeader .myFiles {
    display: inline-block;
    float: right;
    border: solid red 1px;
    padding: 6px;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: .5s;
}
.filePicker-ModalHeader .myFiles:hover {
    opacity: .7;
    transition: .5s;
}
.filePicker-ModalHeader .myFiles[active="false"],
.filePicker-ModalHeader .myFiles[active="true"]:hover {
    background: none;
    color: black;
}
.filePicker-ModalHeader .myFiles[active="false"]:hover,
.filePicker-ModalHeader .myFiles[active="true"] {
    background: red;
    color: white;
}
/* Upload */

.filePicker-ModalBody .upload {
    width: 90%;
    height: 100px;
    margin: 5%;
    border: dotted 1px gray;
    text-align: center;
    line-height: 100px;
    cursor: pointer;
}
.filePicker-ModalBody .upload .dz-image img {
    width: 60px;
}
.filePicker-ModalBody .upload .dz-details,
.filePicker-ModalBody .upload .dz-success-mark,
.filePicker-ModalBody .upload .dz-error-message,
.filePicker-ModalBody .upload .dz-error-mark {
    display: none;
}
.file-pickerEditor {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.45);
}
.file-pickerEditor .editorContainer {
    width: 60%;
    max-height: 70%;
    margin: 0 auto;
    margin-top: 5%;
}
.editorToolBar {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #e4e5e7;
}
.widget-choice {
    list-style: none;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: -20px;
    margin-right: -20px;
    list-style-position: inside;
    padding-left: 0;
}
.widget-choice li {
    border-bottom: solid 1px #CCD1D9;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
    cursor: pointer;
    transition: .5s;
}
.widget-choice li.separator {
    color: white;
}
.widget-choice li.separator.info {
    background: #4A89DC;
}
.widget-choice li.separator.danger {
    background: #DA4453;
}
.widget-choice li.separator.success {
    background: #8CC152;
}
.widget-choice li.separator.warning {
    background: #FC6E51;
}
.widget-choice li i {
    margin-top: 5px;
    position: relative;
    bottom: -8px;
}
.widget-choice li:hover {
    background: white;
    transition: .5s;
}
.widget-choice li.active {
    background: white;
}
.widget-choice li:last-child {
    border-bottom: transparent 0px;
}
#slides .slide-one {
    border: #CCD1D9 1px solid;
    border-radius: 4px;
    position: relative;
    margin-bottom: 5px;
}
#slides .slide-one .delete {
    cursor: pointer;
    color: white;
    background: #ff3e3e;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 1px;
    border-bottom-left-radius: 4px;
    transition: .5s;
}
#slides .slide-one .delete:hover {
    opacity: .7;
    transition: .5s;
}
#slides .slide-one .delete i {
    line-height: 35px;
    width: 26px;
}
.box .button-bar,
.box-footer .button-bar {
    height: 40px;
    margin-top: 5px;
}
.box .button-bar .btn {
    padding: 4px 10px;
    font-size: 14px;
}
.btn i {
    position: relative;
    bottom: -5px;
    font-size: 20px;
}
.button-bar .btn {
    line-height: 2;
}
small .material-icons {
    position: relative;
    bottom: -3px;
    font-size: 20px;
}
.pointer {
    cursor: pointer;
}
.dropdown-menu .material-icons {
    line-height: initial;
    font-size: 20px;
    position: relative;
    bottom: -2px;
}
.preview .showMore {
    width: 100%;
}
.categories {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
.loading {
    margin: 0 auto;
    text-align: center;
}
.categories li {
    border-bottom: solid #e4e5e7 1px;
    line-height: 35px;
    cursor: pointer;
    transition: .5s;
    padding-left: 15px;
}
.categories li.active {
    background: #edf0f5;
}
.categories li.toggled {
    background: #ff8d8d;
    color: white;
}
.categories li:hover {
    background: #edf0f5;
    transition: .5s;
}
.selected {
    opacity: 0.5;
}
.media {
    cursor: pointer;
    transition: .6s;
    border-radius: 0px;
}
.media:hover {
    opacity: 0.7;
    transition: .6s;
}
.images-row {
    margin-top: 30px;
}
.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    border-radius: .25rem;
    height: 2.5rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px !important;
    color: #55595c;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.5rem !important;
}
.scale {
    transform: scale(.42);
    transform-origin: 0 0;
}
.messages {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.chat .message {
    margin-bottom: 5px;
    transition: .5s;
    cursor: pointer;
}
.chat .row {
    margin-right: 0px;
    margin-left: 0px;
}
.chat .message .avatar {
    border-radius: 50px;
    max-height: 80px;
}
.chat .message .col-md-3 {
    text-align: center;
}
.chat .message.other .col-md-9 {
    background-color: rgba(74, 137, 220, .5);
    margin-bottom: 5px;
    position: relative;
}
.chat .message.other .col-md-9::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-right: 8px solid rgba(74, 137, 220, .5);
}
.chat .message.other:nth-child(odd) .col-md-9 {
    background-color: #e2e0e0;
}
.chat .message.other:nth-child(odd) .col-md-9::before {
    border-right: 8px solid #e2e0e0;
}
.chat .message.other .title {
    font-weight: bold;
    font-size: 90%;
}
.chat .message .content {
    padding-bottom: 8px;
    min-height: 60px;
}
.chat .message.me .col-md-9 {
    background-color: rgba(140, 193, 82, .5);
    margin-bottom: 5px;
    position: relative;
}
.chat .message.me .col-md-9::before {
    content: '';
    position: absolute;
    top: 16px;
    right: -16px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-left: 8px solid rgba(140, 193, 82, .5);
}
.chat .message.me .title {
    font-weight: bold;
}
.chat .message:hover {
    opacity: .7;
    transition: .5s;
}
.ticket .ticket-box {
    padding: 10px 20px;
    position: relative;
}
.chat .message .time {
    font-size: 60%;
    font-style: italic;
    display: inline-block;
    opacity: .7;
}
.chat .send-chat {
    width: 100%;
}
.chat .fa-paper-plane {
    top: 0px;
}
tbody tr {
    background: #f7f7f9;
}
tbody tr:nth-child(odd) {
    background: white;
}
.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0px none transparent;
    line-height: 42px;
}
.table td a,
.table th a {
    line-height: auto;
}
.discoPopupParent {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .15);
    overflow-y: auto;
}
.discoPopup {
    position: relative;
    top: 100px;
    left: calc( 50% - 70%/2);
    background: #f7f7f9;
    width: 70%;
    border: solid 1px #AAB2BD;
}
.discoPopupLarge {
    top: 20px;
}
.discoPopup .popupHeader {
    height: 40px;
    text-align: center;
    border-bottom: solid 1px #AAB2BD;
}
.discoPopup .popupBody {
    padding: 25px 50px 20px 50px;
    position: relative;
}
.discoPopup .col-md-6 {
    text-align: center;
}
.discoPopup .popupHeader {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 15px;
}
.discoPopup .popupFooter {
    padding: 25px 0 25px 0;
}
.discoPopup .button {
    background: #0199e5;
    color: white;
    border-radius: 0px;
    transition: .5s;
}
.discoPopup .button:hover {
    opacity: .6;
    transition: .5s;
}
.discoPopup .closePopup {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #ff5555;
    width: 30px;
    height: 30px;
    line-height: 28px;
    color: white;
    cursor: pointer;
    transition: .5s;
}
.discoPopup .closePopup:hover {
    opacity: .7;
    transition: .5s;
}
.discoPopup .popupBody .col-md-6:last-child {
    border-left: 1px solid #0099e5;
}
.discoPopup ul,
.discoPopup li {
    list-style: none;
    text-align: left;
}
.discoPopup ul {
    padding-left: 90px;
}
.discoPopup ul.horizontal {
    padding-left: 0px;
}
.discoPopup ul.horizontal li {
    display: inline-block;
    padding-left: 0px;
}
.discoPopup ul li {
    color: #0099e5;
    line-height: 25px;
    cursor: pointer;
    margin-bottom: 15px;
    padding-right: 10px;
}
.adCheckbox {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 9px;
    background: #ebebeb;
    position: relative;
    bottom: -7px;
}
.discoPopup ul li.active .adCheckbox:after {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #0099e5;
    content: ""
}
.discoPopup ul li:hover .adCheckbox:after {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #0099e5;
    opacity: .4;
    content: ""
}
.discoPopup .name {
    width: 158px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: white;
    font-size: 28px;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
}
.discoPopup .blue {
    background: #0099e5;
}
.discoPopup .red {
    background: #ff3a3b;
}
.discoPopup .yellow {
    background: #ffa200;
}
.discoPopup .green {
    background: #00ba71;
}
.discoPopup .violet {
    background: #9700bd;
}
.discoPopup .right {
    font-size: 12px;
    width: calc( 100% - 150px);
    line-height: 14px;
    padding-left: 5px;
    position: relative;
    left: calc( 100% - 150px);
}
.discoPopup ol li {
    cursor: pointer;
    position: relative;
    padding-bottom: 12px;
    transition: .5s;
}
.discoPopup ol li:hover {
    cursor: pointer;
    opacity: .5;
    transition: .5s;
}
.discoPopup .name,
.discoPopup .right {
    display: inline-block;
}
.discoPopup .bannerBig {
    width: 544px;
    height: 150px;
    margin: 0 auto;
    color: #0099e5;
    line-height: 110px;
    text-align: center;
    background: #eae8e8;
    font-weight: bold;
}
.discoPopup .bannerSmall {
    width: 240px;
    height: 150px;
    margin: 50px auto;
    color: #0099e5;
    line-height: 110px;
    text-align: center;
    background: #eae8e8;
    font-weight: bold;
}
.discoPopup .banner {
    cursor: pointer;
    transition: .5s;
}
.discoPopup .banner:hover {
    cursor: pointer;
    opacity: .5;
    transition: .5s;
}
.discoPopup .banner.active {
    cursor: pointer;
    color: white;
    background: #0199e5;
    transition: .5s;
}
.discoPopup ol li.active {
    opacity: .5;
    color: #0099e5;
}
.discoPopup .bannerUpload {
    cursor: pointer;
    width: 100%;
    height: 150px;
    border: solid 1px #888888;
    margin-bottom: 50px;
    text-align: center;
    line-height: 150px;
}
.discoPopup input {
    border: solid 1px #888888;
    border-radius: 0px;
    width: 100%;
}
.discoPopup .blueText {
    color: #0199e5;
    line-height: 34px;
}
.placepicker-map {
    width: 100%;
    height: 200px;
}
.wysibb-body .lokalizacja {
    background: #FC6E51 !important;
    color: white;
    padding: 5px;
}
.move i {
    font-size: 40px;
}
.version {
    min-height: 250px;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: contain;
    position: relative;
    cursor: pointer;
}
.version .number {
    font-weight: lighter;
    font-size: 60px;
    color: #bd4147;
    position: absolute;
    top: 80px;
    right: 0px;
}
.version .name {
    font-weight: lighter;
    font-size: 50px;
    color: #418fbd;
    position: absolute;
    top: 87.5px;
    left: 0px;
}
.version .details {
    opacity: 0;
    transition: .6s;
    background: #f7f7f9;
    position: absolute;
    width: 100%;
    height: 250px;
    top: 0px;
    left: 0px;
    font-size: 13px;
}
.details:hover {
    opacity: 1;
    transition: .6s;
}
.center {
    text-align: center;
    margin: 0 auto;
}
.box-footer .vote {
    display: inline-block;
    float: right;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    top: -5px;
}
.box-footer .vote .material-icons {
    position: relative;
    bottom: -5px;
}
.box-footer .vote:hover .vote-up .material-icons {
    color: #8CC152;
}
.box-footer .vote:hover .vote-down .material-icons {
    color: #DA4453;
}
.empty-box {
    margin-top: 30px;
}