﻿@import 'mycssUrdu.css';
@import 'myFonts.css';
@import 'inputCss.css';

/************** my css ****************/
body {
    /*background:url(../images/furlybg.png);*/
    height: 100%;
    /*background: linear-gradient(to left , #b7bfc4, #A5AFB6) fixed;*/
    /*background: -webkit-linear-gradient(top, #000, #555 80%, #ccc 80%, #fff) fixed;*/
    margin:0;
    padding:0;
    overflow:hidden;
    overflow-y:auto;
    background-color: #e3e3e3;
}

.body{
    height: auto;
    background-color: #e3e3e3;
}

a{
    cursor:pointer;
}

h1{
    color:#262626;
    font-family:Ubuntu;
    letter-spacing:0.1em;
    /*border:0px solid green;*/
    margin-top: 5px;
    margin-bottom:-5px;
    text-align:center;
}

.h1myclass{
    margin-top:-34px;
    margin-bottom:-15px;
}

.h1db{
    color:#222;
    font-family:Josefin;
    text-shadow:0 0 10px #777;
    letter-spacing:0.1em;    
}

.h1searchable{
    color:#98B82F;
    font-family:Abel;
    letter-spacing:0.1em;
}

h2{
    color:#36963E;
    font-family:Play;
    letter-spacing:0.1em;
    font-size:1.8em;    
}

h2p{
    color:#fff;
    font-family:Play;
    letter-spacing:0.1em;
    font-size:0.8em;    
}

.h2db{
    color:#222426;
    font-family:Ubuntu;
    letter-spacing:0.1em;
    padding:0em;
    margin:0em;
    font-size:1.5em;    
    padding-bottom:0.5em;
}

.h2dbfigures{
    color:#D2101B;
    font-family:Ubuntu;
    letter-spacing:0.1em;
    padding:0em;
    margin:0em;
    font-size:1.5em;    
    padding-bottom:0.5em;
}

h3{
    color:#488DAB;
    font-family:Josefin;
    letter-spacing:0.1em;
    font-size:1.6em;
    margin-left:0.5em;
}

h4{
    color:#488DAB;
    font-family:Josefin;
    letter-spacing:0.1em;
    font-size:1.0em;
    margin: 0;
    padding: 0;
}

h5{
    color:#D2101B;
    font-family:Ubuntu;
    letter-spacing:0.05em;
    font-size:1.8em;
    padding-left:1em;
}

h6{
    color:#D2101B;
    font-family:Play;
    letter-spacing:0.05em;
    font-size:1.2em;
    padding-left:1em;
}

h7{
    color:#222;
    font-family:Play;
    letter-spacing:0.05em;
    font-size:1.0em;    
}

.divLeftMargin{
    margin-left:2em;
}
.zero-row{
    padding:0 !important;
    margin:0 !important;
}
.zero-col{
    padding:0 !important;
    margin:0 !important;
}
label{    
    font-family:Ubuntu;
    text-shadow:none;
    font-size:1.0em;
    font-weight:lighter;
    letter-spacing:0.1em;
    padding-top:0.4em;
}
.labelOptional{
    color:#98B82F;
    text-shadow:0 0 10px #000;
    font-family:Ubuntu;
    font-weight:lighter;
    letter-spacing:0.1em;
    padding-top:0.4em;
}
.marginContent{
    margin-left:1.0em !important;
    padding-left:1.0em !important;
    margin-right: 1.0em !important;
    padding-right: 1.0em !important;
}
.marginDate{
    margin-top:1.1em !important;
    padding-top:0 !important;
    margin-left:1.0em !important;
    padding-left:1.0em !important;
    margin-right: 1.0em !important;
    padding-right: 1.0em !important;
}



/************** Navigation Bar **************/
.navbar {
    background-color: #F8F8F8;
    border-color: #E7E7E7;
}
/* Title */
.navbar .navbar-brand {
    color: #36ABF1;
    font-family:Play;
    font-size:2.0em;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
    color: #5E5E5E;
}
/* Link */
.navbar .navbar-nav > li > a {
    color: #777;
    font-family:Abel;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    color: #333;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #E7E7E7;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #D5D5D5;
    font-family:Abel !important;    
}
/* Caret */
.navbar .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar .navbar-nav > .dropdown > a:hover .caret,
.navbar .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;    
}
.navbar .navbar-nav > .open > a .caret,
.navbar .navbar-nav > .open > a:hover .caret,
.navbar .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* Mobile version */
.navbar .navbar-toggle {
    border-color: #DDD;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
    background-color: #DDD;
}
.navbar .navbar-toggle .icon-bar {
    background-color: #CCC;
}
@media (max-width: 767px) {
    .navbar .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #333;
    }
}




.logedInUser{
    color:#98B82F !important;
    font-family:Abel !important;
    font-size:1.0em;
}
.logedInUser:hover{
    color:#ddd !important;    
}

.logoutUser{
    color:#D7272D !important;    
}

.logoutUser:hover{
    color:#ddd !important;
}



.startup{
    margin-top:0%;    
}

.blackbg{
    padding-top:0em;
    padding-bottom:0em;
    background-color:#000;
    /*box-shadow:0 0 75px #666;    */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.greenbg{
    background: -webkit-linear-gradient(left, #488DAB, #488DAB 33.33%, #1A1A1A 33.33%, #1A1A1A); /*CF3C45   222426   99CC99     2D0108*/
    /*box-shadow: 0 0 30px #000;*/
}

.footerbg{
    padding-top:0.4em;
    padding-bottom:0.3em;
    background-color:#488DAB;
    color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
}

.whitebg{
    padding: 0.7em;
    background-color:#fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
}

.white1bg{
    padding-top:0em;
    padding-bottom:0.6em;
    background-color:#CDD4DA;
    /*box-shadow:0 0 75px #666;    */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.greybg{
    padding-top:0em;
    padding-bottom:0em;
    background-color:#CDD4DA;
    /*box-shadow:0 0 75px #666;    */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.grey2bg{
    padding-top:0em;
    padding-bottom:0em;
    background-color:#777;
    /*box-shadow:0 0 75px #666;    */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.darkbg{
    padding-top:0em;
    padding-bottom:0em;
    padding-left:0em;
    padding-right:0em;
    background-color:#36963E;
    color:#fff;
    /*letter-spacing:0.1em;*/
       /*box-shadow:0 0 75px #666;    */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.lightbg{
    background-color:#777;
    color:#fff;
}
.bggreen{
    color:#98B82F !important;
}

.bgred{
    color:#D7272D !important;
}
.h1Login{
    color:#fff;
    font-family:Play;
}

.h1StartUp {
   text-shadow: 0px 2px 3px #000;
   font-family:Play;
   font-size:4.0em;
   /*color:#D7272D;*/
   color:#fff;
}
.shadowStipned{
  font-family:Play;
  font-size:7em;
  color:#488DAB;
  text-align:center;
}

.labelGreen{
    padding:0.2em;
    margin-top:0%;
    color:#222;
    font-family:Abel;
    text-shadow:none !important;
    font-size:1.0em;
}

.unlock{
    font-size:5em;
    color:#fff;
}



/*************** Buttons *********************/
.goPlay {
    position: absolute;    
    z-index: 10;
    top: 100%;
    right: 50%;
    margin-right: -0px;
    margin-top: 20px;
}
.goLink {
    display: block;
    font: 12px/42px 'Play', Arial,sans-serif !important;
    letter-spacing:0.1em;
    width: 200px !important;
    height: auto !important;
    color: #222426;
    text-decoration: none !important;
    text-transform: uppercase;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;    
}

.goLink span {
        border: 1px solid #488DAB;/*222426*/
        border-left: none;
        border-right: none;
        background-color: rgba(0,0,0,0);
        padding: 0 25px;
        display: block;
        display: block;
        position: relative;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        text-align: left;        
}

.goLink i {
    font-style: normal;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 32px;
    height: 19px;
    margin-top: -10px;
    background: url(../images/sprite.png) 0px -20px no-repeat;
}

.goLink span:before {
    content: attr(data-golink);
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-right: 25px;
    border: 1px solid #488DAB;
    border-right: none;
    border-left: none;
    text-align: right;
    font: 12px/42px 'Play',Arial,sans-serif;
    color: #222426;
    background: #fff;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.goLink span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 20px;
    background: url(../images/sprite.png) -40px -20px no-repeat;
    width: 32px;
    height: 32px;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    z-index: 1;
}

.goLink:hover span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}

.touch .goLink span:before, .touch .goLink span:after { display: none; }

.borderall{
    border:1px solid #2D0108;
}

.borderRight{
    border-right: 1px solid #2D0108;
}

.borderBottom{
    border-bottom: 1px solid #2D0108;
}

.borderDouble{    
    border-bottom:double #2D0108;
}

/****************** Background Colors *********************/


/*********** Table Stripped *******/
.table-striped > thead > tr{
    /*background-color:#D2101B;*/
    /*color:#fff;*/    
}
.table-striped > thead > tr >th.center{
    /*background-color:#D2101B;*/
    /*color:#fff;*/    
    text-align: center;
}

.table-striped > thead > tr >th.urdu{
    /*background-color:#D2101B;*/
    /*color:#fff;*/
    font-size:12px; 
    font-weight:bold;
    font-family: urdu_noori;
}

.table-striped > thead > tr >th.right{
    /*background-color:#D2101B;*/
    /*color:#fff;*/    
    text-align: right;
}
.table-striped > thead > tr > th{
    font-weight: bold;    
}

.table-striped > tbody > tr:nth-of-type(odd) {      
    color:#000;
    background-color:#fff;
}
.table-striped > tbody > tr:nth-of-type(even) {      
    color:#000;
}

.table-striped-logix > tbody > tr:nth-of-type(odd) {      
    color:#000;
    background-color:#fff;
}
.table-striped-logix > tbody > tr:nth-of-type(even) {      
    color:#000;
    background-color:#fff;
}



.table-bordered > thead > tr{
    background-color:#D2101B;
    color:#fff;        
}
.table-bordered > tbody > tr:nth-of-type(odd) {      
    color:#000;
    background-color:#fff;
}
.table-bordered > tbody > tr:nth-of-type(even) {      
    color:#000;
}
    

.table tbody{
    border:none !important;
    border-bottom: 1px solid #488DAB !important;
}

.table caption{
    border-bottom: 0px solid #DDDDDD !important;
    font-family:Ubuntu;
    letter-spacing:0.1em;
    cursor:pointer;
    font-weight:bold;
    color: #000;
    margin-bottom:0px;
}

.fixed-table-container {
    border:0px !important;
}
th{
    font-family:Ubuntu;
    letter-spacing:0.1em;
    cursor:pointer;
    font-weight:lighter;
}
td{
    font-family:'Ubuntu';
}
.table-hover tbody tr td, .table-hover tbody tr th {
    background-color: #333;
    color:#fff;
    font-family:'Ubuntu';

}

/******************** Loader ******************/
#loader{
    position:absolute;
    height:100%;
    width: 100%;
}

/******************** sub-menue style ****************/
.mynav-container{
  /*width:300px;*/
  margin-top:10px;
  box-shadow: 0 2px 2px 2px black;
  transition: all 0.3s linear;
}
.mynav{
  list-style-type:none;
  margin:0;
  padding:0;
}
.myli{
  height:50px; 
  position:relative;
  background: linear-gradient(#292929, #242424);
}
.mya {
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid black;
  text-decoration:none !important;
  display:block;
  height:100%;
  width:100%;
  line-height:50px;
  color:#bbb;
  /*text-transform: uppercase;*/
  font-weight: bold;
  font-family:Abel;
  padding-left:10%;
  border-left:5px solid transparent;
  letter-spacing:1px;
  transition: all 0.3s linear;
}

.myactive .mya{
  color: #98B82F;
  border-left:5px solid #98B82F;
  background-color: #1B1B1B;
  outline:0;
}
.myli:not(.active):hover .mya{
  color: #eee;
  border-left: 5px solid #FCFCFC;
  background-color: #1B1B1B;
}

/*span[class ^= "icon"]{
  position:absolute;
  left:20px;
  font-size: 1.5em;
  transition: all 0.3s linear;
}*/



/*************** Detail Iist Items *****************/
.ulDetail{
    list-style-type:none;
    margin:0;
    padding:0;
    width:100%;
}
.liDetail{    
    padding-top:0.75em;
    text-decoration:none !important;
    font-family: Cabin;
    background-color:#eee;
    color:#222;
    height:3em;
    font-size:1.0em;
    width:100%;
    border-bottom:1px solid #ccc;
}
.liFinancials{
    margin:0 !important;
    padding-left:0 !important;
    list-style-type:none;
    padding-top:0.75em;
    text-decoration :none !important;
    font-family: Cabin;
    color: #000;
    font-size:1.2em;
}
.myul{
    list-style-type:none;
    padding-left:0em;
}

.myul li{
    padding-top:0.75em;
    text-decoration: none !important;
    font-family:Cabin;
    background-color:#fff;
    color:#222;
    height:3em;
    font-size:1.0em;
    border-bottom:1px solid #ccc;
    cursor:pointer;
}

.myul li:hover{
    background-color: #eee;
}

/***********************************************/
/************ Circle-Percentage ****************/
/***********************************************/
.demo-percent-container {
	width: 50%;
	margin: 2.0em 25%;
}

.pc-container {
    position: relative;
    width: 100%;
}

.pc-border {
    position: relative;
    text-align: center;
    width: 100%;
    padding-top: 100%;
    border-radius: 100%;    
    -webkit-box-shadow: 0 8px 6px -4px #222426;
	   -moz-box-shadow: 0 8px 6px -4px #222426;
	        box-shadow: 0 8px 6px -4px #222426;
}

.pc-circle {
    position: relative;
    margin-top: -90%;
    margin-left: 10%;
    width: 80%;
    padding-top: 80%;
    border-radius: 100%;
}

.pc-percent {
    font-family: Ubuntu;
    color:#222426;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5em;
}
/*************** End Circle-Percentage ****************/

/******************************************************/
/************* The Overlay (background) ***************/
/******************************************************/
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    /*background: -webkit-radial-gradient(top,#f89678,#F4511E) fixed;
    background: radial-gradient(at top,#f89678,#f6734a,#F4511E) fixed;*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 5%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* Project List */
.overlay ul{
    list-style:none;
}
.overlay li{    
    color:#ddd;
    list-style:none;
    cursor:pointer;
    font-family: Play;
    font-size:1.5em;
    padding-left:2em;
    padding-right:2em;
}

.overlay li:hover{
    background-color:#D2101B;
    padding-top:1em;
    padding-bottom:1em;    
}

/* div scrollable */
.divScroll{
    overflow-y:auto;
}

/**************** Info Box ******************/
.bg-pink {
  background-color: #E91E63 !important;
  color: #fff; 

}
.bg-pink .content .text,
.bg-pink .content .number {
    color: #fff !important;
}

.bg-cyan {
    background-color: #00BCD4 !important;
    color: #fff; 
}
.bg-cyan .content .text,
.bg-cyan .content .number {
    color: #fff !important; 
}
.bg-light-green {
    background-color: #8BC34A !important;
    color: #fff; 
}
.bg-light-green .content .text,
.bg-light-green .content .number {
    color: #fff !important; 
}

.bg-orange {
    background-color: #FF9800 !important;
    color: #fff; 

}
.bg-orange .content .text,
.bg-orange .content .number {
    color: #fff !important; 

}

.bg-pink {
    background-color: #E91E63 !important;
    color: #fff; 

}
.bg-pink .content .text,
.bg-pink .content .number {
    color: #fff !important; 

}
.bg-indigo {
    background-color: #3F51B5 !important;
    color: #fff; 
}
.bg-indigo .content .text,
.bg-indigo .content .number {
    color: #fff !important; 
}
/* Infobox ===================================== */
.info-box {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  display: flex;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;}
  .info-box .icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    width: 80px; }
    .info-box .icon i {
      color: #fff;
      font-size: 50px;
      line-height: 80px; }
    .info-box .icon .chart.chart-bar {
      height: 100%;
      line-height: 100px; }
      .info-box .icon .chart.chart-bar canvas {
        vertical-align: baseline !important; }
    .info-box .icon .chart.chart-pie {
      height: 100%;
      line-height: 123px; }
      .info-box .icon .chart.chart-pie canvas {
        vertical-align: baseline !important; }
    .info-box .icon .chart.chart-line {
      height: 100%;
      line-height: 115px; }
      .info-box .icon .chart.chart-line canvas {
        vertical-align: baseline !important; }
  .info-box .content {
    display: inline-block;
    padding: 7px 10px; }
    .info-box .content .text {
      font-size: 13px;
      margin-top: 11px;
      color: #555; }
    .info-box .content .number {
      font-weight: normal;
      font-size: 26px;
      margin-top: -4px;
      color: #555; }

.info-box.hover-zoom-effect .icon {
  overflow: hidden; }
  .info-box.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.info-box.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  -moz-transform: rotate(-32deg) scale(1.4);
  -ms-transform: rotate(-32deg) scale(1.4);
  -o-transform: rotate(-32deg) scale(1.4);
  -webkit-transform: rotate(-32deg) scale(1.4);
  transform: rotate(-32deg) scale(1.4); }

.info-box.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 80px;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s; }

.info-box.hover-expand-effect:hover:after {
  width: 100%; }

.info-box-2 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  display: flex;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .info-box-2 .icon {
    display: inline-block;
    text-align: center;
    width: 80px; }
    .info-box-2 .icon i {
      color: #fff;
      font-size: 50px;
      line-height: 80px; }
  .info-box-2 .chart.chart-bar {
    height: 100%;
    line-height: 105px; }
    .info-box-2 .chart.chart-bar canvas {
      vertical-align: baseline !important; }
  .info-box-2 .chart.chart-pie {
    height: 100%;
    line-height: 123px; }
    .info-box-2 .chart.chart-pie canvas {
      vertical-align: baseline !important; }
  .info-box-2 .chart.chart-line {
    height: 100%;
    line-height: 115px; }
    .info-box-2 .chart.chart-line canvas {
      vertical-align: baseline !important; }
  .info-box-2 .content {
    display: inline-block;
    padding: 7px 10px; }
    .info-box-2 .content .text {
      font-size: 13px;
      margin-top: 11px;
      color: #555; }
    .info-box-2 .content .number {
      font-weight: normal;
      font-size: 26px;
      margin-top: -4px;
      color: #555; }

.info-box-2.hover-zoom-effect .icon {
  overflow: hidden; }
  .info-box-2.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.info-box-2.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  -moz-transform: rotate(-32deg) scale(1.4);
  -ms-transform: rotate(-32deg) scale(1.4);
  -o-transform: rotate(-32deg) scale(1.4);
  -webkit-transform: rotate(-32deg) scale(1.4);
  transform: rotate(-32deg) scale(1.4); }

.info-box-2.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s; }

.info-box-2.hover-expand-effect:hover:after {
  width: 100%; }

.info-box-3 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  display: flex;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .info-box-3 .icon {
    position: absolute;
    right: 10px;
    bottom: 2px;
    text-align: center; }
    .info-box-3 .icon i {
      color: rgba(0, 0, 0, 0.15);
      font-size: 60px; }
  .info-box-3 .chart {
    margin-right: 5px; }
  .info-box-3 .chart.chart-bar {
    height: 100%;
    line-height: 50px; }
    .info-box-3 .chart.chart-bar canvas {
      vertical-align: baseline !important; }
  .info-box-3 .chart.chart-pie {
    height: 100%;
    line-height: 34px; }
    .info-box-3 .chart.chart-pie canvas {
      vertical-align: baseline !important; }
  .info-box-3 .chart.chart-line {
    height: 100%;
    line-height: 40px; }
    .info-box-3 .chart.chart-line canvas {
      vertical-align: baseline !important; }
  .info-box-3 .content {
    display: inline-block;
    padding: 7px 16px; }
    .info-box-3 .content .text {
      font-size: 13px;
      margin-top: 11px;
      color: #555; }
    .info-box-3 .content .number {
      font-weight: normal;
      font-size: 26px;
      margin-top: -4px;
      color: #555; }

.info-box-3.hover-zoom-effect .icon i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.info-box-3.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  -moz-transform: rotate(-32deg) scale(1.4);
  -ms-transform: rotate(-32deg) scale(1.4);
  -o-transform: rotate(-32deg) scale(1.4);
  -webkit-transform: rotate(-32deg) scale(1.4);
  transform: rotate(-32deg) scale(1.4); }

.info-box-3.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s; }

.info-box-3.hover-expand-effect:hover:after {
  width: 100%; }

.info-box-4 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  display: flex;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .info-box-4 .icon {
    position: absolute;
    right: 10px;
    bottom: 2px;
    text-align: center; }
    .info-box-4 .icon i {
      color: rgba(0, 0, 0, 0.15);
      font-size: 60px; }
  .info-box-4 .chart {
    margin-right: 5px; }
  .info-box-4 .chart.chart-bar {
    height: 100%;
    line-height: 50px; }
    .info-box-4 .chart.chart-bar canvas {
      vertical-align: baseline !important; }
  .info-box-4 .chart.chart-pie {
    height: 100%;
    line-height: 34px; }
    .info-box-4 .chart.chart-pie canvas {
      vertical-align: baseline !important; }
  .info-box-4 .chart.chart-line {
    height: 100%;
    line-height: 40px; }
    .info-box-4 .chart.chart-line canvas {
      vertical-align: baseline !important; }
  .info-box-4 .content {
    display: inline-block;
    padding: 7px 16px; }
    .info-box-4 .content .text {
      font-size: 13px;
      margin-top: 11px;
      color: #555; }
    .info-box-4 .content .number {
      font-weight: normal;
      font-size: 26px;
      margin-top: -4px;
      color: #555; }

.info-box-4.hover-zoom-effect .icon i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.info-box-4.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  -moz-transform: rotate(-32deg) scale(1.4);
  -ms-transform: rotate(-32deg) scale(1.4);
  -o-transform: rotate(-32deg) scale(1.4);
  -webkit-transform: rotate(-32deg) scale(1.4);
  transform: rotate(-32deg) scale(1.4); }

.info-box-4.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s; }

.info-box-4.hover-expand-effect:hover:after {
  width: 100%; }

.mainContent{
    padding-left:2.0em;
    padding-right:2.0em;
}
/*************** end info-box ******************/

/*************** Tool Tip **********************/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
/*************** end ToolTip ****************/

#revTable {
  height: 100px;
  overflow: scroll;  
}
/**************************************************/

/*************** angular Material *****************/
/* Material Tab with Dynamic Height */
.tabsdemoDynamicHeight md-content {
    background-color: transparent !important; 
}
.tabsdemoDynamicHeight md-content md-tabs {
    background: #f6f6f6;
    border: 1px solid #e1e1e1; 
}
.tabsdemoDynamicHeight md-content md-tabs md-tabs-wrapper {
    background: white;
}
.tabsdemoDynamicHeight md-content h1:first-child {
    margin-top: 0; 
}

/**Modal Dropdown CSS**/
.md-select-menu-container {
z-index:1050 !important;
}





body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #C9C9C9;
}

body::-webkit-scrollbar
{
	width: 7px;
    height: 7px;
	background-color: #488DAB;
}

body::-webkit-scrollbar-thumb
{
	background-color: #488DAB;
}

#myBRTable tr{
    height: 70px;
}

#myBRTable td{
    /*border-top: 1px solid #fff;*/
    text-align: center;
    vertical-align: middle;
}


.table-responsive::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #C9C9C9;
}

.table-responsive::-webkit-scrollbar
{
	width: 7px;
    height: 7px;
	background-color: #488DAB;
}

.table-responsive::-webkit-scrollbar-thumb
{
	background-color: #488DAB;
}

textarea:focus, input:focus{
    outline: none;
}

.payment-portion{
    background-color: #444; /*488DAB     C9C9C9 */
    color: #fff;
    padding: 1em;
    /*position: fixed;*/
}

.payment-portion label{
    color: #b0b0b0;
    border:0px solid green;
    padding:0;
    /*margin-top: 25px;*/    
}

.payment-portion .input-pp {
    width: 100%;
    background-color: transparent;
    font-family:digital;
    font-size: 30px;
    border:0;
    margin-bottom: 10px;
    text-align: right;
}

.payment-portion .radio-pp {
    background-color: transparent;
    color: #b0b0b0; /*488DAB*/
    border:0;
    margin-top:0px;
}

.mainRow {
    border: 0px solid red;
}
.payment-portion-bg{
    border:0px solid red;
    position:fixed;
    right:-10px;
    top: 120px;
    height:100%;
    background-color: #444;
}

.errorRow{
    background-color: red;
}

.barcodeSpan{
    font-size:11px;
}




.barcodeDateDiv{
    font-size: 9px;
    border:0px solid red;
    text-align: center;
    top: 92px;
    font-weight: bold;
    position: absolute;
    padding-left: 5px !important;
}

/*.barcodeDateDiv{
    font-size: 9px;
    border:0px solid red;
    text-align: center;
    top: 33px;
    font-weight: bold;
    position: absolute;
    right: -60px;
    bottom: 31px;
    transform: rotate(-90deg);
}*/

.barcodeDivWODNew{
    border: 0px solid red;
    font-family:barcode; 
    font-size: 11px;
    padding-top: 12px;
}

.expireDateDiv{
    font-size: 15px;
    border:0px solid red;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}






/***************************** Single Barcode Setting START *************************/

.barcodeContainerSingle{
    border: 0px solid red;
    height: 105px;
    max-height: 105px;
    padding: 10px !important;
}

.barcodeContainerSingle .bcodeH{
    border: 0px solid black;
    font-weight: bold;
    position: absolute;
    top: 0;
    padding: 3px 0 0 4px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

.barcodeContainerSingle .barcodeDivWOD{
    font-family:barcode; 
    font-size: 40px;
    border: 0px solid red;
    height: 40px;
    top:11px;
    position: absolute;
    padding-left: 5px;
    overflow: hidden;
}

.barcodeContainerSingle .bcodeC{
    border: 0px solid black;
    font-weight: bold;
    position: absolute;
    top: 50px;
    width: 35%;
    font-size:11px;
    padding-left: 5px;
}

.barcodeContainerSingle .bcodeP{
    border: 0px solid black;
    font-weight: bold;
    position: absolute;
    top: 49px;
    left: 35%;
    text-align: right !important;
    text-align: center;
}

.barcodeContainerSingle .bcodeN{
    border: 0px solid black;
    font-weight: bold;
    position: absolute;
    top: 60px;
    font-size: 11px;
    padding-left: 5px;
    width: 80%;
    height: 35px;
    overflow: hidden !important;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

/*.barcodeContainerSingle .barcodeDivWOD{
    border: 0px solid red;
    font-family:barcode; 
    font-size: 14px;
    height: 70px;
    top:10px;
    position: absolute;
    padding-left: 5px;
    padding-top: 25px;
}*/



/***************************** Single Barcode Setting END *************************/














.barcodeContainerDouble{
    border: 1px solid red;
    height: 85px;
    padding-top:3px;
    text-align: center;
    width: 50%;
    float: left;
}

.barcodeContainerDouble .barcodeDivWOD{
    font-family:barcode; 
    font-size: 40px;
    border:0px solid blue;
    top: 15px !important;
    position: absolute;
    text-align: center;
    width: 48%;
}

.barcodeContainerDouble .barcodeDiv{
    font-family:barcode; 
    font-size: 36px;
    border:0px solid blue;
    top: 15px !important;
    position: absolute;
    text-align: center;
    width: 48%;
}

.barcodeContainerDouble .barcodeDateDivDbl{
    font-size: 8px;
    border:0px solid green;
    text-align: center;
    top: 60px;
    font-weight: bold;
    position: absolute;
    padding-left: 5px !important;
    width: 48%;
}

/*********************** Al Hafiz Electronics CSS start ********************/
.barcodeContainerSingleAlHafiz{
    border: 0px solid red;
    height: 62px;
    text-align: center;
}

.barcodeSpanAlHafiz{
    font-size:15px;
    font-family: 'Times New Roman';
}

.barcodeDivWODAlHafiz{
    font-family:barcode; 
    font-size: 13px;
    border:0px solid red;
    height: 50px;
    padding-top: 15px;
}

/*********************** End Al Hafiz Electronics CSS ********************/
.td{
    border:0px solid black !important;
    height: 100px !important;
}

.td .barcodeSpanNew{
    border:0px solid red;
    font-size:11px;
    /*font-family: Dosis;
    font-weight: bold;*/
}

.saleEditableBG{
    background-color:#fafaae;
}

/****************************** SALES TABLE DESIGN 1 **********************************************/

.table_sale_slip_header{
    background-color: #fff;
    width:100%; 
    font-size:11px;
}

.table_sale_slip_header .head{
    font-size:18px;
    color:#000;
    text-align: center;
}

.table_sale_slip_header .address{
    font-size:12px;
    color:#000;
    text-align: center;
}

.table_cus_detail{
    background-color: #fff;
    width:100%;
    font-size:10px;
}

.design1_table{
    border:0px solid #000;
    width: 100%;
    font-size:10px;
}

.design1_table .softby{
    font-size:8px;
}

.design1_table .data_content td{
    border-bottom:1px solid #2C2C2C;
    font-size: 9px;
}

.design1_table th {
    border:1px solid #000;
    font-weight:bold;
    background-color: #fff;
}

/************************ mobile print setting *****/

.table_sale_slip_header_mob{
    font-size:11px;
}

.table_sale_slip_header_mob .head{
    font-size:50px;
}

.table_sale_slip_header_mob .address{
    font-size:38px;
}

.table_cus_detail_mob{
    background-color: #fff;
    width:100%;
    font-size:33px;
}

.design1_table_mob{
    font-size:29px;
}

.design1_table_mob .softby_mob{
    text-align:center;
    font-size:15px;
}

.design1_table_mob .data_content td{
    font-size: 27px;
}

/****************************** END SALES TABLE DESIGN 1 ******************************/


@media only screen and (max-width : 992px){    /*small screen col setting*/
    
  .payment-portion{
      margin: auto;
  }
  .payment-portion-bg{
        height:100%;
        width:100%;
        position: static;
    }

}       /*small screen col setting*/

@media only screen and (max-width : 767px){   /*xtra small col setting*/ 
  .mynav-container, .mya{ 
      width:50px;
  }

  .text-right{
      text-align: left;
  }

  .h1Login{
      font-size: 1.8em;
  }

  .login{
        padding:5em 5em 0 5em;
        margin-left:auto;
        margin-right: auto;
    }

    .login h5{
        color:#444 !important;
    }

  .goPlay {
        position: absolute;    
        z-index: 10;
        top: 100%;
        right: 0;
        margin-right: 25%;
        margin-top: 20px;
        width: 200px;
    }

  .payment-portion-bg{
      position:static;
      width:100%;
  }

}       /*xtra lrg col setting*/

@media only screen and (max-width : 860px){
  
  .text{
    display:none;
  }

  .mynav-container , .mya{
    width: 70px;
  }

  .mya:hover{
    width:200px; 
    z-index:1;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid black;
    box-shadow: 0 0 1px 1px black;
  }
  
  .mya:hover  .text {
    display:block;
    padding-left:30%;
  }
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .h1Login{
      color: yellow;
      font-size: 1.8em;
  }

    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
/********** end Overlay ***********/



/**************Print Page *************************/
/**************************************************/
/**************************************************/
@media screen{
    div.divHeader{
        display:none;
    }
    div.divFooter{
        display:none;
    }    

    #footer {
         display: none; 
    }
}

@page {
  @top-center {
    content: element(pageHeader);
  }  
}
div.divHeader{
    position: running(pageHeader);
}

@media print{
    div.divHeader{        
        top:0;
        width:100%;
        border-bottom:5px solid brown;     
    }

    div.divFooter{
        position:fixed;     
        width:100%;
        bottom:0;        
    }

    div.hideWhenPrint{
        display:none !important;
    }

    div.divPageNo{
    }

    div.divPageNo:after{
        counter-increment: page;        
        content: "Page " counter(page) " of " counter(pages);
    }

    #footer {
         display: block; 
         position: fixed; 
         bottom: 0;
    }
}








/*****************************************************/
.SearchConatiner{
    border:0px solid red;
    margin:32px 0 0 0;
    position: absolute;
    background: #fff;
    width: 100%;
    z-index:1000;
    padding: 0 3px 0 0;
    max-height: 250px;
    overflow-y: scroll;
}

.SearchConatiner a{
    border: 1px solid #ddd;
    margin-top: -1px; /* Prevent double borders */
    /*background-color: #FFFFFF;*/
    padding: 8px 8px 0 8px;
    text-decoration: none;
    font-size: 15px;
    /*color: black;*/
    display: block;
    color: #000;
}

.SearchConatiner a p{
    text-align:right; 
    margin-top: -20px;
    font-weight: bold;
}

.SearchConatiner a:hover:not(.header) {
  background-color: #E3E3E3;
}
.SearchConatiner a:focus{
  background-color: #E3E3E3;
  outline: 0px;
}


.optNgModel{
    margin-top: 48px;
}

.txtNgModel{
    position:fixed; z-index:1000;
}
/*.optNgModel:first-child{
    margin: 48px;
}*/





/*------------------------------------------Start previous price panel css -------------------------------*/

#previousBillDetail{
    border: 2px solid #DDD;
    width: 30%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    z-index: 10000;
    display: none;
    max-height: 100%;
}

/*------------------------------------------End previous price panel css -------------------------------*/



/*------------------------------------------Start Product Page css -------------------------------*/

.sizeContainer{
    border:1px solid #ccc; 
    height:200px; 
    overflow:scroll; 
    padding: 15px;
}

/*------------------------------------------End Product Page css -------------------------------*/




.table-logix {
    background-color: #fff;
    border: 1px solid black;
}

    .table-logix > thead {
        border: 1px solid black;
    }

        /*********** Table Stripped *******/
        .table-logix > thead > tr {
            border: 1px solid black;
        }

            .table-logix > thead > tr > th {
                /*background-color:#D2101B;*/
                /*color:#fff;*/
                font-weight: bold;
                text-align: center;
                border: 1px solid black;
            }

    .table-logix > tbody > tr {
        border: 1px solid #BBBABA;
    }

        .table-logix > tbody > tr > td {
            border: 1px solid #BBBABA;
        }






.dropContainerForChangeCatagory {
    border: 0px solid black;
    position: fixed;
    bottom: 0;
    width: 50%;
    height: 65px;
    border-radius: 5px;
    padding: 5px;
    left: 25%;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    z-index: 500;
    background-color: #FFF;
}