﻿/*sweetalert*/
/*.swal-wide{
    width:550px!important;
}*/
/*.owl-next {
  font-size:40px!important;
  position: absolute;
  top: 35px;
  left:100%;
}
.owl-prev {
  font-size:40px!important;
  position: absolute;
  top: 35px;
  right:100%;
}*/
td, th {
    padding:15px;
}

   img.headStickLogo {
        width: 120px !important;
       }

.ui-autocomplete.ui-front {
    z-index: 1500 !important;
}

.owl-nav .owl-prev{
   background-color:white !important;
   border:0.5px solid #0065b3 !important;
   margin-right:10px;
}

.owl-nav .owl-next{
   background-color:white !important;
   border:0.5px solid #0065b3 !important;
   margin-right:10px;
}
.owl-nav .owl-prev span{
    font-weight:bold;
   padding:8px;
}
.owl-nav .owl-next span{
    font-weight:bold;
   padding:8px;
}
.swal2-popup {
    width:40em!important;
    height:30em!important;
}
.swal2-content {
    font-size:16px!important;
}
.swal2-header{
    font-size:13px!important;
}
/*sweetalert*/

/*login page*/
.ui-datepicker{ position:relative;z-index: 99999999 !important;}
.opensub a.btn.editicon-btn.btn-sm {
    margin-right: 20px;
}
.sidebar-menu > li:hover {
   color:#3276b1;
}

.page-title{
    color:#3276b1;
    font-weight:600;
}

.login-bg{
    background: url(../img/login.jpg) no-repeat center center fixed;
    background-size:cover;
}
.card{
  width:400px;
  /*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);*/
  margin-top:150px;
  border:1px solid #0065b3;
  border-radius:5px;
}
/*.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}*/
.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.login .icon {
  padding: 10px;
  background: #5a6ba5;
  color: white;
  min-width: 50px;
  text-align: center;
}
.logo-center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:75%;
}
/*login page*/

/*dashboard style code start here*/

/*dashboard card style code start here*/

.card1{
    font-family: 'Poppins', sans-serif!important;
    background-color:#f9f9ed!important;
}

/*dashboard card style code End here*/

.content{
    min-height:500px !important;
}
.dashboard-help-menu{
    width:400px;
}
.dashboard-help-menu{
    position:fixed;
    top:50px;
    right:0px;
    bottom:20px;
    background-color:white;
    width:350px;
    height:300px;
    z-index:3;
}
div#helpTriggerbtn {
    background: #0065b3;
    text-align: center;
    color: white !important;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 24px;
    right: -32px;
    top: 32%;
    cursor: pointer;
    transform: rotate(90deg);
    position: fixed;
    z-index: 1036;
}

.us-chat-text {
    position: fixed;
    right: 55px;
    bottom: 40px;
    z-index: 1000;
    cursor: pointer;
}

.urs-chat-warp {
    max-width: 300px;
    right: 0px;
    position: fixed;
    bottom:-580px;
    z-index: 10001;
    transition: bottom .4s ease-in-out;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.urs-chat-warp .panel-body {
    background-color: #f5f5f5;
}
.urs-chat-opn {
    bottom: 0px;
}
.urs-chat-warp .chat li.left .chat-body {
    margin-left: 0px;
    max-width: 251px;
}
.chat-body {
    padding: 5px 10px;
    color: #000;
    font-size: 13px;
    word-wrap: break-word;
    word-break: break-word;
    border: 1px solid #d4d4d5;
    border-collapse: collapse;
    background: #fff;
}
.urs-chat-warp .panel-body .chat {
    overflow-y: scroll;
    height: 320px;
    padding: 1px 7px;
}
.urs-chat-warp .chat {
    list-style: none;
    margin: 0;
    padding: 0;
}
.us-video-player {
    width: 185px !important;
}

/*dashboard main table*/
table {
  width: 100%;
}
fold-table th{
  border-bottom: 1px solid #ccc;
}
fold-table td{ 
  padding:0px; 
}
.fold-table > thead > tr th h4{
    padding-left:10px !important;
}
.fold-table > thead > tr td{
    padding-left:10px !important;
    background: #eee;
    height:40px !important;
}
table.fold-table > tbody > tr.view td, table.fold-table > tbody > tr.view th {
  cursor: pointer;
}
table.fold-table > tbody > tr.view td:last-child, table.fold-table > tbody > tr.view th:last-child {
  position: relative;
  padding-left:10px;
}
table.fold-table > tbody > tr.view td:last-child:before, table.fold-table > tbody > tr.view th:first-child:before {
  position: absolute;
  top: 50%;
  right:5px;
  width: 9px;
  height: 16px;
  margin-top: -8px;
  font: 16px fontawesome;
  color: #999;
  content: "\f0d7";
  transition: all 0.3s ease;
}

table.fold-table > tbody > tr.view:nth-child(4n-1) {
  background: #eee;
}
table.fold-table > tbody > tr.view:hover {
  background: #f4f4f4;
  color: black;
}
table.fold-table > tbody > tr.view.open {
  background: #f4f4f4;
  color: black;
}
table.fold-table > tbody > tr.view.open td:last-child:before, table.fold-table > tbody > tr.view.open th:last-child:before {
  transform: rotate(-180deg);
  color: #333;
}
table.fold-table > tbody > tr.view td.align-middle{
       padding-top: 10px;
}

table.fold-table > tbody > tr.view td {
    font-weight: 400 !important;
    font-size: 14px !important;
    padding-left: 4px;
}
table.fold-table > tbody > tr.view td .down-icon{
    font-size:16px !important;
    color:#3276b1;
}
table.fold-table > tbody > tr.view td .serialno{
    font-size:14px;
    font-weight:500;
}
table.fold-table > tbody > tr.view td .patientname{
    font-weight:500;
    font-size:14px;
    text-transform:uppercase;
}
table.fold-table > tbody > tr.view td .waitlist-icon{
   color:#3276b1;
   font-size:13px;
}
table.fold-table > tbody > tr.view td .patientid{
   color:#3276b1;
   font-size:13px;
   font-weight:500;
}
table.fold-table > tbody > tr.view td .v-icon{
   color:#006400;
}
table.fold-table > tbody > tr.view td .c-icon{
   color:#006400;
}
table.fold-table > tbody > tr.view td .dropdown-menu {
    left:-113px !important;
}
table.fold-table > tbody > tr.view td .appoinment-time {
   color:#3276b1;
   font-size:14px;
   font-weight:600;
}

table.fold-table > tbody > tr{
    height:0px!important;
}
table.fold-table > tbody > tr.fold {
  display: none;
}
table.fold-table > tbody > tr.fold .sub-menu {
  font-weight:800;
}
table.fold-table > tbody > tr.fold.open {
  display: table-row;
}
.log-data-table{
    width:80%;
}
.activity_table_data{
    width:80%;
}
table.log-data-table > tbody > tr td {
  padding-left:15px;
}
table.activity_table_data > tbody > tr td {
  padding-left:15px;
}
.fold-content {
  height:100px;
}
/*.fold-content {
  padding: 0.5em;
}
.fold-content h3 {
  margin-top: 0;
}
.fold-content > table {
  border: 2px solid #ccc;
}
.fold-content > table > tbody tr:nth-child(even) {
  background: #eee;
}*/

/*dashboard table*/
/*modal popup code in dashboard*/

.modal-body {
    position: relative;
    padding: 0px!important;
}
.widget-user-image  .profile-pic {
   margin-left:5px;
   margin-top:5px;
   width:0%!important;
}
.modal-body .modal-heading {
   height:120px;
   padding-top:10px;
   padding-bottom:10px;
   background-color:#3276b1!important;
   background-image: linear-gradient(to right,#8BA6D5,#3276b1);
}
.PatientId{
   font-size:13px;
   color:white;
}
.PatientName{
    font-size:20px;
    font-weight:600;
    color:white;
}
.Patientpno{
    font-size:13px;
    color:white;
}
.Age{
    font-size:13px;
    color:white;
    margin-left:20px;
}
.profile-pic{
    border-radius:50px;
    width:90px;
}
.modal-prescription .pane-primary{

}
/*modal popup code in dashboard*/

/*dashboard end*/

/*support*/
.help-panel-head-warp {
    border-bottom: 1px solid #8e8e59;
}
.help-chat-input-wrp {
    padding: 0px 43px;
    border-bottom: 1px solid #cccccc;
}
.help-pre-align-ques {
    padding-top: 12px;
}

.help-see-qui {
    color: #1976d2 !important;
    text-decoration: underline;
}

.showmenu {
    display: block !important;
    right: 0px !important;
}
 
/*patient screen*/
.patient-card{
    font-family: 'Poppins', sans-serif!important;
}
.patient-card h6 {
    font-family: 'Poppins', sans-serif!important;
}
.patient-card h5{
    font-family: 'Poppins', sans-serif!important;
    font-size:14px;
    color:#3276b1;
    text-transform: uppercase;
    font-weight:600;
}
.lastvisit p{
     font-size:12px !important;
     color:gray;
     opacity:0.9;
     float:left;
     margin-top:5px;
}
.nextvisit p{
     font-size:12px !important;
     background-color:#D8E6FF;
     padding:6px;
     color:black;
     border-radius:10px;
}
.address p{
    font-family: 'Poppins', sans-serif!important;
    font-size:12px!important;
    line-height:20px!important;
    margin-top:10px;
}
.pat-details{
    padding:6px;
     font-family: 'Poppins', sans-serif!important;
}
.widget-user-2 .widget-user-image > img {
    width: 72px!important;
    height: 72px!important;
    float: left;
}
.widget-user-header{
   padding-left: 20px!important;
   padding-right: 20px !important;
}
.widget-user .widget-user-desc {
    font-size:11px;
}
.widget-user .widget-user-address {
    font-size:11px;
    margin:0px 0px 0px 0px!important;
}
.widget-user .widget-user-username {
    font-size:18px !important;
}
.widget-user-image{
    top: 7px!important;
    left: 84%!important;
}
.widget-user .widget-user-image > img {
    width:60px !important;
}
.widget-user .box-footer {
    padding-top:0px !important;
}
.widget-user .box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding:0px;
    background-color: #fff;
}
.widget-user-2 .widget-user-header {
    height:98px !important;
}

.widget-user-2 .widget-user-desc {
    font-size:11px;
    margin:0px 0px 0px 75px!important;
}
.widget-user-2 .widget-user-address {
    font-size:11px;
    margin:10px 0px 0px 0px!important;
}
.widget-user-2 .widget-user-username {
    font-size:18px !important;
}
.nav-stacked li {
    padding:5px 17px !important;
}
.nav-stacked li a{
    padding:0px 0px !important;
}
@media screen and (max-width: 768px) {
    .patient-card h5 {
        font-size:12px !important;
    }
}
/*patient screen*/

.support-menu{
    margin-left:-156px;
}
.dataTables_wrapper {
  padding:8px !important;
}
table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #f4f4f4 !important;
    color:black;
    font-size:16px !important;
    border-collapse: collapse !important;
}



/*Print paper setting*/
.nav-tabs-custom > .print-tab-content {
  padding:0px !important;
}
.print-tab-content .panel-body .form-group{
  margin-bottom:10px!important;
}
#printPresc,#printInvoice,#printLab,#procedureLab,#diet,#labinvoice,#medcirtifi{
  margin-top:25px;
}
.btn-yesno{
  border-radius: 15px 0px 0px 15px;
}
/*Print paper setting*/

/*operation reports page*/
.filter-warp-list li {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 5px 9px;
    border-radius: 13px;
}
.filter-warp-list li .label-primary{
   background-color:#605ca8 !important;
   padding:5px;
   font-size:14px;
}
#filter_div,#revenuefilter_div,#presc_filter,#lab_filter{
   display:none;
}
/*operation reports page */

/*case sheet layout setting*/

.list-add-btn{
    margin-top:23px;
}
.casesheet-displaylist{
    padding:0px;
}

.casesheet-displaylist li{
    list-style-type:none;
    border:1px solid purple;
    width:50%;
    padding:10px;
    margin-bottom:20px;
    color:#0065b3;
}
.disabled {
    pointer-events:none; 
    opacity:0.6;        
}
.disabled {
    cursor: not-allowed;
}
.disabled li{
    background-color:#f4f4f4;
}
.btn-trash{
    margin-top: -5px;
    background-color:red !important;
    color: white !important;
}

/*case sheet layout setting*/

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
}
.fc-toolbar {
    padding: 10px;
    margin: 0;
}

.fc th, .fc-basic-view .fc-day-top .fc-week-number, .fc-basic-view td.fc-week-number, .fc-icon, .fc-toolbar {
    text-align: center;
}
/* Patient calender page */
.calender-events .box .box-body{
    padding-left:10px;
    padding-right:10px;
}


/* Patient calender page */



.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}
.navbar-nav>.notifications-menu>.dropdown-menu, .navbar-nav>.messages-menu>.dropdown-menu, .navbar-nav>.tasks-menu>.dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.open>.dropdown-menu {
    display: block;
}

.dropdown-menu {
    box-shadow: none;
    border-color: #eee;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -150px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}



.panel-primary {
    border-color:transparent !important;
}





/*Transtan css*/
.skin-blue .main-header .navbar {
    background-color: #3c8dbc;
}
.navbar-custom-menu>.navbar-nav>li {
    position: relative;
    width: 45px !important;
}
.heading{
  color:#3276b1; 
}
/*Transtan css*/

/*----------------------*/

.red{ color:#f00;}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    color: #fff;
}

.login-page-cus-img{
   background-image: -webkit-linear-gradient(top left, #04d0a7, #2c3c60);
        display: table;
    width: 100%;
}
.login-box{
        max-width: 360px;
    width: 100%;
    margin: 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.cus-logo-alg-lg {
    max-width: 221px !important;
    margin: auto;
    margin-bottom: 43px;
}
.cus-logo-fgtpwd{
    max-width: 101px !important;
    margin: auto;
    margin-bottom: 43px;
}

.login-page-cus-img .login-box-body {

    background: #f0f6ff;
    padding: 29px;
}
.login-box-body {
    max-width: 300px;
    margin:auto;
}
.login-sub-btn {
    background-color: #159189;
    border-radius: 0;
    padding-right: 0;
    width: 100%;
}
.align-form-lg input{
    max-width: 100%;
}

.right-login-img {
display:none;
}

@media screen and (min-width:1024px){
    .right-login-img {
display:block;
}
    .right-login-img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 31%;
}
img.cus-right-img {
    position: absolute;
    right: 6%;
    top: 32%;
    width: 273px;
}

.login-box-body {
    max-width: 400px;
    margin: auto;
}
}


/*support*/
.help-panel-head-warp {
    border-bottom: 1px solid #8e8e59;
}
.help-chat-input-wrp {
    padding: 0px 43px;
    border-bottom: 1px solid #cccccc;
}
.help-pre-align-ques {
    padding-top: 12px;
}

.help-see-qui {
    color: #1976d2 !important;
    text-decoration: underline;
}

.showmenu {
    display: block !important;
    right: 0px !important;
}
 


//communication - Parthiban
/*chat*/

.row.head-chat-window {
    padding: 0;
    margin: 0 1px;
    position: relative;
}
.hcw-sub {
    background: #f3f2f2;
    padding: 6px;
    position: absolute;
    display: block;
    z-index: 100;
    border: 1px solid #efefef;
}
.pat-img img {
    width: 50px;
    border-radius: 35px;
    float: left;
    margin-right: 13px;
    border: 1px solid #757575;
}
span.hcw-pname {
    font-size: 18px;
    line-height: 27px;
    padding-left: 3px;
    color: #5f5f5f;
}
span.hcw-pid {
    font-size: 12px;
    margin-top: 12px;
    background: #9e9e9e;
    color: white;
    padding: 6px;
    border-radius: 9px;
    text-transform: uppercase;
}
.inbox-body {
    padding: 20px;
    text-align: justify;
    height: 733px;
    overflow-y: scroll;
}
#message_list {
    margin-top: 56px;
}
.chat-wrapper {
    width: 100%;
    display: table;
    overflow: hidden;
}
.chat-wrapper .chat-message {
    margin-bottom: 20px;
    width: 100%;
    display: table;
    overflow: hidden;
}
.padding {
    padding: 20px;
}
.chat-wrapper .chat-message:last-of-type {
    margin-bottom: 0;
}

.chat-wrapper .chat-message {
    margin-bottom: 20px;
    width: 100%;
    display: table;
    overflow: hidden;
}

.chat-wrapper .chat-message.chat-message-sender img {
    float: right;
}
.chat-wrapper .chat-image.chat-image-default {
    width: 60px;
    height: 60px;
}
.chat-wrapper .chat-image {
    float: left;
    border-radius: 50%;
}
.chat-wrapper .chat-message .chat-message-wrapper {
    max-width: 70%;
    display: table;
    margin: 0 20px;
    padding-top: 10px;
    position: relative;
}
.chat-wrapper .chat-message.chat-message-sender .chat-message-wrapper:before {
    right: -24px;
    border-left-color: #8AC0D9;
}
.chat-wrapper .chat-message .chat-message-wrapper:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    top: 14px;
    position: absolute;
    z-index: 2;
}
.chat-wrapper .chat-message.chat-message-sender .chat-message-wrapper, .chat-wrapper .chat-message.chat-message-sender .chat-message-content {
    float: right;
}
.chat-wrapper .chat-message .chat-message-content {
    display: table;
    overflow: hidden;
    border-radius: 4px;
}
.chat-wrapper .chat-message .chat-message-wrapper p:first-of-type {
    border-top: 0 !important;
}
.chat-wrapper .chat-message.chat-message-sender p {
    background: #8AC0D9;
    border-top-color: #76acc5;
}
.chat-wrapper .chat-message .chat-details {
    clear: both;
    width: 100%;
    display: table;
    overflow: hidden;
}
.chat-wrapper .chat-message .chat-message-content:before {
    content: " ";
    display: block;
}

.chat-wrapper .chat-message .chat-message-wrapper p {
    padding:10px 20px;
    color: #fff;
    border-top: 1px solid;
    color: white;
    background-color: #8AC0D9;
    margin-left: 30px;
}

.chat_input {
    width: 80%;
    padding-left: 15px;
    border-radius: 46px;
    height: 46px;
    margin: 10px;
    border: 1px solid lightgray;
}
.chat_send_btn {
    margin: 10px;
    height: 46px;
    width: 46px;
    border-radius: 45px;
    background: royalblue;
    color: white;
    border: 0px;
    float: right;
}


.frame {
    width: 100%;
    min-width: 100%;
    max-width: 1000px;
    height: 700px;
    min-height: 300px;
    max-height: 720px;
    background: #E6EAEA;
    padding-bottom: 10px;
}

@media screen and (max-width: 360px) {
    .frame {
        width: 100%;
        height: 100vh;
    }
}

.frame .sidepanel {
    float: left;
    width: 100%;
    height: 100%;
    /*background: #2c3e50;*/
    /* color: #f5f5f5;*/
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 735px) {
    .frame .sidepanel {
        width: 58px;
        min-width: 58px;
    }
}

.frame .sidepanel .profile-1 {
    width: 80%;
    margin: 25px auto;
}

@media screen and (max-width: 735px) {
    .frame .sidepanel .profile-1 {
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 0 0;
        background: #32465a;
    }
}

.frame .sidepanel .profile-1.expanded .wrap {
    height: 210px;
    line-height: initial;
}

    .frame .sidepanel .profile-1.expanded .wrap p {
        margin-top: 20px;
    }

    .frame .sidepanel .profile-1.expanded .wrap i.expand-button {
        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

.frame .sidepanel .profile-1 .wrap {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    -moz-transition: 0.3s height ease;
    -o-transition: 0.3s height ease;
    -webkit-transition: 0.3s height ease;
    transition: 0.3s height ease;
}

@media screen and (max-width: 735px) {
    .frame .sidepanel .profile-1 .wrap {
        height: 55px;
    }
}

.frame .sidepanel .profile-1 .wrap img {
    width: 50px;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #e74c3c;
    height: auto;
    float: left;
    cursor: pointer;
    -moz-transition: 0.3s border ease;
    -o-transition: 0.3s border ease;
    -webkit-transition: 0.3s border ease;
    transition: 0.3s border ease;
}

@media screen and (max-width: 735px) {
    .frame .sidepanel .profile-1 .wrap img {
        width: 40px;
        margin-left: 4px;
    }
}

.frame .sidepanel .profile-1 .wrap img.online {
    border: 2px solid #2ecc71;
}

.frame .sidepanel .profile-1 .wrap img.away {
    border: 2px solid #f1c40f;
}

.frame .sidepanel .profile-1 .wrap img.busy {
    border: 2px solid #e74c3c;
}

.frame .sidepanel .profile-1 .wrap img.offline {
    border: 2px solid #95a5a6;
}

.frame .sidepanel .profile-1 .wrap p {
    float: left;
    margin-left: 15px;
}

@media screen and (max-width: 735px) {
    .frame .sidepanel .profile-1 .wrap p {
        display: none;
    }
}

.frame .sidepanel .profile-1 .wrap i.expand-button {
    float: right;
    margin-top: 23px;
    font-size: 0.8em;
    cursor: pointer;
    color: #435f7a;
}

@media screen and (max-width: 735px) {
    .frame .sidepanel .profile-1 .wrap i.expand-button {
        display: none;
    }
}

.frame .sidepanel .profile-1 .wrap .status-options {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 150px;
    margin: 70px 0 0 0;
    border-radius: 6px;
    z-index: 99;
    line-height: initial;
    background: #435f7a;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media screen and (max-width: 735px) {
    .frame .sidepanel .profile-1 .wrap .status-options {
        width: 58px;
        margin-top: 57px;
    }
}

.frame .sidepanel .profile-1 .wrap .status-options.active {
    opacity: 1;
    visibility: visible;
    margin: 75px 0 0 0;
}

@media screen and (max-width: 735px) {
    .frame .sidepanel .profile-1 .wrap .status-options.active {
        margin-top: 62px;
    }
}

.frame .sidepanel .profile-1 .wrap .status-options:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #435f7a;
    margin: -8px 0 0 24px;
}

@media screen and (max-width: 735px) {
    .frame .sidepanel .profile-1 .wrap .status-options:before {
        margin-left: 23px;
    }
}

.frame .sidepanel .profile-1 .wrap .status-options ul {
    overflow: hidden;
    border-radius: 6px;
}

    .frame .sidepanel .profile-1 .wrap .status-options ul li {
        padding: 15px 0 30px 18px;
        display: block;
        cursor: pointer;
    }

@media screen and (max-width: 735px) {
    .frame .sidepanel .profile-1 .wrap .status-options ul li {
        padding: 15px 0 35px 22px;
    }
}

.frame .sidepanel .profile-1 .wrap .status-options ul li:hover {
    background: #496886;
}

.frame .sidepanel .profile-1 .wrap .status-options ul li span.status-circle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
    .frame .sidepanel .profile-1 .wrap .status-options ul li span.status-circle {
        width: 14px;
        height: 14px;
    }
}

.frame .sidepanel .profile-1 .wrap .status-options ul li span.status-circle:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    margin: -3px 0 0 -3px;
    background: transparent;
    border-radius: 50%;
    z-index: 0;
}

@media screen and (max-width: 735px) {
    .frame .sidepanel .profile-1 .wrap .status-options ul li span.status-circle:before {
        height: 18px;
        width: 18px;
    }
}

.frame .sidepanel .profile-1 .wrap .status-options ul li p {
    padding-left: 12px;
}

@media screen and (max-width: 735px) {
    .frame .sidepanel .profile-1 .wrap .status-options ul li p {
        display: none;
    }
}

.frame .sidepanel .profile-1 .wrap .status-options ul li.status-online span.status-circle {
    background: #2ecc71;
}

.frame .sidepanel .profile-1 .wrap .status-options ul li.status-online.active span.status-circle:before {
    border: 1px solid #2ecc71;
}

.frame .sidepanel .profile-1 .wrap .status-options ul li.status-away span.status-circle {
    background: #f1c40f;
}

.frame .sidepanel .profile-1 .wrap .status-options ul li.status-away.active span.status-circle:before {
    border: 1px solid #f1c40f;
}

.frame .sidepanel .profile-1 .wrap .status-options ul li.status-busy span.status-circle {
    background: #e74c3c;
}

.frame .sidepanel .profile-1 .wrap .status-options ul li.status-busy.active span.status-circle:before {
    border: 1px solid #e74c3c;
}

.frame .sidepanel .profile-1 .wrap .status-options ul li.status-offline span.status-circle {
    background: #95a5a6;
}

.frame .sidepanel .profile-1 .wrap .status-options ul li.status-offline.active span.status-circle:before {
    border: 1px solid #95a5a6;
}

.frame .sidepanel .profile-1 .wrap .expanded {
    padding: 100px 0 0 0;
    display: block;
    line-height: initial !important;
}

    .frame .sidepanel .profile-1 .wrap .expanded label {
        float: left;
        clear: both;
        margin: 0 8px 5px 0;
        padding: 5px 0;
    }

    .frame .sidepanel .profile-1 .wrap .expanded input {
        border: none;
        margin-bottom: 6px;
        background: #32465a;
        border-radius: 3px;
        color: #f5f5f5;
        padding: 7px;
        width: calc(100% - 43px);
    }

        .frame .sidepanel .profile-1 .wrap .expanded input:focus {
            outline: none;
            background: #435f7a;
        }

.frame .sidepanel .search {
    font-weight: 300;
}

@media screen and (max-width: 735px) {
    .frame .sidepanel .search {
        display: none;
    }
}

.frame .sidepanel .search label {
    position: absolute;
    margin: 10px 0 0 20px;
}

.frame .sidepanel .search input {
    padding: 10px 0 10px 46px;
    width: 100%;
    border: none;
    background: #d0d0d0;
    color: #f5f5f5;
}

    .frame .sidepanel .search input:focus {
        outline: none;
        background: #d0d0d0;
    }

    .frame .sidepanel .search input::-webkit-input-placeholder {
        color: #f5f5f5;
    }

    .frame .sidepanel .search input::-moz-placeholder {
        color: #f5f5f5;
    }

    .frame .sidepanel .search input:-ms-input-placeholder {
        color: #f5f5f5;
    }

    .frame .sidepanel .search input:-moz-placeholder {
        color: #f5f5f5;
    }

.frame .sidepanel .contacts {
    height: calc(100% - 36px);
    overflow-y: scroll;
    overflow-x: hidden;
}

@media screen and (max-width: 735px) {
    .frame .sidepanel .contacts {
        height: calc(100% - 149px);
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .performer tbody::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .performer tbody::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .performer tbody::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #d2d2d2;
    }

    .frame .sidepanel .contacts::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #d2d2d2;
    }

    .frame .sidepanel .contacts::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .frame .sidepanel .contacts::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }
}

.frame .sidepanel .contacts.expanded {
    height: calc(100% - 334px);
}

.frame .sidepanel .contacts::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.frame .sidepanel .contacts::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #d2d2d2;
}

.frame .sidepanel .contacts ul li.contact {
    position: relative;
    padding: 10px 0 15px 0;
    font-size: 0.9em;
    cursor: pointer;
}

@media screen and (max-width: 735px) {
    .frame .sidepanel .contacts ul li.contact {
        padding: 6px 0 46px 8px;
    }
}

.frame .sidepanel .contacts ul li.contact:hover {
    background: #f2f2f2;
}

.frame .sidepanel .contacts ul li.contact.active {
    background: #f2f2f2;
}

    .frame .sidepanel .contacts ul li.contact.active span.contact-status {
        border: 2px solid #32465a !important;
    }

.frame .sidepanel .contacts ul li.contact .wrap {
    width: 88%;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 735px) {
    .frame .sidepanel .contacts ul li.contact .wrap {
        width: 100%;
    }
}

.frame .sidepanel .contacts ul li.contact .wrap span {
    position: absolute;
    left: 0;
    margin: -2px 0 0 -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #2c3e50;
    background: #95a5a6;
}

    .frame .sidepanel .contacts ul li.contact .wrap span.online {
        background: #2ecc71;
    }

    .frame .sidepanel .contacts ul li.contact .wrap span.away {
        background: #f1c40f;
    }

    .frame .sidepanel .contacts ul li.contact .wrap span.busy {
        background: #e74c3c;
    }

.frame .sidepanel .contacts ul li.contact .wrap img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

@media screen and (max-width: 735px) {
    .frame .sidepanel .contacts ul li.contact .wrap img {
        margin-right: 0px;
    }
}

.frame .sidepanel .contacts ul li.contact .wrap .meta {
    padding: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
    .frame .sidepanel .contacts ul li.contact .wrap .meta {
        display: none;
    }
}

.frame .sidepanel .contacts ul li.contact .wrap .meta .name {
    font-weight: 600;
}

.frame .sidepanel .contacts ul li.contact .wrap .meta .preview {
    margin: 5px 0 0 0;
    padding: 0 0 1px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
}

    .frame .sidepanel .contacts ul li.contact .wrap .meta .preview span {
        position: initial;
        border-radius: initial;
        background: none;
        border: none;
        padding: 0 2px 0 0;
        margin: 0 0 0 1px;
        opacity: .5;
    }

.frame .sidepanel .bottom-bar {
    position: absolute;
    width: 100%;
    bottom: 0;
}

    .frame .sidepanel .bottom-bar button {
        float: left;
        border: none;
        width: 50%;
        padding: 10px 0;
        background: #32465a;
        color: #f5f5f5;
        cursor: pointer;
        font-size: 0.85em;
        font-family: "proxima-nova", "Source Sans Pro", sans-serif;
    }

@media screen and (max-width: 735px) {
    .frame .sidepanel .bottom-bar button {
        float: none;
        width: 100%;
        padding: 15px 0;
    }
}

.frame .sidepanel .bottom-bar button:focus {
    outline: none;
}

.frame .sidepanel .bottom-bar button:nth-child(1) {
    border-right: 1px solid #2c3e50;
}

@media screen and (max-width: 735px) {
    .frame .sidepanel .bottom-bar button:nth-child(1) {
        border-right: none;
        border-bottom: 1px solid #2c3e50;
    }
}

.frame .sidepanel .bottom-bar button:hover {
    background: #435f7a;
}

.frame .sidepanel .bottom-bar button i {
    margin-right: 3px;
    font-size: 1em;
}

@media screen and (max-width: 735px) {
    .frame .sidepanel .bottom-bar button i {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 735px) {
    .frame .sidepanel .bottom-bar button span {
        display: none;
    }
}

.frame .content {
    float: right;
    width: 60%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 735px) {
    .frame .content {
        width: calc(100% - 58px);
        min-width: 300px !important;
    }
}

@media screen and (min-width: 900px) {
    .frame .content {
        width: 100%;
    }
}

.frame .content .contact-profile {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
}

    .frame .content .contact-profile img {
        width: 40px;
        border-radius: 50%;
        float: left;
        margin: 9px 12px 0 9px;
    }

    .frame .content .contact-profile p {
        float: left;
    }

    .frame .content .contact-profile .social-media {
        float: right;
    }

        .frame .content .contact-profile .social-media i {
            margin-left: 14px;
            cursor: pointer;
        }

            .frame .content .contact-profile .social-media i:nth-last-child(1) {
                margin-right: 20px;
            }

            .frame .content .contact-profile .social-media i:hover {
                color: #435f7a;
            }

.frame .content .messages {
    height: auto;
    /*min-height: calc(100% - 20%);*/
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    max-height: 569px;
    min-height: 569px;
}

@media screen and (max-width: 735px) {
    .frame .content .messages {
        max-height: calc(100% - 105px);
    }
}

.frame .content .messages::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

.frame .content .messages::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

.frame .content .messages ul li {
    display: inline-block;
    clear: both;
    float: left;
    margin: 15px 15px 5px 15px;
    width: calc(100% - 25px);
    font-size: 0.9em;
}

    .frame .content .messages ul li:nth-last-child(1) {
        margin-bottom: 20px;
    }

    .frame .content .messages ul li.sent img {
        margin: 6px 8px 0 0;
    }

    .frame .content .messages ul li.sent p {
        background: #435f7a;
        color: #f5f5f5;
    }

    .frame .content .messages ul li.replies img {
        float: right;
        margin: 6px 0 0 8px;
    }

    .frame .content .messages ul li.replies p {
        background: #f5f5f5;
        float: right;
    }

    .frame .content .messages ul li img {
        width: 50px;
        border-radius: 50%;
        float: left;
        margin-top: 0px !important;
    }

    .frame .content .messages ul li p {
        display: inline-block;
        padding: 10px 15px;
        border-radius: 20px;
        max-width: 205px;
        line-height: 130%;
    }

@media screen and (min-width: 735px) {
    .frame .content .messages ul li p {
        max-width: 300px;
    }
}

.frame .content .message-input {
    position: absolute;
    bottom: 0;
    width: 96%;
    z-index: 99;
}

    .frame .content .message-input .wrap {
        position: relative;
        width: 98%;
    }

@media screen and (max-width: 735px) {
    .frame .content .message-input .wrap input {
        padding: 15px 32px 16px 8px;
    }
}

.frame .content .message-input .wrap input:focus {
    outline: none;
}

.frame .content .message-input .wrap .attachment {
    position: absolute;
    right: 60px;
    z-index: 4;
    margin-top: 10px;
    font-size: 1.1em;
    color: #435f7a;
    opacity: .5;
    cursor: pointer;
}

@media screen and (max-width: 735px) {
    .frame .content .message-input .wrap .attachment {
        margin-top: 17px;
        right: 65px;
    }
}

.frame .content .message-input .wrap .attachment:hover {
    opacity: 1;
}

.frame .content .message-input .wrap button {
    float: right;
    border: none;
    width: 50px;
    padding: 8px 0;
    cursor: pointer;
    background: #32465a;
    color: #f5f5f5;
}

@media screen and (max-width: 735px) {
    .frame .content .message-input .wrap button {
        padding: 16px 0;
    }
}

.frame .content .message-input .wrap button:hover {
    background: #435f7a;
}

.frame .content .message-input .wrap button:focus {
    outline: none;
}
/*chat*/

/*message*/
.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .mail-box aside {
        display: table-cell;
        float: none;
        height: 100%;
        padding: 0;
        vertical-align: top;
    }

    .mail-box .sm-side {
        background: none repeat scroll 0 0 #fff;
        border-radius: 4px 0 0 4px;
        width: 25%;
        border-right: 1px solid #ccc;
    }

    .mail-box .lg-side {
        background: none repeat scroll 0 0 #fff;
        border-radius: 0 4px 4px 0;
        width: 75%;
    }

    .mail-box .sm-side .user-head {
        background: none repeat scroll 0 0 #00a8b3;
        border-radius: 4px 0 0;
        color: #fff;
        min-height: 80px;
        padding: 10px;
    }

.user-head .inbox-avatar {
    float: left;
    width: 65px;
}

    .user-head .inbox-avatar img {
        border-radius: 4px;
    }

.user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px;
}

    .user-head .user-name h5 {
        font-size: 15px;
        font-weight: 300;
        margin-bottom: 0;
        margin-top: 15px;
    }

        .user-head .user-name h5 a {
            color: #fff;
        }

    .user-head .user-name span a {
        color: #87e2e7;
        font-size: 13px;
    }

a.mail-dropdown {
    background: none repeat scroll 0 0 #80d3d9;
    border-radius: 2px;
    color: #01a7b3;
    font-size: 10px;
    margin-top: 20px;
    padding: 3px 5px;
}

.inbox-body {
    padding: 20px;
    text-align: justify;
    height: 733px;
    overflow-y: scroll;
}

.box-body-nop {
    padding: 0px !important;
}

.btn-compose {
    background: none repeat scroll 0 0 #ff6c60;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}

    .btn-compose:hover {
        background: none repeat scroll 0 0 #f5675c;
        color: #fff;
    }

ul.inbox-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}

ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}

    ul.inbox-nav li a {
        color: #6a6a6a;
        display: inline-block;
        line-height: 45px;
        padding: 0 20px;
        width: 100%;
    }

        ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
            background: none repeat scroll 0 0 #eaeaea;
            color: #6a6a6a;
        }

        ul.inbox-nav li a i {
            color: #6a6a6a;
            font-size: 16px;
            padding-right: 10px;
        }

        ul.inbox-nav li a span.label {
            margin-top: 13px;
        }

ul.labels-info li h4 {
    color: #5c5c5e;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    text-transform: uppercase;
}

ul.labels-info li {
    margin: 0;
}

    ul.labels-info li a {
        border-radius: 0;
        color: #6a6a6a;
    }

        ul.labels-info li a:hover, ul.labels-info li a:focus {
            background: none repeat scroll 0 0 #d5d7de;
            color: #6a6a6a;
        }

        ul.labels-info li a i {
            padding-right: 0px;
        }

.nav.nav-pills.nav-stacked.labels-info p {
    color: #9d9f9e;
    font-size: 11px;
    margin-bottom: 0;
    padding: 0 22px;
}

* html .fileinput-button {
    line-height: 24px;
    margin: 1px -3px 0 0;
}

* + html .fileinput-button {
    margin: 1px 0 0;
    padding: 2px 15px;
}

@media (max-width: 767px) {
    .files .btn span {
        display: none;
    }

    .files .preview * {
        width: 40px;
    }

    .files .name * {
        display: inline-block;
        width: 80px;
        word-wrap: break-word;
    }

    .files .progress {
        width: 20px;
    }

    .files .delete {
        width: 60px;
    }
}
/*message*/

//communication end
/*chatbot-inner style*/
    .urs-chat-warp .chat {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .urs-chat-warp .chat li {
            margin-bottom: 10px;
            padding-bottom: 5px;
        }

            .urs-chat-warp .chat li.left .chat-body {
                margin-left: 0px;
                max-width: 251px;
            }

            .urs-chat-warp .chat li.right .chat-body {
                margin-right: 0px;
                max-width: 210px;
                float: right;
            }

            .urs-chat-warp .chat li .chat-body p {
                margin: 0;
                color: #777777;
            }

        .panel .slidedown .glyphicon, .urs-chat-warp .chat .glyphicon {
            margin-right: 5px;
        }

    .urs-chat-warp .panel-body .chat {
        /*overflow-y: scroll;*/
        height: 320px;
        padding: 1px 7px;
    }


    .chat-body {
        padding: 5px 10px;
        color: #000;
        font-size: 13px;
        word-wrap: break-word;
        word-break: break-word;
        border: 1px solid #d4d4d5;
        border-collapse: collapse;
        background: #fff;
    }

    .urs-chat-warp .panel-body {
        background-color: #f5f5f5;
    }

    li.right .chat-body {
        background-color: #00A4A6;
        border-color: #ffffff;
        color: white;
    }

    .urs-chat-warp .chat li.right .chat-body p {
        margin: 0;
        color: #ffffff;
    }

    .urs-chat-warp .panel-primary > .panel-heading {
        background-image: -webkit-linear-gradient(to bottom,#0065b3 0,#0065b3 100%);
        background-image: -moz-linear-gradient(to bottom,#0065b3 0,#0065b3 100%);
        background-image: -o-linear-gradient(to bottom,#0065b3 0,#0065b3 100%);
        background-image: linear-gradient(to bottom,#0065b3 0,#0065b3 100%);
    }

    span.muted-color-left {
        color: gray;
        font-size: 9px;
    }

    span.muted-color-right {
        color: gray;
        font-size: 9px;
        display: flex;
        float: right;
    }



    button#btn-chat {
        background: #0065b3 !important;
        color: white !important;
        border: 1px solid #0065b3;
        padding: 7px 13px;
    }

    .us-video-player {
        width: 205px;
    }

    .us-button-warp button {
        font-size: 11px;
        background: white !important;
        border: 1px solid #080808b8;
        margin-bottom: 3px;
        padding: 6px 11px;
    }

    .us-typing {
        font-size: 8px;
        color: gray;
        padding-left: 11px;
    }

    .us-cht-close {
        position: absolute;
        right: 21px;
        color: white !important;
    }

    .us-chat-img {
        cursor: zoom-in;
    }

    .us-chat-indicator {
        background: whitesmoke;
    }

    .urs-chat-warp .chat li.right .chat-body p:after {
        content: "";
        border-top: 6px solid transparent;
        border-left: 6px solid white;
        border-bottom: 6px solid transparent;
        z-index: 2;
        bottom: -3px;
        right: -11px;
        margin-right: -5px;
        float: right;
        position: relative;
        background-color: transparent;
        width: 0;
        height: 2px;
        border-left-color: #00A4A6;
    }

    .urs-chat-warp {
        max-width: 300px;
        right: 0px;
        position: fixed;
        bottom: -442px;
        z-index: 10001;
        transition: bottom .4s ease-in-out;
    }

    .urs-chat-opn {
        bottom: 0px;
    }

    div#uschatBox .panel {
        margin-bottom: 0px;
    }

    .urs-chat-warp .chat li.right .chat-body p{
       margin-bottom:15px;
       
    }

    .urs-chat-warp .chat li.right .chat-body span {
        color:gold;
    }


    div#chatTriggerbtn span {
        padding-right: 7px;
        line-height: 31px;
        font-size: 12px;
    }


.sidebar-menu li a {
    color:white !important;
}


/*end of catbor */

/*autocomplete*/

.ui-menu-item-wrapper > .ser-img > img {
    width: 30px !important;
    height: 30px;
}

.ui-menu li span div {
    font-size: 14px;
    padding: 0 0 0px 10px;
    margin: 0 0 0 0 !important;
    white-space: nowrap;
}

/*#act_assigned_to{
  border:1px solid black;
  width:700px;
  height:500px;
  margin:auto;
}*/

#act_assigned_to{
  width: 300px;
  padding: 7px;
  text-align: left;
}


.text-field {
    -moz-box-sizing: border-box;
    border: 1px solid #EEEEEE;
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-size: 0.73684em;
    font-weight: 600;
    height: 37px;
    margin: 0;
    padding: 5px;
    width: 100%;
}
.autocomplete-suggestion {
    overflow: hidden;
    padding: 2px 5px;
    white-space: nowrap;
}



/*margin and padding class*/
.mt-25{
    margin-top:25px;
}
.mb-20{
    margin-bottom:20px;
}

/*margin and padding class*/
.swiper-slide{
    width: 350px !important;
    margin-right: 30px !important;
}


