/*new css*/
.btn-primary{
	background-color:#268e8e;
}
.btn-primary:focus{
	background-color:#268e8e;
}
/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
}

/* The container */
.container-radio {
    display: inline;
    position: relative;
    padding-left: 25px;
    margin-left: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio */
.container-radio input {
    position: absolute;
    opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 3px; */
    /*border:1px solid #a9b7bb;*/
}
/* Create a custom checkbox */
.radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    /*background-color: #eee;*/
    border: 1px solid #878a8b;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #e64d24;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.cb_chat_event_message{
	background-color: #8b8c8d;
	color:#fff; padding: 2px;font-size: 11px;
	margin-left:50px;
}
/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* radio On mouse-over, add a grey background color */
.container-radio:hover input ~ .radiomark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-radio input:checked ~ .radiomark {
   background-color: #e64d24;
}

/* Create the radiomark/indicator (hidden when not checked) */
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the radiomark when checked */
.container-radio input:checked ~ .radiomark:after {
    display: block;
}
/* Style the radiomark/indicator */
.container-radio .radiomark:after {
	left: 3px;
    top: 3px;
   /* left: 24%;
    top: 20%;*/
    /* width: 7px; */
    /* height: 12px; */
    border: solid #fff;
    border-width: 5px;
    /* -webkit-transform: rotate(45deg); */
    -ms-transform: rotate(45deg);
    /* transform: rotate(45deg); */
    border-radius: 50%;
}
.historyMessage{
   background: url(../images/main-bg.jpg) repeat left top;
}

.cancel-btn{
        background-color: #5ec7ee;
	border-color: #5ec7ee;
	color: #fff;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
        margin: 1px 0 1px 5px;
        float: right;
        border: 0 none;
        
}
.historyMessage .file-btn{width:100px;}
.historyMessage .nav>li>a{ padding:10px 15px;}
.dataTables_length {
    margin-top: -24px;
    margin-left: 35%;
}
.dataTables_paginate{
    margin-top: -36px!important;
}
.dataTables_filter{
   /* margin-top: -29px!important;
    margin-right: 8%;*/
    margin-bottom:5px;
}
.top-chatbot-table{
	/*margin-top: 25px;*/
}
.bottom-chatbot-table{
	margin-top: 25px;
}
.cb_welcome-message a{
	padding: 4px;
    line-height: 3;
    text-decoration: none;
/*    border: 1px solid #1b5896; */
    white-space:nowrap;
    font-size: 10px;
}
.cb-predefine-intent-box{
	padding: 20px;
	width: 100%;
}
/* .cb-predefine-intent{
	margin: 3px;
    padding: 3px;
    border: 1px solid blue;
    cursor: pointer;
    display: inline-block;
    font-size:12px;
    box-shadow: 3px 3px 4px;
    -webkit-box-shadow: 3px 3px 4px;
    -moz-box-shadow: 3px 3px 4px;
}
.cb-predefine-intent:hover{
	color: blue;
	border:2px solid blue;
} */

.cb-predefine-intent{
	margin: 3px;
    padding: 3px;
    border: 1px solid #4db5b5;
    cursor: pointer;
    display: inline-block;
    font-size:12px;
}
.cb-predefine-intent:hover{
	border:2px solid #4db5b5;
}

ul.bargraph li.reddeep {
background: #5bc0de;
padding: 5px;    height: 20px;

}
 
ul.bargraph li.redpink {
background: #80bfff;
    padding: 5px;    height: 20px;
    
}
 
ul.bargraph li.pink {
background: #ff884d;
    padding: 5px;    height: 20px;
     
}
 
ul.bargraph li.orangered {
background: #E28159;
    padding: 5px;    height: 20px;
       
}
 
ul.bargraph li.orange {
background: #ff99cc;
    padding: 5px;
        height: 20px;
      
}
 
.bargraph {
    padding: 0;
}

.bargraph div{
    margin: 2px 0;
}
.green-row{
	background-color: rgb(211, 234, 211);
}
.orange-row{
	background-color: rgb(245, 228, 168)
}

.disable-row{
	background-color: #e2e6e6ed;
    color: #b9a2a2;
    cursor: no-drop;
}
.disable-row a {
	color: #b9a2a2;
    cursor: no-drop;
}
.red-row {
	background-color: #ef161638;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #8fafaf; 
    border-radius: 10px;
}
.inner-box{
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    /*margin-top: 15px*/
}
.holiday-table tbody tr td{
    vertical-align: middle;
    padding: 8px;
}
.btn-primary:hover{
    background-color: #e64d24;
    border-color:#e64d24;
}
.btn-primary{
      background-color: #e64d24;
    border-color:#e64d24;
}

@keyframes fontSize {
    from {    font-size: 0px;}
    to {    font-size: 60px;}
}

/* The element to apply the animation to */
.chart-value-animation {
    animation-name: fontSize;
    animation-duration: 4s;
}
@keyframes timeFontSize {
    from {    font-size: 0px;}
    to {    font-size: 100%;}
}

/* The element to apply the animation to */
.chart-time-value-animation {
    animation-name: timeFontSize;
    animation-duration: 4s;
}
.fa-secondary{
    color: #e64d24;
}
.fa-primary{
    color: #268e8e;
}

.queue-bg {
    background: #408e63;
}
.wait-time-bg {
    background: #259e93;
}
.missed-chats-bg {
    background: #ec795a;
}
.visit-sec {
    width: 100%;
    border: 1px solid #c5e4e4;
    border-radius: 4px;
    display: table;
}
.visitorpath-sec{
    padding: 10px;
}
.past-visit-sec ul li{
    border:1px solid #dcdcdc;
}
.user-chat .chatLogRenderer{
    padding: 10px;
}
.history-top{
    margin:0 0 4px 0;
    border: 1px solid #dcdcdc;

}
#exportMail{
    z-index: 99999;
    top: -26px;
}
.history-chat-tag{
    padding:10px;
}
.history-detail-panel ul{
    margin: 0px;
    padding: 0px;
}
 .history-detail-panel  .panel-value{
     font-size: 14px;
    color: #000;
    padding:10px;
    font-weight: 100;

 }
 .history-detail-panel .panel-label{
    font-size: 12px;
    color: #e64d24;
    font-weight: 700;
     padding: 10px;
}
.browser-machine-info{
    padding:25px;
}
.browser-machine-info h3{ 
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    font-weight: 700;
}
.chart-value .site_name{
    font-size: 18px ;
    color: #e64d24;
}
.modal-header{
    color:#fff;
}
.action-btn a {
    background: #fff;
    color: #e64d24;
   
}
.btn.green:not(.btn-outline) {
    background-color: #e64d24;
    border-color: #e64d24;
     color: #fff;
}
.close{
    color: #fff;
    opacity: 1;
}
table.dataTable thead th.sorting:after {
 /*    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;*/
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f0dc";
   /* color: #ddd;
    font-size: 0.8em;
    padding-top: 0.12em;*/
   
}
table.dataTable thead th.sorting_asc:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f0d8";
}
table.dataTable thead th.sorting_desc:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f0d7";
}
.input-bottom{
    margin-bottom: 15px;
}
.intent-list li .trash{
    display: none;
}
.intent-list{
    padding-left:10px;
}
.intent-list li{
    padding: 10px
}
.intent-list li a{
    color:#e64d24;
}
.intent-list li:hover {
    background-color: #e9f1f3;
}
.intent-list li:hover .trash{
    display: block;
    color: 
}
.current-intent{
 background-color: #e9f1f3;
}
.cb-carousal-message a{
    display: inline-block;
}

/*.cb-carousal-message h4,.cb-carousal-message p{
  margin:0px;
}*/
.cb-carousal-message{
    width: auto;
    margin: 10px;
    padding: 10px 15px;
    font-size: 12px;
    color: #333;
    font-weight: 600;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    max-width: 300px;
  
}
.chat_userlist{
    cursor: pointer;
}
/*#wrap { width: auto; height: auto; padding: 0; overflow: hidden; }
#visitorPage { width: auto; height: auto; border: 1px solid black; }
#visitorPage html{ zoom: 0.75; 
    -moz-transform: scale(0.4,0.4); 
    -moz-transform-origin: 0 0; 
    transform-origin: 0 0; 
    -webkit-transform-origin: 0 0; 
    -webkit-transform: scale(0.4,0.4);
    transform: scale(0.4,0.4);
}*/
#wrap {
    width: 250px;
    height: 192px;
    padding: 0;
    overflow: hidden;
}
#visitorPage {
    width: 1200px;
    height: 786px;
    border: 0;
    -ms-transform: scale(0.20);
    -moz-transform: scale(0.20);
    -o-transform: scale(0.20);
    -webkit-transform: scale(0.20);
    transform: scale(0.20);
    
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
small{
    color: #e64d24;
}
.dataTables_paginate ul li a{
    border-radius: 50%;
    margin:0px 5px;
}
.pagination>li:first-child>a ,.pagination>li:first-child>span{
     border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important; 
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.intent-list{
    max-height:  600px;
    overflow-y: auto;
    overflow-x:  hidden;
}
h5{
    font-weight: 700
}
.fa-edit{
    color: green;
}
.notify-mainbox{
    position: fixed;
    right:10px;
    z-index: 9999;
    bottom:0px;
}
.notify-mainbox .notify{
    width: 330px;
    height:260px;
     border: 1px solid #dcdcdc;
     background: #fff;
     padding: 10px;
/*     -webkit-transition: width 2s; 
     -moz-transition: width 2s; 
        transition: width 2s;*/
      -webkit-animation: notify 1s;
    animation: notify 1s,;
/*       animation-name: example;
    animation-duration: 4s;
    animation-delay: 2s;*/
}


@-webkit-keyframes notify {
    0% {width: 0px; opacity: 0;} 
    50% {width: 200px; opacity: 0;}
    100% {width: 330px; opacity: 1;}
}

@keyframes notify {
     0% {width: 0px; opacity: 0;} 
    50% {width: 200px; opacity: 0;}
    100% {width: 330px; opacity: 1;}
}
.badge-danger{
    background: #c9302c
}

router-outlet ~ * {
  position: absolute;
  height: 100%;
  width: 97%;
}
