﻿.no-border-bottom{
    border-bottom: none !important;
}

.no-border-right {
    border-right: 0px !important;
}

.sn-padding {
    padding: 0px !important;
}

.sn-padding-right {
    padding-right: 0px !important;
}

.sn-margin {
    margin: 0px !important;
}

.margin-0-0-15-0 {
    margin: 0px 0px 15px 0px !important;
}
.background-light-green {
    background-color: #DBF9CF !important;
}

.background-light-red {
    background-color: #E7B9BA !important;
}

.font-10 {
    font-size: 10px;
}

.table-ws-no-wrap td, .table-ws-no-wrap th {
    white-space: nowrap !important;
}

/*Popover*/
.popover__title {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #00afc6;
    background-color: #b7ebf2;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
}

.popover__message {
    font-size: 13px;
    font-weight: 500;
    line-height: 11px;
    text-decoration: none;
    color: #00afc6;
    text-align: center;
    padding: 8px;
}

.popover__wrapper {
    display: inline-block;
    position: relative;
}

.popover__wrapper a {
    text-decoration: none;
}

.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: -130px;
    transform: translate(0, 10px);
    background-color: #b7ebf2;
    border-radius: 10px;
    padding: 10px;
    width: 280px;
}

.popover__content:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 10px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #b7ebf2 transparent;
    transition-duration: 0.3s;
    transition-property: transform;
}

.popover__content.popover_warning, .popover__content.popover_warning .popover__title, .popover__content.popover_warning .popover__message {
    color: #FF8C00;
    background-color: #FFE4C4;
}

.popover__content.popover_warning:before {
    border-color: transparent transparent #FFE4C4 transparent !important;
}

.popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__wrapper .btn {
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent !important;
}

.popover__wrapper .btn.btn-info {
    color: #00bcd4;
}

.popover__wrapper .btn.btn-success {
    color: #59c95d;
}

.popover__wrapper .btn.btn-warning {
    color: #ff9800;
}

.popover__wrapper .btn.btn-danger {
    color: #dd4b39;
}
/*FIN PopOver*/

.z-index-2 {
    z-index: 2 !important;
}