.img-circle-custom-landing {
    border-radius: 50%;
    max-width: 40%;
    height: auto;
}

thead input {
  width: 100%;
}

body.ricef-login{
    background-image: url("../img/bg_new.jpg");
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-size: 100%;
}

body.ricef-login .login-box{
    margin: 4% auto;
}


body.ricef-login .login-box .login-logo{
    margin-bottom: 0px;
}

body.ricef-login .login-box .login-box-body{
    padding-top: 10px;
    background-color: transparent;
}

.table-fixed thead {
  width: 100%;
}
.table-fixed tbody {
  height: 360px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed tbody, .table-fixed td {
  display: inline-block;
}
.table-fixed tbody tr{
  width: 100%;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}

.cirle-shadow{
    text-align: center;
}

.circle-shadow img{
    width: 100%;
    height: 15px;
    opacity: .2;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
}

.callout.callout-black{
  background-color: #d2d6de !important;
  /*background-color: #b5bbc8 !important; */
  border-color: #b5bbc8;
}

pre {
    height: auto;
    max-height: 200px;
    overflow: auto;
    background-color: #eeeeee;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: pre !important;
}

.wiget-green{
	border-bottom: 5px solid #00733e;
    color: #fff;
    background-color: #00a65a !important;
}

.wiget-blue{
	border-bottom: 5px solid #004a75;
    color: #fff;
    background-color: #0073b7 !important;
}

.wiget-yellow{
	border-bottom: 5px solid #c87f0a;
    color: #fff;
    background-color: #f39c12 !important;
}

.wiget-gray{
	border-bottom: 5px solid #7b7b7b;
    color: #fff;
    background-color: #b1b1b1 !important;
    cursor: not-allowed;
}

@media (min-width: 992px){

.cust-height{
	min-height:164px;
}

}

.progress {
  background-color: #888 !important;
  font-weight: bold;
}

.input-group .input-group-addon.input-group-green{
  background-color: #5cb85c;
  color: #fff;
}
.input-group .input-group-addon.input-group-red{
  background-color: #d9534f;
  color: #fff;
}
.input-group .input-group-addon.input-group-blue{
  background-color: #5bc0de;
  color: #fff;
}
.input-group-addon{
  padding: 6px 7px;
}


.btn-warning[disabled]{
  color: #000 !important;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover{
  background-color: #d4d4d4;
}

#assignabap {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  /*width: 30px;*/
  user-select: none;
  -webkit-user-select: none
}