<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*loading Screen*/
#loading_screen
{
	background: none repeat scroll 0 0 rgba(51,51,51,0.3);
	color: #333;
	padding: 7px;
	z-index: 100001;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    display:none;
}
#loading_screen_msg
{
	width: 150px;
	margin: 15% auto;
	padding: 10px;
	position: relative;
	border: 1px solid #1d4e8c;
	background: #fff;
	box-shadow: 3px 2px 33px #888;
	background-image: url('/assets/img/ripple.svg');
	background-repeat: no-repeat;
	padding-left: 40px;
}
/*Timeline*/
.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

.timeline-centered:before, .timeline-centered:after {
content: " ";
display: table;
}

.timeline-centered:after {
clear: both;
}

.timeline-centered:before, .timeline-centered:after {
content: " ";
display: table;
}

.timeline-centered:after {
clear: both;
}

.timeline-centered:before {
content: '';
position: absolute;
display: block;
width: 4px;
background: #f5f5f6;
left: 50%;
top: 20px;
bottom: 20px;
margin-left: -4px;
}

.timeline-centered .timeline-entry {
position: relative;
width: 50%;
float: right;
margin-bottom: 20px;
clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
content: " ";
display: table;
}

.timeline-centered .timeline-entry:after {
clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
content: " ";
display: table;
}

.timeline-centered .timeline-entry:after {
clear: both;
}

.timeline-centered .timeline-entry.begin {
margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
margin-left: 0;
margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}

    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
        left: auto;
        right: 0;
        margin-left: 0;
        margin-right: -9px;
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.timeline-centered .timeline-entry .timeline-entry-inner {
position: relative;
margin-left: -22px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
content: " ";
display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
content: " ";
display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
position: absolute;
left: -100px;
text-align: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time &gt; span {
    display: block;
}

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time &gt; span:first-child {
        font-size: 15px;
        font-weight: bold;
    }

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time &gt; span:last-child {
        font-size: 12px;
    }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
background: #fff;
color: #737881;
display: block;
width: 40px;
height: 40px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-align: center;
-moz-box-shadow: 0 0 0 5px #f5f5f6;
-webkit-box-shadow: 0 0 0 5px #f5f5f6;
box-shadow: 0 0 0 5px #f5f5f6;
line-height: 40px;
font-size: 15px;
float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}

/*Status wise time line*/
/*Open*/
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-status-1 {
    background-color: #9b59b6;
    color: #fff;
}
/*InProcess*/
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-status-2 {
    background-color: #ff9800;
    color: #fff;
}
/*OnHold*/
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-status-3 {
    background-color: #2196f3;
    color: #fff;
}
/*Waiting for 3rd party*/
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-status-4 {
    background-color: #34495e;
    color: #fff;
}
/*Resolved*/
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-status-5 {
    background-color: #0aa89e;
    color: #fff;
}
/*Close*/
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-status-6 {
    background-color: #4caf50;
    color: #fff;
}
/*Overdue*/
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-status-7 {
    background-color: #ff0000;
    color: #fff;
}
/*Status wise time line*/

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
position: relative;
background: #f5f5f6;
padding: 1.7em;
margin-left: 70px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #f5f5f6 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-family: "Noto Sans",sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
        margin-top: 15px;
    }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
        color: #303641;
    }

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
        -webkit-opacity: .6;
        -moz-opacity: .6;
        opacity: .6;
        -ms-filter: alpha(opacity=60);
        filter: alpha(opacity=60);
    }

/*off canvas*/
.offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1032;
}
body.offcanvas-expanded {
  overflow: hidden;
}
.offcanvas:first-child {
  left: 0;
  right: auto;
}
.offcanvas-pane {
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: 8px;
  background-color: #ffffff;
  overflow: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-transform 0.33s ease-in;
  -moz-transition: -moz-transform 0.33s ease-in;
  -o-transition: -o-transform 0.33s ease-in;
  transition: transform 0.33s ease-in;
}
.offcanvas-pane.active {
  display: block;
  -webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
  -o-transition: -o-transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
  transition: transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
}
.offcanvas:first-child .offcanvas-pane {
  right: 0;
}
.offcanvas-body {
  padding: 12px 12px 2px 12px; /*16*/
}

.custom-offcanvas-body {
    padding: 4px; /*16*/
}
.offcanvas-head {
  position: relative;
  padding: 4px 16px;
}
.offcanvas-head header {
  font-size: 16px;
}
.offcanvas-head .offcanvas-tools {
  position: absolute;
  left: 4px;
  right: 10px;
  top: 5px;
}
.offcanvas-head .offcanvas-tools  a
{
    color:#fff !important;
}

.offcanvas-head {
    background-color: #1ab394 !important;
    color: #fff !important;
}

.modal-header {
    border-bottom: 1px solid #1ab394;
    background-color: #1ab394;
    color: #fff;
}

.alert {
    padding: 10px !important;
    margin-bottom: 10px !important;
}

/*other*/
.pt-15
{
    padding-top:15px !important;
}
.pb-15
{
    padding-bottom:15px !important;
}
.np
{
    padding:0 !important;
}
.nm
{
    margin:0px !important;
}
.pb-1 {
    padding-bottom: 1px !important;
}
.no-border-style {
    border-style: none !important;
}
.no-bt {
    border-top: 0px !important;
}

/*status wise forecolor*/
.status-1 {color: #9b59b6 !important;}
.status-2 {color: #ff9800 !important;}
.status-3 {color: #2196f3 !important;}
.status-4 {color: #34495e !important;}
.status-5 {color: #0aa89e !important;}
.status-6 {color: #4caf50 !important;}
.status-7 {color: #f44336 !important;}

/*status label*/
/*open*/
.label-ticket-status-1 {
    background-color: #9b59b6 !important;
    color:#fff !important;
}
/*In process*/
.label-ticket-status-2 {
    background-color: #ff9800 !important;
    color:#fff !important;
}
/*On Hold*/
.label-ticket-status-3 {
    background-color: #2196f3 !important;
    color:#fff !important;
}
/*Waiting 4 3rd party*/
.label-ticket-status-4 {
    background-color: #34495e !important;
    color:#fff !important;
}
/*resolved*/
.label-ticket-status-5 {
    background-color: #0aa89e !important;
    color:#fff !important;
}
/*closed*/
.label-ticket-status-6 {
    background-color: #4caf50 !important;
    color:#fff !important;
}
/*Overduw*/
.label-ticket-status-7 {
    background-color: #f44336 !important;
    color:#fff !important;
}

.overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.select2
{
    width:100% !important;
}
.select2-dropdown {
  z-index: 9001;
}
.popover {
    max-width: 600px !important;
}

/*nav bar*/
.top-navigation .navbar-brand
{
    background:#fff !important;
    padding:0px;
}
.navbar-brand
{
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 2px !important;
    padding-bottom: 1px !important;
}
.navbar-brand img
{
    height:45px !important;
}

/*theme*/
.w-100
{
    width:100% !important;
}

.color-box-calendar
{

}

.color-box-calendar span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

/*tab scroll*/
.scrtabs-tab-container
{
    height:50px !important;
}
.scrtabs-tabs-fixed-container
{
    height:50px !important;
}
.scrtabs-tab-scroll-arrow
{
    padding-top: 18px !important;
    height: 50px !important;
    color:#1ab394 !important;
}

/*attachment icons*/
.btn-box-com
{
    background-color:#0061D5 !important;
    border-color:#0061D5 !important;
    color:#fff !important;
}
.btn-dropbox
{
    background-color:#3961ff !important;
    border-color:#3961ff !important;
    color:#fff !important;
}
.btn-one-drive
{
    background-color:#3f78d7 !important;
    border-color:#3f78d7 !important;
    color:#fff !important;
}
.btn-google-drive
{
    background-color:#f5d049 !important;
    border-color:#f5d049 !important;
    color:#fff !important;
}
/*list*/
.list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  line-height: 24px;
}
.list .tile {
  position: relative;
  display: table;
  width: 100%;
  min-height: 48px;
}
.list .tile &gt; a {
  text-decoration: none;
}
.list .tile &gt; a:hover {
  color: #0aa89e;
}
.list .tile .tile-content {
  display: table-cell;
  padding-left: 10px;
}
.list .tile .tile-content:last-child {
  padding-right: 10px;
  padding-bottom:5px;
}
.list .tile .tile-content &gt; div {
  display: table-cell;
  vertical-align: middle;
}
.list .tile &gt; .btn {
  display: table-cell;
  vertical-align: middle;
  min-width: 56px;
  width: 56px;
  text-align: center;
}
.list .tile &gt; .btn .fa,
.list .tile &gt; .btn .md,
.list .tile &gt; .btn .glyphicon {
  width: 24px;
  font-size: 20px;
  text-align: center;
}
.list .tile .tile-icon {
  min-width: 56px;
  width: 56px;
  padding: 8px 0;
  text-align: right;
}
.list .tile .tile-icon:first-child {
  text-align: left;
}
.list .tile .tile-icon img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
.list .tile .tile-icon .fa,
.list .tile .tile-icon .md,
.list .tile .tile-icon .glyphicon {
  width: 24px;
  margin-top: 4px;
  font-size: 20px;
  text-align: center;
}
.list .tile .tile-text {
      padding: 5px 0;
    font-size: 13px;
    width: 100%;
}
.list .tile .tile-text small {
  display: block;
  font-size: 13px;
  opacity: 1;
}
.list .tile .tile-text small span {
  opacity: 1;
}
.list .tile .checkbox-styled:not(ie8),
.list .tile .radio-styled:not(ie8) {
  display: table-cell;
  padding: 0;
}
.list .tile .checkbox-styled:not(ie8) label,
.list .tile .radio-styled:not(ie8) label {
  display: block;
  padding-left: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.list .tile .checkbox-styled:not(ie8):last-child label,
.list .tile .radio-styled:not(ie8):last-child label {
  padding-right: 16px;
}
.list .tile .checkbox-styled:not(ie8) input ~ span,
.list .tile .radio-styled:not(ie8) input ~ span {
  padding-left: 54px;
}
.list .tile .ink-reaction .ink {
  width: 600px;
  height: 600px;
  margin-left: -300px;
  margin-top: -300px;
  background-color: rgba(83, 88, 88, 0.15);
}
.list li.divider-full-bleed,
.list li.divider-inset {
  position: relative;
}
.list li.divider-full-bleed:after,
.list li.divider-inset:after,
.list.divider-full-bleed li:after,
.list.divider-inset li:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  height: 1px;
  background: rgba(150, 156, 156, 0.3);
}
.list li.divider-full-bleed:after,
.list.divider-full-bleed li:after {
  left: 0;
}
.list li.divider-inset:after,
.list.divider-inset li:after {
  left: 72px;
}

/*inherit*/
.note-toolbar
{
    z-index:1 !important;
}
.search-box
{
    cursor:pointer !important;
}
.hr-line-dashed-bottom
{
    border-bottom: 1px dashed #e7eaec !important;
}
.h-30
{
    height:30px !important;
}
.none
{
    display:none;
}
.required
{
    color:#ff0000 !important;
}
/*switch button*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #1ab394;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1ab394;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.setting_menu .switch {
    width: 50px !important;
    height: 20px !important;
}

.setting_menu .slider:before
{
    height: 14px !important;
    width: 14px !important;
    left: 5px !important;
    bottom: 3px !important;
}

/*end of switch button*/

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover
{
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
    z-index: 2;
}

.deal-closure-service {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    top: -10px;
}</pre></body></html>