.access-control {
	/*padding: 20px;*/
	background: #fff;	
}
.user-role.form-group{
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.user-role.form-group select{
	width: 60%;
	margin-left: 20px;
}
.access-table th {
	border-bottom: 2px solid #335298 !important;
    border-top: 1px solid #ddd !important;
    padding: 8px 0px !important;
    /*background-color: #244895;
    color: #ffffff;*/
}

.access-table td,
.access-table th{
	font-weight: 400;
    font-size: 12px;
	padding: 5px 7px;
	text-align: center;
    /*min-width: 80px;*/
}

.access-table{
	width: 100%;
}
.responsive-table{
  position: relative;
	overflow-x: auto;
	margin-bottom: 20px;
}
.access-table,
.access-table table{
  border-collapse: collapse !important;
}
.access-table tbody tr:last-child td{
    border-bottom: none;
}
.access-table tbody tr td{
    border-bottom: 1px solid #244895;
}
.access-table td{
	padding:8px 7px !important;
	/*background-color: #fff;*/
	color: #000;
	text-align: center; 
	/*border-left: 2px solid #00A3D3;*/
}
/*.access-table th:last-child,
.access-table td:last-child{
	border-left: 2px solid #00A3D3;
}*/
.access-table th:first-child {
	/*border-left: none;*/
	max-width: 35px; 
	text-align: center; 
	position: relative;
}
.access-table td:first-child{
	/*border-left: none;*/
	text-align: left;
    position: relative;
    max-width: 43px;
}
.access-table .sub-access td:first-child {
	padding-left: 33px !important;
	box-sizing: border-box;
}
.access-table .has-submenu {
    cursor: pointer;
}
.access-table .has-submenu td:first-child:before {
	display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: 5px;
    content: '\f078';
    font-size: 14px;
    font-family: FontAwesome;
    color: #244895;
    transform: rotate(0deg);
    transition: 0.3s linear;
}
.access-table .has-submenu.clicked td:first-child:before {
    transform: rotate(-90deg);
    transition: 0.3s linear;
}
.access-table .sub-access {
	display: none;
	border-top: none;
    border-bottom: none;
}
.access-table .sub-access > td {
	padding-left: 0;
}
.access-table .sub-access table td:first-child {
	border-left: 10px solid #fff;
}
.access-table .sub-access table {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
input[type=submit]{
	    background-color: #00A3D3;
    border: 0;
    outline: 0;
    padding: 11px 15px;
    border-radius: 10px;
    color: #fff;
        font-size: 15px;
	/*font-weight: bold;*/
}
.submit-cta{
	position: relative;
	left: 90%;
}

.expand-access{
	  font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #244895;
    margin-bottom: 5px;
    cursor: pointer;
}
.access-table h4 {
   margin-top: 0px;
    margin-bottom: 0px;
    color: #1d569b;
    font-size: 14px;
    font-weight: 500;
}
.access-table tr:nth-child(even) {
    background: #f1efef;
}
/*.access-table tbody tr:nth-child(even) {
	background-color: #f2f2f2 !important;
}*/
.access-table tbody tr {
	border-top: 6px solid #fff;
}
.access-table .sub-access tr {
	border-top: none;
}
#dynamicLoad label {
   padding: 6px 0px 0px;
}
.module-text {
  margin-left: 19px;
}
.containers {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  width: 13px;
  background-color: #fff;
  border:1px solid #ddd;
}

/* On mouse-over, add a grey background color */
.containers:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.containers input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containers input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containers .checkmark:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 6px;
    border: solid #40a90b;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.access-table tbody tr:first-child {
    border-top: none;
}
.access-table h5 {
	cursor: pointer;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #1d569b;
    font-size: 21px;
    font-weight: 500;
}
.user-table {
  padding: 0px 6px;
}
@media screen and (max-width: 1199px){
  .access-table h4 {
      font-size: 11px;
  }
  .access-table td, .access-table th {
    font-size: 11px;
  }
}