﻿
.separator-80 {
    max-width: 80px;
    margin: 0px 15px 15px 0px;
}

.color-red {
    color: red;
}

.k-tooltip-validation .k-i-warning {
    vertical-align: text-top;
    margin-right: 3px;
    margin-top: 3px;
}

.k-widget.k-tooltip-validation {
    border-color: transparent;
    background-color: transparent;
    color: #ff1800;
    display:none !important;
}

.k-notification {
    border-radius: 30px !important;
}

.k-notification-error {
    background-color: #ff4839;
    color: white;
    border-color: #e85448;
}

.k-notification-success {
    background-color: rgba(33, 147, 0, 0.86);
    color: #fff;
    border-color: #cbe9cc;
}

.notification-info {
    margin-left: 10px;
    white-space: pre-wrap;
    max-width: 280px;
    padding-right: 20px;
    margin-top: 4px;
    font-size: 14px;
}

.edit-actions {
    width: 36px;
    height: 36px;
    border-radius: 55%;
    color: #fff;
    border: 2px solid #fff;
    transition: .25s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.display-flex {
    display: flex;
}

.display-inline-flex {
    display: inline-flex;
}

.field {
    display:grid;
}

.align-left {
    text-align:left;
}

.align-right {
    text-align: right;
}


.row-margin {
    margin-bottom: 10px;
}

.parameters-margin {
    margin-bottom:30px;
}

.k-icon-32 {
    font-size: 32px !important; 
}

.k-icon-48 {
    font-size: 48px !important;
}

.k-icon-64 {
    font-size: 64px !important; 
}

.colored-icon {
    color: skyblue;
}

.k-grid-excel {
    float: right;
}

.grid-url-item {
    text-decoration: underline !important;
}

.justify-center {
    justify-content:center;
}

.diplay-none {
    display: none;
}

.rs-dropdown-menu {
    right: auto !important;
}

.cursor-pointer {
    cursor: pointer;
}