::-webkit-scrollbar-track {
    background-color: #d3d3d3;
}
::-webkit-scrollbar {
    width: 10px;
    height: 11px;
	border-radius: 0px;
	background-color: #d3d3d3;
}
::-webkit-scrollbar-thumb {
    width: 10px;
	border-radius: 2px;
	background-color: #999999;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #808080;
}

.heading{
	font-weight:bold;
	font-size: 32px;
	text-decoration:underline;
	padding-top:20px;
	padding-bottom:20px;
	
}

.labelName{
	font-size:16px;
}

.btncolor{
	background-color:#500000 !important;
	color:white;
}


.reviewPageCheckboxes input[type="checkbox"]{
  width: 20px; 
  height: 15px; 
} 

.table-fixed tbody {
    height: 280px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}

.table-fixed tbody td,
.table-fixed tbody th,
.table-fixed thead > tr > th {
    float: left;
    position: relative;

    &::after {
        content: '';
        clear: both;
        display: block;
    }
}

.table-fixed-result {
	height: calc(100vh - 270px);
	overflow:sroll;
}

.formResultHeading{
	font-size:12px;
	font-weight:bold;
}

.formResultData{
	font-size:12px;
}

.formListtData{
	font-size:14px;
}
.formListheading{
	font-size:16px;
	font-weight:bold;
}

.formResultbtn a{
	color:#500000;
	padding:2px;
}

.formResultbtn a:hover{
	color:#500000;
}




/* h2 {
position: absolute;
left: 80px;
top: 50px;
} */
hr {
width:130%
}
.dropdown{
position:relative;
left:200px;
bottom:20px;
}

.center_rotate {
	transform-origin: center center;
	-ms-transform-origin: center center;
	/* IE 9 */
	-webkit-transform-origin: center center;
	/* Safari and Chrome */
	-moz-transform-origin: center center;
	/* Firefox */
	-o-transform-origin: center center;
	transform: rotate(180deg);
}


.ui-datepicker-trigger{
  position: absolute;
  margin-top: -28px;
  right:15px;
  border:none;
  background-color:transparent;
}

#radio-button:hover{
	background-color: rgb(233,233,233);
    box-shadow: 5px 10px 18px #888888;
	
}
#enduser-textbox:hover{
	background-color: rgb(233,233,233);
    box-shadow: 5px 10px 18px #888888;
	
}
#enduser-textarea:hover{
	background-color: rgb(233,233,233);
    box-shadow: 5px 10px 18px #888888;
	
}

 input[type='radio'] {
        -webkit-appearance: none;
        vertical-align:middle;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        outline: none;
        border: 2px solid rgb(80, 0, 0);
    }

    input[type='radio']:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
        border-radius: 50%;
    }

 input[type="radio"]:checked:before {
        background: rgb(80, 0, 0);
        
    }
    
    input[type="radio"]:checked {
      border-color:rgb(80, 0, 0);
    }
    
/* input[type='checkbox'] {
        -webkit-appearance: none;
        vertical-align:middle;
        width: 20px;
        height: 20px;
        outline: none;
        border: 2px solid rgb(80, 0, 0);
    }

    input[type='checkbox']:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
    }

 input[type="checkbox"]:checked:before {
        background: rgb(80, 0, 0);
        
    }
    
    input[type="checkbox"]:checked {
      border-color:red;
    }
    input[type="checkbox"]:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} */
     
 /*    .form-group:hover{
    background-color: rgb(233,233,233);
    box-shadow: 5px 10px 18px #888888;
    }
 */
  .loading-gif {
position: absolute;
top: 60%;
left: 50%;
margin: -50px 0px 0px -50px;
}

/*
.formlist {
 overflow-y: scroll;
 overflow-x:hidden;
    max-height:500px;
	
}*/
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  font-weight:bold;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}


.accordion:before{
  content: '\25BA';

}
.active:before {
  content: "\25BC";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.container1 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 25px;
  background-color: #eee;
   border: 2px solid rgb(80, 0, 0);
   margin-top: 4px;
  
}

/* On mouse-over, add a grey background color */

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark1 {
  background-color:  #500000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark1:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark1:after {
  display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark1:after {
  left: 9px;
  top: 0px;
  width: 8px;
  height: 17px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumb{
	width: 100%;
	
}
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2188d02b;
  z-index: 2;
  cursor: pointer;
}

.paginationList:hover{
	font-weight: 500;
	
}

.panel-heading {
  position: sticky;
  top: 0px;
  z-index: 1;
  padding:12px;
  background-color: #500000;
  background-image: url('../images/forus-banner-individual.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color:white;
  font-size:large;
  font-weight:700;
  font-family:serif;
}