﻿@font-face {
    font-family: 'open_sansbold';
    src: url('../../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('../../fonts/opensans-extrabold-webfont.woff2') format('woff2'),
         url('../../fonts/opensans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sf_movie_posterregular';
    src: url('../../fonts/sf_movie_poster2-webfont.woff2') format('woff2'),
         url('../../fonts/sf_movie_poster2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.datepicker
{
    z-index: 999 !important;    
} 


.pagination > li {
    display: inline;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #ffffff;
    border: 1px solid #dddddd;
        border-top-color: rgb(221, 221, 221);
        border-right-color: rgb(221, 221, 221);
        border-bottom-color: rgb(221, 221, 221);
        border-left-color: rgb(221, 221, 221);
    margin-left: -1px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    --bs-table-accent-bg: #fff;
}
.toggle-sidebar-left {
    display: none;
}
.form-group {
    position: relative;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}


/** Error code**/
.errmant
{
    box-shadow: 0px 0px 3px 0px #fb0505;    
}
.mandatCss
{
    border-left: 3px solid red;    
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
    vertical-align: middle !important;    
}
.table thead
{
    background: #1badcd;
    color: #fff;    
}
.table tfoot {
    background: #1badcd;
    color: #fff;
}
.table tbody
{
    background: #fff !important;
}
.table-striped > tbody > tr:nth-child(2n+1) {
    background-color: #fff !important;
}
.page-header h2 {
    border-bottom-color: transparent !important;
}
.dropdown-toggle::after
{
    content:none;    
}
.marTop24 {
    margin-top: 24px;
}
.fa
{
    color:#000 !important;      
}
button .fa
{
    color:#fff !important;     
}
.tblmenu i
{
       color:#000 !important;     
}
.nav-main li a .fa
{
   color:#fff !important;     
}

.signBtn {
    background: #005faf;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 13px;
    border: 0;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0 10px;
    text-decoration: none;
    cursor:pointer;
}
.signBtn:hover
{
    color:#fff !important;    
}
.signBtn i
{
    color: #fff !important;
    margin-right: 5px;    
}
.header
{
    background: #fff;   
}
.marLR0
{
    margin-left:0;
    margin-right:0;    
}
.paddLR0
{
    padding-left:0 !important;
    padding-right:0!important;
}
.paddLR5
{
    padding-left:5px !important;
    padding-right:5px !important;    
}
.flexDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: space-around;
    height: 100vh;
}

.logo {
    position: absolute;
    left: 0;
}
.logo img{
    width:180px;
}
.userImgTop
{
   border: 1px solid #ddd;
    width: 35px;
    height: 35px !important;     
}
.form-horizontal .form-group
{
    margin-left: 0;
    margin-right: 0;    
}
.form-horizontal .control-label
{
    padding-top:0;    
}
.panel-body
{
    padding:10px;    
}
.TopBtnDiv
{
   margin-top: 23px;     
}
.Icon
{
    margin-right:5px;    
}
.panel-body
{
    margin-bottom:10px;    
}
.editIcon
{
   color:Green;
   margin:0 3px;
   font-size:16px;     
}
.deleIcon
{
    color:Red;
    margin:0 3px;    
    font-size:14px;     
}

.addA
{
    position: fixed;
    bottom: 20px;
    width: 90px;
    height: 32px;
    background: linear-gradient(-155deg, #1177be 5%, #1da8df 70%, #1baec7 100%);
    z-index: 999;
    text-align: center;
    line-height: 32px;
    color: #fff;
    border-radius: 5px;
    opacity: 1;
    font-size: 13px;
    left: 265px;
    cursor: pointer;
}

.notification-menu a {
    display: block;
    text-decoration: none;
    padding: 5px 10px;
}
.notifications .notification-menu .content {
    padding: 0px 0 !important;
}
.userbox.open .dropdown-menu
{
    width: 150px !important; 
    top: 39px !important;
    left: -5px !important;
    padding:0 !important;   
}
.userbox.open .dropdown-menu a
{
    padding: 10px 10px !important;    
}
.notifications > li
{
    margin: 0 5px 0 0 !important;    
}
.backA
{
    position: fixed;
    bottom: 5px;
    width: 90px;
    height: 32px;
    background:linear-gradient(-155deg, #1177be 5%, #1da8df 70%, #1baec7 100%); 
    z-index: 999;
    text-align: center;
    line-height: 32px;
    color: #fff;
    border-radius: 5px;
    opacity: 1;
    font-size: 13px;
    cursor:pointer;   
}
.addIcon
{
     margin-right:5px;   
         color: #fff !important;
}
.addA:hover
{
    color:#fff;        
}
.select2-container .select2-choice
{
    height:33px !important;    
}
.form-horizontal .control-label
{
    margin-bottom:3px;    
}
.panel-heading
{
    xbackground: #d9d7d7 !important;
    padding: 5px 10px !important;    
}
.logoImg
{
    width: 175px;
    height: auto;    
}
.logo
{
    margin:0 !important; 
    margin-left:10px !important;  
    xpadding-top:3px; 
}
.nav > li
{
    width:100%;    
}
.mdlHeader {
    padding: 5px;
    background: linear-gradient(-155deg, #1177be 5%, #1da8df 70%, #1baec7 100%);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
ul.nav-main li a
{
    width: 100%;
    display: block;   
    text-decoration: none; 
}
.fa-edit {
    color: #08c;
}
.modal-dialog {
    max-width: 600px;
    margin: 30px auto;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover
{
    color:#fff;    
}
.mdlTit {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.mdlClsBtn {
    position: absolute;
right: 10px;
top: 6px;
color: #fff;
opacity: 1;
background: transparent;
border: 0;
font-size: 25px;
}
.delIcon
{
    color:Red; 
    margin:0 3px;   
}
.cusmMdl
{
    width:30%;    
}
.lactDiv {
    xdisplay: flex;
    position: relative;
}
.locDivNew {
    width: 44%;
    margin: 0 3px;
    display:inline-block;
}
.locIcon {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 20px;
    color: #f44336;
    cursor: pointer;
}

.sele2
{
        
}
.select2-container .select2-selection--single
{
    height: 34px !important;    
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
   line-height:32px !important;     
}
.select2-container--default .select2-selection--single
{
    border: 1px solid #ccc !important;    
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 30px !important;    
}
.loadImg
{
    width:5%;    
}
.seleMant {
    width: 20px;
    height: 32px;
    position: absolute;
    top: 23px;
    
    border-left: 3px solid red;
    z-index:9;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.newSeleErr
{
    top: 2px;    
}
label
{
    display: block !important;    
}
.select2
{
    width:100% !important;    
}
.mdlCloseBtn {
    background: linear-gradient(-155deg, #cc5650 5%, #f72d2d 70%, #ea5f5f 100%) !important;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 15px;
    border: 0;
    line-height: 27px;
    border-radius: 5px;
}

.savBtn {
    border-radius: 5px;
    color: #fff;
    line-height: 32px;
    border: 1px solid #eee;
    width: 30%;
display: inline-block;
text-align: center;
}
.uploadp
{
margin-top: 10px;
margin-left: 10px;
text-align: right;
margin-right: 17px;
letter-spacing:1px;
    }
    
    .hubDivView {
    background: #fff;
    padding: 3px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.upFileInput {
    width: 100%;
    border: 1px solid 
    #aaa;
    border-radius: 5px;
    height: 34px;
    position: absolute;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.fileUpIcon {
    margin-bottom: 0;
    border: 1px solid 
#aaa;
border-radius: 5px;
line-height: 32px;
background:
#b0b0b0;
color:
    #fff;
    text-align: center;
    cursor: pointer;
}
.fileSaveDiv
{
    position:relative;    
}
.saveBtnView {
    margin-top: 25px;
}
.imgUpDiv {
    position: relative;
    xtext-align:right;
}
.imgUp {
    width: 75px;
    height: 75px;
    border: 1px solid #ddd;
    padding: 2px;
}
.imgUpInput {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    opacity: 0;
    cursor: pointer;
}
.panel-title
{
   position: relative; 
}
.adrLab {
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 12px;
    letter-spacing: .5px;
    color: #000;
    vertical-align: top;
}
.adrInp {
    margin-right: 5px !important;
    vertical-align: top;
}
.UpFileDiv
{
    position: relative;     
}
.upFileName {
    background: linear-gradient(-155deg, #1177be 5%, #1da8df 70%, #1baec7 100%);
    color: #fff;
    border: 0;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}
.upFileInt {
    position: absolute;
    top: 0;
    height: 30px;
    opacity: 0;
    cursor: pointer;
    width:100%;
}
.empPhoP {
    position: absolute;
    margin-bottom: 0;
    top: 18px;
    left: 100px;
    font-size: 14px;
}
.nocIcon {
    position: absolute;
    top: 0;
    right: 6px;
    background: linear-gradient(-155deg, #1177be 5%, #1da8df 70%, #1baec7 100%);
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    cursor: pointer;
}
.proABtn {
    padding: 8px 10px;
    cursor: pointer;
}
.proABtn:hover
{
    color: #fff;
    text-decoration: none;    
}

.NewuserImg
{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    border: 1px solid #d2051e;
    padding: 2px;  
    text-align: center;
    line-height: 64px;
    cursor: pointer;  
}
.img-circle
{
    height:35px;    
}
.logSect {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: space-around;
    height: 100vh;
}
.logDiv {
    width: 23%;
    margin: 0 auto;
    xmargin-top: 100px;
    padding: 40px 20px;
    border-radius: 10px;
    position: absolute;
    right: 5%;
    top: 0%;
}
.fromDiv
{
    background: #fff;
    padding: 25px 15px 40px;
    border-top: 4px solid #005faf ;    
}
.logoText
{
    font-family: 'sf_movie_posterregular';
    color: #1d628d;
    font-size: 45px;
    letter-spacing: 10px;
    font-weight: 700; 
    margin-bottom:0px; 
    margin-top:0;
    text-align:center;  
}
.forP
{
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px;
    color: #005faf; 
    cursor:pointer;  
    width: 48%;
    display: inline-block; 
}

.forP:hover
{
    color:#000;    
}
.secP
{
    text-align: right;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #000; 
    margin-bottom:0;   
}
.otpRef
{
    font-size: 17px;
    margin-left: 10px;
    color: #1d628d; 
    cursor:pointer;   
}
.adrBtn
{
    position: absolute;
    right: 1px;
    top: 27px;    
}
.adrBtn i
{
    margin-right:0;    
}
.viewRigUl {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.viewRigUl li {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 32px;
}
.viewRigUl li:last-child
{
    xbackground: rgba(0,0,0,0.09);
    padding: 3px;
    font-weight: bold;
    color: #03556a;
    font-size: 17px;
    line-height: 40px;
    padding-left: 5px;  
}
.amt
{
    top: 3px !important;
    font-size: 17px;
    padding: 4px 10px !important;  
}
.viewInp {
    position: absolute;
    width: 45%;
    right: 0;
    top: 0;
    padding: 5px 10px;
    height: auto;
    text-align: right;
    background: #fff !important;
}
.viewLftText {
    width: 100%;
    resize: none;
    border: 1px solid #ddd;
    height: 80px;
    padding: 3px 5px;
    max-height: 80px;
    overflow-x: auto;
    background: #fff;
    font-size: 12px;
}
.termP {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 22px;
}
.termIcon {
    font-size: 10px;
    color: #1cacce;
    margin-right: 5px;
}
.adrP {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}
.menuAddIcon {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 15px !important;
    color: #000;
    cursor: pointer;
}
.menuRigA
{
    width: 90%;    
}


.mdwit
{
    width:90%;
}


.dropdown-menu
{
    min-width:auto;    
}
.dropdown-menu li {
    border-bottom: 1px solid #ddd;
}
.dropdown-menu li a
{
   padding: 10px 10px !important;
   border-radius: 2px;
    color: #7d7d7d;
    display: block;
    font-size: 12px;
    line-height: 15px;
    line-height: 1.5rem;
    text-decoration: none;
}
.dropdown-menu li a:hover
{
     background: #1da9dc;
color: #fff;   
}
#userDiv {
    width: 150px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 5px;
}
.actmenuul {
    width: 110px;
    padding-top: 0;
    padding-bottom: 0;
}
.dropdown-menu li a i
{
    margin-right: 3px;
    font-size: 15px;    
}
table tbody tr td
{
   padding:2px !important;     
}
.cancelcol
{
    color:Red !important;    
}
.viewcol
{
    color:#000 !important;      
}
.editcol
{
  color: #1380c4 !important;        
}
.printcol
{
   color: #03556a !important;       
}
.linkA {
    color: #1586c8;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
}
.viewBarSpan {
    background: green;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    border-radius: 5px;
}
.txtqty
{
  background: red;      
}
.barSerIcon {
    position: absolute;
    right: 0;
    top: 0;
    background: #1badcd;
    color: #fff;
    height: 33px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
.bardeleIcon {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 15px;
    color: #ae275f;
    cursor: pointer;
    z-index: 9;
}
.offerP
{
    font-size: 10px !important;
    color: red !important;    
}
.offerP {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.barCardDiv {
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 5px 0px;
    margin: 5px 0;
    background: #fff;
    padding-bottom: 5px;
    position: relative;
    height: 113px;
}
.barName {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 1px;
    color: #08c;
    line-height: 18px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
}
.proBotViewUL {
    display: flex;
    margin-top: 5px;
    border: 1px solid #e1dfdf;
    border-radius: 0px;
    padding: 0;
    list-style: none;
    margin-left: 5px;
    margin-right: 5px;
    position: absolute;
    width: 96%;
    bottom: 0;
    margin-bottom: 5px;
}
.proBotViewUL li {
    width: 25%;
    text-align: center;
    border-right: 1px solid #d7d7d7;
}
.proViewTopP {
    font-size: 12px;
    margin-bottom: 0;
    border-bottom: 1px solid #aaa;
}
.proViewBotP {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom:0;
}
.proViewBotP i {
    margin-right: 5px;
}
.fontsize10 {
    font-size: 10px;
}
.billDiv {
    background: #fff;
    padding: 5px 0;
    box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
    margin-top: 6px;
}
.billHead {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 3px;
    color: #03556a;
    border-bottom: 1px solid #ddd;
    padding-left:10px;
    padding-bottom:3px;
}
.billselect2
{
    margin-left:10px;
    margin-right:10px;    
}
.billUl {
    padding: 0;
    list-style: none;
}
.billUl li {
    position: relative;
    font-size: 12px;
    line-height: 30px;
    padding-left:10px;
}
.totLi
{
    background: #08c;
    color: #fff;
    font-size: 17px !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.totLi .billSpan
{
    font-size: 20px;  
    color:#fff;  
}
.billSpan {
    position: absolute;
    right: 13px;
    font-size: 13px;
    font-weight: 700;
    color: #08c;
}
.bilIcon {
    font-size: 13px;
    color: #000;
    margin-right: 4px;
}
.blSeleDiv
{
    width:95%;
    margin:0 auto;
    display:block;    
}
.billAveBtnDiv {
    position: fixed;
    bottom: 0;
    width: 80%;
    background:linear-gradient(-155deg, #1177be 5%, #1da8df 70%, #1baec7 100%);
}
.billAveuL {
    padding: 0;
    list-style: none;
    display: flex;
}
.billAveuL li {
    width: 100%;
    text-align: center;
    line-height: 40px;
    color:#fff;
    font-weight: 700;
    font-size: 19px;
}
.billAveuL li:first-child
{
    border-right: 1px solid #fff;    
}




.MobbillBtnDiv
{
    display:none;    
}
.form-control 
{
    xcursor: pointer !important;    
}
.datepicker table tbody tr td.day:hover
{
    background:#1ca3dc;    
}
.barDiv
{
    width: 30px;
    text-align: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;    
}
.WebbillBtnDiv
{
    margin-top:10px;
    text-align:right;    
}
.table-responsive {
    overflow-x: auto;
    min-height: auto !important;
}
.pageListDiv {
    margin-top: 10px;
}
.pagCotP {
    margin-bottom: 0;
}
.pagCotSpan {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin: 0 3px;
}
.paginationjs
{
    float:right;    
}
.tableLodIconDiv {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    top: 50%;
    opacity: 1;
}


.tableLodImg {
    width: 5%;
}
table tfoot tr td
{
    padding:3px !important;    
}
.pageTotTR
{
    color: #1cacce;
    font-size: 15px;
    font-weight: 600;
    background: #fff;    
}
.grandTotTR
{
    background: #fff;
    color: #03556a;
    font-weight: 600;
    font-size: 15px;    
}
.mobLogOut
{
    display: none;    
}
.syncSpan {
    position: absolute;
    top: 14px;
    left: 10px;
    color: #fff;
    font-size: 20px;
}
.sidebar-left .sidebar-header .sidebar-toggle
{
    width: 40px !important;    
}




/** Invoice bill Code **/
.billLogoDiv {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}
.billImg {
    width: 36%;
}
.billAdrDiv {
    padding-top: 5px;
    padding-bottom: 5px;
}
.billCompH5 {
    font-size: 23px;
    margin: 0;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: .5px;
}
.billComP {
    margin-bottom: 5px;
    font-size: 14px;
}
.billGstP {
    margin-bottom: 3px;
    font-size: 16px;
}
.billGstP span {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
}
.billDetP {
    margin-bottom: 0px;
    line-height: 30px;
    font-size: 15px;
    position: relative;
}
.billDetSpan {
    font-weight: 600;
    letter-spacing: .5px;
}
.billTit {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 38px;
    padding-left: 8px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1badcd;
}
.billDetDiv {
    padding-left: 5px;
}
.billCardDiv {
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}
.billCardH5 {
    margin: 0;
    font-size: 16px;
    color: #127dc2;
    width: 100%;
    line-height: 24px;
    height: 60px;
    font-weight: 600;
}
.billCardP {
    margin-bottom: 0;
    line-height: 28px;
    font-size: 13px;
}
.billCardSpan {
    font-weight: 600;
    font-size: 14px;
    margin-left: 5px;
    color: #127cc1;
}
.billCardSpan i {
    font-size: 12px;
    margin-right: 5px;
    color: #000;
}
.BillDownBtn {
    background: linear-gradient(-155deg, #1177be 5%, #1da8df 70%, #1baec7 100%);
    border: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
    line-height: 35px;
    padding: 0 20px;
}
.BillDownIcon {
    margin-right: 5px;
    font-size: 15px;
}
/** Dashboard code **/
.page-header .sidebar-right-toggle
{
    margin: 0 25px 0 0px !important;    
}
.page-header .sidebar-right-toggle i
{
    display:block !important;    
}
.widget-summary .summary-icon
{
    width: 45px !important;
    height: 45px !important;
    line-height: 38px !important;    
}
.dashTopImg
{
    width:35px; 
}
.dashTit {
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
}
.DashTitP {
    margin-bottom: 0px !important;
    font-size: 12px;
    line-height: 14px !important;
}
.amtDshSpan {
    font-size: 14px;
    margin-left: 5px;
}
.dashLstA {
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: .5px;
    color:#777;
}
.revcol
{
    color: #0088cc !important;
}
.expcol
{
    color:#e36159 !important;
}
.profcol
{
    color: #2baab1 !important;
}
.balacol
{
    color: #734ba9 !important;
}
.dashLstA span
{
    font-weight:700;    
}
.info {
    margin-top: 9px;
    margin-bottom: 3px;
}
.chartTit
{
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-weight: 700 !important;    
}
.progress.light
{
    background: #dbd6d6 !important;    
}
.dashProgDiv {
    margin: 5px 0 !important;
}
.ProgTitP {
    font-size: 13px;
    margin-bottom: 0px;
}
.ProgTitdIV {
    margin-bottom: 15px;
}
.expTit {
    color: #1791d0;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: none;
}
.dashHeadH4 {
    font-size: 18px;
    padding-left: 10px;
    color: #fff;
    line-height: 40px;
    background: linear-gradient(-155deg, #1177be 5%, #1da8df 70%, #1baec7 100%);
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    margin-top: 10px;
}
.dashAmtPTop {
    font-size: 17px !important;
    line-height: 30px !important;
}
.topInfo {
    line-height: 27px !important;
    margin-top: 0px;
    margin-bottom: 0px;
}
.topSum {
    min-height: 37px !important;
}
.sidebar-right
{
    background: #1badcb !important;    
}
.rigSele
{
    width:100%;    
}
.rigDiv
{
    margin-bottom:10px;    
}
.FTdateDiv
{
  margin-bottom:10px;        
}

.bunread
{
   
}
.buread
{
 background: green !important;
color: white;
font-size: 13px;
}

.cumPriHeadDiv {
    position: relative;
    background: #ddd;
    padding: 5px 10px;
}
.cumPluA
{
    position: absolute;
    right: 20px;
    top: 7px;
    font-size: 14px;
    line-height: 28px !important;
    padding: 0 10px;
    cursor: pointer;  
}
.cumPluA:hover
{
    color: #fff;    
}
.cumPluA::focus
{
    color: #fff;    
}
.cumCardInDiv {
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
    background: #fff;
    margin-bottom: 10px;
    margin-top: 0px;
}
.cumCardDiv {
    margin: 8px 8px 0 8px;
}
.cumCardH5 {
    font-size: 13px;
    padding-left: 10px;
    line-height: 20px;
    padding-top: 8px;
    line-height: 21px;
    height: 56px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top:0;
}
.cumCardUl {
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    border-top: 1px solid #ddd;
}
.cumCardUl li {
    width: 100%;
    text-align: center;
    border-right: 1px solid #ddd;
}
.cumCardUl li:last-child
{
    border-right: 0;    
}
.cumCardTopP {
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #7b7b7b;
    line-height: 22px;
    border-bottom: 1px solid #ddd;
}
.cumCardBotP {
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #1caad6;
}
.cumPriDiv {
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
    margin-bottom: 7px;
}
.cumSaveBtnDiv {
    text-align: left;
    margin-top: 13px;
}
.cumcolDiv {
    margin-bottom: 10px;
}
.addNewDiv {
    text-align: right;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
{
    cursor:pointer !important;    
}
.newViwBtn {
    font-size: 12px;
    letter-spacing: .5px;
    font-weight: 500;
    line-height: 25px;
    text-transform: none;
}
.newViwBody {
    padding-top: 4px;
    padding-bottom: 5px;
}
.likSpan {
    cursor: pointer;
    color: #03556a;
    font-size: 13px;
    font-weight: 600;
}
.likSpan:hover
{
    color: #01c8ff;
        
}

.likSpantot {
    cursor: pointer;
    color: #03556a;
    font-size: 15px;
    font-weight: 600;
}
.likSpantot:hover
{
    color: #01c8ff;
        
}
.billCheck {
    margin-left: 5px !important;
}


.upDiv {
    position: relative;
    text-align: center;
}
.updelyImg {
    width: 191px;
    height: 150px;
    border: 1px solid #ddd;
    padding: 5px;
}
.upldInput {
    width: 191px;
    height: 150px;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.upBtnDiv {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.upBtn {
    background: green;
    border: 1px solid green;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 25px;
    padding: 0 20px;
    border-radius: 5px;
}
.upProInput
{
    width: 191px;
    height: 150px;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;    
}
.upProImg
{
      width: 191px;
    height: 150px;
    border: 1px solid #ddd;
    padding: 5px;  
}
.upBtn i {
    margin-right: 5px;
    font-size: 15px;
}
.remBtn {
    background: red;
    border: 1px solid red;
}



.venUpInDiv {
    position: relative;
	width:200px;
	margin-top: 0px;
	display: inline-block;
}
.venUpP {
    background: #868887;
    border: 1px solid #868887;
    color: #fff;
    border-radius: 5px;
    line-height: 34px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    font-size: 15px;
    margin-bottom: 0;
}
.fileNmaP
{
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 2px;    
}
.recPDiv
{
    text-align:right;
}   
.recP
{
    display: inline-block;
    background: #1badcd;
    border: 1px solid #1badcd;
    color: #fff;
    margin-right: 5px;
    border-radius: 5px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 13px; 
    cursor:pointer;   
}
.recP:hover
{
    background: #fff;
    border: 1px solid #1badcd;
    color: #1badcd;     
}
.venUpP:hover
{
    background: #000;
    border: 1px solid #003f72;
    color: #003f72;      
}
.vendown {
    position: absolute;
    right: 20px;
    top: 0px;
    background: #003f72;
    border: 1px solid #003f72;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
	cursor:pointer;
}
.vendown:hover{
	background: #fff;
    border: 1px solid #003f72;
    color: #003f72;
}
.venUpIpt {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
	height:38px;
	left:0;
}
.venUpDiv {
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
}


.processflexDiv {
    display: flex !important;
    align-items: center;
    justify-content: center;
    align-content: space-around;
    height: 100vh;
}
.processNewDiv {
    width: 30%;
    margin: 0 auto;
    padding: 40px 10px;
    border-radius: 10px;
}
.procsH1 {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size:14px;
}

.progress.light {
    background: #f6f7f8;
    background: -webkit-linear-gradient(#f6f7f8, #f6f7f8 10%, whitesmoke 11%);
    background: linear-gradient(#f6f7f8, #f6f7f8 10%, whitesmoke 11%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.progress {
    background: #474453;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4) inset;
}
.m-md {
    margin: 15px !important;
}
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress .progress-bar-primary {
    background-color: #0088cc;
}
.progress .progress-bar-primary {
    background-color: #0088cc;
}
.progress .progress-bar-primary {
    background-color: #cccccc;
}
.progress .progress-bar {
    box-shadow: none;
    border-radius: 4px;
}
.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress-bar {
    background-color: #0088cc;
}
.progress-bar {
    background-color: #0088cc;
}

.progress-bar {
    background: #cccccc;
        background-color: rgb(204, 204, 204);
        background-image: none;
        background-size: auto;
}
.progress-bar-primary {
    background-color: #cccccc;
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.fromSerI
{
    position: absolute;
    top: 10px;
    right: 9px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    color: #8c8c8c;    
}

.wartLab
{
    display: inline-block !important;
    margin-right: 15px;
    font-size: 13px;
    letter-spacing: .3px;
}
.wartLab input
{
    margin-right: 3px;    
}
.actWarLab
{
    background:#137ec3 ;
    color: #fff;
    border-radius: 5px;
    padding: 2px;    
}
.panel
{
    margin-bottom: 12px !important;  
    border-radius: 4px;  
}
.notification-title span
{
    text-align: center;    
}
.marLRSub5
{
    margin-left:-5px;
    margin-right:-5px;    
}
.fileUpDiv
{
       position: relative; 
}
.fileUpBtn
{
    width: 100%;
    background: #005faf;
    border: 1px solid #005faf;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: .5px;
}
.fileUpInp
{
    position: absolute;
    width: 100%;
    border: 1px solid #000;
    top: 0;
    line-height: 32px;
    border-radius: 5px;
    opacity: 0;
    cursor: pointer;  
    left: 0;  
}
.fileName
{
    margin-bottom: 2px;
    font-size: 12px;
    letter-spacing: .3px;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;  
    height: 22px;  
}
.upIcon
{
    background: #005faf;
    color: #fff !important
    ;
    width: 40px;
    height: 30px;
    border-radius: 3px;
    text-align: center;
    line-height: 27px;
    font-size: 19px;    
}
.upIconInp
{
    position: absolute;
    top: 0;
    width: 40px;
    height: 30px;
    border: 1px solid #000;
    opacity: 0;
    cursor: pointer;   
    left:0; 
}
.upImg
{
    width: 40px;
    height: 37px;
    border: 1px solid #ddd;
    border-radius: 4px;    
}
.tabAddI
{
    background: #005faf;
    color: #fff;
    line-height: 31px;
    width: 31px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;    
}


.viewRigUl {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top:10PX;
}
.viewRigUl li {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 32px;
}
.viewInp {
    position: absolute;
    width: 45%;
    right: 0;
    top: 0;
    padding: 5px 10px;
    height: auto;
    text-align: right;
    background: #fff !important;
}
.amt {
    top: 3px !important;
    font-size: 17px;
    padding: 4px 10px !important;
}

.viewRigUl li:last-child {
    xbackground: rgba(0,0,0,0.09);
    padding: 3px;
    font-weight: bold;
    color: #03556a;
    font-size: 17px;
    line-height: 40px;
    padding-left: 5px;
}
.penNewInnerDiv {
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.2);
    border-radius: 5px;
    xpadding-top: 5px;
    padding-bottom: 5px;
    margin: 5px;
    position: relative;
    height: 285px;
    background: #fff;
}
.astHeadH4 {
    margin-bottom: 0;
    background: rgba(0,0,0,0.08);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 5px;
    line-height: 30px;
    font-size: 13px;
    position: relative;
    border-bottom: 1px solid #d2d2d2;
    color: #005faf;
    font-weight: 600;
}
.prtSpan {
    position: absolute;
    background: #fff;
    right: 0;
    border-top-right-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    padding-left: 10px;
    color: #000;
}
.prtSpan i {
    font-size: 13px;
    margin-left: 5px;
    margin-right: 5px;
}
.HighC {
    color: Red;
}
.subjUL {
    border-bottom: 1px solid #c6c5c5;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    margin-bottom: 0;
}
.subjUL li:first-child {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    border-right: 1px solid #d9d8d8;
}
.subjHead {
    margin-bottom: 0;
    font-size: 12px;
}
.subjText {
    font-size: 13px;
    margin-bottom: 0;
    color: #000;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.subjUL li:last-child {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.PendImgDiv {
    border-bottom: 1px solid #c6c5c5;
    position: relative;
}
.pendIcon {
    position: absolute;
    right: 4px;
    color: #f44336;
    xpadding: 2px 5px;
    xborder-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    top: 3px;
    xborder: 1px solid #cecece;
    font-weight: 600;
}
.PendImgUl {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
}
.PendImgUl li {
    width: 50%;
    text-align: center;
    vertical-align: top;
    padding-top: 5px;
}
.reqText {
    text-align: left;
    font-size: 11px;
    color: #000;
    margin-bottom: 0;
    padding-left: 5px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 5px;
}
.PendImg {
    width: 50px;
    margin: 0 auto;
    display: block;
    height: 50px;
    border-radius: 50%;
}
.PendImgName {
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 3px;
    margin-bottom: 0;
    padding:0 5px;
}
.pendBotDiv {
    margin-top: 5px;
}
.pendBotUl {
    padding: 0;
    list-style: none;
    margin: 0;
}
.pendBotUl li {
    line-height: 28px;
    padding-left: 8px;
    padding-right: 5px;
    border-bottom: 1px solid #dfdfdf;
}
.pendBotP {
    position: relative;
    font-size: 12px;
    color: #686767;
    margin-bottom: 0;
}
.pendBotSpan {
    position: absolute;
    right: 0px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}
.pendBotUl li:last-child {
    border-bottom: 0;
}
.assestiv {
    box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.4);
    height: 85px;
    border-radius: 5px;
    background:#fff;
}
.assestHead {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 5px;
    padding-top: 5px;
    margin: 0;
    text-align: center;
    color: #2d3f50;
    border-bottom: 1px solid #f44336;
    padding-bottom: 3px;
    margin-bottom: 5px;
}
.AssDivImgNameDiv {
    padding: 0 5px;
}
.AsstImgDiv {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.AsstImg {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #aaa;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    display: inline-block;
}
.asstNameDiv {
    display: inline-block;
    width: 66%;
}
.AsstName {
    font-size: 12px;
    display: block;
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #919191;
    font-weight: bold;
    margin: 0;
    text-align: center;
    padding-right: 10px;
    line-height: 15px;
    margin-top: 5px;
}
.Activeuser {
    box-shadow: 0px 0px 1px 2px rgb(19, 108, 31);
}
.leadFormDiv {
    padding-left: 10px;
    padding-right: 10px;
}
.mar0 {
    margin: 0;
}
.basicP {
    margin-top: 5px;
    border-bottom: 1px solid #bbbcbd;
    font-size: 14px;
    letter-spacing: .5px;
    margin-bottom: 0;
    color: #000;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/** Time Line code **/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #1893d1;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
  z-index:9;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 5px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background:#fff;
}
.ttMdl
{
    width:90%;    
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
margin-top: -42px;
}

.timeline > li:not(.timeline-inverted) {
padding-right:90px;
}

.timeline > li.timeline-inverted {
padding-left:90px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  xbackground-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
/**
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
**/
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.Activeuser
{
    box-shadow: 0px 0px 2px 2px rgb(19, 108, 31);
}
.dateTimeP {
    margin-bottom: 0;
    text-align: right;
    font-size: 12px;
    color: #000;
}
.dateTimeP span {
    margin-left: 10px;
}
.TTUserH5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    xborder-bottom: 1px solid #898989;
    line-height: 30px;
    padding-left: 10px;
    color: #f44336;
}
.TTDecDiv {
    padding: 0 5px;
}
.TTPtext {
    margin: 0 !important;
        margin-top: 0px;
    text-indent: 15px;
    text-align: justify;
    font-size: 12px !important;
    letter-spacing: .5px;
    margin-top: 10px !important;
    line-height: 20px !important;
}
.tckdetTLDiv {
    position: relative;
    background: #e6e6e6;
    line-height: 25px;
    padding-left: 5px;
}
.TTPending {
    margin: 0 !important;
    text-align: right;
    font-size: 12px !important;
    letter-spacing: .5px;
    display: inline-block;
    color: #000;
}
.viewfile {
    position: absolute;
    right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px !important;
    cursor: pointer;
}
.TTImg {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    left: 12px !important;
    top: 10px !important;
}
.viewQut {
    position: absolute;
    right: 65px;
}
.qutDivHaff
{
    xwidth:49%;
    xdisplay:inline-block;    
}
.ticLabel
{
    margin-bottom:10px;    
}
.tickrepa
{
    text-align: center;
    font-size: 18px;
    color:#289d08;
    font-weight: bold;
}
.qutDivHaff
{
    xwidth:49%;
    xdisplay:inline-block;    
}
.TLBotDiv {
    position: relative;
}
.atchDiv {
    width: 58%;
    display: inline-block;
    position: relative;
}
.atcIcon {
    font-size: 18px;
}
.atchDiv input {
    position: absolute;
    top: 0;
    width: 18px;
    border: 1px solid #aaa;
    opacity: 0;
    cursor:pointer;
}
.atchDiv span {
    font-size: 12px;
    vertical-align: top;
    margin-left: 3px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    top: 2px;
}
.tlBtnDiv {
    text-align:right;
}
.tlBtn {
    border: 1px solid #1896d3;
    border-radius: 5px;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    background: #1896d3;
    width: 20%;
}
.tlBtn:hover
{
    color: #fff;
    background: #03556a;  
     border: 1px solid #03556a;   
}
.tickrepr
{
text-align: center;
font-size: 18px;
color:#f44336;
font-weight: bold;  
}
.textArea {
    width: 100%;
    border: 1px solid #aaa !important;
    resize: none;
    padding-left: 5px !important;
    border-radius: 5px !important;
}

/** Time Line Code End **/
.marbot10 {
    margin-bottom: 10px !important;
}
.w100
{
    width:100% !important;    
}
.ticP {
    font-size: 15px;
    letter-spacing: .5px;
    margin-bottom: 0;
}
.ticP span {
    font-weight: 600;
    margin-left: 5px;
}
.AllFormDiv {
    box-shadow: 0px 2px 2px 3px rgba(0,0,0,0.2);
    margin-bottom: 10px;
    border-radius: 5px;
    padding-bottom: 10px;
    background: #fff;
    position: relative;
}
.vendorHead2 {
    background: #aab35a;
    color: #fff !important;
}
.subTitle {
    margin-top: 0 !important;
    line-height: 30px;
    padding-left: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-bottom: 0 !important;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 10px !important;
    font-size: 16px;
    position: relative;
}
.totH5 {
    position: absolute;
    right: 25%;
    top: 0;
    margin-bottom: 0;
}
.totSpan {
    font-weight: bold;
    margin-left: 10px;
    letter-spacing: 1px;
    font-size: 18px;
}
.qutatMdl
{
   width: 70%;    
}
.mdlInp
{
    padding:0;
    padding-left: 5px;
    font-size: 13px;    
}
..panel-title
{
    position:relative;    
}
.ttIcon
{
    position:absolute;
    right:10px;
    font-size: 25px;
    top: -3px;
    cursor:pointer;
}
.sinvalid
{
    color:Red;
    }
    .svalid
    {
        color:Green;
    }

.dasgTit
{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    background: rgba(0,0,0,0.2);
    line-height: 27px;
    padding-left: 5px;
    margin-bottom: 5px;    
}
.dashAtxt
{
    position: absolute;
    bottom: 12px;
    right: 24px;
    font-size: 10px;
    color: #000;
    font-weight: 600;
    letter-spacing: .3px;
    cursor: pointer;    
}
.dashAtxt:hover
{
       
}

.complViewDiv
{
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;     
}
.complViewImg
{
   width:100%; 
   border-radius: 5px;    
}
.complViewContDiv
{
        
}
.compVwDiv
{
         
}
.compVwP
{
   margin-bottom: 0;
    width: 35%;
    line-height: 20px;
    display: inline-block;     
}
.compVwCnt
{
   width: 63%;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: .5px;     
}
.mdl90
{
    max-width:90%;
}
.cathDiv
{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;    
}
#cpimage
{
    width: 200px;
    height: 50px;   
    border: 1px solid;
 
}
.refImg
{
    font-size: 20px;
    margin-left: 10px;
    cursor: pointer;    
}
.cathInp
{
    margin-top: 10px;    
}
.lstLogP
{
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
    line-height: 36px;
    margin-right: 20px;
}
.lstLogP span
{
    font-weight: bold;
    margin-left: 10px;     
}

/** Responsive code **/
@media only screen and (max-width: 980px)
{
    .mdl90
{
    width:auto;
}
.sidebar-toggle
{
    display:none;    
}
.lstLogP
{
    font-size: 10px;  
    margin-right: 10px  
}
.lstLogP span
{
    margin-left: 3px;    
}
.page-header
{
    padding-right: 0px !important;    
}
.toggle-sidebar-left {
    display: block !important;
}
.marTop24 {
    margin-top: 3px;
}
    
    .timeline > li > .timeline-panel {
        width: 100% !important;
    }
    .timeline > li:not(.timeline-inverted) {
        padding-right: 0 !important;
    }
    .timeline > li.timeline-inverted {
        padding-left: 0 !important;
    }
    .timeline::before {
        background-color: transparent !important;
    }
    .timeline > li > .timeline-badge {
        top: -15px !important;
    }
    .dateTimeP {
        font-size: 10px;
    }
    .timeline > li.timeline-inverted + li:not(.timeline-inverted), .timeline > li:not(.timeline-inverted) + li.timeline-inverted {
        margin-top: 0 !important;
    }
    .TLBotDiv {
        position: relative;
        height: 45px;
    }
    .tlBtnDiv
    {
        top:22px !important;    
    }
    .qutatMdl
    {
       width: 100% !important;
       margin: 0;    
    }

    .syncSpan
    {
      top: 70px;      
    }
    .mdwit
    {
        width:auto;
    }

    .body-sign
    {
        max-width: 90% !important;    
    } 
    .cusmMdl
    {
        width: auto;    
    }  
    #userbox
    {
        display:none;    
    }
   .notiUl {
        position: fixed;
        right: 55px;
        top: 3px;
        z-index: 999;
    }
    .adrH2
    {
      height: 40px;      
    }
    .adrLab
    {
        top: 19px;
        right: 0;    
    }
    .imgUpDiv
    {
        text-align: left;    
    }
    .imgUpInput
    {
        top: 0;
        right: auto;
        width: 60px;    
    }
     /** Login code **/
    .logDiv
    {
        width: 100%;
        right: 0;
        top: 0;    
    }
    .payLabe
    {
        display: none !important;    
    }
    .billbotDiv
    {
        xdisplay:none; 
        
    }
    .billAveBtnDiv
    {
        width:92%;       
    }
    .MobbillBtnDiv
    {
        display:block;
        position: fixed;
        width: 100%;
        bottom: 0;    
    }
    .MobbillBtnDiv .signBtn
    {
        width: 100%;
        border-radius: 0;    
    }    
    .bilIconv {
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
    } 
    .cumPluA
    {
        top:auto !important;
        bottom:3px;    
        right: 13px !important;
    }
    .cumPriHeadDiv
    {
        height: 122px;    
    }
    .cumSaveBtn {
        margin-bottom: 8px;
        font-size: 12px;
    }
    .signBtn
    {
        margin-top:10px;    
    }   
    .mobLogOutA {
        margin-top: 9px;
        margin-right: 0px;
    }
    .mobLogOutIcon {
        font-size: 20px;
        color: #127bc1;
    }
    .mobLogOut
    {
        display:block;    
    }

}

.paddb0
{
    margin:0 0 0px !important;

}
.tblmenu
{
    padding: 0px;
    background-color: transparent;
    font-size: 14px;
}
/** Responsive code End **/
.redc
{
    color: red;
}
.bluec
{
    color: Blue;
}
.greenc
{
    color: green;
}
.form-control
{
    color:#000;
}

.text-right {
    text-align: right !important;
}
.complaintlink
{color: red;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    
    }
    
    
    
    

.warrantyc {
       width: 21px;
    line-height: 21px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border: 2px solid #666;
    background-color: #198754;
    color: white;
}

.warrantyp    
{
     margin-top: 2px;
       width: 21px;
    line-height: 21px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border: 2px solid #666;
    background-color: #0088cc;
    color: white;
}

.warrantyj 
{
      margin-top: 2px;
    width: 21px;
    line-height: 21px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border: 2px solid #666;
    background-color: #dc3545;
    color: white;
}

.dataTables_wrapper .dataTables_filter input
{
    width:75% !important;
    display: inline-block;    
}
.dataTables_wrapper .dataTables_filter label {
    width: 100%  !important;
}
table.table thead .sorting
{
    border-right: 1px solid #eee !important;    
}
table.dataTable tbody th, table.dataTable tbody td
{
     border-right: 1px solid #eee !important;  
     border-bottom: 1px solid #eee !important;     
}
.table-bordered>:not(caption)>*>* {
    xborder-width: 0 !important;
}
.dataTables_wrapper .datatables-footer {
    margin-top: 5px !important;
}
.deptTab thead tr td
{
    text-align:center;    
}
.dateInp
{
    width:60%;
    display:inline-block;    
}
.timeInp
{
   width:36%;
    display:inline-block; 
    background:#e9ecef;     
}
.timeInp:focus
{
    background:#e9ecef !important;     
}

.countlink
{
    font-weight: bold;
    cursor: pointer; 
    width: 100%;
    display: block;
}
.countlink:hover
{
    background: #005faf;
    color: #fff;   
}

.GrayBG
{
    background: #d9d9d9 !important; 
    box-shadow: none !important;
}
.yellowBG
{
    background:yelloe;    
}
.font700
{
    font-weight:700;    
}