@charset "utf-8";
/* CSS Document */

.cp-departments{
	background-color: #fff;
    padding-top: 10px;
	padding-bottom: 10px;
}
.department-header{
	border-bottom: solid 1px black;
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	
}

a.department-name {
	padding: 10px;
	font-size: 14px;
	width: 100%;
	text-align: left;
	box-shadow: none;
}

a.department-name:hover {
	background-color: rgba(41, 128, 185, 0.33);
}

a.department-name:active, a.department-name:focus {
	background-color: #2d3a48 !important;
	color: #fff;
}

.department-name-active{
	background-color: #2d3a48 !important;
	color: #fff;
}

.department-name .indicator-icon{
	float: right;
}
h5.title-header {
	font-size: 18px;
	text-transform: uppercase;
	color: #2d3a48;
}
.permission-wrap{
	background-color: #fff;
    padding: 10px;
}
.module-row {
	margin-bottom: 30px;
}

	.module-row hr {
		margin-top: 4px;
		margin-bottom: 10px;
	}
.permission-module{
	margin-top: 12px;
	background-color: #F0F0FA;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	min-height: 140px;
}

.permission-module .module-image {
    /*background-color: #fff;*/
    display: block;
   /* min-height: 238px;*/
    overflow: hidden;
    position: relative;
}

.module-image span.check {
    position: absolute;
    top: 2px;
    right: 4px;
    padding: 4px 0;
    color: #fff;
    font-size: 11px;
    text-align: center;
}
.check input {
	width: 22px;
	position: absolute;
	right: 0px;
	margin-right: 4px;
}
.check .btn:active {
	position: relative;
	top: 0px !important;
	left: 0px !important;
}

.module-image img{
	margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    margin-bottom: 2px;
}

.permission-module .module-name{
	font-size: 14px;
	font-weight: 400;
}

.permission-module .more-settings a{
	font-size: 12px;
	/*margin-top: 10px;*/
    margin-bottom: 4px;
}

