﻿html {
    position: relative;
    min-height: 100;
}

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    min-height: 100vh;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.form-label {
    margin-top: 5px;
    margin-right: 3px;
}

    .form-label.ThreeRow {
        margin-bottom: 23px;
    }

.form-input {
    width: 150px;
    margin: 5px;
    padding: 2px 5px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 1px #cccccc inset;
    box-shadow: 0 0 5px 1px #cccccc inset;
}

    .form-input:hover {
        border: 1px solid #73aeff;
        -webkit-box-shadow: 0 0 5px 1px #b3d9ff inset;
        box-shadow: 0 0 5px 1px #b3d9ff inset;
    }

    .form-input.dropdown {
        padding: 2px 3px;
        width: 300px;
    }
.kranik-input{
	font-size: 13px;
	font-family: Tahoma;
}
.kranik-input[type='text'] {
    border: 1px solid #b7b7b7;
    -webkit-box-shadow: 0 0 5px 1px #cccccc inset;
    box-shadow: 0 0 5px 1px #cccccc inset;
    height: calc(1.5em + .4rem + 2px);
}
.kranik-input[type='checkbox'] {
    vertical-align: middle;
	width:20px;
}
textarea.kranik-input {
    border: 1px solid #b7b7b7;
    -webkit-box-shadow: 0 0 5px 1px #cccccc inset;
    box-shadow: 0 0 5px 1px #cccccc inset;
    height: 55px;
}

select.kranik-input {
    border: 1px solid #b7b7b7;
    -webkit-box-shadow: 0 0 5px 1px #cccccc inset;
    box-shadow: 0 0 5px 1px #cccccc inset;
    height: calc(1.5em + .4rem + 2px);
    padding-left: 10px;
    padding-top: 4px;
}

select.form-input {
    width: 300px;
    padding: 2px 2px;
}

    select.form-input.small {
        width: 150px;
        height: 24px;
        padding: 2px 2px;
    }

.form-input.long {
    width: 300px;
}

.form-input.extralong {
    width: 450px;
}

.form-input.long700 {
    width: 700px;
}

.form-input[type='checkbox'] {
    width: auto;
}

.form-static_field {
    width: 150px;
    margin: 10px;
}

.ButtonColumn {
    text-align: center;
    width: 15%;
}

.panel-filter {
    padding: 15px;
    margin: 10px 0px;
    border: 1px solid lightgrey;
}

    .panel-filter > h4 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.fgroup {
    display: inline;
    white-space: nowrap;
    margin: 0px 5px;
}

.badge-white {
    background-color: white;
    color: black;
    padding: 2px 7px;
}

.btn-info {
    background-color: #5BC0DE;
    border-color: #5BC0DE;
    color: white !important;
}

    .btn-info:hover {
        background-color: #39B3D7;
        border-color: #39B3D7;
    }

.btn-xs {
    font-size: 13px;
    padding: 2px 5px;
}

.bg-primary {
    background-color: #428BCA !important;
}

.btn-primary {
    background-color: #428BCA;
    border-color: #428BCA;
}

    .btn-primary:hover {
        background-color: #3276B1;
        border-color: #3276B1;
    }

.btn-light {
    background-color: #e1e6ea;
    border-color: #e1e6ea;
}

    .btn-light:hover {
        background-color: #b4bfca;
        border-color: #b4bfca;
    }

.oper-header {
    height: 10px;
}


.stat-table th, .stat-table td {
    padding: 0px 15px;
    border: 1px solid lightgrey;
}

.stat-table th {
    border-bottom: 1px solid;
}

.stat-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.stat-table td:not(:first-child) {
    text-align: center;
}

.panel-filter {
    margin: 10px 15px;
}

.dataTables_wrapper {
    margin: 10px 15px;
}

footer {
    position: absolute;
    height: 3em;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    padding-left: 10px;
}

    footer > div {
        margin-top: 1em;
        display: inline-block;
    }

.chatData {
    color: #4162bc;
}

.navbar-brand {
    font-size: 16px;
}

.nav-item {
    font-size: 13px;
}

h2 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.dropdown-item {
    font-size: 13px;
}

.btn {
    font-size: 13px;
}

.licenseWarning {
    text-align: center;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    font-weight: bold;
    font-size: 14px;
    color: #4162bc;
}

.licenseExpiring {
    background-color: #ffffcc;
}

.licenseExpired {
    background-color: #ffb3b3;
}

.kranik-version-block {
    float: right;
    width: 230px;
    margin-top: 3px;
}

.KBVersion {
    float: left;
    font-size: 10px;
}

.KranikVersion {
    float: left;
    font-size: 10px;
}

.goodVer {
    color: green;
}

.badVer {
    color: red;
}

.kranik_operatorChat_editMsgButton {
    font-size: 11px;
    color: gray;
    margin-right: 3px;
    margin-left: 15px;
}

    .kranik_operatorChat_editMsgButton:hover {
        text-decoration: none;
        color: black;
    }

.kranik_operatorChat_deleteMsgButton {
    font-size: 11px;
    color: gray;
    margin-left: 3px;
}

    .kranik_operatorChat_deleteMsgButton:hover {
        text-decoration: none;
        color: black;
    }

.kranik_operatorChat_editBtnsBlock {
    float: right;
    display: inline-block;
    margin-top: -1px;
}

.kranik_chatOperator_editForm > .ui-dialog-content {
    padding: .2em .2em !important;
}

.ui-dialog-buttonpane {
    margin-top: 0 !important;
}

.kranik_operatorChat_dialogButtons {
    background-color: #008DDD;
    border-color: #008DDD;
    color: white;
}

    .kranik_operatorChat_dialogButtons:hover {
        background-color: #286090;
        cursor: pointer;
        color: white;
    }

.kranik_history_item-deleted {
    opacity: 0.4;
}

    .kranik_history_item-deleted > .db-chat-content > .kranik_chatOperator_edited-notice {
        color: black;
    }

.db-chat-item-system {
    background-color: #e6e6e6 !important;
    font-size: 12px !important;
    color: #666666;
}

#kranik-reply-panel {
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    margin-bottom: 5px;
    padding: 10px 2px;
}

    #kranik-reply-panel > span {
        margin: 10px;
    }

.kranik-reply-panel-header {
    width: 100%;
    text-align: right;
    background-color: #008DDD;
    top: -8px;
    position: relative;
    height: 20px;
}

#cancelReplyBtn {
    margin-right: 2px;
    padding: 0px;
}

    #cancelReplyBtn > span {
        color: white;
        font-size: 15px;
    }

.btn-outline-primary {
    color: #428BCA;
    border-color: #428BCA;
}

    .btn-outline-primary:hover {
        background-color: #286090;
    }

.kranik-operator-toolbar {
    margin-bottom: 3px;
}

    .kranik-operator-toolbar > div > .btn {
        font-size: 10px;
    }

.kranik-abn_navbar-block {
    margin: 15px 0px;
}

.kranik-abn_navbar-link {
    padding: 5px;
    border: 1px solid #e1e6ea;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    color: black;
    background-color: #e1e6ea;
    margin-right: 5px;
}

    .kranik-abn_navbar-link:hover {
        background-color: #b4bfca;
        border-color: #b4bfca;
        color: black;
        text-decoration: none;
    }

.kranik-link-isDisabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.kranik-link-isActive {
    cursor: not-allowed;
    pointer-events: none;
    border-color: #28A745;
    background-color: #28A745;
    color: white;
}

@media (min-width: 768px) {
    .kranik-ml-user-validation {
        margin-left: 0.3rem !important;
    }
}

@media (min-width: 992px) {
    .kranik-ml-user-validation {
        margin-left: 7.5rem !important;
    }
}

@media (min-width: 1200px) {
    .kranik-ml-user-validation {
        margin-left: 9rem !important;
    }
}
#pwd::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #28A745;
    /*font-size:10px;*/
    opacity: 1; /* Firefox */
}

#pwd:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #28A745;
    font-size: 10px;
}

#pwd::-ms-input-placeholder { /* Microsoft Edge */
    color: #28A745;
    font-size: 10px;
}
.kranik-h4 {
    font-family: Verdana;
    font-size: 12px;
    font-weight: 700;
}
.kranik-expertise-block {
    width: 300px;
    text-align: left;
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    padding: 2px 10px;
    border-radius:3px;
}

.ui-state-active{
	border: 1px solid #0071b3;
    background: #008DDD;
}

.text-validation-error {
    color: #ff3333;
}
.YourWorkingTime{
    margin-bottom: 1em;
}
.YourWorkingTime > a{
    font-size: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
}
.kranik-errorpage-extDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -350px 0 0 -250px;
    border: 20px solid white;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: red;
    box-shadow: 0 0 0px 1px black;
}

.kranik-errorpage-intDiv {
    position: relative;
    top: 170px;
    margin: auto;
    background-color: white;
    width: 400px;
    height: 130px;
}

    .kranik-errorpage-intDiv h2 {
        text-align: center;
        padding-top: 20px;
    }

    .kranik-errorpage-intDiv h5 {
        text-align: center;
    }
.kranik-operactivity-table{
    width:87%;
}
.kranik-operactivity-table  tr:first-child{
	height: 30px;
	vertical-align: top;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.kranik-operactivity-table  tr:last-child{
	border-bottom: 1px solid #eeeeee;
}
.kranik-operactivity-table  td, th{
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	padding: 10px 0;
	padding-left: 5px;
}

.db-chat {
    font: 14px Times;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    padding: 2px;
    margin: 5px 0px;
    display: table;
    width: 99%;
}

.db-chat-image {
    display: table-cell;
    vertical-align: top;
    padding-top: 4px;
    width: 30px;
}

.db-chat-content {
    display: table-cell;
}

    .db-chat-content > .kranik_chatOperator_edited-notice {
        font-size: 10px;
        float: right;
    }

.db-chat-client {
    color: red;
}

.db-chat-bot {
    color: blue;
}

.db-chat-operator {
    color: green;
}

.db-chat-system {
    color: blue;
    background: #eeeeee;
}

.db-chat-time {
    font: 10px arial;
    color: gray;
}

.db-chat-name {
    font: 11px arial;
}

.db-chat-title {
    font: bold 14px arial;
}

.db-chat-comments {
    font: 9px arial;
    color: brown;
    padding: 2px;
    margin: 2px;
}

.user-memory {
    font-size: 12px;
    margin-bottom: 0px;
    color: green;
}

.user-memory-old {
    font-size: 12px;
    margin-bottom: 0px;
    color: gray;
}

.operatorBusy {
    color: brown;
    font-size: 11px;
    margin-bottom: 0px;
}

    .operatorBusy:before {
        content: url("../images/16x16/operator_busy.png");
        margin-right: 5px;
        vertical-align: middle;
    }

.operatorAvail {
    color: #4162bc;
    font-size: 11px;
    margin-bottom: 0px;
}

    .operatorAvail:before {
        content: url("../images/16x16/agt_runit.png");
        margin-right: 5px;
        vertical-align: middle;
    }

.operatorActive a {
    margin-left: 5px;
}

.operatorActive > span, .operatorActive > img {
    margin-top: -5px;
    margin-right: 5px;
}


.operatorIdle {
    color: grey;
    margin-bottom: 0px;
}

    .operatorIdle:before {
        content: url("../images/16x16/agt_pause-queue.png");
        margin-right: 5px;
        vertical-align: middle;
    }

    .operatorIdle a {
        margin-left: 5px;
    }

    .operatorIdle > span, .operatorActive > img {
        margin-top: -5px;
        margin-right: 5px;
    }

.operatorDisconnected {
}

    .operatorDisconnected:before {
        content: url("../images/16x16/redled.png");
        margin-right: 5px;
        vertical-align: middle;
    }

.abonentCodeStyle {
    color: navy;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
#BotState {
    margin: 5px 0 15px 5px;
}
