body {
    background-color: #b9b7b7;
}
.topbar {
	background: #ffffff;
	border-color: #bfbfbf;
	border-radius: 0px;
}
.topbar .navbar-header a {
	color: #ffffff;
}
.wrapper {
    padding-left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sidebar {
    z-index: 1000;
    position: fixed;
    top: 50px;
    left: -50px;
    width: 50px;
    height: 100%;
    overflow-y: auto;
    background: #2A3F54;
	color: #ffffff;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.main {
	width: 100%;
    position: relative;
    padding-bottom:20px;
}
.wrapper.toggled {
	padding-left: 50px;
}
.wrapper.toggled .sidebar {
	left: 0;
}
/* Sidebar Styles */
.sidebar-nav {
    position: absolute;
    top: 52px;
    width: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    line-height: 40px;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #e8e8e8;
    padding: 0;
    text-align:center;
}
.sidebar-nav li a:hover, .sidebar-nav li.active a {
    text-decoration: none;
    color: #fff;
    background: #fff;
    background: rgba(255,255,255,0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav li span, .subbar li span {
	display : none;
}
nav.subbar {
	position: relative;
	width: 100%;
	border-radius: 0px;
	background: #fff;
	margin: 50px 0 -50px 0;
	padding: 10px 0 0 0;
	z-index: 2;
}
nav.subbar > ul.nav.nav-tabs {
	padding: 0 5px;
}
nav.subbar > ul.nav.nav-tabs > li.active > a {
    background: #dedede;
    border-top: 1px solid #a6a6a6;
    border-left: 1px solid #a6a6a6;
    border-right: 1px solid #a6a6a6;
    border-radius: 0px;
}
.content {
    margin-top: 57px;
    padding: 0 30px;
}
@media(min-width:768px){
	.subbar li span {
		display: inline;
	}
}

@media(min-width:992px) {
    .wrapper {
    	/* padding-left: 50px; */
    }

    .sidebar {
    	left: 0;
    	width: 50px;
	}

	.wrapper.toggled {
		padding-left: 200px;
	}

	.wrapper.toggled .sidebar, .wrapper.toggled .sidebar-nav {
		width: 200px;
	}
	
	.wrapper.toggled .sidebar-nav li a {
		text-align: left;
		padding: 0 0 0 10px;
	}
	.wrapper.toggled .sidebar-nav li span {
		display: inline;
	}

}
.navbar-btn {
    background: none;
    border: none;
    height: 35px;
    min-width: 150px;
    color: #000;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.pointer{
  cursor: pointer;
}
.heading {
    color: #fffefe !important;
    background-color: #e74546 !important;
}
.total_count {
    font-size: 25px;
    color: #767679;
}
.new-request {
    color: #e74546;
    font-size: 16px;
}
.loader-main{
    background: #0c0c0c12 !important;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.pad-row{
  padding: 5px 0px !important;
    border-bottom: 1px solid #ddd !important;
}
.tds-view {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #808183; 
  padding: 10px 20px;
}
.btn-gray{
    color: #fff;
    background-color: #77777a;
    border-color: #767679;
}
.btn-gray:hover{
  color: #fff;
  background-color: #77777a;
  border-color: #767679;
}
.btn-red{
  color: #fff;
  background-color: #e74546;
  border-color: #e74546;
}
.btn-red:hover{
color: #fff;
background-color: #e74546;
border-color: #e74546;
}
.btn-pad{
  padding: 15px 15px 0px 0px;
}
.img-css{
  width: 85px;
}
.no-pad{
  padding: 0px;
}
.width-85{
  width: 85px;
}
.tds-view-system{
  border-bottom: 6px solid #e74546;
  border-right: 6px solid #e74546;
  border-top: 6px solid #e74546;
  border-radius: 0px 50px 50px 0px;
}
.myButton {
	background-color:#e74546;
	border-radius:28px;
	border:1px solid #e74546;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:2px 33px;
	text-decoration:none;
	text-shadow:0px 0px 0px #e74546;
}

.title-head{
  font-size: 29px;
  color: #e74546;
  text-align: center;
  font-weight: 600;
}
.inner-title{
  text-align: center;
    font-size: 25px;
    /* border-top: 1px solid #767679; */
    /* margin: 0 35%; */
    /* border-bottom: 1px solid #767679; */
}
.tdsSubtitle{
  border-bottom: 1px solid #33336e;
  border-top: 1px solid #33336e;
  font-size: 24px;
  padding: 3px 2px;
}
.des-text{
  min-height: 57px;
    padding: 3px 9px 0px 0px;
    font-size: 12px;
  
}
.feature-text{
  min-height: 57px;
    padding: 3px 9px 0px 0px;
    font-size: 12px;
  
}
.app-text{
  min-height: 57px;
    padding: 3px 9px 0px 0px;
    font-size: 12px;
  
}
.typicalbtn {
	box-shadow: inset 0px 1px 0px 0px #e74546;
    background: linear-gradient(to bottom, #e74546 5%, #e74546 100%);
    background-color: #e74546;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    border: none;
}
.pad-15{
  padding: 15px 15px;
}
.pad-15-left{
  padding: 0px 15px;
}
th.th {
  /* background: #e74546; */
  padding: 5px 6px;
  border: 3px solid #fff;
  color: white;
  border-radius: 10px;
}
th.th2 {
  /* background: #e74546; */
  padding: 5px 5px;
  border: 3px solid #fff;
  color: white;
  /* border-radius: 10px; */
  text-align: center;
}
.tbl{
  width: 100%;
}
.tr{
  /* background: #e74546; */
    color: white;
    text-align: center;
}
.physical-data{
  padding: 0 5px;
}
.Mechanical-data{
  padding: 0 5px;
}
.Optical-data{
  padding: 0 5px;
}

tr,th{
  font-size: 10px;
}
.footer-head {
    font-size: 16px;
    color: #e64447;
    font-weight: bold;
    text-align: center;
}
.footer-title{
  font-size: 11px;
  color: #444446;
  text-align: center;
}
@page {
  size: 7in 9.25in;
  margin: 27mm 16mm 27mm 16mm;
}

.main-cat-section {
  padding: 10px 10px;
  background: #e6e6e6;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
margin-bottom: 15px;
}
#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td,
#customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

#customers tr:hover {
  background-color: #ddd;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #d95459;
  color: white;
}
.addi{
  font-size: 15px !important;
    cursor: pointer;
}
.remove-btn{
  position: absolute;
    right: 39px
}
.pad-top{
  padding: 15px 14px;
}
.payertext1{
  position: absolute;
    top: 85px;
    font-size: 12px;
    left: 66%;
}
.innerlayer1 {
  line-height: 1.5;
}
.payertext2{
  position: absolute;
  top: 88px;
  font-size: 12px;
  left: 66%;
}
.innerlayer2 {
  line-height: 1.2;
}
.payertext3{
  position: absolute;
  top: 77px;
  font-size: 12px;
  left: 66%;
}
.innerlayer3 {
  line-height: 1;
  font-size: 12px;
  padding: .5px 1px;
}
/*.payertext4{
  position: absolute;
  top: 70px;
  font-size: 12px;
  left: 66%;
}*/
.innerlayer5 {
  line-height: 1.2;
}
.payertext5 {
    position: absolute;
    top: 60px;
    font-size: 12px;
    left: 65%;
}
.innerlayer5 {
  line-height: 1.1;
}
.btn-circle{
  font-size: 15px;
    background: #84817e;
    padding: 3px 5px;
    border-radius: 50%;
    color: #ffffff;
}
.border-bottom{
  padding: 2px 3px;
    border-bottom: 1px solid #f5f5f5;
}
.nav-tabs>li>a {
  color: #fff;
}
.createDate{
 position: absolute;
    bottom: 3px;
    font-size: 9px;
}
.new-noti{
  position: absolute;
    right: 2px;
}
.dropdown-menu2 {
  position: absolute;
  top: 100%;
  right: 0 !important;
}
.des-btn {
  width: 150px;
  height: 37px;
  padding: 7px 1px;
  font-size: 14px;
  color: white;
  font-weight: bold;
  text-align: center;
  background-image: url(http://zaptas.in/tdssystem/images/sideback.jpg);
}
