﻿@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;

}
/** 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 tbody
{
    background: #fff !important;
}
.table-striped > tbody > tr:nth-child(2n+1) {
    background-color: #fff !important;
}
.page-header h2 {
    border-bottom-color: transparent !important;
}
.marTop24 {
    margin-top: 27px;
}

.signBtn {
    background: #F4B41A;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 15px;
    border: 0;
    line-height: 33px;
    border-radius: 5px;
}
.header
{
    background: #fff;   
}
.marLR0
{
    margin-left:0;
    margin-right:0;    
}
.paddLR0
{
    padding-left:0 !important;
    padding-right:0!important;
}
.paddLR5
{
    padding-left:5px;
    padding-right:5px;    
}
.flexDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: space-around;
    height: 100vh;
}

.logo {
    position: absolute;
    left: 0;
}
.logo img{
    width:50px;
    height: auto;
}
.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: 40px;
    height: 40px;
    background:linear-gradient(-155deg, #1177be 5%, #1da8df 70%, #1baec7 100%); 
    z-index: 999;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    opacity: .7;
    font-size:13px;  
    left:265px;  
    cursor:pointer; 
}


.backA
{
    position: fixed;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background:#f4b41a; 
    z-index: 999;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    opacity: .7;
    font-size:13px;     
}
.addIcon
{
        
}
.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;  
    padding-top:3px; 
}
.nav > li
{
        
}
.mdlHeader {
    padding: 5px;
    background: #f4b41a;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.mdlTit {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.mdlClsBtn {
    position: absolute;
    right: 10px;
    top: 6px;
    color: #fff;
    opacity: 1;
}
.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: 28px;
    left: 5px;
    border-left: 3px solid red;
    z-index: 44;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
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: 33px;
    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: 64px;
    height: 64px;
    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;
}
.fromDiv
{
    background: #fff;
    padding: 25px 15px 40px;
    border-top: 4px solid #77beb7 ;    
}
.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;
    text-align: right;
    margin-bottom: 0;
    margin-top: 5px;
    color: #1da9d9; 
    cursor:pointer;   
}
.forP:hover
{
    color:#000;    
}
.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
{
        
}
.dropdown-menu li a:hover
{
     background: #1da9dc;
color: #fff;   
}
.dropdown-menu li a i
{
   margin-right: 6px;
    font-size: 12px;     
}
table tbody tr td
{
   padding:4px !important;     
}
.cancelcol
{
    color:Red !important;    
}
.viewcol
{
    color:#1badcd !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: auto !important;
    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;    
}

/** Responsive code **/
@media only screen and (max-width: 980px)
{
    
    .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:0px;    
}   
.mobLogOutA {
    margin-top: 6px;
    margin-right: 10px;
}
.mobLogOutIcon {
    font-size: 20px;
    color: #127bc1;
}
.mobLogOut
{
    display:block;    
}

}


/** 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;
}
.txtright
{
    text-align: right;
    }

.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;
        
}
.sidebar-title
{
    border-bottom: 1px solid #fff;
    letter-spacing: 14px !important;
    font-size: 20px !important;
    font-weight: 700 !important;    
}