[v-cloak] {
    display: none;
}

#login-logo{
	width : 300px;
}

.fixed_height_ibox_content{
	height : 90px;
}

.show_link_i {
   float: right;
   margin-right: 10px;
   margin-top: -24px;
   position: relative;
   z-index: 2;
   color: green;
  cursor: pointer;
}

.btn-adjusuccess {
    background-color: #A7CF8B;
    color: #040404;
}

.alert-adjusuccess {
    background-color: #A7CF8B;
    color: #040404;
}

body.modal-open .real_time_insight_page_view .animated {
	z-index : 2000;
}

.word_wrap{
	word-wrap: break-word;
}
.ibox-tools a.btn{
	color : #FFFFFF;
}

.tickets_page #comment_files{
	border: none;
}

td span {
    line-height: 28px;
}

.tickets_page #tickets_content_box .ibox-tools a{
	color : #999c9e;
}

#tickets_content_box .ibox-tools a, .tickets_page #tickets_content_box .guest_call_ticket .ibox-tools a{
	color : #fff;
}

#tickets_content_box .guest_call_ticket .ibox-tools .dropdown-guest-ticket-menu li a{
	color : #333333;
}
#tickets_content_box .ibox-tools .dropdown-menu > li > a{
	color : #333333;
}

#tickets_content_box .guest_call_ticket {
	background-color: #A7CF8B;
    color: #333333;
}

#tickets_content_box .guest_call_ticket .btn-default {
    background: #A7CF8B;
}
 
#tickets_content_box .guest_call_ticket .btn-default:hover, 
#tickets_content_box .guest_call_ticket .btn-default:focus,
#tickets_content_box .guest_call_ticket .btn-default:active,
#tickets_content_box .guest_call_ticket .btn-default.active,
#tickets_content_box .guest_call_ticket .open > .dropdown-toggle.btn-default {
    background: #d4edc2;
}
 
#tickets_content_box .guest_call_ticket .btn-default:active,
#tickets_content_box .guest_call_ticket .btn-default.active {
    background: #d4edc2;
    box-shadow: none;
}

.text-guest_call_ticket{
	 color: #A7CF8B;
}

.btn-guest_call_ticket {
  background: #A7CF8B;
  border-color: #A7CF8B;
  color:#ffffff;
}

.btn-guest_call_ticket:hover, .btn-guest_call_ticket:focus, .btn-guest_call_ticket:active, .btn-guest_call_ticket.active, .open .dropdown-toggle.guest_call_ticket {
  background-color: #d4edc2;
  border-color: #d4edc2;
}

/** Datetimepicker issue **/
.datetimepicker th.switch {
    display: table-cell;
} 


.tickets_header{
	padding-right : 175px;
}

.tickets_header .navbar-form-custom {
	bottom:10px;
}

.adju-active-left{
  border-left: 5px solid #1ABB9C;
}

.adju-active-right{
  border-right: 5px solid #1ABB9C;
}

.footer-nav > a {
   padding-right : 25px;
   color: #676a6c
}

/**** Table Headers Starts *****/

#allMyTickets thead tr td, #allOpenTickets thead tr td,
#allNewTickets thead tr td, #allSLAViolatedTickets thead tr td,
#allOnholdTickets thead tr td, #allResolvedTickets thead tr td,
#allDeletedTickets thead tr td, #allScheduledTickets thead tr td,
#allVipAlerts thead tr td, 
#current-job-orders thead tr td, #processed-job-orders thead tr td,
#task-details thead tr td{
	font-weight: bold;
}

/**** Table Headers Ends  *****/

/* .mydiv .reduce_fontsize{
	font-size: 12px
} */

/*** Escalation Color Codes starts ***/

.first_escalation_indicator{
	color : #9053ef;
}

.second_escalation_indicator{
	color : #f229cd;
}

.third_escalation_indicator{
	color : #FFA500;
}

.fourth_escalation_indicator{
	color : #FF0000;
}

/*** Tickets Table starts ***/

.tickets_board .table th, .tickets_board .table td{
	text-align : center;
}

/*** Tickets Table ends  ***/

.new_insights_view .ibox-title{
	border-radius: 10px 10px 0px 0px;
}

.new_insights_view .ibox-content{
	height:370px;
	border-radius: 0px 0px 10px 10px;
}


/*** Escalation color codes Ends ***/

/*******************************************Ticket details end*********************************************/
/*******************************************permission*********************************************/
.identity  > ul {
    padding: 11px;
}
.identity li {
    line-height: 2.5;
    list-style: outside none none;
}
/*******************************************permission end*********************************************/
/***********************************************form***************************************/ 

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 23px;
}

.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: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

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

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%;
}




body.modal-open .animated {
	z-index: 9999
}

.ibox .ibox-button-white a{
	color: #ffffff;
}

.admin_user_profile_view {
  display: block;
  height: 200px;
  width: 200px;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  cursor: pointer;
  overflow: hidden;
}

.profile_title {
  background: #F5F7FA;
  border: 0;
  padding: 7px 0;
  display: flex;
}


.avatar-view {
  display: block;
  height: 220px;
  width: 220px;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  cursor: pointer;
  overflow: hidden;
}

.admin_user_profile_view {
  display: block;
  height: 200px;
  width: 200px;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  cursor: pointer;
  overflow: hidden;
}

.avatar-view img {
  width: 100%;
}

/* 
.profile-pic-mouse-hover , .profile_img .profile-pic{
  height: 150px;
  width: 150px;
} 
*/

.animate {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.profile_img .profile-pic{
 /* Webkit for Chrome and Safari */
 -webkit-transform: scale(1, 1); /* This is the scale for the normal size of the image.*/
 -webkit-transition-duration: 500ms;
 -webkit-transition-timing-function: ease-out;
 
 /* Webkit for Mozila Firefox */
 -moz-transform: scale(1, 1);
 -moz-transition-duration: 500ms;
 -moz-transition-timing-function: ease-out;
 
 /* Webkit for IE( Version: 11, 10 ) */
 -ms-transform: scale(1, 1);
 -ms-transition-duration: 500ms;
 -ms-transition-timing-function: ease-out;
}

.profile_img .profile-pic:hover{
 /* Webkit for Chrome and Safari */
 -webkit-transform: scale(1.05, 1.05); /*This is the enlarged size scale of the image.*/
 -webkit-transition-duration: 500ms;
 -webkit-transition-timing-function: ease-out;
 
 /* Webkit for Mozila Firefox */
 -moz-transform: scale(1.05, 1.05);
 -moz-transition-duration: 500ms;
 -moz-transition-timing-function: ease-out;
 
 /* Webkit for IE( Version: 11, 10 ) */
 -ms-transform: scale(1.05, 1.05);
 -ms-transition-duration: 500ms;
 -ms-transition-timing-function: ease-out;
 opacity: 0.2;
}

.profile-pic-mouse-hover:hover .profile-images{
  height: 20px;
  margin-left: 6em;
  margin-top: -6em;
  opacity: 1;
  width: 20px;
  display:block;
}

.profile-images{
  display:none;
}

.panel_toolbox {
  float: right;
}

.editor.btn-toolbar {
  zoom: 1;
  background: #F7F7F7;
  margin: 5px 2px;
  padding: 3px 0;
  border: 1px solid #EFEFEF;
}

.ln_solid {
  border-top: 1px solid #e5e5e5;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}

ul.messages li img.avatar, img.avatar {
  height: 32px;
  width: 32px;
  float: left;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 2px;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
}

.panel_toolbox>li {
  float		: left;
  padding	: 3px;
}

.panel_toolbox>li>a {
  padding	: 5px;
  color		: #C5C7CB;
  font-size	: 14px;
}

.panel_toolbox>li>a:hover {
  background: #F5F7FA;
}


/* *********  custom accordion  **************************** */

.accordion .panel {
  margin-bottom: 5px;
  border-radius: 0;
  border-bottom: 1px solid #efefef;
}
.accordion .panel-heading {
  background: #F2F5F7;
  padding: 13px;
  width: 100%;
  display: block;
}
.accordion .panel:hover {
  background: #F2F5F7;
}


.x_panel {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 17px;
  display: inline-block;
  background: #fff;
  border: 1px solid #E6E9ED;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  opacity: 1;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.x_title {
  border-bottom: 2px solid #E6E9ED;
  padding: 1px 5px 6px;
  margin-bottom: 10px;
}
.x_title .filter {
  width: 40%;
  float: right;
}
.x_title h2 {
  margin: 5px 0 6px;
  float: left;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.x_title h2 small {
  margin-left: 10px;
}
.x_title span {
  color: #BDBDBD;
}
.x_content {
  padding: 0 5px 6px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 5px;
}
.x_content h4 {
  font-size: 16px;
  font-weight: 500;
}

.to_policy {
    margin-top: 7px;
    right: 10px;
    position: relative;
}

/* *********  contacts  ********************************** */

/* *********  Tile stats  **************************** */

.tile-stats {
  position: relative;
  display: block;
  margin-bottom: 12px;
  border: 1px solid #E4E4E4;
  -webkit-border-radius: 5px;
  overflow: hidden;
  padding-bottom: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: #FFF;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.tile-stats:hover .icon i {
  animation-name: tansformAnimation;
  animation-duration: .5s;
  animation-iteration-count: 1;
  color: rgba(58, 58, 58, 0.41);
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: tansformAnimation;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: tansformAnimation;
  -moz-animation-duration: .5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
.tile-stats .icon {
  color: #BAB8B8;
  position: absolute;
  right: 53px;
  top: 22px;
  z-index: 1;
}
.tile-stats .icon i {
  margin: 0;
  font-size: 60px;
  line-height: 0;
  vertical-align: bottom;
  padding: 0;
}
.tile-stats .count {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.65857143
}
.tile-stats .count, .tile-stats h3, .tile-stats p {
  position: relative;
  margin: 0;
  margin-left: 10px;
  z-index: 5;
  padding: 0;
}
.tile-stats h3 {
  color: #BAB8B8;
}
.tile-stats p {
  margin-top: 5px;
  font-size: 12px;
}
.tile-stats > .dash-box-footer {
  position: relative;
  text-align: center;
  margin-top: 5px;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.tile-stats > .dash-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.tile-stats > .dash-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
table.tile_info {
  padding: 10px 15px;
}
table.tile_info span.right {
  margin-right: 0;
  float: right;
  position: absolute;
  right: 4%;
}
.tile:hover {
  text-decoration: none;
}
.tile_header {
  border-bottom: transparent;
  padding: 7px 15px;
  margin-bottom: 15px;
  background: #E7E7E7;
}
.tile_head h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.tiles-bottom {
  padding: 5px 10px;
  margin-top: 10px;
  background: rgba(194, 194, 194, 0.3);
  text-align: left;
}

.media .profile_thumb {
  border: 1px solid;
  width: 50px;
  height: 50px;
  margin: 5px 10px 5px 0;
  border-radius: 50%;
  padding: 9px 12px;
}
.media .profile_thumb i {
  font-size: 30px;
}
.media .date {
  background: #ccc;
  width: 52px;
  margin-right: 10px;
  border-radius: 10px;
  padding: 5px;
}
.media .date .month {
  margin: 0;
  text-align: center;
  color: #fff;
}
.media .date .day {
  text-align: center;
  color: #fff;
  font-size: 27px;
  margin: 0;
  line-height: 27px;
  font-weight: bold;
}

/* *********  /Tile stats  **************************** */

/* *********  moris start **************************** */

.morris-hover {
  position: absolute;
  z-index: 1000;
}
.morris-hover.morris-default-style {
  padding: 6px;
  color: #666;
  background: rgba(243, 242, 243, 0.8);
  border: solid 2px rgba(195, 194, 196, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}

/* *********  moris ends **************************** */

/* *********  mapping view css start **************** */

.flip-list-move {
    transition: transform 0.5s;
}

.no-move {
    transition: transform 0s;
}

.ghost {
    opacity: 0.5;
    background: #c8ebfb;
}

.list-group {
    min-height: 20px;
}

.list-group-item {
  	cursor: move;
}

.list-group-item i {
    cursor: pointer;
}

span#addedList, span#notAddedList {
    display: block;
    min-height: 100px;
}

input.form-control {
    margin-bottom: 5px;
}

/* *********  mapping view css ends **************** */

/* *********  pagination css starts **************** */

.pagination-group {
  	overflow: hidden; 
}

.pagination-group p {
	float: left; 
	margin: 0;
}

.pagination-group div {
	float: right;
}

/* *********  pagination view css ends **************** */