/* Core CSS */

.permissionsGroupHeading {
	display: block;
	clear: both;
	font-size: 110%;
	padding-left: 15px;
}

#permissionsList {
    padding: 15px 0;
}

    #permissionsList .dnnCheckbox {
        padding-left: 20px;
    }


h1, h2, h3, h4, h5 {
    margin-top: 1em;
}

h1 .OrgTrail {
    font-size: 70%;
}

.nietModuleContainer {
    padding-top: 1.2em;
    margin-bottom: 1.2em;
    background-color: #f6f6f6;
    border: solid 1px #efefef;
}

.btn-group {
    margin-bottom: 1.2em;
}


/*.core_list {
    margin-top: 1.2em;
}

    .core_list tbody tr:hover td, .obs_list tbody tr:hover th {
        background-color: #e1e1e1 !important;
    }

    .core_list tbody tr td {
        color: #6b747c;
    }

    .core_list thead tr th {
        color: #6b747c;
    }

    .core_list .fa {
        color: #6b747c;
    }

    .core_list a {
        margin-right: 10px;
    }*/

.niet_list tbody tr:first-child:hover > td {
    background-color: none;
}

.table.table-hover.niet_list > tbody > tr.listheader:hover > td:nth-child(1) {
    background-color: none;
    font-weight: bold;
    font-size: 1.15em;
}

tr.listheader td {
    background-color: none;
    font-weight: bold;
    font-size: 1.15em;
}

tr.listheader tr:hover {
    background-color: none;
    font-weight: bold;
}

.niet_list {
    margin-top: 1.2em;
}

    /*.niet_list tbody tr:hover td {
        background-color: #e1e1e1 !important;
    }*/

    .niet_list tbody tr.listheader:hover td {
        background-color: none !important;
    }

    .niet_list tbody tr td {
        color: #6b747c;
    }

    .niet_list thead tr th {
        color: #6b747c;
    }

    .niet_list .fa {
        color: #6b747c;
    }

    .niet_list a {
        margin-right: 10px;
    }



.btn-grades {
    color: #ffffff !important;
    background-color: #6b747c;
    border-color: #6b747c;
}

    .btn-grades:hover,
    .btn-grades:focus,
    .btn-grades:active,
    .btn-grades.active {
        color: #ffffff;
        background-color: #5f676e;
        border-color: #535a61;
    }

    .btn-grades.disabled:hover,
    .btn-grades.disabled:focus,
    .btn-grades.disabled:active,
    .btn-grades.disabled.active,
    .btn-grades[disabled]:hover,
    .btn-grades[disabled]:focus,
    .btn-grades[disabled]:active,
    .btn-grades[disabled].active,
    fieldset[disabled] .btn-grades:hover,
    fieldset[disabled] .btn-grades:focus,
    fieldset[disabled] .btn-grades:active,
    fieldset[disabled] .btn-grades.active {
        background-color: #6b747c;
        border-color: #6b747c;
    }

.btn-grades-icon {
    font-size: 1.4em;
}

.button-checkbox {
    margin-bottom: 15px;
}

/*.minicolors-swatch-color {
    cursor:pointer;
}*/

.minicolors-theme-bootstrap .minicolors-swatch {
    width: 24px !important;
    height: 24px !important;
    cursor: pointer;
}

.orgEditChooseFile {
    margin-bottom: 1em;
}


.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
        background-color: #e1e1e1 !important;
}

.popup {padding: 10px;}
.popup label {font-weight: bold; font-size: 110%;}
.popup .status-header  {font-weight: bold; font-size: 110%; text-decoration: underline;}
.popup .status-item {}
.popup .status-group {float: left;}
.popup .form-group {}

.navbar-nav.inline .dropdown-toggle {padding: 0; background-color: transparent !important;}
.navbar-nav.inline .dropdown-menu {margin-top: 8px;}