/* Custom page CSS
-------------------------------------------------- */
body {
  padding-top: 4rem;
  font-weight: 300;
  overflow-x: hidden; /* sidebar */
  color: #000;
}
html {
  scroll-behavior: smooth;
}

.ie-only { display: none }

.footer {
  background: #ededed;
}
footer a {
    font-weight: 300;
    color: #666;
    font-size: 14px;
}
footer a:hover {
    color: #000;
}
.navbar {
    padding: 0 1rem;
    border-bottom: 1px solid #fff;
}
.navbar-collapse {
    line-height: 1.75;
}
.bg-light {
    *background-color: #ededed !important;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .nav .nav-link {
    font-size: 16px;
    color: #000;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0;
}
.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .nav .active > .nav-link, 
.navbar-light .nav .nav-link.active, 
.navbar-light .nav .nav-link.show, 
.navbar-light .nav .show > .nav-link {
    background-color: #fff !important;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
    background-color: #fff !important;
}
.navbar-collapse {
    padding: .5rem 0;
}
.nav-icon {
    color: #000;
    font-size: 30px;
    padding: 0 1rem;
}
.nav-icon:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}
.logo {
    height: 2.5em;
    width: 110px;
    margin-left: 1rem;
    background: url("../images/t-logo.svg") no-repeat 0 52%;
    background-size: 139%;
}
.navbar-light .navbar-toggler {
    outline: none;
    border:0px solid;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#dropdownUser {
    text-transform: inherit;
}
#dropdownUser::after {
    border: 0px solid; /*to remove caret*/
}
.dropdown-item {
    font-weight: 300;
    color: #000;
}
.dropdown-item.active, 
.dropdown-item:active {
    color: #000;
    background-color: #f8f9fa;
}
.dropdown-menu {
    border-radius: 0;
}
/*
.bootstrap-select .dropdown-toggle .filter-option {
    text-align: center;
}
*/
a, .history-table td a, .fa-theme {
    color: #e20074;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #d0006b;
    text-decoration: none;
}
.form-control a:hover, .history-table td a:hover {
    color: #d0006b;
    text-decoration: underline;
}
a:active, a:hover {
    outline: 0;
}

td a {color: #000;}
.form-control a {color: #000;}

input, textarea, select, a, button {
    outline: none;
}
.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, 
.input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, 
.input-group-sm > .input-group-prepend > .input-group-text {
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-text {
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn, .btn-sm {
    border-radius: 0;
}
.btn-group-sm > .btn, .btn-sm {
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

}
.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .75rem;
    *min-width: 80px;
}
.btn-outline-primary {
    color: #e20074;
    border-color: #e20074;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #e20074;
    border-color: #e20074;
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show > .btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #ce006c;
    border-color: #ce006c;
    box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.show > .btn-outline-primary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, 
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, 
.show > .btn-outline-primary.dropdown-toggle:focus,
.btn-outline-primary:hover {
    color: #fff;
    background-color: #e20074;
    border-color: #e20074;
    box-shadow: none;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: none;
    outline: none;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.card {
    border-radius: 0;
}
.card-header {
    background-color: #ededed;
}
.big-icon {
    font-size: 5rem;
}
.phone-nr {
    color: #000;
}
.nav-item, .dropdown-item, .dropdown-menu {
    width: 100%;
    *min-width: 120px;
    *text-align: center;
}
div.btn-group .dropdown-menu, td .dropdown-menu  {
    width: auto;
}
.custom-control-input.colored-text:checked + .custom-control-label {
    color: #e20074;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #e20074;
    background-color: #e20074;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #e20074;
    opacity: .5;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #e20074;
    opacity: .5;
}
.custom-control-input:focus ~ .custom-control-label::before {
    border-color: #888;
    box-shadow: 0 0 0 .2rem rgba(0,0,0,.05);
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 8px 8px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}
@media screen and (min-width: 992px) {
    .navbar-collapse {
        padding: 0;
    }
    .nav-item, .dropdown-item, .dropdown-menu {
        width: auto;
    }
    .logo {
        margin-left: 0;
    }
}
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 38px; /* Height of navbar */
    border-top: 1px solid #fff;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #ededed;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
    .my-wrapper {
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }
}
@media (min-width: 992px) {
    .my-wrapper {
        transition: visibility .5s ease-in-out, -webkit-transform .5s ease-in-out;
        transition: transform .5s ease-in-out, visibility .5s ease-in-out;
        transition: transform .5s ease-in-out, visibility .5s ease-in-out, -webkit-transform .5s ease-in-out;
    }
}
.my-wrapper {
    position: fixed;
    top: 44px; /* Height of navbar */
    border-top: 1px solid #fff;
    bottom: 0;
    left: -100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #ededed;
    z-index: 100;
    background-color: #fff;
}
.my-wrapper.toggled {
    visibility: visible;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.my-wrapper-new {
  visibility: hidden;
  opacity: 0;
  *transition: visibility 0s linear 0s, opacity 400ms;
  height: 0px;
}
.my-wrapper-new.toggled {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 400ms;
  height: 100%;
}

.app-container {
  display: none;
}
.app-container.active {
  display: block;
}

.tree-container {
    padding: 10px 0;
}
.branch-container {
    *background-color: #f8f9fa;
}
.my-hr {
    border-top: 4px solid #e20074;
    padding-top: 2rem;
}

#ZC_phone_div .dropdown-toggle::before {
    display: inline-block;
    font-family: 'icomoon' !important;
    content: "\e0cd";
}
label {
    margin-bottom: .1rem;
    margin-top: .25rem;
    font-size: .85rem;
    font-weight: 400;    
}
.form-control:focus, .custom-select:focus, .selectize-input.focus {
    color: #000;
    border-color: #ddd;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,0,0,.05);
}
.form-control, .form-control-sm, .form-control-lg, .custom-select {
    color: #000;
    border-radius: 0;
}
.custom-select:disabled, div.form-control.disabled {
    color: #000;
    background-color: #f8f9fa;
}
.inline-prefix {
    text-align: right;
    width: 140px;
}
.inline-postfix {
    margin-top: .25rem;
}
.form-control:disabled, .form-control[readonly] {
    background-color: rgb(248, 249, 250);
    opacity: 1;
}
@media (max-width: 575.98px) {
    .hidden-sm{
      display:none;
      visibility:hidden;
    }
}
@media (max-width: 767.98px) {
    .hidden-md{
      display:none;
      visibility:hidden;
    }
}
.hidden{
  display:none;
  visibility:hidden;
}
.ivr-state-hidden, .my-d-none {
  display:none;
}
.keypad-num {
    font-weight: bold;
}
.modal-body audio {
    width: 100%;
}
.modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
#formats {
  margin-top: 0.5rem;
  font-size: 80%;
}
.btn-rec {
  background: #ed341d;
  *box-shadow: inset 0 -0.15rem 0 rgba(0, 0, 0, 0.2);
  color:#ffffff;
  min-width: 110px;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;    
}
.btn-rec:hover, .btn-rec:focus {
  outline: none;
  background: #c72d1c;
  color:#ffffff;
}
.btn-rec::-moz-focus-inner {
  border: 0;
}
.btn-rec:active {
  *box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
}
.btn-rec:disabled {
  pointer-events: none;
  background: lightgray;
}
@media (max-width: 576px) {
    .btn-rec {
      min-width: auto;
    }
}

.Blink {
  color: #ff0000;
  *animation: blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
  animation: blinker 0.8s 0s infinite alternate;  
}
@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0.1; }
}
#load {
  width: 40px;
  height: 40px;
  position: fixed;
  top: calc(50vh - 20px);
  left: calc(50vw - 20px);
  z-index: 1100;
}
.can-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.ico-round {
    color:#fff;
    background-color:#feb22a;
    width:18px;
    height:18px;
    display:inline-block;
    border-radius:100%;
    font-size:13px;
    font-weight: normal;
    text-align:center;
    text-decoration:none;
    /*
    -webkit-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    */
    cursor: pointer;
}
#ruler { 
    visibility: hidden; 
    white-space: nowrap; 
    font-size: 1.25rem; 
    font-weight: normal; 
    position: fixed;
    top: -99999px;
    left: -99999px;
}
.apk-icon {
    height: 2em;
    width: 2em;
    margin-right: 0.5em;
    background: url("../images/apk_icon.svg") no-repeat;
    background-size: contain;
}

.scroll-to-top {
  z-index: 1200;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
  line-height: 46px;
  cursor: pointer;
  transition: color .15s ease-in-out,
      background-color .15s ease-in-out,
      border-color .15s ease-in-out,
      box-shadow .15s ease-in-out;  
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #5a5c69;
  text-decoration: none;
}

.scroll-to-top span{
  font-weight: bold;
}
th {font-weight: 400;}

.dropdown-item {
    padding: .25rem 1rem;
}
.incomplete {
    color: #dc3545;
    font-size: 1.125rem;
}
.text-to-copy,
.text-to-copy[readonly],
.text-to-copy:focus {
    border: 0px;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
.my-caret
{
    display: inline-block;
    margin-left: .75em;
    vertical-align: .2em;
    content: "";
    border-top: .3em solid #333;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
*[aria-expanded='true'] > .expand_caret {
    transform: rotate(-180deg);
}

input[type=checkbox].css-checkbox,
input[type=radio].css-checkbox{
    position: absolute;
    left: -9999px;
}

input[type=checkbox].css-checkbox + label.css-label, 
input[type=radio].css-checkbox + label.css-label {
    padding-left:35px;
    padding-right:10px;
    height:25px; 
    display:inline-block;
    line-height:25px;
    background-repeat:no-repeat;
    background-size: contain;
    background-position: 0 0;
    vertical-align:middle;
    cursor:pointer !important;
}

input[type=checkbox].css-checkbox + label.css-label.compact, 
input[type=radio].css-checkbox + label.css-label.compact {
    padding-left:7px;
    padding-right:13px;
    padding-top: 24px;
    *background-size: 25px 25px;
}

input[type=checkbox].css-checkbox + label.css-label.compact.tenth, 
input[type=radio].css-checkbox + label.css-label.compact.tenth {
    padding-left:1px;
}

input[type=checkbox].css-checkbox + label.css-label{
    background-image:url(../images/check-0.svg);
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-image:url(../images/check-1.svg);
}

input[type=radio].css-checkbox + label.css-label {
    background-image:url(../images/radio-0.svg);
}

input[type=radio].css-checkbox:checked + label.css-label {
    background-image:url(../images/radio-1.svg);
}
label.css-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input:focus + label.css-label{
    border-color: #ddd;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,0,0,.05);
}
div.table {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin-bottom: 0.25rem;
}
div .table-cell-label {
    width: 100%;
    display: table-cell;
}
div .table-cell-comment {
    width: 70%;
    display: table-cell;
}
.table {
  color: #000;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-item.active .page-link {
    background-color: #6c757d;
    border-color: #6c757d;
}
.page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(0,0,0,.05);
}
.page-link {
    color: #333;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
    font-weight: 600;
    padding-right: 20px;
    display: table-cell;
    min-width: unset;
    *width: 75%;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view {
    display: table-row;
}
.nowrap{ 
    white-space: nowrap; 
}
 a.detail-icon {color: #888;}
.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
    margin-right: 25px;
}
.cursor-pointer{
  cursor: pointer;
}

.collapsing {
    transition: height .3s ease;
    *transition: none;
}
.tableFixHead thead {
    position: relative;
    z-index:20;
    background-color: #fff;
    box-shadow: 0 1px 1px -1px #333;
    *border-top: 2px solid #aaa;
}
.max-width-300 {max-width: 300px;}
h5.question_text {line-height: 1.5;}
strong {font-weight: 600;}
.list-none {list-style-type:none;}

#ZC_user_mode + label {font-weight: 300;}
#ZC_user_mode:checked + label {font-weight: 600;}

.selectize-dropdown, .selectize-dropdown.form-control {
    border-radius: 0;
    box-shadow: none;
}
.form-control, .form-control-sm, .form-control-lg, .custom-select {
    border-radius: 0;
}
.selectize-dropdown {
    box-shadow: none;
    border-radius: 0;
}
.selectize-input, .selectize-input.focus {
    font-size: 14px;
    font-weight: 400;
    min-height: 31px;
    height: 31px;
    border-radius: 0;
    line-height: 16px;
}
.selectize-control .selectize-input.disabled {
    opacity: unset;
    color: #6c757d;
    background-color: #e9ecef;
}
.selectize-input .item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
    max-width: 90%;
}
.my-table-menu {
    z-index: 10;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color:#fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
}
.my-table-menu.show {
    display: block;
}
.my-calendar-menu {
    display: none;
    z-index: 10;
    position: absolute;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px 0px; 
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px 0px;    
}
.my-calendar-menu.show {
    display: block;
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.02);
}
.well-question {
    box-shadow: 0 2px 2px -2px #333;
    background-color: #f3f6f9;;
}
.well-pasus {
    border: 1px solid #ddd;
}
.well-top {
    border-bottom: 1px solid rgba(0,0,0,.15);
    background-color: #e9ecef;
}
.well-bottom {
    *border-top: 1px solid rgba(0,0,0,.15);
    background-color: #e9ecef;
}
.min-max {
    font-weight: 400;
    *white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
    font-size: 1.1rem;
}
.mw-50 {max-width:50%;}
.mw-75 {max-width:75%;}
.list-group-item {
    border: none;
    padding: .5rem 1.25rem;
}
.list-group-item.active {
    color: #000;
    background-color: #fff;
}
.list-group.collapse > a {
    padding-left:35px;
    *background-color: #f8f8f8;
}

.collapse_control.collapsed:after
{
    display: inline-block;
    margin-left: 1em;
    *vertical-align: .255em;
    content: "";
    border-top: .3em solid #333;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.collapse_control:after
{
    display: inline-block;
    margin-left: 1em;
    *vertical-align: .255em;
    content: "";
    border-bottom: .3em solid #333;
    border-right: .3em solid transparent;
    border-top: 0;
    border-left: .3em solid transparent;
    float: right;
    margin-top: 10px;
}
.list-group-item-action, .list-group-item-action:hover {color: #000;}

.checked {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: .25rem;
}
.checked::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 50%;
    width: 1px;
    background-color: #333;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}
.checked::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 80%;
    background-color: #333;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}
.breadcrumb-item.active {
    color: #000;
}
.tool-button {
    margin: 4px;
    background-color: #ddd;
}
.aside-menu .tool-button:hover,
.aside-menu .key:hover {
    background-color: rgba(0,0,0, .3);
}
.aside-menu .tool-button.invert {
    padding: .5rem 0;
    border: 1px solid rgba(255,255,255, 1);
    color: #fff;
}
.aside-menu .tool-button .fa {
    font-size: 1.25rem;
}
.aside-menu .key {
    display: inline-block;
    width: 32%;
    border: 0px solid #ddd;
    margin: 1px;
    padding: .4rem;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}
.aside-menu .key-row {
    padding: 0 3rem;
}
#aside .card-header {
    padding: .5rem 1.25rem;
}
input.plain {
    border: none;
}
.modal {
    z-index: 1150;
}

#ZC_main_cc:hover { background-color: #dae0e5 !important;}

.pointer {cursor: pointer;}
.modal-backdrop {z-index: 1100;}
.row-card {margin-bottom: 2rem;}

.priority-low span {background-color: #ddd; color: #000; border-radius: 4px; padding-left:4px; padding-right:4px;}
.priority-normal span {background-color: #17a2b8; color: #fff; border-radius: 4px; padding-left:4px; padding-right:4px;}
.priority-high span {background-color: #ffc107; color: #000; border-radius: 4px; padding-left:4px; padding-right:4px;}
.priority-urgent span {background-color: #dc3545; color: #fff; border-radius: 4px; padding-left:4px; padding-right:4px;}

/*
.priority-low span {border-bottom: 3px solid #ddd;}
.priority-normal span {border-bottom: 3px solid #17a2b8;}
.priority-high span {border-bottom: 3px solid #ffc107;}
.priority-urgent span {border-bottom: 3px solid #dc3545;}
*/

#calendar {
    height: calc(100vh - 150px);
}
.fc .fc-button
{
    padding: .25rem .5rem;
    margin: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0;
    transition-delay: 0s, 0s, 0s, 0s;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
    transition-property: color, background-color, border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
}
.fc .fc-button-primary {
    color: #fff;
    background-color: rgb(108, 117, 125);
    border-color: rgb(108, 117, 125);
}
.fc .fc-button-primary:not(:disabled):hover, 
.fc .fc-button-primary:not(:disabled):active, 
.fc .fc-button-primary:not(:disabled):active:focus, 
.fc .fc-button-primary.xfc-button-active {
    background-color: rgb(90, 98, 104);
    border-color: rgb(90, 98, 104);
}
.fc .fc-toolbar-title {
    font-size: 1.25em;
}
.fc .fc-prev-button, .fc .fc-next-button {
    padding: .175rem .5rem;
}
.fc-daygrid-event, .fc-timegrid-event {
  border-radius: 0 !important; 
  border: none;
}
.fc-list-table th {font-weight: 400;}
.fc-daygrid-dot-event .fc-event-title {font-weight: 600;}

.fc .event-red .fc-daygrid-event-dot, .fc .event-red .fc-list-event-dot {border-color: #dc3545;}
.fc .event-blue .fc-daygrid-event-dot, .fc .event-blue .fc-list-event-dot {border-color: #007bff;}
.fc .event-green .fc-daygrid-event-dot, .fc .event-green .fc-list-event-dot {border-color: #17a2b8;}
.fc .event-yellow .fc-daygrid-event-dot, .fc .event-yellow .fc-list-event-dot {border-color: #ffc107;}

.fc .fc-timegrid-event.event-red {background-color: #dc3545; color: #fff !important;}
.fc .fc-timegrid-event.event-blue {background-color: #007bff; color: #fff !important;}
.fc .fc-timegrid-event.event-green {background-color: #17a2b8; color: #fff !important;}
.fc .fc-timegrid-event.event-yellow {background-color: #ffc107; color: #000 !important;}
.fc-v-event .fc-event-main {color: inherit;}

.text-primary {color: #e20074 !important;}

#ZC_document_table .fa-folder {color: #ffc107; font-size:1.5rem; margin-right: 10px;}
#ZC_document_table .fa-file {color: #999; font-size:1.35rem;; margin-right: 16px;}
#ZC_kb_table .fa-info-circle {color: #007bff ; font-size:1.5rem; margin-right: 10px;}
#ZC_kb_table .fa-file {color: #999; font-size:1.35rem;; margin-right: 16px;}
#ZC_document_tree {
    min-width:500px; 
    color: #ffc107;
}
#ZC_kb_tree {
    min-width:500px; 
    color: #007bff;
}
.dropdown-menu {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px 0px; 
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px 0px;    
}
#ZC_document_reset, #ZC_kb_reset {
    height: 24px;
    padding-top:0;
    vertical-align: top;
}
td li.breadcrumb-item {font-size: 1rem; font-weight:300; display: inline-block;}
td .breadcrumb{background: rgba(0, 0, 0, 0); display: inline-block;}

.imgpreview {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  width: 150px; /* Set a small width */
}
ul.fileList {
    margin: 0;
    padding: 0;
}
ul.fileList .close-ul-li {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 12px;
    font-size: 1.25rem;
}
ul.fileList li {
    position: relative;
    padding: 6px 12px;
    list-style-type: none;
    transition: 0.2s;
    background: rgb(248, 249, 250);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #ddd;
}
.note-editor.note-airframe, .note-editor.note-frame {
    border: 1px solid #ddd;
}
.note-editable {
    min-height: 300px;
}
#summernote {
    min-height: 300px;
}
a.card-title {color: #000;}
a.card-title:hover {color: #E20074; text-decoration: none;}

#load {
  width: 40px;
  height: 40px;
  position: fixed;
  top: calc(50vh - 20px);
  left: calc(50vw - 20px);
  z-index: 1100;
}
.navbar .breadcrumb {
    padding: 0;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.text-theme {color: #E20074;}
.badge-primary {background-color: #E20074;}

