/*Global Styling*/

* {
  -moz-webkit-box-sizing: border-box;
  -moz-outline: 0 !important;
  -webkit-outline: 0 !important;
  outline: 0 !important;
}

/*Modal Styling*/

.modal .modal-header .close {
  opacity: 1;
  border: 2px solid #777;
  color: #777;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  padding: 7px 12px;
  transition: all 0.3s ease;
}

.pagination li a {
  cursor: pointer;
}

.pagination li a.disabledp {
  pointer-events: none;
  opacity: 0.5;
}

.modal .modal-header .close:hover {
  background: #f76565;
  color: #fff;
  border: 2px solid #f76565;
  transition: all 0.3s ease;
}

.boxLoading.loader {
  display: none;
}

/*End of modal stylng*/

/* Side bar dropdown styling */

.sub-drop:hover .sidenav-dropdown {
  display: block;
  position: absolute !important;
  left: 100%;
  top: initial;
  bottom: 0;
}

.sub-drop:hover .sidenav-dropdown .opacity-menu {
  display: inline-block;
  opacity: 1;
  padding-left: 10px;
}
/* End of sidebar dropdown styling */

/*Selectize disabled styling*/
.selectize-input.disabled {
  pointer-events: none;
}

.readonly-select {
  pointer-events: none;
}

.quote_by {
  font-weight: bold;
  font-style: italic;
}

.hidesidenav {
  opacity: 0;
  overflow: hidden !important;
}

/*BODY font*/

/*Ajax message initially*/
.ajax-message {
  display: none;
}

/*Ajax error message*/
.error-ajax-message {
  display: none;
}

/*Pagination on bootstrap styling*/
.table-pagination .pagination {
  position: static;
}
/*.overlay {
    background:rgba(0,0,0,0.3);
    display:none;
    width:100%; height:100%;
    position:absolute; top:0; left:0; z-index:99998;
}*/
/*.temp1{
  position: relative;
}*/

.product-div .table-responsive {
  overflow: visible;
}

/*Whitelayer styling*/
.whiteLayer,
.whiteLayer1,
.whiteLayer2,
.whiteLayer3,
.whiteLayer4,
.whiteLayer5,
.whiteLayer6,
.whiteLayer7,
.whiteLayer8,
.whiteLayer9 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  z-index: 1;
  color: #555;
  text-align: center;
  padding-top: 20px;
  font-size: 20px;
}

.whiteLayer p,
.whiteLayer1 p,
.whiteLayer2 p,
.whiteLayer3 p,
.whiteLayer4 p,
.whiteLayer5 p,
.whiteLayer6 p,
.whiteLayer7 p,
.whiteLayer8 p,
.whiteLayer9 p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  padding: 20px 15px;
  background: #fff;
  transform: translate(-50%, -50%);
}

/* Highcharts styling */

.charts-section .panel-body {
  position: relative;
}

#sales-graph-2 svg,
#sales-graph-3 svg,
#sales-graph-4 svg {
  margin-left: -5%;
}

.expence-inout.form-control {
  width: 115px;
}

/*Inputs which are static*/
.read-only-input {
  pointer-events: none;
}

/*Padding right specification*/
.padd-right {
  padding-right: 10px;
}

/*Stage span*/
.stage-span {
  font-size: 12px;
}

/*No Stage span*/
.no-stage-span {
  display: none;
}

.popover.clockpicker-popover {
  z-index: 1500;
}

/*Values on veiw table*/
.proposal-value.active,
.proposal-value:hover {
  background-color: #38aab1;
  color: #fff;
  padding: 5px 15px;
}
.proposal-value.active + span.value-count,
.proposal-value:hover + span.value-count {
  border: 1px solid #38aab1;
}
.proposal-value {
  background-color: #555;
  color: #fff;
  padding: 5px 15px;
}
.proposal-value a {
  color: #fff;
}

.order-value.active,
.order-value:hover {
  background-color: #6fab50;
  color: #fff;
  padding: 5px 15px;
}
.order-value.active + span.value-count,
.order-value:hover + span.value-count {
  border: 1px solid #6fab50;
}
.order-value {
  background-color: #555;
  color: #fff;
  padding: 5px 15px;
}
.order-value a {
  color: #fff;
}

.no-padd input {
  padding: 0;
}
.read-only-input .selectize-input.full {
  background-color: transparent;
  border: none;
}

.high-row {
  background-color: #ddd;
}

.read-only-input .selectize-control.single .selectize-input:after,
.read-only-input .selectize-input::after {
  display: none;
  visibility: hidden;
}
.display-none {
  display: none;
}
.header-btn.active {
  display: none;
}

#page-wrapper {
  padding: 15px;
  background: #f9f9f9;
}

table {
  font-size: 13px;
}

.bootstrap-table .fixed-table-toolbar .columns-right .dropdown-menu .thead-input {
  display: none;
}
/*
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td{
  padding: 4px 6px;
  padding-top: 9px;
}

.products-table.table > tbody > tr > th, 
.products-table.table > tfoot > tr > th, 
.products-table.table > thead > tr > td, 
.products-table.table > tbody > tr > td, 
.products-table.table > tfoot > tr > td {
  padding: 10px 5px;
}

tr:nth-child(2n){
  background: rgba(148, 147, 147, 0.07);
} */

.ho {
  color: #bf0000;
  font-weight: bold;
  font-size: 18px;
}

.form-control.read-only-input[disabled],
.form-control.read-only-input[readonly],
fieldset[disabled] .form-control.read-only-input {
  background-color: transparent;
  border: none;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*Login-page styling*/

.main-container .box-for-login {
  position: absolute;
  background: white;
  width: 320px;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 20px 0 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 68px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 68px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 68px -1px rgba(0, 0, 0, 0.75);
}

.main-container .box-for-login .companyname {
  font-size: 30px;
  font-weight: bold;
  font-family: "Philosopher", sans-serif;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.main-container .box-for-login hr {
  border-bottom: 4px solid #fe5d3c;
  width: 80px;
}

.main-container .form-group {
  position: relative;
}

.main-container .form-group .fa {
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.8);
  height: 34px;
  width: 34px;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
}

.main-container .custominput {
  border: 0;
  padding-left: 40px;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.12);
}

.main-container .custominput:focus {
  -webkit-box-shadow: inset 0px 0px 11px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 11px -4px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 11px -4px rgba(0, 0, 0, 0.75);
  border-color: #fe5d3c;
}

.main-container .custominput:focus + .fa {
  color: #fe5d3c;
  transition: all 0.25s ease;
}

.main-container .customsubmit {
  background: #fe5d3c;
  padding: 5px 15px;
  border: 0;
  font-weight: bold;
  display: block;
  margin: 40px auto 0;
  transition: all 0.25s ease;
}

.main-container .customsubmit:hover,
.main-container .customsubmit:focus {
  background: #fe4823;
  border: 0;
  transition: all 0.25s ease;
}

.main-container .customforgot {
  margin-top: 20px;
  font-size: 12px;
  color: #555;
  display: block;
}

.main-container .has-error .custominput {
  border: 0;
  border-bottom: 2px solid #c11400;
  padding-left: 25px;
  box-shadow: none;
}

.main-container .has-error .custominput:focus {
  box-shadow: none;
  border-color: #c11400;
}

.main-container .has-error .custominput:focus + .fa {
  color: #c11400;
  transition: all 0.25s ease;
}

.main-container .has-error .fa {
  color: #c11400;
}

.main-container .tagline {
  position: absolute;
  top: 145px;
  right: 75px;
  width: 600px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 40px;
  margin-top: 0;
  text-shadow: 0px 0px 4px #969696;
  padding: 15px 15px;
  line-height: 1.45;
  background: rgba(0, 0, 0, 0.4);
}

.custom-login {
  background: #fe5d3c;
  padding: 5px 15px;
  border: 0;
  font-weight: bold;
  display: block;
  margin-top: 10px;
  transition: all 0.25s ease;
  width: 138px;
  margin: 0 auto;
  margin-top: 10px;
  color: #fff;
  border-radius: 4px;
}

.custom-login:hover,
.custom-login:active,
.custom-login:focus {
  background: #fe4823;
  border: 0;
  transition: all 0.25s ease;
  color: #fff;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */

/*End of login page styling*/

/*Global styling*/

.breadcrumb {
  background: transparent;
}

tr:hover {
  background-color: #f9f9f9;
  transition: all 0.3s ease;
}

tr {
  transition: all 0.3s ease;
}

.custom-btn {
  background-color: #fff;
  color: #555;
  transition: all 0.3s ease;
  border: 1px solid #555;
}

.custom-btn:hover {
  background-color: #555;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #555;
}

.custom-btn:active,
.custom-btn:focus {
  background-color: #555;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #555;
}

.custom-btn.active {
  background-color: #555;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #555;
}

/*tabs style*/
.nav-tabs > li > a {
  color: #555;
}

.accounts-tabs > li.active > a,
.accounts-tabs > li.active > a:hover,
.accounts-tabs > li.active > a:focus {
  background: #2f569a;
  color: #fff;
}

.leads-tabs > li.active > a,
.leads-tabs > li.active > a:hover,
.leads-tabs > li.active > a:focus {
  background: #db5f54;
  color: #fff;
}

.opportunities-tabs > li.active > a,
.opportunities-tabs > li.active > a:hover,
.opportunities-tabs > li.active > a:focus {
  background: #5e61a5;
  color: #fff;
}

.create-client-tabs > li.active > a,
.create-client-tabs > li.active > a:hover,
.create-client-tabs > li.active > a:focus {
  background: #49769f;
  color: #fff;
}

.proposals-tabs > li.active > a,
.proposals-tabs > li.active > a:hover,
.proposals-tabs > li.active > a:focus {
  background: #38aab1;
  color: #fff;
}

.orders-tabs > li.active > a,
.orders-tabs > li.active > a:hover,
.orders-tabs > li.active > a:focus {
  background: rgba(101, 165, 68, 0.93);
  color: #fff;
}

.tender-tabs > li.active > a,
.tender-tabs > li.active > a:hover,
.tender-tabs > li.active > a:focus {
  background: #ccc;
  color: #000;
}

.dashboard-tabs > li.active > a,
.dashboard-tabs > li.active > a:hover,
.dashboard-tabs > li.active > a:focus {
  background: #f1f1f1;
  color: #000;
}

.pagination > li > a,
.pagination > li > span {
  color: #000;
}

.edit-button,
.edit-button:active,
.edit-button:focus {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  transition: all 0.3s ease;
  padding: 4px 10px;
  margin-top: -5px;
}

.edit-button:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #000;
}

/*Navbar Styling*/

.logo-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*font-family: 'Norican', cursive;*/
  font-family: "Philosopher", sans-serif;
}

.logo-name h1 {
  font-size: 30px;
  margin: 0;
  /* font-weight: bold; */
}

.navbar-brand {
  background-color: #fff;
  color: #000 !important;
  width: 100%;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-nav {
  cursor: pointer;
  padding: 5px;
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
  background-color: #fff !important;
}

.header-btn-container .btn {
  margin-bottom: 5px;
}

#wrapper {
  transition: all 0.3s ease;
  position: relative;
}

.wrapper-manage {
  padding-left: 50px !important;
  transition: all 0.3s ease !important;
}

.navbar-fixed-top .navbar-nav > li > a {
  color: #292929ab;
  font-size: 14px;
  transition: all 0.3s ease;
}

.navbar-fixed-top .navbar-right.navbar-nav > li > a {
  color: #292929ab;
}

.navbar-fixed-top .navbar-nav > li > a:hover {
  /*background-color: #555 !important;*/
  color: #292929;
  transition: all 0.3s ease;
  cursor: pointer;
}

.nav.navbar-nav.navbar-right.navbar-user > li > a:hover {
  color: #292929;
  transition: all 0.3s ease;
}

.navbar-left {
  margin-top: 2px;
}

label sup {
  font-size: 14px;
  color: red;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-size: 12px;
  line-height: 1.7;
}

.send-email-form .form-control{
  font-size: 14px;
}
.remove-document{
  cursor: pointer;
}
.cc-bcc-button{
    background: transparent;
    border: none;
}

.cc-bcc-division{
    float: right;
    padding-top: 10px; 
    color: #7f8080;
}

.attached-file-section{
    display: flex;
    flex-wrap:wrap;
    padding: 13px 0;
    list-style: none;
    border: 1px solid #d7e0e2;
    margin-bottom: 0;
}
.attached-file-section a{
  padding: 0 3px;
}
.attached-file-section .form-group{
  display: inline;
}
.attached-file-section .haserror .error{
  position: unset !important;
}
.email-separate-files{
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}
.disable-a{
    text-decoration: none;
    cursor: auto;
}
.cc-bcc-button:hover,.attach-file-icon:hover{
    color: #fc8711;
    /* background-color: #fc8711;
    -webkit-background-clip: text; */
}
.attach-file-icon{
    font-size: 20px;
}
.filestyle-input{
    padding-top: 8px;
    margin-bottom: 0;
    padding-left: 13px;
    font-size: 16px;
    cursor: pointer;
    margin-right: 20px;
}

.email-template-div .selectize-input .item,.email-template-div .form-control{
  color:#fc8711;
  font-size: 14px;
}
.filestyle-input .bootstrap-filestyle {
    display: none;
}

.filestyle-input input[type=file]{
    right: 0;
}

.attached-file-section li{
    padding: 5px 15px;
    color: #737676;
}

.email-editor-body.form-group{
    pointer-events: all !important;
}
.email-editor-body .trumbowyg-box{
    margin: 0;
}
.cc-bcc-division a{
    font-size: 12px;
}

.attach-btn{
    margin-top: 5px;
    float: right;
    padding: 3px 5px;
    background: transparent;
    cursor: pointer;
    border-radius: 4px;
}

.form-label{
    margin-bottom: 0;
    padding-top: 5px; 
}

.email .item{
  padding: 0 8px !important;
}

.selectize-input {
  min-height: 28px;
}

.selectize-input.has-items {
  height: 20px;
}

.form-control.selectize-control {
  min-height: 28px;
}

.multiple-select .selectize-control {
  margin-bottom: 9px !important;
}

.multiple-select .selectize-control.multi .selectize-input.has-items {
  height: inherit;
  padding: 5px 0px 0px 5px;
}

.panel-title span {
  font-size: 18px;
}

.download-sample-button {
  /*margin-top: 20px;*/
}

.accordion-tab .panel-heading {
  /*cursor: pointer;*/
}

/*Add-client modal styling*/

.add-client-modal-body {
  max-height: 85vh;
  overflow-y: auto;
}

.multiple-select .selectize-control {
  height: auto;
}

/*Section-header styling*/

.section-header h1 {
  margin: 0;
  font-size: 22px;
}

.section-header .breadcrumb {
  margin: 0;
  font-size: 12px;
}

.search-icon {
  display: inline-block;
}

.search-icon a {
  margin-top: 11px;
  border: 1px solid #555;
  padding: 4px 8px;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #555;
}

.search-icon a:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #555;
  transition: all 0.3s ease;
}

.search-panel {
  display: none;
}

.fixed-table-toolbar {
  margin-top: -51px;
}

.account-body .fixed-table-toolbar {
  margin-top: -15px;
}

/*Key and values on results table*/

.report-header {
  margin-right: 145px;
  display: inline-block;
}

.value-display {
  display: inline-block;
  padding: 2px 0px;
  margin-bottom: 15px;
}

.value-display a:hover {
  text-decoration: none;
}

.value-key {
  background-color: #555;
  color: #fff;
  padding: 5px 15px;
}

.value-key a {
  color: #fff;
}

.value-key a:hover {
  text-decoration: underline;
}

.value-count {
  color: #000;
  padding: 4px 15px;
  background-color: #fff;
  border: 1px solid #555;
}

.panel-head {
  margin: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

.panel-head + span {
  position: absolute;
  right: 30px;
  font-size: 12px;
  padding-top: 2px;
}

.more-info-head {
  padding: 10px 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: rgba(230, 230, 230, 1);
  position: relative;
  margin-bottom: 15px;
  border-radius: 4px;
}

.more-info-head h1 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.more-information {
  padding-top: 15px;
  display: none;
}

.more-info-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}

.action-btns-footer {
  padding: 15px 0 15px 0;
  text-align: center;
  display: block;
}

.id-table {
  width: 90px;
}

.status-table {
  width: 70px;
}

.name-table {
  width: 190px;
}

.name-table2 {
  width: 160px;
}

.value-rs {
  width: 100px;
}

.fieldset {
  border: 1px solid #a8a8a8;
  padding: 15px;
}

/*End of keys and values on results table*/

.add-acc-btn {
  margin-top: -5px;
}

.file-up-form {
  padding: 2px 4px 2px 8px;
}

/*End of sectionheader styling*/

/*Sidenav dropdown in dropdown*/

.side-nav > li.dropdown > ul.dropdown-menu > li > a:hover,
.side-nav > li.dropdown > ul.dropdown-menu > li > a.active,
.side-nav > li.dropdown > ul.dropdown-menu > li > a:focus {
  color: #000;
  transition: all 0.3s ease;
}

.side-nav > li.dropdown > ul.dropdown-menu {
  background-color: #000;
  z-index: 5200;
}

.side-nav > li.dropdown > ul.dropdown-menu > li > a {
  color: #999;
  transition: all 0.3s ease;
  position: relative;
}

.sidenav-dropdown .fa-plus-circle {
  float: left;
}

.sidenav-dropdown > li > a {
  padding: 8px 15px !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 99%;
  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;
}

.left-sidebar .sidenav-dropdown li {
  padding: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  min-width: 300px;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  width: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
}

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

/*Side-dropdown*/

ul.dropdown-menu.side-dropdown {
  background-color: #4e4b47;
  padding: 0;
  margin: 0;
  margin-top: 0px;
}

.side-dropdown > li > a {
  color: #fff;
  transition: all 0.3s ease;
  padding: 8px 15px;
}

.side-dropdown > li > a:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.3s ease;
}

/*End of side-dropdown*/

.open-panel {
  font-size: 20px;
  cursor: pointer;
}
.open-panel1 {
  cursor: pointer;
}
.role-panel-body {
  display: none;
}

.update-btn {
  display: none;
}

.add-panel-head {
  position: relative;
}

.add-btn-panel {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 14px;
  padding: 3px 8px;
  /*  border: 1px solid #000;*/
  border-radius: 4px;
  transition: all 0.3s ease;
}

/*Custom dropdown styling*/

.navbar-fixed-top .navbar-nav > li > a:hover,
.navbar-fixed-top .navbar-nav > li > a:focus {
  background-color: transparent;
}

.nav.navbar-nav.navbar-user.custom-user-dropdown > li > a:hover {
  transition: all 0.3s ease;
  background-color: transparent;
  /*color: #fff;*/
}

.custom-dropdown {
  background: rgba(0, 0, 0, 0.9);
  left: -143% !important;
  width: 200px;
  border: 0;
  max-height: 400px;
}

.c-handle-drop {
  width: 300px;
}

.notify-count {
  display: inline-block;
  color: #fff;
  background: #54ab56;
  border: 1px solid #54ab56;
  border-radius: 50%;
  padding: 2px 0;
  max-width: 23px;
  min-width: 23px;
  max-height: 23px;
  text-align: center;
  position: absolute;
  top: 6px;
  right: 1px;
  font-size: 10px;
  opacity: 0;
  transition: all 0.3s ease;
}

.notify-count.show-count {
  opacity: 1;
  transition: all 0.3s ease;
}

.custom-dropdown:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(78, 75, 71, 0);
  border-bottom-color: #4e4b47;
  border-width: 10px;
  margin-left: -10px;
}
.nav-search {
  width: 354px;
  margin: 10px;
  margin-left: 100px;
  border: 1px solid #d5d5d5;
  padding: 0 15px;
  border-radius: 15px;
}
.nav-search .input-group-addon {
  background: #fff;
  border: 0;
  padding-right: 0;
}
.nav-search .form-control,
.nav-search .form-control:focus {
  border: 0;
  box-shadow: none;
  color: #5e5e5e;
}

.c-handle-drop:after {
  left: 97px;
}

.c-handle-drop .first-li {
  padding: 15px 20px;
  color: #fff;
}

.c-handle-drop li a.false {
  background: #000;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent !important;
  color: #999999;
  transition: all 0.3s ease;
}

.custom-dropdown > li > a {
  padding: 6px 12px;
  background-color: #4e4b47;
  color: #fff;
  position: relative;
  border-bottom: 1px solid rgba(109, 109, 109, 0.28);
  transition: all 0.3s ease;
  /* white-space: pre-wrap; */
}

.custom-dropdown > li > a:hover {
  background-color: #000;
  transition: all 0.3s ease;
  color: #fff;
}

.c-dropdown {
  left: -50% !important;
}

.custom-dropdown > li > a > .icon {
  position: absolute;
  top: 47%;
  right: 15px;
  width: 11px;
  height: 11px;
  fill: #fff;
  transform: translateY(-50%);
}

/* .product-header .section-header h1{
  padding-left: 15px;
} */

.breadcrumb {
  padding: 8px 2px;
}

.code {
  padding-left: 10px;
  display: inline-block;
}

.custom-dropdown .opacity-menu {
  position: static;
}

.opacity-menu {
  padding-left: 10px;
  position: absolute;
  top: 18px;
}

/*Left sidebar styling*/

.left-sidebar {
  position: fixed;
  height: calc(100% - 50px);
  width: 200px;
  top: 50px;
  left: 0;
  /*overflow-y: auto;
  overflow-x:hidden; */
  overflow: visible;
  z-index: 1000;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.9);
}

.side-nav > li > a {
  color: #999;
  padding-left: 24px;
  transition: all 0.3s ease;
}

.side-nav {
  overflow: visible;
  top: 0px;
  margin: 0;
  left: 0;
  position: relative;
}

.side-nav li {
  padding: 3px 5px;
  position: relative;
}

.side-nav {
  top: 6px;
}

.side-nav a {
  line-height: 1;
}

.side-nav svg.icon,
.navbar-nav svg.icon {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.navbar-nav svg.icon {
  width: 22px;
  height: 22px;
  fill: #999;
}

.navbar-nav > li > a.right-nav-dropdown {
  line-height: 1;
}

.left-sidebar .side-nav.small-side-nav > li > a:hover {
  background-color: #000 !important;
  transition: all 0.3s ease;
}

.small-left-sidebar {
  width: 50px;
  overflow: visible;
  transition: all 0.3s ease;
}

.small-left-sidebar ul {
  width: 50px;
  transition: all 0.3s ease;
}

.side-nav > li > a.active,
.side-nav > li > a.active:hover {
  transition: all 0.3s ease;
}

.small-left-sidebar > .side-nav > li > a.active,
.small-left-sidebar > .side-nav > li > a:hover,
.small-left-sidebar > .side-nav > li > a {
  width: 39px;
}

.small-sidebar .side-nav {
  width: 50px;
  overflow: hidden;
}

.small-left-sidebar .opacity-menu {
  transition: all 0.3s ease;
  opacity: 0;
  display: none;
}

.small-left-sidebar > li > a {
  width: 50px;
  overflow: hidden;
}

.report-span-sidebar > a {
  width: 100%;
}

.left-sidebar .side-nav > li > a {
  padding: 8px 5px;
  display: inline-block;
  text-align: left;
  color: #999;
  transition: all 0.3s ease;
  border-bottom: 1px solid #212020;
}

.small-left-sidebar.left-sidebar .side-nav > li > a {
  text-align: center;
}

.left-sidebar .side-nav > li > a:hover {
  color: #999;
  transition: all 0.3s ease;
  text-decoration: none;
}

.sidenav-dropdown {
  width: 200px;
}

.sidenav-dropdown > li > a:hover {
  color: #fff !important;
  transition: all 0.3s ease;
}

li.dropdown .dropdown-toggle:focus {
  text-decoration: none;
  background-color: #000;
  color: #999;
  transition: all 0.3s ease;
}

.highcharts-container {
  width: 100% !important;
}

.left-sidebar .list-unstyled.side-nav {
  padding-bottom: 20px;
}

/*End of alert-message-styling*/

/*Create Lead style*/

.meeting-table {
  overflow: auto;
}

/*.meeting-table > thead th{
  width: 300px;
}*/

/*End of create lead style*/

/*OTher Styling*/
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: auto;
  background-color: #ddd;
  opacity: 0.75;
  /* border: 0; */
}

.form-control[readonly] {
  background: #fff;
}
.form-control[disabled] + .selectize-control .selectize-input {
  cursor: auto;
  background-color: #ddd;
  opacity: 0.75;
  border: 0;
}
.selectize-control .selectize-input.disabled {
  cursor: auto;
  background-color: #ddd;
  opacity: 0.75;
  border: 0;
}

.action-btns {
  width: 20px !important;
  position: relative;
  vertical-align: middle !important ;
  text-align: center;
}

th.action-btns {
  position: static;
}

.action-btns .btn {
  margin: 0 !important;
  transition: all 0.3s ease;
}

.action-btns .add-call {
  background-color: #fff;
  border: 2px solid #1f8462;
  transition: all 0.3s ease;
  color: #1f8462;
}

.action-btns .add-call:hover {
  background-color: #1f8462;
  border: 2px solid #1f8462;
  transition: all 0.3s ease;
  color: #fff;
}
.action-btns .add-meeting {
  background-color: #fff;
  border: 2px solid #516b8a;
  transition: all 0.3s ease;
  color: #516b8a;
}

.action-btns .add-meeting:hover {
  background-color: #516b8a;
  border: 2px solid #516b8a;
  transition: all 0.3s ease;
  color: #fff;
}

.action-btns .add-task {
  background-color: #fff;
  border: 2px solid rgba(57, 90, 119, 0.92);
  transition: all 0.3s ease;
  color: rgba(57, 90, 119, 0.92);
}

.action-btns .add-task:hover {
  background-color: rgba(57, 90, 119, 0.92);
  border: 2px solid rgba(57, 90, 119, 0.92);
  transition: all 0.3s ease;
  color: #fff;
}

.action-btns .conv-opp {
  background-color: #fff;
  border: 2px solid rgba(77, 80, 156, 0.9);
  color: rgba(77, 80, 156, 0.9);
  transition: all 0.3s ease;
}

.action-btns .conv-opp:hover {
  background-color: rgba(77, 80, 156, 0.9);
  border: 2px solid rgba(77, 80, 156, 0.9);
  color: #fff;
  transition: all 0.3s ease;
}

.action-btns .add-concern {
  color: #5292ff;
  border: 2px solid #5292ff;
  background-color: #fff;
  transition: all 0.3s ease;
}

.action-btns .add-concern:hover {
  background-color: #5292ff;
  color: #fff;
  border: 2px solid #5292ff;
  transition: all 0.3s ease;
}

.action-btns .copy-prop {
  color: #38aab1;
  border: 2px solid #38aab1;
  background-color: #fff;
  transition: all 0.3s ease;
}
.action-btns .copy-prop:hover {
  background-color: #38aab1;
  color: #fff;
  border: 2px solid #38aab1;
  transition: all 0.3s ease;
}
.action-btns .conv-order {
  color: rgba(101, 165, 68, 0.93);
  border: 2px solid rgba(101, 165, 68, 0.93);
  background-color: #fff;
  transition: all 0.3s ease;
}
.action-btns .conv-order:hover {
  background-color: rgba(101, 165, 68, 0.93);
  color: #fff;
  border: 2px solid rgba(101, 165, 68, 0.93);
  transition: all 0.3s ease;
}

.action-btns .fa-plus {
  font-size: 10px;
}

.side-nav {
  background-color: transparent;
}

.panel .panel-heading.lead-panel,
.lead-panel {
  background: rgba(210, 55, 42, 0.8);
  color: #fff;
}

.panel .panel-body.lead-body {
  background-color: #fff;
}

.panel .panel-heading.opportunity-panel,
.opportunity-panel {
  background: rgba(77, 80, 156, 0.9);
  color: #fff;
}

.panel .panel-body.opportunity-body {
  background: #fff;
}

.panel .panel-heading.account-panel,
.account-panel {
  background: #49769f;
  color: #fff;
}

.panel .panel-body.account-body {
  padding: 0;
}

.panel .panel-heading.proposal-panel,
.proposal-panel {
  background: #38aab1;
  color: #fff;
}

.panel .panel-body.proposal-body {
  background-color: #fff;
}

.panel .panel-heading.tasks-panel,
.tasks-panel {
  background: rgba(57, 90, 119, 0.92);
  color: #fff;
}

.panel .panel-body.tasks-body {
  background: #fff;
}

.panel .panel-heading.orders-panel {
  background: rgba(101, 165, 68, 0.93);
  color: #fff;
}

.order-link a {
  color: rgba(101, 165, 68, 0.93);
}

.panel .panel-heading.product-panel,
.product-panel {
  background: rgba(152, 83, 83, 0.95);
  color: #fff;
}

.product-link a {
  color: rgba(152, 83, 83, 0.95);
}

.panel-default .panel-heading,
.constant-panel {
  /* background: #ccc; */
  color: #1d3e5f;
}

.panel .panel-heading.expense-panel,
.expense-panel {
  background: #2f9880;
  color: #fff;
}

.panel .panel-body.expense-body {
  background: rgba(47, 152, 128, 0.04);
}

/*.panel .panel-body{
    background: rgba(130, 130, 131, 0.1);
}
*/

#calendar table {
  background-color: transparent;
}

#calendar table tr:hover {
  background-color: transparent;
}

table {
  background-color: #fff;
}

.lead-link a {
  color: rgba(210, 55, 42, 0.8);
  transition: all 0.3s ease;
}

.lead-link a:hover {
  color: #000;
  transition: all 0.3s ease;
}

.opportunity-link a {
  color: rgba(77, 80, 156, 0.9);
  transition: all 0.3s ease;
}

.opportunity-link a:hover {
  color: #000;
  transition: all 0.3s ease;
}

table a {
  color: #828283;
  transition: all 0.3s ease;
  display: block;
}

table a:hover {
  color: #000;
  transition: all 0.3s ease;
}

.proposal-link a {
  color: #38aab1;
  transition: all 0.3s ease;
}

.proposal-link a:hover {
  color: #000;
  transition: all 0.3s ease;
}

.task-link a {
  color: rgba(57, 90, 119, 0.92);
  transition: all 0.3s ease;
}

.task-link a:hover {
  color: #000;
  transition: all 0.3s ease;
}

.breadcrumb > li > a {
  color: #000;
}

.account-head {
  color: #2f569a;
  font-size: 34px;
  font-weight: bold;
}

.product-head-h1 {
  color: rgba(152, 83, 83, 0.95);
  font-weight: bold;
}

.lead-head {
  color: rgba(210, 55, 42, 0.8);
  font-size: 34px;
  font-weight: bold;
}

.common-head {
  color: #1d3e5f;
  font-size: 34px;
  font-weight: bold;
}

.order-head {
  color: rgba(101, 165, 68, 0.93);
  font-weight: bold;
}

.opp-head {
  color: rgba(77, 80, 156, 0.9);
  font-size: 34px;
  font-weight: bold;
}

.proposal-head {
  /*color: #38aab1;*/
  /*font-size: 34px;*/
  font-weight: bold;
}

.task-head {
  color: rgba(57, 90, 119, 0.92);
  font-size: 34px;
  font-weight: bold;
}

.constant-thead {
  background-color: rgba(130, 130, 131, 0.2);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #555;
  color: #fff;
  border: 1px solid #555;
}

.lead-thead {
  background-color: rgb(230, 230, 230) !important;
  border: 1px solid rgb(204, 204, 204);
}

.lead-thead tr:hover {
  background-color: transparent;
}

.opp-head1 {
  background-color: rgba(254, 221, 50, 0.2);
}

.dashboard-top-section .panel {
  border: 0;
}

.panel-heading.dashboard-status-box-1 .dashboard-boxes .huge h1 {
  color: #f19d4b;
}

.panel-heading.success {
  color: #fff;
  background-color: #54ab56;
  border-color: #d6e9c6;
}

.panel-heading.dashboard-status-box-2 .dashboard-boxes .huge h1 {
  color: #54ab56;
}

.panel-heading.info {
  color: #fff;
  background-color: #7d658c;
  border-color: #bce8f1;
}

.panel-heading.dashboard-status-box-0 .dashboard-boxes .huge h1 {
  color: #80808c;
}

.panel-heading.dashboard-status-box-3 {
  color: #fff;
  background-color: #2c98da;
  border-color: #bce8f1;
}
.panel-heading.dashboard-status-box-3 .dashboard-boxes .huge h1 {
  color: #2c98da;
}

.panel.panel-danger > .panel-heading.master-danger-panel-heading {
  color: #fff;
  background-color: #a94442;
  border-color: #bce8f1;
}

.panel-info > .info-master-panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/*End of Other-styling*/

/*view-hide div*/

/*End of view-hide div*/

/*Dashboard page styling*/

.dashboard-head {
  padding: 10px 15px;
}

.dashboard-head h1 {
  margin: 0;
  font-size: 26px;
  color: #603588;
  display: inline-block;
}

.quote-div {
  background-color: #603588;
  padding: 15px;
  color: #fff;
}

.quote-text {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  margin: 0;
}

.quote-text i {
  font-size: 28px;
}

.quote-text + p.text-right {
  margin: 0;
}

.dashboard-panel {
  border: 1px solid #ccc;
}

.dashboard-panel-header {
  color: #1d3e5f;
  margin: 0;
  font-size: 16px;
}

.dashboard-panel-header img {
  height: 25px;
  width: 25px;
}

.dashboard-panel .panel-heading {
  background-color: #5e61a4;
  color: #fff;
}

.dashboard-panel .panel-body {
  background-color: #fff;
}

.custom-med {
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

.custom-med-left {
  width: 8%;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  background: #e4927f;
  padding: 8px 0;
}

.custom-med-body {
  width: 80%;
  display: inline-block;
  padding: 6px 10px;
}

.custom-med-body p {
  margin: 0;
}

.dashboard-input-group input.form-control {
  height: 40px;
}

.dashboard-input-group span.input-group-addon {
  height: 40px;
  background-color: #ff8e2b;
  color: #fff;
}

.list-panel-body {
  padding: 15px 15%;
}

.to-do-ul > li {
  margin-bottom: 5px;
}

.to-do-list-checkbox {
  display: none;
}

.to-do-list-label {
  font-weight: normal;
  cursor: pointer;
}

.label-tick {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2px 10px;
  background: #eee;
  margin-right: 5px;
  color: #ff8e2b;
}

.to-do-list-checkbox:checked + .to-do-list-label {
  opacity: 1;
  transition: all 0.3s ease;
  pointer-events: none;
  text-decoration: line-through;
}

.flex-dashboard-row {
  display: flex;
}

.flex-dashboard-row .col-sm-6 {
  display: flex;
}

.flex-direction {
  flex-direction: column;
}

/*End of dashboard page styling*/

/*NEw styling*/

.opportunity-body .value-key.active,
.opportunity-body .value-key:hover {
  background-color: rgba(77, 80, 156, 0.9);
}
.opportunity-body .value-key.active + span.value-count,
.opportunity-body .value-key:hover + span.value-count {
  border: 1px solid rgba(77, 80, 156, 0.9);
}
.lead-value.active,
.lead-value:hover {
  background-color: #db5f54;
}
.lead-value.active + span.value-count,
.lead-value:hover + span.value-count {
  border: 1px solid #db5f54;
}

/*Windows animation*/

/*Die opportunity styling*/

.account-modal.die-opp-modal .modal-dialog {
  width: 400px;
  height: 400px;
}

.opp-action-btns {
  width: 120px;
}

.close.close-btn {
  position: absolute;
  border-radius: 50%;
  background: #eee;
  padding: 3px 7px;
  right: -30px;
  top: -22px;
  color: #555;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.close.close-btn:hover {
  opacity: 1;
  transition: all 0.3s ease;
}

.die-opportunity-button {
  background-color: #e25a5a;
  color: #fff;
  border: 2px solid #e25a5a;
}

.die-opp-submit-btn {
  background-color: #e25a5a;
  color: #fff;
  border: 2px solid #e25a5a;
  transition: all 0.3s ease;
  padding: 6px 18px;
}

.die-opp-submit-btn:hover {
  background-color: #fff;
  color: #e25a5a;
  border: 1px solid #e25a5a;
  transition: all 0.3s ease;
}

.die-opp-modal-footer {
  margin: 0;
  padding: 10px 15px;
  text-align: center;
}

.dashboard-input-group.mio .input-group-addon {
  background-color: #eee;
  color: #000;
}

.die-opp-modal ul {
  margin: 0;
}

.die-opp-modal ul .label-tick {
  padding: 0px 1px;
}

.modal-form-group {
  margin: 0;
}

.modal-form-group textarea {
  resize: none;
}

/*End of die opportunity styling*/
/*
.windows8 {
   position: fixed;
   width: 70px;
   height: 70px;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   z-index: 1500;
   display: none;  
  
}

.windows8 .wBall {
   position: absolute;
   width: 66px;
   height: 66px;
   opacity: 0;
    
   -moz-transform: rotate(225deg);
   -moz-animation: orbit 7.15s infinite;

    -webkit-transform: rotate(225deg);
    -webkit-animation: orbit 7.15s infinite;

    -ms-transform: rotate(225deg);
    -ms-animation: orbit 7.15s infinite;

    -o-transform: rotate(225deg);
    -o-animation: orbit 7.15s infinite;

    transform: rotate(225deg);
    animation: orbit 7.15s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 11px;
    height: 11px;
    background: #bf0000;
    left:0px;
    top:0px;
    
       -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
        -ms-border-radius: 11px;
         -o-border-radius: 11px;
            border-radius: 11px;
}

.windows8 #wBall_1 {
       -moz-animation-delay: 1.56s;
        -webkit-animation-delay: 1.56s;
        -ms-animation-delay: 1.56s;
         -o-animation-delay: 1.56s;
            animation-delay: 1.56s;
}

.windows8 #wBall_2 {
       -moz-animation-delay: 0.31s;
    -webkit-animation-delay: 0.31s;
        -ms-animation-delay: 0.31s;
         -o-animation-delay: 0.31s;
            animation-delay: 0.31s;
}

.windows8 #wBall_3 {
       -moz-animation-delay: 0.62s;
    -webkit-animation-delay: 0.62s;
        -ms-animation-delay: 0.62s;
         -o-animation-delay: 0.62s;
            animation-delay: 0.62s;
}

.windows8 #wBall_4 {
       -moz-animation-delay: 0.94s;
    -webkit-animation-delay: 0.94s;
        -ms-animation-delay: 0.94s;
         -o-animation-delay: 0.94s;
            animation-delay: 0.94s;
}

.windows8 #wBall_5 {
       -moz-animation-delay: 1.25s;
    -webkit-animation-delay: 1.25s;
        -ms-animation-delay: 1.25s;
         -o-animation-delay: 1.25s;
            animation-delay: 1.25s;
}*/

/*#search-table{
   display: none; 
}*/
.boxLoading {
  /*  position: fixed;
   width: 70px;
   height: 70px;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   z-index: 1500;
   display: none; */

  z-index: 1500;
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.boxLoading:before {
  content: "";
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}
.boxLoading:after {
  content: "";
  width: 50px;
  height: 50px;
  background: #1a6844;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow {
  0%,
  100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}
/*New Styling*/

.no-report-tables .fixed-table-toolbar {
  margin-top: -15px;
}

.dashboard-boxes {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  height: 100px;
  width: 100px;
}
.dashboard-boxes-content {
  font-size: 16px;
  margin-top: 30px;
}
.dashboard-boxes h1 {
  font-size: 26px;
  margin-top: 34px;
}

/*End of new styling*/

@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%;
  }

  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%;
  }

  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%;
  }

  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%;
  }

  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%;
  }

  76% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}

@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }

  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }

  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }

  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }

  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }

  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}

@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    v-ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%;
  }

  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }

  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }

  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }

  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }

  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}

@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%;
  }

  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%;
  }

  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%;
  }

  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%;
  }

  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%;
  }

  76% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}

@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }

  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }

  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }

  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }

  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }

  76% {
    opacity: 0;
    transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}

/*End of windows animation*/

/*Next stage modal styling*/

.nextstagemodal .modal-header {
  text-align: center;
}

.nextstagemodal .modal-header h4 {
  font-size: 32px;
}

/*End of next stage modal styling*/

/*@auther Mehul Bhanushali*/

/*Lead Tab bar*/
.custom-btn[disabled] {
  background-color: #555;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #555;
}
.cust-lead-nav-tabs a {
  color: #555;
}
.edit-order-nav a {
  color: #fff;
}
.ct {
  margin-right: 5px;
  padding: 4px 8px;
  margin-top: -4px;
}
.value-display a:hover {
  text-decoration: none;
}
.more-info-toggle-div {
  cursor: pointer;
}
.custom-btn-red {
  background-color: #d9534f;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #d9534f;
}
.custom-btn-blue {
  background-color: #5bc0de;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #5bc0de;
}
/*.primary-information .disabled{
}*/

.inactive {
  display: none;
}

.action-btns {
  width: 125px;
}

/*End @Author Mehul bhanushali*/

/*End of left side bar styling*/

/*Success and error message*/

.success-message {
  text-align: center;
  /*display: none;*/
  min-width: 300px;
  margin: auto;
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 10;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 25px -3px #000;
  -moz-box-shadow: 0px 0px 25px -3px #000;
  -ms-box-shadow: 0px 0px 25px -3px #000;
  -o-box-shadow: 0px 0px 25px -3px #000;
  box-shadow: 0px 0px 25px -3px #000;
}

.success-header,
.error-header {
  background-color: rgba(0, 204, 0, 0.6);
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 15px 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
}

.info-header {
  background-color: rgba(65, 131, 215, 0.6) !important;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 15px 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
}

.success-body {
  background-color: rgba(255, 255, 255, 0.79);
  font-size: 14px;
  padding: 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.success-body h1 {
  font-size: 16px;
  font-weight: bold;
}

.error-header {
  background-color: rgba(184, 0, 0, 0.6);
}

.close-btn {
  position: absolute;
  top: 0;
  right: 4px;
  cursor: pointer;
  color: #e8e8e8;
}

/*End of success and error message styling*/

/* @author Kailash Vele */

.feedsnotification {
  display: none;
  background: #fc7f00;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.file-label .form-control {
  height: 34px;
}

.file-label .btn {
  display: inline-block !important;
}

.wrap-section .activity-form form .spinner,
.wrap-section .activity-section form .spinner {
  z-index: 10 !important;
}

.offline-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10000;
  background: #eb6700;
  color: #fff;
  padding: 8px;
  font-size: 13px;
  transform: translateY(500%);
  transition: all 0.25s ease;
}

.offline .offline-notification {
  transform: translateY(0);
  transition: all 0.25s ease;
}

.empty-state-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.empty-state-container img {
  width: 40%;
  margin-bottom: 20px;
}

.mce-edit-area {
  border-right: 1px solid #ddd !important;
}

.reminder-box .row {
  margin-bottom: 5px;
}

.delete-reminder {
  cursor: pointer;
}

.addnewreminder {
  margin-top: 10px;
  color: #15c;
  font-size: 12px;
  width: auto;
  cursor: pointer;
}

.addnewreminder:hover {
  text-decoration: underline;
}

/* Orange Color: #ff8f28; */
/* light orange table background: #fde4d0 */
/* table boder and text: #e9813b */

.die-lead-button {
  background-color: #e25a5a;
  color: #fff;
  border: 1px solid #e25a5a;
  transition: all 0.3s ease;
  padding: 6px 18px;
}
.die-lead-button:hover {
  background-color: #fff;
  color: #e25a5a;
  border: 1px solid #e25a5a;
  transition: all 0.3s ease;
}

.tgsideName {
  display: flex;
  min-height: 842px;
  background: #ff8f28;
  color: #fff;
  padding: 20px 30px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.headDetails {
  min-height: 842px;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}

.headDate {
  position: absolute;
  right: 0;
  bottom: 100px;
}

.sections {
  margin-top: 50px;
  margin-bottom: 50px;
}

.letterContent {
  margin-top: 50px;
  margin-bottom: 50px;
}

.sections h5 {
  font-weight: bold;
}

.sections h5.smallHeading {
  margin-top: 30px;
  margin-bottom: 5px;
}

.orangeText {
  color: #ff8f28;
  margin-top: 50px;
  font-weight: bold;
}

.quoteRow,
.quoteBasicDetails {
  border-bottom: 3px solid #000;
  margin-bottom: 10px;
  margin-top: 10px;
}

.quoteRow:last-child {
  border: 0;
}

.quoteTable table,
.quoteTable .table > tbody > tr > td,
.quoteTable .table > thead > tr > th {
  font-size: 14px;
  border-color: #e9813b;
  padding: 8px 6px;
}

.quoteTable table p {
  margin-bottom: 0;
}

.quoteTable td,
.quoteTable th {
  color: #e9813b;
  vertical-align: middle;
}

.quoteTable thead {
  border-top: 1px solid #e9813b;
}

.quoteTable tr {
  border-bottom: 1px solid #e9813b;
}

.quoteTable tr:hover {
  background-color: #fde4d0;
  transition: all 0.3s ease;
}

.quoteTable tr:nth-child(even) {
  background-color: #fde4d0;
}

.image-preview-input {
  position: relative;
  overflow: hidden;
  margin: 0px;
  border: none;
  padding: 0px;
  /*color: #333;
    background-color: #fff;
    border-color: #ccc; */
}
.image-preview-input input[type="file"]:hover {
  background-color: #fff;
  cursor: pointer;
  /*position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);*/
}
.image-preview-input-title {
  margin-left: 2px;
}

.srno {
  width: 40px;
}
.action-btns1 {
  text-align: center;
}

.form-control.meeting-subject,
.form-control.product-name,
.form-control.gross_profit,
.form-control.sales-price,
.form-control.email,
.form-control.postal-code,
.form-control.opportunity-name,
.form-control#client-name,
.form-control.currency-code,
.form-control.input-height-24 {
  height: 28px;
}

.group-height-49 {
  min-height: 49px;
}

.form-group.group-inline p {
  display: inline-block;
}

.form-control.element-width-3.total-subtotal {
  width: 100%;
}
.branchoffice-div {
  overflow: visible;
}
.branchoffice-div .element-width-3 {
  width: 100%;
  text-align: left;
}
.map-businessunit-div {
  overflow: visible;
}
.map-businessunit-div .element-width-3 {
  width: 100%;
  text-align: left;
}

.form-group.product-document {
  height: 51px;
}

/*.form-group.has-error {
  margin-bottom: -5px;
}
*/
/*.error-text.text-danger {
  font-size: 12px;
}*/

.form-control.date.hasDatepicker {
  background: #fff;
  /* border: 1px solid #ccc; */
}

.form-control.date.hasDatepicker[disabled] {
  background: #ddd;
}

.form-control.disabled-input {
  width: auto;
  height: 27px;
  padding: 0 5px;
  display: inline-block;
  background: transparent;
  border: 0;
  color: #333;
  box-shadow: none;
}
.form-control.gross_profit {
  background: transparent;
  color: #333;
  border: 0;
  box-shadow: none;
}
.form-control.gross_profit:focus,
.form-control.element-width-2.amount {
  border: 0;
  box-shadow: none;
}
.form-control.element-width-2.amount {
  background: transparent;
}
div.pagination,
.ul-pagination .pagination {
  clear: both;
  display: block;
  left: 50%;
  margin: 40px 0;
  transform: translateX(-50%);
  position: absolute;
}
.ul-pagination .pagination > li > a,
.pagination > li > span {
  float: none;
}

.pagination > li > a:hover {
  color: #000;
}

.table > thead > tr > th {
  vertical-align: top;
  text-align: center;
}

.table > thead > tr:first-child {
  background-color: #e8e8e8;
}

.branchoffice-row.to-be-cloned-branchoffice,
.map-businessunit-row.to-be-cloned-map-businessunit {
  text-align: center;
}
.branchoffice-row.to-be-cloned-branchoffice td .form-control,
.map-businessunit-row.to-be-cloned-map-businessunit td .form-control {
  margin: 0 auto;
}

.form-control:focus,
.selectize-input.focus {
  border-color: #c7c7c7;
  box-shadow: inset 0 1px 1px rgba(208, 208, 208, 0.72), 0 0 8px rgba(171, 171, 171, 0.71);
}

.form-control.table-search {
  font-weight: lighter;
  font-family: "FontAwesome";
}

a.add-btn-panel.custom-btn:hover {
  color: #fff;
  text-decoration: none;
}

a.add-btn-panel.custom-btn {
  color: #555;
}

span.divider {
  padding: 0 10px;
}

.accounts-table td a {
  color: #2f569a;
}
.products-table td a {
  color: #9c5b5b;
}

/*help modal*/
.popover.fade.top.in {
  left: 90% !important;
  z-index: 11111;
}
.popover.fade.top {
  left: 90% !important;
  z-index: 11111;
}
.popover.top > .arrow {
  left: 67%;
}
span .help {
  display: block;
  margin-top: 4px;
}
span .help:hover,
span .help:focus {
  cursor: pointer;
  color: #000;
}
span .help i {
  font-size: 16px;
}
.help-icons {
  width: 100%;
}
.help-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.help-icons ul li {
  padding-bottom: 8px;
}
.help-icons ul li:last-child {
  padding-bottom: 0;
}
.help-icons ul li span {
  margin-left: 10px;
  font-weight: normal;
}

/*placeholder*/
::-webkit-input-placeholder {
  color: #aaa !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa !important;
}

:-ms-input-placeholder {
  color: #aaa !important;
}

.table_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 149999;
  background: rgba(255, 255, 255, 1);
}

.table_loader p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 22px;
}

.normal_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1499;
  background: rgba(255, 255, 255, 0.95);
}

/* Expand Animation */

.action-btns .expand-icon {
  list-style-type: none;
  /*background: #fff; */
  width: auto;
  display: inline-block;
  position: absolute;
  margin: 0;
  padding-left: 0;
  padding: 0 10px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  transition: all 0.25s ease;
  right: 12px;
  opacity: 0;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  /*visibility: hidden;*/
  /*display: none;*/
}

.action-btns .first_action {
  color: #a8a8a8 !important;
  font-size: 16px;
  padding-right: 5px;
}

.action-btns:hover .expand-icon {
  /*visibility: visible;*/
  pointer-events: all;
}

.action-btns .expand-icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  /*background: #fff;*/
  padding: 5px 10px;
  border-radius: 20px;
}

.expand-icon li {
  display: inline-block;
  position: absolute;
  transition: all 0.25s ease;
  right: 5px;
}

.action-btns .expand-icon li {
  transition: all 0.25s ease;
  background-color: #fff;
  padding: 4px;
}
.expand-icon li a {
  display: block;
  background: #ddd;
  color: green;
  padding: 5px 3px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
}

.expand-icon li a .fa {
  margin-top: 5px;
  font-size: 10px;
}

.action-btns:hover .expand-icon li:last-child {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  right: 468%;
}

.action-btns:hover .expand-icon li:nth-child(5) {
  right: 377%;
}

.action-btns:hover .expand-icon li:nth-child(4) {
  right: 286%;
}

.action-btns:hover .expand-icon li:nth-child(3) {
  right: 195%;
}

.action-btns:hover .expand-icon li:nth-child(2) {
  right: 103%;
}

.action-btns:hover .expand-icon li:first-child {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  right: 5px;
}

.action-btns:hover .expand-icon {
  opacity: 1;
  /* width: 195px; */
  transition: all 0.25s ease;
  /*  box-shadow: 0px 1px 5px 0px #A2A2A2;*/
}

.action-btns:hover .expand-icon li {
  background-color: #fff;
  padding: 4px;
  border-bottom: 1px solid #ccc;
}

.acc-table a {
  color: #000;
}

@media (max-width: 768px) {
  .add-client-modal-body {
    height: 100vh;
    overflow: auto;
  }

  .logo-name {
    position: static;
    top: 0;
    left: 0;
    transform: none;
  }
  .action-btns .expand-icon {
    display: none;
  }
  .action-btns:hover .expand-icon {
    display: inline-block;
  }
}

.expand-icon li a.die-opportunity-button {
  color: #f00;
  background: #fff;
  border: 2px solid #f00;
}
.expand-icon li a.die-opportunity-button:hover {
  color: #fff;
  background: #f00;
}

table .product-row td .selectize-control.form-control,
table .product-row td input.form-control {
  margin: 0 auto;
}

.flex-group {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

/*edit account page*/
/*meeting-table*/
.meeting-table thead tr th:first-child {
  width: 12%;
}
.meeting-table thead tr th:nth-child(2) {
  width: 18%;
}
.meeting-table thead tr th:nth-child(3) {
  width: 25%;
}
.meeting-table thead tr th:nth-child(4) {
  width: 8%;
}
.meeting-table thead tr th:nth-child(5) {
  width: 13%;
}

/*concern person*/
.concern-person-table thead tr th:nth-child(4) {
  width: 15%;
}
.concern-person-table thead tr th:nth-child(6) {
  width: 14%;
}

/*opportunity-table*/
.opportunity-table thead tr th:nth-child(5) {
  width: 6%;
}
.opportunity-table thead tr th:nth-child(6) {
  width: 8%;
}

/*calls-table*/
.calls-table thead tr th:first-child {
  width: 14%;
}
.calls-table thead tr th:nth-child(2) {
  width: 12%;
}
.calls-table thead tr th:nth-child(3) {
  width: 14%;
}
.calls-table thead tr th:nth-child(4) {
  width: 12%;
}
.calls-table thead tr th:nth-child(5) {
  width: 14%;
}

/*proposals-table*/
.proposals-table thead tr th:first-child {
  width: 10%;
}
.proposals-table thead tr th:nth-child(6) {
  width: 12%;
}
.proposals-table thead tr th:nth-child(7) {
  width: 10%;
}

/*Append notification functionality*/

.append-notify {
  border-left: 3px solid #603588;
  width: 70%;
}

.append-notify .media {
  margin: 0;
  padding: 15px;
  border-bottom: 0;
  transition: all 0.25s ease;
}

.append-notify .media:hover {
  background: rgba(245, 245, 245, 1);
  transition: all 0.25s ease;
}

.append-notify .media.false {
  background: #eee;
}
.append-notify .media h4 {
  font-size: 14px;
  margin: 0;
}

/*orders-table*/
.orders-table thead tr th:first-child,
.orders-table thead tr th:nth-child(2) {
  width: 8%;
}
.orders-table thead tr th:nth-child(8) {
  width: 6%;
}
.orders-table thead tr th:nth-child(10),
.orders-table thead tr th:nth-child(5) {
  width: 8%;
}

/*email_template_table*/
.email-table {
  width: 10px important;
}

/*masters*/
/*orange*/
.masters .panel.panel-warning {
  position: relative;
  background-color: #f19d4b;
  width: 100%;
  border: 2px solid #f19d4b;
  border-bottom: 0;
}
.masters .panel-heading.master-warning-panel-heading {
  width: 90%;
  border-bottom-right-radius: 90px;
  background: #fff;
}
.masters .panel-heading.master-warning-panel-heading h1 {
  margin: 10px 0;
  text-align: center;
  color: #f19d4b;
  padding-left: 25px;
  font-size: 46px;
}
.masters .panel-heading.master-warning-panel-heading + .panel-footer {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
}
.masters .panel-heading.master-warning-panel-heading + .panel-footer a {
  color: #fff;
  text-decoration: none;
}
.masters .panel-heading.master-warning-panel-heading span {
  position: absolute;
  top: 25px;
  left: 10px;
  color: #f19d4b;
}

/*green*/
.masters .panel.panel-success {
  position: relative;
  background-color: #54ab56;
  width: 100%;
  border: 2px solid #54ab56;
  border-bottom: 0;
}
.masters .panel-heading.master-success-panel-heading {
  width: 90%;
  border-bottom-right-radius: 90px;
  background: #fff;
}
.masters .panel-heading.master-success-panel-heading h1 {
  margin: 10px 0;
  text-align: center;
  color: #54ab56;
  padding-left: 25px;
  font-size: 46px;
}
.masters .panel-heading.master-success-panel-heading + .panel-footer {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
}
.masters .panel-heading.master-success-panel-heading + .panel-footer a {
  color: #fff;
  text-decoration: none;
}
.masters .panel-heading.master-success-panel-heading span {
  position: absolute;
  top: 25px;
  left: 10px;
  color: #54ab56;
}

/*blue*/
.masters .panel.panel-info {
  position: relative;
  background-color: #2c98da;
  width: 100%;
  border: 2px solid #2c98da;
  border-bottom: 0;
}
.masters .panel-heading.info-master-panel-heading {
  width: 90%;
  border-bottom-right-radius: 90px;
  background: #fff;
}
.masters .panel-heading.info-master-panel-heading h1 {
  margin: 10px 0;
  text-align: center;
  color: #2c98da;
  padding-left: 25px;
  font-size: 46px;
}
.masters .panel-heading.info-master-panel-heading + .panel-footer {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
}
.masters .panel-heading.info-master-panel-heading + .panel-footer a {
  color: #fff;
  text-decoration: none;
}
.masters .panel-heading.info-master-panel-heading span {
  position: absolute;
  top: 25px;
  left: 10px;
  color: #2c98da;
}

/*grey*/
.masters .panel.panel-warning-grey {
  position: relative;
  background-color: #80808c;
  width: 100%;
  border: 2px solid #80808c;
  border-bottom: 0;
}
.masters .panel-heading.master-warning-panel-heading-grey {
  width: 90%;
  border-bottom-right-radius: 90px;
  background: #fff;
}
.masters .panel-heading.master-warning-panel-heading-grey h1 {
  margin: 10px 0;
  text-align: center;
  color: #80808c;
  padding-left: 25px;
  font-size: 46px;
}
.masters .panel-heading.master-warning-panel-heading-grey + .panel-footer {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
}
.masters .panel-heading.master-warning-panel-heading-grey + .panel-footer a {
  color: #fff;
  text-decoration: none;
}
.masters .panel-heading.master-warning-panel-heading-grey span {
  position: absolute;
  top: 25px;
  left: 10px;
  color: #80808c;
}

/* Notification Styling */
.notification-dropdown {
  width: 300px;
  position: absolute;
}

.notification-dropdown:after {
  bottom: 100%;
  right: 11px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(78, 75, 71, 0);
  border-bottom-color: #4e4b47;
  border-width: 10px;
  margin-left: -10px;
}

.notification-dropdown.dropdown-menu {
  border: 0;
  padding: 0;
}

.notification-dropdown .notification-header {
  padding: 15px 0;
  background: #404955;
  width: 100%;
}
.notification-dropdown .notification-header span,
.notification-dropdown .notification-header label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.notification-dropdown .notification-header input {
  display: none;
}
.notification-dropdown .notification-header label {
  margin: 0;
  margin-top: -2px;
  font-weight: normal;
  font-size: 11px;
}
.notification-dropdown .notification-header input + .box {
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.notification-dropdown .notification-header input + .box .fa {
  transform: scale(0);
}
.notification-dropdown .notification-header input:checked + .box .fa {
  color: #fff;
  transform: scale(1);
}
.notification-dropdown .notification-header span {
  color: #f2f2f2;
}
.notification-dropdown .notification-title {
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.notification-dropdown .notification-content {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  max-height: 200px;
  overflow: auto;
}
.notification-dropdown .notification-box {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.notification-dropdown .notification-box .notification-item a {
  display: block;
  padding: 7px 15px;
  color: #777;
  font-size: 13px;
  transition: all 0.25s ease;
  font-weight: normal;
}
.notification-dropdown .notification-box .notification-item a.unread {
  background: #f0f0f0;
  transition: background 0.25s ease;
  font-weight: bold;
}
.notification-dropdown .notification-box .notification-item a:hover {
  background: #e6e6e6;
  transition: all 0.25s ease;
}
.notification-dropdown .notification-box .notification-item a p {
  margin-bottom: 0;
}
.notification-dropdown .notification-footer {
  padding: 5px 10px;
  background: #fff;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.notification-dropdown .notification-loadmore {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #404955;
  width: 70%;
  border: 1px solid #404955;
  border-radius: 3px;
  margin: 0 auto;
  padding: 5px 5px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.notification-dropdown .notification-loadmore:hover {
  background: #404955;
  color: #fff;
  transition: all 0.25s ease;
}

/* Notification page styling */
.notifications-well {
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 25px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 25px -12px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 25px -12px rgba(0, 0, 0, 0.75);
}

/* Custom modal styling */

/* End of custom modal styling*/

.legend {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 5px;
}

/* Notification Sidebar */

.notificationtoggle .notificationbackdrop {
  display: none;
  /* transform: translateY(100%); */
  /* transition: all 0.35s ease; */
}

/* .notificationtoggle.open .notificationbackdrop{
  transform: translateY(0);
  transition: all 0.35s ease;
} */

.notify-body {
  overflow: hidden;
}

.error-notify {
  margin-top: 10px;
  padding: 10px 15px;
  margin-top: 10px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  color: rgba(210, 55, 42, 0.8);
  border-bottom: 1px solid #ddd;
}

.notificationtoggle .notificationsidebar {
  transform: translateX(350px);
  transition: all 0.45s ease;
}

.notificationtoggle.open .notificationsidebar {
  transform: translateX(0);
  transition: all 0.45s ease;
}

.notificationbackdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10004;
}

.notificationsidebar {
  width: 350px;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 10005;
}

.ns-header {
  padding: 15px 20px;
  border-bottom: 1px solid #5f94e0;
  background: #2980b9;
  color: #fff;
  letter-spacing: 0.4px;
}

.ns-body {
  height: calc(100% - 48px);
  overflow: auto;
}

.mark-read {
  font-size: 11px;
  font-weight: 100;
  padding-top: 3px;
  font-style: italic;
  color: #fff;
  cursor: pointer;
}

.mark-read:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #dfdcdc;
}

.ns-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  padding-bottom: 10px;
}

.ns-list li a {
  display: block;
  padding: 17px 10px 17px 45px;
  text-decoration: none;
  border-bottom: 1px solid rgb(235, 235, 235);
  transition: all 0.25s ease;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  letter-spacing: 0.3px;
  color: #777;
  position: relative;
  font-size: 13px;
  /* border-left: 2px solid transparent; */
}

.back-to-top {
  position: fixed;
  bottom: 5%;
  right: 25px;
  background: #198cd7;
  border: 1px solid #198cd7;
  border-radius: 50%;
  color: #fff;
  opacity: 0.6;
  padding: 4px 9px;
  transition: all 0.3s;
  display: none;
}

.back-to-top:hover {
  transition: all 0.3s ease;
  opacity: 1;
}

.back-to-top .fa {
  font-size: 20px;
  top: 0;
  font-weight: bold;
}

.ns-list li a p {
  margin-bottom: 0;
}

.ns-list li a .fa,
.ns-list li a img {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.ns-list li a .timespan {
  position: absolute;
  right: 10px;
  font-size: 11px;
  color: rgb(150, 150, 150);
}

.ns-list li.unread a {
  background: #f6f9fa;
  border-left: 2px solid #f39c12;
  border-right: 2px solid #f39c12;
  transition: all 0.25s ease;
  color: #428bca;
}

.ns-list li a:hover {
  background: #ecf0f1;
  border-left: 2px solid #f39c12;
  border-right: 2px solid #f39c12;
  transition: all 0.25s ease;
}

.loader {
  margin: 0 0 2em;
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
}
/* .lead-old-table tr td {
  text-align: left;
} */

/* .product-old-table tr td {
  text-align: left;
} */
