
.breakingNews {
    width: 100%;
    background: #FFF;
    position: relative;
    border: solid 2px #00b49d;
    overflow: hidden;
  }
  .breakingNews > .bn-title {
    width: auto;
    height: 40px;
    display: inline-block;
    /* background: #2096cd; */
    position: relative;
  }
  .bn-red > .bn-title {
    background: #00b49d;
  }
  .breakingNews > .bn-title > h2 {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    line-height: 40px;
    font-size: 20px;
    color: #FFF;
    height: 40px;
    box-sizing: border-box;
  }
  .breakingNews > .bn-title > span {
    width: 0;
    position: absolute;
    right: -10px;
    top: 10px;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    /* border-color: transparent transparent transparent #2096cd; */
  }
  .bn-red > .bn-title > span {
    border-color: transparent transparent transparent #00b49d;
  }
  .breakingNews > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 210px;
    top: 0;
    right: 40px;
    height: 40px;
    font-size: 16px;
  }
  .breakingNews > ul > li {
    position: absolute;
    height: 40px;
    width: 100%;
    line-height: 40px;
  }
  .breakingNews a {
    text-decoration: none;
    color: #0d6efd;
  }
  /* .mymarque a::after {
    content: ' |';
  }
  .mymarque a:last-child:after {
    content: '';
  } */
  .marquee-container {
    overflow: hidden;
    white-space: nowrap;
  }
  
  .marquee {
    display: inline-block;
    animation: marqueeAnimation 10s linear infinite;
  }
  
  @keyframes marqueeAnimation {
    0% {
      transform: translateX(100%);
    }
  
    100% {
      transform: translateX(-100%);
    }
  }
  

.alertModal .modal-dialog {
    /* top: 80px; */
    /* top: calc(100% - 650px);
    max-width: 59%;
    border-radius: 10px;
    padding-bottom: 10px; */
}

.my-dialog {
    transform: none !important;
}

.modal-body {
    padding: 0;
    /* height: 350px; */
    /* overflow-y: scroll; */
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}


.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}


/* Edit application */
/* @font-face {
    font-family: Roboto;
} */
html,body{
    /* min-height:100%;
    height:100%; */
    font-family:Roboto !important;
}
.Jurisdiction{
    
    font-size:14px;
}
::-webkit-input-placeholder{
    font-size:12px;
}
.emblum-logo img{
    width: 60px;
    margin-right: 5px;
    margin-left: 0px;
}
.cm-logo img{
    width: 60px;
    height: auto;
    margin-right: 15px; 
    margin-left: 0px;;
    border-radius: 100%;
    box-shadow: 2px 2px 5px #888;
}
.data h3{
    
    margin:0;
    color:#077ad4;
    font-size:22px;
}
.data h5{
    margin-top: 8px;
    margin-bottom: 0px;
    color:#077ad4;
    font-size:17px;
}
.box{
    /* margin-top: 10px; */
    text-align: center;
    padding:0px;
    background-color: rgb(20, 87, 107);
    color:white;
    margin-right: 1px;
}
.box h6{
    margin-top: 6px;
    margin-bottom:2px;
}
.box2{
    /* margin-top: 10px; */
    text-align: center;
    padding:0px;
    background-color:rgb(3, 170, 3);
    color:white;
    margin-right: 1px;
    
}
.box2 h6{
    margin-top: 6px;
    margin-bottom:2px;
}
.box3{
    /* margin-top: 10px; */
    text-align: center;
    padding:0px;
    background-color:rgb(253, 52, 62);
    color:white;
  
}
.box3 h6{
    margin-top: 6px;
    margin-bottom:2px;
}
#tableinfo{
    width:100%;
    margin-top: 25px;
}
table th{
    padding:10px;
    background-color:rgb(241, 238, 238);
}
 td{
    padding:10px;
}
  #tableinfo tr:nth-child(even) { 
    background-color: rgb(237, 249, 253); 
}
.mpdo-table tr:nth-child(even) td{
    background-color: rgba(255,255,255,1);
}
.nav a{
    color:#fff;
    font-size: 16px;
    padding: 15px 25px;
}
a.active{
    background-color: #2384d9;
}
.user-icon{
    border-radius: 100%;
    border:2px solid #fff;
    width: 25px;height: 25px;
    text-align: center;
    line-height: 25px;
}
.icons  {
    color:#fff
}
.power-icon{
    border-radius: 100%;
    /* border:2px solid black;
    background-color: black; */
    color:#fff;
}
.house{
    border-radius: 100%;
    border:2px solid black;
    padding:3px;
    font-weight:600;
}
.icon{
    vertical-align: middle;
     margin-right: 10px;
     text-align: left;
color:#fff
}
.icons{
    margin-right: 10px; 
    /* border-right: 1px solid #e2e2e2; */
     padding-right: 10px;
}
.user2{
    border-left: 1px solid #fff;
    padding-left: 10px;
}
/* .calander{
    position:absolute;
    right:10px;
    font-size:9px;
    line-height:40px;
} */
.calander {
    position: absolute;
    right: 0;
    font-size: 9px;
    line-height: 40px;
    background: #11529A;
    color: #fff;
    width: 40px;
    bottom: 0;
    top: 0;
    text-align: center;
    z-index: 5;
    pointer-events: none;
}

.todate{
    margin-left:65px;
}
.btn{
    box-shadow:none;
    padding:1px;
    margin-top:16px;
    padding-top:3px;
    
}
.excelbuttons{
    transform:translate(35px,33px)
}
.excelbuttons .btn-primary:nth-child(2){
    margin-left: 15px !important;
}
/* header css */
/* .header{
    height:75px;
} */
.header .navbar-brand{
    margin:0;
    padding:0
}
.header .custom-nav{
    background: linear-gradient(380deg, #49ab56 0%, #0f4e9c 100%);
}
.span-text
{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    /* font-style: italic; */
}
.span-text.border{
    border:transparent !important;
   border-right: 1px solid #dee2e6!important;
   padding-right: 15px;
}
.cm-mark{
    margin-left:15px;
}
.icons b{
    font-weight:500
}
.cm-name,
.state-info{
    color: #fff;
}
.fz-26{
    font-size: 26px;;
}
.select-language .form-control{
    padding: 5px;
    font-size: 14px;
    height: auto;
}
.side-menu{
    padding:0 !important;
}
.nav a:hover{
    color:#fff
}
.login-header{
    
    height:68px;
}
.header .login-navbar{
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e2e2e2;
    height:68px;
}

/* mpdo Edit screen styles */
.main label{
    font-size:12px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.search-icon{
    position: absolute;
    right: 0;
    width: 35px;
    line-height: 35px !important;
    height: 36px;
    text-align: center;
    color: #858585;
    cursor: pointer;
}
.relative{
    position: relative;
}
.search-button {
    height: 36px;
    margin-top: 10px;
}
.heading,.sub-heading{
    font-size: 14px;
    font-weight: 600;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 5px;
    margin-bottom:15px;
    margin-top:15px;
}
.sub-heading{
    border-bottom: transparent;
    margin-top:0
}
.details-grid label{
    font-size:12px;
    color:#888;
    font-weight: bold;
}
.enrollment .fa{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 38px;
    width: 35px;
    text-align: center;
    background: #e2e2e2;
}
.upload {
    width: 150px;
    height: 150px;
    border: 1px solid #e2e2e2;
}
    
/* bg gradient */
.bg-gradient{
    background:#1581A4;
    padding-top:10px;
}
.nav-tabs{
    border:transparent !important;
}
.nav-tabs .nav-link {
    background: #fff !important;
}
.nav-tabs .nav-link.active{
    background: #135499 !important;
    color: #fff !important;
    border-radius: 0;
}
.nav-tabs .nav-link,
.nav-tabs .nav-link:hover{
    color:#1581A4 !important;
    background: #F2F2F2;
}
.nav-tabs .nav-link.active:hover{
    color:#fff !important
}
.nav-tabs .nav-link:hover{
    color:inherit;
    border-color:transparent !important;
}
.nav-tabs{
    border:transparent
}
.nav-tabs .nav-item .nav-link{
    border-radius: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
    padding: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.nav-tabs .nav-item {
    margin-bottom:0;
    /* margin: 0 4px; */
    width: 19.6%;
}
.nav-tabs .nav-link,
.nav-tabs .nav-link.active{
    margin-bottom: 0;
    margin-top:0
}
.nav-tabs .nav-link.active{
    border:transparent
}
.bg-white{
    background:#fff
}
.nav-tabs .nav-item{
    margin:0 !important;
}
.card{
    border:1px solid #DFE0EB;
    box-shadow: 0px 3px 6px rgba(155, 155, 155, 0.23);
    border-radius: 8px;
    /* padding:10px 0 */
    height:65px;
}
.card-title{
    color: #3E3E3E;
    font-size: 16px;
    line-height: 20px;
    font-weight:500;
    margin:0 !important;
}
.card-count{
    color:  #11519B;
    font-size:22px;
    font-weight:500
}
.db.border{
    border-color:#135499 !important
}
.card.graph{
    padding: 10px 20px;
    height:auto;
    margin-bottom:20px !important;
}
.progress-bar.progress-yes {
    background-color: #F9B43B;
}

.progress{
    position: relative;
    overflow: visible !important;
   
}
.progress{
    height:20px !important
}
.progress-bar{
    /* border-radius: 25px; */
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.progress-bar.progress-yes+.badge,
.progress-bar.progress-no+.badge,
.progress-bar.progress-bc+.badge,
.progress-bar.progress-sc+.badge,
.progress-bar.progress-st+.badge,
.progress-bar.progress-oc+.badge{
    position: absolute;
    /* right: 0; */
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    box-shadow: 2px 2px 5px #e2e2e2;
    z-index: 9;
    padding: 0;
    background-color:#F9B43B ;
    top: -3px;
    margin-left: -5px;
    border: 1px solid #fff;
    color: #fff;
    /* transform: translateX(-20px); */
}
.progress-bar.progress-no,
.progress-bar.progress-no+.badge{
    background-color: #86AB5B;
}

.w-15{
    width:15%;
    font-size: 12px;
    font-weight: 500;
}
.bg-white .progress{
    border-radius: 25px;
}
.progress-bar.progress-bc,
.progress-bar.progress-bc+.badge{
    background-color: #345FAC;
}
.progress-bar.progress-sc,
.progress-bar.progress-sc+.badge{
    background-color: #F9B43B;
}
.progress-bar.progress-st,
.progress-bar.progress-st+.badge{
    background-color: #FA1B2E;
}
.progress-bar.progress-oc,
.progress-bar.progress-oc+.badge{
    background-color: #86AB5B;
}
.card.graph .card-title{
    transform: translateY(-5px);
}

.nav-link i{
    font-size:22px;
    margin-right:15px
}
.bg-white.box-shadow{
    box-shadow: 2px 2px 5px #e2e2e2, -2px -2px 5px #e2e2e2;
    border-radius: 5px;
    padding: 15px 15px 0; 
}
.bg-white.box-shadow .heading{
    /* display: inline-block;
    width: 100%; */
    border: transparent;
    padding-left: 20px;
    color: #252733;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px 0;
    padding-bottom: 0;
}
.excel-buttons img{
    background: linear-gradient(380deg, #42A29D 0%, #84C44C 100%);
    padding: 3px;
    border-radius: 3px;
    margin-bottom: 9px;
    width: 25px;
    height: 25px;
}
.mt-20{
    margin-top:20px;
}
/* .card.graph .d-flex {
    margin-bottom: 15px;
} */
.progress-container{
    margin-bottom: 25px;
}
.mb-20{
    margin-bottom:20px;
}
/* approve screens */
.approve .nav-item{
    width:33%;
}
/* body{
    background:#e5e5e5 !important;
} */
.table th{
    background: transparent;
    font-weight: 500;
    font-size: 13px;
}
.approve-buttons button{
    margin:0;
    font-size:13px !important;
}
.approve-buttons button.border{
    font-size:13px !important;
}

.mpdo-table{
    /* padding:15px; */
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-bottom: 0 !important;
}
.common-modal .modal-header .close {
    border: 0;
    background: 0;
}
.mpdo-table td{
    background: #F6F6F6 !important;
    font-size: 14px;
}
.mpdo-table th{
    color: #135499 !important;
}
.mpdo-table.table th{
    /* padding: .5rem; */
    padding:10px 15px;
    vertical-align: middle;
}
.mpdo-table.table td{
    padding: 6px 15px;
    vertical-align: middle;
}
.mpdo-table.table td:first-child, 
.mpdo-table.table th:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.mpdo-table.table td:last-child, 
.mpdo-table.table th:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.mpdo-table thead{
    padding-right: 15px;
}

    .mpdo-table thead, .mpdo-table tbody tr{
        /* display: table; */
        width: 100%;
        /* table-layout: fixed; */
    }
    /* .mpdo-table tbody{
        max-height:300px;
        overflow-y: auto;
        display: block;
        padding-right: 10px;
    } */


.mpdo-table tbody::-webkit-scrollbar{
    width:5px;
    height:8px;
}
.mpdo-table tbody{
overflow-y: scroll;
scrollbar-color: #C9E7CC transparent;
scrollbar-width: thin;
}
.mpdo-table tbody::-webkit-scrollbar-thumb{
background:rgba(21,129,164,0.5);
opacity:0.5;
}
/* .selectLists{
    width:20px;
} */
.btn-primary{
    background: #135499 !important;
    border-color:#135499 !important ;
    margin: 0;
    font-size: 14px !important;
}
.btn.border{
    border-color: #135499 !important;
    margin-left: 5px;
    color:#135499 !important;
    font-size: 14px !important;
}
.modal-footer{
    padding: 0 20px 20px !important;
}
.modal-footer .btn.text-primary{
    color:#135499 !important;
    font-size: 14px !important;
    padding-left: 0;
    margin:0
}
/*approved modal's */
.form-title{
    color: #10509a;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
}
.document-modal .modal-dialog{
    width:375px;
    font-size: 14px;;
}
.document-modal .modal-header{
    border-bottom: transparent;
}
.law-form{
    background: #F6F6F6;
    border: 1px solid #10509A;
border-radius: 5px;
padding: 15px 0;
}
.modal-footer {
    border:transparent !important;
    padding: 1rem !important;
}
.common-modal .modal-header .close {
    position: absolute;
    top: -28px;
    opacity: 1;
    right:-25px;
    z-index: 1;
}
.common-modal .modal-header .close:hover{
    opacity: 1 !important;
}
.common-modal .modal-header .close:focus{
    outline: medium none;
}
.common-modal select{
    font-size: 14px;
}
/* .modal.show {
    transform: scale(0);
  } */

  .modal.modal-static .modal-dialog { -webkit-transform: none !important; transform: none !important; }
  /*approved candidate list*/

.thead th{
    background-color:#135499 !important;
    color:#fff !important;
}
.headding h3{
    font-size: 16px;
    color:#135499;
    /* background-color: #f6f6f6; */
    
}
.any{
    /* background-color: #f6f6f6; */
    margin-left:15px;
    margin-right: 15px;
    padding-top: 15px;
    /* transform: translate(10px, -45px) */
 }
.datefeild{
    /* transform: translate(10px,-45px); */
    position: relative;
    top:-45px;
    font-size: 14px;
    font-weight: 400;
    font-family: roboto;

}
.p-15{
    padding:15px;
}
span.reports-text,.edit {
    color: #135499 !important;

}
.candidates-approvelist{
    position: relative;
}
.candidates-approvelist .datefeild{
 position:absolute;
 margin: 0;
}
.user-buttons .custom-button{
    width:185px;
    height:40px
}
/* .form-heading.border-transparent{
    
} */
.collector-pending{
    table-layout: fixed;
}