﻿body {
    font-size: 14px;
}

.navbar {
    height: 75px;
    min-height: 75px;
}

.navbar .navbar-inner {
    min-height: 75px;
    padding: 10px;
}

.page-sidebar .sidebar-menu {
    width: 219px;
}

.tabs-right > .nav-tabs > li > a {
    min-width: 40px;
}

.nav-tabs > li > a, .nav-tabs > li > a:focus {
    line-height: 20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    line-height: 20px;
    font-weight: bold;
}

.tabs-right .tab-content {
    overflow: hidden;
}

#chatbotDialog {
    border: 1px #ccc solid;
    padding: 10px;
    height: 140px;
    overflow: auto;
}

#chatagentDialog {
    border: 1px #ccc solid;
    padding: 10px;
    height: 320px;
    overflow: auto;
}

#chatbotHistoryDialog{
    border: 1px #ccc solid;
    padding: 10px;
    height: 550px;
    overflow: auto;
}

textarea {
    overflow-y: scroll;
    height: 100px;
    resize: none; /* Remove this if you want the user to resize the textarea */
}

.dialog__content {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.dialog--client .dialog__content {
    background-color: #e6001f;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.widget-header > .widget-caption {
    font-weight: bold !important;
    font-size: 14px;
}

.page-sidebar .sidebar-menu > li > a:hover {
    border-color: #D0D0CE;
    background-color: #D0D0CE;
}

.page-sidebar .sidebar-menu > li > a {
    border-top: 1px solid #D0D0CE;
}

.page-sidebar .sidebar-menu > li:last-child > a {
    border-bottom: 1px solid #D0D0CE;
}

.page-sidebar .sidebar-menu li.active > a {
    color: #fff;
    background-color: #68737A;
}

.page-sidebar .sidebar-menu li:not(.open):hover:before {
    background-color: #e6001f;
}

.page-sidebar .sidebar-menu a {
    font-size: 14px;
    line-height: 40px;
}

label {
    font-size: 14px;
}

.table-bordered {
    border: 1px solid #a7a8aa;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #a7a8aa;
}

.table-bordered thead > tr {
    background-color: #D0D0CE;
    background-image: -webkit-linear-gradient(top, #D0D0CE 0, #e8e8e8 100%);
    background-image: -moz-linear-gradient(top, #D0D0CE 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #D0D0CE 0, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #D0D0CE 0, #e8e8e8 100%);
}

.dialog_system {
    position: relative;
    width: fit-content;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #999;
    color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 5px 10px;
    margin: 20px auto 0 auto;
}

.dialog_system_time {
    position: relative;
    color: #b6b6b6;
    text-align: center;
    padding: 5px 10px;
    margin: 0px auto 10px auto;
}
