a {
	color: #34383c !important;
}
.logo
{
    margin-bottom: 50px;
}

.logo img
{
    max-width: 100%;
}

.app-header.navbar .navbar-brand
{
    background-size: 70% auto;
}

.navbar-nav .btn {
    background: #241960;
    color: #fff !important;
}

.quick-actions-outer {
    text-align: center;
}

.quick-actions {
    display: inline-block;
    list-style: none outside none;
    margin: 10px 0px 30px;
    padding: 0px;
}

.quick-actions li {
    min-width: 120px;
    margin: 10px 10px 10px 10px;
    position: relative;
    display: inline-block;
}

.quick-button {
    border: 1px solid #dbdee0;
    background: #e9ebec;
    margin-bottom: -1px;
    padding: 30px 0 10px 0;
    font-size: 14px;
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.quick-button:hover {
    color: #fff;
    text-decoration: none;
    background: #f19a5d;
}

.quick-button .notification {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    top: -1px;
    right: -1px;
    font-size: 10px
}

.quick-button i {
    font-size: 32px
}

.quick-button.small {
    padding: 15px 0 0 0;
    font-size: 10px
}

.quick-button.small i {
    font-size: 20px
}

.quick-button.small .notification {
    top: -1px;
    right: -1px;
    font-size: 7px;
    padding: 4px 5px
}

/* Hover links */
.sidebar .nav-link:hover, .sidebar .navbar .dropdown-toggle:hover, .navbar .sidebar .dropdown-toggle:hover, .sidebar .nav-dropdown.open a.active,
.sidebar .nav-link:hover i, .sidebar .navbar .dropdown-toggle:hover i, .navbar .sidebar .dropdown-toggle:hover i, .nav-dropdown.open a.active i {
    background: #df7931 !important;
    color: #fff !important;
}

.sidebar .nav-dropdown.open > a, .sidebar .nav-dropdown.open > a i {
    background-color: #3f376a !important;
    color: #fff !important;
}

.sidebar .nav-dropdown.open a {
    background: #cdcdcd;
}

.sidebar .nav-link.active, .sidebar .navbar .active.dropdown-toggle, .navbar .sidebar .open.dropdown-toggle,
.sidebar .nav-link.active i, .sidebar .navbar .active.dropdown-toggle i, .navbar .sidebar .open.dropdown-toggle i {
    background: #df7931 !important;
    color: #fff !important;
}
body:not(.sidebar-minimized) .sidebar .nav .nav-item .nav-link i, body:not(.sidebar-minimized) .sidebar .nav .nav-item .navbar .dropdown-toggle i, .navbar body:not(.sidebar-minimized) .sidebar .nav .nav-item .dropdown-toggle i {
    border-right: none;
}
.action-buttons {
    height: auto;
    float: right;
}

.action-buttons input[type='submit']:not(.btn), .action-buttons input[type='button']:not(.btn) {
    color: #fff;
    background-color: #36a9e1;
    border-color: #36a9e1;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    transition: all 0.15s ease-in-out;
}

.view-title {
    display: none;
}

.clear  {
	clear: both;
}
input:after, select:after, textarea:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   height: 0;
}

label {
    margin-right: 10px;
    clear:both;
    margin-top: 10px;
    height: 30px;
    width: 15%;
    float: left;
}

input,  textarea {
    display: inline-block;
    width: 40% !important;
    float: left;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #3e515b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #e9ebec;
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
select {
    display: inline-block;
    float: left;
    padding: 0.45rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #3e515b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #e9ebec;
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.cke_dialog input, .cke_dialog select, .cke_dialog textarea {
    width: 100% !important;
}

form br {
    display: block;
    clear: both;
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    margin-top: 10px;
    height: 20px;
}

textarea, #editor > div {
    min-height: 150px;
}
#editor > div {
    width: 100% !important;
    margin-bottom: 10px !important;	
}

#editor {
    float: left;
    width: 84% !important;
}

#pages_list {
	width: 40%;
    float: left;
	padding: 3px;
	height: 200px;
	overflow: auto;
	font-size: 0.9em;
	border: 1px solid #CCCCCC;
}

#pages_list * {
	list-style-type: none;
}

#pages_list li {
	vertical-align: top;
    clear: both;
}

#pages_list input {
    display: inline-block;
    float: left;
    margin-top: 0px;
    margin-right: 10px;
    width: auto;
}

.btn {
    width: auto !important;
}

input[type='checkbox'] {
    width: auto !important;
}

input[type='image'] {
    width: auto !important;
    border: none;
    background-color: transparent;
}

.card-body > a, .helper {
    float: left;
    margin: 10px 0 0 10px;
    width: auto;
}

.card-body > b {
    width: 100%;
    clear: both;
    float: left;
    margin-top: 20px;
    display: block;
}

.card-body > br { 
    display: none;
}

.card-body > #photouploads {
    clear: both;
}

.tab-pane .action-buttons {
    height: auto;
    margin: 0px 0px 20px 0px;
}

.cke {
    float: left;
}

.access-list input {
    margin-top: 0px;
}

input[type=submit] {
/*    width: 100% !important; */
    margin-top: 10px;
}

@media (max-width: 700px) {
    input, select, textarea, #pages_list, #editor {
        width: 100% !important;
    }
    label {
        width: 90% !important;
    }
}

@media (min-width: 1200px) {
    .sidebar .nav {
        width: 100%;
    }
    .sidebar .sidebar-nav {
        width: 100%;
    }
    .app-header.navbar .navbar-brand {
        width: 14.422%;
    }
    .sidebar-fixed .sidebar {
        width: 14.422%;
    }
    .sidebar-hidden .sidebar {
        margin-left: -14.422%; 
    }
    .sidebar-fixed .main, .sidebar-fixed .app-footer {
        margin-left: 14.422%; 
    }
}

.bootbox {
    z-index: 100001;
}

.modal-backdrop
{
    z-index: 100000;
}

.modal
{
    z-index: 100001;
}

.modal .modal-body > p {
	margin: 10px;
}

.bootbox .modal-body iframe {
    width: 100%;
    height: auto !important;
}

.app .bootbox .modal-body iframe {
    min-height: 450px;
}

.modal-body {
    padding: 0px;
    margin: 0px;
}

.bootbox-body {
    margin-bottom: -5px;
}

.plupload_filelist_footer {
    padding-left: 0px !important;
}

#thumbsize {
    width: 103px !important;
}

.plupload_buttons > a.btn-primary {
    margin-left: 0px !important;
    margin-right: 10px !important;
}

.action-buttons input {
    width: auto !important;
    margin-left: 10px !important;
    margin-top: 0px !important;
}

.card-body {
    width: 100%;
}

#tree .btn {
    float: left;
    margin: 2px;
}

.nsw-item-row > div {
    display: table;
}

.nsw-item-row > div:nth-child(4) {
    display: block !important;
}

.nsw-item-row > div > div {
    vertical-align: middle;
}

.nsw-item-row > div, #tree .nsw-helper, #dragHelper, #sortHelper {
    height: 45px !important;
}

.card-header {
    font-weight: bold;
    padding: 5px;	
}

/* .card { */
	/* background-color: transparent; */
	/* border: none; */
/* } */
.card .card-header h2 {
    float: left;
    padding: 10px 0;
    margin: 0 0 0 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}

.action-buttons > form {
    float: left;
}
.acties {
    width: 175px !important;
}

.acties > a, .acties > form {
    float: left;
    margin: 2px;
    /* width: 20px; */
}

.table td {
	padding: 5px 0.75rem;
	vertical-align: middle;
}
.white {
	color: #fff !important;
}
button.annuleren.ui-button.ui-corner-all.ui-widget {
    background: #fabb3d !important;
    border-radius: 0;
    border-color: #fabb3d;
}
button.opslaan.ui-button.ui-corner-all.ui-widget {
	background: #bdea74 !important;
    border-radius: 0;
    border-color: #bdea74;
}
@media (min-width: 992px) {
    .sidebar-minimized .sidebar .sidebar-nav {
        overflow-x: hidden !important;
        overflow-y: auto !important;
        width: 49px;
    }
}

.modal-header {
    display: block !important;
}

.emptyimage {
    color: #fff !important;
    margin: 10px 0 0 10px;
}
/* PAGINA NAVIGATIE*/
div.pageNav { 
	float: right; 
	display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    border: 1px solid #ddd;	
}
/* Niet huidige pagina's en volgende/vorige pagina */
div.pageNav a.next, div.pageNav a.prev, div.pageNav a.page { 
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca !important;
    background-color: #fff;
    border-right: 1px solid #ddd;
    margin-left: -1px;	
}
div.pageNav a.next:hover, div.pageNav a.prev:hover, div.pageNav a.page:hover { 
	color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
div.pageNav a.next:last-child {
	border: 0px solid #ddd;
}
div.pageNav a.page { 
	margin-left: 0px; 
	margin-right: 0px; 
}
/* Huidige pagina */
div.pageNav a.current { 
	z-index: 2;
    color: #fff !important;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}
div.pageNav a.next, div.pageNav a.prev { 
	margin-left: 0px; 
	margin-right: 0px; 
}
div.pageNav a { 
	text-decoration: none; 
}
.cke_source {
    width: 100% !important;
}
.cke_notifications_area {
    background-color: rgba(255, 95, 35, 0.8) !important;
    border-radius: 15px;
    border: 1px dashed #d3d3d3;
}
.cke_notification_message {
    color: #fff;
    padding: 5px;
}
.cke_notification_close {
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    margin-right: -10px;
    margin-bottom: -10px;
    float: right;
}

.cke_notification_close .cke_label {
    padding: 5px;
}
.current:not(div.pageNav a.current) {
    margin: 2px 0 0 10px;
}
.lightcase-icon-close:before {
    color: #fff;
}
:disabled {
    background-color: #ececec;
}
.hide {
    display: none;
}
.toelichting {
    line-height: 1.3em;
    font-size: 13px !important;
}
.control-group {
    clear: both;
    margin-bottom: 10px;
}
.no-background {
    background: transparent !important;
    border: none !important;
    padding: 10px 5px !important;
    display: inline;
}

.dataTables_wrapper {
	padding: 0px !important;
	clear: both !important;
}