
/* make slider wider */
.qt_slider .ajax__slider_h_rail {
    width: 500px;
}

/* activity log styles */
ul[id="add-roles"] {
	margin: 0;
	padding:0;
	list-style: none;	
}
ul[id="add-roles"] li {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding:0;	
}
ul[id="add-roles"] a, .role-tools a {
	display: inline-block;
	padding: 10px 15px;
	color: #000;
        font-weight:600;
	background: #e5e717;
	border-radius: 0px;
	border-bottom: 0px solid #006ac6;
	transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	text-decoration:none;
        background-image: url(/stylesheet/starlings/cnr.jpg)!important;
        background-repeat:no-repeat!important;
        background-position:top right!important;
        background-size: 12px!important; 

}
ul[id="add-roles"] a:hover {
	text-decoration:none;
	background: #8dc63f;
	border-color: #8dc63f;
        background-image: url(/stylesheet/starlings/cnr-hover.jpg)!important;
        background-repeat:no-repeat!important;
        background-position:top right!important;
        background-size: 12px!important; 
}
.emp-role {}
.emp-role h3 {
    position: relative;
    padding: 0;
    border:none;
    color: #fff;
    margin: 20px 0 0;
    font-size: 18px;
}
.emp-role h3 a {
    font-weight: normal;
    vertical-align: middle;
    background: #008ad6;
    display:block;
    cursor:pointer;
    padding: 12px;
    color:#fff;
    border-radius: 3px;
}
.emp-role h3 a:hover, .emp-role h3 a:focus {
  text-decoration:none;
  background: #00AAF6;
}
.emp-role h3 a:active {
  text-decoration:none;
}
.emp-role h3 a span {
    
}
.emp-role h3 a span+span:before {
    content:'/ ';
    margin: 0 6px;
}
.emp-role h3 a[title*="Edit"], .emp-role h3 a[title*="Delete"] {
    padding: 7px 10px;
    text-decoration: none;
	margin: 10px 5px 0 0;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    line-height: 1;
}
.emp-role h3 a[title*="Edit"] {
    right: 80px;
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
}
.emp-role h3 a[title*="Edit"]:hover, .emp-role h3 a[title*="Edit"]:focus {
  background: #eee;
  border-color: #006ac6;
}
.emp-role h3 a[title*="Delete"] {
    background: #e9634f;
    color: #fff;
    border: 1px solid #e42;
    right: 10px;
}
.emp-role h3 a[title*="Delete"]:hover, .emp-role h3 a[title*="Delete"]:focus {
    background: #d9331f;
    border-color: #c00;
}
@media all and (min-width:600px) {
	.emp-role h3 a {
	    padding-right: 150px;
	}
	.emp-role h3 a[title*="Edit"], .emp-role h3 a[title*="Delete"] {
		position: absolute;
		margin:0;
	    transform: translateY(-50%);
	    top: 50%;
	}
}
.role-detail {
	padding:20px;
	margin: 20px 0;
	background: #fafafa;
	border:1px solid #ccc;
	display:none;
	border-radius: 5px;
}
.active + .role-detail {
	display:block;
}
.role-tools { display: flex; }
.role-tools a {
	flex-grow: 1;
	margin: 0 20px 0 0;
	text-align:center;
	background: #0ad;
	border-bottom: 2px solid #08a;
}
.role-tools a+a {
    margin:0;	
}
.role-detail table {
	margin-top:20px;
	border:none !important;
	border-radius: 3px;
	overflow:hidden;
}
.role-detail table td {
    padding: 8px 10px;
    vertical-align: top
}
.role-detail table th {
	background: #ddd;
	font-size:100%;
	color:#000;
	border-right:none;
	padding: 8px 10px;
}

.vp_form.popup {
	padding: 10px 20px;
}

.vp_form.popup fieldset {
    border:1px solid #ccc;
    padding:15px;
}
.vp_form.popup legend {
    display: block;
    width: 100%;
    width: calc(100% + 32px);
    padding: 12px 15px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: inherit;
    color: #fff;
    border-radius: 0;
    background: #337ab7;
    border: 0;
    border-bottom: 1px solid #2e6da4;
    margin-left: -16px;
    margin-right: -16px;
}
.vp_form.popup select {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.vp_form input.button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #337ab7;
    color:#fff;
}