/**
 *
 * Apply your custom CSS here
 *
*/

body {	
}


.saveOneShot{

border: 0px solid #FF9986;

}





/* fz fixed modal */
  .scroll-div {
      width: 100%;
      background-color: #f8f9fa;
      padding: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: position 0.3s ease;
  }

  .fzfixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
  }
  /* fin  fz fixed modal */


    

a {
}
.modal-dialog{
   /* overflow-y: initial !important*/
    border: 1px solid #ddd;
	  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #ddd, 0 0 0 1px #fff, 0 0 1px 6px #eee;
    /*background-color:#ddd;*/
    position: relative;
    top: 0px;
    min-width: 60%;
    width: 95%;

}

/*.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;*/
   /* background-color:#ddd;
}*/
.modal-body{
  
}
.modal-content{
   background-color:#FDFDFA;
   margin: 0;
}
.modal-header{
  background-color:#fff;
  /*color:#fff;*/
}
.modal-header .modal-title{
  padding: 20px;
  text-align: center;
}

.modal { overflow: auto !important; }

.loader {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid blue;
  border-bottom: 2px solid blue;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.one {
    cursor:pointer;
    overflow:hidden;
    display:block;
    position:relative;
    width:100%; 
    height:100px;
    background:whitesmoke; 
    border-radius:4px;
    font:caption; 
    text-align:center; 
    border:1px dotted silver;
    box-sizing:border-box;
    
    /* Transcluded content */
    p { padding-top:16px; font-size:16px; } 
    span { display:block; font-size:10px;}    
    img  { position:absolute; top:0; left:0; height:100px;}
 /*   // File input */
    input{
        position:absolute;
        top:0;right:0;bottom:0;left:0;
        font-size:9999px;  /*// <= Lazy dog – cover it all*/
        opacity:0;
        cursor:pointer;
    }
}

.two {
    display:block;
    margin:30px;
    span { display:none; }/* // hide until ready */
    &.drop-zone{ span { display:block; font-size:10px;} }
}


pre {
    margin:30px;
    font-size:10px;
}
.nav.nav-tabs>li.active>a {
    
   border: 1px solid #FAFAFA;
   border-bottom-color: #fff;
   position: relative;
  top: 1px;
}

.tabs-hide {
    
   border: 0px solid #eeeeee !important;
   border-bottom-color: #eeeeee !important;
   position: relative;
  top: 1px;
}
.tabs-hide .tab-content{
    
   border: 2px solid #eeeeee !important;
}
.nav.nav-tabs+.tab-content {
    
   border: 1px solid #FAFAFA;
}

.ui-resizable-e {
width: 20px !important;
}
.ui-resizable-s {
height: 20px !important;
}

.fade.in {
    background-color: rgba(100, 100, 100, 0.5);
}


.modal .modal-dialog .modal-content{
  padding: 10px;
}
.display-none{
  display: none;
}

/*.navbar-fixed-top{
    top: 30px;
    margin-left: 350px;
    margin-right: 0px;
}*/
textarea:focus,
button:focus,
input[type="text"]:focus,
input[type="submit"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}

.sidebar-user-info .user-profile span strong{
  font-size: 18px;
}
.editable-wrap select{
min-width: 50px;
}

.loader-3 {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
 position: absolute; left: calc(100% - 60%); top: 60px; z-index: 1051;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modal-title {
    margin: -22px;
  }

  label{
    margin-bottom: 2px;
     white-space:nowrap !important;
  }

/* temporary workaround for display editable-bstime in bs3 - up/down symbols not shown */
.editable-bstime .editable-input i.icon-chevron-up:before {
  content: '\e113';
}
.editable-bstime .editable-input i.icon-chevron-down:before {
  content: '\e114';
}
.editable-bstime .editable-input i.icon-chevron-up,
.editable-bstime .editable-input i.icon-chevron-down {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}



.invoice-env .invoice-header .invoice-logo {
    padding-left: 10px;
}

.templateRoot{
    display: inline-block;
}
.hover-edit-trigger {
    padding: 3px;
}
.hover-edit-trigger:hover{
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}
.edit-pencil{
    display: none;
    margin-left: 3px;
    padding: 3px;
    border-left: 1px solid #dcdcdc;
}
.hover-text-field:hover .edit-pencil{
    display: inline-block;
}
.edit-button-group{
    border: 1px solid #dcdcdc;
    border-top: none;
    border-radius: 4px;
    padding: 0px 3px 0px 3px;
}
.edit-button-group .glyphicon{
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    margin: 1px;
    cursor: pointer;
}
.dhx_cal_tab{

  top: -5px !important;
    
  left: 236px !important;

}

.modalImage .image-wrapper {
   text-align: center;
 }
.modalImage .image-wrapper img {
   max-width: 560px;
   max-height: 560px;
}
.modalImage .image-description {
  text-align: center;
  margin-top: 10px;
}
 
/* card details start  */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:400,400i,700,700i');

.details-card {
  background: #ecf0f1;
}

.card-content {
  background: #ffffff;
  border: 4px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-content:hover {
  -webkit-box-shadow:-1px 9px 40px -12px rgba(0,0,0,75);
  -moz-box-shadow:-1px 9px 40px -12px rgba(0,0,0,75);
  box-shadow:-1px 9px 40px -12px rgba(0,0,0,75);
}


.card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
  
}



.card-img img {
  display: block;
  width: 100%;
  height: 22rem;
  object-fit: cover;
}

.card-img span {
  position: absolute;
    top: 15%;
    left: 12%;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}

.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}



.card-desc {
  padding: 1.25rem;
}

.card-desc h3 {
  color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
  color: #747373;
    font-size: 14px;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0;
  font-family: 'Raleway', sans-serif;
}
.btn-card{
  background-color: #1ABC9C;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}
[ng-drag] {
  cursor: move;
}

[ng-drop].drag-enter {
  border: dotted;
  border-width: thick;
  height: 200px;
}

.hideHover, .hideHover:hover { color: black; text-decoration: none; }

.handle-drag{
  position: relative;
  left: -15px;
  bottom: -45px;
  width: 20px;
  height: 20px;
  visibility: hidden;
}
[ng-drop]:hover .handle-drag{
  visibility: visible;
}

.bootstrap-timepicker-widget{
      z-index: 3500 !important;
 }
input {
    cursor: pointer !important;
}
.dhx_cal_light{
  z-index: 1000000 !important;
}

.dhtmlXTooltip{
 z-index: 3500 !important;
}
/* End card section */

.datepicker{
   cursor: auto; 
}

.btn {
    margin-right: 8px;
}

.angular-ui-tree-handle {
    background: #f8faff;
    border: 1px solid #dae2ea;
    color: #7c9eb2;
    padding: 10px 10px;
}

.angular-ui-tree-handle:hover {
    color: #438eb9;
    background: #f4f6f7;
    border-color: #dce2e8;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

tr.angular-ui-tree-empty {
    height:100px
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}


/* --- Tree --- */
.tree-node {
    border: 1px solid #dae2ea;
    background: #f8faff;
    color: #7c9eb2;
}

.nodrop {
    background-color: #f2dede;
}

.tree-node-content {
    margin: 10px;
}
.tree-handle {
    padding: 10px;
    background: #428bca;
    color: #FFF;
    margin-right: 10px;
}

.angular-ui-tree-handle:hover {
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#board-page{
  background-color: : #5BA4CF;
  padding: 0px;
  
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow-x:auto; 
  white-space: nowrap;

}
.list{
  display: inline-block;
  background-color: #666666;
  width:300px; 
  padding:0px;

  vertical-align:top;

  
   
}

.add-list{
  display: inline-block;
  width:300px; 
  padding:0px 10px;
  color: #666666;

  vertical-align:top;

  
   
}
.list-name{ 
    padding:10px; 
    border:none; 
    background:transparent; 
    color: #FAFAFA;
  } 
.list:not(:first-child){ 
    margin-left:10px;
  }

.add-ticket{ 
  
  background-color:linear-gradient(to bottom,#61BD4F 0,#5AAC44);
   
  font-weight: bold; 
  border:none; 
  padding:10px; 
} 
.list-content { 
  padding-bottom: 60px;
  margin-bottom:20px;
  max-height: 500px; 
  overflow-y: auto;

  padding-right:5px; 
  margin-right:5px; 
}
.ticket{ 
  background:white; 
  
 
}
.ticket:not(:first-child) {
    margin-top: 10px; 
  }
 .ticket-title{ 
    width:100%; 
    padding:20px;
  }

li.dndPlaceholder { 
  
  height:60px;
  list-style:none;
  background:rgba(0,0,0,0.5);
  margin-top:10px;
}
.margin-space{
  margin: 10px !important;
}

.auto-complete-container{
  overflow-y:scroll;
  max-height: 200px;
      position: absolute;
    z-index: 9999;
  background-color: #ffffff;
}
/*div.auto-complete-container ul.auto-complete-results li.auto-complete-item{
  position: relative;
  margin-top: 0;
}*/
.datepicker{
   cursor: auto; 
}
.tab-color{
  background-color: #d5080f;
  color: #FFF;
}

.adapt-row{
    display: flex;
    flex-wrap: wrap;
}
.adapt-col{
    display: flex;
    flex-direction: column;
}

input {
    cursor: pointer !important;
}
.form-group{
  margin-left: 0px;
  margin-bottom: 2px;
}

textarea.form-control {
    min-height: 85px;
}

.input-group-addon a:hover{
  color: #8dc63f;
}



.cursorAllowed{
  cursor: not-allowed !important;
}
.grab {
        cursor: wait !important;
        
    }

    .grab:active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }



.table-responsive[data-pattern=priority-columns]{
   /* overflow-x:auto !important; 
    overflow-y:auto !important;*/
    /*z-index:0;*/

    }

    
/*loader css*/
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 10px;
  background: #cef;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 15px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 30px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }
  50%, 100% {
    top: 19px;
    height: 26px;
  }
}




.autocompletestyle {
    width:100%;
    text-align:center;
}

.sidestyle {
    width:100%;
    text-align:center;
}

.leftside {
    float:left;
    
    height: 20px;
    /*background: #ff0000;*/
}

.centerside {
    display: inline-block;
    margin:0 auto;
    
    height: 20px;
    /*background: #00ff00;*/
}

.rightside {
    float:right;
    
    height: 20px;
    /*background: #0000ff;*/
}

/*.invoice-env .invoice-totals .invoice-subtotals-totals {
    
    text-align: left;
   
}

.invoice-env .invoice-totals .invoice-subtotals-totals strong{
    
    float: right;
   
}*/



/*@media only screen and (max-width: 600px) {
  
}*/

/*.settings-pane .links-block{
  padding-right: 0px !important;
}*/




.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%; border-right:1px solid #c4c4c4;
}
.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}
.top_spac{ margin: 20px 0 0;}


.recent_heading {float: left; width:40%;}
.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%; padding:
}
.headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}

.recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
}
.srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon { margin: 0 0 0 -27px;}

.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
.chat_ib h5 span{ font-size:13px; float:right;}
.chat_ib p{ font-size:14px; color:#989898; margin:auto}
.chat_img {
  float: left;
  width: 11%;
}
.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people{ overflow:hidden; clear:both;}
.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}
.inbox_chat { height: 550px; overflow-y: scroll;}

.active_chat{ background:#ebebeb;}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
 .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg { width: 57%;}
.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 60%;
}

 .sent_msg p {
  background: #05728f none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
}
.outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
.sent_msg {
  float: right;
  width: 46%;
}
.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}

.type_msg {border-top: 1px solid #c4c4c4;position: relative;}
.msg_send_btn {
  background: #05728f none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}
.messaging { padding: 0 0 50px 0;}
.msg_history {
  height: 516px;
  overflow-y: auto;
}










.filter-option {
    height: 40px;
    cursor: pointer;
    border: 1px solid #AAAAAA;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px
}


.filter-option-select {
    text-align: center;
    height: 40px;
    cursor: pointer;
    border: 1px solid #AAAAAA;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px
}


.filter-option:focus {
    border: 2px solid #AAAAAA; /* New border color when the select is focused */
}


.filter-option .fa {
    font-weight: 400;
    font-size: 15px;
    color: #AAAAAA
}

.flex-right {
  display: flex;
  justify-content: flex-end; /* Aligns items to the right */
}

.flex-center-center {
  display: flex;
  justify-content: center; /* Horizontally centers content */
  align-items: center; /* Vertically centers content (if the container has a specified height) */
}

.flex-center {
  display: flex;
  justify-content: center; /* Only horizontally centering */
}

.flex-left {
  display: flex;
  justify-content: flex-start; /* Aligns content to the left */
}





/* Custom scrollbar styles */
.always-visible-scrollbar::-webkit-scrollbar {
    width: 12px;  /* Width of the scrollbar */
}

.always-visible-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;  /* Track color */
}

.always-visible-scrollbar::-webkit-scrollbar-thumb {
    background: #888;  /* Thumb color */
}

.always-visible-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;  /* Thumb color when hovered */
}
