.flex {
    display: flex;
}

.horizontal {
    flex-direction: row;
}

.vertical {
    flex-direction: column;
}

.centered {
    justify-content: center;
    align-items: center;
    align-content: center;
}

.start {
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.end {
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
}

.primary-border {
    border: 3px solid #d1a52e;
    border-radius: 5px;
}

.margined {
    margin: 8px;
}

.paddinged {
    padding: 8px;
}

.hovered {
    background-color: inherit;
}

.hovered:hover {
    background-color: #ffffc0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.selected-cordinate {
    background-color: #ffffc0 !important;
}

.float-panel {
    display: none
}

.select {
    background: none;
    border-color: #c4c4c4;
    color: #1853a4;
    box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.2);
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.descColor {
    color: #18539b;
}

.search {
    position: relative;
    height: 36px;
}

.search input {
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    padding-left: 8px;
    height: 100%;
    border: 1px solid #c4c4c4;
    padding-right: 36px;
}

.search i {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    color: #c4c4c4;
    text-align: center;
    line-height: 36px;
}

.search-input::-ms-input-placeholder {
    color: #425770;
}

.listPanel::-webkit-scrollbar {
    width: 0;
    opacity: 0;
}

.listPanel {
    background-image: url(/resources/img/logo-sud.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 200px;
    position: relative;
}

.listPanelFooter {
    position: absolute;
    width: 100%;
    z-index: 9;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background-color: white;
}

.iconsBlockPart {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.blueBlockPart {
    width: 100%;
    background: #0059cf;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blueBlockPart {
    color: white;
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    text-align: justify;
}

.gis-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.gis-icon p {
    font-size: 14px;
    color: black;
    font-family: "Proxima Nova";
    text-align: center;
    font-weight: bold;
}

.select-padding {
    padding: 0px 20px;
}

.leaflet-touch .leaflet-bar {
    border: none !important;
}

.leaflet-touch .leaflet-bar a {
    background-color: #0059cf;
    color: white;
}


.flexing {
    display: flex;
    justify-content: center;
    align-content: center;
}

.debate-view-form {
    width: 100%;
    height: auto;
}

.debate-view-container {
    flex: 3;
}

.flexing-col {
    flex-direction: column;
}

.default-padding {
    padding: 8px;
}

.default-margin {
    margin: 2px;
}

.debate-info-panel {
    width: 100%;
    height: auto;
}

.bordered {
    border-radius: 5px;
    box-sizing: border-box;
}

.primary {
    background-color: #18539B;
}

.second {
    border: 2px solid #18539B;
    box-sizing: border-box;
}

.border-left-line {
    border-left: 1px solid #18539B;
    padding-left: 8px;
}

.debate-info-row {
    width: 100%;
    display: flex;
}

.debate-info-panel-value {
    flex: 3;
}

.debate-info-panel-desc {
    flex: 1;
    text-align: right;
    border-bottom: 2px solid #fff;
    font-weight: bold;
}

.debate-info-panel-text {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
}

.font-color-black {
    color: #000;
}

.debate-sides-panel {
    flex: 1;
}

.debate-sides-panel label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: bold;
}

.side-card {
    justify-content: unset !important;
    align-items: unset !important;
}

.debate-list-panel {
    flex: 1;
    align-items: center;
    justify-content: flex-start !important;
    height: 100%;
}

.debate-list-scroll-panel {
    max-height: 530px;
    width: 90%;
    overflow-y: scroll;
}

.debate-list-scroll-panel::-webkit-scrollbar {
    opacity: 0;
    width: 0px;
}

.debate-files-panel {
    flex: 1;
}

.debate-case-item p {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.debate-case-item {
    width: 90%;
    cursor: pointer;
    min-height: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.debate-case-item:hover {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, .3);
}

.debate-title {
    color: #273f5c;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 8px;
    text-align: center;
}

.debate-placeholder {
    color: #273f5c;
    text-align: justify;
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.second {
    color: #000 !important;
}

.second * {
    color: #000 !important;
}

.debate-chat-body {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    background-color: #e5eefa;
    padding-left: 75px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.debate-chat-float-panel {
    width: 400px;
    height: 100%;
    position: absolute;
    left: -350px;
    top: 0;
    z-index: 1000;
}

.default-shadow {
    box-shadow: 1px 1px 8px 4px rgba(0, 0, 0, .3);
}

.debate-chat-float-panel:hover {
    left: 0;
}

.debate-chat-float-panel-info {
    width: 350px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.debate-chat-float-panel-info .row:first-child {
    margin-top: 30px;
}

.debate-chat-float-panel-info .row {
    width: calc(100% - 40px);
    height: auto;
    background-color: inherit;
    margin: 10px 20px;
}

.debate-chat-float-panel-info .row p {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-weight: 100;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
}

.bold {
    font-weight: bold;
}

.debate-chat-float-panel-indicator {
    width: 50px;
    height: 100%;
}

.animated {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.debate-chat-panel {
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    overflow-y: scroll;
    height: 550px;
}

.debate-chat-panel::-webkit-scrollbar {
    opacity: 0;
    width: 0px;
}

.debate-message-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.chat-message {
    font-weight: 500;
    font-size: 20px;
    width: auto;
    height: auto;
    position: relative;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    max-width: 70%;
    background-color: white;
    display: inline-block;
    margin: 4px;
}

.right {
    align-items: flex-start;
    border-radius: 15px 15px 0px 15px;
}

.left {
    align-items: flex-end;
    border-radius: 0 15px 15px 15px;
}

.debate-input-panel {
    width: 100%;
    padding-left: 75px;
    height: 50px;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: 30px;
    right: 0;
    background-color: #fff;
}

.debate-input-panel textarea::placeholder {
    color: rgba(0, 0, 0, 0.55);
    font-weight: 100;
}

.debate-input-panel textarea {
    flex-grow: 1;
    height: 50px;
    border: none;
    padding-left: 8px;
    color: black;
    max-height: 50px;
    min-height: 50px;
    font-weight: 100;
    background: none;
}

.default-font {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.debate-input-panel-button {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    background-color: #9fcdff;
    line-height: 50px;
    text-align: center;
    color: black;
}

.debate-input-panel-button i {
    margin-top: 14px;
    font-size: 25px;
}

.debate-input-panel-button:hover {
    background-color: rgba(159, 205, 255, 0.68);
}

.debate-message-scroll-panel::-webkit-scrollbar {
    opacity: 0;
    width: 0;
    scrollbar-width: none;
}

.debate-message-scroll-panel {
    width: 100%;
    overflow-y: scroll;
    height: 550px;
}

.message-author {
    font-size: 14px !important;
    width: 100%;
    font-weight: bold !important;
    color: #000;
}

.debate-chat-files-panel {
    position: absolute;
    bottom: 0;
    left: 55px;
    height: 30px;
    width: calc(100% - 55px);
    justify-content: flex-start;
    align-content: flex-start;
}

.debate-message-file-item {
    margin-left: 4px;
    padding-left: 4px;
    background-color: #9fcdff;
    padding-right: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.debate-ended {
    border-color: #ff0000a6;
}

.selected-red {
    background-color: #ff0000a6 !important;
}