.errFlag{
    font-size: 12px;
    color: #FFF;
}

.subTitlec{
    color: white;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid gray;
    padding-bottom: 5px;
}

.mt-2, .my-2 {
    margin-top: 90px !important;
}
.headert{
    color: white;
    background-color: blue;
    padding: 4px;
    border-radius: 5px;
    text-align: center;
}
.nrec{
    text-align:center;
}
.atect{
    font-size: 20px;
    margin-bottom: 40px;
}
body {
    background-image: url("./images/bg.png");
    background-repeat: no-repeat, repeat;
    background-size: cover;
    background-color: transparent; 
}
.chead {
    color:white;
}
.card-body{
    color: white;
}
.tStatus{
    color: white;
    margin-left: 10px;
    text-align: center;
    margin-top: 20px;
}


/*** login css above*/
.wrapper{
    background-color: transparent; 
}
.content-wrapper{
    /*background-color: transparent; */
    background-color: #151a3a;
    opacity: 0.8; 
}

.layout-navbar-fixed .wrapper .main-header {
    background-color: #2a2f55;
    opacity: 0.8;
    border-bottom: none;
}
.navbar-light .navbar-nav .nav-link {
     color: rgba(255,255,255,1);
}



.layout-fixed .main-sidebar {
    background-color: #0d0352;
    opacity: 0.8;
}
.brand-link{
    background-color: transparent;
}
/* .wrapper .content-wrapper {
    min-height: calc(100vh);
} */
.main-footer {
    background-color: #2a2f55;
    opacity: 0.8;
    border-top: none;
}
.user-panel .image {
    display: inline-block;
    padding-left: .4rem;
}
.user-panel img {
    height: auto;
    width: 2.5rem;
}
.user-panel .info {
    padding-top:10px;
    padding-left:15px;
}
.user-panel .info img {
    height: auto;
    width: 10.1rem;
}
.user-panel-nav img {
    height: 2.1rem;
    width: 2.1rem;
    margin-right: 20px;
}
[class*=sidebar-dark] .user-panel {
    border-bottom: 0px solid #4f5962;
}

/** Card style **/
.card {
    background-color: transparent;
}
.card-header{
    border-bottom: none;
}
.card-title{
color: #fff;
font-weight: normal;
font-size: 16px;
}




/** table style */
table{
    border-collapse: separate;
    border-spacing: 0px 7px;
    
}

tr.tableData{
    
    height: 40px;
	background-color: #2a2f55;
    border-radius: 2px;
    
}
.table td{
    color:#FFF;
    border-top: none;
    vertical-align: middle;
    padding: 0.40rem;
    font-size: 14px;
}
.cData:hover{
    cursor: pointer;
}
.table thead th {
    color:#FFF;
    vertical-align: bottom;
    border-bottom: none;
    font-size: 16px;
    font-weight: normal;
}
/**  side bar **/
.sidebar_icon{
    height: 20px;
    width:px;
    padding-right: 10px;
}
.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: 0;
}
.mt-2, .my-2 {
     margin-top: 40px !important;
}


/** Modal **/
.modal {
    position: fixed;
    top: 100px;
    left: 110px;
    
}



/** GLOBAL STYLES */
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal;
}
label{
    color: #FFF;
    font-size: 16px;
    /* font-weight: lighter; */
}

.form-control {
    height: 30px;
	background-color: #2a2f55;
    border-radius: 2px;
    border: 1px solid #2a2f55;
    color: #fff;
}
.form-control:focus {
    background-color: #2a2f55;
    border-radius: 2px;
    border: 1px solid #2a2f55;
    color: #fff;
}
.input-group>.input-group-append>.btn{
    background-color: #6b6d8a;
    border: 0px solid #2a2f55;

}
.custom-select {
    height: 30px;
    padding: 0rem 1.75rem .375rem .75rem;
	background-color: #2a2f55;
    border-radius: 2px;
    border: 1px solid #2a2f55;
    color: #fff;
}
.custom-select:focus {
    border-color: #2a2f55;
    outline: 0;
    
}
.custom-select:disabled {
    color: #fff;
    background-color: #6b6d8a;
}
.custom-file-label {
    background-color: #2a2f55;
    border-radius: 2px;
    border: 1px solid #2a2f55;
    color: #fff;
    height: 30px;
    line-height: 17px;
}
.custom-file-input:lang(en)~.custom-file-label::after {
    background-color: #6b6d8a;
    color: #fff;
    height: 30px;
    line-height: 17px;
}

.btn{
     padding: 0px;
}
.btn-add {
    color: #fff;
    height: 30px;
	background-color: #007bff;
	border-radius: 2px;
    border-color: #007bff;
    
    box-shadow: none;
}
.btn-add:hover {
    color: #fff;
    height: 30px;
    background-color: rgba(0, 123, 255, 0.6);
    border-width: 0px;
	border-radius: 2px;
    border-color: #007bff;
    box-shadow: none;
}

.btn-update {
    color: #fff;
    height: 30px;
    background-color: rgba(83, 50,232,1);
    border-radius: 2px;
    border-color: rgba(83, 50,232,1);
    box-shadow: none;
}
.btn-update:hover {
    color: #fff;
    height: 30px;
    background-color: rgba(83, 50,232,0.5);
    border-width: 0px;
	border-radius: 2px;
    border-color: #5332e8;
    box-shadow: none;
}
.btn-add-sm {
    color: #fff;
    width: 70px;
    background-color: #5332e8;
	border-radius: 2px;
    border-color: #5332e8;
    box-shadow: none;
}
.btn-danger-sm {
    color: #fff;
    width: 70px;
    background-color: #8c2e42;
	border-radius: 2px;
    border-color: #8c2e42;
    box-shadow: none;
}
.btn-success-sm {
    color: #fff;
    width: 70px;
    background-color: #2da234;
    border-radius: 2px;
    border-color: #2da234;
    box-shadow: none;
}

/**
* PRofile style
*/

.list-group-unbordered>.list-group-item {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.list-group-item {
    background-color: #83899466;
}
.uprofile{
    border: 1px solid #d7d9ea;
}


/** spinner **/
#overlay {
    background: rgba(255, 255, 255, 0);
    color: #666666;
    position: absolute;
    height: 100%;
    width: 77%;
    z-index: 5000;
    top: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}
  
  .spinner {
      margin: 0 auto;
      height: 64px;
      width: 64px;
      animation: rotate 0.8s infinite linear;
      border: 5px solid firebrick;
      border-right-color: transparent;
      border-radius: 50%;
  }
  @keyframes rotate {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
  }

  /** pagination **/
  
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #6b6d8a;
    border-color: #a1a6ce;
    color: #000;
}
.pagination>li>a{
    color: #FFF;
    background-color: #6b6d8a;
    border-color: #a1a6ce;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #FFF;
    cursor: not-allowed;
    background-color: #6b6d8a;
    border-color: #a1a6ce;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #FFF;
    background-color: #6b6d8a;
    border-color: #a1a6ce;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #a1a6ce;
}
.pag_align{
    text-align: right;
    /* margin-right: 0px; */
    padding-right: 15px;
}
.pagination {
    margin:0px;
}
.img-circle1 {
    border-radius: 0%;
}


/* iiqs */
