
#him-body .borderbox{
    border: 1px solid  #21537c;
    margin: 0px 0 15px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0 0 8px 8px;
}

#him-body .him-heading{
    padding: 8px 10px;
    border-radius: 8px 8px 0 0;
    /*background-image: linear-gradient(to top, #21547c 0%, #284887 100%);*/
}
#him-body .him-heading h6{
	color: #fff;
    font-weight: 100;
	font-size: 14px;
}

#him-body .him-heading1{
	padding: 5px 10px;
    border: 1px  #21537c solid;
}
#him-body .him-heading1 h6{
	/*color: #21537c;*/
    font-weight: 100;
	font-size: 14px;
}


#him-body .search-box {
	background: #f9f9f9;
    margin: 0px;
    border: 1px #efefef solid;
    margin-bottom: 10px;
    padding-top: 5px;
}
#him-body .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #495057;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #c9c5c5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
#him-body .btn {
    display: initial;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 27px;
    border-radius: 3px;
}

#him-body label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;
}
#him-body .form-group {
    margin-bottom: 5px;
}
.him-table  th,  td {
    padding: 5px 7px !important;
    vertical-align: middle !important;
    font-size: 12px !important;
}
.him-table thead {
	background:  #21537c;
    color: #fff;
}

.btn-xs {
	font-size: 10px !important;
    padding: 0px 7px !important;
    line-height: 21px !important;
}

.him-checkbox{
	height: 16px;
    width: 16px;
}
.nowrap{
	white-space:nowrap;
}
.bg-tbl{
	background: #f9f9f9;
    border: 1px #d8d5d5 solid;
    padding: 10px;
    margin-bottom: 10px;
}
.bg-tbl .heading{
	font-size: 12px;
    border-bottom: 1px #bebebe solid;
    margin-bottom: 4px;
    color: #94918f;
    padding-bottom: 4px;
}
.nav-item a{color:#5a5f7d;}
@media (max-width:976px){
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
    width: 70%;
}
}


::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar
{
  width:5px;
  height:5px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
  background-color: #5f63f2;
  border: 2px solid #5f63f2;
}




