*{
  padding: 0;
  margin: 0;
}

.container-fluid {
  max-width: 100%;
  position: relative;
}
ul{
  list-style-type: none;
}
.list-inline{ margin: 0px;display: inline-block; }

.home-bg{
  background-image: url('../images/home-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

@font-face {
  font-family: 'Kalinga';
  src: url('../fonts/Kalinga.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

.btn-success {
  background : #008000 !important;
  border-color : #008000 !important;
}

.navigation{
  position: fixed;
  left: 30px;
  right: auto;
  top: 20px;
  bottom: auto;
  z-index: 1;
  width: 25%;
  clear: both;
}
.navigation li .icon{
  width: 62px;
  height: 54px;
  display: block;
  margin-bottom: 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.navigation li .icon.home{ background-image: url('../images/home.png');}
.navigation li .icon.home:hover, .navigation li .icon.home:focus, .navigation li .icon.home.active{ background-image: url('../images/home_active.png');}
.navigation li .icon.about{ background-image: url('../images/about.png');}
.navigation li .icon.about:hover, .navigation li .icon.about:focus, .navigation li .icon.about.active{ background-image: url('../images/about_active.png');}
.navigation li .icon.contact{ background-image: url('../images/contact.png');}
.navigation li .icon.contact:hover, .navigation li .icon.contact:focus, .navigation li .icon.contact.active{ background-image: url('../images/contact_active.png');}
.navigation li .icon.login{ background-image: url('../images/login_off.png');}
.navigation li .icon.login:hover, .navigation li .icon.login:focus, .navigation li .icon.login.active{ background-image: url('../images/login_on.png');}
.navigation li .icon.education{ background-image: url('../images/educate_off.png');}
.navigation li .icon.education:hover, .navigation li .icon.education:focus, .navigation li .icon.education.active{ background-image: url('../images/educate_on.png');}

.wrapper{ position: relative; }
.logo{
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  margin: 0 auto;
  min-height: 110px;
  max-width: 400px;
  background-size: 100%;
}

.main-content.coming-soon{
  top: 26%;
}
 
.main-content li{ 
  padding: 0px; 
  float: left;
  margin-right: 8px;
  width: 172px; 
  }
.main-content li .boxes {
  display: block;
  padding: 0px;
  width: 172px;
  height: 300px;
}
.main-content li:last-child{ margin-right: 0px; }
.main-content li p{
  font-size: 12px;
  color: rgba(255,255,255,0.70);
  padding: 15px;
}

.main-content li .boxes.signs{ background: url('../images/a1.png') no-repeat center center;}
.main-content li .boxes.signs:hover, .main-content li .boxes.signs:focus{ background: url('../images/b1.png') no-repeat center center;}

.main-content li .boxes.flags{ background: url('../images/a2.png') no-repeat center center;}
.main-content li .boxes.flags:hover, .main-content li .boxes.flags:focus{ background: url('../images/b2.png') no-repeat center center;}

.main-content li .boxes.displays{ background: url('../images/a3.png') no-repeat center center;}
.main-content li .boxes.displays:hover, .main-content li .boxes.displays:focus{ background: url('../images/b3.png') no-repeat center center;}

.main-content li .boxes.samples{ background: url('../images/a4.png') no-repeat center center;}
.main-content li .boxes.samples:hover, .main-content li .boxes.samples:focus{ background: url('../images/b4.png') no-repeat center center;}

.main-content li .boxes.sales{ background: url('../images/a5.png') no-repeat center center;}
.main-content li .boxes.sales:hover, .main-content li .boxes.sales:focus{ background: url('../images/b5.png') no-repeat center center;}

.copyright{
  color: #272626;
  font-size: 11px;
  text-align: center;
  margin: 0 auto;
}

.homequote {
  font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  font-style: italic;
  font-size:19px;
  text-align:center;
}
.copyright.desktop{ display: block;}
.copyright.mobile{ display: none;}

.signboom-img {
  height: auto;
  width: 100%;
}



.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
}
.soon-bg{
  background-image: url('../images/soon-bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: fixed;
  width: 100%;
  height: 500px;
}

.soon-logo{
  display: block;
  width: 187px;
  height: 40px;
  margin: 40px auto;
}

.title{
  text-align: center;
  font-size: 60px;
  color: #000000;
  margin-bottom: 100px;
  font-family: 'Kalinga';
}

.soon-bg .btn{
  width: 168px;
  height: 54px;
  font-size: 24px;
  border-radius: 0px;
  font-weight: normal;
  font-family: 'Kalinga';
  line-height: 45px;
}

.coming-soon-title{
  color: #fff;
  text-align: center;
  margin: 10px auto 100px;
}

.coming-soon-desc{
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 0px auto 20px auto;

}

@media only screen and (max-width : 1024px) {
  
}

@media only screen and (max-width : 991px) {
  
  .home-bg{
    background-image: url('../images/home-bg-768.jpg');
  }
}

@media only screen and (max-width : 1023px) {
  
  .navigation{ 
    top: 105px;
    left: 0; 
    padding-bottom: 20px;
    right: 0; 
    margin: 0 auto;  
    width: 100%; 
    background: #000;
  }
  .navigation.sidenav.order_nav {
    position: relative;
    margin-top: -111px;
    margin-bottom: 120px;
    text-align: center;
  }
  .navigation ul{ margin: 0px auto; text-align: center;}
  .navigation li{
    display: inline-block !important;
    width: 50px !important;
    margin-left: 0 !important;
    max-height: 50px;
    vertical-align: middle; 
  }
  #mySidenav a {
    width: 45px !important;
  }
  .navigation li .icon{ margin-bottom: 0px;  }
  .main-content{ width: 100%; }
  .main-content li{
    display: inline-block;
    float: left;
    width: 50%;
    margin-right: 0px;
    min-height: 400px;
  }
  .main-content li .boxes{
    margin: 0 auto
  }
}

@media only screen and (max-width : 767px) {
  
  .copyright.desktop{ display: none;}
  .copyright.mobile{ display: block; margin-bottom: 15px;}
  #content {
    margin-top: 180px;
  }
  .navigation.sidenav.order_nav {
    position: relative;
    margin-top: -111px;
    margin-bottom: 30px;
    text-align: center;
  }
  .modal-dialog { min-width: 100%; }
  .main-content li{
    display: block;
    text-align: center;
    font-size: 16px !important;
    float: none;
    width: 100%;
    margin-left: 15px;
    /*margin-right: 0px;*/
    min-height: 375px;
  }
  .main-content li .boxes{
    margin: 0 auto;
  }
  .row { margin: 0 !important; }
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin: 0 !important;
  }
  .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
  }
  .navbar-collapse {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .nav { padding-left: 5px; }
  .homequote {
    font-family: 'Times New Roman',serif;
    font-size:17px;
    text-align:center;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width : 374px) {
  .main-content li{ width: 100%; float: none; margin: 0 auto; display: block; }
  .main-content li:last-child{ margin: 0 auto }
  .modal-dialog { min-width: 100%; }
}
#mySidenav a {
    
    left: -80px;
    transition: 0.3s;
    width: 30%;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
  }

#mySidenav a:hover {
  //left: 0;
}
p , h2 ,label, #wrapper {
  color: #fff
}
select,
input {
  color: #333333;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color:#fff !important;
}
.navigation li .icon:hover + span{
  
  
  padding: 15px;
  visibility: visible;
  color: #fff;
  width:65%;
  opacity: 1;
}

.navigation li  span{
  transition: visibility 0s, opacity 0.5s linear;
  visibility: hidden;
  opacity: 0;
  font-family: Helvetica;
    font-size: medium;
    font-weight: 700;
    text-align: left;
}

.navigation li{
  display: inline-flex;
  width: 70%;
  //margin-left: -40px;
}
.pink-title{
  color:#F3268D;
  font-weight: 500;
}
.blue-title{
  color:#1399CE;
  font-weight: 500;
}
.font-18{
  font-size: 22px;
}

.font-15{
  font-size: 15px;
}
.div_displayed{
  color:black;
}
.myinput{
      background-color: transparent;
    color: white;
    border-radius: 4px;
}
.Percentinput {
  padding: 3px;
  cursor: pointer;
}
datalist { cursor: pointer; }
input[disabled=""].myinput {
    color: #333333;
    background-color: #eef1f5;
    opacity: 0.5 !important;
}
input[type="text"].myinput {
  padding: 3px;

  }
.popup_new{
  color: black;
}
.btn-info {
    color: #fff !important;
    background-color: transparent; !important;
    border-color: #fff !important;
}
legend {
    margin-bottom: 0px !important;
    font-size: 18px !important;
    
}
.portlet-light-border{
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px;
  font-weight: 400;
  margin-left: 10px;
}
.portlet-light-border button,.portlet-light-border input,.portlet-light-border optgroup,.portlet-light-border select,.portlet-light-border textarea{
  font-weight: 400;
}
.portlet-light-border .myinput , .portlet-light-border input[type=""]{
    background-color: black;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-top: 5px;
}
.portlet-light-border input[type="text"].myinput ,.portlet-light-border input[type=""].myinput {
  width: 100%

  }
  .portlet-light-border select{
    background: transparent;
    color: #fff; 

  }
.portlet-light-border .input-label{
      margin-top: 10px;
    font-weight: 400;
}
.portlet-light-border input[type="file"]{
  border: none;
}
.btn-info {
    color: #fff;
    background-color: transparent !important;
    border-color: #46b8da;
}
#new_order_summary .btn-success {
    font-size: 18px !important;
    font-weight: 700 !important;
}
table.table.borderless tr td {
    padding: 0px;
    border: none;
}
#mySidenav{
  z-index: 0;
}
#page-content-wrapper{
  z-index: 1;
}
#previeworders{
  color: black;
}
.modal-backdrop{
  z-index: 0 !important;
}
input[name=email], input[type=password] {
    color: black;
}
#order_table_ {
  background: #ffffff;
}
#order_table_ .btn-info {
  color: #000000 !important;
  border-color: #000000 !important;
}
#order_table_ tr td{
  text-align: left;
}
.table>tbody>tr>td.no-left-padding, .table>tbody>tr>th.no-left-padding, .table>tfoot>tr>td.no-left-padding, .table>tfoot>tr>th.no-left-padding, .table>thead>tr>td.no-left-padding, .table>thead>tr>th.no-left-padding{
  padding-left: 0px;
}
.table>tbody>tr>td.no-right-padding, .table>tbody>tr>th.no-right-padding, .table>tfoot>tr>td.no-right-padding, .table>tfoot>tr>th.no-right-padding, .table>thead>tr>td.no-right-padding, .table>thead>tr>th.no-right-padding{
  padding-right: 0px;
}*
@media screen and (max-width: 1358px) {
  #table-div,.table{
    overflow: scroll !important;
  }

}
@media screen and (max-width: 760px) {
  #order_logo {
    width: 100%;
  }
  .order_nav{
    margin-top: -35px !important;
  }
  
  span.nav-span {
    display: none;
}
.navigation li{
  padding-right: 20px;
  padding-top: 10px;
  margin-left: 0;
  
}

#new_quote_button_wrap {
  position: fixed;
  bottom: 35px;
  z-index: 1000;
  background: rgba(0,0,0,0.7);
  padding: 8px 0;
  width: 100%;
}
#new_order_summary {
  margin-bottom: 60px;
}

header {
    position: absolute;
  }

  #menu-icon {
    display:inline-block;
  }

  /*nav ul, nav:active ul { 
    display: none;
    position: absolute;
    padding: 20px;
    background: #fff;
    border: 5px solid #444;
    right: 20px;
    top: 60px;
    width: 100%;
    border-radius: 4px 0 4px 4px;
  }

  nav li {

    text-align: center;
    width: 100%;
    padding: 10px 0;
    margin: 0;

  }

  nav:hover ul {
    display: block;
  }*/
}


.my-order .col-sm-10 {
  border: 2px solid #02b0ed;
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal-content  {
  background-color: #222;
}
.products .product {
  display: flex;
  align-items: center;
}
.products .product .img-box {
  margin-right:10px;
}
.products .product .img-box img{
  height:60px;
  width: 100px;
} 

#header {
  background: black;
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  text-align: center;
}
.order_nav li{
  margin-top: 14px;
}

.login-form.form-inline .form-group {
  margin-bottom: 20px;
}

.forgotpass-form {
  margin-top: 70px;
}
.forgotpass-form .col-sm-6 {
  float: none;
  margin: 0 auto;
}

.all_order_fnf {
  margin-top: 135px;
}

.all_order_fnf_table {
  overflow-y: auto;
}

@media only screen and (max-width: 767px) {
  #citydiv {
    position: static;
    top: unset;
    left: unset;
    width: 100%;
    display: none;
  }
  .forgotpass-form {
    margin-top: 0px;
  }
  #page-content-wrapper {
    width: 100%;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .navigation {
    width: 40%;
    left: 0;
  }
  .nav-ul li{
    margin-top: 0em !important;
  }
}
@media only screen and (min-width: 1023px) {
  .navigation {
    width: 25%;
  }
}
div#product_description p {
    color: black;
}
input[type="file"].myinput {
    background-color: #eef1f5;
    color: black;
    opacity: 1;
}
/* chatboat css */
.open-button {
  background-color: #555;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 0px;
  right: 15px;
  width: 280px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  z-index: 200000;
}

.chatwindow{
  min-height: 300px;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  z-index: 105;
  background-color: #1e1e1e;
  color:#fff;
  margin-top: 20px;
  margin-left: 20px;
  padding: 0 15px;
  width: 300px;
}
.chat_header {
  padding: 10px;
}
.closeicon {
  float:right;
  display:inline-block;
  padding:2px 5px;
  font-size: 14px;
}

.nav-siebar .navigation li {
  margin-left: 0;
}
.closeicon a{
  color: #fff;
}
.updatedcloseicon{
  float: right;
  display:inline-block;
}
/* Add styles to the form container */
.form-container {
  padding: 10px;
  background-color: #1e1e1e;
  color:#fff;
}

#content .row .col-sm-8 {
  z-index: 990;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 100px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #544EBA;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}


/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.up_file_section {
  display: flex;
  float: left;
  background: #ffffff;
  border-radius: 3px;
}

.up_file a {
  margin:0 3px 0 5px;
}
.up_file a img{
  margin-top:1px;;
}

@media only screen and (max-width: 767px) {
  #citydiv {
    position: static;
    top: unset;
    left: unset;
    width: 100%;
    display: none;
  }
  .forgotpass-form {
    margin-top: 0px;
  }
  #page-content-wrapper {
    width: 100%;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .my-order.row {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation {
    width: 25%;
  }
  .navigation {
    width: 40%;
    left: 0;
  }
}
/*.products  input[type=radio]:checked + .product ,.products  input[type=radio]:checked + .product button {
    background: rgba(0, 100, 0, 0.5);
    border: rgba(0, 100, 0, 0.5);
    border-radius: 5px;
 }*/
 /*.nav-ul li{
  margin-top: 0em !important;
 }*/


 .sample_product_label{
  display: contents;
 }
 .product button{
  margin-left: 15px;
  background:transparent;
  border:transparent;
 }

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
   /* max-width: 80%;*/
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    /*padding: 0.625rem 1.25rem; */
    padding: 15px;
    /* 10px 20px */
    width: 70%;
    text-align: center;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}
.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #5cb85c;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #449d44;
}

#myModal .modal-body select {
  background-color: transparent;
  color: #fff;
  max-width: 150px;
  margin: 0 auto;
}
#myModal .nav.nav-tabs li > a{
  color: #fff;
} 
#myModal .nav.nav-tabs li.active > a,#myModal .nav>li>a:focus,#myModal .nav>li>a:hover{
  color: black;
} 
.white-input-bg .myinput, .white-input-bg .portlet-light-border select, #orderForm .myinput, #orderForm .portlet-light-border select{
    background-color: #fff;
    color: black;
    
}
#category_description p {
  color: #000000;
}
#product_description h2 {
  color: #000000;
  font-size: 24px;
  margin: 10px 0;
}
.errmsg{
color: red; text-align: left;
}
#option_description p { color: #000000; }
#new_print_service table tr td{ color: white; }
#otherinformation { color: #000000; }
#previewrows tr td { text-align: left; }
#txteconval, #txtrushval, #txthotval { min-width: 58px; margin-right: 5px; }
.chooseFileLabel { font-family: Arial, sans-serif; font-size: 14px !important; color: white; background-color: #008000; display: inline-block; position: absolute; left: -1px; top: -2px; height: 32px; border-radius: 3px; padding: 5px 6px; max-width: 100px; }
.sfileName { position:absolute; left:98px; padding: 1px 10px 1px 5px; color: #555; min-width:105px; }