
body{
	    font-size: 12px;
}
.red{color:red;}
.validateMsg{display:none;}

.table_color{/* background-color: #cccbcb59; */}

 .table th, .table td{
        padding: 15px; /* Apply cell padding */
    }

.manage-book{
    background: #c2eff59e;
    padding: 10px 0 10px 0;
    color: #18c4d8;
	border-radius: 0 50px 50px 0;
}

.padding{
	    padding-right: 8px;
}

.form-view{
	padding: 27px 20px 20px 20px;
    box-shadow: 2px 1px 9px #948f8f;
}

.modal_header_color{
	background-color: #1d2124;
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: navajowhite;
    border-radius: 0;
    /* border-bottom: 1px solid #e8e8e8; */
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Styles for wrapping the search box */

.main {
    width: 50%;
    margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.asp li{
	padding-right: 60px;
}
.asp{
	/* font-weight:bold; */
	padding-bottom: 17px;
}

.nav-tabs .nav-link.active {
    color: #0d626c;
    background-color: #eaeaea;
    border-color: #f7f7f7 #dee2e6 #117a8b;
	font-weight:bold;
}

a {
    color: #131415;
    text-decoration: none;
    background-color: transparent;

}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

#fixed-sidebar {
    position: fixed;
    max-width: 20%;
    color: white;
}

.border_radius{
	
}

.serach_class {
   
	
}

.add-on {
    border-bottom: 1px solid #f3f3f3;
}

 .add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -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);
}

.bt_search{
    border-radius: 0;
    /* border-bottom-right-radius: 3px; */
    /* border-top-right-radius: 3px; */
    background: white;
}

button#search_submit {}



.prof_img{
    width: 40px;
    border-radius: 50%;
}

.coin{
    font-size: 16px;
    color: #ffa026;
    border: 1px solid yellow;
    border-radius: 50%;
}

.nav-item{
    border-radius: 4px;
    height: 32px;
    padding-left: 10px;
    line-height: 2.3;
    font-size: 14px;
    margin-bottom: 10px;
    /* ver
	tical-align: middle; */
}

.nav-item1{
    border-radius: 4px;
    height: 32px;
    /* padding-left: 10px; */
    line-height: 2.3;
    font-size: 14px;
    margin-bottom: 10px;
    /* vertical-align: middle; */
}
.nav-item a{
	text-decoration:none;
}

.c_new{
    border-radius: 50px;
    font-size: 14px;
    width: 111.5px;
    height: 32px;
    line-height: 0;
    border-radius: 50px;
    background: white;
    border: 1px solid #4B4B4B;
}

.col-sm-41 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 14.333333%;
    background: #ffffff8c;
    /*margin: 0 auto;*/
    margin: 0 2%;
    padding: 12px 0;
    border-radius: 10px;
    border: 1px solid #4040404f;
}


.ic{
	    margin: 8px 0;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
	display:none;
}

.act {
    font-size: 14px;
    font-weight: 500;
}


.cancel{
    position: relative;
    right: -99%;
    top: 27px;
    cursor: pointer;
    /* float: right; */
}

.cancel i{
    font-size: 16px;
}

.sp{
    color: #707070;
    font-size: 12px;
}

.drop_list{
    width: 20%;
    height: 360px;
    background: #F4F4F4;
    border: 1px solid #D9D9D9;
    padding: 10px 0;
}

.drop_list li{
    font-size: 14px;
    color: #4B4B4B;
    padding: 0 0 18px 20px;
    /* padding-left: 15px; */
}

.f1{
    font-size: 14px;
    color: #4b4b4b91;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #2C2C2C;
    background-color: #F4F4F4;
    font-weight: 500;
    font-size: 14px;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    font-size: 14px;
    color: #4B4B4B;
}

.h_1 {
    width: 100%;
    text-align: center;
    color: #2c2c2ca8;
    font-size: 20px;
    font-weight: 500;
}

.head{
    padding: 6px 30px;
    background: #F4F4F4;
    margin-bottom: 15px;
}

@media (min-width: 992px){
.modal-lg {
    max-width: 982px;
}
}

.nav-tabs .nav-link.active {
    color: #2C2C2C;
    background-color: #eaeaea00;
    /* border-color: #f7f7f7 #dee2e6 #117a8b; */
    border: 0;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 3px solid black;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    /* border-color: #e9ecef #e9ecef #dee2e6; */
}
.nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #4B4B4B;
    font-size: 14px;
    font-weight: 400;
}

.img1{
    padding-right: 10px;
}

.cancel1 {
    position: relative;
    right: -100%;
    top: 4px;
    cursor: pointer;
    /* float: right; */
}


.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.myn li{
    font-size: 16px;
    padding-right: 40px;
}

.myn li a{
    text-decoration: none;
    color: #9c9c9c;
    font-weight: 500;
}

.abd {
    text-align: center;
    font-size: 14px;
}

.abd span{
	        padding-right: 18px;
}

.started {
    background: #18c4d8;
    color: white;
	    font-size: 13px;
    font-weight: 500;
}

.row_m{
    position: relative;
    /* top: 5px; */
    padding: 15px 0;
    border-bottom: 2px solid #f1efef;
}


.nav-item1 {
    border-radius: 4px;
    /* height: 32px; */
    padding-left: 10px;
    line-height: 2.3;
    font-size: 14px;
    margin-bottom: 10px;
}

img.loader{width: 35px;display:none;}
.upper_cat .component{cursor:pointer;}

.hide{display:none;}
/*** loader ******/
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 99999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/** end loader ***/

.toggleIa{min-height: 26px;font-size: 16px;}
.toggleIa i{float:right;cursor:pointer;padding-top: 5px;}
.ias-list-group{display:none;padding: 0;margin-top: 10px;}
.ias-list-group > div{float:left;}
.iaHead{background: #F4F4F4;}
.ias-list-group .badge{font-size:16px;}
.iaThumb{cursor:pointer;}