/* cm-casemanager-colours-black.css */

body {
	background: #f5f5f5;
	transition: all .6s;
}

.cm-subnavgroup-topborder, .cm-subnavgroup .btn-group .btn {
	border-color: #ccc !important;
}

.cm-subnavgroupflexwrapper {
	background-color: #ccc !important;
}

.cm-modulebar {
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid #bbb;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.cm-footerbuttonbar {
	background: #333;
	background: rgba(0, 0, 0, 0.8);
	transition: all .6s;
}

.form-control:focus {
	border-color: #aaa;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2) !important;
}

.cm-topnavsearch .form-control:focus {
	border-color:#ccc !important;
}

.form-control[readonly]:focus {
	box-shadow: none !important;
}

.cm-usernameblock .caret, 
.cm-usernameblock:hover .caret,
.cm-usernameblock:focus .caret,
.cm-btn-dropappend:hover .caret {
	border-top-color: #333 !important;
}

.nav-tabs,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.form-control[readonly]:focus,
.form-control,
.ui-sortable li .sortableinput,
.cm-authorityselector .btn,
.cm-infobar,
.cm-mainsidemenu,
.cm-sidebarheader,
.css-treeview ul,
.css-treeview ul li,
.cm-jobrow a,
.cm-clamprow a,
.cm-joblist li:first-child a,
.cm-clamplist li:first-child a,
.ui-sortable,
.cm-btn-dropappend:hover,
.cm-searchbar,
.table,
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td,
.pagination > li > a,
.cm_tabdataiconholder,
.cm_tabdatapagingresultcount,
.btn-toolbar .btn-default,
.btn-group .btn-default,
.cm-batchtotals,
.cm_recordselect,
.input-group-addon {
	border-color: #ccc !important;
}

.cm-subnavgroupflex-item .btn:hover {
	background:#ddd!important;
}

.cm-jobrow a:hover,
.cm-clamprow a:hover,
.cm-treeviewlabel:hover,
.css-treeview .cm-indent2 label:hover,
.css-treeview ul li ul li a:hover,
.css-treeview .cm-treeviewanchor span:hover,
.input-group-addon,
.cm-modulebar .nav.navbar-nav .dropdown-menu a:hover,
.cm-modulebar .nav.navbar-nav .dropdown-menu a:focus,
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus,
.btn-default:focus,
.btn-default:hover, {
	background-color:#ddd;
	background:#ddd;
	border-color:transparent;
}

.cm-subnavgroupflex-item.cm-active button:hover,
[data-toggle="buttons"] .btn.active,
.cm-active a, .cm-active a:hover,
.btn-primary:hover,
.btn-primary:focus,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.cm-active a:hover,
#divLayers .btn.active,
.table tbody tr.highlight td,
.table-striped tbody tr.highlight td,
.table tr.highlight:hover td,
.navbar-inverse .navbar-toggle .icon-bar  {
	color: #FFF;
	background-color: #333 !important;
	border-color: #000;
}

.table tbody tr.highlight:hover td {
	background-color: #333 !important;
	color: #FFF !important;
}

.cm-submenu a:hover,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus,
.cm-usernameblock:hover,
.open .cm-usernameblock,
.cm-btn-dropappend:hover,
.table-striped > tbody > tr:hover td  {
	background-color: #e7e7e7 !important;
}

.cm-modulebar .nav a span {
	color: #333;
}

.mod-POSTAL #modPOSTAL,
.mod-NOTICE #modNOTICE,
.mod-FPN #modFPN,
.mod-PROGRESS #modPROGRESS,
.mod-ABANDONED #modABANDONED,
.mod-CLAMP #modCLAMP,
.mod-CCTV #modCCTV,
.mod-PAYMENT #modPAYMENT,
.mod-APPEAL #modAPPEAL,
.mod-CORRESP #modCORRESP,
.mod-ASSET #modASSET,
.mod-BOOKING #modBOOKING,
.mod-INSPECTION #modINSPECTION,
.mod-JOBTASK #modJOBTASK,
.mod-BLUEBADGE #modBLUEBADGE,
.mod-PERMIT #modPERMIT,
.mod-LICENCE #modLICENCE,
.mod-BIinSight #modBIinSight,
.mod-BIReports #modBIReports,
.mod-BILiveMap #modBILiveMap,
.mod-BIMapReporter #modBIMapReporter,
.mod-BIIssueHeatMap #modBIIssueHeatMap,
.mod-MIPERMIT #modMIPERMIT {
	background: #ffffff;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 60%, rgba(221, 221, 221, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 60%, rgba(221, 221, 221, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 60%, rgba(221, 221, 221, 1) 100%);
	border-bottom: 1px solid #555;
	transition: all .6s;
}

.cm-modulebar .nav.navbar-nav a:hover,
.cm-modulebar .nav.navbar-nav a:focus {
	background: #ffffff;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 60%, rgba(221, 221, 221, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 60%, rgba(221, 221, 221, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 60%, rgba(221, 221, 221, 1) 100%);
	color: #000 !important;
	border-bottom: 1px solid #666;
	transition: all .2s;
}

.cm-modulebar .nav.navbar-nav a:hover .cm-mobulebaricon {
	transition: all .2s;
	transform: scale(1.2);
}

.cm-subnavgroupflex-item.cm-active button,
.btn-primary,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #555;
	border-color: #444;
}

.btn-default .caret {
	border-top-color: #333;
}

.btn-default:hover .caret {
	border-top-color: #fff;
}

.cm-infobar {
	background: transparent;
}

.cm-sidebarheader {
	background: #fff;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	border-radius: 4px 4px 0 0;
	color: #333!important;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 3px;
}

.cm-sidebarsubheader {
	background: #e2e2e2;
	margin: 3px 0 3px 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #fff;
}

.cm-username {
	border-bottom: 2px solid #eee;
}

.pagination>li>a,
.pagination>li>span {
	color: #222;
}

.cm-active.cm-jobrow a .cm-jobstatus {
	color: #fff !important;
}

.cm-active a:hover {
	cursor: pointer;
}

.dash-header .dash-controls {
	color: #ccc;
}

.dash-header .dash-controls [class*="fa-"]:hover {
	color: #666;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	
}

.dropdown-menu .badge {
	color: #fff !important;
	background: #e00 !important;
	font-weight:bold;
}

.cm-unorderedlist li.cm-active a {
	color:#fff !important;
	border-color:transparent !important;
}

.cm-unorderedlist li.cm-active a:hover {
	color:#fff !important;
	border-color:transparent !important;
	background-color:#000;
}

/* Sidebar menu hightlights */
.optNoticeStageQueuesNOTICE #optNoticeStageQueuesNOTICE,
.optUserQueueNOTICE #optUserQueuesNOTICE,
.optNoticeManualNotice #optNoticeManualNOTICE,
.optNoticeBatchActionNOTICE #optNoticeBatchActionNOTICE,
.optGlobalDashboard #optGlobalDashboard,
.optNoticeStageQueuesPOSTAL #optNoticeStageQueuesPOSTAL,
.optUserQueuePOSTAL #optUserQueuesPOSTAL,
.optNoticeBatchActionPOSTAL #optNoticeBatchActionPOSTAL,
.optNoticeStageQueuesFPN #optNoticeStageQueuesFPN,
.optFPNManualCase #optFPNManualCase,
.optNoticeStageQueuesPROGRESS #optNoticeStageQueuesPROGRESS,
.optUserQueuePROGRESS #optUserQueuesPROGRESS,
.optNoticeManualNotice #optNoticeManualPROGRESS,
.optNoticeBatchActionPROGRESS #optNoticeBatchActionPROGRESS,
.optAbandonedReportVehicle #optAbandonedReportVehicle,
.optContratorExportAbandonBailiff #optContractorExportAbandonBailiff,
.optNoticeStageQueuesABANDONED #optNoticeStageQueuesABANDONED,
.optUserQueueABANDONED #optUserQueuesABANDONED,
.optNoticeBatchActionABANDONED #optNoticeBatchActionABANDONED,
.optCCTVIndexer #optCCTVIndexer,
.optCCTVReviewQueue #optCCTVReviewQueue,
.optNoticeStageQueuesCCTV #optNoticeStageQueuesCCTV,
.optUserQueueCCTV #optUserQueuesCCTV,
.optNoticeBatchActionCCTV #optNoticeBatchActionCCTV,
.optPaymentSingleEntry #optPaymentSingleEntry,
.optPaymentBatchEntry #optPaymentBatchEntry,
.optPaymentSuspenseAccount #optPaymentSuspenseAccount,
.optFileHistoryPayment #optFileHistoryPayment,
.optCashCollectionsBatchEntry #optCashCollectionsBatchEntry,
.optDVLAResponseListRESPONSE #optDVLAResponseListRESPONSE,
.optDVLAResponseListMISMATCH #optDVLAResponseListMISMATCH,
.optDVLABatchVQ5 #optDVLABatchVQ5,
.optDVLAPNCFaxReport #optDVLAPNCFaxReport,
.optAppealManualEntry #optAppealManualEntry,
.optAppealStageQueues #optAppealStageQueues,
.optFileHistoryDVLA #optFileHistoryDVLA,
.optTECExportListDEBT #optTECExportListDEBT,
.optTECExportListWARRANT #optTECExportListWARRANT,
.optTECProcessReturns #optTECProcessReturns,
.optFileHistoryTEC #optFileHistoryTEC,
.optTECExportListCOURT #optTECExportListCOURT,
.optContratorExportBailiff #optContractorExportBailiff,
.optContratorExportPreBailiff #optContractorExportPreBailiff,
.optFileHistoryBailiff #optFileHistoryBailiff,
.optCorrespPrintQueue #optCorrespPrintQueue,
.optIndexScans #optCorrespIndexScans,
.optIndexPhotos #optCorrespIndexPhotos,
.optIndexScansRejected #optCorrespIndexScansRejected,
.optIndexPhotosRejected #optCorrespIndexPhotosRejected,
.optCorrespBatchEntry #optCorrespBatchEntry,
.optUserQueueCORRESP #optUserQueuesCORRESP,
.opt #optCorrespUnassociatedQueue,
.opttReportsList #optManagementReportsList,
.optLiveMap #optManagementLiveMap,
.optManagementDeviceManager #optManagementDeviceManager,
.optManagementInterfaceConfig #optManagementInterfaceConfig,
.optManagementJobManager #optManagementJobManager,
.optManagementSecurityLog #optManagementSecurityLog,
.optManagementSystemLog #optManagementSystemLog,
.optFileHistoryJob #optFileHistoryJob,
.optFileHistoryDownload #optFileHistoryDownload,
.optManagementUserActivity #optManagementUserActivity,
.optMainContent #optSBRO_NOTICE_MainContent,
.optPermitStageQueuesLICENCE #optPermitStageQueuesLICENCE,
.optClampManualCase #optClampManualCase,
.optClampStageQueues #optClampStageQueues,
.optNoticeStageQueuesCLAMP #optNoticeStageQueuesCLAMP,
.optClampPoundOverview #optClampPoundOverview,
.optPermitIssueLICENCE #optPermitIssueLICENCE,
.optoptPermitApplicationsLICENCE #optPermitApplicationsLICENCE,
.optoptPermitApplicationsOnHoldLICENCE #optPermitApplicationsOnHoldLICENCE,
.optPermitIssuePERMIT #optPermitIssuePERMIT,
.optPermitApplicationsPERMIT #optPermitApplicationsPERMIT,
.optPermitApplicationsOnHoldPERMIT #optPermitApplicationsOnHoldPERMIT,
.optPermitBatchRenew #optPermitBatchRenew,
.optPermitStageQueuesPERMIT #optPermitStageQueuesPERMIT,
.optPermitAllocationsOverview #optPermitAllocationsOverview,
.optObs #optSBRO_NOTICE_Obs,
.optMedia #optSBRO_NOTICE_Media,
.optCaseNotes #optSBRO_NOTICE_CaseNotes,
.optAddresses #optSBRO_NOTICE_Addresses,
.optDVLAResponses #optSBRO_NOTICE_DVLAResponses,
.optProgressionHistory #optSBRO_NOTICE_ProgressionHistory,
.optPayCorresp #optSBRO_NOTICE_PayCorresp,
.optRelated #optSBRO_NOTICE_Related,
.optFinancial #optSBRO_NOTICE_Financial,
.optMainContent #optSBRO_POSTAL_MainContent,
.optObs #optSBRO_POSTAL_Obs,
.optMedia #optSBRO_POSTAL_Media,
.optCaseNotes #optSBRO_POSTAL_CaseNotes,
.optAddresses #optSBRO_POSTAL_Addresses,
.optDVLAResponses #optSBRO_POSTAL_DVLAResponses,
.optProgressionHistory #optSBRO_POSTAL_ProgressionHistory,
.optPayCorresp #optSBRO_POSTAL_PayCorresp,
.optRelated #optSBRO_POSTAL_Related,
.optFinancial #optSBRO_POSTAL_Financial,
.optTEC #optSBRO_POSTAL_TEC,
.optMainContent #optSBRO_FPN_MainContent,
.optObs #optSBRO_FPN_Obs,
.optMedia #optSBRO_FPN_Media,
.optCaseNotes #optSBRO_FPN_CaseNotes,
.optAddresses #optSBRO_FPN_Addresses,
.optDVLAResponses #optSBRO_FPN_DVLAResponses,
.optProgressionHistory #optSBRO_FPN_ProgressionHistory,
.optPayCorresp #optSBRO_FPN_PayCorresp,
.optRelated #optSBRO_FPN_Related,
.optFinancial #optSBRO_FPN_Financial,
.optMainContent #optSBRO_PROGRESS_MainContent,
.optObs #optSBRO_PROGRESS_Obs,
.optMedia #optSBRO_PROGRESS_Media,
.optCaseNotes #optSBRO_PROGRESS_CaseNotes,
.optAddresses #optSBRO_PROGRESS_Addresses,
.optDVLAResponses #optSBRO_PROGRESS_DVLAResponses,
.optProgressionHistory #optSBRO_PROGRESS_ProgressionHistory,
.optPayCorresp #optSBRO_PROGRESS_PayCorresp,
.optRelated #optSBRO_PROGRESS_Related,
.optFinancial #optSBRO_PROGRESS_Financial,
.optTEC #optSBRO_PROGRESS_TEC,
.optMainContent #optSBRO_CLAMP_MainContent,
.optMedia #optSBRO_CLAMP_Media,
.optCaseNotes #optSBRO_CLAMP_CaseNotes,
.optAddresses #optSBRO_CLAMP_Addresses,
.optDVLAResponses #optSBRO_CLAMP_DVLAResponses,
.optProgressionHistory #optSBRO_CLAMP_ProgressionHistory,
.optPayCorresp #optSBRO_CLAMP_PayCorresp,
.optRelated #optSBRO_CLAMP_Related,
.optFinancial #optSBRO_CLAMP_Financial,
.optMainContent #optSBRO_CCTV_MainContent,
.optObs #optSBRO_CCTV_Obs,
.optMedia #optSBRO_CCTV_Media,
.optCaseNotes #optSBRO_CCTV_CaseNotes,
.optAddresses #optSBRO_CCTV_Addresses,
.optDVLAResponses #optSBRO_CCTV_DVLAResponses,
.optProgressionHistory #optSBRO_CCTV_ProgressionHistory,
.optPayCorresp #optSBRO_CCTV_PayCorresp,
.optRelated #optSBRO_CCTV_Related,
.optFinancial #optSBRO_CCTV_Financial,
.optTEC #optSBRO_CCTV_TEC,
.optAssetAllocationsOverview #optAssetAllocationsOverview,
.optInspectionReportFault #optInspectionReportFault,
.optInspectionMaintenanceScheduleReport #optInspectionMaintenanceScheduleReport,
.optMainContent #optSBRO_ASSET_MainContent,
.optNotesHistory #optSBRO_ASSET_NotesHistory,
.optPermitHistory #optSBRO_ASSET_PermitHistory,
.optTEC #optSBRO_NOTICE_TEC,
.optAbandonedVisitsRequiredReport #optAbandonedVisitsRequiredReport,
.optMainContent #optSBRO_MAP_MainContent,
.optManagementMapReporter #optSBRO_MAP_MainContent,
.optMapIssueGraph #optManagementMapIssueGraph,
.optManagementUserAdmin #optManagementUserAdmin,
.optManagementUserActivity #optManagementUserActivity,
.optManagementSpotCheckList #optManagementSpotCheckList,
.optTECExportList #optTECExportListDEBT {
	background: #ddd;
	color: #000;
}

.cm-addon .btn:hover, #btnQuickSearchMenu, #btnQuickSearchMenu:hover{
	background-color:transparent!important;
}

@media (max-width: 768px) {
	.mod-POSTAL #modPOSTAL,
	.mod-NOTICE #modNOTICE,
	.mod-FPN #modFPN,
	.mod-PROGRESS #modPROGRESS,
	.mod-ABANDONED #modABANDONED,
	.mod-CLAMP #modCLAMP,
	.mod-CCTV #modCCTV,
	.mod-PAYMENT #modPAYMENT,
	.mod-APPEAL #modAPPEAL,
	.mod-CORRESP #modCORRESP,
	.mod-ASSET #modASSET,
	.mod-BOOKING #modBOOKING,
	.mod-INSPECTION #modINSPECTION,
	.mod-JOBTASK #modJOBTASK,
	.mod-BLUEBADGE #modBLUEBADGE,
	.mod-PERMIT #modPERMIT,
	.mod-LICENCE #modLICENCE,
	.mod-MIPERMIT #modMIPERMIT {
		background: #ddd !important;
		border-bottom: 0px solid transparent;
	}
	.cm-modulebar .nav.navbar-nav a:hover,
	.cm-modulebar .nav.navbar-nav a:visited,
	.cm-modulebar .nav.navbar-nav a:focus {
		background: #ddd !important;
		color: #333;
	}
}