@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&display=swap");
body {
  font-family: "Source Sans Pro", sans-serif !important;
}
html {
  scroll-behavior: smooth;
}
/* Added_US */
:root {
  --header: #093361;
  --sidebar: #02274d;
  --sidebar-text: #0f448f;
  --model-header: #09335fe0;
  --table-header: #d9edf7;
  --table-header-text: #374767;
  --text-dark: #333;
  --text-light: #f8f8f8;
  --border-color: #ccc;
  --btn-warning: #f39a1c;
  --btn-warning-hover: #d37d06;
  --btn-success: #5cb85c;
  --btn-success-hover: #5cb85c;
  --btn-danger: #d9534f;
  --btn-danger-hover: #d9534f;
  --btn-primary: #337ab7;
  --btn-primary-hover: #226aa8;
  --btn-edit: #076198;
  --btn-edit-hover: #0b5786;
  --btn-view: #5a5cab;
  --btn-view-hover: #4243aa;
}

.width-100{
   width:100%;
}
.padding-left-zero{
  padding-left:0px;
}
.padding-right-zero{
  padding-right:0px;
}

.margin-right-10{
  margin-right:10px;
}
.margin-right-0{
  margin-right:0px;
}
.margin-left-0{
  margin-left:0px;
}
.margin-left-10{
  margin-left:10px;
}

.title-quicklick h2 {
  margin: -30px 0;
  text-transform: capitalize;
  font-size: 24px;
  color: #174770;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: +999;
  text-align: center;

  font-weight: 700;
  line-height: 36px;
  letter-spacing: 1px;
} 

.panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heade-title-top {
  margin-right: 20px;
}
.heade-buttton-top span {
  display: inline-block;
}
.btn-warning,.btn-success,.btn-danger,.btn-primary, .btn-edit,.view_btn,.edit_btn,.upload_btn,.add_module_btn, .modal-header h4, .modal-header .close{
  transition: 0.5s all;
  white-space: nowrap;
  color: var(--text-light) !important;
  text-decoration: none;
}
.btn-warning:hover,.btn-success:hover,.btn-primary:hover,.btn-primary:hover,.btn-edit:hover, .edit_btn:hover,.view_btn:hover{
  color: var(--text-light) !important;
  text-decoration: none;
}
.btn-warning {
  background: var(--btn-warning);
}
.btn-warning:hover{
  background: var(--btn-warning-hover);
}
.btn-success{
  background: var(--btn-success);
}
.btn-success:hover{
  background: var(--btn-success-hover);
}

.btn-primary{
  background: var(--btn-primary);
}
.btn-primary:hover{
  background: var(--btn-primary-hover);
}

.btn-danger{
  background: var(--btn-danger);
}
.btn-primary:hover{
  background: var(--btn-danger-hover);
}

.btn-edit, .edit_btn{
  background: var(--btn-edit);
}
.btn-edit:hover, .edit_btn:hover{
  background: var(--btn-edit-hover);
}

.edit_btn, .view_btn{
  background: var(--btn-edit);
  padding: 4px 12px;
  border-radius: 4px;
}
.edit_btn:hover,.upload_btn:hover{
  background: var(--btn-edit-hover);
  text-decoration: none;
}
.view_btn{
  background: var(--btn-view);
}
.view_btn:hover{
  background: var(--btn-view-hover);
}

header {
  background: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #fcfcfc);
  background-image: -moz-linear-gradient(top, #f5f5f5, #fcfcfc);
  background-image: -ms-linear-gradient(top, #f5f5f5, #fcfcfc);
  background-image: -o-linear-gradient(top, #f5f5f5, #fcfcfc);
  background-image: linear-gradient(to bottom, #f5f5f5, #fcfcfc);
}
.datepicker table{
  width: 100%;
}
.status-success{
  padding: 0.45em .4em;
}
.datepicker.notranslate.datepicker-dropdown.dropdown-menu  {
  padding: 0;
}
input.choose_file,input[type="file"]{
  border: none;
  box-shadow: none;
  /* width: max-content; */
  padding: 6px 8px;
}

.p_0{
  padding: 0 !important;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
  border: none;
}
.close {
  opacity: 1 !important;
  text-shadow: none !important;
  color: var(--text-light) !important;
}

.dis_table_block{
  display: table;
}
.nav-tabs li a {
  font-size: 14px !important;
  color: var(--text-dark);
  background: var(--text-light);
  border: 1px solid var(--border-color);
}
.center_align{
  text-align: center;
}
.add_module_btn{
  background: var(--btn-primary);
  padding: 4px 12px;
  border-radius: 4px;
}
.upload_btn{
  background: #0e4290;
  padding: 4px 12px;
  border-radius: 4px;
}
.dropdown-menu.rightdrop.r1 li:nth-child(1) a{
  color: var(--text-light) !important;
  text-transform: capitalize;
}
/* uday 1200 992 */
@media only screen and (min-width: 992px){
  .desktop-visible{
    display:block;
  }
  .mob-tab-show{
     display:none;
  }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
  text-align: center;
}
.topm{
  display: none;
}

.dropdown-menu.rightdrop.r1 {
  left: 8rem !important;
  top: 58px !important;
  min-width: 210px;
}
.nav-header-user div p{
  width: 60%;
  white-space: normal;
}
}
   
.Quotation p,.Quotation b,.Quotation h4{
  color: var(--text-light) !important;
}

@media print{
.as-tbody >tr:nth-child(even){
background-color:#35496c!important;
}
.as-tbody >tr:nth-child(odd){
background-color:#5d75a0!important;
}
}

.Quotation {
  box-shadow: 5px 10px 10px #323f58;
  background: #35496c!important;
  color: var(--text-light)!important;
  padding: 16px;
  border-radius: 20px;
  height: 242px;
  margin-bottom: 20px;
} 

@media only screen and (min-width:601px) and (max-width:768px){
      #Submit1{
    display: block;
    position: relative;
    top: 350px;
    /* margin-right:30% !important; */
  }
}
@media only screen and (max-width: 768px) {

  .mob-width-100{
    width:100%;
  }
    #Submit1{
    display: block;
    position: relative;
    top:0px;
    /* margin-right:30% !important; */
  }
  td,
  th {
    font-size: 17px !important;
  }
  .over_hiddn {
    padding: 0;
}
  .create {
    position: fixed;
    z-index: +9;
    text-align: center;
    left: 50% !important;
    font-size: 24px;
    color: #1e4b7c ;
    transform: translate(-50%, 65%);
    width: 100%;
    /* font-family: system-ui; */
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1px;
}
button [id="leads"]{
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
  
.modal-dialog{
  z-index: +99!important;
}
.form-controlas{
   color:#000!important;
   height:42px!important;
 }

.input-group-btn{
  z-index: +99999!important;
}

input.form-control.txtsearch{
    position: relative;
    z-index: 2;
    left:5%;
    color:#fff!important;
    float: left;
    width: 90%!important;
    margin-bottom: 0;
}

  .form-control1 {
    margin-top: 0;
    width: 92%;
    margin-left: 16px;
    padding: 2px 0px!important;
}
#btnselectedleads{
    margin-left: 0%;
    /* display: block!important; */
    margin-top: 25px;
}
#btnSendEmail{
  margin-left: 55px;
}
.delete_button {
  position: absolute;
  top: 0!important;
  margin-left: 14px!important;
  margin-top: -28px;
  
}
.leads-btn-as{
    position: relative;
    top: -8px;
    left: 25px;
}

.mobile-only{
  margin-top: 25px;
  display: block!important;
}
.mobile-view-btn{
  padding: 5px;
}
.as-email{
  font-size: 11px!important;
}

.padd-o{
  padding: 0px;
}
.pull-right{
  margin: 10px 0px!important;
}
.form-control2{
    width: 88%;
    margin-left: 30px;
  }

}
.mobile-only{
  display: none;
}
.tablefont {
    font-size: 15px!important;
    font-family: Calibri;
}

@media only screen and (max-width: 1280px){
.as-unit {
    position: relative;
    top: 0px!important;
    left: 5%;
}
}

.dropdown-content li a {
  text-decoration: none;
  color: var(--text-light) !important;
}
span.cke_toolgroup {
  max-width: 240px;
  overflow-x: scroll;
}

#cke_description {
  width: auto !important;
}
td#cke_top_Remark {
  padding: 0px !important;
}
td#cke_contents_Remark {
  padding: 0px !important;
}
.modal-body {
  overflow-x: auto;
}
.rightdrop {
  float: left !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  top: 3.1em !important;
}
.navbar-form2 {
  width: 100% !important;
}
.headerright {
  float: none !important;
}
.headerright .toplink {
  padding: 6px 6px !important;
}
@media screen and (device-aspect-ratio: 18/9) {
}
.design {
  display: none;
}
.navbar-fixed1 {
  display: none;
}

.pageTitle {
  margin: 10px 0;
}
.container {
  width: 100%;
}
.form-control {
  height: 30px;
  padding: 2px 7px;
}
.nopadd {
  padding: 0;
}
.padd0 {
  padding: 0 !important;
}
.titlebar {
  background: #ededed none repeat scroll 0 0;
  color: #777;
  overflow: hidden;
  padding: 10px 0;
  text-shadow: 1px 0 0 #fff;
}
.username {
  height: 31px;
}
.password {
  height: 32px !important;
}
.logincontainer h3 {
  margin-top: 0;
  color: #666;
}
.mr5top {
  margin-top: 5px;
}
.menu {
  background: #444;
}
.navbarstyle {
  background: #1428a0 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: 5px 2px 2px #000;
}
.padd0 {
  padding: 0;
}
.right3 {
  margin-right: 4px;
}
.mar5 {
  margin-top: 6px;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 41px;
  position: absolute;
  background: #ff0000;
  z-index: 999;
  right: 1px;
  top: 1px;
}
.menu > ul {
  box-shadow: 0px 2px 1px #000;
  border-radius: 0;
}
.breadcrumb {
  margin-bottom: 0;
  background: #dfdfdf;
  border-radius: 0;
}
.titlebaright {
  padding-top: 10px;
  text-align: right;
}
.padd0 {
  padding: 0;
}
.panel_c {
  border-color: #888;
  box-shadow: 0 0 4px 0 #666;
  border-radius: 0;
}
.panel_c .panel-heading {
  font-size: 18px;
}
.panel-default > .panel-heading {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f4f7);
  background-image: -moz-linear-gradient(top, #ffffff, #f7f4f7);
  background-image: -ms-linear-gradient(top, #ffffff, #f7f4f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f4f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f4f7);
  border-radius: 0;
  color: #000;
}
.navbar {
  margin-bottom: 0;
  z-index:99;
}
.navbar-inverse {
  background: #f3f2f2 linear-gradient(to bottom, #f3f2f2, #e8e5e5) repeat scroll
    0 0;
  border: none;
  border-radius: 0;
}
.navbar-brand {
  float: left;
  font-size: 18px;
  line-height: 20px;
  height: auto;
  padding: 9px;
}
.left0 {
  padding-left: 0 !important;
}
.bottom20 {
  padding-bottom: 20px !important;
}
.top20 {
  margin-top: 25px !important;
}
.f-right {
  float: right !important;
}
.l10 {
  margin-left: 10px;
}
.bold {
  font-weight: bold !important;
}
.nav > li > a {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 20px;
  position: relative;
}
.navbar-default .navbar-nav > li > a {
  color: #eee;
}
.navbar-default .navbar-nav > li > a:hover {
  background: #eee;
  color: #333;
}
.formwrapbox {
  border-bottom: 1px solid #ddd;
  margin: 10px 0;
  overflow: hidden;
  padding: 10px 0 !important;
  width: 100%;
}
.formwrapbox1 {
  margin: 10px 0;
  padding: 10px 0 !important;
  width: 100%;
}
.formwrapbox2 {
  margin: 10px 0;
  padding: 10px 0 !important;
}
.c_input {
  float: left;
  margin: 0 4px;
  width: 70px;
}
.c_input6 {
  float: left;
  margin: 0 4px;
  width: 60px;
}
.c_input2 {
  float: left;
  margin: 0 4px;
  width: 120px;
}
.c_label {
  padding-right: 8px;
  text-align: right;
  width: 300px;
}
.c_label2 {
  padding-right: 8px;
  text-align: right;
}
.c_label2 {
  padding-left: 0 !important;
}
#reminder .checkbox {
  padding-left: 0;
}
.tab-content > .tab-pane {
  background: #fdfdfd none repeat scroll 0 0;
  min-height: 310px;
}
.shipmenthonorlogo {
  margin-left: 21%;
}
.space3 {
  display: inline-block;
  float: left;
  margin: 5px 20px 10px 0;
}

.c_button {
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 29px;
  margin: 0 5px;
  padding: 3px 8px;
}
.t-right {
  text-align: right;
}
.f-left {
  float: left;
}
.c_select2 {
  float: left;
  margin: 0 5px;
  width: auto;
}
.c_select {
  width: 100px;
  float: left;
  margin: 0 5px;
}

.jumbotron {
  background-color: none;
}
.small1 {
  font-size: 11px;
  color: #888;
}
.height200 {
  height: 200px;
  width: 100%;
}
.dropicon {
  position: relative;
  top: -2px;
}
.heading5 {
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
  margin-top: 0;
}
.disabletab {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.smalltext {
  font-size: 12px;
  font-family: "Source Sans Pro", sans-serif;
}
.middlecontainersearch {
  background: #fcfcfc;
  overflow: scroll;
  height: 350px;
}
.btn {
  font-weight: 600 !important;
  padding: 4px 20px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.gridcolum {
  background: #fcfcfc none repeat scroll 0 0;
  border: 1px solid #ddd;
  display: table-cell;
  height: 300px;
  margin: 2px;

  width: 135px;
  height: 30px;
}
.gridcolum ul {
  margin: 0;
  padding: 0;
}
.gridcolum ul li {
  border-bottom: 1px solid #ddd;
  height: 30px;
  list-style: outside none none;
  margin-right: 0;
  padding: 5px 10px;
  width: 170px;
}
.mr10 {
  margin-top: 10px !important;
}
.mr0{
  margin-top:0px;
  margin-bottom:0px;
}
.top-120 {
  margin-top: -120px;
}
.anchor1 a {
  margin-right: 20px;
}
.style1 {
  color: #0098ad;
}
.panel-heading h3 {
  margin: 0;
  padding: 0;
}
.panel-default > .panel-heading {
  border-color: #aaa;
  border-radius: 0;
  color: #555;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 10px;
  text-shadow: 1px 0 0 #fff;
}
.left20 {
  margin-left: 30%;
  margin-top: 2%;
}

.mr10 {
  margin-top: 10px;
}
.customtoggle a {
  border-bottom: 1px solid #ccc;
  display: block;
  font-size: 16px;
  color: #04a0b6;
  padding: 7px;
  text-decoration: none;
}
.notificationbox {
  border-bottom: 1px solid #04a0b6;
  font-size: 12px;
  padding: 7px;
}
.notificationbox label {
  color: #aaa;
}

.homepanebox {
  background-color: #fff;
  border: 1px solid #bbb !important;
  border-radius: 0;
  margin-bottom: 20px;
  margin-top: 15px;
}
.homepanelright {
  text-align: right;
  padding: 0;
}
.actionbtnpanel {
  float: left;
}
.actionbtnpanel a {
  color: #444;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  text-shadow: none;
}

.customcheckbox {
  width: 106px !important;
  font-size: 12px !important;
  display: inline-block;
  background: none !important;
  float: right;
}
.customcheckbox .checkbox {
  background: none;
}
.currentstatus {
  float: left;
  font-size: 14px;
  margin-top: 6px;
}

.popover-content {
  width: 260px;
}

/* custom select*/
.select-style {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  width: 120px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;

  background: #fff url("../img/arrowdown.gif") no-repeat 90% 50%;
}

.select-style select {
  padding: 5px 8px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-style select:focus {
  outline: none;
}
/* end custom select */

/* section style*/
.section1 {
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
  width: 100%;
}
.anchor2 {
  background: #efefef;
  color: #333;
  padding: 5px 8px;
  border: 1px solid #bbb;
  color: 1px 0 0 #fff;
  cursor: pointer;
  text-decoration: none;
}
.label5 {
  margin-right: 10px;
  color: #777;
}

/*section*/
table tr td a {
  color: #04a0b6;
}
.invoicetable {
  background: #fff;
  border: 2px solid #aaa;
}
.table1 {
  max-height: 160px;
  overflow-y: scroll;
}
.table2 {
  max-height: 260px;
  overflow-y: scroll;
}
.llargemodal {
  width: 95%;
}
.over-hidden {
  overflow: hidden;
}
.message-box {
  margin: 10px 0;
  border: 2px solid #ddd;
  padding: 7px 5px;
  font-size: 12px;
  text-shadow: 1px 0 0 #fff;
}
.top0 {
  margin-top: 0;
}
.nobrodertable {
  border: 1px solid #aaa;
}
table.nobrodertable > thead > th {
  border: none !important;
}
.nobrodertable > td {
  border: none;
}
.t-center {
  text-align: center;
}
.small2 {
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
}
.tdaction a {
  border: 1px solid #aaa;
  padding: 2px 3px;
  height: 25px;
  float: left;
  margin-right: 1px;
  border-radius: 3px;
}
.largeform {
  height: 500px;
  overflow-y: scroll;
}
.largeform1 {
  height: 600px;
  overflow-y: scroll;
}
.msgmodal {
  background: #2ab7c7;
  background-image: -webkit-linear-gradient(top, #2ab7c7, #13b0b0);
  background-image: -moz-linear-gradient(top, #2ab7c7, #13b0b0);
  background-image: -ms-linear-gradient(top, #2ab7c7, #13b0b0);
  background-image: -o-linear-gradient(top, #2ab7c7, #13b0b0);
  background-image: linear-gradient(to bottom, #2ab7c7, #13b0b0);
  color: #fff;
}
.adjustment {
  height: 300px;
}

/* multiple label dropdown menu css*/
/* multiple label dropdown menu css*/
#fulecharge {
  z-index: 999999999999999 !important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* multiple label dropdown menu css*/
.sidebarwrap {
  float: left;
  margin: 0;
  padding: 0px 0 0;
  width: 18%;
}
.sideicon {
  background: #444 none repeat scroll 0 0;
  color: #fff;
  height: 45px;
  margin-right: 5px;
  padding: 18px 8px;
  width: 34px;
}
.panel-default .c_panel {
  background: #ededed none repeat scroll 0 0 !important;
  border: medium none;
  padding: 0;
}
.panel-collapse {
  padding: 10px;
}
.panel-group .panel {
  border-radius: 0px;
  margin-bottom: 0;
}
.panel-group .panel + .panel {
  margin-top: 0px;
}
.colapsanchor {
  border-bottom: 1px solid #333;
  color: #444 !important;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  padding: 0;
}
.leftpanel {
  border: none;
}
.maincontainer {
  float: left;
  box-shadow: 6px 3px 4px #aaa inset;
  padding: 10px 0;
  min-height: 520px;
  width: 100%;
  background: #dfdfdf;
}
.maincontainerdash {
  background: #dfdfdf none repeat scroll 0 0;
  box-shadow: 2px 1px 1px #aaa inset;
  float: left;
  min-height: 520px;
  padding: 10px 0;
  width: 82%;
}
.hdata {
  min-height: 250px;
  overflow-y: auto;
  max-height: 250px;
  border-bottom: 0px solid #eee;
}
.headerright .toplink i {
  font-size: 16px;
}
.headerright .toplink {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #fff inset;
  color: #666;
  float: left;
  font-size: 14px;
  height: 33px;
  margin: 1px;
  padding-top: 7px;
  text-align: center;
  text-shadow: 1px 0 0 #fff;
  width: 42px;
}
.headerright .toplinkuser {
  width: 70px !important;
}
.headerright {
  float: right;
  margin-top: 25px;
}
.navbar-form2 {
  float: left;
  width: 57%;
  margin-top: 29px;
}
.custom_checkbox {
  margin-right: 5px !important;
  margin-top: 10px !important;
}
.navbar-form2 .input-group-btn button.btn-default {
  background: #1428a0 none repeat scroll 0 0;
  border: 1px solid #1428a0;
  color: #fff;
  height: 30px;
  z-index:+9999;
  margin-left: -3px;
}

.rightdrop {
  padding: 0;
}
.rightdrop a {
  color: #777 !important;
  font-size: 12px;
  padding: 6px 10px !important;
}
.rightdrop a:hover {
  background: #1428a0;
  color: #fff;
}
.rightdrop li {
  border-bottom: 1px solid #aaa;
  padding: 2px 5px;
}
.c_textarea2 {
  height: 200px !important;
}
.maincontainer h1 {
  border-bottom: 1px solid #aaa;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 15px;
  margin-top: 0;
  padding: 5px 0px 5px 15px;
}
.table-striped td,
th {
  padding: 5px !important;
  font-size: 12px;
}
.tabledata {
  margin-bottom: 0;
}
.tabledata th {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f4f7);
  background-image: -moz-linear-gradient(top, #ffffff, #f7f4f7);
  background-image: -ms-linear-gradient(top, #ffffff, #f7f4f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f4f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f4f7);
}
.topth {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f4f7);
  background-image: -moz-linear-gradient(top, #ffffff, #f7f4f7);
  background-image: -ms-linear-gradient(top, #ffffff, #f7f4f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f4f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f4f7);
  overflow: hidden;
  padding: 5px 13px;
  width: 100%;
}
.paginationcustom {
  text-align: center;
}
.actionbtn a {
  margin: 3px 10px;
  font-size: 18px;
  color: #666;
}
.actionbtn {
  float: right;
  padding-top: 6px;
}
.pagerecord {
  float: right;
  margin-right: 31px;
}
.createlid input,
select {
  margin-top: 5px;
}
.c_label10 label {
  font-size: 12px;
  line-height: 0;
  margin-bottom: 0;
  margin-right: 10px;
}
.maincontainer h3 {
  background: #3c9bb3 none repeat scroll 0 0;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  text-shadow: 1px 0 0 #fff;
  text-transform: uppercase;
}
.helpmore a {
  color: #076198;
  margin-right: 10px;
}
.maincontainer a {
  color: #076198;
}
.mtable td {
  text-align: center;
  font-size: 12px;
}
.mtable2 td {
  padding: 3px;
}


@media only screen and (max-width: 992px) {
   .mob-tab-show{
     display:block;
  }
   .desktop-visible{
    display:none;
  }
  #weekly-chart {
  margin: 90px 0 !important;
}

      button#sft_login_btn{
    color: var(--sidebar-text) !important;
    padding: 15px 10px 15px 20px;
    font-size: 18px !important;
  }
  .header__menu .col-sm-4 {
    width: 100%;
}

.heade-title-top {
  margin-right: 0px;
}
  .panel-body.body_pnl .col-sm-2 input {
    margin-bottom: 18px !important;
  } 
  #content-wrapper {
    justify-content: center;
}
#adesc span{
padding:9px 6px;
}
  .cke_skin_kama .cke_contents iframe {
    background-color: #fff;
    float: left;
    margin-left: -8px !important;
    width: 245px !important;
  }
   .navbar-fixed1 {
    display: block;
    padding-top: 0;
    padding-bottom: 130px;
  }
  table {
    width: 750px !important;
    border-collapse: collapse !important;
  
  }


  /* uday coment */
  /* Zebra striping */
  tr:nth-of-type(odd) {
    background: #e4e4e459;
  }

#content-wrapper .container, #content-wrapper #navbar {
    padding: 0;
    display: block;
    /* background-color: #f9f9f9; */
    background-color: transparent;
}
#mobile-navigation {
  position: absolute;
  top: 30px;
  z-index: +9999999;
  left: 10px;
  /* display: none; */
}
.nav-header-user{
  display: none !important;
} 
nav.navbar.navbar-default.navbarstyle.fixed2{
  width: auto !important;
}
  
  #left-section {
      position: fixed !important;
      z-index: 99999999;
      visibility: visible;
      transform: translateX(0px);
      transition: all 0.5s ease 0s;
      position: fixed;
      height: 100%;
      left: 0;
      top: 0;
      visibility: hidden;
      z-index: 99999999;
      min-width: 260px !important;
      background-color: #f9f9f9 !important;
      overflow-y: scroll !important;
      overflow-x: hidden;
      
  }
  #navbar{
    padding-left: 0em !important;
  }
  .container > .navbar-header{
    display: none;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 10px 16px 10px 45px;
    color: var(--sidebar-text) !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    border: none !important;
}
.navbar-nav > li{
  border-bottom: 4px solid #e9e9e9;
  line-height: 2.2em;
  /* padding: 4px 0; */
}
.navbar-default .navbar-nav > li > a i, .as-icon1 {
  color: #00BCD4 !important;
  /* font-size: 16px !important; */
}
.name {
  display: none;
}
.bottom-bar--item .icon svg {
  height: 36px;
  width: 36px;
}
/* .menu-list-icon {
  width: 40px !important;
} */
#navbar .nav.navbar-nav .dropdown.open > a::after{
  transform: translateY(-25%) rotate(-45deg);
  -webkit-transform: translateY(-25%) rotate(-45deg);
  -moz-transform: translateY(-25%) rotate(-45deg);
  -ms-transform: translateY(-25%) rotate(-45deg);
  -o-transform: translateY(-25%) rotate(-45deg);
}
.navbar-default .navbar-nav > li > a > span > i {
  margin-right: 5px;
  color: #fff !important;
}
header {
    position: fixed;
    top: -1%!important;
    left: 0;
    height: 50px;
    width: 100%;
    background: #3c9cb3 !important;
    z-index: 3;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }

  th {
    background: #3498db !important;
    color: white !important;
    font-weight: bold !important;
  }

  td,
  th {
    padding: 10px !important;
    border: 1px solid #ccc !important;
    text-align: left !important;
    font-size: 18px !important;
  }

  div#TodayFollowupModal {
    margin-bottom: 0em;
    margin-top: 0em;
  }
  div#TodayFollowupModal .modal-body {
    margin-top: 0.2em;
    max-height: 565px;
  }
  .ovtime {
    /* margin-top: -15px !important; */
    margin-bottom: 45px !important;
  }
  .hide1 select {
    width: 160px;
  }
  .hide1 textarea {
    width: 160px;
  }
  .hide1 input {
    width: 160px;
  }
  .selectallm {
    display: block !important;
    top: 21em;
    left: -2em;
    position: fixed;
    transform: rotate(-90deg);
    z-index: 999;
  }
  .b1 {
    margin-top: 2em !important;
  }
  .modal-footer {
    padding: 5px 14px;
    height: 40px;
  }
  .modal-header {
    z-index: 99999999 !important;
    position: fixed;
    width: 99.7%;
  }
  table:first-child {
    width: 100% !important;
  }
  .modal-body {
    margin-top: 3em;
  }
  .report tbody tr td strong {
    display: none;
  }
  .datepicker-orient-right {
    left: 0 !important;
  }
  /* Force table to not be like tables anymore */
  table:not(.table-condensed),
  table:not(.table-condensed) thead,
  table:not(.table-condensed) tbody,
  table:not(.table-condensed) th,
  table:not(.table-condensed) td,
  table:not(.table-condensed) tr {
    display: block !important;
  }
  table:not(.table-condensed) .table-bordered {
    border: 0px !important;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  table:not(.table-condensed) thead {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }

  table:not(.table-condensed) tr {
    border: 0px solid #ccc !important;
    border-radius: 5px;
    box-shadow: 0px 0px 0px #0003;
    background: transparent;
  }
  table:not(.table-condensed) .selected {
    color: #111 !important;
  }

  table:not(.table-condensed) td {
    /* Behave  like a "row" */
    border: none !important;
    border-bottom: 0px solid #eee !important;
    position: relative !important;
    padding-left: 55% !important;
  }
  table:not(.table-condensed) .report tbody td {
    display: none !important;
  }

  td:before {
    /* Now like a table header */
    position: absolute !important;
    /* Top/left values mimic padding */
    top: 6px !important;
    left: 6px !important;
    width: 57% !important;
    padding-right: 10px !important;
    white-space: normal !important;
    /* Label the data */
    content: attr(data-column) !important;

    color: #000 !important;
    font-weight: bold !important;
    text-align: left;
  }

  #SubmitAssigned {
    margin-top: 3px;
  }
  body {
    /* Disables pull-to-refresh and overscroll glow effect.
     Still keeps swipe navigations. */
    overscroll-behavior-y: none !important;
  }
  .main-content {
    /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */

    min-height: 100%;
    position: relative;
    background-color: #ededed;
    z-index: 2;
    padding-top: 50px;
    /* Force Hardware Acceleration in WebKit */

    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }

  .main-content.menu-open {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }

  @media only screen and (min-width: 768px) {
    .main-content {
      padding-top: 70px;
    }

   
  }

  header {
   
    width: 100%;
    background: #3c9cb3 !important;
    z-index: 3;
    /* Force Hardware Acceleration in WebKit */

    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }

  header.menu-open {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }

  @media only screen and (min-width: 768px) {
    header {
      height: 70px;
    }
    .width-25{
      width:25% !important;
    }
    

  }

  #site-title {
    display: block;
    float: left;
    margin: 12px 0 0 20px;
    font-size: 1.5em;
    font-weight: 400;
  }

  #site-title a {
    color: #585858;
  }

  #site-title a:hover {
    color: #b6b6b6;
  }

  #site-title img {
    display: block;
  }

  @media only screen and (min-width: 768px) {
    #site-title {
      margin: 22px 0 0 30px;
    }
   
  }


  #nav-trigger {
    position: relative;
    margin: 0px 15px 0 0;
    top: -10px;
    right: auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: right;
    float: left;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .is-clicked {
    right: -18em !important;
    position: absolute !important;
    transition: 0.3s all ease;
  }
  #nav-trigger .line {
    height: 3px;
    width: 100%;
    margin-bottom: 4px;
    background: #fff;
    -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }

  #nav-trigger .line.l-01 {
    width: 95%;
  }

  #nav-trigger .line.l-02 {
    width: 80%;
  }

  #nav-trigger .line.l-03 {
    width: 70%;
  }

  #nav-trigger .line.l-04 {
    width: 100%;
  }

  #nav-trigger:hover .line.l-01 {
    width: 80%;
  }

  #nav-trigger:hover .line.l-02 {
    width: 95%;
  }

  #nav-trigger:hover .line.l-03 {
    width: 100%;
  }

  #nav-trigger:hover .line.l-04 {
    width: 70%;
  }

  #nav-trigger.is-clicked .line.l-01,
  #nav-trigger.is-clicked .line.l-04 {
    background-color: transparent;
  }

  #nav-trigger.is-clicked .line.l-02,
  #nav-trigger.is-clicked .line.l-03 {
    width: 100%;
  }

  #nav-trigger.is-clicked .line.l-02 {
    margin-top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-trigger.is-clicked .line.l-03 {
    margin-top: -6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #menu-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
  }
  .maincontainer {
    margin-top: 9em;
    margin-bottom: 9em;
  }
  #menu-trigger .menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #585858;
    display: none;
  }

  #menu-trigger .menu-icon {
    /* this span is the central line in the menu menu */

    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #585858;
    /* these are the upper and lower lines in the menu menu */
  }

  #menu-trigger .menu-icon::before,
  #menu-trigger .menu-icon:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
  }

  #menu-trigger .menu-icon::before {
    bottom: 5px;
  }

  #menu-trigger .menu-icon::after {
    top: 5px;
  }

  #menu-trigger.is-clicked .menu-icon {
    background-color: transparent;
  }

  #menu-trigger.is-clicked .menu-icon::before,
  #menu-trigger.is-clicked .menu-icon::after {
    background-color: #585858;
  }

  #menu-trigger.is-clicked .menu-icon::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #menu-trigger.is-clicked .menu-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  @media only screen and (min-width: 768px) {
    #menu-trigger {
      width: 110px;
      padding-left: 1.25em;
    }
    #menu-trigger .menu-text {
      display: inline-block;
      line-height: 74px;
    }
    #menu-trigger .menu-icon {
      left: auto;
      right: 1.25em;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }

  #side-nav {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    /* the secondary navigation is covered by the main element */

    z-index: 99999999;
    width: 260px;
    background-color: #f9f9f9;
    overflow-y: auto;
    /* Force Hardware Acceleration in WebKit */

    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.2s 0s, visibility 0s 0.2s;
    -moz-transition: -moz-transform 0.2s 0s, visibility 0s 0.2s;
    transition: transform 0.2s 0s, visibility 0s 0.2s;
    /* this creates the subtle slide in animation of the navigation */

    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
  }

  #side-nav .navigation {
    margin: 10px 0 0px;
    margin-top: 0px;
  }
  #side-nav .navigation li {
    list-style: none;
    margin-left: -4em;
    padding: 4px 0px;
    border-bottom: 4px solid #e9e9e9;
    
  }
  
  #side-nav .sub-menu {
    padding: 0 10px 20px 15px;
    display: none;
    margin-left: 3em;
  }
  #side-nav .dropdown-content {
    padding: 0 10px 20px 15px;
    display: none;
    margin-left: 3em;
  }
  #side-nav a {
    display: block;
    line-height: 2.2em;
    font-size: 18px;
    font-weight: bold;
    padding: 0 16px 0 70px;
    color: var(--sidebar-text);
  }

  #side-nav a.current {
    color: #72d69a;
  }

  .no-touch #side-nav a:hover {
    color: #72d69a;
  }

  @media only screen and (min-width: 768px) {
    #side-nav .navigation {
      margin: 20px 0;
    }
  }

  #side-nav.menu-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
    transition: transform 0.4s 0s, visibility 0s 0s;
    /* smooth the scrolling on touch devices - webkit browsers */

    -webkit-overflow-scrolling: touch;
  }
  /* style menu items which have a submenu  */
  .emailc {
    width: 80%;
    margin-left: 10px;
    margin-top: -4px;
  }
  #side-nav .item-has-children > a {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
  }
  .topm {
    display: flex;
    background-color: #040652;
    width: 100%;
    margin-left: 0 !important;
    padding: 7px;
  }
  .emailc p {
    margin-left: -30px !important;
  }
  .emailc h6 {
    font-weight: 600;
    font-size: 1em;
  }
  #side-nav .item-has-children > a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-left: solid 2px #585858;
    border-bottom: solid 2px #585858;
    position: absolute;
    z-index: 5;
    top: 42%;
    left: 87%;
    display: block;
    transition-property: transform;
    transition-duration: 0.2s;
    transform: rotate(-135deg);
  }

  #side-nav .item-has-children > a.submenu-open::after {
    transform: translateY(-25%) rotate(-45deg);
  }

  #side-nav p {
    font-size: 1em;
    line-height: 1.5;
    padding: 0 10px 0 28px;
    overflow-wrap: break-word;
  }

  #side-nav p a {
    padding: 0;
  }

  #side-nav .socials {
    padding: 0 32px;
  }

  #side-nav .socials:after {
    content: "";
    display: table;
    clear: both;
  }

  #side-nav .socials a {
    display: inline-block;
    font-size: 1.5em;
    line-height: 72px;
    padding: 0 0.5em 0 0;
  }

 
  .col-sm-2.col-xs-4.file1 {
    margin-top: -1em;
  }
  .viewl1 {
    z-index: 2 !important;
  }
  .total1 {
    float: left !important;
  }
  .loginm form input {
    padding: 25px 10px;
    margin-top: 1px;
    border: 1px solid #eee !important;
  }
  .homb1 {
    right: 0 !important;
  }
  .loginm form .glyphicon {
    padding: 5px;
  }
  .mbutton .btn {
    background-color: #5cb85c;
    border: none;
    border-radius: 10px !important;
    padding: 10px 15px;
    min-width: 89px;
    margin: 0px 10px;
    font-weight: 600;
    margin-bottom: -14em;
    font-size: 20px;
    font-family: system-ui;
  }
  input {
   
    box-shadow: none !important;
    
    border-radius: 0px !important;
    margin: 0px 0px;
  }
  select {
    border: 1px solid #d0d0d0 !important;
    box-shadow: none !important;
     /* border-bottom:1px solid #757575!important; */
    border-radius: 8px !important;
    margin: 15px 0px;
  }
  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #f4f4f4;
    opacity: 1;
  
    
    box-shadow: none !important;
   
  }

  .mbutton .pull-right {
    padding: 10px 10px 10px 10px !important;
    background-color: #5bb45b;
    border: none;
  }
  .panel-info > .panel-heading {
    color: #374767  !important;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
  
  .design {
    display: block!important;
    height: 60px;
    background-color: #fff;
    margin-top: 5.2em;
    border-radius: 60px 60px 0px 0px;
    /* margin-left: -10px; */
    /* width: 106%; */
    position: relative;
    z-index: +9999999;
    margin: 75px -12px 0;
}
  .username {
    padding: 25px 10px;
    font-size: 15px;
  }
  .password {
    padding: 25px 10px;
    font-size: 15px;
  }
  /* span.input-group-addon {
    border-radius: 15px 0px 0px 15px !important;
  } */
  .logincontainer {
   overflow-x: hidden;
    background: #fff none repeat scroll 0 0 !important;
    border: none !important;
    box-shadow: none !important;
    margin: 15% auto 0 !important;
    padding: 25px 20px !important;
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
  }
  .loginbg {
    background: #fff !important;
  }
  .logincontainer h3 {
    width: 100% !important;
  }
  img.img-responsive.nicole_lo_go {
    margin-top: -10px;
    margin-bottom: 16%;
    width: 70%;
    display: block;
    margin: 16% auto;
  }
  .logincontainer button.bluebtn {
    background: #1428a0 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    padding: 15px !important;
    text-shadow: none !important;
    text-transform: uppercase;
    border-radius: 5px !important;
  }


  .btn-ripple::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 25%;
    height: 100%;
    width: 50%;
    background-color: #000;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transition: all ease-in-out 0.8s;
    transform: scale(5, 5);
  }

  .btn-ripple:active::after {
    padding: 0;
    margin: 0;
    opacity: 0.1;
    transition: 0s;
    transform: scale(0, 0);
  }
  .navbar-form2 {
    float: left;
    left: 10%;
     top:-5px;
    z-index: -1;
    position: absolute;
    width: 85% !important;
  }
/* .form-control{
background:transparent!important;
} */
  .headerright {
    float: left !important;
    margin-top: 5px !important;
    width: 105% !important;
    display: block !important;
    margin-left: 0px !important;
    margin-bottom: 10px;
    display: none !important;
  }
  /* uday */
  /* .navbarstyle {
    display: none;
  } */
  .btn-primary:active {
    color: #000 !important;
    background-color: #fff !important;
  }
  .open > .dropdown-toggle.btn-primary {
    color: #000 !important;
    background-color: #ffffff !important;
    border-color: #f7f7f7 !important;
  }
  .headerright.fixed1 {
    position: fixed;
    top: 55.2px;
    background-color: #fff !important;
    z-index: 99999 !important;
    height: 47px;
    padding-top: 10px;
    width: 100%;
    left: 0;
  }
  nav.navbar.navbar-default.navbarstyle.fixed2 {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 10px;
  }
  .navbarstyle {
    background: #eeeeee !important;
  }
  .navbar-toggle {
    border: 0px solid transparent !important;
  }
  .ListItemCapitalize {
    margin-top: 15px;
    float: left;
    /* left: 15px; */
  }

  #TicketsModal .modal-dialog .modal-content .modal-body {
    overflow-x: scroll !important;
  }
  .col-xs-offset-6.col-xs-6.col-sm-2.padd0 {
    margin-top: 15px;
    right: -22px;
  }
  body {
    text-shadow: none !important;
  }
  .fixed1 .toplink {
    margin-left: 18px !important;
  }
  .open > .dropdown-menu {
    display: block;
    right: 10px !important;
    width: 100%;
    top: 35px !important;
  }
  .rightdrop li {
    border-bottom: 1px solid #ededed !important;
    padding: 12px;
    left: -27px;
  }

  .fixed1 .open .rightdrop li {
    display: block;
    right: 20px !important;
    width: 103%;
    top: 35px !important;
  }

  ul.dropdown-menu.rightdrop.r1 {
    width: 108% !important;
    right: -16px !important;
    top: 45px !important;
  }
  .fixed1 ul.dropdown-menu.rightdrop.r1 {
    width: 101% !important;
    right: 0 !important;
    top: 44px !important;
  }
  .navbar-default .navbar-nav > li > a {
    color: #515151 !important;
    font-size: 14px !important;
    border-bottom: 0.5px solid #e3e3e3;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #afafaf !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    border-bottom: 0.5px solid #e7e7e7ee !important;
  }
 
  .bottom-bar--items {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* .bottom-bar--item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 15px 15px;
  } */
  /* .bottom-bar--item {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 15px 15px 0;
    flex-direction: column;
} */
  /* .bottom-bar--item:not(:last-child) {
    margin-right: 15px;
  } */
  .bottom-bar--item:nth-child(1) .name {
    color: #ffffff;
  }
  .bottom-bar--item:nth-child(1) [type="radio"]:checked ~ .icon svg {
    stroke: #5b37b7;
  }
  .bottom-bar--item:nth-child(1) [type="radio"]:checked ~ label {
    background-color: rgb(238 238 238 / 8%);
  }
  .bottom-bar--item:nth-child(2) .name {
    color: #ffffff;
  }
  .bottom-bar--item:nth-child(2) [type="radio"]:checked ~ .icon svg {
    stroke: #c33c96;
  }
  .bottom-bar--item:nth-child(2) [type="radio"]:checked ~ label {
    background-color: rgb(238 238 238 / 8%);
  }
  .bottom-bar--item:nth-child(3) .name {
    color: #ffffff;
  }
  .bottom-bar--item:nth-child(3) [type="radio"]:checked ~ .icon svg {
    stroke: #292929;
  }
  .bottom-bar--item:nth-child(3) [type="radio"]:checked ~ label {
    background-color: rgb(238 238 238 / 8%);
  }
  .bottom-bar--item:nth-child(4) .name {
    color: #ffffff;
  }
  .bottom-bar--item:nth-child(4) [type="radio"]:checked ~ .icon svg {
    stroke: #1194aa;
  }
  .bottom-bar--item:nth-child(4) [type="radio"]:checked ~ label {
    background-color: rgb(238 238 238 / 8%);
  }
  /* .icon {
    font-size: 18px;
  } */
  /* .icon {
    font-size: 18px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
}  */

  /* .bottom-bar--item label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    border-radius: 30px;
    flex: none;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.15s ease-in-out;
  } */
  .bottom-bar--item [type="radio"] {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    -webkit-appearance: none;
    flex: none;
  }
  .bottom-bar--item [type="radio"]:checked ~ .name {
    margin-left: 15px;
    display: block;
    width: 100%;
  }
  .bottom-bar--item .icon svg {
    stroke: #fff;
    fill: #fff;
    display: block;
}
  .bottom-bar--item .name {
    font-weight: 600;
    font-size: 16px;
    width: 0%;
    /* margin-left: -15px; */
    /* overflow: hidden; */
    transition: all 0.5s ease-in-out;
  }
  .modal-header {
    background-color: #1e4b7c !important;
    border-bottom: 1px solid #e4e4e4 !important;
    padding: 10px !important;
    /* color: #111 !important; */
  }
  div#notepad {
    margin-top: 12em;
  }
  .tracktable {
    overflow-x: scroll;
  }
}
/*foriphone6*/
@media only screen and (min-device-width: 375px) and (max-device-width: 375px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .headerright .toplink {
    margin: 0px 4px !important;
  }
  .fixed1 .toplink {
    margin-left: 12px !important;
  }
}
.bottom-bar {
  display: none;
}

/* STYLISH RADIO AND CHECKBOS */

.checkbox label:after,
.radio label:after {
  content: "";
  display: table;
  clear: both;
}
.checkbox,
.radio {
  display: inline-block;
  margin: 0;
  padding: 4px 0 0 8px;
}
.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #047484;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-top: 2px;
  margin-right: 0.5em;
}

.radio .cr {
  border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 20%;
  color: #01b2ca;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: 0.5;
}
.c_radio {
  width: 120px;
  float: left;
  margin: 0;
}
.radio + .radio {
  margin-top: 2px;
}
/* END STYPLISH RADIO OR CHECKBOX*/
.customcheckboxwrao .checkboxrepeat {
  float: left;
  width: 96px;
  margin-right: 0px;
}
.customcheckboxwrao {
  width: 100%;
}
.customcheck {
  margin-left: 15px !important;
  float: left;
}
.checkboxrepeat .labelright {
  margin-left: 8px;
}
.customcheckboxwrao .checkboxrepeat label {
  font-weight: normal;
}
.logincontainer button.bluebtn {
  background: #1428a0 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  padding: 6px;
  text-shadow: 1px 0 0 #1b4195;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: #e6f2fa;
  background-image: -webkit-linear-gradient(top, #e6f2fa, #ffffff);
  background-image: -moz-linear-gradient(top, #e6f2fa, #ffffff);
  background-image: -ms-linear-gradient(top, #e6f2fa, #ffffff);
  background-image: -o-linear-gradient(top, #e6f2fa, #ffffff);
  background-image: linear-gradient(to bottom, #e6f2fa, #ffffff);
}
.field-validation-error {
  color: #ff0000;
  font-size: 18px;
  margin-left: 6px !important;
  position: absolute;
  top: -4px !important;
}
.maincontainerdash .panel-heading i {
  color: #3e76f2;
  margin-right: 5px;
}
.sidenews td {
  border-bottom: 2px solid #aaa;
  padding: 12px 5px;
}
.sidenews {
  background: #fff none repeat scroll 0 0;
  height: 300px;
  padding: 0;
}
.sidenews h4 {
  background: #666 none repeat scroll 0 0;
  color: #fff;
  margin-top: 0;
  padding: 8px 6px;
  text-shadow: 1px 0 0 #000;
}
header .container .col-sm-3 a img {
  width: 164px;
  margin: 9px 0;
}

.badgeLeadNotify {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 41px;
  position: absolute;
  background: #ff0000;
  z-index: 999;
  right: 1px;
  top: 1px;
}
.ovtime {
  margin-top: 9px;
  margin-bottom: 15px;
}
.display_flex{
  display: flex;
}

@media (min-width: 768px) {
  .modal-lg {
    width: 65%;
  }
  .gap-sm-60{
    gap:60px;
     }
       .PopSearch .btn{
    border-radius:0px 50% 50% 0px !important;
  }
}
/*---------------------------------------------------------------new css--------------------------------------------------------*/
.headerright .toplink {
  border: none;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
}
input.form-control.txtsearch {
 
  padding-left: 20px;
}
.navbar-form2 .input-group-btn button.btn-default {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #3c9cb3;
  height: 30px;
  width: 30px;
  position:relative;
  z-index:+9;
  margin-left: -3px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  padding: 0;
  font-size: 12px;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3c9cb3;
  border-color: #3c9cb3;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #3c9cb3;
  border-color: #3c9cb3;
}
.rightdrop li {
  padding: 10px 10px;
}
.rightdrop li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
#content-wrapper {
  display: flex;
}
#content-wrapper .container,
#content-wrapper #navbar {
  padding: 0;
}
nav.navbar.navbar-default.navbarstyle {
  min-width: 180px;
  max-width: 180px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.navbar-nav > li {
  float: none;
  display: block;
}
.navbar-nav {
  float: none;
}
a.crm_logo img {
  width: 100%;
}
.navbar-default .navbar-nav > li > a {
  color: #333 !important;
  font-family: "Source Sans Pro", sans-serif;
}
.navbar-default .navbar-nav > li > a i {
  color: #093361 !important;
  font-size: 16px;
}
.dropdown.open .dropdown-toggle {
  border-left: 5px solid #183f49;
}
.navbar-default .navbar-nav > li > a:hover, .dropdown-menu li a:hover {
  background-color: #e6e6e6 !important;
  color: #333 !important;
  border-left: 5px solid #093361;
  transition: all 0.5s;
}
.dropdown-menu {
  position: absolute;
  top: 0;
  right: -230px;
  left: unset;
  width: 230px;
  border-radius: 0 !important;
  background-color: #fff !important;
}
.navbar-nav > li > .dropdown-menu {
  border: none !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff!important;
  width: max-content;
  min-width: 200px;
  z-index: 9999999999;
  transform: translateY(-65%) !important;
  TOP: auto;
  border-radius: 3px;
  left: 100%;
  padding: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 0 !important;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  
}
.show_menu{
  display: block;
}
.dropdown-content li {
  text-decoration: none;
  display: block;
}
.dropdown-content li.sub-menu a{
  padding-right: 0 !important;
}

  .dropdown-content li a {
      text-decoration: none;
      font-size: 14px !important;
      font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-weight: 400;
      letter-spacing: .3px;
      color: #fffc !important;
  }

  .dropdown-content li:hover {
    background-color: #f9f9f9 !important;
    color: #333 !important;
    border-left: 4px solid #093361;
    transition: all 0.5s;
}
  .dropdown-content li a i{
      color: #00BCD4;
      font-size: 15px !important;
      width: 20px;
      height: 20px;
      text-align: center;
      margin-right: 5px;
      color: #093361 !important;
      /* display: none; */
  }
  
ul.child-menu li {
  border: none !important;
}
.sub-menu .child-menu::before {
width: 2px !important;
bottom: 0 !important;
background: rgba(255, 255, 255, 0.1) !important;
content: "" !important;
position: absolute !important;
top: 0 !important;
left: 12px !important;
}
.sub-menu .child-menu li a::before {
left: 5px !important;
top: -5px !important;
width: 15px !important;
content: " " !important;
position: absolute !important;
display: inline-block !important;
border-top: 2px solid rgba(255, 255, 255, 0.1) !important;
position: relative !important;
}
.dropdown-content .sub-menu .child-menu li a{
  padding-right: 2.5em !important;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.dropdown-content .sub-menu .child-menu li a:hover{
  border-left: 4px solid #093361;
}
.dropdown-menu > li > a {
  padding: 8px 10px;
}
.caret {
  transform: rotate(269deg);
  float: right;
  margin-top: 0.6em;
}
.dropdown-menu .dropbtn a,
.dropdown-menu li a {
  color: #333 !important;
}
.dropdown-content li {
  padding: 0 !important;
  border-left: 4px solid #fff0;
}
.dropdown-content li a {
  padding: 0.5em !important;
  display: block !important;
  letter-spacing: 0.2px;
  color: #333 !important;
}
.form_navbar_2,
.headerright {
  margin-top: 0 !important;
}
header {
  background: #093361!important;
  padding:  28px 10px;

  /* height: 60px; */
}
.header__menu {
  display: flex;
  justify-content: space-between;
}
.ListItemCapitalize {
  text-transform: capitalize;
  margin-top: 0;
}
.panel-info > .panel-heading {
  color: #fff;
  
  border-color: #3c9cb3;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 0 !important;
  font-family: "Source Sans Pro", sans-serif;
}
.panel {
  border-radius: 0;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.table.table-bordered.report,
#chart-container {
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
#chart-container {
  max-height: 333px !important;
}
#weekly-chart {
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  margin: 50px 0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
  font-size: 14px;
  background-color: #3c9cb3;
  font-family: "Source Sans Pro", sans-serif;
}
.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 #ddd;
  font-family: "Source Sans Pro", sans-serif;
}
.navbar-default .navbar-nav > li > a > i,
.navbar-default .navbar-nav > li > a > span > i {
  margin-right: 10px;
}
.navbar-default .navbar-nav > li > a > span > i {
  margin-right: 0px;
  font-size: 14px;
  color: #333 !important;
}
.sub-menu a i{
  margin-right: 10px !important;
}
.sub-menu a span i{
  margin-right: 0;
}
.nav-header-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  margin-bottom: 10px;
  align-content: flex-start;
  /* margin-right: 3em; */
}

.accordion input.chkCompanyId.parent_{
  position: absolute;
  margin-top: 15px !important;
  margin-left: 1em !important;
}
.d_flex input[type="checkbox"]{
  position: relative;
  margin: 0 1em !important;
}
input.chkCompanyId.parent_2{
  position: absolute;
    margin-top: 1.5em !important;
    margin-left: 1.099em !important;
}
.sub_menu.ml-3{
  margin-left: 3.2em;
}
.nav-header-user div {
  text-align: center;
}
.nav-header-user div h4 {
  color: #fff !important;
  font-size: 16px !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin-bottom: 6px;
  padding-right: 2.5em;
}
.nav-header-user div p {
  color: #fff !important;
  font-size: 14px !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
}
.nav-header-user div .user__img {
  width: 90px;
  height: 90px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  margin-top: 10px;
  margin-left: -2.2em;
}
.user_Nm {
  text-align: left !important;
  margin-left: 1em;
}
.nav-header-user .user__desc {
  text-align: left !important;
  width: 100%;
  margin-left: 1.6em;
}
.nav-header-user div .crm_logo {
  margin-top: 20px !important;
  display: block;
}
.navbar {
  position: relative !important;
  background-image: url(../img/shape-bg-3.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  padding-bottom: 80px !important;
}

.menu-list-icon {
  width: 30px;
  height: 30px;
  /* text-align: center; */
  display: inline-block;
}
.menu-list-icon.us_dash{
  width: 25px;
  height: auto;
}
.menu-list-icon.us_dash i.fa.fa-tachometer{
  color: #00BCD4;
}
.navbar-default .navbar-nav > .open > a i,
.navbar-default .navbar-nav > .open > a i:hover,
.navbar-default .navbar-nav > .open > a i:focus {
  color: #7376df !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #f9f9f9 !important;
  color: #7376df !important;
}
.panel-info > .panel-heading {
  color: #374767 !important;
  background-color: #d9edf7;
  border-color: #eee;
  font-size: 16px;
}
.panel-info > .panel-heading i {
  margin-right: 10px;
}
.panel {
  border-radius: 2px;
  /* border: 1px solid #eee; */
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.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: none;
  border-bottom: 1px solid #eee;
}
.black-white-text {
  color: #333 !important;
  background-color: #fff !important;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; 
  font-size: 14px;
  background-color: #e3e4fa;
  font-family: "Source Sans Pro", sans-serif;
  color: #333 !important;
}
.main-page-heading-box {
  padding: 10px;
  background-color: #093361;
  display: inline-block;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.main-page-heading-box h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0 20px;
  font-family: "Source Sans Pro", sans-serif;
}
.main-page-heading-box h3 i {
  margin-right: 10px;
}
i.fa.fa-sign-out {
  color: #fff !important;
}
span[id="totalCount"] {
  font-weight: bold;
  color: #ff0000 !important;
  font-size: 14px;
  position: relative;
  top: -15px;
  background: white;
  border-radius: 50%;
  padding: 5px;
  left: 0;
  font-family: math;
  height: 24px;
  display: inline-block;
  width: 24px;
  vertical-align: middle;
}

.dropdown-menu.rightdrop.r1 li {
  padding: 0;
}
.dropdown-menu.rightdrop.r1 li a:hover,
.dropdown-menu.rightdrop li:hover {
  background-color: #7376de !important;
  border: none !important;
  color: #fff !important;
  transition: all 0.5s;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: transparent;
}
.toplink.btn.btn-primary.dropdown-toggle.btn-ripple {
  border: none !important;
  /* background: #175674; */
  border-radius: 50%;
  width: 35px;
  padding: 3px 10px !important;
  font-size: 1.5rem !important;
  /* position: absolute; */
  right: 5.5em;
}
.wrapper {
  width: 95%;
  overflow-x: hidden;
}
/*------------------------------------------------------------menu css-------------------------------------------------------*/
.toggle-new-menu {
  margin-top: 87px;
}
.toggle-new-menu .nav-header-user {
  display: none;
}
.toggle-new-menu .navbar-nav > li > a,
.toggle-new-menu .navbar-nav > li > a > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.toggle-new-menu .navbar-nav > li > a > .caret {
  display: none;
}
.toggle-new-menu .navbar-nav > li > a {
  font-size: 14px !important;
}
.toggle-new-menu .navbar-nav > li > a > .menu-list-icon,
.toggle-new-menu .navbar-nav > li > a > span > .menu-list-icon {
  font-size: 25px !important;
}
.toggle-new-menu .navbar-nav > li > a > .menu-list-icon i, .toggle-new-menu .navbar-nav > li.dropbtn > a > i {
  font-size: 20px !important;
  margin-right: 0;
}
/*------------------------------------------------------------mobile menu
 css-------------------------------------------------------*/

/*------------------------------------------------------------responsive css-------------------------------------------------------*/
@media (max-width: 768px){
  .mapped-user-table.table-bordered > tbody > tr > td[data-column="Email ID"] {
            word-break: break-all;
       }
  .login-history-table.table-bordered > tbody > tr > td[data-column="IP Address"] {
           height: auto;
    word-break: break-all;
       }
      .ticket-table.table > tbody > tr > td[data-column="Address"],
.ticket-table.table > tbody > tr > td[data-column="Created Date"],
.ticket-table.table > tbody > tr > td[data-column="Customer Name"],
.ticket-table.table > tbody > tr > td[data-column="Modified Date"],
.ticket-table.table > tbody > tr > td[data-column="Working Time"] {
  white-space: break-spaces !important;
}

   .gap-xsm-10{
    gap:10px;
     }

      .remark1 {
    margin-top: 7em !important;
  }
   .bottom-bar {
    background-color: #2267a2;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding:13px 10px;
    box-shadow: 0 20px 90px rgb(50 50 50 / 30%);
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: block !important;
    z-index: 999999;
    color: #fff;
  }
/* 
 .bottom-bar {
    background-color: #040652;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 0px 10px;
    box-shadow: 0 20px 90px rgb(50 50 50 / 30%);
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: block !important;
    z-index: 999999;
    color: #fff;
    left:0px;
  } */


  .PopSearch .btn-ripple{
    display:none;
  }
  .bottom-bar--item:nth-child(3) .icon {
    margin: 0 0 0 10px;
  }
.maincontainer {
  margin-left: 0em;
}
.create{
  top: 60px !important;
  height:35px;
} 
/* .dropdown-content{
    position: relative;
    width: 100% !important;
    background-color: #fff !important;
    width: max-content;
    min-width: 200px;
    z-index: 9999999999;
    transform: none !important;
    TOP: auto;
    border-radius: 3px;
    left: 0;
    padding: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
} */

.sub-menu .child-menu li a::before{
  display: none !important;
}
.dropdown-content .sub-menu .child-menu li a {
  padding-left: 4.2em !important;
}

}

.submenu-open span i.fa-caret-right:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}


@media (max-width: 768px) {

  .header__menu {
    flex-direction: column;
  }
  input {
    margin-top: 0;
  }
  .navbar-default .navbar-nav > li > a i {
    color: var(--sidebar-text) !important;
}
}
@media (max-width: 992px) {

        .remark1 {
    margin-top: 2em;
  }
      .btn {
    border: none !important;
    border-radius: 5px !important;
    margin: 0;
 
  }

  .dropdown-content li {
  text-decoration: none;
  display: block;
  border-bottom: 4px solid #e9e9e9;
  }

  .dropdown-content li a {
  padding-left: 1.7em !important;
  /* padding: 0.5em 0.8em !important; */
  display: block !important;
  letter-spacing: 0.2px;
  color: var(--sidebar-text) !important;
  font-weight: 600;
  font-size: 18px !important;
  font-family: "Source Sans Pro", sans-serif;
}
tr:nth-of-type(odd) {
    margin-bottom: 10px;
    background: #e4e4e459;
    
}

  #mobile-navigation {
    position: absolute;
    top: 24px;
    z-index:+9999999;
    left: 15px;
  }
  .panel-info > .panel-heading {
    color: #374767  !important;
    background-color: #d9edf7;
    border-color: #eee !important;
    font-size: 16px !important;
  }
 
  .bottom-bar--item .icon {
    margin: 0 10px;
}
  .topm {
    display: flex;
    background-color: #02274d;
    width: 100%;
    margin-left: 0 !important;
    padding: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .emailc {
    width: auto;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
  }
  .emailc p {
    margin: 0.5em auto !important;
        font-size: 1em;
        line-height: 1.5;
        padding: 0;
        overflow-wrap: break-word;
        font-weight: 600;
}
  #side-nav p {
    font-size: 1em;
    line-height: 1.5;
    padding: 0;
    overflow-wrap: break-word;
  }

 
}
/* uday 992 */
@media (min-width: 992px) {
  #mobile-navigation {
    display: none;
  }
  .show_mob{
    display: none !important;
  }
  .navigation.single-item-wrapper{
    display: none !important;
  }
  .nav.navbar-nav{
    margin-top: 5em;
}

}
 
.bar1,
.bar2,
.bar3 {
  width: 22px;
  position:relative;
  z-index:+9999999999!important;;
  height: 3px;
  background-color: #b1d3ef;
  margin: 5px auto;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-3px, 6px);
  transform: rotate(-45deg) translate(-3px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}
.hamburger-menu {
  position: absolute;
  top: 1em;
  right: 10px;
}

.hamburger-menu:hover {
  cursor: pointer;
}
.hamburger-menu-toggled {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 32px !important;
  background: #093361;
  text-align: center;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th {
  font-size: 16px;
  background-color: var(--table-header)!important;
  font-family: "Source Sans Pro", sans-serif;
  color: var(--table-header-text) !important;
}

.createlid input,
select {
  margin-top: 0;
}
a.viewbtn {
  display: inline-block;
  background: #076198;
  color: #fff;
  padding: 4px 24px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  touch-action: manipulation;
  cursor: pointer;
}
a.viewbtn:hover {
  text-decoration: none;
}
.modal-header {
  background: var(--model-header);
  border-bottom: 1px solid var(--border);
  padding: 12px;
  color: var(--text-white);
}

.btn-primary.btn-sm.leads-btn.mt-0{
  font-size: 13.5px !important;
}
.nav-tabs li a {
  font-size: 14px !important;
  color: #333;
}
.nav-tabs li.active a {
  font-size: 14px !important;
  color: #fff !important;
  background: #09335fe0 !important;
}
.maincontainer h3 {
  background: #09335fe0!important;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 8px;
  text-shadow: none;
  text-transform: uppercase;
}
.refwrap h2 {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 5px;
  background: #09335fe0!important;
  color: #fff;
  font-size: 16px;
  font-family: Arial;
}
.table-bordered tbody tr {
  background-color: transparent;
}
.topm {
  display: flex;
  background-color: #02274d;
  width: 100%;
  margin-left: 0 !important;
  padding: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.emailc h6,.emailc p {
  color: #fff !important;
}
.emailc h6,.emailc p {
  color: #fff !important;
}
.table > caption + thead > tr:first-child > th,.table > colgroup + thead > tr:first-child > th,.table > thead:first-child > tr:first-child > th,.table > caption + thead > tr:first-child > td,.table > colgroup + thead > tr:first-child > td,.table > thead:first-child > tr:first-child > td {
  border-top: 0;
  border-right: 1px solid var(--border-color);
  vertical-align: middle !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
.table-bordered tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.datepicker-days table tbody tr:nth-child(even) {
  background: #eeeeee00;
}
.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-right: 1px solid var(--border-color);
  vertical-align: middle !important;
}
button#sft_login_btn{
  background:none;
  color:#333; 
  text-align:left; 
  padding: 15px 10px 15px 15px;  
  font-size:17px; 
  letter-spacing: 0.5px;
  border:none;
}
#navbar.toggle-new-menu{
  max-width: 90px;
}
.toggle-new-menu .navbar-nav form li button#sft_login_btn{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.toggle-new-menu .navbar-nav form li button#sft_login_btn i{
  font-size: 20px !important;
}
.toggle-new-menu .navbar-nav form li button#sft_login_btn span{
  text-align: center;
  font-size: 14px;
}
.col-sm-4.padd0.developer_paddo{
  position: absolute;
  background: none !important;
  float: right;
  position: absolute;
  right: 3%;
  top: 8px;
}
/* uday Mobile App */
@media only screen and (max-width: 992px){
  .navbar-default .navbar-nav > .open > a i,
  .navbar-default .navbar-nav > .open > a i:hover,
  .navbar-default .navbar-nav > .open > a i:focus {
    color: var(--sidebar-text) !important;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #f9f9f9 !important;
    color: var(--sidebar-text) !important;
  }

}
@media (max-width: 768px) {
  .PopSearch .btn{
    border-radius: 5px;
  }

  .caret {
    display: none !important;
  }
  #colorSelector div {
    position: static !important;
    margin: 10px !important;
  }
  .table .black-white-text {
    position: static !important;
    top: auto;
    left: auto;
  }
  .table .black-white-text tr th {
    width: 100% !important;
  }
  #bindSearchData .table tbody tr td {
    padding-left: 10px !important;
  }
  .col-sm-3.padd0.developer_paddo {
    float: none !important;
    position: static !important;
    right: 0 !important;
    top: 0 !important;
  }
  .col-sm-3.padd0.developer_paddo span {
    padding-left: 0 !important;
  }
  .col-sm-3.padd0.developer_paddo .btn.btn-danger {
    margin-top: 0 !important;
    float: none !important;
  }
  .ListItemCapitalize {
    margin-top: 0 !important;
    float: none !important;
    /* left: 0 !important; */
  }
  /* span.input-group-addon {
    border-radius: 0 !important;
  } */
  .bootstrap-timepicker-widget.dropdown-menu.open table tbody tr {
    display: flex !important;
    text-align: center;
    justify-content: space-around;
    background: #fff !important;
    box-shadow: none !important;
  }
  .bootstrap-timepicker-widget table td {
    display: inline-block !important;
    text-align: center !important;
    height: 30px;
    margin: 0;
    padding: 2px !important;
  }
  .bootstrap-timepicker-widget.dropdown-menu.open table {
    margin: 0 !important;
  }
  .datepicker td,
  .datepicker th {
    text-align: center !important;
    width: 20px !important;
    height: 20px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    border: none !important;
    padding: 5px !important;
    font-size: 14px !important;
  }
  .datepicker table {
    margin: 0 !important;
  }
  .datepicker th {
    background: #fff !important;
    color: #333 !important;
    font-weight: bold !important;
  }
  .dropdown-menu {
    right: 0 !important;
  }
  #ModelCloseLeads .modal-footer {
    padding-bottom: 100px !important;
  }
  .table .black-white-text {
    display: none !important;
  }
  .modal-dialog {
    width: 95% !important;
  }
  .maincontainer {
    margin-bottom: 2em;
  }
  .ovtime.remark12 .f-right,
  .ovtime .f-right {
    float: none !important;
  }
  #AddWorkModal .modal-footer {
    padding-bottom: 100px !important;
  }
  .input-group.d_flex_input{
    display: flex !important;
    flex-wrap: nowrap;
}
input.form-control.txtsearch.as-search{
  color: #000000 !important;
  font-weight: 550;
}
.modal-footer{
  padding:8px 14px;
  height:53px;
}
.modal-footer .btn{
  padding:8px 20px;
}
.modal-footer{
  display: flex;
  justify-content: center;
}

  .form-controlas{
    font-family: Open Sans;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    background: #F8F9FAFF !important;
    border-radius: 10px !important;
    border-width: 1px !important;
    border-color: #379AE6FF !important;
    border-style: solid !important;
    outline: none;
    height: 45px !important;
  }
  .form-control{
    border-radius:10px !important;
  }
  #btnUrgTpNmPlus, #btnPrdTpNmPlus, #btnErrTpNmPlus,#btnLdsNameCancel{
    width: 14%;
    position: relative;
    left: 2.5vw;
    top: 0px;
  }
span#btnUrgTpNmPlus, span#btnPrdTpNmPlus, span#btnErrTpNmPlus, .input-group-addon{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFFFF;
    background: linear-gradient(180deg, #379AE6FF 0%, #3737E6FF 100%);
    opacity: 1;
    border: none;
    border-radius: 0px 10px 10px 0px !important;
  }
  #ProductTypeID,#ErrorTypeID,#UrgencyID{
    width:81%;
    border-radius: 10px 0px 0px 10px !important;
  }
   .input-group{
    display:flex !important;
   }
.form-horizontal .control-label{
        padding-left: 2.5rem;
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        color: #171A1FFF;
        font-family: system-ui;
        height: 30px;
    
}
  .upload-div,.add-description,.team-remark,.customer-remark{
        box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.5);border-radius: 16px;margin-left: 0px !important; padding: 15px 18px 26px 18px !important;margin-right:0px !important;margin-top:30px;
   }
   .outer-box{
    height:180px;display:flex;justify-content:center;position:relative;
   }
   .upload-icon{
        position:absolute;top:25px;z-index:2;
   }
   .upload-div input[type="file"]{
    height:100% !important;width:100%;left:0%;border:dashed #379AE6FF !important;padding-top:125px;padding-right:20%;padding-left:20%;
   }
.panel-info{
    border:none;
}
   .panel-heading{
      background-color:transparent!important;
      padding:0px;
    }
    .panel{
      box-shadow:none !important;
    }

 .width-70{
      width:70% !important;
  }
  .width-auto{
    width:auto;
  }
  .mob-padding-zero{
    padding:0px !important;
  }
  
  .display-flex{
    display:flex;
  }
  .justify-content-centar{
    justify-content: center;
  }
  .justify-content-evenly{
    justify-content: space-evenly;
  }
  .gap-10{
    gap:10px;
  }
  .gap-20{
    gap:20px;
  }
  .margin-top-20{
         margin-top:20px !important;
  }
  .margin-bottom-20{
         margin-bottom:20px !important;
  }

  .mobile-show{
        display:block !important;
    }
     .desktop-show{
    display:none !important;
   }
   .margin-mob-zero{
     margin:0px !important;
   }
   .width-100{
    width:100%;
   }

}
  .mobile-show{
        display:none ;
    }
   .desktop-show{
    display:block ;
   }
   




 
