/*__author__ = "sarah, arun kumar"*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,600");

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Roboto", sans-serif !important;
  line-height: 1.5;
  overflow: auto;
  word-wrap: break-word;
  /*background: url('../img/main-bg.png') !important;*/
  background-attachment: fixed !important;
}

body {
  -webkit-print-color-adjust: exact;
}
#map {
  height: 800px;
}
body {
  //min-height: 100vh;
  //display : flex;
  //flex-direction : column;
  padding-top: 0px;
  background: #fff;
}

* {
  margin: 0;
  padding: 0;
}

a,
p,
li,
.btn,
input,
button {
  font-family: "Roboto", sans-serif !important;
}

strong {
  font-weight: 400;
}

textarea {
  resize: vertical;
}

.errorlist {
  color: red;
}

footer {
  /*bottom: 0;*/
  /*position: absolute;*/
  width: 100%;
  font-weight: 300;
}
.footer_logged {
  bottom: 0;
  position: relative;
  padding: 5px;
}
select {
  display: none !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.font14 {
  font-size: 14px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.border_right {
  border-right: 1px solid #fff;
}
.dropdown-content {
  top: 30px !important;
}
.dropdown-content li {
  border: none;
  line-height: 0px;
}

.dropdown-content li:hover {
  border: none;
}
.dropdown-content li > a,
.dropdown-content li > span {
  color: #f05523;
  margin-left: -5px;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 10px 0;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

.clear_both {
  clear: both;
}
.null_padding {
  padding: 0;
}

.null_margin {
  margin: 0;
}

.boxShadow {
  box-shadow: 0px 0px 4px 0px #e1e1e1;
}
.margin1P {
  margin: 1% !important;
}
.marginR5px {
  margin-right: 5px !important;
}
.marginL5px {
  margin-left: 5px !important;
}
.marginB10 {
  margin-bottom: 10px;
}
.marginB20 {
  margin-bottom: 20px;
}
.marginT10 {
  margin-top: 10px;
}
.marginT20 {
  margin-top: 20px;
}
.marginT30 {
  margin-top: 30px;
}
.paddingB5 {
  padding-bottom: 5px;
}
.paddingT5 {
  padding-top: 5px;
}
.paddingB10 {
  padding-bottom: 10px;
}
.paddingT10 {
  padding-top: 10px;
}
.paddingB20 {
  padding-bottom: 20px;
}
.paddingT20 {
  padding-top: 20px;
}
.paddingB30 {
  padding-bottom: 30px;
}
.paddingT30 {
  padding-top: 30px;
}
.padding1P {
  padding: 1% !important;
}
.padding30 {
  padding: 30px 0;
}
.borderR_2PX {
  border-right: 2px solid #797979 !important;
}
.borderB_2PX {
  border-bottom: 2px solid #797979 !important;
}
.borderT_2PX {
  border-top: 2px solid #797979 !important;
}
.borderL_2PX {
  border-left: 2px solid #797979 !important;
}
.fullwidth {
  width: 100% !important;
}
.overflow_auto {
  overflow: auto;
}
fieldset {
  padding: 0.35em 0.625em 1.75em;
}
legend {
  width: auto;
  padding: 0 3px;
  margin-bottom: 0px;
}
.border {
  border: 1px solid #e1e1e1;
  padding: 10px;
}
.rapidor_orange {
  color: #f05523;
}
.container {
  //background: #fff;
}
.container80 {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 30px;
}
.container99 {
  width: 99%;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 30px;
}
.form-container {
  padding: 30px;
  overflow: auto;
}
.form-container10px {
  padding: 10px;
  overflow: auto;
}
.label {
  border-radius: 0px;
}
label {
  margin-bottom: 3px !important;
  margin-top: 10px !important;
}
.table > thead > tr > th {
  vertical-align: middle;
  font-weight: normal;
}
/*button*/

.btn,
.btn-large,
.btn-flat {
  text-transform: none;
}

.btn,
.btn-flat {
  padding: 0 1rem;
}

.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 12px;
}

.btn,
.btn-large {
  background-color: #51bdb8;
  color: #fff !important;
  box-shadow: none !important;
}

.btn-primary,
.btn-primary:focus {
  background-color: #00a37c;
}

.btn-del {
  background-color: #e25653;
}

.btn-cancel {
  background: #f4907a;
  box-shadow: none !important;
  border: none !important;
}
.btn-location {
  background: #e0ba10;
}
.btn-lock {
  background: #2187ce;
}
.btn-share {
  background: #00a37c;
}
.btn:hover,
.btn-large:hover,
.btn:focus,
.btn-large:focus {
  background-color: #0a6aad !important;
}
.button_div button,
.button_div a {
  margin-right: 1%;
}

.close {
  color: #777;
  opacity: 1;
}

input[type="file"] {
  margin-top: 10px;
  box-sizing: content-box;
  font-size: 16px;
  height: auto;
  /*width: 97.5%;*/
  width: auto;
}

.btn:hover,
.btn-large {
  box-shadow: none !important;
}

button.btn.btn-edit {
  // background : #39464f !important;
}
.wysihtml5-toolbar .btn {
  background: #777;
}
.button-collapse i {
  color: #777777;
}
.alert-danger {
  background-color: #f2dede !important;
  border-color: #ebccd1 !important;
  color: #b94a48;
}

.showStatus {
  /* background: #00a37c; */
}

.showEmail {
  background: #0e93cc;
}

.showMap {
  /* background: #EFCF77; */
}

/*button*/

/*user-section*/
#user-section {
  position: relative;
}

#user-section ul {
  margin: 0;
  display: table;
  width: 100%;
}

#user-section li {
  font-size: 22px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
  display: table-cell;
}

#user-section li:first-child {
  border-left: none;
}

#user-section li a {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.item_distributor a {
  background: url("/static/img/truck.png") no-repeat scroll 0px 0px
    rgba(0, 0, 0, 0);
  padding-left: 70px;
}

.item_dealer a {
  background: url("/static/img/man.png") no-repeat scroll 0px 0px
    rgba(0, 0, 0, 0);
  padding-left: 55px;
}

.item_manufacturers a {
  background: url("/static/img/factory.png") no-repeat scroll 0px 0px/50px
    rgba(0, 0, 0, 0);
  padding-left: 60px;
}

.item_serviceProvider a {
  background: url("/static/img/cloud.png") no-repeat scroll 0px 0px
    rgba(0, 0, 0, 0);
  padding-left: 58px;
}

/*Catalogue*/
.catalogue .sidebar-nav {
  box-shadow: none;
  width: 200px;
  transition: 1s;
  overflow-x: hidden;
  position: fixed;
  left: 0;
  display: table-caption;
  height: 100%;
  background: #293846;
}
.catalogue .sidebar-nav .navbar-default {
  background-color: #293846;
  border: none;
}
.catalogue .sidebar-nav .navbar-default a {
  color: #ffffff !important;
}
.selectedCat {
  /*background: #ED9980 none repeat scroll 0 0;*/
}

.selectedCat a {
  color: #ffffff !important;
}

#middle_section {
  padding: 10px;
}

.ProductInfo.col-sm-7 {
  background: #f3f3f3 none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  height: 690px;
  margin-left: 15px;
  overflow: auto;
  padding: 15px;
}
.categoryNavBar[level="2"],
.categoryNavBar[level="4"] {
  background: #162832;
}
.categoryNavBar[level="3"],
.categoryNavBar[level="5"] {
  background: #1d2d35;
}
.categoryNavBar.level1.selectedCat {
  background: #f05523;
}
.categoryNavBar.level2.selectedCat {
  background: #ff7458;
}
.categoryNavBar.level3.selectedCat {
  background: #ff8972;
}

.categoryNavBar.level4.selectedCat {
  background: #ff9a87;
}

.categoryNavBar.level5.selectedCat {
  background: #ffb0a1;
}
.categoryNavBar[level="3"] {
  /*background: #405467;*/
}
.addCart {
  background-color: #00a37c;
}

/*Catalogue*/

.color-cyan {
  border: 2px solid #00bcd4;
  color: #00bcd4;
  font-size: 24px;
  padding: 5px 12px;
}

.color-lime {
  border: 2px solid #ed5526;
  padding: 5px 12px;
}

.highlight {
  font-size: 20px;
  color: #333;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.modal-content,
.modal-header {
  padding-top: 0px !important;
}

label {
  font-weight: normal;
  color: #777;
}

.modal-header h2,
.modal-header h3 {
  color: #f05523;
}

.modal-backdrop {
  z-index: 100;
}

/* .modal {
    background-color: transparent;
    box-shadow: none;
    outline: medium none !important;
} */

.modal-content {
  box-shadow: none;
}

.modal-dialog {
  width: 100%;
  background-color: #fff;
}

#emailPopupModal.modal {
  max-height: 90%;
  width: 95%;
}

/*index*/

.home_page p,
.home_page h1,
.home_page h2,
.home_page h3,
.home_page h4 {
  font-family: "Roboto Condensed", sans-serif !important;
}
video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url("/static/video/video_thump.png") no-repeat;
  background-size: cover;
  transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
}
.stopfade {
  opacity: 0.5;
}
.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video_banner {
  font-weight: 100;
  color: white;
  padding: 2rem;
  width: 490px;
  margin: 2rem 10rem;
  //float: right;
  font-size: 1.2rem;
}
#video_banner button {
  display: block;
  width: 80%;
  padding: 0.4rem;
  border: none;
  margin: 1rem auto;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s background;
}
#video_banner button:hover {
  background: rgba(0, 0, 0, 0.5);
}
#video_banner h1 span {
  font-size: 55px;
}
#video_banner h1 {
  font-size: 45px;
  font-weight: 400;
}
#video_banner h3 {
  color: #ffea00;
  margin: 0px;
  font-size: 35px;
  font-weight: 500;
}
#video_banner h4 {
  font-family: "Yanone Kaffeesatz", sans-serif !important;
  font-size: 28px;
  margin-top: 7px;
  margin-bottom: 25px;
}
#video_banner .drive {
  font-size: 37px;
}
.header_tour_button {
  background: #ff3d00;
  margin-bottom: 20px;
}
.header_demo_button {
  background: #ff7300;
  margin-bottom: 20px;
}
.header_box_caption {
  margin: 0px;
  font-style: italic;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1px;
}
.header_box {
  background: rgba(0, 0, 0, 0.3);
}
.header_box1 {
  padding: 10px 30px;
}
.header_box2 {
  background: rgba(251, 247, 225, 0.5);
  color: #442c1f;
  text-align: center;
  padding: 3px;
}
.header_box1 p {
  clear: both;
  margin-top: 10px;
}
.header_box_subhead {
  font-size: 20px;
  font-weight: 400;
}
/*banner2_learn_more*/

.banner2_learn_more {
  background: #fbf7e1;
  padding: 30px;
}

.banner2_learn_more a {
  background: #00d2ab;
  padding: 8px 25px;
  color: #fff;
  margin: 10px 0;
  display: inline-flex;
  font-size: 22px;
  font-weight: 300;
}
.banner3_business_demo,
.banner5_scenario {
  background: #fff;
  padding: 30px;
}
.banner3_sub {
  margin-top: 60px;
}
.banner3_sub h3 {
  font-size: 22px;
}
.banner3_sub .left li:first-child {
  background: url(/static/img/icons/b3-img1.png) no-repeat;
}
.banner3_sub .left li:nth-child(2) {
  background: url(/static/img/icons/b3-img2.png) no-repeat;
}
.banner3_sub .left li:nth-child(3) {
  background: url(/static/img/icons/b3-img3.png) no-repeat;
}
.banner3_sub .left li:nth-child(4) {
  background: url(/static/img/icons/b3-img4.png) no-repeat;
}
.banner3_sub .right li:first-child {
  background: url(/static/img/icons/b3-img5.png) no-repeat;
}
.banner3_sub .right li:nth-child(2) {
  background: url(/static/img/icons/b3-img7.png) no-repeat;
}
.banner3_sub .right li:nth-child(3) {
  background: url(/static/img/icons/b3-img6.png) no-repeat;
}
.banner3_sub .right li:nth-child(4) {
  background: url(/static/img/icons/b3-img8.png) no-repeat;
}
.banner3_sub .left li {
  padding-left: 95px;
  padding-bottom: 5px;
}
.banner3_sub .right li {
  padding-right: 95px;
  text-align: right;
  padding-bottom: 5px;
  background-position: right !important;
}
.banner3_business_demo li {
  margin-bottom: 45px;
}
.banner4_enhance {
  background: #f4e3bf;
}
.banner4_enhance h3 {
  margin: 10px 0;
}
.banner5_superpower {
  background: #fbf7e1;
  padding: 30px;
}
.banner5_superpower h3 {
  background: rgba(240, 240, 240, 1);
  background: -moz-linear-gradient(
    left,
    rgba(240, 240, 240, 1) 0%,
    rgba(255, 255, 255, 1) 24%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(240, 240, 240, 1)),
    color-stop(24%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(240, 240, 240, 1) 0%,
    rgba(255, 255, 255, 1) 24%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(240, 240, 240, 1) 0%,
    rgba(255, 255, 255, 1) 24%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(240, 240, 240, 1) 0%,
    rgba(255, 255, 255, 1) 24%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(240, 240, 240, 1) 0%,
    rgba(255, 255, 255, 1) 24%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ffffff', GradientType=1 );
  box-shadow: 2px 2px 8px 0px #ccc;
  padding: 10px;
}

.banner6_reasons {
  background: #ff7500;
  color: #fff;
}
.banner6_reasons .container {
  margin-top: 30px;
}
.banner6_reasons h4 {
  margin-top: 0px;
  border-top: 1px solid #fff;
  padding-top: 10px;
  display: inline-table;
}
.banner6_reasons img {
  margin-bottom: 25px;
}
.banner6_reasons p {
  font-weight: 300;
  font-size: 16px;
}
.banner7_integrate {
  background: #fbf7ee;
}
.integrated_logo {
  margin-top: 50px;
}
.banner8_getdemo {
  color: #fff;
  position: relative;
}
.banner8_sub {
  position: absolute;
  width: 100%;
  top: 100px;
  color: #000;
}
.banner8_sub span {
  color: #276888;
}
.banner8_getdemo h3 {
  letter-spacing: 1px;
}
.banner8_getdemo a {
  background: #ff7300;
  padding: 0px 25px;
  color: #fff;
  margin: 20px 0;
  display: inline-flex;
  font-size: 22px;
  font-weight: 300;
}
.parallax-container {
  height: 400px;
}
#support_team {
  background: url("/static/img/bg-support.png") #ffffff;
  background-size: contain;
  padding: 50px 0px 25px 0;
}
.banner9_support h4 {
  text-align: justify;
  line-height: 28px;
  font-weight: 400;
  font-size: 18px;
}
.lighten-red {
  color: #be2607;
  margin-bottom: 25px;
  font-size: 35px;
  font-weight: 400;
}
.support_team {
  padding: 20px !important;
}

#register_modal {
  background: transparent;
  max-height: 430px;
  overflow: hidden;
}
#register_modal small {
  color: #777;
}
#register_modal a {
  color: #426296;
}
#register_modal li {
  margin-top: 10px;
  font-size: 16px;
}
#register_modal ul {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
#register_modal li:before {
  content: "• ";
  color: #f05626; /* or whatever color you prefer */
}
#register_modal input {
  margin-bottom: 10px;
  background: #f5f5f5;
  color: #000;
}
#register_modal input[type="button"] {
  margin-top: 10px;
  background: #f05626 !important;
}
#register_modal input[type="submit"]:hover,
#register_modal input[type="submit"]:focus {
  background: #00d2ab !important;
}
#register_modal .row {
  padding: 30px;
}
.modal_footer_text {
  color: #777;
  font-style: italic;
}
.reg_first_name::-webkit-input-placeholder::before {
  font-family: fontAwesome;
  content: "\f007  ";
  color: #555;
}
.reg_first_name::-moz-placeholder::before {
  font-family: fontAwesome;
  content: "\f007  ";
  color: #555;
} /* firefox 19+ */
.reg_first_name:-ms-input-placeholder::before {
  font-family: fontAwesome;
  content: "\f007  ";
  color: #555;
} /* ie */
.reg_first_name input:-moz-placeholder::before {
  font-family: fontAwesome;
  content: "\f007  ";
  color: #555;
}

.reg_last_name::-webkit-input-placeholder::before {
  font-family: fontAwesome;
  content: "\f007  ";
  color: #555;
}
.reg_last_name::-moz-placeholder::before {
  font-family: fontAwesome;
  content: "\f007  ";
  color: #555;
} /* firefox 19+ */
.reg_last_name:-ms-input-placeholder::before {
  font-family: fontAwesome;
  content: "\f007  ";
  color: #555;
} /* ie */
.reg_last_name input:-moz-placeholder::before {
  font-family: fontAwesome;
  content: "\f007  ";
  color: #555;
}

.reg_email::-webkit-input-placeholder::before {
  font-family: fontAwesome;
  content: "\f0e0 ";
  color: #555;
  padding-right: 5px;
}
.reg_email::-moz-placeholder::before {
  font-family: fontAwesome;
  content: "\f0e0 ";
  color: #555;
  padding-right: 5px;
} /* firefox 19+ */
.reg_email:-ms-input-placeholder::before {
  font-family: fontAwesome;
  content: "\f0e0 ";
  color: #555;
  padding-right: 5px;
} /* ie */
.reg_email input:-moz-placeholder::before {
  font-family: fontAwesome;
  content: "\f0e0 ";
  color: #555;
  padding-right: 5px;
}

.reg_mobile::-webkit-input-placeholder::before {
  font-family: fontAwesome;
  content: "\f095  ";
  color: #555;
}
.reg_mobile::-moz-placeholder::before {
  font-family: fontAwesome;
  content: "\f095  ";
  color: #555;
} /* firefox 19+ */
.reg_mobile:-ms-input-placeholder::before {
  font-family: fontAwesome;
  content: "\f095  ";
  color: #555;
} /* ie */
.reg_mobile input:-moz-placeholder::before {
  font-family: fontAwesome;
  content: "\f095  ";
  color: #555;
}

.reg_industry::-webkit-input-placeholder::before {
  font-family: fontAwesome;
  content: "\f275  ";
  color: #555;
}
.reg_industry::-moz-placeholder::before {
  font-family: fontAwesome;
  content: "\f275  ";
  color: #555;
} /* firefox 19+ */
.reg_industry:-ms-input-placeholder::before {
  font-family: fontAwesome;
  content: "\f275  ";
  color: #555;
} /* ie */
.reg_industry input:-moz-placeholder::before {
  font-family: fontAwesome;
  content: "\f275  ";
  color: #555;
}

.reg_company::-webkit-input-placeholder::before {
  font-family: fontAwesome;
  content: "\f1ad ";
  color: #555;
  padding-right: 5px;
}
.reg_company::-moz-placeholder::before {
  font-family: fontAwesome;
  content: "\f1ad ";
  color: #555;
  padding-right: 5px;
} /* firefox 19+ */
.reg_company:-ms-input-placeholder::before {
  font-family: fontAwesome;
  content: "\f1ad ";
  color: #555;
  padding-right: 5px;
} /* ie */
.reg_company input:-moz-placeholder::before {
  font-family: fontAwesome;
  content: "\f1ad ";
  color: #555;
  padding-right: 5px;
}

.modal_close {
  text-align: right;
  font-weight: 300;
  font-size: 32px;
  cursor: pointer;
  float: right;
}

/*dealer_dashboard_industry*/
.industry_link {
  margin-top: 10px;
}
#dealer_dashboard_industry {
  margin-top: 40px;
}
#select_industry input[type="submit"] {
  margin-left: 15px;
}
#dealer_dashboard_industry input[type="checkbox"] {
  display: none;
}
#dealer_dashboard_industry input[type="checkbox"]:checked + .industry_selected {
  background-color: #fbe6ca;
}
#dealer_dashboard_industry [type="checkbox"] + label {
  height: auto;
  width: 100%;
  padding: 35px;
}
#dealer_dashboard_industry [type="checkbox"] + label:before {
  /*border: 1px solid rgba(239, 85, 37, 0.65);*/
  margin: 8px;
}
#dealer_dashboard_industry label {
  margin: 0 !important;
}
.dashboard_industry_block {
  border: 1px solid rgba(171, 171, 171, 0.38);
  margin: 10px 0;
}
.dashboard_industry_block p {
  margin: 0;
  text-align: center;
  color: #000;
  font-weight: 400;
}

/*dealer_dashboard_industry*/

/*choose_distributor_table*/
#choose_distributor_table [type="checkbox"]:not(:checked),
#choose_distributor_table [type="checkbox"]:checked {
  position: relative;
  left: 0px;
}
/*choose_distributor_table*/

/*index*/

/*Comment*/

#commentsModal button.close {
  margin-top: 8px;
}
#commentsModal h4 {
  color: #f05523;
  padding-top: 24px;
}
#commentsModal .btn-cancel {
  padding: 0 15px;
  height: auto;
  line-height: 26px;
  font-size: 10px;
}
#commentsModal .modal-footer {
  padding: 10px !important;
  height: auto;
}

#comments_order {
  overflow: auto;
  padding: 10px 50px;
  max-height: 400px;
}
.comment_picture {
  display: block;
  float: left;
  margin-right: 10px;
}
.comment_char {
  height: 40px;
  width: 40px;
  background: #f05523;
  color: #fff;
  border: 5px solid #f05523;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}
.red_comment {
  background: #f9f0f0;
  display: block;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  float: left;
  width: 85%;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.red_comment .created_by {
  color: #000;
  font-weight: 500;
}

.red_comment .created_on {
  color: #9c9898;
  font-size: 10px;
  float: right;
}

.red_comment .message {
  color: #444;
  padding: 5px 0px;
  display: block;
  text-align: justify;
}

#emailPopupModal .modal-content {
  // padding : 0 px;
}

#emailPopupModal .modal-body {
  padding: 0px;
  // border : 1 px solid #e1e1e1;
}

#emailFrame {
}

/* Wrapper for page content to push down footer */
#wrap {
  height: 100%;
  overflow: auto;
  background: transparent;
}
/* Set the fixed height of the footer here */

a:focus {
  outline: medium none;
}

a:focus,
a:hover,
a:active {
  text-decoration: none;
}

.contact {
  margin-top: -350px;
}

.input-field {
  color: #9e9e9e;
}

p.help-block {
  color: #f06459 !important;
}

footer button.btn {
  margin-top: 10px;
}

input {
  color: #777;
}

.page-header {
  border-bottom: 0px solid #eee;
  margin: 0px;
  margin-bottom: -10px;
  padding-bottom: 0px;
}

.page-header h1 {
  font-weight: 400 !important;
}

.page-header h2 {
  color: #f05523;
  font-weight: 400 !important;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 0 0 0;
  text-transform: capitalize;
}

.enquiry-card button.btn {
  margin-bottom: 30px;
}

.social-icons {
  margin-top: 15px;
}
.social-icons img {
  margin-bottom: 20px;
  margin-left: 25px;
}
.social-icons li {
  float: left;
  margin-right: 24px;
}
.social-icons li:last-child {
  margin-right: 0px;
}
footer ul li {
  padding: 3px;
}

.linkedin {
  background: url("/static/img/social-icons.png") no-repeat scroll -22px -22px /
    500px auto transparent;
  padding: 10px 16px;
}

.facebook {
  background: url("/static/img/social-icons.png") no-repeat scroll -250px 8px / 500px
    auto transparent;
  padding: 10px 16px;
}

.twitter {
  background: url("/static/img/social-icons.png") no-repeat scroll -98px 8px / 500px
    auto transparent;
  padding: 10px 16px;
}

nav .nav-wrapper i {
  display: inline !important;
}

/*.cart_items a{*/
/*margin-top: -6px;*/
/*}*/

/* Custom page CSS
-------------------------------------------------- */
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
nav .nav-wrapper i {
  //font-size: 18px;
}
.menu-bell,
.server-status {
  height: 69px;
}
.menu-bell a {
  //padding: 0px 6px;
}
.server-status .fa-circle {
  font-size: 20px;
  margin-right: 15px;
}

textarea {
  resize: vertical;
}

.errorlist {
  position: absolute;
  padding: 0px 0 0 25%;
  margin: -25px 0 0 0;
}

.nok-bell {
  color: #263747;
  text-shadow: 1px 1px 1px #ccc;
  font-size: 1.5em !important;
}

.ok-bell {
  color: green;
  text-shadow: 1px 1px 1px #ccc;
  font-size: 1.5em;
}

#wrap > .container {
  padding: 60px 15px 0;
}

.container .credit {
  margin: 20px 0;
}

#footer {
  background-color: #424242;
}

#footer a {
  color: #efefef;
}

header {
  color: #555;
}

header .dropdown-menu {
  top: 74px;
  background: #ffcc33;
  border-width: 0;
}

.dropdown-menu {
  padding: 0px !important;
}

.dropdown-menu li {
  width: 100%;
}

.side-nav .dropdown-menu {
  width: 100%;
  text-align: center;
  border-radius: 0px;
}

.side-nav .dropdown-menu > li {
  padding: 0px;
}

.side-nav .dropdown-menu > li > a:hover {
  background-color: transparent;
}

#loadingModal {
  max-height: 25%;
}

.logo {
  font-size: 40px;
  position: absolute;
  z-index: 1200;
  color: #333;
  top: 3%;
  left: -28%;
  text-align: center;
  width: 100%;
}

#nav {
  width: 100%;
  position: static;
  top: -32px;
}

nav {
  background: #eaeaea;
  position: relative;
  z-index: 1;
}

.navbar {
  min-height: auto;
}

.navbar-material-teal.navbar {
  background-color: #fff;
  box-shadow: 0 1px 5px #ccc;
}

#nav.affix {
  /*position: fixed;*/
  top: 0;
  z-index: 10;
  -webkit-transition: all 0.6s ease-in-out;
}

.navbar .navbar-nav .open .dropdown-menu > li > a {
  color: #777;
  text-align: center;
}

.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:active,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #333;
}

.navbar-nav > li {
  float: left;
  padding-bottom: 0px;
  padding-top: 0px;
}

a,
a:active,
a:focus {
  outline: none;
}

nav ul a,
nav .brand-logo {
  color: #ed5526;
}

nav .brand-logo {
  background-color: #fff;
  width: 225px;
  max-height: 45px;
  padding-bottom: 3px;
  z-index: 1;
}
.help-block {
  color: #999;
  font-size: 12px;
  padding-left: 3px;
}
.help-block-label {
  color: #999;
  font-size: 10px;
}
input[type="text"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="url"]:focus:not([readonly]),
input[type="time"]:focus:not([readonly]),
input[type="date"]:focus:not([readonly]),
input[type="datetime-local"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="number"]:focus:not([readonly]),
input[type="search"]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border: 1px solid #196c86;
  box-shadow: none;
}

.input-field .prefix.active {
  color: #ed5526;
}

.brand-logo img {
  //width: 100%;
  height: 100%;
  margin-left: 75px;
  padding-left: 5px;
  /* margin-left: 50px;
    padding-left: 5px; */
}
.three_line {
  background-color: #fff;
  position: absolute;
  height: 45px;
  left: 0px;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.5s linear;
}
.hidden {
  opacity: 0;
}
.three_line img {
  opacity: 1;
  transition-duration: 1s;
  padding: 0px 12px;
}
.btn-floating.btn-large i {
  line-height: 50.5px;
}
.fixed-action-btn {
  bottom: 12px;
  right: 25px;
}
.btn-floating.btn-large {
  width: 50.5px;
  height: 50.5px;
}
.btn-circle {
  background-color: #39464f !important;
  color: #fff !important;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default.active {
  background-color: #51626d;
}

.btn-blue {
  background: #039be5;
  border: none;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
  margin-left: 3px;
  margin-bottom: 10px;
}
.btn-blue:hover,
.btn-blue:focus {
  background: rgba(3, 155, 229, 0.79);
  color: #ffffff;
}
.btn-blue:focus {
  border: none;
}
.th_action {
  text-align: center;
}

input[type="text"]:focus:not([readonly]) + label,
input[type="password"]:focus:not([readonly]) + label,
input[type="email"]:focus:not([readonly]) + label,
input[type="url"]:focus:not([readonly]) + label,
input[type="time"]:focus:not([readonly]) + label,
input[type="date"]:focus:not([readonly]) + label,
input[type="datetime-local"]:focus:not([readonly]) + label,
input[type="tel"]:focus:not([readonly]) + label,
input[type="number"]:focus:not([readonly]) + label,
input[type="search"]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #ed5526;
}

nav,
nav .nav-wrapper i,
nav a.button-collapse,
nav a.button-collapse i {
  height: 69px;
  line-height: 65px;
}

nav ul li {
  border-bottom: 4px solid white;
}

nav ul li a {
  color: #333;
}

nav ul li:hover {
  background-color: #fff;
  border-bottom: 4px solid #ed5526;
}
.server-status:hover {
  border-bottom: 4px solid #ffffff;
}
nav ul li.header-active {
  //background-color: #fff;
  border-bottom: 0px solid #ed5526;
}

nav ul li:hover a,
nav ul li.header-active a {
  color: #333;
}
.nav_loggedin,
.nav_loggedin .nav-wrapper i,
.nav_loggedin a.button-collapse,
.nav_loggedin a.button-collapse i {
  height: 45px;
  line-height: 45px;
}

/* .navbar-fixed{
    z-index: inherit;
} */
/* .navbar-fixed nav {
    position: fixed;
    top: 0;
    z-index: 1;
} */

.list-style button {
  margin-left: 5px;
  margin-right: 5px;
}

.pager {
  text-align: left;
}
.pager .btn {
  color: #ffffff !important;
  box-shadow: none;
  font-weight: bold;
  background-color: #39464f;
}
.pager .btn {
  height: 38px;
  line-height: 38px;
  padding: 0px 10px;
}
.next {
  float: left !important;
}
.pagination li {
  height: auto;
  width: auto;
  border-bottom: 0px;
}

.pagination li:hover,
.pagination li:active,
.pagination li:focus {
  border-bottom: 0px;
  height: auto;
  width: auto;
  background-color: transparent !important;
}

.pagination li a {
  border-radius: 0px;
  line-height: 0;
}

.pagination li i {
  font-size: 18px;
}

#qtyModal.modal.fade.in {
  height: 40%;
  width: 35%;
}

/*App Landing Page*/
.app_header {
  color: #ed5526;
  font-weight: 400;
  font-size: 30px;
  margin-left: 25px;
}
#main_features {
  padding-left: 65px;
}

.navbar-nav {
  margin: 0;
}

/* customize nav style */
.navbar-custom {
  background-color: #2e2e2e;
  // font-weight : 700;
  // text-transform : uppercase;
  border-width: 0;
}

.navbar-custom .navbar-nav > li > a {
  color: #333;
  padding: 4px;
  font-size: 16px;
  transition: color 0.3s ease;
}

.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  color: #00aa9a;
}

.navbar-custom .dropdown-menu li > a:hover {
  color: #eee;
}

.navbar-custom .navbar-nav li > a:hover,
.navbar-nav li .open,
.navbar-custom .navbar-nav .active a {
  background-color: transparent;
  color: #444;
}

.navbar-custom .navbar-nav > .dropdown > a .caret,
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ed5526;
  border-bottom-color: #ed5526;
}

.navbar-collapse.in {
  /*3.0.2 bug workaround*/
  overflow-y: visible;
}

.navbar-toggle {
  outline: 0;
}
nav .button-collapse {
  float: left;
  position: absolute;
  z-index: 1;
  height: 56px;
  top: 0;
  left: 0;
}
.nav > li > a {
  padding: 10px 12px;
}

.panel {
  border: 1px solid #cccccc;
}

#map-canvas {
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 15px;
}

/*
.go-back {
    position:fixed;
    bottom:0;
    left:6%;
    z-index:100;
    background: #f2f3f2;
    font-size:24px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}
.go-back a:link,.go-back a:visited {
    color:#222;
}
*/

.scroll-top {
  position: fixed;
  bottom: 0;
  right: 6%;
  z-index: 100;
  background: #f2f3f2;
  font-size: 24px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.scroll-top a:link,
.scroll-top a:visited {
  color: #222;
}

section {
  color: #ffffff;
  min-height: 400px;
  height: auto !important;
  height: 100%;
  padding-top: 100px;
}

.bg-1 {
  background: url("../assets/images/rapidor_slide1.jpg") no-repeat center center
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-2 {
  background: url("../assets/images/rapidor_slide2.jpg") no-repeat center center
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-3 {
  background: url("../assets/images/rapidor_slide3.jpg") no-repeat center center
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-4 {
  padding-top: 30px;
  background-color: transparent;
}

.panel .img-responsive {
  min-height: 270px;
  max-height: 270px;
}

.header-active {
  background-color: transparent;
  border-bottom: 0px solid #ed5526;
}

.dropdown {
}

.btn-xlarge {
  padding: 18px 28px;
  font-size: 22px;
  line-height: normal;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.stepwizard-step span {
  background: url(/static/img/icons/order-step-complete.png);
  opacity: 1 !important;
  background-size: cover;
  background-color: #fff !important;
}
.stepwizard-step #step1.btn-default[disabled] {
  background: url(/static/img/icons/order-step-1.png);
  background-size: cover;
}
.stepwizard-step #step2.btn-default[disabled] {
  background: url(/static/img/icons/order-step-2.png);
  background-size: cover;
}
.stepwizard-step #step1.in-progress.btn-default[disabled] {
  background: url(/static/img/icons/order-step1-complete.png);
  background-size: cover;
}
.stepwizard-step #step2.in-progress.btn-default[disabled] {
  background: url(/static/img/icons/order-step2-complete.png);
  background-size: cover;
}
.stepwizard-step #step3.in-progress.btn-default[disabled] {
  background: url(/static/img/icons/order-step3-complete.png);
  background-size: cover;
}

.stepwizard-step #step3.btn-default[disabled] {
  background: url(/static/img/icons/order-step-3.png);
  background-size: cover;
}

.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.input-border-color {
  border-color: #666666;
}

.qty.input-border-color.col-md-3.col-xs-4 {
  padding: 0px;
  width: 25%;
}

.logo-brand > a > img {
  margin-top: 18px !important;
  width: 190px;
}

.navbar-nav > li > a {
  padding: 25px 12px !important;
}

.navbar {
  margin-bottom: 0px;
}

textarea {
  border: 1px solid #e0e0e0;
  height: auto;
  box-shadow: none;
}

/*login_screen*/

#login_screen {
  margin-top: 50px;
  margin-bottom: 100px;
}

#login_screen h1 {
  color: #f05523;
}

#login_screen input {
  color: #777777;
  margin-bottom: 25px;
}

#login_screen .input-field .login_name:focus {
  /*background: url("../img/user.png") no-repeat scroll 7px 8px / 3% auto rgba(0, 0, 0, 0);*/
  /*padding-left: 30px;*/
  box-shadow: none;
}

#login_screen .input-field .login_password:focus {
  /*background: url("../img/password.png") no-repeat scroll 7px 8px / 3% auto rgba(0, 0, 0, 0);*/
  /*padding-left: 30px;*/
  box-shadow: none;
}

#login_screen .form-group {
  width: 100%;
  margin: 0;
  height: 80px;
  line-height: 10px;
  padding: 0;
}

#login_screen .login_signup {
  color: #f4907a;
  margin-left: 10px;
}

.login_signin {
  color: #ffffff !important;
  background: #51bdb8 !important;
}

/*register_screen*/

#register_screen {
  margin-top: 50px;
}

.row .modal-content {
  background: transparent;
}

.modal-content {
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}

.modal-header {
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  padding-bottom: 0px !important;
}

.modal-footer {
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  /*padding: 15px 100px 60px !important;*/
  padding: 0 60px 0 !important;
}

.modal-footer {
  margin: 0px;
}

.modal-footer a {
  font-size: 14px;
  color: #777;
}

.modal-body {
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  overflow: auto;
  // padding : 0 100 px !important;
}

.modal .modal-footer {
  background-color: #ffffff;
}

.well {
  padding: 10px !important;
  overflow: auto;
  background: #39536c; /* Old Browsers */
  background: -webkit-linear-gradient(top, #39536c, #0d141c); /*Safari 5.1-6*/
  background: -o-linear-gradient(top, #39536c, #0d141c); /*Opera 11.1-12*/
  background: -moz-linear-gradient(top, #39536c, #0d141c); /*Fx 3.6-15*/
  background: linear-gradient(to bottom, #39536c, #0d141c); /*Standard*/

  /*background-color: #f1f1f1;*/
  border-radius: 3px;
}

#app_content li {
  background: url("/static/img/app/tick.png") no-repeat scroll 0 5px / 22px auto
    rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  padding: 10px 32px;
}
#app_content .row {
  margin-bottom: 0px;
}
#app_content h2 {
  color: #ed5526;
  font-weight: 400 !important;
  font-size: 25px;
}
.fixed-action-btn a {
  //background-color: #4caf50 !important;
}
#app_content .container {
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}

/*TABLE*/
table {
  background: #fff;
  border-collapse: collapse;
}

table,
td,
th {
  border: 1px solid #ccc;
  text-align: center;
}
td {
  vertical-align: middle !important;
}
thead {
  color: #fff;
  background: #141e30; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #243b55,
    #141e30
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #243b55,
    #141e30
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /*background-color: #263747;
    background-color: #406180;*/
  padding: 10px;
  overflow: auto;
}
.td_status {
  padding: 5px 15px !important;
}
/* order progress td */
td.order-progress.td_status {
  padding: 5px !important;
}
.td_status_div,
.td_payment_div {
  padding: 0;
  text-align: center;
}
.td_payment_div span {
  display: block;
  padding: 5px;
  margin: 1px;
}

.td_status span {
  display: block;
}
.div_status {
  text-align: center;
  border: 1px solid #e1e1e1;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-top: 10px;
  overflow: auto;
}
.div_status span {
  display: block;
}
.td_status span.label {
  margin-right: 1px;
  margin-top: 3px;
  padding: 5px;
}
.product_card {
  //border: 1px solid #777;
  background: #e1e1e1;
  color: #777;
  position: absolute;
  transition: 1s;
  overflow: hidden;
}
.action_card {
  background: #fff;
  z-index: 1;
}
.action_card label {
  cursor: pointer;
  background-size: 28px !important;
  background-repeat: no-repeat;
  padding: 6px 12px;
  /*padding: 6px 36px;
    margin-left: 20px;*/
  color: #777;
  background-position: left;
}
.action_card label:hover {
  color: #333;
}
.action_card {
  position: absolute;
  right: -15px;
  width: 200px;
  /*background: rgba(225,225,225, 1);*/
  background-color: #f5fffa;
  transition: 0.5s;
  overflow: hidden;
  -moz-box-shadow: 0 5px 5px 2px #67bfae;
  -webkit-box-shadow: 0 5px 5px 2px #67bfae;
  box-shadow: 0 5px 5px 2px #67bfae;
}

.action_card_header {
  /* width: 200px; */
  /* background-color: rgba(103, 191, 174,1); */
  width: 100%;
  background: linear-gradient(to bottom, #3f5c77, #0d141c);
  margin: 0;
  color: #fff;
  padding: 8px 0px;
}
.action_card p {
  float: left;
  margin: 0px;
}
/*ORDER*/
.info-text {
  padding: 5px 5px;
  color: #fff;
  background: #0eaee4;
  font-weight: 400;
  margin-right: 10px;
  margin-bottom: 10px;
}

/*PURCHASE*/

#search_form.well,
#search_table_results.well {
  padding: 16px 16px 0px 16px !important;
}
/* #search_form .form-group, #search_table_results .form-group{
    padding: 0 !important;
} */
#search_form input {
  background: #f1f1f1;
  border: 1px solid rgba(41, 56, 70, 0.38);
  margin-left: -2px;
  margin-top: -3px;
  height: 35px;
  /* box-shadow: 0 12px 20px -10px rgb(191, 195, 197), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(16, 16, 16, 0.2); */
}
#search_form input:focus {
  border: 1px solid #ccc;
  background: #fff;
}
#search::-webkit-input-placeholder {
  /* font-style:italic; */
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 3px;
  color: #afafaf;
}
#search ::-moz-placeholder {
  font-style: italic;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 3px;
  color: #afafaf;
}
@media only screen and (max-width: 1280px) {
  #partner_fields_btn.btn {
    padding: 0 2rem;
    margin-top: -1px;
    margin-left: -4px;
    height: 35px;
    border-radius: 2px;
    background: linear-gradient(60deg, #2187ce, #177cc1);
    /* box-shadow: 0 12px 20px -10px rgb(191, 195, 197), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(16, 16, 16, 0.2) !important; */
  }
}
@media only screen and (min-width: 1280px) {
  #partner_fields_btn.btn {
    padding: 0 3rem;
    margin-top: -1px;
    margin-left: -4px;
    height: 35px;
    border-radius: 2px;
    background: linear-gradient(60deg, #2187ce, #177cc1);
    /* box-shadow: 0 12px 20px -10px rgb(191, 195, 197), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(16, 16, 16, 0.2) !important; */
  }
}
.set-tally_company_name {
  width: 13em;
}
.set-tally_company_name .select-wrapper input.select-dropdown {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  font-weight: 600;
}
/*FORM-GROUP*/
.form-group {
  margin-bottom: 15px;
  width: 50%;
  float: left;
  padding: 0 40px;
}
.form-control {
  border-radius: 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea.materialize-textarea {
  border: 1px solid #e0e0e0;
  border-radius: 0;
  outline: none;
  height: 30px;
  background: #fff;
  line-height: 30px;
  padding-left: 5px;
  margin: 0;
  moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"].input-lg,
input[type="number"].input-lg {
  height: 36px;
}

#search_form i {
  line-height: 36px;
  font-size: 14px;
}
.search_select.form-group {
  width: 10%;
  margin-top: 5px;
  padding: 0;
}
.search_select.form-group i {
  line-height: 36px;
  height: 36px;
  z-index: 10;
  color: #1a2b3b;
}
#search_form .form-group {
  width: 30%;
}
.select-wrapper input.select-dropdown {
  /* background-image: linear-gradient(#fff, #f1f1f1); */
  border: 1px solid #e0e0e0;
  border-radius: 0;
  height: 36px;
  line-height: 36px;
  padding-left: 5px;
  margin: -1px 0 0 0;
}
.search_select.form-group .select-wrapper input.select-dropdown {
  border: 1px solid rgba(41, 56, 70, 0.38);

  /* box-shadow: 0 12px 20px -10px rgb(191, 195, 197), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(16, 16, 16, 0.2); */
  border-radius: 3px;
  color: #1a2b3b;
  height: 35px;

  padding-left: 5px;
  margin: 0;
}
.select-wrapper .mdi-navigation-arrow-drop-down {
  /* // top: 25px;
    //z-index: 1; */
}

#category_table .btn {
  background: #6d7575;
}
.actionButtons {
  margin-top: 23px;
}
/*DASHBOARD*/
.float_div {
  float: left;
  display: inline-block;
}

.dashboard_loggedin .side-menu {
  background-color: #293846;
  padding-top: 46px;
  box-shadow: none;
  width: 225px;
  transition: 1s;
  overflow-x: hidden;
  position: fixed;
  left: 0;
  display: table-caption;
  height: 100%;
}
.dashboard_loggedin .side-menu li {
  border-bottom: none;
  font-size: 14px;
  width: 225px;
  border-bottom: 1px solid #1a2b3b;
}

.dashboard_loggedin .side-menu li a {
  color: #ffffff;
  line-height: 50px;
  padding: 0 1rem;
  background: #162832;
  width: 225px;
}
.dashboard_loggedin .side-menu li a:hover {
  color: #ffffff;
  line-height: 50px;
  padding: 0 1rem;
  background: #162832;
  width: 225px;
}
.dashboard_loggedin .side-menu li a:hover {
  color: #ffffff;
  line-height: 50px;
  padding: 0 1rem;
  background: #ff846c;
}
.icon-meter:before {
  content: "\e9a6";
}
.dashboard_loggedin .side-menu li .no-dropdown a {
  padding: 0;
  background: inherit;
}
.dashboard_loggedin .side-menu li:hover,
.dashboard_loggedin .side-menu .header-active {
  background-color: #ff846c;
}
.item-active {
  /*background-color: #ffa190 !important;*/
  background-color: #ff846c !important;
}
.dashboard_loggedin .collapsible {
  border-width: 0px;
  margin: 0px;
}
.dashboard_loggedin .collapsible-header {
  background: transparent;
  border-bottom: none;
}

.dashboard_loggedin .collapsible-body {
  border-bottom: none;
}
.dropdown_icon {
  background: url(../img/icons/arrow.png) 0 6px;
  margin-right: 25px;
  padding-right: 10px;
  background-repeat: no-repeat;
  display: block;
  float: right;
  margin-top: 12px;
  padding-top: 12px;
}
.dashboard_loggedin .caret {
  border-top: 4px solid #fff;
}
.dashboard_loggedin .dropdown-menu {
  background-color: #0e2133;
  box-shadow: none;
  text-align: left;
}
.dashboard_loggedin .dropdown-menu a {
  color: #ffffff;
  font-size: 14px;
  padding-left: 40px;
  position: relative;
}
.dashboard_loggedin:before {
  content: "\25AE";
  //<--- this is your text. You can also use UTF-8 character codes as I do here
  font-family: FontAwesome;
  left: -5px;
  position: absolute;
  top: 0;
}
.dashboard_loggedin .side-nav {
  background-color: #293846;
}
.dashboard_loggedin .side-nav li {
  border: none;
}
.dashboard_loggedin .side-nav a {
  height: 50px;
  line-height: 40px;
  color: #fff;
}
.nav_top {
  margin-left: 240px;
}

.breadcrumb {
  /* padding: 5px 10px;
    box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2); */
}
.breadcrumb a {
  color: #e8886a !important;
  font-size: 12px;
}
.breadcrumb a:hover {
  color: #6aa0e8 !important;
}
.nav_top_right {
  /* float: right; */
  margin-right: 15px;
}
.nav_top_right a {
  color: #333;
  margin-right: 10px;
}
#no_of_items {
  margin-left: -12px;
  margin-right: 6px;
}
.dashborad_menu_icon {
  margin-right: 10px;
}
.thumbnail_picture {
  cursor: pointer;
  margin-top: -5px;
}
.profile_card {
  display: none;
  position: absolute;
  right: 7px;
  /*width: 400px;*/
}
.profile_card .row {
  margin: 0px;
}
.profile_card .card-content {
  color: #263747;
  padding: 12px 2px 5px;
}
.profile_card .card-content a {
  color: #ffab40;
  margin-right: 5px;
  margin-left: 5px;
}
.profile_card .card-content a:hover,
.profile_card .card-action a:focus {
  color: #ffd8a6;
}
.profile_card p,
.profile_card a {
  line-height: 20px;
}
.company_region {
  color: #333;
  margin-right: 15px;
}
.user_name {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px !important;
}
.user_details {
  font-size: 14px;
  color: #999 !important;
  word-break: break-word;
}

/*Dashboard*/
#sidenav-overlay {
  z-index: 0 !important;
}
.nvd3-svg {
  width: 100% !important;
}
.quick_status div {
  border: 1px solid #e1e1e1;
  padding: 10px;
  color: #777;
  border-left-width: 0px;
  background: #fff;
}
.quick_status span {
  color: #f05626;
  font-size: 2.5rem;
  font-weight: 400;
}
.status_price {
  font-size: 20px !important;
  color: #777 !important;
}
.quick_status div a {
  font-size: 10px;
}

.charts {
  margin: 10px;
}
.charts li {
  display: inline;
  margin: 3px;
  padding: 5px 10px;
  color: #777;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}
.charts li.active {
  color: #fff;
  background: #f05626;
  border: 1px solid #f05626;
}
.chart_header {
  border: 1px solid #e1e1e1;
  padding: 10px;
  margin-bottom: -1px;
  background-color: #f1f1f1;
}
.chart_div {
  padding: 10px 20px;
  background: #fff;
}

.action_icon {
  margin-bottom: 6px;
  margin-top: 15px;
}
.actions_wrapper {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border: 1px solid black;
}

#float_ul {
  display: none;
}
.apk_download {
  height: 1px;
}
.apk_download .btn-circle {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 12px;
  line-height: 2;
  border-radius: 25px;
  background: green !important;
}

/*Invoice*/

.invoice h1 {
  color: #f3765d;
  margin: 3px 0;
}
.invoice_id {
  color: #898785;
  font-weight: 500;
  margin: 3px 0;
}
.invoice h3 {
  margin: 3px 0;
}
.invoice_address {
  word-break: break-word;
  margin-bottom: 10px;
  display: block;
}
.invoice-header2 {
  margin-top: 20px;
}
.gray_label {
  color: #a4a2a1;
  font-weight: 500;
}
.text-red {
  color: #dc4b3d;
  font-size: 2em;
}
.gray_desc {
  color: #a4a2a1;
}
.blue_header {
  background-image: url(../img/color_2.png);
  /*background-image: #0690DB;*/
  color: #fff;
  padding: 5px;
}
.form_header {
  background-image: url(../img/color_3.png);
  /*background-color: #EDEDED;*/
}
.extra_charges p {
  margin-bottom: 3px;
}

.invoice_table thead {
  background-image: url(../img/color_1.png);
  /*background-color: #ADE9FF;*/
}
#invoice_table_default thead {
  background-color: #f3765d;
  -webkit-print-color-adjust: exact;
}
.invoice_table th {
  font-weight: 400;
  padding: 5px;
  color: #000;
}
.invoice_table td {
  padding: 5px;
}
.invoice_table table,
.invoice_table td,
.invoice_table th {
  border: 0px solid #ccc;
}
.signature {
  margin-top: 115px;
}
.checked_by {
  margin-top: 115px;
}
#battery_final_invoice {
  font-size: 12px;
}
.terms_con {
  font-size: 11px;
}
.invoice_poweredby span {
  margin-right: 5px;
}
.tax_division,
.tax_division td {
  padding: 0;
}
.invoice-header {
  padding-bottom: 0px;
}
#transport_invoice,
#accounts_invoice {
  display: none;
}
/*customer_setup*/
.fail {
  color: red;
  display: none;
}
.success {
  color: green;
  display: none;
}
.customer_setup h4 {
  color: #f05523;
  font-weight: 400;
}
.customer_setup .package h4 {
  margin: 0;
  background: #ff836d;
  color: #fff;
  padding: 10px 0;
}
.customer_setup .package button {
  background: #3fadfc;
}
.customer_setup .package .column {
  padding: 0 3px 15px 3px;
}
.customer_setup .package .border:hover {
  background: #fff1d7;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.customer_setup .package ul {
  text-align: left;
  padding: 20px;
}
.customer_setup .package ul li {
  list-style-type: disc;
  margin-left: 22px;
  word-break: break-all;
}
.customer_setup .package ul hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid #e1e1e1;
}
.customer_setup .stepwizard {
  margin: 60px 0;
}

/*POS*/

.total_amount span {
  display: inline-block;
  width: 95px;
}
.amount_field {
  border: 1px solid #777;
  padding: 5px;
  text-align: right;
  display: inline-block;
}
#order_edit_form .nav-tabs li a {
  color: #000;
  border-radius: 0px;
  border: none;
  padding: 9px 12px;
}
#order_edit_form .nav-tabs li.active a {
  color: #fff;
}
#order_edit_form .nav-tabs {
  border: 1px solid #e1e1e1;
  border-bottom: 0px;
}
#order_edit_form .nav-tabs > li.active > a {
  background: #293846;
}
#order_edit_form .tab-content .tab-pane.active {
  overflow: auto;
  border: 1px solid #e1e1e1;
  padding: 20px;
}
#order_edit_form .total-banner {
  background: #dfebf1;
}
.qb-loading {
  background: url(https://www.creditmutuel.fr/cmne/fr/banques/webservices/nswr/images/loading.gif)
    #4db7ea;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
.pos_steps .row {
  margin-bottom: 0px;
}
.pos_steps .request_steps {
  background: #f1f5f7;
  padding-top: 20px;
  padding-bottom: 5px;
}
#order_edit_form .total-banner div {
  padding-left: 30px;
  padding-right: 30px;
}
#order_edit_form #save_cash_button,
#order_edit_form #save_cheque_button,
#order_edit_form #pay_button {
  margin-left: 15px;
}
.pos_add_product {
  background: #039be5;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
}
.pos_add_product:hover,
.pos_add_product:focus {
  color: #f2f2f2;
}

#qb_config_fieldset,
#tally_config_fieldset,
#pos_config_fieldset {
  margin: 20px 0px;
  display: inline;
  width: 100%;
}
/*pivot reports*/

.pvtUi [type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: relative;
  left: auto;
}
.pvtUi select {
  display: block !important;
  height: auto !important;
}
.pvtUi button {
  background: #f1f1f1;
  border: 1px solid #999;
  margin: 5px;
}
.pvtFilterBox label {
  color: #333;
}
/*nav*/

nav .dashboard_loggedin ul.side-nav li.header-active {
  background-color: #ff846c;
}
nav ul li.header-active
/*Footer*/

footer {
  padding-bottom: 0px;
}

footer ul li {
}

footer form {
  padding: 20px 40px 70px 40px;
}

footer .gray {
  background-color: #3b4250;
}

footer .page-footer {
  background-color: #172228;
  margin-top: 0px;
  clear: both;
}
footer .page-footer a {
  color: #ffffff;
}
footer .page-footer ul {
  display: block;
}
footer .footer-copyright {
  background-color: #0d0e10;
}

footer .row {
  margin: 0px;
  padding: 0px;
}

footer ul {
  margin: 0px;
  padding: 15px;
}

.scroll-top a {
  padding: 0px !important;
  margin-top: -4px;
}

#partners_table {
  margin-bottom: 50px;
}

.table-container {
  float: right;
  transition: 1s;
  background: transparent;
  margin-top: 20px;
}
.table-container-breadcrumb {
  //display: none;
  padding-top: 15px;
  transition: 1s;
}

.table-container-full {
  float: right;
  margin: 0 auto;
  transition: 1s;
  width: auto;
  background: transparent;
  margin-top: 20px;
}

/*Purchase requests index page designs starts here*/

#purchase_request_block table td,
#purchase_request_block table th {
  border-left: 1px solid #ddd;
  text-align: center;
}

#purchase_request_block table td:last-child,
#purchase_request_block table th:last-child {
  border-right: 1px solid #ddd;
  text-align: center;
}

.newPurchase {
  background-color: #007dbe !important;
}

.man_logo {
  width: 50%;
  height: 53px;
}

.imageContainer {
  width: auto;
  height: 75px;
  float: left;
  margin: 1%;
}
/*Purchase requests index page designs ends here*/

.ribbon-wrapper-green,
.ribbon-wrapper-blue {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green,
.ribbon-blue {
  font: bold 15px Sans-Serif;
  color: #fff;
  text-align: center;
  /*text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;*/
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -8px;
  top: 15px;
  width: 120px;
  background-color: #1ec969;
  /*  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); */
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-green:before,
.ribbon-green:after,
.ribbon-blue:before,
.ribbon-blue:after {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

.ribbon-green:before,
.ribbon-blue:before {
  left: 0;
}
.ribbon-green:after,
.ribbon-blue:after {
  right: 0;
}
​

/*utility classes*/
/*utility classes*/
.margin-top-05 {
  margin-top: 0.5em !important;
}
.margin-top-05p {
  margin-top: 5px !important;
}
.margin-top-10 {
  margin-top: 1em !important;
}
.margin-top-15 {
  margin-top: 1.5em;
}
.margin-top-20 {
  margin-top: 2em;
}
.margin-top-25 {
  margin-top: 2.5em;
}
.margin-top-30 {
  margin-top: 3em;
}

.margin-bottom-05 {
  margin-bottom: 0.5em;
}
.margin-bottom-10 {
  margin-bottom: 1em;
}
.margin-bottom-15 {
  margin-bottom: 1.5em;
}
.margin-bottom-20 {
  margin-bottom: 2em;
}
.margin-bottom-25 {
  margin-bottom: 2.5em;
}
.margin-bottom-30 {
  margin-bottom: 3em;
}

.margin-left-05 {
  margin-left: 0.5em;
}
.margin-left-10 {
  margin-left: 1em;
}
.margin-left-15 {
  margin-left: 1.5em;
}
.margin-left-20 {
  margin-left: 2em;
}
.margin-left-25 {
  margin-left: 2.5em;
}
.margin-left-30 {
  margin-left: 3em;
}

.margin-right-05 {
  margin-right: 0.5em;
}
.margin-right-10 {
  margin-right: 1em;
}
.margin-right-15 {
  margin-right: 1.5em;
}
.margin-right-20 {
  margin-right: 2em;
}
.margin-right-25 {
  margin-right: 2.5em;
}
.margin-right-30 {
  margin-right: 3em;
}

.padding-top-05 {
  padding-top: 0.5em;
}
.padding-top-10 {
  padding-top: 1em;
}
.padding-top-15 {
  padding-top: 1.5em;
}
.padding-top-20 {
  padding-top: 2em;
}
.padding-top-25 {
  padding-top: 2.5em;
}
.padding-top-30 {
  padding-top: 3em;
}

.padding-bottom-05 {
  padding-bottom: 0.5em;
}
.padding-bottom-10 {
  padding-bottom: 1em;
}
.padding-bottom-15 {
  padding-bottom: 1.5em;
}
.padding-bottom-20 {
  padding-bottom: 2em;
}
.padding-bottom-25 {
  padding-bottom: 2.5em;
}
.padding-bottom-30 {
  padding-bottom: 3em;
}

.padding-left-05 {
  padding-left: 0.5em;
}
.padding-left-10 {
  padding-left: 1em;
}
.padding-left-15 {
  padding-left: 1.5em;
}
.padding-left-20 {
  padding-left: 2em;
}
.padding-left-25 {
  padding-left: 2.5em;
}
.padding-left-30 {
  padding-left: 3em;
}

.padding-right-05 {
  padding-right: 0.5em;
}
.padding-right-10 {
  padding-right: 1em;
}
.padding-right-15 {
  padding-right: 1.5em;
}
.padding-right-20 {
  padding-right: 2em;
}
.padding-right-25 {
  padding-right: 2.5em;
}
.padding-right-30 {
  padding-right: 3em;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}

/*calander icon*/
.calander-padding {
  padding: 0 5px;
}
.cal-icon-start {
  cursor: pointer;
}
.cal-icon-stop {
  cursor: pointer;
}
.picker__input {
  cursor: pointer;
}
/*discount box input minimum width for smaller resolution display*/
.discountbox {
  min-width: 125px;
}
/*custom button for discount% & currency */

.discount_percentage.input-group-addon {
  padding: 0 12px;
}

/*add button in discount box*/
.quickAddProduct {
  margin-left: 2px;
}
.btn.outline {
  background: #0099cc;
  padding: 0.8em 0.8em;
  margin: 0 1px;
}
.btn-primary.outline {
  border: 2px solid #0099cc;
  color: #0099cc;
  height: 15px;
  line-height: 3px;
}
.btn-primary.outline:hover,
.btn-primary.outline:focus,
.btn-primary.outline:active,
.btn-primary.outline.active,
.open > .dropdown-toggle.btn-primary {
  color: #33a6cc;
  border-color: #33a6cc;
}
.btn-primary.outline:active,
.btn-primary.outline.active {
  border-color: #007299;
  color: #007299;
  box-shadow: none;
}
.btn.outline-g {
  background: #13c78b;
  padding: 0.8em 0.8em;
}
.btn-primary.outline-g {
  border: 2px solid #13c78b;
  color: #0099cc;
  height: 15px;
  line-height: 3px;
}
.btn-primary.outline:hover,
.btn-primary.outline:focus,
.btn-primary.outline:active,
.btn-primary.outline.active,
.open > .dropdown-toggle.btn-primary {
  color: #13c78b;
  border-color: #13c78b;
}
.btn-primary.outline:active,
.btn-primary.outline.active {
  border-color: #007299;
  color: #007299;
  box-shadow: none;
}
/*Boreder for post reference block*/
.reference-border {
  border: 1px solid #c0c0c0;
  padding: 20px 10px 40px;
  margin: 8px 15px;
}
/*card for reports*/
.card-view {
  vertical-align: middle;
  padding: 2em;
  /* background-color: #eaeaea; */
  border: 1px solid #ddd;
  border-radius: 10px;
  min-height: 7em;
}
/*card title*/
.card .card-content .card-title {
  font-weight: 400;
}
/*card report generate link*/
.card .card-action a {
  color: #f44336;
}
.card .card-action a:hover {
  color: #ffbc03;
}

/*Apply-Remove Button*/
#basic-addon1 > a:first-child,
#basic-addon2 > a:first-child {
  border-right: 1px solid #406180;
  margin: 0 5px 0 0;
  padding: 4px 15px 4px 5px;
}
/* basic-addon-2 syles for bill discount */
.basic-addon2-border {
  border-right: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/*date picker thead*/
.picker__table > thead {
  background-color: #fff;
}
/*.picker__table table, td, th {
    border: 1px solid #fff;
    text-align: center;
}*/
/*date picker label*/
.input-field-label {
  top: -2rem !important;
}
/*Download format buttons*/
.source_download > a {
  border: 2px solid #c7c7ca;
  background-color: #fffaf0;
  border-radius: 5px;
  padding: 1px 5px;
  color: #6287bf;
}
.source_download > a:hover {
  border: 2px solid #13c78b;
  background-color: #6287bf;
  border-radius: 5px;
  padding: 1px 5px;
  color: #fffaf0;
}
.bootstrap-tagsinput {
  border-radius: 0 !important;
}
/*placeholder*/
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.8rem;
  font-weight: normal;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.8rem;
  font-weight: normal;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 0.8rem;
  font-weight: normal;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.8rem;
  font-weight: normal;
}
/*fetch quickbook buttons*/
input#qb-fetchitem,
input#qb-fetchcustomer {
  padding: 0.5em;
  border-radius: 8px;
  margin-top: 4px;
  background: #fff;
  border-color: #c3c3c3;
  color: #335dbf;
  box-shadow: 0px -1px 5px #9e9d9d;
}
.picker__table th,
.picker__table td {
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 0;
}
/*over-ride :110 select display none for calander */
.picker__select--month.browser-default {
  display: inline !important;
  background-color: #ffffff;
  width: 40%;
}
.picker__select--year.browser-default {
  display: inline !important;
  background-color: #ffffff;
  width: 25%;
}
/*dashboard */
.card-stats .card-header {
  float: left;
  text-align: center;
}
.card .card-header {
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42),
    0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  margin: -5px 15px 0;
  border-radius: 3px;
  padding: 0.8em;
  background-color: #999999;
}
.card [data-background-color="blue"] {
  background: linear-gradient(60deg, #26c6da, #00acc1);
  box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28),
    0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
}
.card-stats .card-header i {
  font-size: 36px;
  line-height: 56px;
  width: 56px;
  height: 56px;
}
.card-stats .card-content {
  text-align: right;
  padding-top: 10px;
}
.card .card-content {
  padding: 15px 20px;
}
.card .card-footer {
  margin: 0 20px 10px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.card .card-footer .stats {
  line-height: 22px;
  color: #999999;
  font-size: 12px;
}
.card .card-footer div {
  display: inline-block;
}
.quickview_ico {
  padding: 1em;
}
.border-b {
  border-bottom: 1px solid #000;
}
/*2nd level menu*/
a#backtoMain {
  background: #162832;
}
@font-face {
  font-family: icomoon;
  src: url(/static/fonts/icomoon.eot?xh2rqx);
  src: url(/static/fonts/icomoon.eot?xh2rqx#iefix) format("embedded-opentype"),
    url(/static/fonts/icomoon.ttf?xh2rqx) format("truetype"),
    url(/static/fonts/icomoon.woff?xh2rqx) format("woff"),
    url(/static/fonts/icomoon.svg?xh2rqx#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.4em;
  padding: 0 0.8em 0 0.3em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-upload {
  padding: 0 4px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-link:before {
  content: "\e900";
}
.icon-group:before {
  content: "\e901";
}
.icon-news:before {
  content: "\e902";
}
.icon-image-outline:before {
  content: "\e903";
}
.icon-group-outline:before {
  content: "\e904";
}
.icon-calender-outline:before {
  content: "\e905";
}
.icon-database2:before {
  content: "\e906";
}
.icon-shopping-bag:before {
  content: "\e907";
}
.icon-printer:before {
  content: "\e908";
}
.icon-weather-windy-cloudy:before {
  content: "\e909";
}
.icon-book:before {
  content: "\e90a";
}
.icon-beer:before {
  content: "\e90b";
}
.icon-shopping-cart:before {
  content: "\e90c";
}
.icon-link2:before {
  content: "\e90d";
}
.icon-cabinet:before {
  content: "\e90e";
}
.icon-cabinet2:before {
  content: "\e90f";
}
.icon-calendar:before {
  content: "\e910";
}
.icon-calendar2:before {
  content: "\e911";
}
.icon-file:before {
  content: "\e912";
}
.icon-files:before {
  content: "\e913";
}
.icon-inbox:before {
  content: "\e914";
}
.icon-download3:before {
  content: "\e915";
}
.icon-upload2:before {
  content: "\e916";
}
.icon-inbox2:before {
  content: "\e917";
}
.icon-notice:before {
  content: "\e918";
}
.icon-notice2:before {
  content: "\e919";
}
.icon-cog:before {
  content: "\e91a";
}
.icon-cogs2:before {
  content: "\e91b";
}
.icon-cog2:before {
  content: "\e91c";
}
.icon-suitcase:before {
  content: "\e91d";
}
.icon-suitcase2:before {
  content: "\e91e";
}
.icon-wallet:before {
  content: "\e91f";
}
.icon-direction:before {
  content: "\e920";
}
.icon-map:before {
  content: "\e921";
}
.icon-graduate:before {
  content: "\e922";
}
.icon-tie:before {
  content: "\e923";
}
.icon-medal:before {
  content: "\e924";
}
.icon-key3:before {
  content: "\e925";
}
.icon-stack2:before {
  content: "\e926";
}
.icon-stack3:before {
  content: "\e927";
}
.icon-stack4:before {
  content: "\e928";
}
.icon-archive:before {
  content: "\e929";
}
.icon-megaphone:before {
  content: "\e92a";
}
.icon-megaphone2:before {
  content: "\e92b";
}
.icon-cube:before {
  content: "\e92c";
}
.icon-box:before {
  content: "\e92d";
}
.icon-box2:before {
  content: "\e92e";
}
.icon-bag:before {
  content: "\e92f";
}
.icon-moneybag:before {
  content: "\e930";
}
.icon-grid:before {
  content: "\e931";
}
.icon-grid2:before {
  content: "\e932";
}
.icon-list:before {
  content: "\e933";
}
.icon-list2:before {
  content: "\e934";
}
.icon-ruler:before {
  content: "\e935";
}
.icon-ruler2:before {
  content: "\e936";
}
.icon-tools:before {
  content: "\e937";
}
.icon-screwdriver:before {
  content: "\e938";
}
.icon-pen:before {
  content: "\e939";
}
.icon-equalizer3:before {
  content: "\e93a";
}
.icon-resize:before {
  content: "\e93b";
}
.icon-download4:before {
  content: "\e93c";
}
.icon-calculator:before {
  content: "\e93d";
}
.icon-library:before {
  content: "\e93e";
}
.icon-stats:before {
  content: "\e93f";
}
.icon-stats2:before {
  content: "\e940";
}
.icon-pencil:before {
  content: "\e941";
}
.icon-pin:before {
  content: "\e942";
}
.icon-pin2:before {
  content: "\e943";
}
.icon-edit:before {
  content: "\e944";
}
.icon-scissors2:before {
  content: "\e945";
}
.icon-barcode2:before {
  content: "\e946";
}
.icon-barcode3:before {
  content: "\e947";
}
.icon-expand:before {
  content: "\e948";
}
.icon-collapse:before {
  content: "\e949";
}
.icon-popout:before {
  content: "\e94a";
}
.icon-popin:before {
  content: "\e94b";
}
.icon-ticket2:before {
  content: "\e94c";
}
.icon-blocked:before {
  content: "\e94d";
}
.icon-checked:before {
  content: "\e94e";
}
.icon-error:before {
  content: "\e94f";
}
.icon-shipping:before {
  content: "\e950";
}
.icon-navigation:before {
  content: "\e951";
}
.icon-tags:before {
  content: "\e952";
}
.icon-clipboard2:before {
  content: "\e953";
}
.icon-clipboard3:before {
  content: "\e954";
}
.icon-clipboard4:before {
  content: "\e955";
}
.icon-ruler3:before {
  content: "\e956";
}
.icon-alignment-align:before {
  content: "\f08a";
}
.icon-alignment-aligned-to:before {
  content: "\f08e";
}
.icon-alignment-unalign:before {
  content: "\f08b";
}
.icon-book2:before {
  content: "\f007";
}
.icon-briefcase:before {
  content: "\f0d3";
}
.icon-calendar3:before {
  content: "\f068";
}
.icon-credit-card2:before {
  content: "\f045";
}
.icon-dashboard:before {
  content: "\f07d";
}
.icon-database3:before {
  content: "\f096";
}
.icon-diff:before {
  content: "\f04d";
}
.icon-file-media:before {
  content: "\f012";
}
.icon-flame:before {
  content: "\f0d2";
}
.icon-fold:before {
  content: "\f0cc";
}
.icon-gear:before {
  content: "\f02f";
}
.icon-gift2:before {
  content: "\f042";
}
.icon-gist:before {
  content: "\f00e";
}
.icon-graph:before {
  content: "\f043";
}
.icon-inbox3:before {
  content: "\f0cf";
}
.icon-mail:before {
  content: "\f03b";
}
.icon-mail-read:before {
  content: "\f03c";
}
.icon-microscope:before {
  content: "\f089";
}
.icon-mirror:before {
  content: "\f024";
}
.icon-organization:before {
  content: "\f037";
}
.icon-package:before {
  content: "\f0c4";
}
.icon-plug:before {
  content: "\f0d4";
}
.icon-puzzle:before {
  content: "\f0c0";
}
.icon-repo:before {
  content: "\f001";
}
.icon-repo-clone:before {
  content: "\f04c";
}
.icon-repo-force-push:before {
  content: "\f04a";
}
.icon-screen-full:before {
  content: "\f066";
}
.icon-screen-normal:before {
  content: "\f067";
}
.icon-server:before {
  content: "\f097";
}
.icon-settings:before {
  content: "\f07c";
}
.icon-sign-in:before {
  content: "\f036";
}
.icon-sign-out:before {
  content: "\f032";
}
.icon-split:before {
  content: "\f0c6";
}
.icon-tag:before {
  content: "\f015";
}
.icon-versions:before {
  content: "\f064";
}
.icon-zap:before {
  content: "\26a1";
}
.icon-office:before {
  content: "\e957";
}
.icon-newspaper:before {
  content: "\e958";
}
.icon-quill:before {
  content: "\e959";
}
.icon-file-text:before {
  content: "\e95a";
}
.icon-profile:before {
  content: "\e95b";
}
.icon-file-empty:before {
  content: "\e95c";
}
.icon-file-text2:before {
  content: "\e95d";
}
.icon-stack:before {
  content: "\e95e";
}
.icon-price-tag:before {
  content: "\e95f";
}
.icon-price-tags:before {
  content: "\e960";
}
.icon-barcode:before {
  content: "\e961";
}
.icon-qrcode:before {
  content: "\e962";
}
.icon-ticket:before {
  content: "\e963";
}
.icon-credit-card:before {
  content: "\e964";
}
.icon-drawer:before {
  content: "\e965";
}
.icon-drawer2:before {
  content: "\e966";
}
.icon-box-add:before {
  content: "\e967";
}
.icon-box-remove:before {
  content: "\e968";
}
.icon-download:before {
  content: "\e969";
}
.icon-upload:before {
  content: "\e96a";
}
.icon-floppy-disk:before {
  content: "\e96b";
}
.icon-drive:before {
  content: "\e96c";
}
.icon-database:before {
  content: "\e96d";
}
.icon-user-tie:before {
  content: "\e976";
}
.icon-hour-glass:before {
  content: "\e979";
}
.icon-spinner4:before {
  content: "\e97d";
}
.icon-spinner5:before {
  content: "\e97e";
}
.icon-binoculars:before {
  content: "\e985";
}
.icon-search:before {
  content: "\e986";
}
.icon-shrink:before {
  content: "\e98a";
}
.icon-key:before {
  content: "\e98d";
}
.icon-key2:before {
  content: "\e98e";
}
.icon-wrench:before {
  content: "\e991";
}
.icon-equalizer:before {
  content: "\e992";
}
.icon-equalizer2:before {
  content: "\e993";
}
.icon-cogs:before {
  content: "\e995";
}
.icon-magic-wand:before {
  content: "\e997";
}
.icon-pie-chart:before {
  content: "\e99a";
}
.icon-stats-bars:before {
  content: "\e99c";
}
.icon-stats-bars2:before {
  content: "\e99d";
}
.icon-gift:before {
  content: "\e99f";
}
.icon-spoon-knife:before {
  content: "\e9a3";
}
.icon-leaf:before {
  content: "\e9a4";
}
.icon-meter:before {
  content: "\e9a6";
}
.icon-meter2:before {
  content: "\e9a7";
}
.icon-bin:before {
  content: "\e9ac";
}
.icon-target:before {
  content: "\e9b3";
}
.icon-clipboard:before {
  content: "\e9b8";
}
.icon-download2:before {
  content: "\e9c5";
}
.icon-enter:before {
  content: "\ea13";
}
.icon-exit:before {
  content: "\ea14";
}
.icon-make-group:before {
  content: "\ea58";
}
.icon-scissors:before {
  content: "\ea5a";
}
.icon-share:before {
  content: "\ea7d";
}
.icon-safari:before {
  content: "\eadd";
}

/*.............................................................................*/
.ico-bg1 {
  /* background-color: #7499af; */
  background: linear-gradient(to bottom, #3f5c77, #0d141c);
  border-radius: 50%;
}
.ico-bg2 {
  /* background-color: #266a8c; */
  background: linear-gradient(to bottom, #3f5c77, #0d141c);
  border-radius: 50%;
}
.ico-bg3 {
  /* background-color: #04a3cf; */
  background: linear-gradient(to bottom, #3f5c77, #0d141c);
  border-radius: 50%;
}
.ico-bg4 {
  /* background-color: #416c85; */
  background: linear-gradient(to bottom, #3f5c77, #0d141c);
  border-radius: 50%;
}

/*settings bootstrap switches*/
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #00a37c !important;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #ef5350 !important;
}
.popover-navigation *[data-role="end"] {
  margin-left: 1em;
}
.popover-navigation *[data-role="end"] {
  background-color: #293846;
}
h3.popover-title {
  background-image: url(../img/rapidor-icon.png);
  background-repeat: no-repeat;
  background-position: right;
  /* background-size: auto 56px; */
  padding: 8px 14px;
  margin: -1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #293846;
  color: #fff;
  border-bottom: 2px solid #6b6b6b;
  border-radius: 5px 5px 0 0;
}
/*nav-mobile*/
.mob_menu_text {
  padding: 0 0 0 12px;
  margin: 5px 0 0 0px;
  position: absolute;
}

#wrap {
  position: relative;
}
#hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#datetime {
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 4px;
  border: 1px solid #999;
  font-size: 1em;
  /* width: 300px; */
}
/* file upload icon override */
.icon-span-filestyle {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* wysihtml5 in settings alignment if extra info @ bottom*/
.wysihtml5-footer {
  height: auto;
  min-height: 45px;
}
/*recent cheque views*/
div#clientcheque_div > img {
  height: 990px;
  margin: 0 auto;
}
#cheque_div {
  text-align: center;
}
div#cheque_div > img {
  height: 990px;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background-image: url(../img/rapidor-icon.png);
  background-repeat: no-repeat;

  background-position: 97% 47%;
  background-color: #293846;
  color: #ffffff;
  font-weight: bold;
}
.ui-dialog {
  z-index: 1000 !important ;
}
.modal-backdrop.in {
  opacity: 0;
  filter: alpha(opacity=50);
}
.modal {
  background-color: #fff;
}
/* for add route page  */
select#set-tally_company_name {
  display: none !important;
}
.pos-invoice-footer p {
  text-align: center;
  font-weight: bold;
}
.z-depth-1.form-container {
  padding: 15px 10px;
}
/* view routes types */
.action_type_c {
  text-transform: capitalize;
  font-weight: 600;
  color: #3987a5;
}
.action_type_d {
  text-transform: capitalize;
  font-weight: 600;
  color: #65ddbb;
}
.action_type_o {
  text-transform: capitalize;
  font-weight: 600;
  color: #40c190;
}
.action_type_a {
  text-transform: capitalize;
  font-weight: 600;
  color: #25a999;
}
/*actions drop down*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: -1px;
}
/*invoice dropdown selection form actions menu*/
.invoices_dropdown {
  background-color: #293846;
  border-radius: 7px;
}
.invoices_dropdown input.select-dropdown {
  color: #fff;
}
.invoices_dropdown i.mdi-navigation-arrow-drop-down.active {
  color: #ddd;
  padding: 2px;
}
/* tally custom button */
.tally_button {
  background-image: url(/static/img/tally.png);
  background-position: 0 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  width: 40px;
  background-color: #00a37c !important;
  border: 1px solid #00a37c;
}
.tally_button :hover {
  background-color: #ddd !important ;
}
.modalimagesize img {
  width: 50em;
}
/* Disable materialisecss form active animation for labels */
.input-field label.active {
  font-size: 0.8rem;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.dataTables_wrapper .dataTables_paginate {
  padding-right: 3em;
}

/* dynamic charts in dashboard */
div#echarts-FullOrder {
  padding-top: 5px;
}
div#echarts-AppSettings {
  padding-top: 5px;
}

/* select2 plugin */
.selection input[type="search"]:focus:not([readonly]) {
  border: none;
}
.formElementEqualHeight .select-wrapper input.select-dropdown {
  height: 38px;
}

/* offer quantity input  */
.offer_qty_input {
  height: 42px;
  border: 1px solid #ababaa;
  border-radius: 5px;
  width: 100%;
  margin: 11px 0 0 0;
}
.select-container span {
  padding: 0;
  margin: 2px 0px 0px 0;
}
/* /create order bill discount */
.row.bill_discount_row input {
  height: 30px;
}
/* ........................................................... */
/* basic-addon-2 syles for bill discount */
.basic-addon2-border {
  border-right: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* ........................................................... */

/* readonly user fileds in actions  */

/* class to disable mouse click event */
.userRoleDisableClass {
  pointer-events: none;
  opacity: 0.7;
  background: #ebebe4;
}
/* material icons failed to load or poor network icon name text display issue fix */
i.material-icons:before {
  display: none !important;
  content: "";
}
.nav-pills > li > a.tabCssBorder {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  color: #20344c;
}
.nav-pills > li.active > a.tabCssBorder,
.nav-pills > li.active > a.tabCssBorder:hover,
.nav-pills > li.active > a.tabCssBorder:focus {
  background-color: #eaeaea;
  border: 1px solid #51bdb8;
  border-radius: 5px;
  color: #20344c;
}

/* chartjs table layout helper classes */
.table_chart {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.cell_chart {
  display: table-cell;
  vertical-align: middle;
}

.redText {
  color: #f05523;
}
.leaveStatusSmallText {
  font-size: 11px;
}

/* loading animation  */
.spinner {
  margin: 0 auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }

  /* loading animation  */
  .spinner {
    margin: 0 auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
  }

  .spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
  }

  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }

  .spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
  }

  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }

  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }

  @-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
      -webkit-transform: scaleY(0.4);
    }
    20% {
      -webkit-transform: scaleY(1);
    }
  }

  @keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }
    20% {
      transform: scaleY(1);
      -webkit-transform: scaleY(1);
    }
  }
}
.btn-floating.btn-large i {
  font-size: 2em;
}
@media only screen and (max-width: 992px) {
  .nav_top_right span,
  .nav_top_right a {
    display: none;
  }
  .nav_top_right .usrDetails a:last-child {
    display: block;
    float: right;
    font-size: 1em;
  }
  .btn-eq-width {
    width: 370px;
  }
  .button-collapse {
    display: none;
  }
  .btn-floating.btn-large {
    width: 6.5em;
    height: 6.5em;
  }
  .btn-floating.btn-large i {
    font-size: 5em;
    margin-top: 35%;
  }
  table#dellines {
    font-size: 2em;
  }
  .hide_only_for_mob {
    display: none !important;
  }
  ul#float_ul li a {
    transform: scaleY(2) scaleX(2) translateY(-25px) !important;
    margin: 20px;
  }
  .pos_steps {
    font-size: 2em;
  }
  .pos_steps label {
    font-size: 1.2em;
  }
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="url"],
  input[type="time"],
  input[type="date"],
  input[type="datetime-local"],
  input[type="tel"],
  input[type="number"],
  input[type="search"],
  textarea.materialize-textarea {
    height: 50px;
    line-height: 50px;
  }
  #p_search ::-webkit-input-placeholder {
    /* Edge */
    font-size: 1em;
  }

  #p_search :-ms-input-placeholder {
    /* Internet Explorer */
    font-size: 1em;
  }

  #p_search ::placeholder {
    font-size: 1em;
  }
  .total_amount span {
    width: 218px !important;
  }
}
.btn-floating.btn-large i {
  font-size: 2em;
}
@media only screen and (max-width: 992px) {
  .nav_top_right span,
  .nav_top_right a {
    display: none;
  }
  .btn-eq-width {
    width: 370px;
  }
  .button-collapse {
    display: none;
  }
  .btn-floating.btn-large {
    width: 6.5em;
    height: 6.5em;
  }
  .btn-floating.btn-large i {
    font-size: 5em;
    margin-top: 35%;
  }
  table#dellines {
    font-size: 2em;
  }
  .hide_only_for_mob {
    display: none !important;
  }
  ul#float_ul li a {
    transform: scaleY(3) scaleX(3) translateY(-25px) !important;
    margin: 35px 5px;
  }
  .dashboard_row_class {
    font-size: 3em;
  }
  .dashboard_row_class a,
  .dashboard_row_class i {
    font-size: 3em;
    }
    .mobile-fab-tip {
        display: block;
    }
}
.table_overflow {
  overflow-x: auto !important;
  overflow-y: hidden;
}
.mobile-fab-tip {
  position: fixed;
  right: 200px;
  padding: 0px 0.5rem;
  text-align: right;
  background-color: #323232;
  border-radius: 2px;
  color: #fff;
  width: auto;
  /* margin: 0 !important; */
}
ul#float_ul li a:nth-child(2) {
    transform: scaleY(3) scaleX(3) translateY(-60px) !important;
    margin: 35px 70px;
}
.mobile-fab-tip {
    display: none;
}
@media only screen and (max-width: 992px) {
    .mobile-fab-tip {
        display: block;
    }
}
.label_1 {
  color: #777;
  text-align: right;
}
