.text-bold {
  font-weight: 700;
}
.text-small {
  font-size: 0.9rem;
}
.text-xsmall {
  font-size: 0.8rem;
}
.text-gray {
  color: #868e96;
}
a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
body {
  overflow-x: hidden;
}
table {
  font-size: 0.9em;
  color: #666;
}
.page {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  width: calc(100% - 200px);
  background-color: #F4F7FA;
  min-height: 100vh;
 /* padding-bottom: 50px;*/
}
.page.active {
  width: calc(100% - 100px);
}
h2 {
  color: #000000;
  font-weight: 400;
}
.breadcrumb-holder {
  background: #eceeef;
}
.breadcrumb-holder .breadcrumb {
  padding: 15px 0;
  font-size: 0.85em;
  font-weight: 300;
  color: #999;
  margin-bottom: 0;
}
.breadcrumb-holder .breadcrumb a:hover, .breadcrumb-holder .breadcrumb:focus {
  text-decoration: none;
}
.breadcrumb-holder .breadcrumb .container {
  padding: 0;
}
.display {
  font-weight: 400 !important;
}
.section-padding {
  padding: 2rem 0;
}
.section-no-padding-bottom {
  padding-bottom: 0;
}
section header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .container-fluid {
    padding: 0 2rem;
  }
}
@media (max-width: 1199px) {
  .page {
    width: 100%;
  }
  .page.active {
    width: 100%;
  }
  .page.active-sm {
    width: calc(100% - 70px);
  }
}
@media (max-width: 991px) {
  .dashboard-counts div[class*='col-'] .card {
    height: auto;
    margin-bottom: 30px;
  }
  .dashboard-counts div[class*='col-']:last-of-type .card {
    margin-bottom: 0;
  }
  p {
    font-size: 0.75em;
  }
}
.dashboard-counts .card-header {
	opacity:0.7;	
}
.dashboard-counts a {
	color:#fff;
	text-decoration:none;	
}
.dashboard-counts .bg-primary:hover, .dashboard-counts .bg-success:hover, .dashboard-counts .bg-warning:hover, .dashboard-counts .bg-danger:hover {
	opacity:0.9;
}
/*no more table start*/
@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr { border: 1px solid #ccc; }
    #no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
    }
    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
}
/*no more table End*/
/*admin style*/
.listHeadBarDisp {
    background-color: #710130;
    border: 1px solid #710130;
    border-radius: 5px;
    padding: 5px 0px;
    color: #ffffff;
	display:none;
}
.listHeadBar > div {
	font-size:15px;
	font-weight:bold;
	padding-top:0px;
}
.admlstbtn{
	color: #ffffff;
/*	padding:7px 9px;
	font-size: 16px;
	border-radius:6px;
	font-weight: bold;
*/	background: #4B0082;
	/*margin: 5px;
	text-align:center;*/
}
.admlstbtn:hover{
	color:#ffffff;
	background:#710130;
}
.listRowBar {
	margin-bottom:0px; 
	margin-top:2px; 
	border:1px solid #e5e5e5; 
	border-radius:5px; 
	padding:3px 0px;
	color: #000000;
}
.listRowBar a{
	color: #000000;
	text-decoration: none;
}
.listRowBar a:hover{
	color: #ffffff !important;
}
.listRow1_0 {
	background-color:#48576380;
}
.listRow1_0 a:hover {
	color:#fff;
}
.listRow1_1 {
	background-color:#4857634d;
	color:#000000;
}
.listRow1_1 a {
	color:#000000;
}
.listRow1_1 a:hover {
	color:#ffffff;
}

.listRow2_0 {
	background-color:#b9cef0;
	color:#000000;
}
.listRow2_0 a, .listRow2_1 a {
	color:#2c343f;
}
.listRow2_0 a:hover, .listRow2_1 a:hover {
	color:#f7a059;
}
.listRow2_1 {
	background-color:#ecc6a9;
	color:#000000;
}
.listRow3_0 {
	background-color:#000000;
	color:#000000;
}
.listRow3_1 {
	background-color:#000000;
	color:#000000;
}
.listRowBar input[type=text] {
	width:35px; 
	height:20px; 
	padding:0px 8px; 
	margin-left:2px; 
	color:#000000;
}
.admMblOnlyIn {
	display:inline-block;
	font-size:13px;
}
 @media (min-width: 768px) {
	.admMblOnlyIn {
		display:none;
	}
	.listHeadBarDisp {
		display:block;
	}
	/*.listHeadBar {
		display:block;
	}*/
}
/*admin css*/


.setting .form-control {
	padding:.15rem .50rem;
	font-size:13px;
	
}
.setting .input-group-text {
	padding:.15rem .50rem ;
	font-size:13px;
	
}
.setting .input-group-text .fa {
	font: normal normal normal 19px/1 FontAwesome;
    font-size: 19px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}

.admlstbtn {
	color: #ffffff;
	background: #485763;
}


.ra-msg, .f-img, .t-img, .l-img, .g-img, .fe-img, .te-img, .we-img, .pe-img, .ne-img, .y-img, .p-img, .in-img, .s-img, .v-img, .ue-img {
	display: none; 
	width: 100%; 
	margin-top: .25rem; 
	font-size: 80%; 
	color: #dc3545;
	position: absolute;
	top: 20px;
	font-size:8px;
}
.warn {
	font-size: 23px;
	color: red;
	position: absolute;
	z-index: 9;
	top: -22px;
	right: 3px;
}

.tooltip1 {
   /* position: relative;*/
    display: inline-block;
    border-bottom: 1px dotted black;
	color:#000000;
}
.tooltip1 .tooltiptext1 {
    visibility: visible;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 1px 5px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top:-19px;
    right: 36px;
    margin-left: -60px;
    font-size:10px;
    font-family:arial;
}

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
}



.setting .bs {
	min-width:43px;
}
.setting .cap {
	min-width: 77px;
}
.setting .ma {
	min-width: 107px;
}
.setting .fs {
	min-width: 71px;
}
.setting .es {
	min-width: 121px;
}
.setting .ps {
	min-width: 99px;
}
.setting .vs {
	min-width: 65px;
}
.setting .card-body {
    padding: 1rem .75rem .50rem .75rem;
	background-color: #f4f7fa;
}