﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

p {
  margin-bottom: 0.7rem;
}

.custm-buttons-wrapper select:not(:first-child) {
    margin-left: 22px; 
} 

.tcard {
  max-width: 310px;
}

.on-edit-mode:after {
  background-image: url("../img/edit-text-icon.png");
  float:right; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .on-edit-mode:after {
      background-image: url("../img/edit-text-icon@2x.png");
    } 
  }

.on-edit-mode-dark:after {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-left: 16px;
  background-image: url("../img/edit-text-icon-dark.png");
  background-position: center;
  background-size: 100%; 
  float: right; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .on-edit-mode-dark:after {
      background-image: url("../img/edit-text-icon-dark@2x.png");
      background-size: "100%" "100%"; } }

.search_result {
    position: absolute;
    font-size: 16px;
    padding-top: 53px;
}

.article-row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.page-category .navbar-light .navbar-nav .active .nav-link,
.page-category .navbar-light .navbar-nav .nav-link:focus,
.page-category .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.tickets-table-wrapper .table-wrapper .table .icon.order-by.down {
    background-image: url("../img/down-arrow-icon.png"); 
}
.tickets-table-wrapper .table-wrapper .table .icon.order-by.up {
    background-image: url("../img/up-arrow-icon.png"); 
}
#attachmentsArea {
    font-size: 14px;
}

.attachment_subjects {
    font-size: 12px;
    font-weight: 600;
    color: #333;
}

.attachment_links {
    font-size: 12px;
}

.attach-files-anchor {
    margin-top: 0px;
}

.k-button-group .k-tool {
    border-style: none;
}

.btn.linkedin, .btn.facebook, .btn.google {
    width: 96px;
    padding-left: 0.7rem;
}

.labelMe {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
}

.ticket-reply-right-cust {
	float: right;
}

.ticket-reply-right-cust label{
	width: 100%;
	display: block;
	margin-bottom: 0.5em; 
}

.ticket-reply-right-cust .attachment { 
	background: #ffffff; 
	width: 100%; 
	border: 1px solid #f1f1f1; 
	margin-bottom: 0.5em; 
	padding: 5px;
}

.ticket-reply-right-cust .attachment .x {
	background: url('../../../Images/x.png') no-repeat; 
	width: 10px; 
	height: 11px; 
	float: right; 
	margin-top: 1px;
}

.greyrounded-reply-ticket-cust {
	background: #fafafa;
	border: 1px solid #f1f1f1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 15px;
	margin-bottom: 1em;
}

.greyrounded-reply-ticket-cust > p {
    display:block;
    margin-bottom:5px;
}

.k-editable-area {
    border: transparent;
}

.custm-buttons-wrapper .tcs-wrapper {
    width: 309px;
    left: 100px;
}

div.tcs-wrapper > div.cs-input-wrapper.input-group > input.form-control.csinput-fake {
    padding-left: 1px;
    padding-right: 1px;
}

select {
    text-align-last: left;
}

.k-widget.k-editor.k-header.k-editor-widget {
    border-radius: 5px;
}

div.col.social-links > .edit-social-link {
    margin-right: -15px;
}

span.welcome-message-ttl-body,
span.welcome-message-body {
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
}

a.fbref:not(edit-social-link) > i.icon.fb.social-icon-disabled,
a.twref:not(edit-social-link) > i.icon.tw.social-icon-disabled,
a.gpref:not(edit-social-link) > i.icon.gp.social-icon-disabled {
    display:none;
}
a.fbref.edit-social-link > i.icon.fb.social-icon-disabled,
a.twref.edit-social-link > i.icon.tw.social-icon-disabled,
a.gpref.edit-social-link > i.icon.gp.social-icon-disabled {
    display:inline-block;
}

a.edit-social-link > i.social-icon-disabled {
    opacity: 0.3;
}

.required:after {
    content: " *";
    color: orange;
}

body.page-category > header.fixed-top > nav > div.custm-buttons-wrapper.d-flex > select#ddlLanguage {
    display: none;
}

span.k-datetimepicker,
span.k-datetimepicker > input.k-input,
span.k-picker-wrap {
    border-radius: 5px !important;
}

.form-control {
    border-color: rgb(128, 128, 128);
}
.field-validation-error {
    color: #ff0000;
}
a.sub-folder {
    font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 13px;
    text-decoration: none;
}
.navbar.navbar-toggleable-md.navbar-light{
    height:156px;
}

.cat-content-wrapper {
    margin-top: 160px;
}
a.active {
    font-weight:bold;
}

.k-window-title {
    font-weight: 400;
    margin: 20px;
    margin-top: 17px;
    margin-left: 30px;
    padding-bottom: 10px;
    color: #333;
    font-size: 20px;
    font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-style: normal;
    text-decoration: none;
}
.k-window-content {
    margin: 20px;
    padding: 20px !important;
}
div.k-window-content {
    height: auto;
}
.k-window-titlebar.k-header {
    border-radius: 0px 0px 0px 0px;
    border-style: none;
}
.labelStyle  {
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
}

.btn-outline-white:hover {
    background-color: transparent !important;
     box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.form-control {
    color:rgb(128, 128, 128) ;
}
.form-control:focus {
    color:rgb(128, 128, 128) ;
}

select {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  text-transform: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  line-height: inherit;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 4px);
}
select.form-control:focus::-ms-value {
  color: #4D3A4C;
  background-color: #fff;
}
select.form-control-sm:not([size]):not([multiple]) {
    height: 1.8125rem;
}
select.form-control-lg:not([size]):not([multiple]) {
    height: 3.1666666667rem;
}
.feedback-msg-body {
    color:#808080;
}
.disable-pointer {
    pointer-events:none;
}

.or {
    left: 45%;
}
.form-group {
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
}
.dataFieldStyle {
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
}
.requester-label {
    width: 100%;
}

@media only screen and (max-width:991px) {
    #ddlLanguage {
        height: 40px;
        min-width: 133px
    }
    .navbar-toggleable-md {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
}

#nav_colapse {
    width: 40px;
    height: 40px;
    background-image: url(/Images/mobile_menu_button.png);
    background-repeat: no-repeat;
}

a.navbar-brand {
    padding: .25rem .25rem .25rem .25rem;
    margin-right: 0rem;
}

ul.customize-menu {
    margin-bottom: 0px;
    padding-left: 0px;
}
    ul.customize-menu li {
        list-style-type: none;
        display: inline;
    }

        ul.customize-menu li > a,
        ul.customize-menu li > select {
            margin-left: 22px;
        }
.navbar-light .navbar-nav .nav-link {
    white-space: nowrap;
}
.blockUrl{
    position: absolute;
    width:  100%;
    height:  100%;
    display:  block;
}

.tp-feat-body{
    margin-top: 100px;
}

.tp-feat-body a:hover{
    text-decoration:none;
}

 .k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical,
  .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected,
  .k-scheduler .k-scheduler-toolbar .k-state-selected,
  .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link,
  .k-state-selected:visited, .k-tool.k-state-selected{
      background-color: #29B6F6!important;
 }
    .k-draghandle:hover, .k-listbox .k-item:hover:not(.k-state-disabled), 
  .k-other-month.k-state-hover .k-link, .k-pager-wrap .k-link:hover, .k-state-hover,
  .k-state-hover:hover, .k-textbox:hover, div.k-filebrowser-dropzone em{
       background-image: none,-webkit-gradient(linear,left top,left bottom,from(#29B6F6),to(#29B6F6))!important;
    background-image: none,-webkit-linear-gradient(top,#29B6F6 0,#29B6F6 100%)!important;
    background-image: none,linear-gradient(to bottom,#29B6F6 0,#29B6F6 100%)!important;
  }

.container.article-type-section .col.tp-feat {
    padding-left: 5px;
    padding-right: 5px;
}
.k-calendar .k-today {
    -webkit-box-shadow: inset 0 0 0 1px #29B6F6 !important;
     box-shadow: inset 0 0 0 1px #29B6F6 !important;
}

@media (max-width: @screen-xs-max) {

}
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {

}
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {

}
@media (min-width: @screen-lg-min) {
    .hero {
        background-size: 100% 100%;
    }
}
.wrap-search {
    border: 1px solid #c5c4c4;
    border-radius: 3px;
    box-shadow: 1px 2px 5px 0 #cecece;
    align-items: center;
    margin-top: 10px;
}
#subject_search_header {
    Font-Family: 'Roboto', sans-serif;
    height: 40px;
}
.wrap-search img {
    max-height: 24px;
    padding: 0 10px;
}
.topic_body table, .topic_body td, .topic_body th {
    border: 1px solid #d6d0d0;
}
header .input-group-addon {
    padding-left: 50px;
    width: 60px;
    display: block;
    background-image: url(../img/search-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 7px;
}
header #kbsearch-results-main.dropdown-menu {
    border-radius: 0px 0px 7px 7px;
    border-color: transparent;
    box-shadow: rgb(217, 217, 217) 0px 4px 4px -2px;
}
header #kbsearch-results-main {
    margin-top: -5px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    overflow: hidden;
    margin-left: -1px;
}


header #kbsearch-results-main.dropdown-menu td {
    padding: 10px;
}
.search-li {
    flex: 1;
    border-radius: 10px 10px 0 0;
}
header #subject_search_header {
    border-color: transparent;
    background-color: #eee;
}
#subject_search_header:-internal-autofill-previewed, #subject_search_header:-internal-autofill-selected {
    background-color: #eee !important;
}
.navbar {
    padding: 22px 2rem 22px 0.5rem;
}
.nav-item.dropdown a.nav-link.dropdown-toggle:focus {
    color: rgb(128, 128, 128);
}
.dropdown-menu.logout-js {
    right: 0;
    left: auto;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: -2px;
    min-width: 7rem;
    width: 92%;
}
nav-item.dropdown.show .dropdown-item.active, .dropdown-item:active {
    background-color: #f7f7f9;
}

.k-calendar .k-footer .k-nav-today {
    color: #787878;
}
.k-calendar .k-footer .k-nav-today:hover {
    color: #787878;
}
.k-calendar td.k-state-hover .k-link {
    border-color: #29B6F6;
    color: #fff;
    background-color: #29B6F6;
    background-image: url(textures/highlight.png);
    background-image: none,linear-gradient(to bottom,#29B6F6 0,#29B6F6 100%)
}

.k-calendar td.k-state-selected .k-link {
    border-color: #29B6F6;
    color: #fff;
    background-color: #29B6F6;
    background-image: none
}

.k-calendar .k-today .k-link {
    color: #29B6F6;
    box-shadow: inset 0 0 0 1px #29B6F6;
}
.k-calendar td.k-state-focused .k-link {
    box-shadow: inset 0 0 0 1px #29B6F6;
}
#customFiedsDiv .k-input, #customFiedsDiv textarea, #customFiedsDiv input {
    color: #808080d1;
    font-weight: 500;
}
#customFiedsDiv .k-stat-disabled {
    opacity: 1;
}

.navbar-styled {
    font-family: 'Roboto', sans-serif;
}
#ddmSimpleSSO, #ddmSamlSSO {
    cursor: pointer;
}
.dropdown-menu.show {
    display: block;
}