@font-face {
    font-family: Telenor;
    src: local("telenor"), url('../fonts/telenormedium-webfont.woff');
    src: url('../fonts/telenormedium-webfont.woff');
}
html, body {
    font-family: 'telenor', sans-serif !important;
    background: #f8f8f8
}
.page-header{
    font-family: 'telenor', sans-serif !important;
}
.main-sidebar {
    height: 100vh !important;
    /*overflow-y: scroll !important;*/
}
.content-wrapper {
    background-color: #f8f8f8 !important;
}
[class*=sidebar-dark-] {
    background-color: #67bbf7 !important;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: rgba(255,255,255,.1) !important;
    color: #fff !important;
}
li.nav-item.menu-is-opening.menu-open {
    background: #60b1ea !important;
}
[class*=sidebar-dark-] .sidebar a {
    color: #fff !important;
}
[class*=sidebar-dark] .brand-link {
    border-bottom: 1px solid #67bbf7 !important;
}
span.brand-text.font-weight-light {
    white-space: break-spaces !important;
    color: #fff !important;
    font-weight: 900 !important;
}
.profile-pic {
    width: 40px;
    border-radius: 50%;
    border: 4px solid #d2dbe2;
    margin-right: -14px;
    position: absolute;
    left: -15px;
    top: -5px;
    z-index: 999;
}
.user-profile span.btn.dropdown-toggle {
    margin-top: -14px;
    /* vertical-align: baseline; */
}

li.user-prof{
    padding-left: 20px;
    background: #eaf3fa;
    border-radius: 50px;
    background: #eaf3fa;
    color: #616060;
    font-weight: 500;
    font-size: 12px;
    /* padding: 7px 10px 5px 10px; */
    /* min-width: 170px; */
    outline: none;
    box-shadow: none;
}
li.nav-item.dropdown.user-prof a {
    margin-top: 9px;
}
.dropdown-menu-lg {
    max-width: 300px;
    min-width: auto !important;
    padding: 0;
}
.login-layout-bg {
    background: #5ECCC8;
}

.content-form-box {
    padding: 50px 70px 0px 70px;
    left: 0;
    height: 100vh;
    /* display: table-cell; */
    vertical-align: middle;
    min-width: 300px;
}
.text-logo {
    font-size: 30px;
    font-weight: 700;
}
.login-header {
    font-weight: 500;
    margin: 30px 0 0px;
    font-size: 22px;
    color: #515365;
    text-align: center;
}
.elevation-3 {
    box-shadow: none !important;
}
a.router-link-exact-active {
    /*background: #007bff !important;*/
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active{
    background:#67bbf7;
}
.card-header .actions {
    float: left !important;
    width: 80%;
}
.gp-bg{
   background-color:  #67bbf7 !important
}
.page-header .title {
    margin: 0px;
    color: #565e6a !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    font-weight: 900 !important;
    font-family: 'telenor', sans-serif !important;
}
button.close.pull-right.removeThis {
    position: absolute;
    right: 15px;
    top: 8px;
}
#accordion .card-header {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
#accordion .card-header a, #accordion .card-header>a:active {
    display: block;
    color: #555;
    font-size: 13px;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}
.required label:after {
    content: " *";
    color: red;
}
.panel-details {
    /*position: fixed;*/
    background: #f0f3f7;
    /*top: 100px;*/
    display: table-cell;
    overflow-y: scroll;
    max-height: 80vh;
}
.panel-left{
    overflow-y: scroll;
    max-height: 100vh;
}
.required .custom-checkbox label:after{
    content: '' !important;
}
button.btn.btn-tool.removeItem {
    float: right;
    background: transparent;
    margin-right: -7px;
    margin-top: -12px;
    font-size: 20px;
}
button.btn.btn-tool.cloneItem {
    float: right;
    background: transparent;
    margin-right: -7px;
    margin-top: -12px;
    font-size: 20px;
}
button.btn.btn-default.float-left.add-field-button {
    color: #fff;
    background-color: #909399;
    border-color: #909399;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.removeItem{
    display: none;
}
.cloneItem{
    display: none;
}
.form-group:hover .removeItem{
    display: block !important;
    color: red;
    background: #0a001f;
}
.form-group:hover .cloneItem{
    display: block !important;
    color: red;
    background: #0a001f;
}
.control-view:hover{
    border: 1px solid #bdc3c7;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.control-view[aria-expanded~="true"] {
    border: 1px solid #0198fa;
}
button.btn.btn-tool.closeCollapse{
    font-size: 20px;
}
.form-control-attachment {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.modal-title{
    margin: 0 !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #fff !important;
    font-size: 15px !important;
    margin-top: 4px !important;
}
.table-general {
    /*margin-top: 20px ;*/
    border-top: 3px solid #007bff !important;
}

.table-general thead tr th {
    background: transparent;
    color: #007bff !important;
    border: 0px !important;
    vertical-align: top;
    padding-top: 15px!important;
    padding-bottom: 15px !important;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 12px;
}
.table-general thead th {
    background: transparent;
    color: #007bff !important;
    border: 0px !important;
    vertical-align: top;
    padding-top: 15px!important;
    padding-bottom: 15px !important;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 12px;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5 !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    /*padding: 8px !important;*/
    line-height: 1.42857143 !important;
    vertical-align: top !important;
    border-top: 1px solid #ddd !important;
}
tr.child.show td {
    padding-left: 20px !important;
}
.table td, .table th {
    padding: 0.75rem !important;
    vertical-align: top !important;
    border-top: 1px solid #dee2e6 !important;
}
.btn-xs {
    padding: 3px 10px 2px 10px !important;
    text-transform: capitalize !important;
    font-size: 13px !important;
}
.vue3-easy-data-table__footer {
    justify-content: flex-start !important;
    padding-top: 20px !important;
    height: auto!important;
    padding-bottom: 20px !important;
    font-size: inherit !important;
}
.item.button {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #67bbf7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.buttons-pagination .item.button.active {
    color: #fff;
    cursor: default !important;
    background-color: #67bbf7 !important;
    border-color: #67bbf7 !important;
}
.modal-header {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    background: #67bbf7;
    color: #fff;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.block {
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
    border-radius: 3px;
    background: transparent;
}
.block-bg {
    background: #fff;
}
.page-body-box {
    margin-top: 25px;
}
.btn {
    border-radius: 2px;
    position: relative;
    margin: 2px;
    padding: 10px 15px 8px 15px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.sla-time-work-button {
    position: absolute;
    /* float: right; */
    right: 0;
    top: 12px;
    margin-right: 33px;
}
.block-body ul {
    margin: 0px;
    padding: 0px;
}
.block-body ul li strong {
    margin-right: 10px;
    width: 120px;
    display: table-cell;
    font-weight: 500;
    font-size: 13px;
}
.label {
    border-radius: 2px;
    font-weight: normal;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 18px;
    display: inline;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.label-danger {
    background-color: #d9534f;
}
.additional_table td:first-child {
    width: 180px;
    vertical-align: top;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default {
    border-color: #ddd !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel.panel-default a {
    color: #333;
}
/*progress graph*/
.block-body ul li {
    margin-bottom: 15px;
    list-style: none;
    color: #777;
    font-size: 13px;
    font-weight: 300;
    display: table !important;
}
.box-shadow{
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
    border-radius: 3px;
}
.timeline > li {
    min-height: 50px;
}
.timeline > li {
    margin-bottom: 10px;
    position: relative;
    display: block;
    width: 100%;

}
p.executor-group {
    /* text-align: left; */
    float: left;
    width: 100%;
}
.timeline > li > .timeline-badge {
    color: #000;
    width: 28px;
    height: 28px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #fff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    font-size: 14px;
}
.timeline-badge.success {
    border: 3px solid #51d466 !important;
    color: #51d466 !important;
}
ul.timeline > li > .timeline-panel {
    float: right;
    min-height: 50px;
}
ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
}
.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    /* border: 1px solid #d4d4d4; */
    border-radius: 2px;
    padding: 20px 0px 0px 0px;
    position: relative;
}
ul.timeline > li > .timeline-badge {
    left: 26px;
    margin-left: 0;
    top: 16px;
}
.timeline-filled-up:before {
    top: 43px;
    bottom: 10px;
    position: absolute;
    content: " ";
    width: 3px;
    /*background-color: #51d466;*/
    /* left: 50%; */
    margin-left: -1.5px;
    left: 40px;
    z-index: 1;
    height: 100px;
}
.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table;
}
ul.timeline:before {
    left: 40px;
}
.timeline:before {
    top: 37px;
    bottom: 36px;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #51d466;
    left: 50%;
    margin-left: -1.5px;
}
.block-border {
    border: 2px dashed #fff;
}

.block-bg {
    background: #fff;
}
.image-buttons {
    display: block;
    margin: 5px 0px 20px 0px;
    text-align: left;
    font-weight: 100;
    font-size: 11px;
}
.image-buttons a {
    margin-right: 10px;
    color: #23527c;
}
.hintText {
    color: #c2c2c2;
}
.multiselect__content-wrapper {
    z-index: 5 !important;
}
/*state group permission*/
.group-permission {
    position: relative;
    border: 1px dashed #ccc;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.group-permission .remove-node-block {
    font-size: 20px;
    position: absolute;
    color: #555;
    right: 20px;
    top: 32px;
    cursor: pointer;
}
.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

.single-group, .single-group:hover {
    cursor: pointer;
    text-decoration: none;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.multiselect__content-wrapper {
    z-index: 5 !important;
}
.field-active {
    border: 1px solid #67bbf7;
    border-radius: 0.25rem;
    padding: 10px;
}
tr.child {
    background: rgb(195, 193, 193) !important;
}
.hidden {
    display: none;
}
/*child ticket*/
.c-title-xs {
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0px 10px 0px;
    text-transform: uppercase;
}
.child-ticket-overview-box {
    padding-top: 15px;
    border-top: 1px dashed #ddd;
}
.child-ticket-overview-box ul {
    padding: 0px;
    margin: 0px;
}
.child-ticket-overview-box ul li {
    list-style: none;
    float: left;
    position: relative;
    z-index: 9999;
}
.state-child-overview {
    border-radius: 50%;
    border: 4px solid #e5f5f5;
    background: #fff;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    line-height: 55px;
    cursor: default;
}
.state-child-overview a {
    font-size: 8px;
    color: #67bbf7;
}
.state-child-overview span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #e5f5f5;
    width: 100%;
    height: 24px;
    font-size: 10px;
    line-height: 25px;
    color: #515151;
}
.timeline li:last-child:before {
    top: 43px;
    bottom: 0px;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: transparent;
    /* left: 50%; */
    margin-left: -1.5px;
    left: 40px;
    z-index: 99999;
    min-height: 50px;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
    margin-bottom: 6px;
}

.child-ticket-overview {
    padding: 15px;
    border: 1px dashed #c2d2d2;
    margin-bottom: 15px;
    border-radius: 5px;
    background: #e5f5f5;
}
.table-hover > tbody > tr.child:hover {
    background: rgb(195, 193, 193) !important;
}
#child_ticket_workflow_list .child-ticket-list {
    line-height: 18px;
}
.child-ticket-list {
    font-size: 12px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    border-radius: 49px !important;
    border: 2px solid #e5e5e5 !important;
    color: #66bbf7;
    min-width: 173px;
    height: 40px;
    line-height: 9px;
    padding-right: 50px !important;
}
.selectedItems .list-group{
    display: inline !important;

}
.child-ticket-list .remove_child_workflow {
    width: 20px;
    position: absolute;
    right: 15px;
    text-align: center;
    font-weight: 900;
    color: #f75353;
    font-size: 10px;
    border: 1px red solid;
    border-radius: 15px;
    padding: 4px;
    margin-top: -3px;
}
.child-ticket-list {
    margin-top: 5px;
}
.selectedItems {
    margin-bottom: 10px;
}
.child-ticket-overview a{
    color: #337ab7;
    text-decoration: none;
}

.child-ticket-overview a:hover, a:focus {
     color: #23527c;
    text-decoration: none;
 }
#previewImg {
    margin-top: 10px;
    border: 1px #CCC solid;
    margin-bottom: 20px;
    max-height: 200px;
    max-width: 200px;
    padding: 10px;
    min-height: 120px;
    min-width: 120px;
}
.login-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}
.block-bg a {
    color: #67bbf7;
}
.block-border h4 {
    margin: 0px;
    color: #565e6a;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'telenor', sans-serif;
    margin-bottom: 20px;
}
.issues.page-body-box.view {
    background: #eef7e9;
    padding: 10px;
    min-height: 70vh;
    height: 100%;
}

.ql-editor {
    min-height: 150px;
}

.edgeLabel > span:before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f0f6" !important;
    font-size: 18px;
    color: #62b0e8;
    font-weight: 500;
    margin: 4px;
    cursor: pointer;
}
.table-responsive{
    max-height: calc(100vh - 255px);
    overflow-x: scroll;
}
body {
    /*overflow-y: hidden; !* Hide vertical scrollbar *!*/
    /*overflow-x: hidden; !* Hide horizontal scrollbar *!*/
}
/*.active-panel .panel-heading,.panel-heading h4 {*/
/*    background: #e5f5f5 !important;*/
/*    border-bottom: 1px solid #e5f5f5 !important;*/
/*}*/
#notification_recipients .panel,.panel-heading,.panel-heading h4 {
    background: #e5f5f5 !important;
}
#notification_recipients .panel-heading{
    border-bottom: 1px solid #e5f5f5 !important;
    background: #e5f5f5 !important;

}

#notification_recipients_block .panel .panel-heading, .panel-heading h4 {
    border-color: #ddd !important;
    background-color: #fff !important;
    border-bottom: 1px solid #fff !important;
}
#notification_recipients_block .panel{
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05) !important;
}
#notification_recipients_block .active-panel{
    background: #e5f5f5 !important;
}
#notification_recipients_block .active-panel > div.panel-heading{
    background: #e5f5f5 !important;
}

#notification_recipients_block > .active-panel > .panel-heading {
    /*background: #0a0e14;*/
    /*border-color: #e5f5f5 !important;*/
    /*background-color: #e5f5f5 !important;*/
    /*border-bottom: 1px solid #e5f5f5 !important;*/
}
.state-child-overview a {
    font-size: 8px;
    color: #67bbf7 !important;
}
.green-color {
    color: #51d466 !important;
}
.tick {
    position: absolute;
    line-height: 25px !important;
    font-size: 16px !important;
    left: 28px;
}